Literals#
Index > SecurityIncidentResponse > Literals
Auto-generated documentation for SecurityIncidentResponse type annotations stubs module mypy-boto3-security-ir.
AwsRegionType#
# AwsRegionType usage example
from mypy_boto3_security_ir.literals import AwsRegionType
def get_value() -> AwsRegionType:
return "af-south-1"
# AwsRegionType definition
AwsRegionType = Literal[
"af-south-1",
"ap-east-1",
"ap-east-2",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
"ap-south-1",
"ap-south-2",
"ap-southeast-1",
"ap-southeast-2",
"ap-southeast-3",
"ap-southeast-4",
"ap-southeast-5",
"ap-southeast-6",
"ap-southeast-7",
"ca-central-1",
"ca-west-1",
"cn-north-1",
"cn-northwest-1",
"eu-central-1",
"eu-central-2",
"eu-north-1",
"eu-south-1",
"eu-south-2",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"il-central-1",
"me-central-1",
"me-south-1",
"mx-central-1",
"sa-east-1",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
]
CaseAttachmentStatusType#
# CaseAttachmentStatusType usage example
from mypy_boto3_security_ir.literals import CaseAttachmentStatusType
def get_value() -> CaseAttachmentStatusType:
return "Failed"
# CaseAttachmentStatusType definition
CaseAttachmentStatusType = Literal[
"Failed",
"Pending",
"Verified",
]
CaseStatusType#
# CaseStatusType usage example
from mypy_boto3_security_ir.literals import CaseStatusType
def get_value() -> CaseStatusType:
return "Acknowledged"
# CaseStatusType definition
CaseStatusType = Literal[
"Acknowledged",
"Closed",
"Containment, Eradication and Recovery",
"Detection and Analysis",
"Post-incident Activities",
"Ready to Close",
"Submitted",
]
ClosureCodeType#
# ClosureCodeType usage example
from mypy_boto3_security_ir.literals import ClosureCodeType
def get_value() -> ClosureCodeType:
return "Duplicate"
# ClosureCodeType definition
ClosureCodeType = Literal[
"Duplicate",
"False Positive",
"Investigation Completed",
"Not Resolved",
]
CommunicationTypeType#
# CommunicationTypeType usage example
from mypy_boto3_security_ir.literals import CommunicationTypeType
def get_value() -> CommunicationTypeType:
return "Case Acknowledged"
# CommunicationTypeType definition
CommunicationTypeType = Literal[
"Case Acknowledged",
"Case Attachment Url Uploaded",
"Case Closed",
"Case Comment Added",
"Case Comment Updated",
"Case Created",
"Case Pending Customer Action Reminder",
"Case Status Updated",
"Case Updated",
"Case Updated To Service Managed",
"Deregister Delegated Administrator",
"Disable AWS Service Access",
"Membership Cancelled",
"Membership Created",
"Membership Updated",
"Register Delegated Administrator",
]
CustomerTypeType#
# CustomerTypeType usage example
from mypy_boto3_security_ir.literals import CustomerTypeType
def get_value() -> CustomerTypeType:
return "Organization"
# CustomerTypeType definition
CustomerTypeType = Literal[
"Organization",
"Standalone",
]
EngagementTypeType#
# EngagementTypeType usage example
from mypy_boto3_security_ir.literals import EngagementTypeType
def get_value() -> EngagementTypeType:
return "Investigation"
# EngagementTypeType definition
EngagementTypeType = Literal[
"Investigation",
"Security Incident",
]
ListCaseEditsPaginatorName#
# ListCaseEditsPaginatorName usage example
from mypy_boto3_security_ir.literals import ListCaseEditsPaginatorName
def get_value() -> ListCaseEditsPaginatorName:
return "list_case_edits"
# ListCaseEditsPaginatorName definition
ListCaseEditsPaginatorName = Literal[
"list_case_edits",
]
ListCasesPaginatorName#
# ListCasesPaginatorName usage example
from mypy_boto3_security_ir.literals import ListCasesPaginatorName
def get_value() -> ListCasesPaginatorName:
return "list_cases"
# ListCasesPaginatorName definition
ListCasesPaginatorName = Literal[
"list_cases",
]
ListCommentsPaginatorName#
# ListCommentsPaginatorName usage example
from mypy_boto3_security_ir.literals import ListCommentsPaginatorName
def get_value() -> ListCommentsPaginatorName:
return "list_comments"
# ListCommentsPaginatorName definition
ListCommentsPaginatorName = Literal[
"list_comments",
]
ListMembershipsPaginatorName#
# ListMembershipsPaginatorName usage example
from mypy_boto3_security_ir.literals import ListMembershipsPaginatorName
def get_value() -> ListMembershipsPaginatorName:
return "list_memberships"
# ListMembershipsPaginatorName definition
ListMembershipsPaginatorName = Literal[
"list_memberships",
]
MembershipAccountRelationshipStatusType#
# MembershipAccountRelationshipStatusType usage example
from mypy_boto3_security_ir.literals import MembershipAccountRelationshipStatusType
def get_value() -> MembershipAccountRelationshipStatusType:
return "Associated"
# MembershipAccountRelationshipStatusType definition
MembershipAccountRelationshipStatusType = Literal[
"Associated",
"Disassociated",
"Unassociated",
]
MembershipAccountRelationshipTypeType#
# MembershipAccountRelationshipTypeType usage example
from mypy_boto3_security_ir.literals import MembershipAccountRelationshipTypeType
def get_value() -> MembershipAccountRelationshipTypeType:
return "Organization"
# MembershipAccountRelationshipTypeType definition
MembershipAccountRelationshipTypeType = Literal[
"Organization",
"Unrelated",
]
MembershipStatusType#
# MembershipStatusType usage example
from mypy_boto3_security_ir.literals import MembershipStatusType
def get_value() -> MembershipStatusType:
return "Active"
# MembershipStatusType definition
MembershipStatusType = Literal[
"Active",
"Cancelled",
"Terminated",
]
OptInFeatureNameType#
# OptInFeatureNameType usage example
from mypy_boto3_security_ir.literals import OptInFeatureNameType
def get_value() -> OptInFeatureNameType:
return "Triage"
# OptInFeatureNameType definition
OptInFeatureNameType = Literal[
"Triage",
]
PendingActionType#
# PendingActionType usage example
from mypy_boto3_security_ir.literals import PendingActionType
def get_value() -> PendingActionType:
return "Customer"
# PendingActionType definition
PendingActionType = Literal[
"Customer",
"None",
]
ResolverTypeType#
# ResolverTypeType usage example
from mypy_boto3_security_ir.literals import ResolverTypeType
def get_value() -> ResolverTypeType:
return "AWS"
# ResolverTypeType definition
ResolverTypeType = Literal[
"AWS",
"Self",
]
SelfManagedCaseStatusType#
# SelfManagedCaseStatusType usage example
from mypy_boto3_security_ir.literals import SelfManagedCaseStatusType
def get_value() -> SelfManagedCaseStatusType:
return "Containment, Eradication and Recovery"
# SelfManagedCaseStatusType definition
SelfManagedCaseStatusType = Literal[
"Containment, Eradication and Recovery",
"Detection and Analysis",
"Post-incident Activities",
"Submitted",
]
SecurityIncidentResponseServiceName#
# SecurityIncidentResponseServiceName usage example
from mypy_boto3_security_ir.literals import SecurityIncidentResponseServiceName
def get_value() -> SecurityIncidentResponseServiceName:
return "security-ir"
# SecurityIncidentResponseServiceName definition
SecurityIncidentResponseServiceName = Literal[
"security-ir",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_security_ir.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"aiops",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"application-signals",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"arc-region-switch",
"arc-zonal-shift",
"artifact",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"b2bi",
"backup",
"backup-gateway",
"backupsearch",
"batch",
"bcm-dashboards",
"bcm-data-exports",
"bcm-pricing-calculator",
"bcm-recommended-actions",
"bedrock",
"bedrock-agent",
"bedrock-agent-runtime",
"bedrock-agentcore",
"bedrock-agentcore-control",
"bedrock-data-automation",
"bedrock-data-automation-runtime",
"bedrock-runtime",
"billing",
"billingconductor",
"braket",
"budgets",
"ce",
"chatbot",
"chime",
"chime-sdk-identity",
"chime-sdk-media-pipelines",
"chime-sdk-meetings",
"chime-sdk-messaging",
"chime-sdk-voice",
"cleanrooms",
"cleanroomsml",
"cloud9",
"cloudcontrol",
"clouddirectory",
"cloudformation",
"cloudfront",
"cloudfront-keyvaluestore",
"cloudhsm",
"cloudhsmv2",
"cloudsearch",
"cloudsearchdomain",
"cloudtrail",
"cloudtrail-data",
"cloudwatch",
"codeartifact",
"codebuild",
"codecatalyst",
"codecommit",
"codeconnections",
"codedeploy",
"codeguru-reviewer",
"codeguru-security",
"codeguruprofiler",
"codepipeline",
"codestar-connections",
"codestar-notifications",
"cognito-identity",
"cognito-idp",
"cognito-sync",
"comprehend",
"comprehendmedical",
"compute-optimizer",
"config",
"connect",
"connect-contact-lens",
"connectcampaigns",
"connectcampaignsv2",
"connectcases",
"connectparticipant",
"controlcatalog",
"controltower",
"cost-optimization-hub",
"cur",
"customer-profiles",
"databrew",
"dataexchange",
"datapipeline",
"datasync",
"datazone",
"dax",
"deadline",
"detective",
"devicefarm",
"devops-guru",
"directconnect",
"discovery",
"dlm",
"dms",
"docdb",
"docdb-elastic",
"drs",
"ds",
"ds-data",
"dsql",
"dynamodb",
"dynamodbstreams",
"ebs",
"ec2",
"ec2-instance-connect",
"ecr",
"ecr-public",
"ecs",
"efs",
"eks",
"eks-auth",
"elasticache",
"elasticbeanstalk",
"elastictranscoder",
"elb",
"elbv2",
"emr",
"emr-containers",
"emr-serverless",
"entityresolution",
"es",
"events",
"evidently",
"evs",
"finspace",
"finspace-data",
"firehose",
"fis",
"fms",
"forecast",
"forecastquery",
"frauddetector",
"freetier",
"fsx",
"gamelift",
"gameliftstreams",
"geo-maps",
"geo-places",
"geo-routes",
"glacier",
"globalaccelerator",
"glue",
"grafana",
"greengrass",
"greengrassv2",
"groundstation",
"guardduty",
"health",
"healthlake",
"iam",
"identitystore",
"imagebuilder",
"importexport",
"inspector",
"inspector-scan",
"inspector2",
"internetmonitor",
"invoicing",
"iot",
"iot-data",
"iot-jobs-data",
"iot-managed-integrations",
"iotanalytics",
"iotdeviceadvisor",
"iotevents",
"iotevents-data",
"iotfleetwise",
"iotsecuretunneling",
"iotsitewise",
"iotthingsgraph",
"iottwinmaker",
"iotwireless",
"ivs",
"ivs-realtime",
"ivschat",
"kafka",
"kafkaconnect",
"kendra",
"kendra-ranking",
"keyspaces",
"keyspacesstreams",
"kinesis",
"kinesis-video-archived-media",
"kinesis-video-media",
"kinesis-video-signaling",
"kinesis-video-webrtc-storage",
"kinesisanalytics",
"kinesisanalyticsv2",
"kinesisvideo",
"kms",
"lakeformation",
"lambda",
"launch-wizard",
"lex-models",
"lex-runtime",
"lexv2-models",
"lexv2-runtime",
"license-manager",
"license-manager-linux-subscriptions",
"license-manager-user-subscriptions",
"lightsail",
"location",
"logs",
"lookoutequipment",
"m2",
"machinelearning",
"macie2",
"mailmanager",
"managedblockchain",
"managedblockchain-query",
"marketplace-agreement",
"marketplace-catalog",
"marketplace-deployment",
"marketplace-entitlement",
"marketplace-reporting",
"marketplacecommerceanalytics",
"mediaconnect",
"mediaconvert",
"medialive",
"mediapackage",
"mediapackage-vod",
"mediapackagev2",
"mediastore",
"mediastore-data",
"mediatailor",
"medical-imaging",
"memorydb",
"meteringmarketplace",
"mgh",
"mgn",
"migration-hub-refactor-spaces",
"migrationhub-config",
"migrationhuborchestrator",
"migrationhubstrategy",
"mpa",
"mq",
"mturk",
"mwaa",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkflowmonitor",
"networkmanager",
"networkmonitor",
"notifications",
"notificationscontacts",
"oam",
"observabilityadmin",
"odb",
"omics",
"opensearch",
"opensearchserverless",
"organizations",
"osis",
"outposts",
"panorama",
"partnercentral-selling",
"payment-cryptography",
"payment-cryptography-data",
"pca-connector-ad",
"pca-connector-scep",
"pcs",
"personalize",
"personalize-events",
"personalize-runtime",
"pi",
"pinpoint",
"pinpoint-email",
"pinpoint-sms-voice",
"pinpoint-sms-voice-v2",
"pipes",
"polly",
"pricing",
"proton",
"qapps",
"qbusiness",
"qconnect",
"quicksight",
"ram",
"rbin",
"rds",
"rds-data",
"redshift",
"redshift-data",
"redshift-serverless",
"rekognition",
"repostspace",
"resiliencehub",
"resource-explorer-2",
"resource-groups",
"resourcegroupstaggingapi",
"rolesanywhere",
"route53",
"route53-recovery-cluster",
"route53-recovery-control-config",
"route53-recovery-readiness",
"route53domains",
"route53profiles",
"route53resolver",
"rtbfabric",
"rum",
"s3",
"s3control",
"s3outposts",
"s3tables",
"s3vectors",
"sagemaker",
"sagemaker-a2i-runtime",
"sagemaker-edge",
"sagemaker-featurestore-runtime",
"sagemaker-geospatial",
"sagemaker-metrics",
"sagemaker-runtime",
"savingsplans",
"scheduler",
"schemas",
"sdb",
"secretsmanager",
"security-ir",
"securityhub",
"securitylake",
"serverlessrepo",
"service-quotas",
"servicecatalog",
"servicecatalog-appregistry",
"servicediscovery",
"ses",
"sesv2",
"shield",
"signer",
"simspaceweaver",
"snow-device-management",
"snowball",
"sns",
"socialmessaging",
"sqs",
"ssm",
"ssm-contacts",
"ssm-guiconnect",
"ssm-incidents",
"ssm-quicksetup",
"ssm-sap",
"sso",
"sso-admin",
"sso-oidc",
"stepfunctions",
"storagegateway",
"sts",
"supplychain",
"support",
"support-app",
"swf",
"synthetics",
"taxsettings",
"textract",
"timestream-influxdb",
"timestream-query",
"timestream-write",
"tnb",
"transcribe",
"transfer",
"translate",
"trustedadvisor",
"verifiedpermissions",
"voice-id",
"vpc-lattice",
"waf",
"waf-regional",
"wafv2",
"wellarchitected",
"wisdom",
"workdocs",
"workmail",
"workmailmessageflow",
"workspaces",
"workspaces-instances",
"workspaces-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_security_ir.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"s3",
"sns",
"sqs",
]
PaginatorName#
# PaginatorName usage example
from mypy_boto3_security_ir.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_case_edits"
# PaginatorName definition
PaginatorName = Literal[
"list_case_edits",
"list_cases",
"list_comments",
"list_memberships",
]