Literals#
Auto-generated documentation for DataSync type annotations stubs module types-boto3-datasync.
AgentStatusType#
# AgentStatusType usage example
from types_boto3_datasync.literals import AgentStatusType
def get_value() -> AgentStatusType:
    return "OFFLINE"# AgentStatusType definition
AgentStatusType = Literal[
    "OFFLINE",
    "ONLINE",
]AtimeType#
# AtimeType usage example
from types_boto3_datasync.literals import AtimeType
def get_value() -> AtimeType:
    return "BEST_EFFORT"# AtimeType definition
AtimeType = Literal[
    "BEST_EFFORT",
    "NONE",
]AzureAccessTierType#
# AzureAccessTierType usage example
from types_boto3_datasync.literals import AzureAccessTierType
def get_value() -> AzureAccessTierType:
    return "ARCHIVE"# AzureAccessTierType definition
AzureAccessTierType = Literal[
    "ARCHIVE",
    "COOL",
    "HOT",
]AzureBlobAuthenticationTypeType#
# AzureBlobAuthenticationTypeType usage example
from types_boto3_datasync.literals import AzureBlobAuthenticationTypeType
def get_value() -> AzureBlobAuthenticationTypeType:
    return "NONE"# AzureBlobAuthenticationTypeType definition
AzureBlobAuthenticationTypeType = Literal[
    "NONE",
    "SAS",
]AzureBlobTypeType#
# AzureBlobTypeType usage example
from types_boto3_datasync.literals import AzureBlobTypeType
def get_value() -> AzureBlobTypeType:
    return "BLOCK"# AzureBlobTypeType definition
AzureBlobTypeType = Literal[
    "BLOCK",
]EfsInTransitEncryptionType#
# EfsInTransitEncryptionType usage example
from types_boto3_datasync.literals import EfsInTransitEncryptionType
def get_value() -> EfsInTransitEncryptionType:
    return "NONE"# EfsInTransitEncryptionType definition
EfsInTransitEncryptionType = Literal[
    "NONE",
    "TLS1_2",
]EndpointTypeType#
# EndpointTypeType usage example
from types_boto3_datasync.literals import EndpointTypeType
def get_value() -> EndpointTypeType:
    return "FIPS"# EndpointTypeType definition
EndpointTypeType = Literal[
    "FIPS",
    "FIPS_PRIVATE_LINK",
    "PRIVATE_LINK",
    "PUBLIC",
]FilterTypeType#
# FilterTypeType usage example
from types_boto3_datasync.literals import FilterTypeType
def get_value() -> FilterTypeType:
    return "SIMPLE_PATTERN"# FilterTypeType definition
FilterTypeType = Literal[
    "SIMPLE_PATTERN",
]GidType#
# GidType usage example
from types_boto3_datasync.literals import GidType
def get_value() -> GidType:
    return "BOTH"# GidType definition
GidType = Literal[
    "BOTH",
    "INT_VALUE",
    "NAME",
    "NONE",
]HdfsAuthenticationTypeType#
# HdfsAuthenticationTypeType usage example
from types_boto3_datasync.literals import HdfsAuthenticationTypeType
def get_value() -> HdfsAuthenticationTypeType:
    return "KERBEROS"# HdfsAuthenticationTypeType definition
HdfsAuthenticationTypeType = Literal[
    "KERBEROS",
    "SIMPLE",
]HdfsDataTransferProtectionType#
# HdfsDataTransferProtectionType usage example
from types_boto3_datasync.literals import HdfsDataTransferProtectionType
def get_value() -> HdfsDataTransferProtectionType:
    return "AUTHENTICATION"# HdfsDataTransferProtectionType definition
HdfsDataTransferProtectionType = Literal[
    "AUTHENTICATION",
    "DISABLED",
    "INTEGRITY",
    "PRIVACY",
]HdfsRpcProtectionType#
# HdfsRpcProtectionType usage example
from types_boto3_datasync.literals import HdfsRpcProtectionType
def get_value() -> HdfsRpcProtectionType:
    return "AUTHENTICATION"# HdfsRpcProtectionType definition
