Skip to content

Literals#

Index > Outposts > Literals

Auto-generated documentation for Outposts type annotations stubs module mypy-boto3-outposts.

AddressTypeType#

# AddressTypeType usage example

from mypy_boto3_outposts.literals import AddressTypeType

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

AddressTypeType = Literal[
    "OPERATING_ADDRESS",
    "SHIPPING_ADDRESS",
]

AssetStateType#

# AssetStateType usage example

from mypy_boto3_outposts.literals import AssetStateType

def get_value() -> AssetStateType:
    return "ACTIVE"
# AssetStateType definition

AssetStateType = Literal[
    "ACTIVE",
    "ISOLATED",
    "RETIRING",
]

AssetTypeType#

# AssetTypeType usage example

from mypy_boto3_outposts.literals import AssetTypeType

def get_value() -> AssetTypeType:
    return "COMPUTE"
# AssetTypeType definition

AssetTypeType = Literal[
    "COMPUTE",
]

CatalogItemClassType#

# CatalogItemClassType usage example

from mypy_boto3_outposts.literals import CatalogItemClassType

def get_value() -> CatalogItemClassType:
    return "RACK"
# CatalogItemClassType definition

CatalogItemClassType = Literal[
    "RACK",
    "SERVER",
]

CatalogItemStatusType#

# CatalogItemStatusType usage example

from mypy_boto3_outposts.literals import CatalogItemStatusType

def get_value() -> CatalogItemStatusType:
    return "AVAILABLE"
# CatalogItemStatusType definition

CatalogItemStatusType = Literal[
    "AVAILABLE",
    "DISCONTINUED",
]

ComputeAssetStateType#

# ComputeAssetStateType usage example

from mypy_boto3_outposts.literals import ComputeAssetStateType

def get_value() -> ComputeAssetStateType:
    return "ACTIVE"
# ComputeAssetStateType definition

ComputeAssetStateType = Literal[
    "ACTIVE",
    "ISOLATED",
    "RETIRING",
]

FiberOpticCableTypeType#

# FiberOpticCableTypeType usage example

from mypy_boto3_outposts.literals import FiberOpticCableTypeType

def get_value() -> FiberOpticCableTypeType:
    return "MULTI_MODE"
# FiberOpticCableTypeType definition

FiberOpticCableTypeType = Literal[
    "MULTI_MODE",
    "SINGLE_MODE",
]

GetOutpostInstanceTypesPaginatorName#

# GetOutpostInstanceTypesPaginatorName usage example

from mypy_boto3_outposts.literals import GetOutpostInstanceTypesPaginatorName

def get_value() -> GetOutpostInstanceTypesPaginatorName:
    return "get_outpost_instance_types"
# GetOutpostInstanceTypesPaginatorName definition

GetOutpostInstanceTypesPaginatorName = Literal[
    "get_outpost_instance_types",
]

LineItemStatusType#

# LineItemStatusType usage example

from mypy_boto3_outposts.literals import LineItemStatusType

def get_value() -> LineItemStatusType:
    return "BUILDING"
# LineItemStatusType definition

LineItemStatusType = Literal[
    "BUILDING",
    "CANCELLED",
    "DELIVERED",
    "ERROR",
    "INSTALLED",
    "INSTALLING",
    "PREPARING",
    "REPLACED",
    "SHIPPED",
]

ListAssetsPaginatorName#

# ListAssetsPaginatorName usage example

from mypy_boto3_outposts.literals import ListAssetsPaginatorName

def get_value() -> ListAssetsPaginatorName:
    return "list_assets"
# ListAssetsPaginatorName definition

ListAssetsPaginatorName = Literal[
    "list_assets",
]

ListCatalogItemsPaginatorName#

# ListCatalogItemsPaginatorName usage example

from mypy_boto3_outposts.literals import ListCatalogItemsPaginatorName

def get_value() -> ListCatalogItemsPaginatorName:
    return "list_catalog_items"
# ListCatalogItemsPaginatorName definition

ListCatalogItemsPaginatorName = Literal[
    "list_catalog_items",
]

ListOrdersPaginatorName#

