Literals#
Index > DirectoryService > Literals
Auto-generated documentation for DirectoryService type annotations stubs module types-boto3-ds.
CaEnrollmentPolicyStatusType#
# CaEnrollmentPolicyStatusType usage example
from types_boto3_ds.literals import CaEnrollmentPolicyStatusType
def get_value() -> CaEnrollmentPolicyStatusType:
    return "Disabled"# CaEnrollmentPolicyStatusType definition
CaEnrollmentPolicyStatusType = Literal[
    "Disabled",
    "Disabling",
    "Failed",
    "Impaired",
    "InProgress",
    "Success",
]CertificateStateType#
# CertificateStateType usage example
from types_boto3_ds.literals import CertificateStateType
def get_value() -> CertificateStateType:
    return "DeregisterFailed"# CertificateStateType definition
CertificateStateType = Literal[
    "Deregistered",
    "DeregisterFailed",
    "Deregistering",
    "Registered",
    "RegisterFailed",
    "Registering",
]CertificateTypeType#
# CertificateTypeType usage example
from types_boto3_ds.literals import CertificateTypeType
def get_value() -> CertificateTypeType:
    return "ClientCertAuth"# CertificateTypeType definition
CertificateTypeType = Literal[
    "ClientCertAuth",
    "ClientLDAPS",
]ClientAuthenticationStatusType#
# ClientAuthenticationStatusType usage example
from types_boto3_ds.literals import ClientAuthenticationStatusType
def get_value() -> ClientAuthenticationStatusType:
    return "Disabled"# ClientAuthenticationStatusType definition
ClientAuthenticationStatusType = Literal[
    "Disabled",
    "Enabled",
]ClientAuthenticationTypeType#
# ClientAuthenticationTypeType usage example
from types_boto3_ds.literals import ClientAuthenticationTypeType
def get_value() -> ClientAuthenticationTypeType:
    return "SmartCard"# ClientAuthenticationTypeType definition
ClientAuthenticationTypeType = Literal[
    "SmartCard",
    "SmartCardOrPassword",
]DataAccessStatusType#
# DataAccessStatusType usage example
from types_boto3_ds.literals import DataAccessStatusType
def get_value() -> DataAccessStatusType:
    return "Disabled"# DataAccessStatusType definition
DataAccessStatusType = Literal[
    "Disabled",
    "Disabling",
    "Enabled",
    "Enabling",
    "Failed",
]DescribeClientAuthenticationSettingsPaginatorName#
# DescribeClientAuthenticationSettingsPaginatorName usage example
from types_boto3_ds.literals import DescribeClientAuthenticationSettingsPaginatorName
def get_value() -> DescribeClientAuthenticationSettingsPaginatorName:
    return "describe_client_authentication_settings"# DescribeClientAuthenticationSettingsPaginatorName definition
DescribeClientAuthenticationSettingsPaginatorName = Literal[
    "describe_client_authentication_settings",
]DescribeDirectoriesPaginatorName#
# DescribeDirectoriesPaginatorName usage example
from types_boto3_ds.literals import DescribeDirectoriesPaginatorName
def get_value() -> DescribeDirectoriesPaginatorName:
    return "describe_directories"# DescribeDirectoriesPaginatorName definition
DescribeDirectoriesPaginatorName = Literal[
    "describe_directories",
]DescribeDomainControllersPaginatorName#
# DescribeDomainControllersPaginatorName usage example
from types_boto3_ds.literals import DescribeDomainControllersPaginatorName
def get_value() -> DescribeDomainControllersPaginatorName:
    return "describe_domain_controllers"# DescribeDomainControllersPaginatorName definition
DescribeDomainControllersPaginatorName = Literal[
    "describe_domain_controllers",
]DescribeLDAPSSettingsPaginatorName#
# DescribeLDAPSSettingsPaginatorName usage example
from types_boto3_ds.literals import DescribeLDAPSSettingsPaginatorName
def get_value() -> DescribeLDAPSSettingsPaginatorName:
    return "describe_ldaps_settings"# DescribeLDAPSSettingsPaginatorName definition
