Skip to content

Literals#

Index > Snowball > Literals

Auto-generated documentation for Snowball type annotations stubs module mypy-boto3-snowball.

AddressTypeType#

# AddressTypeType usage example

from mypy_boto3_snowball.literals import AddressTypeType

def get_value() -> AddressTypeType:
    return "AWS_SHIP"
# AddressTypeType definition

AddressTypeType = Literal[
    "AWS_SHIP",
    "CUST_PICKUP",
]

ClusterStateType#

# ClusterStateType usage example

from mypy_boto3_snowball.literals import ClusterStateType

def get_value() -> ClusterStateType:
    return "AwaitingQuorum"
# ClusterStateType definition

ClusterStateType = Literal[
    "AwaitingQuorum",
    "Cancelled",
    "Complete",
    "InUse",
    "Pending",
]

DescribeAddressesPaginatorName#

# DescribeAddressesPaginatorName usage example

from mypy_boto3_snowball.literals import DescribeAddressesPaginatorName

def get_value() -> DescribeAddressesPaginatorName:
    return "describe_addresses"
# DescribeAddressesPaginatorName definition

DescribeAddressesPaginatorName = Literal[
    "describe_addresses",
]

DeviceServiceNameType#

# DeviceServiceNameType usage example

from mypy_boto3_snowball.literals import DeviceServiceNameType

def get_value() -> DeviceServiceNameType:
    return "NFS_ON_DEVICE_SERVICE"
# DeviceServiceNameType definition

DeviceServiceNameType = Literal[
    "NFS_ON_DEVICE_SERVICE",
    "S3_ON_DEVICE_SERVICE",
]

ImpactLevelType#

# ImpactLevelType usage example

from mypy_boto3_snowball.literals import ImpactLevelType

def get_value() -> ImpactLevelType:
    return "IL2"
# ImpactLevelType definition

ImpactLevelType = Literal[
    "IL2",
    "IL4",
    "IL5",
    "IL6",
    "IL99",
]

JobStateType#

# JobStateType usage example

from mypy_boto3_snowball.literals import JobStateType

def get_value() -> JobStateType:
    return "Cancelled"
# JobStateType definition

JobStateType = Literal[
    "Cancelled",
    "Complete",
    "InProgress",
    "InTransitToAWS",
    "InTransitToCustomer",
    "Listing",
    "New",
    "Pending",
    "PreparingAppliance",
    "PreparingShipment",
    "WithAWS",
    "WithAWSSortingFacility",
    "WithCustomer",
]

JobTypeType#

# JobTypeType usage example

from mypy_boto3_snowball.literals import JobTypeType

def get_value() -> JobTypeType:
    return "EXPORT"
# JobTypeType definition

JobTypeType = Literal[
    "EXPORT",
    "IMPORT",
    "LOCAL_USE",
]

ListClusterJobsPaginatorName#

# ListClusterJobsPaginatorName usage example

from mypy_boto3_snowball.literals import ListClusterJobsPaginatorName

def get_value() -> ListClusterJobsPaginatorName:
    return "list_cluster_jobs"
# ListClusterJobsPaginatorName definition

ListClusterJobsPaginatorName = Literal[
    "list_cluster_jobs",
]

ListClustersPaginatorName#

# ListClustersPaginatorName usage example

from mypy_boto3_snowball.literals import ListClustersPaginatorName

def get_value() -> ListClustersPaginatorName:
    return "list_clusters"
# ListClustersPaginatorName definition

ListClustersPaginatorName = Literal[
    "list_clusters",
]

ListCompatibleImagesPaginatorName#

# ListCompatibleImagesPaginatorName usage example

from mypy_boto3_snowball.literals import ListCompatibleImagesPaginatorName

def get_value() -> ListCompatibleImagesPaginatorName:
    return "list_compatible_images"
# ListCompatibleImagesPaginatorName definition

ListCompatibleImagesPaginatorName = Literal[
    "list_compatible_images",
]

ListJobsPaginatorName#

# ListJobsPaginatorName usage example

from mypy_boto3_snowball.literals import ListJobsPaginatorName

def get_value() -> ListJobsPaginatorName:
    return "list_jobs"
# ListJobsPaginatorName definition

ListJobsPaginatorName = Literal[
    "list_jobs",
]

ListLongTermPricingPaginatorName#

# ListLongTermPricingPaginatorName usage example

from mypy_boto3_snowball.literals import ListLongTermPricingPaginatorName

def get_value() -> ListLongTermPricingPaginatorName:
    return "list_long_term_pricing"
# ListLongTermPricingPaginatorName definition

