Skip to content

Literals

Index > Transfer > Literals

Auto-generated documentation for Transfer type annotations stubs module types-aiobotocore-transfer.

AgreementStatusTypeType

Usage Example
from types_aiobotocore_transfer.literals import AgreementStatusTypeType

def get_value() -> AgreementStatusTypeType:
    return "ACTIVE"
Definition
AgreementStatusTypeType = Literal[
    "ACTIVE",
    "INACTIVE",
]

As2TransportType

Usage Example
from types_aiobotocore_transfer.literals import As2TransportType

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

CertificateStatusTypeType

Usage Example
from types_aiobotocore_transfer.literals import CertificateStatusTypeType

def get_value() -> CertificateStatusTypeType:
    return "ACTIVE"
Definition
CertificateStatusTypeType = Literal[
    "ACTIVE",
    "INACTIVE",
    "PENDING_ROTATION",
]

CertificateTypeType

Usage Example
from types_aiobotocore_transfer.literals import CertificateTypeType

def get_value() -> CertificateTypeType:
    return "CERTIFICATE"
Definition
CertificateTypeType = Literal[
    "CERTIFICATE",
    "CERTIFICATE_WITH_PRIVATE_KEY",
]

CertificateUsageTypeType

Usage Example
from types_aiobotocore_transfer.literals import CertificateUsageTypeType

def get_value() -> CertificateUsageTypeType:
    return "ENCRYPTION"
Definition
CertificateUsageTypeType = Literal[
    "ENCRYPTION",
    "SIGNING",
]

CompressionEnumType

Usage Example
from types_aiobotocore_transfer.literals import CompressionEnumType

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

CustomStepStatusType

Usage Example
from types_aiobotocore_transfer.literals import CustomStepStatusType

def get_value() -> CustomStepStatusType:
    return "FAILURE"
Definition
CustomStepStatusType = Literal[
    "FAILURE",
    "SUCCESS",
]

DomainType

Usage Example
from types_aiobotocore_transfer.literals import DomainType

def get_value() -> DomainType:
    return "EFS"
Definition
DomainType = Literal[
    "EFS",
    "S3",
]

EncryptionAlgType

Usage Example
from types_aiobotocore_transfer.literals import EncryptionAlgType

def get_value() -> EncryptionAlgType:
    return "AES128_CBC"
Definition
EncryptionAlgType = Literal[
    "AES128_CBC",
    "AES192_CBC",
    "AES256_CBC",
]

EndpointTypeType

Usage Example
from types_aiobotocore_transfer.literals import EndpointTypeType

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

ExecutionErrorTypeType

Usage Example
from types_aiobotocore_transfer.literals import ExecutionErrorTypeType

def get_value() -> ExecutionErrorTypeType:
    return "ALREADY_EXISTS"
Definition
ExecutionErrorTypeType = Literal[
    "ALREADY_EXISTS",
    "BAD_REQUEST",
    "CUSTOM_STEP_FAILED",
    "INTERNAL_SERVER_ERROR",
    "NOT_FOUND",
    "PERMISSION_DENIED",
    "THROTTLED",
    "TIMEOUT",
]

ExecutionStatusType

Usage Example
from types_aiobotocore_transfer.literals import ExecutionStatusType

def get_value() -> ExecutionStatusType:
    return "COMPLETED"
Definition
ExecutionStatusType = Literal[
    "COMPLETED",
    "EXCEPTION",
    "HANDLING_EXCEPTION",
    "IN_PROGRESS",
]

HomeDirectoryTypeType

Usage Example
from types_aiobotocore_transfer.literals import HomeDirectoryTypeType

def get_value() -> HomeDirectoryTypeType:
    return "LOGICAL"
Definition
HomeDirectoryTypeType = Literal[
    "LOGICAL",
    "PATH",
]

IdentityProviderTypeType

Usage Example
from types_aiobotocore_transfer.literals import IdentityProviderTypeType

def get_value() -> IdentityProviderTypeType:
    return "API_GATEWAY"
Definition
IdentityProviderTypeType = Literal[
    "API_GATEWAY",
    "AWS_DIRECTORY_SERVICE",
    "AWS_LAMBDA",
    "SERVICE_MANAGED",
]