DescribeLDAPSSettingsPaginatorName = Literal[
    "describe_ldaps_settings",
]DescribeRegionsPaginatorName#
# DescribeRegionsPaginatorName usage example
from types_boto3_ds.literals import DescribeRegionsPaginatorName
def get_value() -> DescribeRegionsPaginatorName:
    return "describe_regions"# DescribeRegionsPaginatorName definition
DescribeRegionsPaginatorName = Literal[
    "describe_regions",
]DescribeSharedDirectoriesPaginatorName#
# DescribeSharedDirectoriesPaginatorName usage example
from types_boto3_ds.literals import DescribeSharedDirectoriesPaginatorName
def get_value() -> DescribeSharedDirectoriesPaginatorName:
    return "describe_shared_directories"# DescribeSharedDirectoriesPaginatorName definition
DescribeSharedDirectoriesPaginatorName = Literal[
    "describe_shared_directories",
]DescribeSnapshotsPaginatorName#
# DescribeSnapshotsPaginatorName usage example
from types_boto3_ds.literals import DescribeSnapshotsPaginatorName
def get_value() -> DescribeSnapshotsPaginatorName:
    return "describe_snapshots"# DescribeSnapshotsPaginatorName definition
DescribeSnapshotsPaginatorName = Literal[
    "describe_snapshots",
]DescribeTrustsPaginatorName#
# DescribeTrustsPaginatorName usage example
from types_boto3_ds.literals import DescribeTrustsPaginatorName
def get_value() -> DescribeTrustsPaginatorName:
    return "describe_trusts"# DescribeTrustsPaginatorName definition
DescribeTrustsPaginatorName = Literal[
    "describe_trusts",
]DescribeUpdateDirectoryPaginatorName#
# DescribeUpdateDirectoryPaginatorName usage example
from types_boto3_ds.literals import DescribeUpdateDirectoryPaginatorName
def get_value() -> DescribeUpdateDirectoryPaginatorName:
    return "describe_update_directory"# DescribeUpdateDirectoryPaginatorName definition
DescribeUpdateDirectoryPaginatorName = Literal[
    "describe_update_directory",
]DirectoryConfigurationStatusType#
# DirectoryConfigurationStatusType usage example
from types_boto3_ds.literals import DirectoryConfigurationStatusType
def get_value() -> DirectoryConfigurationStatusType:
    return "Default"# DirectoryConfigurationStatusType definition
DirectoryConfigurationStatusType = Literal[
    "Default",
    "Failed",
    "Requested",
    "Updated",
    "Updating",
]DirectoryEditionType#
# DirectoryEditionType usage example
from types_boto3_ds.literals import DirectoryEditionType
def get_value() -> DirectoryEditionType:
    return "Enterprise"# DirectoryEditionType definition
DirectoryEditionType = Literal[
    "Enterprise",
    "Hybrid",
    "Standard",
]DirectorySizeType#
# DirectorySizeType usage example
from types_boto3_ds.literals import DirectorySizeType
def get_value() -> DirectorySizeType:
    return "Large"# DirectorySizeType definition
DirectorySizeType = Literal[
    "Large",
    "Small",
]DirectoryStageType#
# DirectoryStageType usage example
from types_boto3_ds.literals import DirectoryStageType
def get_value() -> DirectoryStageType:
    return "Active"# DirectoryStageType definition
DirectoryStageType = Literal[
    "Active",
    "Created",
    "Creating",
    "Deleted",
    "Deleting",
    "Failed",
    "Impaired",
    "Inoperable",
    "Requested",
    "RestoreFailed",
    "Restoring",
    "Updating",
]DirectoryTypeType#
# DirectoryTypeType usage example
from types_boto3_ds.literals import DirectoryTypeType
def get_value() -> DirectoryTypeType:
    return "ADConnector"# DirectoryTypeType definition
