Literals#
Auto-generated documentation for DynamoDB type annotations stubs module mypy-boto3-dynamodb.
ApproximateCreationDateTimePrecisionType#
# ApproximateCreationDateTimePrecisionType usage example
from mypy_boto3_dynamodb.literals import ApproximateCreationDateTimePrecisionType
def get_value() -> ApproximateCreationDateTimePrecisionType:
return "MICROSECOND"
# ApproximateCreationDateTimePrecisionType definition
ApproximateCreationDateTimePrecisionType = Literal[
"MICROSECOND",
"MILLISECOND",
]
AttributeActionType#
# AttributeActionType usage example
from mypy_boto3_dynamodb.literals import AttributeActionType
def get_value() -> AttributeActionType:
return "ADD"
# AttributeActionType definition
AttributeActionType = Literal[
"ADD",
"DELETE",
"PUT",
]
BackupStatusType#
# BackupStatusType usage example
from mypy_boto3_dynamodb.literals import BackupStatusType
def get_value() -> BackupStatusType:
return "AVAILABLE"
# BackupStatusType definition
BackupStatusType = Literal[
"AVAILABLE",
"CREATING",
"DELETED",
]
BackupTypeFilterType#
# BackupTypeFilterType usage example
from mypy_boto3_dynamodb.literals import BackupTypeFilterType
def get_value() -> BackupTypeFilterType:
return "ALL"
# BackupTypeFilterType definition
BackupTypeFilterType = Literal[
"ALL",
"AWS_BACKUP",
"SYSTEM",
"USER",
]
BackupTypeType#
# BackupTypeType usage example
from mypy_boto3_dynamodb.literals import BackupTypeType
def get_value() -> BackupTypeType:
return "AWS_BACKUP"
# BackupTypeType definition
BackupTypeType = Literal[
"AWS_BACKUP",
"SYSTEM",
"USER",
]
BatchStatementErrorCodeEnumType#
# BatchStatementErrorCodeEnumType usage example
from mypy_boto3_dynamodb.literals import BatchStatementErrorCodeEnumType
def get_value() -> BatchStatementErrorCodeEnumType:
return "AccessDenied"
# BatchStatementErrorCodeEnumType definition
BatchStatementErrorCodeEnumType = Literal[
"AccessDenied",
"ConditionalCheckFailed",
"DuplicateItem",
"InternalServerError",
"ItemCollectionSizeLimitExceeded",
"ProvisionedThroughputExceeded",
"RequestLimitExceeded",
"ResourceNotFound",
"ThrottlingError",
"TransactionConflict",
"ValidationError",
]
BillingModeType#
# BillingModeType usage example
from mypy_boto3_dynamodb.literals import BillingModeType
def get_value() -> BillingModeType:
return "PAY_PER_REQUEST"
# BillingModeType definition
BillingModeType = Literal[
"PAY_PER_REQUEST",
"PROVISIONED",
]
ComparisonOperatorType#
# ComparisonOperatorType usage example
from mypy_boto3_dynamodb.literals import ComparisonOperatorType
def get_value() -> ComparisonOperatorType:
return "BEGINS_WITH"
# ComparisonOperatorType definition
ComparisonOperatorType = Literal[
"BEGINS_WITH",
"BETWEEN",
"CONTAINS",
"EQ",
"GE",
"GT",
"IN",
"LE",
"LT",
"NE",
"NOT_CONTAINS",
"NOT_NULL",
"NULL",
]
ConditionalOperatorType#
# ConditionalOperatorType usage example
from mypy_boto3_dynamodb.literals import ConditionalOperatorType
def get_value() -> ConditionalOperatorType:
return "AND"
# ConditionalOperatorType definition
ConditionalOperatorType = Literal[
"AND",
"OR",
]
ContinuousBackupsStatusType#
# ContinuousBackupsStatusType usage example
from mypy_boto3_dynamodb.literals import ContinuousBackupsStatusType
def get_value() -> ContinuousBackupsStatusType:
return "DISABLED"
# ContinuousBackupsStatusType definition
ContinuousBackupsStatusType = Literal[
"DISABLED",
"ENABLED",
]
ContributorInsightsActionType#
# ContributorInsightsActionType usage example
from mypy_boto3_dynamodb.literals import ContributorInsightsActionType
def get_value() -> ContributorInsightsActionType:
return "DISABLE"
# ContributorInsightsActionType definition
ContributorInsightsActionType = Literal[
"DISABLE",
"ENABLE",
]
ContributorInsightsStatusType#
# ContributorInsightsStatusType usage example
from mypy_boto3_dynamodb.literals import ContributorInsightsStatusType
def get_value() -> ContributorInsightsStatusType:
return "DISABLED"
# ContributorInsightsStatusType definition
ContributorInsightsStatusType = Literal[
"DISABLED",
"DISABLING",
"ENABLED",
"ENABLING",
"FAILED",
]
DestinationStatusType#
# DestinationStatusType usage example
from mypy_boto3_dynamodb.literals import DestinationStatusType
def get_value() -> DestinationStatusType:
return "ACTIVE"
# DestinationStatusType definition
DestinationStatusType = Literal[
"ACTIVE",
"DISABLED",
"DISABLING",
"ENABLE_FAILED",
"ENABLING",
"UPDATING",
]
ExportFormatType#
# ExportFormatType usage example
from mypy_boto3_dynamodb.literals import ExportFormatType
def get_value() -> ExportFormatType:
return "DYNAMODB_JSON"
# ExportFormatType definition
ExportFormatType = Literal[
"DYNAMODB_JSON",
"ION",
]
ExportStatusType#
# ExportStatusType usage example
from mypy_boto3_dynamodb.literals import ExportStatusType
def get_value() -> ExportStatusType:
return "COMPLETED"
# ExportStatusType definition
ExportStatusType = Literal[
"COMPLETED",
"FAILED",
"IN_PROGRESS",
]
ExportTypeType#
# ExportTypeType usage example
from mypy_boto3_dynamodb.literals import ExportTypeType
def get_value() -> ExportTypeType:
return "FULL_EXPORT"
# ExportTypeType definition
ExportTypeType = Literal[
"FULL_EXPORT",
"INCREMENTAL_EXPORT",
]
ExportViewTypeType#
# ExportViewTypeType usage example
from mypy_boto3_dynamodb.literals import ExportViewTypeType
def get_value() -> ExportViewTypeType:
return "NEW_AND_OLD_IMAGES"
# ExportViewTypeType definition
ExportViewTypeType = Literal[
"NEW_AND_OLD_IMAGES",
"NEW_IMAGE",
]
GlobalTableStatusType#
# GlobalTableStatusType usage example
from mypy_boto3_dynamodb.literals import GlobalTableStatusType
def get_value() -> GlobalTableStatusType:
return "ACTIVE"
# GlobalTableStatusType definition
GlobalTableStatusType = Literal[
"ACTIVE",
"CREATING",
"DELETING",
"UPDATING",
]
ImportStatusType#
# ImportStatusType usage example
from mypy_boto3_dynamodb.literals import ImportStatusType
def get_value() -> ImportStatusType:
return "CANCELLED"
# ImportStatusType definition
ImportStatusType = Literal[
"CANCELLED",
"CANCELLING",
"COMPLETED",
"FAILED",
"IN_PROGRESS",
]
IndexStatusType#
# IndexStatusType usage example
from mypy_boto3_dynamodb.literals import IndexStatusType
def get_value() -> IndexStatusType:
return "ACTIVE"
# IndexStatusType definition
IndexStatusType = Literal[
"ACTIVE",
"CREATING",
"DELETING",
"UPDATING",
]
InputCompressionTypeType#
# InputCompressionTypeType usage example
from mypy_boto3_dynamodb.literals import InputCompressionTypeType
def get_value() -> InputCompressionTypeType:
return "GZIP"
# InputCompressionTypeType definition
InputCompressionTypeType = Literal[
"GZIP",
"NONE",
"ZSTD",
]
InputFormatType#
# InputFormatType usage example
from mypy_boto3_dynamodb.literals import InputFormatType
def get_value() -> InputFormatType:
return "CSV"
# InputFormatType definition
InputFormatType = Literal[
"CSV",
"DYNAMODB_JSON",
"ION",
]
KeyTypeType#
# KeyTypeType usage example
from mypy_boto3_dynamodb.literals import KeyTypeType
def get_value() -> KeyTypeType:
return "HASH"
# KeyTypeType definition
KeyTypeType = Literal[
"HASH",
"RANGE",
]
ListBackupsPaginatorName#
# ListBackupsPaginatorName usage example
from mypy_boto3_dynamodb.literals import ListBackupsPaginatorName
def get_value() -> ListBackupsPaginatorName:
return "list_backups"
# ListBackupsPaginatorName definition
ListBackupsPaginatorName = Literal[
"list_backups",
]
ListTablesPaginatorName#
# ListTablesPaginatorName usage example
from mypy_boto3_dynamodb.literals import ListTablesPaginatorName
def get_value() -> ListTablesPaginatorName:
return "list_tables"
# ListTablesPaginatorName definition
ListTablesPaginatorName = Literal[
"list_tables",
]
ListTagsOfResourcePaginatorName#
# ListTagsOfResourcePaginatorName usage example
from mypy_boto3_dynamodb.literals import ListTagsOfResourcePaginatorName
def get_value() -> ListTagsOfResourcePaginatorName:
return "list_tags_of_resource"
# ListTagsOfResourcePaginatorName definition
ListTagsOfResourcePaginatorName = Literal[
"list_tags_of_resource",
]
PointInTimeRecoveryStatusType#
# PointInTimeRecoveryStatusType usage example
from mypy_boto3_dynamodb.literals import PointInTimeRecoveryStatusType
def get_value() -> PointInTimeRecoveryStatusType:
return "DISABLED"
# PointInTimeRecoveryStatusType definition
PointInTimeRecoveryStatusType = Literal[
"DISABLED",
"ENABLED",
]
ProjectionTypeType#
# ProjectionTypeType usage example
from mypy_boto3_dynamodb.literals import ProjectionTypeType
def get_value() -> ProjectionTypeType:
return "ALL"
# ProjectionTypeType definition
ProjectionTypeType = Literal[
"ALL",
"INCLUDE",
"KEYS_ONLY",
]
QueryPaginatorName#
# QueryPaginatorName usage example
from mypy_boto3_dynamodb.literals import QueryPaginatorName
def get_value() -> QueryPaginatorName:
return "query"
# QueryPaginatorName definition
QueryPaginatorName = Literal[
"query",
]
ReplicaStatusType#
# ReplicaStatusType usage example
from mypy_boto3_dynamodb.literals import ReplicaStatusType
def get_value() -> ReplicaStatusType:
return "ACTIVE"
# ReplicaStatusType definition
ReplicaStatusType = Literal[
"ACTIVE",
"CREATING",
"CREATION_FAILED",
"DELETING",
"INACCESSIBLE_ENCRYPTION_CREDENTIALS",
"REGION_DISABLED",
"UPDATING",
]
ReturnConsumedCapacityType#
# ReturnConsumedCapacityType usage example
from mypy_boto3_dynamodb.literals import ReturnConsumedCapacityType
def get_value() -> ReturnConsumedCapacityType:
return "INDEXES"
# ReturnConsumedCapacityType definition
ReturnConsumedCapacityType = Literal[
"INDEXES",
"NONE",
"TOTAL",
]
ReturnItemCollectionMetricsType#
# ReturnItemCollectionMetricsType usage example
from mypy_boto3_dynamodb.literals import ReturnItemCollectionMetricsType
def get_value() -> ReturnItemCollectionMetricsType:
return "NONE"
# ReturnItemCollectionMetricsType definition
ReturnItemCollectionMetricsType = Literal[
"NONE",
"SIZE",
]
ReturnValueType#
# ReturnValueType usage example
from mypy_boto3_dynamodb.literals import ReturnValueType
def get_value() -> ReturnValueType:
return "ALL_NEW"
# ReturnValueType definition
ReturnValueType = Literal[
"ALL_NEW",
"ALL_OLD",
"NONE",
"UPDATED_NEW",
"UPDATED_OLD",
]
ReturnValuesOnConditionCheckFailureType#
# ReturnValuesOnConditionCheckFailureType usage example
from mypy_boto3_dynamodb.literals import ReturnValuesOnConditionCheckFailureType
def get_value() -> ReturnValuesOnConditionCheckFailureType:
return "ALL_OLD"
# ReturnValuesOnConditionCheckFailureType definition
ReturnValuesOnConditionCheckFailureType = Literal[
"ALL_OLD",
"NONE",
]
S3SseAlgorithmType#
# S3SseAlgorithmType usage example
from mypy_boto3_dynamodb.literals import S3SseAlgorithmType
def get_value() -> S3SseAlgorithmType:
return "AES256"
# S3SseAlgorithmType definition
S3SseAlgorithmType = Literal[
"AES256",
"KMS",
]
SSEStatusType#
# SSEStatusType usage example
from mypy_boto3_dynamodb.literals import SSEStatusType
def get_value() -> SSEStatusType:
return "DISABLED"
# SSEStatusType definition
SSEStatusType = Literal[
"DISABLED",
"DISABLING",
"ENABLED",
"ENABLING",
"UPDATING",
]
SSETypeType#
# SSETypeType usage example
from mypy_boto3_dynamodb.literals import SSETypeType
def get_value() -> SSETypeType:
return "AES256"
# SSETypeType definition
SSETypeType = Literal[
"AES256",
"KMS",
]
ScalarAttributeTypeType#
# ScalarAttributeTypeType usage example
from mypy_boto3_dynamodb.literals import ScalarAttributeTypeType
def get_value() -> ScalarAttributeTypeType:
return "B"
# ScalarAttributeTypeType definition
ScalarAttributeTypeType = Literal[
"B",
"N",
"S",
]
ScanPaginatorName#
# ScanPaginatorName usage example
from mypy_boto3_dynamodb.literals import ScanPaginatorName
def get_value() -> ScanPaginatorName:
return "scan"
# ScanPaginatorName definition
ScanPaginatorName = Literal[
"scan",
]
SelectType#
# SelectType usage example
from mypy_boto3_dynamodb.literals import SelectType
def get_value() -> SelectType:
return "ALL_ATTRIBUTES"
# SelectType definition
SelectType = Literal[
"ALL_ATTRIBUTES",
"ALL_PROJECTED_ATTRIBUTES",
"COUNT",
"SPECIFIC_ATTRIBUTES",
]
StreamViewTypeType#
# StreamViewTypeType usage example
from mypy_boto3_dynamodb.literals import StreamViewTypeType
def get_value() -> StreamViewTypeType:
return "KEYS_ONLY"
# StreamViewTypeType definition
StreamViewTypeType = Literal[
"KEYS_ONLY",
"NEW_AND_OLD_IMAGES",
"NEW_IMAGE",
"OLD_IMAGE",
]
TableClassType#
# TableClassType usage example
from mypy_boto3_dynamodb.literals import TableClassType
def get_value() -> TableClassType:
return "STANDARD"
# TableClassType definition
TableClassType = Literal[
"STANDARD",
"STANDARD_INFREQUENT_ACCESS",
]
TableExistsWaiterName#
# TableExistsWaiterName usage example
from mypy_boto3_dynamodb.literals import TableExistsWaiterName
def get_value() -> TableExistsWaiterName:
return "table_exists"
# TableExistsWaiterName definition
TableExistsWaiterName = Literal[
"table_exists",
]
TableNotExistsWaiterName#
# TableNotExistsWaiterName usage example
from mypy_boto3_dynamodb.literals import TableNotExistsWaiterName
def get_value() -> TableNotExistsWaiterName:
return "table_not_exists"
# TableNotExistsWaiterName definition
TableNotExistsWaiterName = Literal[
"table_not_exists",
]
TableStatusType#
# TableStatusType usage example
from mypy_boto3_dynamodb.literals import TableStatusType
def get_value() -> TableStatusType:
return "ACTIVE"
# TableStatusType definition
TableStatusType = Literal[
"ACTIVE",
"ARCHIVED",
"ARCHIVING",
"CREATING",
"DELETING",
"INACCESSIBLE_ENCRYPTION_CREDENTIALS",
"UPDATING",
]
TimeToLiveStatusType#
# TimeToLiveStatusType usage example
from mypy_boto3_dynamodb.literals import TimeToLiveStatusType
def get_value() -> TimeToLiveStatusType:
return "DISABLED"
# TimeToLiveStatusType definition
TimeToLiveStatusType = Literal[
"DISABLED",
"DISABLING",
"ENABLED",
"ENABLING",
]
DynamoDBServiceName#
# DynamoDBServiceName usage example
from mypy_boto3_dynamodb.literals import DynamoDBServiceName
def get_value() -> DynamoDBServiceName:
return "dynamodb"
# DynamoDBServiceName definition
DynamoDBServiceName = Literal[
"dynamodb",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_dynamodb.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_dynamodb.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_dynamodb.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_backups"
# PaginatorName definition
PaginatorName = Literal[
"list_backups",
"list_tables",
"list_tags_of_resource",
"query",
"scan",
]
WaiterName#
# WaiterName usage example
from mypy_boto3_dynamodb.literals import WaiterName
def get_value() -> WaiterName:
return "table_exists"
# WaiterName definition
WaiterName = Literal[
"table_exists",
"table_not_exists",
]
RegionName#
# RegionName usage example
from mypy_boto3_dynamodb.literals import RegionName
def get_value() -> RegionName:
return "af-south-1"
# RegionName definition
RegionName = Literal[
"af-south-1",
"ap-east-1",
"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",
"ca-central-1",
"ca-west-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",
"sa-east-1",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
]