Literals#
Auto-generated documentation for DynamoDB type annotations stubs module types-boto3-dynamodb.
ApproximateCreationDateTimePrecisionType#
# ApproximateCreationDateTimePrecisionType usage example
from types_boto3_dynamodb.literals import ApproximateCreationDateTimePrecisionType
def get_value() -> ApproximateCreationDateTimePrecisionType:
    return "MICROSECOND"# ApproximateCreationDateTimePrecisionType definition
ApproximateCreationDateTimePrecisionType = Literal[
    "MICROSECOND",
    "MILLISECOND",
]AttributeActionType#
# AttributeActionType usage example
from types_boto3_dynamodb.literals import AttributeActionType
def get_value() -> AttributeActionType:
    return "ADD"# AttributeActionType definition
AttributeActionType = Literal[
    "ADD",
    "DELETE",
    "PUT",
]BackupStatusType#
# BackupStatusType usage example
from types_boto3_dynamodb.literals import BackupStatusType
def get_value() -> BackupStatusType:
    return "AVAILABLE"# BackupStatusType definition
BackupStatusType = Literal[
    "AVAILABLE",
    "CREATING",
    "DELETED",
]BackupTypeFilterType#
# BackupTypeFilterType usage example
from types_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 types_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 types_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 types_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 types_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 types_boto3_dynamodb.literals import ConditionalOperatorType
def get_value() -> ConditionalOperatorType:
    return "AND"# ConditionalOperatorType definition
ConditionalOperatorType = Literal[
    "AND",
    "OR",
]ContinuousBackupsStatusType#
# ContinuousBackupsStatusType usage example
from types_boto3_dynamodb.literals import ContinuousBackupsStatusType
def get_value() -> ContinuousBackupsStatusType:
    return "DISABLED"# ContinuousBackupsStatusType definition
ContinuousBackupsStatusType = Literal[
    "DISABLED",
    "ENABLED",
]ContributorInsightsActionType#
# ContributorInsightsActionType usage example
from types_boto3_dynamodb.literals import ContributorInsightsActionType
def get_value() -> ContributorInsightsActionType:
    return "DISABLE"# ContributorInsightsActionType definition
ContributorInsightsActionType = Literal[
    "DISABLE",
    "ENABLE",
]ContributorInsightsModeType#
# ContributorInsightsModeType usage example
from types_boto3_dynamodb.literals import ContributorInsightsModeType
def get_value() -> ContributorInsightsModeType:
    return "ACCESSED_AND_THROTTLED_KEYS"# ContributorInsightsModeType definition
ContributorInsightsModeType = Literal[
    "ACCESSED_AND_THROTTLED_KEYS",
    "THROTTLED_KEYS",
]ContributorInsightsStatusType#
# ContributorInsightsStatusType usage example
from types_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 types_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 types_boto3_dynamodb.literals import ExportFormatType
def get_value() -> ExportFormatType:
    return "DYNAMODB_JSON"# ExportFormatType definition
ExportFormatType = Literal[
    "DYNAMODB_JSON",
    "ION",
]ExportStatusType#
# ExportStatusType usage example
from types_boto3_dynamodb.literals import ExportStatusType
def get_value() -> ExportStatusType:
    return "COMPLETED"# ExportStatusType definition
ExportStatusType = Literal[
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
]ExportTypeType#
# ExportTypeType usage example
from types_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 types_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 types_boto3_dynamodb.literals import GlobalTableStatusType
def get_value() -> GlobalTableStatusType:
    return "ACTIVE"# GlobalTableStatusType definition
GlobalTableStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
    "UPDATING",
]ImportStatusType#
# ImportStatusType usage example
from types_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 types_boto3_dynamodb.literals import IndexStatusType
def get_value() -> IndexStatusType:
    return "ACTIVE"# IndexStatusType definition
IndexStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
    "UPDATING",
]InputCompressionTypeType#
# InputCompressionTypeType usage example
from types_boto3_dynamodb.literals import InputCompressionTypeType
def get_value() -> InputCompressionTypeType:
    return "GZIP"# InputCompressionTypeType definition