HdfsRpcProtectionType = Literal[
    "AUTHENTICATION",
    "DISABLED",
    "INTEGRITY",
    "PRIVACY",
]ListAgentsPaginatorName#
# ListAgentsPaginatorName usage example
from types_boto3_datasync.literals import ListAgentsPaginatorName
def get_value() -> ListAgentsPaginatorName:
    return "list_agents"# ListAgentsPaginatorName definition
ListAgentsPaginatorName = Literal[
    "list_agents",
]ListLocationsPaginatorName#
# ListLocationsPaginatorName usage example
from types_boto3_datasync.literals import ListLocationsPaginatorName
def get_value() -> ListLocationsPaginatorName:
    return "list_locations"# ListLocationsPaginatorName definition
ListLocationsPaginatorName = Literal[
    "list_locations",
]ListTagsForResourcePaginatorName#
# ListTagsForResourcePaginatorName usage example
from types_boto3_datasync.literals import ListTagsForResourcePaginatorName
def get_value() -> ListTagsForResourcePaginatorName:
    return "list_tags_for_resource"# ListTagsForResourcePaginatorName definition
ListTagsForResourcePaginatorName = Literal[
    "list_tags_for_resource",
]ListTaskExecutionsPaginatorName#
# ListTaskExecutionsPaginatorName usage example
from types_boto3_datasync.literals import ListTaskExecutionsPaginatorName
def get_value() -> ListTaskExecutionsPaginatorName:
    return "list_task_executions"# ListTaskExecutionsPaginatorName definition
ListTaskExecutionsPaginatorName = Literal[
    "list_task_executions",
]ListTasksPaginatorName#
# ListTasksPaginatorName usage example
from types_boto3_datasync.literals import ListTasksPaginatorName
def get_value() -> ListTasksPaginatorName:
    return "list_tasks"# ListTasksPaginatorName definition
ListTasksPaginatorName = Literal[
    "list_tasks",
]LocationFilterNameType#
# LocationFilterNameType usage example
from types_boto3_datasync.literals import LocationFilterNameType
def get_value() -> LocationFilterNameType:
    return "CreationTime"# LocationFilterNameType definition
LocationFilterNameType = Literal[
    "CreationTime",
    "LocationType",
    "LocationUri",
]LogLevelType#
# LogLevelType usage example
from types_boto3_datasync.literals import LogLevelType
def get_value() -> LogLevelType:
    return "BASIC"# LogLevelType definition
LogLevelType = Literal[
    "BASIC",
    "OFF",
    "TRANSFER",
]ManifestActionType#
# ManifestActionType usage example
from types_boto3_datasync.literals import ManifestActionType
def get_value() -> ManifestActionType:
    return "TRANSFER"# ManifestActionType definition
ManifestActionType = Literal[
    "TRANSFER",
]ManifestFormatType#
# ManifestFormatType usage example
from types_boto3_datasync.literals import ManifestFormatType
def get_value() -> ManifestFormatType:
    return "CSV"# ManifestFormatType definition
ManifestFormatType = Literal[
    "CSV",
]MtimeType#
# MtimeType usage example
from types_boto3_datasync.literals import MtimeType
def get_value() -> MtimeType:
    return "NONE"# MtimeType definition
MtimeType = Literal[
    "NONE",
    "PRESERVE",
]NfsVersionType#
# NfsVersionType usage example
from types_boto3_datasync.literals import NfsVersionType
def get_value() -> NfsVersionType:
    return "AUTOMATIC"# NfsVersionType definition
NfsVersionType = Literal[
    "AUTOMATIC",
    "NFS3",
    "NFS4_0",
    "NFS4_1",
]ObjectStorageServerProtocolType#
# ObjectStorageServerProtocolType usage example
from types_boto3_datasync.literals import ObjectStorageServerProtocolType
def get_value() -> ObjectStorageServerProtocolType:
    return "HTTP"# ObjectStorageServerProtocolType definition
ObjectStorageServerProtocolType = Literal[
    "HTTP",
    "HTTPS",
]ObjectTagsType#
# ObjectTagsType usage example
from types_boto3_datasync.literals import ObjectTagsType
def get_value() -> ObjectTagsType:
    return "NONE"# ObjectTagsType definition
ObjectTagsType = Literal[
    "NONE",
    "PRESERVE",
]ObjectVersionIdsType#
# ObjectVersionIdsType usage example
from types_boto3_datasync.literals import ObjectVersionIdsType
def get_value() -> ObjectVersionIdsType:
    return "INCLUDE"# ObjectVersionIdsType definition
