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"
# NfsVersi