Literals#
Index > DatabaseMigrationService > Literals
Auto-generated documentation for DatabaseMigrationService type annotations stubs module types-boto3-dms.
AssessmentReportTypeType#
# AssessmentReportTypeType usage example
from types_boto3_dms.literals import AssessmentReportTypeType
def get_value() -> AssessmentReportTypeType:
    return "csv"# AssessmentReportTypeType definition
AssessmentReportTypeType = Literal[
    "csv",
    "pdf",
]AuthMechanismValueType#
# AuthMechanismValueType usage example
from types_boto3_dms.literals import AuthMechanismValueType
def get_value() -> AuthMechanismValueType:
    return "default"# AuthMechanismValueType definition
AuthMechanismValueType = Literal[
    "default",
    "mongodb_cr",
    "scram_sha_1",
]AuthTypeValueType#
# AuthTypeValueType usage example
from types_boto3_dms.literals import AuthTypeValueType
def get_value() -> AuthTypeValueType:
    return "no"# AuthTypeValueType definition
AuthTypeValueType = Literal[
    "no",
    "password",
]CannedAclForObjectsValueType#
# CannedAclForObjectsValueType usage example
from types_boto3_dms.literals import CannedAclForObjectsValueType
def get_value() -> CannedAclForObjectsValueType:
    return "authenticated-read"# CannedAclForObjectsValueType definition
CannedAclForObjectsValueType = Literal[
    "authenticated-read",
    "aws-exec-read",
    "bucket-owner-full-control",
    "bucket-owner-read",
    "none",
    "private",
    "public-read",
    "public-read-write",
]CharLengthSemanticsType#
# CharLengthSemanticsType usage example
from types_boto3_dms.literals import CharLengthSemanticsType
def get_value() -> CharLengthSemanticsType:
    return "byte"# CharLengthSemanticsType definition
CharLengthSemanticsType = Literal[
    "byte",
    "char",
    "default",
]CollectorStatusType#
# CollectorStatusType usage example
from types_boto3_dms.literals import CollectorStatusType
def get_value() -> CollectorStatusType:
    return "ACTIVE"# CollectorStatusType definition
CollectorStatusType = Literal[
    "ACTIVE",
    "UNREGISTERED",
]CompressionTypeValueType#
# CompressionTypeValueType usage example
from types_boto3_dms.literals import CompressionTypeValueType
def get_value() -> CompressionTypeValueType:
    return "gzip"# CompressionTypeValueType definition
CompressionTypeValueType = Literal[
    "gzip",
    "none",
]DataFormatValueType#
# DataFormatValueType usage example
from types_boto3_dms.literals import DataFormatValueType
def get_value() -> DataFormatValueType:
    return "csv"# DataFormatValueType definition
DataFormatValueType = Literal[
    "csv",
    "parquet",
]DatabaseModeType#
# DatabaseModeType usage example
from types_boto3_dms.literals import DatabaseModeType
def get_value() -> DatabaseModeType:
    return "babelfish"# DatabaseModeType definition
DatabaseModeType = Literal[
    "babelfish",
    "default",
]DatePartitionDelimiterValueType#
# DatePartitionDelimiterValueType usage example
from types_boto3_dms.literals import DatePartitionDelimiterValueType
def get_value() -> DatePartitionDelimiterValueType:
    return "DASH"# DatePartitionDelimiterValueType definition
DatePartitionDelimiterValueType = Literal[
    "DASH",
    "NONE",
    "SLASH",
    "UNDERSCORE",
]DatePartitionSequenceValueType#
# DatePartitionSequenceValueType usage example
from types_boto3_dms.literals import DatePartitionSequenceValueType
def get_value() -> DatePartitionSequenceValueType:
    return "DDMMYYYY"# DatePartitionSequenceValueType definition
DatePartitionSequenceValueType = Literal[
    "DDMMYYYY",
    "MMYYYYDD",
    "YYYYMM",
    "YYYYMMDD",
    "YYYYMMDDHH",
]DescribeCertificatesPaginatorName#
# DescribeCertificatesPaginatorName usage example
from types_boto3_dms.literals import DescribeCertificatesPaginatorName
def get_value() -> DescribeCertificatesPaginatorName:
    return "describe_certificates"# DescribeCertificatesPaginatorName definition