ListLongTermPricingPaginatorName = Literal[
    "list_long_term_pricing",
]

LongTermPricingTypeType#

# LongTermPricingTypeType usage example

from mypy_boto3_snowball.literals import LongTermPricingTypeType

def get_value() -> LongTermPricingTypeType:
    return "OneMonth"
# LongTermPricingTypeType definition

LongTermPricingTypeType = Literal[
    "OneMonth",
    "OneYear",
    "ThreeYear",
]

RemoteManagementType#

# RemoteManagementType usage example

from mypy_boto3_snowball.literals import RemoteManagementType

def get_value() -> RemoteManagementType:
    return "INSTALLED_AUTOSTART"
# RemoteManagementType definition

RemoteManagementType = Literal[
    "INSTALLED_AUTOSTART",
    "INSTALLED_ONLY",
    "NOT_INSTALLED",
]

ServiceNameType#

# ServiceNameType usage example

from mypy_boto3_snowball.literals import ServiceNameType

def get_value() -> ServiceNameType:
    return "EKS_ANYWHERE"
# ServiceNameType definition

ServiceNameType = Literal[
    "EKS_ANYWHERE",
    "KUBERNETES",
]

ShipmentStateType#

# ShipmentStateType usage example

from mypy_boto3_snowball.literals import ShipmentStateType

def get_value() -> ShipmentStateType:
    return "RECEIVED"
# ShipmentStateType definition

ShipmentStateType = Literal[
    "RECEIVED",
    "RETURNED",
]

ShippingLabelStatusType#

# ShippingLabelStatusType usage example

from mypy_boto3_snowball.literals import ShippingLabelStatusType

def get_value() -> ShippingLabelStatusType:
    return "Failed"
# ShippingLabelStatusType definition

ShippingLabelStatusType = Literal[
    "Failed",
    "InProgress",
    "Succeeded",
    "TimedOut",
]

ShippingOptionType#

# ShippingOptionType usage example

from mypy_boto3_snowball.literals import ShippingOptionType

def get_value() -> ShippingOptionType:
    return "EXPRESS"
# ShippingOptionType definition

ShippingOptionType = Literal[
    "EXPRESS",
    "NEXT_DAY",
    "SECOND_DAY",
    "STANDARD",
]

SnowballCapacityType#

# SnowballCapacityType usage example

from mypy_boto3_snowball.literals import SnowballCapacityType

def get_value() -> SnowballCapacityType:
    return "NoPreference"
# SnowballCapacityType definition

SnowballCapacityType = Literal[
    "NoPreference",
    "T100",
    "T13",
    "T14",
    "T240",
    "T32",
    "T42",
    "T50",
    "T8",
    "T80",
    "T98",
]

SnowballTypeType#

# SnowballTypeType usage example

from mypy_boto3_snowball.literals import SnowballTypeType

def get_value() -> SnowballTypeType:
    return "EDGE"
# SnowballTypeType definition

SnowballTypeType = Literal[
    "EDGE",
    "EDGE_C",
    "EDGE_CG",
    "EDGE_S",
    "RACK_5U_C",
    "SNC1_HDD",
    "SNC1_SSD",
    "STANDARD",
    "V3_5C",
    "V3_5S",
]

StorageUnitType#

# StorageUnitType usage example

from mypy_boto3_snowball.literals import StorageUnitType

def get_value() -> StorageUnitType:
    return "TB"
# StorageUnitType definition

StorageUnitType = Literal[
    "TB",
]

TransferOptionType#

# TransferOptionType usage example

from mypy_boto3_snowball.literals import TransferOptionType

def get_value() -> TransferOptionType:
    return "EXPORT"
# TransferOptionType definition

TransferOptionType = Literal[
    "EXPORT",
    "IMPORT",
    "LOCAL_USE",
]

SnowballServiceName#

# SnowballServiceName usage example

from mypy_boto3_snowball.literals import SnowballServiceName

def get_value() -> SnowballServiceName:
    return "snowball"
# SnowballServiceName definition

SnowballServiceName = Literal[
    "snowball",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_snowball.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
# ServiceName definition

ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "bcm-data-exports",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-runtime",
    "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",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "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",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "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",
    "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",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "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",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "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",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkmanager",
    "networkmonitor",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "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",
    "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",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

from mypy_boto3_snowball.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_snowball.literals import PaginatorName

def get_value() -> PaginatorName:
    return "describe_addresses"
# PaginatorName definition

PaginatorName = Literal[
    "describe_addresses",
    "list_cluster_jobs",
    "list_clusters",
    "list_compatible_images",
    "list_jobs",
    "list_long_term_pricing",
]

RegionName#

# RegionName usage example

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