DirectoryTypeType = Literal[
    "ADConnector",
    "MicrosoftAD",
    "SharedMicrosoftAD",
    "SimpleAD",
]DomainControllerStatusType#
# DomainControllerStatusType usage example
from types_boto3_ds.literals import DomainControllerStatusType
def get_value() -> DomainControllerStatusType:
    return "Active"# DomainControllerStatusType definition
DomainControllerStatusType = Literal[
    "Active",
    "Creating",
    "Deleted",
    "Deleting",
    "Failed",
    "Impaired",
    "Restoring",
    "Updating",
]HybridADUpdatedWaiterName#
# HybridADUpdatedWaiterName usage example
from types_boto3_ds.literals import HybridADUpdatedWaiterName
def get_value() -> HybridADUpdatedWaiterName:
    return "hybrid_ad_updated"# HybridADUpdatedWaiterName definition
HybridADUpdatedWaiterName = Literal[
    "hybrid_ad_updated",
]HybridUpdateTypeType#
# HybridUpdateTypeType usage example
from types_boto3_ds.literals import HybridUpdateTypeType
def get_value() -> HybridUpdateTypeType:
    return "HybridAdministratorAccount"# HybridUpdateTypeType definition
HybridUpdateTypeType = Literal[
    "HybridAdministratorAccount",
    "SelfManagedInstances",
]IpRouteStatusMsgType#
# IpRouteStatusMsgType usage example
from types_boto3_ds.literals import IpRouteStatusMsgType
def get_value() -> IpRouteStatusMsgType:
    return "AddFailed"# IpRouteStatusMsgType definition
IpRouteStatusMsgType = Literal[
    "Added",
    "AddFailed",
    "Adding",
    "Removed",
    "RemoveFailed",
    "Removing",
]LDAPSStatusType#
# LDAPSStatusType usage example
from types_boto3_ds.literals import LDAPSStatusType
def get_value() -> LDAPSStatusType:
    return "Disabled"# LDAPSStatusType definition
LDAPSStatusType = Literal[
    "Disabled",
    "Enabled",
    "EnableFailed",
    "Enabling",
]LDAPSTypeType#
# LDAPSTypeType usage example
from types_boto3_ds.literals import LDAPSTypeType
def get_value() -> LDAPSTypeType:
    return "Client"# LDAPSTypeType definition
LDAPSTypeType = Literal[
    "Client",
]ListADAssessmentsPaginatorName#
# ListADAssessmentsPaginatorName usage example
from types_boto3_ds.literals import ListADAssessmentsPaginatorName
def get_value() -> ListADAssessmentsPaginatorName:
    return "list_ad_assessments"# ListADAssessmentsPaginatorName definition
ListADAssessmentsPaginatorName = Literal[
    "list_ad_assessments",
]ListCertificatesPaginatorName#
# ListCertificatesPaginatorName usage example
from types_boto3_ds.literals import ListCertificatesPaginatorName
def get_value() -> ListCertificatesPaginatorName:
    return "list_certificates"# ListCertificatesPaginatorName definition
ListCertificatesPaginatorName = Literal[
    "list_certificates",
]ListIpRoutesPaginatorName#
# ListIpRoutesPaginatorName usage example
from types_boto3_ds.literals import ListIpRoutesPaginatorName
def get_value() -> ListIpRoutesPaginatorName:
    return "list_ip_routes"# ListIpRoutesPaginatorName definition
ListIpRoutesPaginatorName = Literal[
    "list_ip_routes",
]ListLogSubscriptionsPaginatorName#
# ListLogSubscriptionsPaginatorName usage example
from types_boto3_ds.literals import ListLogSubscriptionsPaginatorName
def get_value() -> ListLogSubscriptionsPaginatorName:
    return "list_log_subscriptions"# ListLogSubscriptionsPaginatorName definition
ListLogSubscriptionsPaginatorName = Literal[
    "list_log_subscriptions",
]ListSchemaExtensionsPaginatorName#
# ListSchemaExtensionsPaginatorName usage example
from types_boto3_ds.literals import ListSchemaExtensionsPaginatorName
def get_value() -> ListSchemaExtensionsPaginatorName:
    return "list_schema_extensions"# ListSchemaExtensionsPaginatorName definition