ObjectVersionIdsType = Literal[
    "INCLUDE",
    "NONE",
]OperatorType#
# OperatorType usage example
from types_boto3_datasync.literals import OperatorType
def get_value() -> OperatorType:
    return "BeginsWith"# OperatorType definition
OperatorType = Literal[
    "BeginsWith",
    "Contains",
    "Equals",
    "GreaterThan",
    "GreaterThanOrEqual",
    "In",
    "LessThan",
    "LessThanOrEqual",
    "NotContains",
    "NotEquals",
]OverwriteModeType#
# OverwriteModeType usage example
from types_boto3_datasync.literals import OverwriteModeType
def get_value() -> OverwriteModeType:
    return "ALWAYS"# OverwriteModeType definition
OverwriteModeType = Literal[
    "ALWAYS",
    "NEVER",
]PhaseStatusType#
# PhaseStatusType usage example
from types_boto3_datasync.literals import PhaseStatusType
def get_value() -> PhaseStatusType:
    return "ERROR"# PhaseStatusType definition
PhaseStatusType = Literal[
    "ERROR",
    "PENDING",
    "SUCCESS",
]PosixPermissionsType#
# PosixPermissionsType usage example
from types_boto3_datasync.literals import PosixPermissionsType
def get_value() -> PosixPermissionsType:
    return "NONE"# PosixPermissionsType definition
PosixPermissionsType = Literal[
    "NONE",
    "PRESERVE",
]PreserveDeletedFilesType#
# PreserveDeletedFilesType usage example
from types_boto3_datasync.literals import PreserveDeletedFilesType
def get_value() -> PreserveDeletedFilesType:
    return "PRESERVE"# PreserveDeletedFilesType definition
PreserveDeletedFilesType = Literal[
    "PRESERVE",
    "REMOVE",
]PreserveDevicesType#
# PreserveDevicesType usage example
from types_boto3_datasync.literals import PreserveDevicesType
def get_value() -> PreserveDevicesType:
    return "NONE"# PreserveDevicesType definition
PreserveDevicesType = Literal[
    "NONE",
    "PRESERVE",
]ReportLevelType#
# ReportLevelType usage example
from types_boto3_datasync.literals import ReportLevelType
def get_value() -> ReportLevelType:
    return "ERRORS_ONLY"# ReportLevelType definition
ReportLevelType = Literal[
    "ERRORS_ONLY",
    "SUCCESSES_AND_ERRORS",
]ReportOutputTypeType#
# ReportOutputTypeType usage example
from types_boto3_datasync.literals import ReportOutputTypeType
def get_value() -> ReportOutputTypeType:
    return "STANDARD"# ReportOutputTypeType definition
ReportOutputTypeType = Literal[
    "STANDARD",
    "SUMMARY_ONLY",
]S3StorageClassType#
# S3StorageClassType usage example
from types_boto3_datasync.literals import S3StorageClassType
def get_value() -> S3StorageClassType:
    return "DEEP_ARCHIVE"# S3StorageClassType definition
S3StorageClassType = Literal[
    "DEEP_ARCHIVE",
    "GLACIER",
    "GLACIER_INSTANT_RETRIEVAL",
    "INTELLIGENT_TIERING",
    "ONEZONE_IA",
    "OUTPOSTS",
    "STANDARD",
    "STANDARD_IA",
]ScheduleDisabledByType#
# ScheduleDisabledByType usage example
from types_boto3_datasync.literals import ScheduleDisabledByType
def get_value() -> ScheduleDisabledByType:
    return "SERVICE"# ScheduleDisabledByType definition
ScheduleDisabledByType = Literal[
    "SERVICE",
    "USER",
]ScheduleStatusType#
# ScheduleStatusType usage example
from types_boto3_datasync.literals import ScheduleStatusType
def get_value() -> ScheduleStatusType:
    return "DISABLED"# ScheduleStatusType definition
ScheduleStatusType = Literal[
    "DISABLED",
    "ENABLED",
]SmbAuthenticationTypeType#
# SmbAuthenticationTypeType usage example
from types_boto3_datasync.literals import SmbAuthenticationTypeType
def get_value() -> SmbAuthenticationTypeType:
    return "KERBEROS"# SmbAuthenticationTypeType definition