DescribeCertificatesPaginatorName = Literal[
    "describe_certificates",
]DescribeConnectionsPaginatorName#
# DescribeConnectionsPaginatorName usage example
from types_boto3_dms.literals import DescribeConnectionsPaginatorName
def get_value() -> DescribeConnectionsPaginatorName:
    return "describe_connections"# DescribeConnectionsPaginatorName definition
DescribeConnectionsPaginatorName = Literal[
    "describe_connections",
]DescribeDataMigrationsPaginatorName#
# DescribeDataMigrationsPaginatorName usage example
from types_boto3_dms.literals import DescribeDataMigrationsPaginatorName
def get_value() -> DescribeDataMigrationsPaginatorName:
    return "describe_data_migrations"# DescribeDataMigrationsPaginatorName definition
DescribeDataMigrationsPaginatorName = Literal[
    "describe_data_migrations",
]DescribeEndpointTypesPaginatorName#
# DescribeEndpointTypesPaginatorName usage example
from types_boto3_dms.literals import DescribeEndpointTypesPaginatorName
def get_value() -> DescribeEndpointTypesPaginatorName:
    return "describe_endpoint_types"# DescribeEndpointTypesPaginatorName definition
DescribeEndpointTypesPaginatorName = Literal[
    "describe_endpoint_types",
]DescribeEndpointsPaginatorName#
# DescribeEndpointsPaginatorName usage example
from types_boto3_dms.literals import DescribeEndpointsPaginatorName
def get_value() -> DescribeEndpointsPaginatorName:
    return "describe_endpoints"# DescribeEndpointsPaginatorName definition
DescribeEndpointsPaginatorName = Literal[
    "describe_endpoints",
]DescribeEventSubscriptionsPaginatorName#
# DescribeEventSubscriptionsPaginatorName usage example
from types_boto3_dms.literals import DescribeEventSubscriptionsPaginatorName
def get_value() -> DescribeEventSubscriptionsPaginatorName:
    return "describe_event_subscriptions"# DescribeEventSubscriptionsPaginatorName definition
DescribeEventSubscriptionsPaginatorName = Literal[
    "describe_event_subscriptions",
]DescribeEventsPaginatorName#
# DescribeEventsPaginatorName usage example
from types_boto3_dms.literals import DescribeEventsPaginatorName
def get_value() -> DescribeEventsPaginatorName:
    return "describe_events"# DescribeEventsPaginatorName definition
DescribeEventsPaginatorName = Literal[
    "describe_events",
]DescribeOrderableReplicationInstancesPaginatorName#
# DescribeOrderableReplicationInstancesPaginatorName usage example
from types_boto3_dms.literals import DescribeOrderableReplicationInstancesPaginatorName
def get_value() -> DescribeOrderableReplicationInstancesPaginatorName:
    return "describe_orderable_replication_instances"# DescribeOrderableReplicationInstancesPaginatorName definition
DescribeOrderableReplicationInstancesPaginatorName = Literal[
    "describe_orderable_replication_instances",
]DescribeReplicationInstancesPaginatorName#
# DescribeReplicationInstancesPaginatorName usage example
from types_boto3_dms.literals import DescribeReplicationInstancesPaginatorName
def get_value() -> DescribeReplicationInstancesPaginatorName:
    return "describe_replication_instances"# DescribeReplicationInstancesPaginatorName definition
DescribeReplicationInstancesPaginatorName = Literal[
    "describe_replication_instances",
]DescribeReplicationSubnetGroupsPaginatorName#
# DescribeReplicationSubnetGroupsPaginatorName usage example
from types_boto3_dms.literals import DescribeReplicationSubnetGroupsPaginatorName
def get_value() -> DescribeReplicationSubnetGroupsPaginatorName:
    return "describe_replication_subnet_groups"# DescribeReplicationSubnetGroupsPaginatorName definition
DescribeReplicationSubnetGroupsPaginatorName = Literal[
    "describe_replication_subnet_groups",
]DescribeReplicationTaskAssessmentResultsPaginatorName#
# DescribeReplicationTaskAssessmentResultsPaginatorName usage example
from types_boto3_dms.literals import DescribeReplicationTaskAssessmentResultsPaginatorName
def get_value() -> DescribeReplicationTaskAssessmentResultsPaginatorName:
    return "describe_replication_task_assessment_results"# DescribeReplicationTaskAssessmentResultsPaginatorName definition