ListSchemaExtensionsPaginatorName = Literal[
    "list_schema_extensions",
]ListTagsForResourcePaginatorName#
# ListTagsForResourcePaginatorName usage example
from types_boto3_ds.literals import ListTagsForResourcePaginatorName
def get_value() -> ListTagsForResourcePaginatorName:
    return "list_tags_for_resource"# ListTagsForResourcePaginatorName definition
ListTagsForResourcePaginatorName = Literal[
    "list_tags_for_resource",
]NetworkTypeType#
# NetworkTypeType usage example
from types_boto3_ds.literals import NetworkTypeType
def get_value() -> NetworkTypeType:
    return "Dual-stack"# NetworkTypeType definition
NetworkTypeType = Literal[
    "Dual-stack",
    "IPv4",
    "IPv6",
]OSVersionType#
# OSVersionType usage example
from types_boto3_ds.literals import OSVersionType
def get_value() -> OSVersionType:
    return "SERVER_2012"# OSVersionType definition
OSVersionType = Literal[
    "SERVER_2012",
    "SERVER_2019",
]RadiusAuthenticationProtocolType#
# RadiusAuthenticationProtocolType usage example
from types_boto3_ds.literals import RadiusAuthenticationProtocolType
def get_value() -> RadiusAuthenticationProtocolType:
    return "CHAP"# RadiusAuthenticationProtocolType definition
RadiusAuthenticationProtocolType = Literal[
    "CHAP",
    "MS-CHAPv1",
    "MS-CHAPv2",
    "PAP",
]RadiusStatusType#
# RadiusStatusType usage example
from types_boto3_ds.literals import RadiusStatusType
def get_value() -> RadiusStatusType:
    return "Completed"# RadiusStatusType definition
RadiusStatusType = Literal[
    "Completed",
    "Creating",
    "Failed",
]RegionTypeType#
# RegionTypeType usage example
from types_boto3_ds.literals import RegionTypeType
def get_value() -> RegionTypeType:
    return "Additional"# RegionTypeType definition
RegionTypeType = Literal[
    "Additional",
    "Primary",
]ReplicationScopeType#
# ReplicationScopeType usage example
from types_boto3_ds.literals import ReplicationScopeType
def get_value() -> ReplicationScopeType:
    return "Domain"# ReplicationScopeType definition
ReplicationScopeType = Literal[
    "Domain",
]SchemaExtensionStatusType#
# SchemaExtensionStatusType usage example
from types_boto3_ds.literals import SchemaExtensionStatusType
def get_value() -> SchemaExtensionStatusType:
    return "CancelInProgress"# SchemaExtensionStatusType definition
SchemaExtensionStatusType = Literal[
    "CancelInProgress",
    "Cancelled",
    "Completed",
    "CreatingSnapshot",
    "Failed",
    "Initializing",
    "Replicating",
    "RollbackInProgress",
    "UpdatingSchema",
]SelectiveAuthType#
# SelectiveAuthType usage example
from types_boto3_ds.literals import SelectiveAuthType
def get_value() -> SelectiveAuthType:
    return "Disabled"# SelectiveAuthType definition
SelectiveAuthType = Literal[
    "Disabled",
    "Enabled",
]ShareMethodType#
# ShareMethodType usage example
from types_boto3_ds.literals import ShareMethodType
def get_value() -> ShareMethodType:
    return "HANDSHAKE"# ShareMethodType definition
ShareMethodType = Literal[
    "HANDSHAKE",
    "ORGANIZATIONS",
]ShareStatusType#
# ShareStatusType usage example
from types_boto3_ds.literals import ShareStatusType
def get_value() -> ShareStatusType:
    return "Deleted"# ShareStatusType definition
ShareStatusType = Literal[
    "Deleted",
    "Deleting",
    "PendingAcceptance",
    "Rejected",
    "RejectFailed",
    "Rejecting",
    "Shared",
    "ShareFailed",
    "Sharing",
]SnapshotStatusType#
# SnapshotStatusType usage example
from types_boto3_ds.literals import SnapshotStatusType
def get_value() -> SnapshotStatusType:
    return "Completed"# SnapshotStatusType definition
