Literals#
Auto-generated documentation for Braket type annotations stubs module mypy-boto3-braket.
AssociationTypeType#
# AssociationTypeType usage example
from mypy_boto3_braket.literals import AssociationTypeType
def get_value() -> AssociationTypeType:
return "RESERVATION_TIME_WINDOW_ARN"
# AssociationTypeType definition
AssociationTypeType = Literal[
"RESERVATION_TIME_WINDOW_ARN",
]
CancellationStatusType#
# CancellationStatusType usage example
from mypy_boto3_braket.literals import CancellationStatusType
def get_value() -> CancellationStatusType:
return "CANCELLED"
# CancellationStatusType definition
CancellationStatusType = Literal[
"CANCELLED",
"CANCELLING",
]
CompressionTypeType#
# CompressionTypeType usage example
from mypy_boto3_braket.literals import CompressionTypeType
def get_value() -> CompressionTypeType:
return "GZIP"
# CompressionTypeType definition
CompressionTypeType = Literal[
"GZIP",
"NONE",
]
DeviceStatusType#
# DeviceStatusType usage example
from mypy_boto3_braket.literals import DeviceStatusType
def get_value() -> DeviceStatusType:
return "OFFLINE"
# DeviceStatusType definition
DeviceStatusType = Literal[
"OFFLINE",
"ONLINE",
"RETIRED",
]
DeviceTypeType#
# DeviceTypeType usage example
from mypy_boto3_braket.literals import DeviceTypeType
def get_value() -> DeviceTypeType:
return "QPU"
# DeviceTypeType definition
DeviceTypeType = Literal[
"QPU",
"SIMULATOR",
]
HybridJobAdditionalAttributeNameType#
# HybridJobAdditionalAttributeNameType usage example
from mypy_boto3_braket.literals import HybridJobAdditionalAttributeNameType
def get_value() -> HybridJobAdditionalAttributeNameType:
return "QueueInfo"
# HybridJobAdditionalAttributeNameType definition
HybridJobAdditionalAttributeNameType = Literal[
"QueueInfo",
]
InstanceTypeType#
# InstanceTypeType usage example
from mypy_boto3_braket.literals import InstanceTypeType
def get_value() -> InstanceTypeType:
return "ml.c4.2xlarge"
# InstanceTypeType definition
InstanceTypeType = Literal[
"ml.c4.2xlarge",
"ml.c4.4xlarge",
"ml.c4.8xlarge",
"ml.c4.xlarge",
"ml.c5.18xlarge",
"ml.c5.2xlarge",
"ml.c5.4xlarge",
"ml.c5.9xlarge",
"ml.c5.xlarge",
"ml.c5n.18xlarge",
"ml.c5n.2xlarge",
"ml.c5n.4xlarge",
"ml.c5n.9xlarge",
"ml.c5n.xlarge",
"ml.g4dn.12xlarge",
"ml.g4dn.16xlarge",
"ml.g4dn.2xlarge",
"ml.g4dn.4xlarge",
"ml.g4dn.8xlarge",
"ml.g4dn.xlarge",
"ml.m4.10xlarge",
"ml.m4.16xlarge",
"ml.m4.2xlarge",
"ml.m4.4xlarge",
"ml.m4.xlarge",
"ml.m5.12xlarge",
"ml.m5.24xlarge",
"ml.m5.2xlarge",
"ml.m5.4xlarge",
"ml.m5.large",
"ml.m5.xlarge",
"ml.p2.16xlarge",
"ml.p2.8xlarge",
"ml.p2.xlarge",
"ml.p3.16xlarge",
"ml.p3.2xlarge",
"ml.p3.8xlarge",
"ml.p3dn.24xlarge",
"ml.p4d.24xlarge",
]
JobEventTypeType#
# JobEventTypeType usage example
from mypy_boto3_braket.literals import JobEventTypeType
def get_value() -> JobEventTypeType:
return "CANCELLED"
# JobEventTypeType definition
JobEventTypeType = Literal[
"CANCELLED",
"COMPLETED",
"DEPRIORITIZED_DUE_TO_INACTIVITY",
"DOWNLOADING_DATA",
"FAILED",
"MAX_RUNTIME_EXCEEDED",
"QUEUED_FOR_EXECUTION",
"RUNNING",
"STARTING_INSTANCE",
"UPLOADING_RESULTS",
"WAITING_FOR_PRIORITY",
]
JobPrimaryStatusType#
# JobPrimaryStatusType usage example
from mypy_boto3_braket.literals import JobPrimaryStatusType
def get_value() -> JobPrimaryStatusType:
return "CANCELLED"
# JobPrimaryStatusType definition
JobPrimaryStatusType = Literal[
"CANCELLED",
"CANCELLING",
"COMPLETED",
"FAILED",
"QUEUED",
"RUNNING",
]
QuantumTaskAdditionalAttributeNameType#
# QuantumTaskAdditionalAttributeNameType usage example
from mypy_boto3_braket.literals import QuantumTaskAdditionalAttributeNameType
def get_value() -> QuantumTaskAdditionalAttributeNameType:
return "QueueInfo"
# QuantumTaskAdditionalAttributeNameType definition
QuantumTaskAdditionalAttributeNameType = Literal[
"QueueInfo",
]
QuantumTaskStatusType#
# QuantumTaskStatusType usage example
from mypy_boto3_braket.literals import QuantumTaskStatusType
def get_value() -> QuantumTaskStatusType:
return "CANCELLED"
# QuantumTaskStatusType definition
QuantumTaskStatusType = Literal[
"CANCELLED",
"CANCELLING",
"COMPLETED",
"CREATED",
"FAILED",
"QUEUED",
"RUNNING",
]
QueueNameType#
# QueueNameType usage example
from mypy_boto3_braket.literals import QueueNameType
def get_value() -> QueueNameType:
return "JOBS_QUEUE"
# QueueNameType definition
QueueNameType = Literal[
"JOBS_QUEUE",
"QUANTUM_TASKS_QUEUE",
]
QueuePriorityType#
# QueuePriorityType usage example
from mypy_boto3_braket.literals import QueuePriorityType
def get_value() -> QueuePriorityType:
return "Normal"
# QueuePriorityType definition
QueuePriorityType = Literal[
"Normal",
"Priority",
]
SearchDevicesPaginatorName#
# SearchDevicesPaginatorName usage example
from mypy_boto3_braket.literals import SearchDevicesPaginatorName
def get_value() -> SearchDevicesPaginatorName:
return "search_devices"
# SearchDevicesPaginatorName definition
SearchDevicesPaginatorName = Literal[
"search_devices",
]
SearchJobsFilterOperatorType#
# SearchJobsFilterOperatorType usage example
from mypy_boto3_braket.literals import SearchJobsFilterOperatorType
def get_value() -> SearchJobsFilterOperatorType:
return "BETWEEN"
# SearchJobsFilterOperatorType definition
SearchJobsFilterOperatorType = Literal[
"BETWEEN",
"CONTAINS",
"EQUAL",
"GT",
"GTE",
"LT",
"LTE",
]
SearchJobsPaginatorName#
# SearchJobsPaginatorName usage example
from mypy_boto3_braket.literals import SearchJobsPaginatorName
def get_value() -> SearchJobsPaginatorName:
return "search_jobs"
# SearchJobsPaginatorName definition
SearchJobsPaginatorName = Literal[
"search_jobs",
]
SearchQuantumTasksFilterOperatorType#
# SearchQuantumTasksFilterOperatorType usage example
from mypy_boto3_braket.literals import SearchQuantumTasksFilterOperatorType
def get_value() -> SearchQuantumTasksFilterOperatorType:
return "BETWEEN"
# SearchQuantumTasksFilterOperatorType definition
SearchQuantumTasksFilterOperatorType = Literal[
"BETWEEN",
"EQUAL",
"GT",
"GTE",
"LT",
"LTE",
]
SearchQuantumTasksPaginatorName#
# SearchQuantumTasksPaginatorName usage example
from mypy_boto3_braket.literals import SearchQuantumTasksPaginatorName
def get_value() -> SearchQuantumTasksPaginatorName:
return "search_quantum_tasks"
# SearchQuantumTasksPaginatorName definition
SearchQuantumTasksPaginatorName = Literal[
"search_quantum_tasks",
]
BraketServiceName#
# BraketServiceName usage example
from mypy_boto3_braket.literals import BraketServiceName
def get_value() -> BraketServiceName:
return "braket"
# BraketServiceName definition
BraketServiceName = Literal[
"braket",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_braket.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"application-signals",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"apptest",
"arc-zonal-shift",
"artifact",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"b2bi",
"backup",
"backup-gateway",
"batch",
"bcm-data-exports",
"bedrock",
"bedrock-agent",
"bedrock-agent-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",
"dynamodb",
"dynamodbstreams",
"ebs",
"ec2",
"ec2-instance-connect",
"ecr",
"ecr-public",
"ecs",
"efs",
"eks",
"eks-auth",
"elastic-inference",
"elasticache",
"elasticbeanstalk",
"elastictranscoder",
"elb",
"elbv2",
"emr",
"emr-containers",
"emr-serverless",
"entityresolution",
"es",
"events",
"evidently",
"finspace",
"finspace-data",
"firehose",
"fis",
"fms",
"forecast",
"forecastquery",
"frauddetector",
"freetier",
"fsx",
"gamelift",
"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",
"iot",
"iot-data",
"iot-jobs-data",
"iot1click-devices",
"iot1click-projects",
"iotanalytics",
"iotdeviceadvisor",
"iotevents",
"iotevents-data",
"iotfleethub",
"iotfleetwise",
"iotsecuretunneling",
"iotsitewise",
"iotthingsgraph",
"iottwinmaker",
"iotwireless",
"ivs",
"ivs-realtime",
"ivschat",
"kafka",
"kafkaconnect",
"kendra",
"kendra-ranking",
"keyspaces",
"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",
"lookoutmetrics",
"lookoutvision",
"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",
"mq",
"mturk",
"mwaa",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkmanager",
"networkmonitor",
"oam",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"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",
"privatenetworks",
"proton",
"qapps",
"qbusiness",
"qconnect",
"qldb",
"qldb-session",
"quicksight",
"ram",
"rbin",
"rds",
"rds-data",
"redshift",
"redshift-data",
"redshift-serverless",
"rekognition",
"repostspace",
"resiliencehub",
"resource-explorer-2",
"resource-groups",
"resourcegroupstaggingapi",
"robomaker",
"rolesanywhere",
"route53",
"route53-recovery-cluster",
"route53-recovery-control-config",
"route53-recovery-readiness",
"route53domains",
"route53profiles",
"route53resolver",
"rum",
"s3",
"s3control",
"s3outposts",
"sagemaker",
"sagemaker-a2i-runtime",
"sagemaker-edge",
"sagemaker-featurestore-runtime",
"sagemaker-geospatial",
"sagemaker-metrics",
"sagemaker-runtime",
"savingsplans",
"scheduler",
"schemas",
"sdb",
"secretsmanager",
"securityhub",
"securitylake",
"serverlessrepo",
"service-quotas",
"servicecatalog",
"servicecatalog-appregistry",
"servicediscovery",
"ses",
"sesv2",
"shield",
"signer",
"simspaceweaver",
"sms",
"sms-voice",
"snow-device-management",
"snowball",
"sns",
"socialmessaging",
"sqs",
"ssm",
"ssm-contacts",
"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-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_braket.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"opsworks",
"s3",
"sns",
"sqs",
]
PaginatorName#
# PaginatorName usage example
from mypy_boto3_braket.literals import PaginatorName
def get_value() -> PaginatorName:
return "search_devices"
# PaginatorName definition
PaginatorName = Literal[
"search_devices",
"search_jobs",
"search_quantum_tasks",
]
RegionName#
# RegionName usage example
from mypy_boto3_braket.literals import RegionName
def get_value() -> RegionName:
return "eu-north-1"
# RegionName definition
RegionName = Literal[
"eu-north-1",
"eu-west-2",
"us-east-1",
"us-west-1",
"us-west-2",
]