Literals#
Auto-generated documentation for DataSync type annotations stubs module mypy-boto3-datasync.
AgentStatusType#
# AgentStatusType usage example
from mypy_boto3_datasync.literals import AgentStatusType
def get_value() -> AgentStatusType:
return "OFFLINE"
# AgentStatusType definition
AgentStatusType = Literal[
"OFFLINE",
"ONLINE",
]
AtimeType#
# AtimeType usage example
from mypy_boto3_datasync.literals import AtimeType
def get_value() -> AtimeType:
return "BEST_EFFORT"
# AtimeType definition
AtimeType = Literal[
"BEST_EFFORT",
"NONE",
]
AzureAccessTierType#
# AzureAccessTierType usage example
from mypy_boto3_datasync.literals import AzureAccessTierType
def get_value() -> AzureAccessTierType:
return "ARCHIVE"
# AzureAccessTierType definition
AzureAccessTierType = Literal[
"ARCHIVE",
"COOL",
"HOT",
]
AzureBlobAuthenticationTypeType#
# AzureBlobAuthenticationTypeType usage example
from mypy_boto3_datasync.literals import AzureBlobAuthenticationTypeType
def get_value() -> AzureBlobAuthenticationTypeType:
return "SAS"
# AzureBlobAuthenticationTypeType definition
AzureBlobAuthenticationTypeType = Literal[
"SAS",
]
AzureBlobTypeType#
# AzureBlobTypeType usage example
from mypy_boto3_datasync.literals import AzureBlobTypeType
def get_value() -> AzureBlobTypeType:
return "BLOCK"
# AzureBlobTypeType definition
AzureBlobTypeType = Literal[
"BLOCK",
]
DescribeStorageSystemResourceMetricsPaginatorName#
# DescribeStorageSystemResourceMetricsPaginatorName usage example
from mypy_boto3_datasync.literals import DescribeStorageSystemResourceMetricsPaginatorName
def get_value() -> DescribeStorageSystemResourceMetricsPaginatorName:
return "describe_storage_system_resource_metrics"
# DescribeStorageSystemResourceMetricsPaginatorName definition
DescribeStorageSystemResourceMetricsPaginatorName = Literal[
"describe_storage_system_resource_metrics",
]
DiscoveryJobStatusType#
# DiscoveryJobStatusType usage example
from mypy_boto3_datasync.literals import DiscoveryJobStatusType
def get_value() -> DiscoveryJobStatusType:
return "COMPLETED"
# DiscoveryJobStatusType definition
DiscoveryJobStatusType = Literal[
"COMPLETED",
"COMPLETED_WITH_ISSUES",
"FAILED",
"RUNNING",
"STOPPED",
"TERMINATED",
"WARNING",
]
DiscoveryResourceFilterType#
# DiscoveryResourceFilterType usage example
from mypy_boto3_datasync.literals import DiscoveryResourceFilterType
def get_value() -> DiscoveryResourceFilterType:
return "SVM"
# DiscoveryResourceFilterType definition
DiscoveryResourceFilterType = Literal[
"SVM",
]
DiscoveryResourceTypeType#
# DiscoveryResourceTypeType usage example
from mypy_boto3_datasync.literals import DiscoveryResourceTypeType
def get_value() -> DiscoveryResourceTypeType:
return "CLUSTER"
# DiscoveryResourceTypeType definition
DiscoveryResourceTypeType = Literal[
"CLUSTER",
"SVM",
"VOLUME",
]
DiscoverySystemTypeType#
# DiscoverySystemTypeType usage example
from mypy_boto3_datasync.literals import DiscoverySystemTypeType
def get_value() -> DiscoverySystemTypeType:
return "NetAppONTAP"
# DiscoverySystemTypeType definition
DiscoverySystemTypeType = Literal[
"NetAppONTAP",
]
EfsInTransitEncryptionType#
# EfsInTransitEncryptionType usage example
from mypy_boto3_datasync.literals import EfsInTransitEncryptionType
def get_value() -> EfsInTransitEncryptionType:
return "NONE"
# EfsInTransitEncryptionType definition
EfsInTransitEncryptionType = Literal[
"NONE",
"TLS1_2",
]
EndpointTypeType#
# EndpointTypeType usage example
from mypy_boto3_datasync.literals import EndpointTypeType
def get_value() -> EndpointTypeType:
return "FIPS"
# EndpointTypeType definition
EndpointTypeType = Literal[
"FIPS",
"PRIVATE_LINK",
"PUBLIC",
]
FilterTypeType#
# FilterTypeType usage example
from mypy_boto3_datasync.literals import FilterTypeType
def get_value() -> FilterTypeType:
return "SIMPLE_PATTERN"
# FilterTypeType definition
FilterTypeType = Literal[
"SIMPLE_PATTERN",
]
GidType#
# GidType usage example
from mypy_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 mypy_boto3_datasync.literals import HdfsAuthenticationTypeType
def get_value() -> HdfsAuthenticationTypeType:
return "KERBEROS"
# HdfsAuthenticationTypeType definition
HdfsAuthenticationTypeType = Literal[
"KERBEROS",
"SIMPLE",
]
HdfsDataTransferProtectionType#
# HdfsDataTransferProtectionType usage example
from mypy_boto3_datasync.literals import HdfsDataTransferProtectionType
def get_value() -> HdfsDataTransferProtectionType:
return "AUTHENTICATION"
# HdfsDataTransferProtectionType definition
HdfsDataTransferProtectionType = Literal[
"AUTHENTICATION",
"DISABLED",
"INTEGRITY",
"PRIVACY",
]
HdfsRpcProtectionType#
# HdfsRpcProtectionType usage example
from mypy_boto3_datasync.literals import HdfsRpcProtectionType
def get_value() -> HdfsRpcProtectionType:
return "AUTHENTICATION"
# HdfsRpcProtectionType definition
HdfsRpcProtectionType = Literal[
"AUTHENTICATION",
"DISABLED",
"INTEGRITY",
"PRIVACY",
]
ListAgentsPaginatorName#
# ListAgentsPaginatorName usage example
from mypy_boto3_datasync.literals import ListAgentsPaginatorName
def get_value() -> ListAgentsPaginatorName:
return "list_agents"
# ListAgentsPaginatorName definition
ListAgentsPaginatorName = Literal[
"list_agents",
]
ListDiscoveryJobsPaginatorName#
# ListDiscoveryJobsPaginatorName usage example
from mypy_boto3_datasync.literals import ListDiscoveryJobsPaginatorName
def get_value() -> ListDiscoveryJobsPaginatorName:
return "list_discovery_jobs"
# ListDiscoveryJobsPaginatorName definition
ListDiscoveryJobsPaginatorName = Literal[
"list_discovery_jobs",
]
ListLocationsPaginatorName#
# ListLocationsPaginatorName usage example
from mypy_boto3_datasync.literals import ListLocationsPaginatorName
def get_value() -> ListLocationsPaginatorName:
return "list_locations"
# ListLocationsPaginatorName definition
ListLocationsPaginatorName = Literal[
"list_locations",
]
ListStorageSystemsPaginatorName#
# ListStorageSystemsPaginatorName usage example
from mypy_boto3_datasync.literals import ListStorageSystemsPaginatorName
def get_value() -> ListStorageSystemsPaginatorName:
return "list_storage_systems"
# ListStorageSystemsPaginatorName definition
ListStorageSystemsPaginatorName = Literal[
"list_storage_systems",
]
ListTagsForResourcePaginatorName#
# ListTagsForResourcePaginatorName usage example
from mypy_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 mypy_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 mypy_boto3_datasync.literals import ListTasksPaginatorName
def get_value() -> ListTasksPaginatorName:
return "list_tasks"
# ListTasksPaginatorName definition
ListTasksPaginatorName = Literal[
"list_tasks",
]
LocationFilterNameType#
# LocationFilterNameType usage example
from mypy_boto3_datasync.literals import LocationFilterNameType
def get_value() -> LocationFilterNameType:
return "CreationTime"
# LocationFilterNameType definition
LocationFilterNameType = Literal[
"CreationTime",
"LocationType",
"LocationUri",
]
LogLevelType#
# LogLevelType usage example
from mypy_boto3_datasync.literals import LogLevelType
def get_value() -> LogLevelType:
return "BASIC"
# LogLevelType definition
LogLevelType = Literal[
"BASIC",
"OFF",
"TRANSFER",
]
ManifestActionType#
# ManifestActionType usage example
from mypy_boto3_datasync.literals import ManifestActionType
def get_value() -> ManifestActionType:
return "TRANSFER"
# ManifestActionType definition
ManifestActionType = Literal[
"TRANSFER",
]
ManifestFormatType#
# ManifestFormatType usage example
from mypy_boto3_datasync.literals import ManifestFormatType
def get_value() -> ManifestFormatType:
return "CSV"
# ManifestFormatType definition
ManifestFormatType = Literal[
"CSV",
]
MtimeType#
# MtimeType usage example
from mypy_boto3_datasync.literals import MtimeType
def get_value() -> MtimeType:
return "NONE"
# MtimeType definition
MtimeType = Literal[
"NONE",
"PRESERVE",
]
NfsVersionType#
# NfsVersionType usage example
from mypy_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 mypy_boto3_datasync.literals import ObjectStorageServerProtocolType
def get_value() -> ObjectStorageServerProtocolType:
return "HTTP"
# ObjectStorageServerProtocolType definition
ObjectStorageServerProtocolType = Literal[
"HTTP",
"HTTPS",
]
ObjectTagsType#
# ObjectTagsType usage example
from mypy_boto3_datasync.literals import ObjectTagsType
def get_value() -> ObjectTagsType:
return "NONE"
# ObjectTagsType definition
ObjectTagsType = Literal[
"NONE",
"PRESERVE",
]
ObjectVersionIdsType#
# ObjectVersionIdsType usage example
from mypy_boto3_datasync.literals import ObjectVersionIdsType
def get_value() -> ObjectVersionIdsType:
return "INCLUDE"
# ObjectVersionIdsType definition
ObjectVersionIdsType = Literal[
"INCLUDE",
"NONE",
]
OperatorType#
# OperatorType usage example
from mypy_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 mypy_boto3_datasync.literals import OverwriteModeType
def get_value() -> OverwriteModeType:
return "ALWAYS"
# OverwriteModeType definition
OverwriteModeType = Literal[
"ALWAYS",
"NEVER",
]
PhaseStatusType#
# PhaseStatusType usage example
from mypy_boto3_datasync.literals import PhaseStatusType
def get_value() -> PhaseStatusType:
return "ERROR"
# PhaseStatusType definition
PhaseStatusType = Literal[
"ERROR",
"PENDING",
"SUCCESS",
]
PosixPermissionsType#
# PosixPermissionsType usage example
from mypy_boto3_datasync.literals import PosixPermissionsType
def get_value() -> PosixPermissionsType:
return "NONE"
# PosixPermissionsType definition
PosixPermissionsType = Literal[
"NONE",
"PRESERVE",
]
PreserveDeletedFilesType#
# PreserveDeletedFilesType usage example
from mypy_boto3_datasync.literals import PreserveDeletedFilesType
def get_value() -> PreserveDeletedFilesType:
return "PRESERVE"
# PreserveDeletedFilesType definition
PreserveDeletedFilesType = Literal[
"PRESERVE",
"REMOVE",
]
PreserveDevicesType#
# PreserveDevicesType usage example
from mypy_boto3_datasync.literals import PreserveDevicesType
def get_value() -> PreserveDevicesType:
return "NONE"
# PreserveDevicesType definition
PreserveDevicesType = Literal[
"NONE",
"PRESERVE",
]
RecommendationStatusType#
# RecommendationStatusType usage example
from mypy_boto3_datasync.literals import RecommendationStatusType
def get_value() -> RecommendationStatusType:
return "COMPLETED"
# RecommendationStatusType definition
RecommendationStatusType = Literal[
"COMPLETED",
"FAILED",
"IN_PROGRESS",
"NONE",
]
ReportLevelType#
# ReportLevelType usage example
from mypy_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 mypy_boto3_datasync.literals import ReportOutputTypeType
def get_value() -> ReportOutputTypeType:
return "STANDARD"
# ReportOutputTypeType definition
ReportOutputTypeType = Literal[
"STANDARD",
"SUMMARY_ONLY",
]
S3StorageClassType#
# S3StorageClassType usage example
from mypy_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 mypy_boto3_datasync.literals import ScheduleDisabledByType
def get_value() -> ScheduleDisabledByType:
return "SERVICE"
# ScheduleDisabledByType definition
ScheduleDisabledByType = Literal[
"SERVICE",
"USER",
]
ScheduleStatusType#
# ScheduleStatusType usage example
from mypy_boto3_datasync.literals import ScheduleStatusType
def get_value() -> ScheduleStatusType:
return "DISABLED"
# ScheduleStatusType definition
ScheduleStatusType = Literal[
"DISABLED",
"ENABLED",
]
SmbSecurityDescriptorCopyFlagsType#
# SmbSecurityDescriptorCopyFlagsType usage example
from mypy_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 mypy_boto3_datasync.literals import SmbVersionType
def get_value() -> SmbVersionType:
return "AUTOMATIC"
# SmbVersionType definition
SmbVersionType = Literal[
"AUTOMATIC",
"SMB1",
"SMB2",
"SMB2_0",
"SMB3",
]
StorageSystemConnectivityStatusType#
# StorageSystemConnectivityStatusType usage example
from mypy_boto3_datasync.literals import StorageSystemConnectivityStatusType
def get_value() -> StorageSystemConnectivityStatusType:
return "FAIL"
# StorageSystemConnectivityStatusType definition
StorageSystemConnectivityStatusType = Literal[
"FAIL",
"PASS",
"UNKNOWN",
]
TaskExecutionStatusType#
# TaskExecutionStatusType usage example
from mypy_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 mypy_boto3_datasync.literals import TaskFilterNameType
def get_value() -> TaskFilterNameType:
return "CreationTime"
# TaskFilterNameType definition
TaskFilterNameType = Literal[
"CreationTime",
"LocationId",
]
TaskModeType#
# TaskModeType usage example
from mypy_boto3_datasync.literals import TaskModeType
def get_value() -> TaskModeType:
return "BASIC"
# TaskModeType definition
TaskModeType = Literal[
"BASIC",
"ENHANCED",
]
TaskQueueingType#
# TaskQueueingType usage example
from mypy_boto3_datasync.literals import TaskQueueingType
def get_value() -> TaskQueueingType:
return "DISABLED"
# TaskQueueingType definition
TaskQueueingType = Literal[
"DISABLED",
"ENABLED",
]
TaskStatusType#
# TaskStatusType usage example
from mypy_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 mypy_boto3_datasync.literals import TransferModeType
def get_value() -> TransferModeType:
return "ALL"
# TransferModeType definition
TransferModeType = Literal[
"ALL",
"CHANGED",
]
UidType#
# UidType usage example
from mypy_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 mypy_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 mypy_boto3_datasync.literals import DataSyncServiceName
def get_value() -> DataSyncServiceName:
return "datasync"
# DataSyncServiceName definition
DataSyncServiceName = Literal[
"datasync",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_datasync.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"application-signals",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"apptest",
"arc-zonal-shift",
"artifact",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"b2bi",
"backup",
"backup-gateway",
"batch",
"bcm-data-exports",
"bedrock",
"bedrock-agent",
"bedrock-agent-runtime",
"bedrock-runtime",
"billing",
"billingconductor",
"braket",
"budgets",
"ce",
"chatbot",
"chime",
"chime-sdk-identity",
"chime-sdk-media-pipelines",
"chime-sdk-meetings",
"chime-sdk-messaging",
"chime-sdk-voice",
"cleanrooms",
"cleanroomsml",
"cloud9",
"cloudcontrol",
"clouddirectory",
"cloudformation",
"cloudfront",
"cloudfront-keyvaluestore",
"cloudhsm",
"cloudhsmv2",
"cloudsearch",
"cloudsearchdomain",
"cloudtrail",
"cloudtrail-data",
"cloudwatch",
"codeartifact",
"codebuild",
"codecatalyst",
"codecommit",
"codeconnections",
"codedeploy",
"codeguru-reviewer",
"codeguru-security",
"codeguruprofiler",
"codepipeline",
"codestar-connections",
"codestar-notifications",
"cognito-identity",
"cognito-idp",
"cognito-sync",
"comprehend",
"comprehendmedical",
"compute-optimizer",
"config",
"connect",
"connect-contact-lens",
"connectcampaigns",
"connectcampaignsv2",
"connectcases",
"connectparticipant",
"controlcatalog",
"controltower",
"cost-optimization-hub",
"cur",
"customer-profiles",
"databrew",
"dataexchange",
"datapipeline",
"datasync",
"datazone",
"dax",
"deadline",
"detective",
"devicefarm",
"devops-guru",
"directconnect",
"discovery",
"dlm",
"dms",
"docdb",
"docdb-elastic",
"drs",
"ds",
"ds-data",
"dynamodb",
"dynamodbstreams",
"ebs",
"ec2",
"ec2-instance-connect",
"ecr",
"ecr-public",
"ecs",
"efs",
"eks",
"eks-auth",
"elastic-inference",
"elasticache",
"elasticbeanstalk",
"elastictranscoder",
"elb",
"elbv2",
"emr",
"emr-containers",
"emr-serverless",
"entityresolution",
"es",
"events",
"evidently",
"finspace",
"finspace-data",
"firehose",
"fis",
"fms",
"forecast",
"forecastquery",
"frauddetector",
"freetier",
"fsx",
"gamelift",
"geo-maps",
"geo-places",
"geo-routes",
"glacier",
"globalaccelerator",
"glue",
"grafana",
"greengrass",
"greengrassv2",
"groundstation",
"guardduty",
"health",
"healthlake",
"iam",
"identitystore",
"imagebuilder",
"importexport",
"inspector",
"inspector-scan",
"inspector2",
"internetmonitor",
"iot",
"iot-data",
"iot-jobs-data",
"iot1click-devices",
"iot1click-projects",
"iotanalytics",
"iotdeviceadvisor",
"iotevents",
"iotevents-data",
"iotfleethub",
"iotfleetwise",
"iotsecuretunneling",
"iotsitewise",
"iotthingsgraph",
"iottwinmaker",
"iotwireless",
"ivs",
"ivs-realtime",
"ivschat",
"kafka",
"kafkaconnect",
"kendra",
"kendra-ranking",
"keyspaces",
"kinesis",
"kinesis-video-archived-media",
"kinesis-video-media",
"kinesis-video-signaling",
"kinesis-video-webrtc-storage",
"kinesisanalytics",
"kinesisanalyticsv2",
"kinesisvideo",
"kms",
"lakeformation",
"lambda",
"launch-wizard",
"lex-models",
"lex-runtime",
"lexv2-models",
"lexv2-runtime",
"license-manager",
"license-manager-linux-subscriptions",
"license-manager-user-subscriptions",
"lightsail",
"location",
"logs",
"lookoutequipment",
"lookoutmetrics",
"lookoutvision",
"m2",
"machinelearning",
"macie2",
"mailmanager",
"managedblockchain",
"managedblockchain-query",
"marketplace-agreement",
"marketplace-catalog",
"marketplace-deployment",
"marketplace-entitlement",
"marketplace-reporting",
"marketplacecommerceanalytics",
"mediaconnect",
"mediaconvert",
"medialive",
"mediapackage",
"mediapackage-vod",
"mediapackagev2",
"mediastore",
"mediastore-data",
"mediatailor",
"medical-imaging",
"memorydb",
"meteringmarketplace",
"mgh",
"mgn",
"migration-hub-refactor-spaces",
"migrationhub-config",
"migrationhuborchestrator",
"migrationhubstrategy",
"mq",
"mturk",
"mwaa",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkmanager",
"networkmonitor",
"oam",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"organizations",
"osis",
"outposts",
"panorama",
"partnercentral-selling",
"payment-cryptography",
"payment-cryptography-data",
"pca-connector-ad",
"pca-connector-scep",
"pcs",
"personalize",
"personalize-events",
"personalize-runtime",
"pi",
"pinpoint",
"pinpoint-email",
"pinpoint-sms-voice",
"pinpoint-sms-voice-v2",
"pipes",
"polly",
"pricing",
"privatenetworks",
"proton",
"qapps",
"qbusiness",
"qconnect",
"qldb",
"qldb-session",
"quicksight",
"ram",
"rbin",
"rds",
"rds-data",
"redshift",
"redshift-data",
"redshift-serverless",
"rekognition",
"repostspace",
"resiliencehub",
"resource-explorer-2",
"resource-groups",
"resourcegroupstaggingapi",
"robomaker",
"rolesanywhere",
"route53",
"route53-recovery-cluster",
"route53-recovery-control-config",
"route53-recovery-readiness",
"route53domains",
"route53profiles",
"route53resolver",
"rum",
"s3",
"s3control",
"s3outposts",
"sagemaker",
"sagemaker-a2i-runtime",
"sagemaker-edge",
"sagemaker-featurestore-runtime",
"sagemaker-geospatial",
"sagemaker-metrics",
"sagemaker-runtime",
"savingsplans",
"scheduler",
"schemas",
"sdb",
"secretsmanager",
"securityhub",
"securitylake",
"serverlessrepo",
"service-quotas",
"servicecatalog",
"servicecatalog-appregistry",
"servicediscovery",
"ses",
"sesv2",
"shield",
"signer",
"simspaceweaver",
"sms",
"sms-voice",
"snow-device-management",
"snowball",
"sns",
"socialmessaging",
"sqs",
"ssm",
"ssm-contacts",
"ssm-incidents",
"ssm-quicksetup",
"ssm-sap",
"sso",
"sso-admin",
"sso-oidc",
"stepfunctions",
"storagegateway",
"sts",
"supplychain",
"support",
"support-app",
"swf",
"synthetics",
"taxsettings",
"textract",
"timestream-influxdb",
"timestream-query",
"timestream-write",
"tnb",
"transcribe",
"transfer",
"translate",
"trustedadvisor",
"verifiedpermissions",
"voice-id",
"vpc-lattice",
"waf",
"waf-regional",
"wafv2",
"wellarchitected",
"wisdom",
"workdocs",
"workmail",
"workmailmessageflow",
"workspaces",
"workspaces-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_datasync.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"opsworks",
"s3",
"sns",
"sqs",
]
PaginatorName#
# PaginatorName usage example
from mypy_boto3_datasync.literals import PaginatorName
def get_value() -> PaginatorName:
return "describe_storage_system_resource_metrics"
# PaginatorName definition
PaginatorName = Literal[
"describe_storage_system_resource_metrics",
"list_agents",
"list_discovery_jobs",
"list_locations",
"list_storage_systems",
"list_tags_for_resource",
"list_task_executions",
"list_tasks",
]
RegionName#
# RegionName usage example
from mypy_boto3_datasync.literals import RegionName
def get_value() -> RegionName:
return "af-south-1"
# RegionName definition
RegionName = Literal[
"af-south-1",
"ap-east-1",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
"ap-south-1",
"ap-south-2",
"ap-southeast-1",
"ap-southeast-2",
"ap-southeast-3",
"ap-southeast-4",
"ap-southeast-5",
"ca-central-1",
"ca-west-1",
"eu-central-1",
"eu-central-2",
"eu-north-1",
"eu-south-1",
"eu-south-2",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"il-central-1",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
]