DescribeReplicationTaskAssessmentResultsPaginatorName = Literal[
    "describe_replication_task_assessment_results",
]DescribeReplicationTasksPaginatorName#
# DescribeReplicationTasksPaginatorName usage example
from types_boto3_dms.literals import DescribeReplicationTasksPaginatorName
def get_value() -> DescribeReplicationTasksPaginatorName:
    return "describe_replication_tasks"# DescribeReplicationTasksPaginatorName definition
DescribeReplicationTasksPaginatorName = Literal[
    "describe_replication_tasks",
]DescribeSchemasPaginatorName#
# DescribeSchemasPaginatorName usage example
from types_boto3_dms.literals import DescribeSchemasPaginatorName
def get_value() -> DescribeSchemasPaginatorName:
    return "describe_schemas"# DescribeSchemasPaginatorName definition
DescribeSchemasPaginatorName = Literal[
    "describe_schemas",
]DescribeTableStatisticsPaginatorName#
# DescribeTableStatisticsPaginatorName usage example
from types_boto3_dms.literals import DescribeTableStatisticsPaginatorName
def get_value() -> DescribeTableStatisticsPaginatorName:
    return "describe_table_statistics"# DescribeTableStatisticsPaginatorName definition
DescribeTableStatisticsPaginatorName = Literal[
    "describe_table_statistics",
]DmsSslModeValueType#
# DmsSslModeValueType usage example
from types_boto3_dms.literals import DmsSslModeValueType
def get_value() -> DmsSslModeValueType:
    return "none"# DmsSslModeValueType definition
DmsSslModeValueType = Literal[
    "none",
    "require",
    "verify-ca",
    "verify-full",
]EncodingTypeValueType#
# EncodingTypeValueType usage example
from types_boto3_dms.literals import EncodingTypeValueType
def get_value() -> EncodingTypeValueType:
    return "plain"# EncodingTypeValueType definition
EncodingTypeValueType = Literal[
    "plain",
    "plain-dictionary",
    "rle-dictionary",
]EncryptionModeValueType#
# EncryptionModeValueType usage example
from types_boto3_dms.literals import EncryptionModeValueType
def get_value() -> EncryptionModeValueType:
    return "sse-kms"# EncryptionModeValueType definition
EncryptionModeValueType = Literal[
    "sse-kms",
    "sse-s3",
]EndpointDeletedWaiterName#
# EndpointDeletedWaiterName usage example
from types_boto3_dms.literals import EndpointDeletedWaiterName
def get_value() -> EndpointDeletedWaiterName:
    return "endpoint_deleted"# EndpointDeletedWaiterName definition
EndpointDeletedWaiterName = Literal[
    "endpoint_deleted",
]EndpointSettingTypeValueType#
# EndpointSettingTypeValueType usage example
from types_boto3_dms.literals import EndpointSettingTypeValueType
def get_value() -> EndpointSettingTypeValueType:
    return "boolean"# EndpointSettingTypeValueType definition
EndpointSettingTypeValueType = Literal[
    "boolean",
    "enum",
    "integer",
    "string",
]KafkaSaslMechanismType#
# KafkaSaslMechanismType usage example
from types_boto3_dms.literals import KafkaSaslMechanismType
def get_value() -> KafkaSaslMechanismType:
    return "plain"# KafkaSaslMechanismType definition
KafkaSaslMechanismType = Literal[
    "plain",
    "scram-sha-512",
]KafkaSecurityProtocolType#
# KafkaSecurityProtocolType usage example
from types_boto3_dms.literals import KafkaSecurityProtocolType
def get_value() -> KafkaSecurityProtocolType:
    return "plaintext"# KafkaSecurityProtocolType definition
KafkaSecurityProtocolType = Literal[
    "plaintext",
    "sasl-ssl",
    "ssl-authentication",
    "ssl-encryption",
]KafkaSslEndpointIdentificationAlgorithmType#
# KafkaSslEndpointIdentificationAlgorithmType usage example
from types_boto3_dms.literals import KafkaSslEndpointIdentificationAlgorithmType
def get_value() -> KafkaSslEndpointIdentificationAlgorithmType:
    return "https"# KafkaSslEndpointIdentificationAlgorithmType definition
KafkaSslEndpointIdentificationAlgorithmType = Literal[
    "https",
    "none",
]LongVarcharMappingTypeType#
# LongVarcharMappingTypeType usage example
from types_boto3_dms.literals import LongVarcharMappingTypeType
def get_value() -> LongVarcharMappingTypeType:
    return "clob"# LongVarcharMappingTypeType definition
