Skip to content

Literals

Index > DataSync > Literals

Auto-generated documentation for DataSync type annotations stubs module mypy-boto3-datasync.

AgentStatusType

Usage Example
from mypy_boto3_datasync.literals import AgentStatusType

def get_value() -> AgentStatusType:
    return "OFFLINE"
Definition
AgentStatusType = Literal[
    "OFFLINE",
    "ONLINE",
]

AtimeType

Usage Example
from mypy_boto3_datasync.literals import AtimeType

def get_value() -> AtimeType:
    return "BEST_EFFORT"
Definition
AtimeType = Literal[
    "BEST_EFFORT",
    "NONE",
]

EfsInTransitEncryptionType

Usage Example
from mypy_boto3_datasync.literals import EfsInTransitEncryptionType

def get_value() -> EfsInTransitEncryptionType:
    return "NONE"
Definition
EfsInTransitEncryptionType = Literal[
    "NONE",
    "TLS1_2",
]

EndpointTypeType

Usage Example
from mypy_boto3_datasync.literals import EndpointTypeType

def get_value() -> EndpointTypeType:
    return "FIPS"
Definition
EndpointTypeType = Literal[
    "FIPS",
    "PRIVATE_LINK",
    "PUBLIC",
]

FilterTypeType

Usage Example
from mypy_boto3_datasync.literals import FilterTypeType

def get_value() -> FilterTypeType:
    return "SIMPLE_PATTERN"
Definition
FilterTypeType = Literal[
    "SIMPLE_PATTERN",
]

GidType

Usage Example
from mypy_boto3_datasync.literals import GidType

def get_value() -> GidType:
    return "BOTH"
Definition
GidType = Literal[
    "BOTH",
    "INT_VALUE",
    "NAME",
    "NONE",
]

HdfsAuthenticationTypeType

Usage Example
from mypy_boto3_datasync.literals import HdfsAuthenticationTypeType

def get_value() -> HdfsAuthenticationTypeType:
    return "KERBEROS"
Definition
HdfsAuthenticationTypeType = Literal[
    "KERBEROS",
    "SIMPLE",
]

HdfsDataTransferProtectionType

Usage Example
from mypy_boto3_datasync.literals import HdfsDataTransferProtectionType

def get_value() -> HdfsDataTransferProtectionType:
    return "AUTHENTICATION"
Definition
HdfsDataTransferProtectionType = Literal[
    "AUTHENTICATION",
    "DISABLED",
    "INTEGRITY",
    "PRIVACY",
]

HdfsRpcProtectionType

Usage Example
from mypy_boto3_datasync.literals import HdfsRpcProtectionType

def get_value() -> HdfsRpcProtectionType:
    return "AUTHENTICATION"
Definition
HdfsRpcProtectionType = Literal[
    "AUTHENTICATION",
    "DISABLED",
    "INTEGRITY",
    "PRIVACY",
]

ListAgentsPaginatorName

Usage Example
from mypy_boto3_datasync.literals import ListAgentsPaginatorName

def get_value() -> ListAgentsPaginatorName:
    return "list_agents"
Definition
ListAgentsPaginatorName = Literal[
    "list_agents",
]

ListLocationsPaginatorName

Usage Example
from mypy_boto3_datasync.literals import ListLocationsPaginatorName

def get_value() -> ListLocationsPaginatorName:
    return "list_locations"
Definition
ListLocationsPaginatorName = Literal[
    "list_locations",
]

ListTagsForResourcePaginatorName

Usage Example
from mypy_boto3_datasync.literals import ListTagsForResourcePaginatorName

def get_value() -> ListTagsForResourcePaginatorName:
    return "list_tags_for_resource"
Definition
ListTagsForResourcePaginatorName = Literal[
    "list_tags_for_resource",
]

ListTaskExecutionsPaginatorName

Usage Example
from mypy_boto3_datasync.literals import ListTaskExecutionsPaginatorName

def get_value() -> ListTaskExecutionsPaginatorName:
    return "list_task_executions"
Definition
ListTaskExecutionsPaginatorName = Literal[
    "list_task_executions",
]

ListTasksPaginatorName

Usage Example
from mypy_boto3_datasync.literals import ListTasksPaginatorName

def get_value() -> ListTasksPaginatorName:
    return "list_tasks"