ListAccessesPaginatorName

Usage Example
from types_aiobotocore_transfer.literals import ListAccessesPaginatorName

def get_value() -> ListAccessesPaginatorName:
    return "list_accesses"
Definition
ListAccessesPaginatorName = Literal[
    "list_accesses",
]

ListAgreementsPaginatorName

Usage Example
from types_aiobotocore_transfer.literals import ListAgreementsPaginatorName

def get_value() -> ListAgreementsPaginatorName:
    return "list_agreements"
Definition
ListAgreementsPaginatorName = Literal[
    "list_agreements",
]

ListCertificatesPaginatorName

Usage Example
from types_aiobotocore_transfer.literals import ListCertificatesPaginatorName

def get_value() -> ListCertificatesPaginatorName:
    return "list_certificates"
Definition
ListCertificatesPaginatorName = Literal[
    "list_certificates",
]

ListConnectorsPaginatorName

Usage Example
from types_aiobotocore_transfer.literals import ListConnectorsPaginatorName

def get_value() -> ListConnectorsPaginatorName:
    return "list_connectors"
Definition
ListConnectorsPaginatorName = Literal[
    "list_connectors",
]

ListExecutionsPaginatorName

Usage Example
from types_aiobotocore_transfer.literals import ListExecutionsPaginatorName

def get_value() -> ListExecutionsPaginatorName:
    return "list_executions"
Definition
ListExecutionsPaginatorName = Literal[
    "list_executions",
]

ListProfilesPaginatorName

Usage Example
from types_aiobotocore_transfer.literals import ListProfilesPaginatorName

def get_value() -> ListProfilesPaginatorName:
    return "list_profiles"
Definition
ListProfilesPaginatorName = Literal[
    "list_profiles",
]

ListSecurityPoliciesPaginatorName

Usage Example
from types_aiobotocore_transfer.literals import ListSecurityPoliciesPaginatorName

def get_value() -> ListSecurityPoliciesPaginatorName:
    return "list_security_policies"
Definition
ListSecurityPoliciesPaginatorName = Literal[
    "list_security_policies",
]

ListServersPaginatorName

Usage Example
from types_aiobotocore_transfer.literals import ListServersPaginatorName

def get_value() -> ListServersPaginatorName:
    return "list_servers"
Definition
ListServersPaginatorName = Literal[
    "list_servers",
]

ListTagsForResourcePaginatorName

Usage Example
from types_aiobotocore_transfer.literals import ListTagsForResourcePaginatorName

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

ListUsersPaginatorName

Usage Example
from types_aiobotocore_transfer.literals import ListUsersPaginatorName

def get_value() -> ListUsersPaginatorName:
    return "list_users"
Definition
ListUsersPaginatorName = Literal[
    "list_users",
]

ListWorkflowsPaginatorName

Usage Example
from types_aiobotocore_transfer.literals import ListWorkflowsPaginatorName

def get_value() -> ListWorkflowsPaginatorName:
    return "list_workflows"
Definition
ListWorkflowsPaginatorName = Literal[
    "list_workflows",
]

MdnResponseType

Usage Example
from types_aiobotocore_transfer.literals import MdnResponseType

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

MdnSigningAlgType

Usage Example
from types_aiobotocore_transfer.literals import MdnSigningAlgType

def get_value() -> MdnSigningAlgType:
    return "DEFAULT"
Definition
MdnSigningAlgType = Literal[
    "DEFAULT",
    "NONE",
    "SHA1",
    "SHA256",
    "SHA384",
    "SHA512",
]

OverwriteExistingType

Usage Example
from types_aiobotocore_transfer.literals import OverwriteExistingType

def get_value() -> OverwriteExistingType:
    return "FALSE"
Definition
OverwriteExistingType = Literal[
    "FALSE",
    "TRUE",
]

ProfileTypeType

Usage Example
from types_aiobotocore_transfer.literals import ProfileTypeType

def get_value() -> ProfileTypeType:
    return "LOCAL"
Definition
ProfileTypeType = Literal[
    "LOCAL",
    "PARTNER",
]

ProtocolType