LongVarcharMappingTypeType = Literal[
    "clob",
    "nclob",
    "wstring",
]MessageFormatValueType#
# MessageFormatValueType usage example
from types_boto3_dms.literals import MessageFormatValueType
def get_value() -> MessageFormatValueType:
    return "json"# MessageFormatValueType definition
MessageFormatValueType = Literal[
    "json",
    "json-unformatted",
]MigrationTypeValueType#
# MigrationTypeValueType usage example
from types_boto3_dms.literals import MigrationTypeValueType
def get_value() -> MigrationTypeValueType:
    return "cdc"# MigrationTypeValueType definition
MigrationTypeValueType = Literal[
    "cdc",
    "full-load",
    "full-load-and-cdc",
]MySQLAuthenticationMethodType#
# MySQLAuthenticationMethodType usage example
from types_boto3_dms.literals import MySQLAuthenticationMethodType
def get_value() -> MySQLAuthenticationMethodType:
    return "iam"# MySQLAuthenticationMethodType definition
MySQLAuthenticationMethodType = Literal[
    "iam",
    "password",
]NestingLevelValueType#
# NestingLevelValueType usage example
from types_boto3_dms.literals import NestingLevelValueType
def get_value() -> NestingLevelValueType:
    return "none"# NestingLevelValueType definition
NestingLevelValueType = Literal[
    "none",
    "one",
]OracleAuthenticationMethodType#
# OracleAuthenticationMethodType usage example
from types_boto3_dms.literals import OracleAuthenticationMethodType
def get_value() -> OracleAuthenticationMethodType:
    return "kerberos"# OracleAuthenticationMethodType definition
OracleAuthenticationMethodType = Literal[
    "kerberos",
    "password",
]OriginTypeValueType#
# OriginTypeValueType usage example
from types_boto3_dms.literals import OriginTypeValueType
def get_value() -> OriginTypeValueType:
    return "SOURCE"# OriginTypeValueType definition
OriginTypeValueType = Literal[
    "SOURCE",
    "TARGET",
]ParquetVersionValueType#
# ParquetVersionValueType usage example
from types_boto3_dms.literals import ParquetVersionValueType
def get_value() -> ParquetVersionValueType:
    return "parquet-1-0"# ParquetVersionValueType definition
ParquetVersionValueType = Literal[
    "parquet-1-0",
    "parquet-2-0",
]PluginNameValueType#
# PluginNameValueType usage example
from types_boto3_dms.literals import PluginNameValueType
def get_value() -> PluginNameValueType:
    return "no-preference"# PluginNameValueType definition
PluginNameValueType = Literal[
    "no-preference",
    "pglogical",
    "test-decoding",
]PostgreSQLAuthenticationMethodType#
# PostgreSQLAuthenticationMethodType usage example
from types_boto3_dms.literals import PostgreSQLAuthenticationMethodType
def get_value() -> PostgreSQLAuthenticationMethodType:
    return "iam"# PostgreSQLAuthenticationMethodType definition
PostgreSQLAuthenticationMethodType = Literal[
    "iam",
    "password",
]RedisAuthTypeValueType#
# RedisAuthTypeValueType usage example
from types_boto3_dms.literals import RedisAuthTypeValueType
def get_value() -> RedisAuthTypeValueType:
    return "auth-role"# RedisAuthTypeValueType definition
RedisAuthTypeValueType = Literal[
    "auth-role",
    "auth-token",
    "none",
]RefreshSchemasStatusTypeValueType#
# RefreshSchemasStatusTypeValueType usage example
from types_boto3_dms.literals import RefreshSchemasStatusTypeValueType
def get_value() -> RefreshSchemasStatusTypeValueType:
    return "failed"# RefreshSchemasStatusTypeValueType definition
RefreshSchemasStatusTypeValueType = Literal[
    "failed",
    "refreshing",
    "successful",
]ReleaseStatusValuesType#
# ReleaseStatusValuesType usage example
from types_boto3_dms.literals import ReleaseStatusValuesType
def get_value() -> ReleaseStatusValuesType:
    return "beta"# ReleaseStatusValuesType definition