Definition
ListTasksPaginatorName = Literal[
    "list_tasks",
]

LocationFilterNameType

Usage Example
from mypy_boto3_datasync.literals import LocationFilterNameType

def get_value() -> LocationFilterNameType:
    return "CreationTime"
Definition
LocationFilterNameType = Literal[
    "CreationTime",
    "LocationType",
    "LocationUri",
]

LogLevelType

Usage Example
from mypy_boto3_datasync.literals import LogLevelType

def get_value() -> LogLevelType:
    return "BASIC"
Definition
LogLevelType = Literal[
    "BASIC",
    "OFF",
    "TRANSFER",
]

MtimeType

Usage Example
from mypy_boto3_datasync.literals import MtimeType

def get_value() -> MtimeType:
    return "NONE"
Definition
MtimeType = Literal[
    "NONE",
    "PRESERVE",
]

NfsVersionType

Usage Example
from mypy_boto3_datasync.literals import NfsVersionType

def get_value() -> NfsVersionType:
    return "AUTOMATIC"
Definition
NfsVersionType = Literal[
    "AUTOMATIC",
    "NFS3",
    "NFS4_0",
    "NFS4_1",
]

ObjectStorageServerProtocolType

Usage Example
from mypy_boto3_datasync.literals import ObjectStorageServerProtocolType

def get_value() -> ObjectStorageServerProtocolType:
    return "HTTP"
Definition
ObjectStorageServerProtocolType = Literal[
    "HTTP",
    "HTTPS",
]

ObjectTagsType

Usage Example
from mypy_boto3_datasync.literals import ObjectTagsType

def get_value() -> ObjectTagsType:
    return "NONE"
Definition
ObjectTagsType = Literal[
    "NONE",
    "PRESERVE",
]

OperatorType

Usage Example
from mypy_boto3_datasync.literals import OperatorType

def get_value() -> OperatorType:
    return "BeginsWith"
Definition
OperatorType = Literal[
    "BeginsWith",
    "Contains",
    "Equals",
    "GreaterThan",
    "GreaterThanOrEqual",
    "In",
    "LessThan",
    "LessThanOrEqual",
    "NotContains",
    "NotEquals",
]

OverwriteModeType

Usage Example
from mypy_boto3_datasync.literals import OverwriteModeType

def get_value() -> OverwriteModeType:
    return "ALWAYS"
Definition
OverwriteModeType = Literal[
    "ALWAYS",
    "NEVER",
]

PhaseStatusType

Usage Example
from mypy_boto3_datasync.literals import PhaseStatusType

def get_value() -> PhaseStatusType:
    return "ERROR"
Definition
PhaseStatusType = Literal[
    "ERROR",
    "PENDING",
    "SUCCESS",
]

PosixPermissionsType

Usage Example
from mypy_boto3_datasync.literals import PosixPermissionsType

def get_value() -> PosixPermissionsType:
    return "NONE"
Definition
PosixPermissionsType = Literal[
    "NONE",
    "PRESERVE",
]

PreserveDeletedFilesType

Usage Example
from mypy_boto3_datasync.literals import PreserveDeletedFilesType

def get_value() -> PreserveDeletedFilesType:
    return "PRESERVE"
Definition
PreserveDeletedFilesType = Literal[
    "PRESERVE",
    "REMOVE",
]

PreserveDevicesType

Usage Example
from mypy_boto3_datasync.literals import PreserveDevicesType

def get_value() -> PreserveDevicesType:
    return "NONE"
Definition
PreserveDevicesType = Literal[
    "NONE",
    "PRESERVE",
]

S3StorageClassType

Usage Example
from mypy_boto3_datasync.literals import S3StorageClassType

def get_value() -> S3StorageClassType:
    return "DEEP_ARCHIVE"
Definition
S3StorageClassType = Literal[
    "DEEP_ARCHIVE",
    "GLACIER",
    "GLACIER_INSTANT_RETRIEVAL",
    "INTELLIGENT_TIERING",
    "ONEZONE_IA",
    "OUTPOSTS",
    "STANDARD",
    "STANDARD_IA",
]

SmbSecurityDescriptorCopyFlagsType

Usage Example
from mypy_boto3_datasync.literals import SmbSecurityDescriptorCopyFlagsType

def get_value() -> SmbSecurityDescriptorCopyFlagsType:
    return "NONE"