InputCompressionTypeType = Literal[
    "GZIP",
    "NONE",
    "ZSTD",
]InputFormatType#
# InputFormatType usage example
from types_boto3_dynamodb.literals import InputFormatType
def get_value() -> InputFormatType:
    return "CSV"# InputFormatType definition
InputFormatType = Literal[
    "CSV",
    "DYNAMODB_JSON",
    "ION",
]KeyTypeType#
# KeyTypeType usage example
from types_boto3_dynamodb.literals import KeyTypeType
def get_value() -> KeyTypeType:
    return "HASH"# KeyTypeType definition
KeyTypeType = Literal[
    "HASH",
    "RANGE",
]ListBackupsPaginatorName#
# ListBackupsPaginatorName usage example
from types_boto3_dynamodb.literals import ListBackupsPaginatorName
def get_value() -> ListBackupsPaginatorName:
    return "list_backups"# ListBackupsPaginatorName definition
ListBackupsPaginatorName = Literal[
    "list_backups",
]ListTablesPaginatorName#
# ListTablesPaginatorName usage example
from types_boto3_dynamodb.literals import ListTablesPaginatorName
def get_value() -> ListTablesPaginatorName:
    return "list_tables"# ListTablesPaginatorName definition
ListTablesPaginatorName = Literal[
    "list_tables",
]ListTagsOfResourcePaginatorName#
# ListTagsOfResourcePaginatorName usage example
from types_boto3_dynamodb.literals import ListTagsOfResourcePaginatorName
def get_value() -> ListTagsOfResourcePaginatorName:
    return "list_tags_of_resource"# ListTagsOfResourcePaginatorName definition
ListTagsOfResourcePaginatorName = Literal[
    "list_tags_of_resource",
]MultiRegionConsistencyType#
# MultiRegionConsistencyType usage example
from types_boto3_dynamodb.literals import MultiRegionConsistencyType
def get_value() -> MultiRegionConsistencyType:
    return "EVENTUAL"# MultiRegionConsistencyType definition
MultiRegionConsistencyType = Literal[
    "EVENTUAL",
    "STRONG",
]PointInTimeRecoveryStatusType#
# PointInTimeRecoveryStatusType usage example
from types_boto3_dynamodb.literals import PointInTimeRecoveryStatusType
def get_value() -> PointInTimeRecoveryStatusType:
    return "DISABLED"# PointInTimeRecoveryStatusType definition
PointInTimeRecoveryStatusType = Literal[
    "DISABLED",
    "ENABLED",
]ProjectionTypeType#
# ProjectionTypeType usage example
from types_boto3_dynamodb.literals import ProjectionTypeType
def get_value() -> ProjectionTypeType:
    return "ALL"# ProjectionTypeType definition
ProjectionTypeType = Literal[
    "ALL",
    "INCLUDE",
    "KEYS_ONLY",
]QueryPaginatorName#
# QueryPaginatorName usage example
from types_boto3_dynamodb.literals import QueryPaginatorName
def get_value() -> QueryPaginatorName:
    return "query"# QueryPaginatorName definition
QueryPaginatorName = Literal[
    "query",
]ReplicaStatusType#
# ReplicaStatusType usage example
from types_boto3_dynamodb.literals import ReplicaStatusType
def get_value() -> ReplicaStatusType:
    return "ACTIVE"# ReplicaStatusType definition
ReplicaStatusType = Literal[
    "ACTIVE",
    "ARCHIVED",
    "ARCHIVING",
    "CREATING",
    "CREATION_FAILED",
    "DELETING",
    "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
    "REGION_DISABLED",
    "REPLICATION_NOT_AUTHORIZED",
    "UPDATING",
]ReturnConsumedCapacityType#
# ReturnConsumedCapacityType usage example
from types_boto3_dynamodb.literals import ReturnConsumedCapacityType
def get_value() -> ReturnConsumedCapacityType:
    return "INDEXES"# ReturnConsumedCapacityType definition
ReturnConsumedCapacityType = Literal[
    "INDEXES",
    "NONE",
    "TOTAL",
]ReturnItemCollectionMetricsType#
# ReturnItemCollectionMetricsType usage example
from types_boto3_dynamodb.literals import ReturnItemCollectionMetricsType
def get_value() -> ReturnItemCollectionMetricsType:
    return "NONE"# ReturnItemCollectionMetricsType definition