SmbAuthenticationTypeType = Literal[
    "KERBEROS",
    "NTLM",
]SmbSecurityDescriptorCopyFlagsType#
# SmbSecurityDescriptorCopyFlagsType usage example
from types_boto3_datasync.literals import SmbSecurityDescriptorCopyFlagsType
def get_value() -> SmbSecurityDescriptorCopyFlagsType:
    return "NONE"# SmbSecurityDescriptorCopyFlagsType definition
SmbSecurityDescriptorCopyFlagsType = Literal[
    "NONE",
    "OWNER_DACL",
    "OWNER_DACL_SACL",
]SmbVersionType#
# SmbVersionType usage example
from types_boto3_datasync.literals import SmbVersionType
def get_value() -> SmbVersionType:
    return "AUTOMATIC"# SmbVersionType definition
SmbVersionType = Literal[
    "AUTOMATIC",
    "SMB1",
    "SMB2",
    "SMB2_0",
    "SMB3",
]TaskExecutionStatusType#
# TaskExecutionStatusType usage example
from types_boto3_datasync.literals import TaskExecutionStatusType
def get_value() -> TaskExecutionStatusType:
    return "CANCELLING"# TaskExecutionStatusType definition
TaskExecutionStatusType = Literal[
    "CANCELLING",
    "ERROR",
    "LAUNCHING",
    "PREPARING",
    "QUEUED",
    "SUCCESS",
    "TRANSFERRING",
    "VERIFYING",
]TaskFilterNameType#
# TaskFilterNameType usage example
from types_boto3_datasync.literals import TaskFilterNameType
def get_value() -> TaskFilterNameType:
    return "CreationTime"# TaskFilterNameType definition
TaskFilterNameType = Literal[
    "CreationTime",
    "LocationId",
]TaskModeType#
# TaskModeType usage example
from types_boto3_datasync.literals import TaskModeType
def get_value() -> TaskModeType:
    return "BASIC"# TaskModeType definition
TaskModeType = Literal[
    "BASIC",
    "ENHANCED",
]TaskQueueingType#
# TaskQueueingType usage example
from types_boto3_datasync.literals import TaskQueueingType
def get_value() -> TaskQueueingType:
    return "DISABLED"# TaskQueueingType definition
TaskQueueingType = Literal[
    "DISABLED",
    "ENABLED",
]TaskStatusType#
# TaskStatusType usage example
from types_boto3_datasync.literals import TaskStatusType
def get_value() -> TaskStatusType:
    return "AVAILABLE"# TaskStatusType definition
TaskStatusType = Literal[
    "AVAILABLE",
    "CREATING",
    "QUEUED",
    "RUNNING",
    "UNAVAILABLE",
]TransferModeType#
# TransferModeType usage example
from types_boto3_datasync.literals import TransferModeType
def get_value() -> TransferModeType:
    return "ALL"# TransferModeType definition
TransferModeType = Literal[
    "ALL",
    "CHANGED",
]UidType#
# UidType usage example
from types_boto3_datasync.literals import UidType
def get_value() -> UidType:
    return "BOTH"# UidType definition
UidType = Literal[
    "BOTH",
    "INT_VALUE",
    "NAME",
    "NONE",
]VerifyModeType#
# VerifyModeType usage example
from types_boto3_datasync.literals import VerifyModeType
def get_value() -> VerifyModeType:
    return "NONE"# VerifyModeType definition
VerifyModeType = Literal[
    "NONE",
    "ONLY_FILES_TRANSFERRED",
    "POINT_IN_TIME_CONSISTENT",
]DataSyncServiceName#
# DataSyncServiceName usage example
from types_boto3_datasync.literals import DataSyncServiceName
def get_value() -> DataSyncServiceName:
    return "datasync"# DataSyncServiceName definition
DataSyncServiceName = Literal[
    "datasync",
]ServiceName#
# ServiceName usage example
from types_boto3_datasync.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_datasync.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_datasync.literals import PaginatorName
def get_value() -> PaginatorName:
    return "list_agents"# PaginatorName definition
PaginatorName = Literal[
    "list_agents",
    "list_locations",
    "list_tags_for_resource",
    "list_task_executions",
    "list_tasks",
]RegionName#
# RegionName usage example
from types_boto3_datasync.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",
]