Usage Example
from types_aiobotocore_transfer.literals import ProtocolType

def get_value() -> ProtocolType:
    return "AS2"
Definition
ProtocolType = Literal[
    "AS2",
    "FTP",
    "FTPS",
    "SFTP",
]

ServerOfflineWaiterName

Usage Example
from types_aiobotocore_transfer.literals import ServerOfflineWaiterName

def get_value() -> ServerOfflineWaiterName:
    return "server_offline"
Definition
ServerOfflineWaiterName = Literal[
    "server_offline",
]

ServerOnlineWaiterName

Usage Example
from types_aiobotocore_transfer.literals import ServerOnlineWaiterName

def get_value() -> ServerOnlineWaiterName:
    return "server_online"
Definition
ServerOnlineWaiterName = Literal[
    "server_online",
]

SetStatOptionType

Usage Example
from types_aiobotocore_transfer.literals import SetStatOptionType

def get_value() -> SetStatOptionType:
    return "DEFAULT"
Definition
SetStatOptionType = Literal[
    "DEFAULT",
    "ENABLE_NO_OP",
]

SigningAlgType

Usage Example
from types_aiobotocore_transfer.literals import SigningAlgType

def get_value() -> SigningAlgType:
    return "NONE"
Definition
SigningAlgType = Literal[
    "NONE",
    "SHA1",
    "SHA256",
    "SHA384",
    "SHA512",
]

StateType

Usage Example
from types_aiobotocore_transfer.literals import StateType

def get_value() -> StateType:
    return "OFFLINE"
Definition
StateType = Literal[
    "OFFLINE",
    "ONLINE",
    "START_FAILED",
    "STARTING",
    "STOP_FAILED",
    "STOPPING",
]

TlsSessionResumptionModeType

Usage Example
from types_aiobotocore_transfer.literals import TlsSessionResumptionModeType

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

WorkflowStepTypeType

Usage Example
from types_aiobotocore_transfer.literals import WorkflowStepTypeType

def get_value() -> WorkflowStepTypeType:
    return "COPY"
Definition
WorkflowStepTypeType = Literal[
    "COPY",
    "CUSTOM",
    "DELETE",
    "TAG",
]

TransferServiceName

Usage Example
from types_aiobotocore_transfer.literals import TransferServiceName

def get_value() -> TransferServiceName:
    return "transfer"
Definition
TransferServiceName = Literal[
    "transfer",
]

ServiceName

Usage Example
from types_aiobotocore_transfer.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",
    "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",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "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",
    "connectparticipant",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "dax",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "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",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot1click-devices",
    "iot1click-projects",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleethub",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "keyspaces",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "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",
    "migrationhubstrategy",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "network-firewall",
    "networkmanager",
    "nimble",
    "opensearch",
    "opsworks",
    "opsworkscm",
    "organizations",
    "outposts",
    "panorama",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "resiliencehub",
    "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-runtime",
    "savingsplans",
    "schemas",
    "sdb",
    "secretsmanager",
    "securityhub",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "sms",
    "sms-voice",
    "snow-device-management",
    "snowball",
    "sns",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-incidents",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-query",
    "timestream-write",
    "transcribe",
    "transfer",
    "translate",
    "voice-id",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName

Usage Example
from types_aiobotocore_transfer.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 types_aiobotocore_transfer.literals import PaginatorName

def get_value() -> PaginatorName:
    return "list_accesses"
Definition
PaginatorName = Literal[
    "list_accesses",
    "list_agreements",
    "list_certificates",
    "list_connectors",
    "list_executions",
    "list_profiles",
    "list_security_policies",
    "list_servers",
    "list_tags_for_resource",
    "list_users",
    "list_workflows",
]

WaiterName

Usage Example
from types_aiobotocore_transfer.literals import WaiterName

def get_value() -> WaiterName:
    return "server_offline"
Definition
WaiterName = Literal[
    "server_offline",
    "server_online",
]

RegionName

Usage Example
from types_aiobotocore_transfer.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-southeast-1",
    "ap-southeast-2",
    "ca-central-1",
    "eu-central-1",
    "eu-north-1",
    "eu-south-1",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]