ReleaseStatusValuesType = Literal[
    "beta",
    "prod",
]ReloadOptionValueType#
# ReloadOptionValueType usage example
from types_boto3_dms.literals import ReloadOptionValueType
def get_value() -> ReloadOptionValueType:
    return "data-reload"# ReloadOptionValueType definition
ReloadOptionValueType = Literal[
    "data-reload",
    "validate-only",
]ReplicationEndpointTypeValueType#
# ReplicationEndpointTypeValueType usage example
from types_boto3_dms.literals import ReplicationEndpointTypeValueType
def get_value() -> ReplicationEndpointTypeValueType:
    return "source"# ReplicationEndpointTypeValueType definition
ReplicationEndpointTypeValueType = Literal[
    "source",
    "target",
]ReplicationInstanceAvailableWaiterName#
# ReplicationInstanceAvailableWaiterName usage example
from types_boto3_dms.literals import ReplicationInstanceAvailableWaiterName
def get_value() -> ReplicationInstanceAvailableWaiterName:
    return "replication_instance_available"# ReplicationInstanceAvailableWaiterName definition
ReplicationInstanceAvailableWaiterName = Literal[
    "replication_instance_available",
]ReplicationInstanceDeletedWaiterName#
# ReplicationInstanceDeletedWaiterName usage example
from types_boto3_dms.literals import ReplicationInstanceDeletedWaiterName
def get_value() -> ReplicationInstanceDeletedWaiterName:
    return "replication_instance_deleted"# ReplicationInstanceDeletedWaiterName definition
ReplicationInstanceDeletedWaiterName = Literal[
    "replication_instance_deleted",
]ReplicationTaskDeletedWaiterName#
# ReplicationTaskDeletedWaiterName usage example
from types_boto3_dms.literals import ReplicationTaskDeletedWaiterName
def get_value() -> ReplicationTaskDeletedWaiterName:
    return "replication_task_deleted"# ReplicationTaskDeletedWaiterName definition
ReplicationTaskDeletedWaiterName = Literal[
    "replication_task_deleted",
]ReplicationTaskReadyWaiterName#
# ReplicationTaskReadyWaiterName usage example
from types_boto3_dms.literals import ReplicationTaskReadyWaiterName
def get_value() -> ReplicationTaskReadyWaiterName:
    return "replication_task_ready"# ReplicationTaskReadyWaiterName definition
ReplicationTaskReadyWaiterName = Literal[
    "replication_task_ready",
]ReplicationTaskRunningWaiterName#
# ReplicationTaskRunningWaiterName usage example
from types_boto3_dms.literals import ReplicationTaskRunningWaiterName
def get_value() -> ReplicationTaskRunningWaiterName:
    return "replication_task_running"# ReplicationTaskRunningWaiterName definition
ReplicationTaskRunningWaiterName = Literal[
    "replication_task_running",
]ReplicationTaskStoppedWaiterName#
# ReplicationTaskStoppedWaiterName usage example
from types_boto3_dms.literals import ReplicationTaskStoppedWaiterName
def get_value() -> ReplicationTaskStoppedWaiterName:
    return "replication_task_stopped"# ReplicationTaskStoppedWaiterName definition
ReplicationTaskStoppedWaiterName = Literal[
    "replication_task_stopped",
]SafeguardPolicyType#
# SafeguardPolicyType usage example
from types_boto3_dms.literals import SafeguardPolicyType
def get_value() -> SafeguardPolicyType:
    return "exclusive-automatic-truncation"# SafeguardPolicyType definition
SafeguardPolicyType = Literal[
    "exclusive-automatic-truncation",
    "rely-on-sql-server-replication-agent",
    "shared-automatic-truncation",
]SourceTypeType#
# SourceTypeType usage example
from types_boto3_dms.literals import SourceTypeType
def get_value() -> SourceTypeType:
    return "replication-instance"# SourceTypeType definition
SourceTypeType = Literal[
    "replication-instance",
]SqlServerAuthenticationMethodType#
# SqlServerAuthenticationMethodType usage example
from types_boto3_dms.literals import SqlServerAuthenticationMethodType
def get_value() -> SqlServerAuthenticationMethodType:
    return "kerberos"# SqlServerAuthenticationMethodType definition
SqlServerAuthenticationMethodType = Literal[
    "kerberos",
    "password",
]SslSecurityProtocolValueType#
# SslSecurityProtocolValueType usage example
from types_boto3_dms.literals import SslSecurityProtocolValueType
def get_value() -> SslSecurityProtocolValueType:
    return "plaintext"# SslSecurityProtocolValueType definition