SnapshotStatusType = Literal[
    "Completed",
    "Creating",
    "Failed",
]SnapshotTypeType#
# SnapshotTypeType usage example
from types_boto3_ds.literals import SnapshotTypeType
def get_value() -> SnapshotTypeType:
    return "Auto"# SnapshotTypeType definition
SnapshotTypeType = Literal[
    "Auto",
    "Manual",
]TargetTypeType#
# TargetTypeType usage example
from types_boto3_ds.literals import TargetTypeType
def get_value() -> TargetTypeType:
    return "ACCOUNT"# TargetTypeType definition
TargetTypeType = Literal[
    "ACCOUNT",
]TopicStatusType#
# TopicStatusType usage example
from types_boto3_ds.literals import TopicStatusType
def get_value() -> TopicStatusType:
    return "Deleted"# TopicStatusType definition
TopicStatusType = Literal[
    "Deleted",
    "Failed",
    "Registered",
    "Topic not found",
]TrustDirectionType#
# TrustDirectionType usage example
from types_boto3_ds.literals import TrustDirectionType
def get_value() -> TrustDirectionType:
    return "One-Way: Incoming"# TrustDirectionType definition
TrustDirectionType = Literal[
    "One-Way: Incoming",
    "One-Way: Outgoing",
    "Two-Way",
]TrustStateType#
# TrustStateType usage example
from types_boto3_ds.literals import TrustStateType
def get_value() -> TrustStateType:
    return "Created"# TrustStateType definition
TrustStateType = Literal[
    "Created",
    "Creating",
    "Deleted",
    "Deleting",
    "Failed",
    "Updated",
    "UpdateFailed",
    "Updating",
    "Verified",
    "VerifyFailed",
    "Verifying",
]TrustTypeType#
# TrustTypeType usage example
from types_boto3_ds.literals import TrustTypeType
def get_value() -> TrustTypeType:
    return "External"# TrustTypeType definition
TrustTypeType = Literal[
    "External",
    "Forest",
]UpdateStatusType#
# UpdateStatusType usage example
from types_boto3_ds.literals import UpdateStatusType
def get_value() -> UpdateStatusType:
    return "UpdateFailed"# UpdateStatusType definition
UpdateStatusType = Literal[
    "Updated",
    "UpdateFailed",
    "Updating",
]UpdateTypeType#
# UpdateTypeType usage example
from types_boto3_ds.literals import UpdateTypeType
def get_value() -> UpdateTypeType:
    return "NETWORK"# UpdateTypeType definition
UpdateTypeType = Literal[
    "NETWORK",
    "OS",
    "SIZE",
]DirectoryServiceServiceName#
# DirectoryServiceServiceName usage example
from types_boto3_ds.literals import DirectoryServiceServiceName
def get_value() -> DirectoryServiceServiceName:
    return "ds"# DirectoryServiceServiceName definition
DirectoryServiceServiceName = Literal[
    "ds",
]ServiceName#
# ServiceName usage example
from types_boto3_ds.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_ds.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_ds.literals import PaginatorName
def get_value() -> PaginatorName:
    return "describe_client_authentication_settings"# PaginatorName definition
PaginatorName = Literal[
    "describe_client_authentication_settings",
    "describe_directories",
    "describe_domain_controllers",
    "describe_ldaps_settings",
    "describe_regions",
    "describe_shared_directories",
    "describe_snapshots",
    "describe_trusts",
    "describe_update_directory",
    "list_ad_assessments",
    "list_certificates",
    "list_ip_routes",
    "list_log_subscriptions",
    "list_schema_extensions",
    "list_tags_for_resource",
]WaiterName#
# WaiterName usage example
from types_boto3_ds.literals import WaiterName
def get_value() -> WaiterName:
    return "hybrid_ad_updated"# WaiterName definition
WaiterName = Literal[
    "hybrid_ad_updated",
]RegionName#
# RegionName usage example
from types_boto3_ds.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",
    "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",
]