# ListOrdersPaginatorName usage example

from mypy_boto3_outposts.literals import ListOrdersPaginatorName

def get_value() -> ListOrdersPaginatorName:
    return "list_orders"
# ListOrdersPaginatorName definition

ListOrdersPaginatorName = Literal[
    "list_orders",
]

ListOutpostsPaginatorName#

# ListOutpostsPaginatorName usage example

from mypy_boto3_outposts.literals import ListOutpostsPaginatorName

def get_value() -> ListOutpostsPaginatorName:
    return "list_outposts"
# ListOutpostsPaginatorName definition

ListOutpostsPaginatorName = Literal[
    "list_outposts",
]

ListSitesPaginatorName#

# ListSitesPaginatorName usage example

from mypy_boto3_outposts.literals import ListSitesPaginatorName

def get_value() -> ListSitesPaginatorName:
    return "list_sites"
# ListSitesPaginatorName definition

ListSitesPaginatorName = Literal[
    "list_sites",
]

MaximumSupportedWeightLbsType#

# MaximumSupportedWeightLbsType usage example

from mypy_boto3_outposts.literals import MaximumSupportedWeightLbsType

def get_value() -> MaximumSupportedWeightLbsType:
    return "MAX_1400_LBS"
# MaximumSupportedWeightLbsType definition

MaximumSupportedWeightLbsType = Literal[
    "MAX_1400_LBS",
    "MAX_1600_LBS",
    "MAX_1800_LBS",
    "MAX_2000_LBS",
    "NO_LIMIT",
]

OpticalStandardType#

# OpticalStandardType usage example

from mypy_boto3_outposts.literals import OpticalStandardType

def get_value() -> OpticalStandardType:
    return "OPTIC_1000BASE_LX"
# OpticalStandardType definition

OpticalStandardType = Literal[
    "OPTIC_1000BASE_LX",
    "OPTIC_1000BASE_SX",
    "OPTIC_100G_PSM4_MSA",
    "OPTIC_100GBASE_CWDM4",
    "OPTIC_100GBASE_LR4",
    "OPTIC_100GBASE_SR4",
    "OPTIC_10GBASE_IR",
    "OPTIC_10GBASE_LR",
    "OPTIC_10GBASE_SR",
    "OPTIC_40GBASE_ESR",
    "OPTIC_40GBASE_IR4_LR4L",
    "OPTIC_40GBASE_LR4",
    "OPTIC_40GBASE_SR",
]

OrderStatusType#

# OrderStatusType usage example

from mypy_boto3_outposts.literals import OrderStatusType

def get_value() -> OrderStatusType:
    return "CANCELLED"
# OrderStatusType definition

OrderStatusType = Literal[
    "CANCELLED",
    "COMPLETED",
    "ERROR",
    "FULFILLED",
    "IN_PROGRESS",
    "INSTALLING",
    "PENDING",
    "PREPARING",
    "PROCESSING",
    "RECEIVED",
]

OrderTypeType#

# OrderTypeType usage example

from mypy_boto3_outposts.literals import OrderTypeType

def get_value() -> OrderTypeType:
    return "OUTPOST"
# OrderTypeType definition

OrderTypeType = Literal[
    "OUTPOST",
    "REPLACEMENT",
]

PaymentOptionType#

# PaymentOptionType usage example

from mypy_boto3_outposts.literals import PaymentOptionType

def get_value() -> PaymentOptionType:
    return "ALL_UPFRONT"
# PaymentOptionType definition

PaymentOptionType = Literal[
    "ALL_UPFRONT",
    "NO_UPFRONT",
    "PARTIAL_UPFRONT",
]

PaymentTermType#

# PaymentTermType usage example

from mypy_boto3_outposts.literals import PaymentTermType

def get_value() -> PaymentTermType:
    return "ONE_YEAR"
# PaymentTermType definition

PaymentTermType = Literal[
    "ONE_YEAR",
    "THREE_YEARS",
]

PowerConnectorType#

# PowerConnectorType usage example

from mypy_boto3_outposts.literals import PowerConnectorType