SslSecurityProtocolValueType = Literal[
    "plaintext",
    "ssl-encryption",
]StartReplicationMigrationTypeValueType#
# StartReplicationMigrationTypeValueType usage example
from types_boto3_dms.literals import StartReplicationMigrationTypeValueType
def get_value() -> StartReplicationMigrationTypeValueType:
    return "reload-target"# StartReplicationMigrationTypeValueType definition
StartReplicationMigrationTypeValueType = Literal[
    "reload-target",
    "resume-processing",
    "start-replication",
]StartReplicationTaskTypeValueType#
# StartReplicationTaskTypeValueType usage example
from types_boto3_dms.literals import StartReplicationTaskTypeValueType
def get_value() -> StartReplicationTaskTypeValueType:
    return "reload-target"# StartReplicationTaskTypeValueType definition
StartReplicationTaskTypeValueType = Literal[
    "reload-target",
    "resume-processing",
    "start-replication",
]TablePreparationModeType#
# TablePreparationModeType usage example
from types_boto3_dms.literals import TablePreparationModeType
def get_value() -> TablePreparationModeType:
    return "do-nothing"# TablePreparationModeType definition
TablePreparationModeType = Literal[
    "do-nothing",
    "drop-tables-on-target",
    "truncate",
]TargetDbTypeType#
# TargetDbTypeType usage example
from types_boto3_dms.literals import TargetDbTypeType
def get_value() -> TargetDbTypeType:
    return "multiple-databases"# TargetDbTypeType definition
TargetDbTypeType = Literal[
    "multiple-databases",
    "specific-database",
]TestConnectionSucceedsWaiterName#
# TestConnectionSucceedsWaiterName usage example
from types_boto3_dms.literals import TestConnectionSucceedsWaiterName
def get_value() -> TestConnectionSucceedsWaiterName:
    return "test_connection_succeeds"# TestConnectionSucceedsWaiterName definition
TestConnectionSucceedsWaiterName = Literal[
    "test_connection_succeeds",
]TlogAccessModeType#
# TlogAccessModeType usage example
from types_boto3_dms.literals import TlogAccessModeType
def get_value() -> TlogAccessModeType:
    return "BackupOnly"# TlogAccessModeType definition
TlogAccessModeType = Literal[
    "BackupOnly",
    "PreferBackup",
    "PreferTlog",
    "TlogOnly",
]VersionStatusType#
# VersionStatusType usage example
from types_boto3_dms.literals import VersionStatusType
def get_value() -> VersionStatusType:
    return "OUTDATED"# VersionStatusType definition
VersionStatusType = Literal[
    "OUTDATED",
    "UNSUPPORTED",
    "UP_TO_DATE",
]DatabaseMigrationServiceServiceName#
# DatabaseMigrationServiceServiceName usage example
from types_boto3_dms.literals import DatabaseMigrationServiceServiceName
def get_value() -> DatabaseMigrationServiceServiceName:
    return "dms"# DatabaseMigrationServiceServiceName definition
DatabaseMigrationServiceServiceName = Literal[
    "dms",
]ServiceName#
# ServiceName usage example
from types_boto3_dms.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_dms.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_dms.literals import PaginatorName
def get_value() -> PaginatorName:
    return "describe_certificates"# PaginatorName definition
PaginatorName = Literal[
    "describe_certificates",
    "describe_connections",
    "describe_data_migrations",
    "describe_endpoint_types",
    "describe_endpoints",
    "describe_event_subscriptions",
    "describe_events",
    "describe_orderable_replication_instances",
    "describe_replication_instances",
    "describe_replication_subnet_groups",
    "describe_replication_task_assessment_results",
    "describe_replication_tasks",
    "describe_schemas",
    "describe_table_statistics",
]WaiterName#
# WaiterName usage example
from types_boto3_dms.literals import WaiterName
def get_value() -> WaiterName:
    return "endpoint_deleted"# WaiterName definition
WaiterName = Literal[
    "endpoint_deleted",
    "replication_instance_available",
    "replication_instance_deleted",
    "replication_task_deleted",
    "replication_task_ready",
    "replication_task_running",
    "replication_task_stopped",
    "test_connection_succeeds",
]RegionName#
# RegionName usage example
from types_boto3_dms.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",
]