Definition
SmbSecurityDescriptorCopyFlagsType = Literal[
    "NONE",
    "OWNER_DACL",
    "OWNER_DACL_SACL",
]

SmbVersionType

Usage Example
from mypy_boto3_datasync.literals import SmbVersionType

def get_value() -> SmbVersionType:
    return "AUTOMATIC"
Definition
SmbVersionType = Literal[
    "AUTOMATIC",
    "SMB1",
    "SMB2",
    "SMB2_0",
    "SMB3",
]

TaskExecutionStatusType

Usage Example
from mypy_boto3_datasync.literals import TaskExecutionStatusType

def get_value() -> TaskExecutionStatusType:
    return "ERROR"
Definition
TaskExecutionStatusType = Literal[
    "ERROR",
    "LAUNCHING",
    "PREPARING",
    "QUEUED",
    "SUCCESS",
    "TRANSFERRING",
    "VERIFYING",
]

TaskFilterNameType

Usage Example
from mypy_boto3_datasync.literals import TaskFilterNameType

def get_value() -> TaskFilterNameType:
    return "CreationTime"
Definition
TaskFilterNameType = Literal[
    "CreationTime",
    "LocationId",
]

TaskQueueingType

Usage Example
from mypy_boto3_datasync.literals import TaskQueueingType

def get_value() -> TaskQueueingType:
    return "DISABLED"
Definition
TaskQueueingType = Literal[
    "DISABLED",
    "ENABLED",
]

TaskStatusType

Usage Example
from mypy_boto3_datasync.literals import TaskStatusType

def get_value() -> TaskStatusType:
    return "AVAILABLE"
Definition
TaskStatusType = Literal[
    "AVAILABLE",
    "CREATING",
    "QUEUED",
    "RUNNING",
    "UNAVAILABLE",
]

TransferModeType

Usage Example
from mypy_boto3_datasync.literals import TransferModeType

def get_value() -> TransferModeType:
    return "ALL"
Definition
TransferModeType = Literal[
    "ALL",
    "CHANGED",
]

UidType

Usage Example
from mypy_boto3_datasync.literals import UidType

def get_value() -> UidType:
    return "BOTH"
Definition
UidType = Literal[
    "BOTH",
    "INT_VALUE",
    "NAME",
    "NONE",
]

VerifyModeType

Usage Example
from mypy_boto3_datasync.literals import VerifyModeType

def get_value() -> VerifyModeType:
    return "NONE"
Definition
VerifyModeType = Literal[
    "NONE",
    "ONLY_FILES_TRANSFERRED",
    "POINT_IN_TIME_CONSISTENT",
]

DataSyncServiceName

Usage Example
from mypy_boto3_datasync.literals import DataSyncServiceName

def get_value() -> DataSyncServiceName:
    return "datasync"
Definition
DataSyncServiceName = Literal[
    "datasync",
]

ServiceName

Usage Example
from mypy_boto3_datasync.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
Definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-zonal-shift",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codedeploy",
    "codeguru-reviewer",
    "codeguruprofiler",
    "codepipeline",
    "codestar",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcases",
    "connectparticipant",
    "controltower",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "dax",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "elastic-inference",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "es",
    "events",
    "evidently",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "fsx",
    "gamelift",
    "gamesparks",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector2",
    "internetmonitor",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-roborunner",
    "iot1click-devices",
    "iot1click-projects",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleethub",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "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",
    "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",
    "macie",
    "macie2",
    "managedblockchain",
    "marketplace-catalog",
    "marketplace-entitlement",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "network-firewall",
    "networkmanager",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "outposts",
    "panorama",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "robomaker",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "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",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-incidents",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "voice-id",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName

Usage Example
from mypy_boto3_datasync.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
Definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

PaginatorName

Usage Example
from mypy_boto3_datasync.literals import PaginatorName

def get_value() -> PaginatorName:
    return "list_agents"
Definition
PaginatorName = Literal[
    "list_agents",
    "list_locations",
    "list_tags_for_resource",
    "list_task_executions",
    "list_tasks",
]

RegionName

Usage Example
from mypy_boto3_datasync.literals import RegionName

def get_value() -> RegionName:
    return "af-south-1"
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",
    "ca-central-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",
    "me-central-1",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]