def get_value() -> PowerConnectorType:
    return "AH530P7W"
# PowerConnectorType definition

PowerConnectorType = Literal[
    "AH530P7W",
    "AH532P6W",
    "IEC309",
    "L6_30P",
]

PowerDrawKvaType#

# PowerDrawKvaType usage example

from mypy_boto3_outposts.literals import PowerDrawKvaType

def get_value() -> PowerDrawKvaType:
    return "POWER_10_KVA"
# PowerDrawKvaType definition

PowerDrawKvaType = Literal[
    "POWER_10_KVA",
    "POWER_15_KVA",
    "POWER_30_KVA",
    "POWER_5_KVA",
]

PowerFeedDropType#

# PowerFeedDropType usage example

from mypy_boto3_outposts.literals import PowerFeedDropType

def get_value() -> PowerFeedDropType:
    return "ABOVE_RACK"
# PowerFeedDropType definition

PowerFeedDropType = Literal[
    "ABOVE_RACK",
    "BELOW_RACK",
]

PowerPhaseType#

# PowerPhaseType usage example

from mypy_boto3_outposts.literals import PowerPhaseType

def get_value() -> PowerPhaseType:
    return "SINGLE_PHASE"
# PowerPhaseType definition

PowerPhaseType = Literal[
    "SINGLE_PHASE",
    "THREE_PHASE",
]

ShipmentCarrierType#

# ShipmentCarrierType usage example

from mypy_boto3_outposts.literals import ShipmentCarrierType

def get_value() -> ShipmentCarrierType:
    return "DBS"
# ShipmentCarrierType definition

ShipmentCarrierType = Literal[
    "DBS",
    "DHL",
    "FEDEX",
    "UPS",
]

SupportedHardwareTypeType#

# SupportedHardwareTypeType usage example

from mypy_boto3_outposts.literals import SupportedHardwareTypeType

def get_value() -> SupportedHardwareTypeType:
    return "RACK"
# SupportedHardwareTypeType definition

SupportedHardwareTypeType = Literal[
    "RACK",
    "SERVER",
]

SupportedStorageEnumType#

# SupportedStorageEnumType usage example

from mypy_boto3_outposts.literals import SupportedStorageEnumType

def get_value() -> SupportedStorageEnumType:
    return "EBS"
# SupportedStorageEnumType definition

SupportedStorageEnumType = Literal[
    "EBS",
    "S3",
]

UplinkCountType#

# UplinkCountType usage example

from mypy_boto3_outposts.literals import UplinkCountType

def get_value() -> UplinkCountType:
    return "UPLINK_COUNT_1"
# UplinkCountType definition

UplinkCountType = Literal[
    "UPLINK_COUNT_1",
    "UPLINK_COUNT_12",
    "UPLINK_COUNT_16",
    "UPLINK_COUNT_2",
    "UPLINK_COUNT_3",
    "UPLINK_COUNT_4",
    "UPLINK_COUNT_5",
    "UPLINK_COUNT_6",
    "UPLINK_COUNT_7",
    "UPLINK_COUNT_8",
]

UplinkGbpsType#

# UplinkGbpsType usage example

from mypy_boto3_outposts.literals import UplinkGbpsType

def get_value() -> UplinkGbpsType:
    return "UPLINK_100G"
# UplinkGbpsType definition

UplinkGbpsType = Literal[
    "UPLINK_100G",
    "UPLINK_10G",
    "UPLINK_1G",
    "UPLINK_40G",
]

OutpostsServiceName#

# OutpostsServiceName usage example

from mypy_boto3_outposts.literals import OutpostsServiceName

def get_value() -> OutpostsServiceName:
    return "outposts"
# OutpostsServiceName definition

OutpostsServiceName = Literal[
    "outposts",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_outposts.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_outposts.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_outposts.literals import PaginatorName

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

PaginatorName = Literal[
    "get_outpost_instance_types",
    "list_assets",
    "list_catalog_items",
    "list_orders",
    "list_outposts",
    "list_sites",
]

RegionName#

# RegionName usage example

from mypy_boto3_outposts.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",
    "il-central-1",
    "me-central-1",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]