ReturnItemCollectionMetricsType = Literal[
    "NONE",
    "SIZE",
]ReturnValueType#
# ReturnValueType usage example
from types_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 types_boto3_dynamodb.literals import ReturnValuesOnConditionCheckFailureType
def get_value() -> ReturnValuesOnConditionCheckFailureType:
    return "ALL_OLD"# ReturnValuesOnConditionCheckFailureType definition
ReturnValuesOnConditionCheckFailureType = Literal[
    "ALL_OLD",
    "NONE",
]S3SseAlgorithmType#
# S3SseAlgorithmType usage example
from types_boto3_dynamodb.literals import S3SseAlgorithmType
def get_value() -> S3SseAlgorithmType:
    return "AES256"# S3SseAlgorithmType definition
S3SseAlgorithmType = Literal[
    "AES256",
    "KMS",
]SSEStatusType#
# SSEStatusType usage example
from types_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 types_boto3_dynamodb.literals import SSETypeType
def get_value() -> SSETypeType:
    return "AES256"# SSETypeType definition
SSETypeType = Literal[
    "AES256",
    "KMS",
]ScalarAttributeTypeType#
# ScalarAttributeTypeType usage example
from types_boto3_dynamodb.literals import ScalarAttributeTypeType
def get_value() -> ScalarAttributeTypeType:
    return "B"# ScalarAttributeTypeType definition
ScalarAttributeTypeType = Literal[
    "B",
    "N",
    "S",
]ScanPaginatorName#
# ScanPaginatorName usage example
from types_boto3_dynamodb.literals import ScanPaginatorName
def get_value() -> ScanPaginatorName:
    return "scan"# ScanPaginatorName definition
ScanPaginatorName = Literal[
    "scan",
]SelectType#
# SelectType usage example
from types_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 types_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 types_boto3_dynamodb.literals import TableClassType
def get_value() -> TableClassType:
    return "STANDARD"# TableClassType definition
TableClassType = Literal[
    "STANDARD",
    "STANDARD_INFREQUENT_ACCESS",
]TableExistsWaiterName#
# TableExistsWaiterName usage example
from types_boto3_dynamodb.literals import TableExistsWaiterName
def get_value() -> TableExistsWaiterName:
    return "table_exists"# TableExistsWaiterName definition
TableExistsWaiterName = Literal[
    "table_exists",
]TableNotExistsWaiterName#
# TableNotExistsWaiterName usage example
from types_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 types_boto3_dynamodb.literals import TableStatusType
def get_value() -> TableStatusType:
    return "ACTIVE"# TableStatusType definition
TableStatusType = Literal[
    "ACTIVE",
    "ARCHIVED",
    "ARCHIVING",
    "CREATING",
    "DELETING",
    "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
    "REPLICATION_NOT_AUTHORIZED",
    "UPDATING",
]TimeToLiveStatusType#
# TimeToLiveStatusType usage example
from types_boto3_dynamodb.literals import TimeToLiveStatusType
def get_value() -> TimeToLiveStatusType:
    return "DISABLED"# TimeToLiveStatusType definition
TimeToLiveStatusType = Literal[
    "DISABLED",
    "DISABLING",
    "ENABLED",
    "ENABLING",
]WitnessStatusType#
# WitnessStatusType usage example
from types_boto3_dynamodb.literals import WitnessStatusType
def get_value() -> WitnessStatusType:
    return "ACTIVE"# WitnessStatusType definition
WitnessStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
]DynamoDBServiceName#
# DynamoDBServiceName usage example
from types_boto3_dynamodb.literals import DynamoDBServiceName
def get_value() -> DynamoDBServiceName:
    return "dynamodb"# DynamoDBServiceName definition
DynamoDBServiceName = Literal[
    "dynamodb",
]ServiceName#
# ServiceName usage example
from types_boto3_dynamodb.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 types_boto3_dynamodb.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 types_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 types_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 types_boto3_dynamodb.literals import RegionName
def get_value() -> RegionName:
    return "af-south-1"# RegionName definition
RegionName = 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",
    "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",
]