Literals#
Auto-generated documentation for Outposts type annotations stubs module mypy-boto3-outposts.
AWSServiceNameType#
# AWSServiceNameType usage example
from mypy_boto3_outposts.literals import AWSServiceNameType
def get_value() -> AWSServiceNameType:
return "AWS"
# AWSServiceNameType definition
AWSServiceNameType = Literal[
"AWS",
"EC2",
"ELASTICACHE",
"ELB",
"RDS",
"ROUTE53",
]
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",
]
CapacityTaskFailureTypeType#
# CapacityTaskFailureTypeType usage example
from mypy_boto3_outposts.literals import CapacityTaskFailureTypeType
def get_value() -> CapacityTaskFailureTypeType:
return "BLOCKING_INSTANCES_NOT_EVACUATED"
# CapacityTaskFailureTypeType definition
CapacityTaskFailureTypeType = Literal[
"BLOCKING_INSTANCES_NOT_EVACUATED",
"INTERNAL_SERVER_ERROR",
"RESOURCE_NOT_FOUND",
"UNEXPECTED_ASSET_STATE",
"UNSUPPORTED_CAPACITY_CONFIGURATION",
]
CapacityTaskStatusType#
# CapacityTaskStatusType usage example
from mypy_boto3_outposts.literals import CapacityTaskStatusType
def get_value() -> CapacityTaskStatusType:
return "CANCELLATION_IN_PROGRESS"
# CapacityTaskStatusType definition
CapacityTaskStatusType = Literal[
"CANCELLATION_IN_PROGRESS",
"CANCELLED",
"COMPLETED",
"FAILED",
"IN_PROGRESS",
"REQUESTED",
"WAITING_FOR_EVACUATION",
]
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",
]
GetOutpostSupportedInstanceTypesPaginatorName#
# GetOutpostSupportedInstanceTypesPaginatorName usage example
from mypy_boto3_outposts.literals import GetOutpostSupportedInstanceTypesPaginatorName
def get_value() -> GetOutpostSupportedInstanceTypesPaginatorName:
return "get_outpost_supported_instance_types"
# GetOutpostSupportedInstanceTypesPaginatorName definition
GetOutpostSupportedInstanceTypesPaginatorName = Literal[
"get_outpost_supported_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",
]
ListAssetInstancesPaginatorName#
# ListAssetInstancesPaginatorName usage example
from mypy_boto3_outposts.literals import ListAssetInstancesPaginatorName
def get_value() -> ListAssetInstancesPaginatorName:
return "list_asset_instances"
# ListAssetInstancesPaginatorName definition
ListAssetInstancesPaginatorName = Literal[
"list_asset_instances",
]
ListAssetsPaginatorName#
# ListAssetsPaginatorName usage example
from mypy_boto3_outposts.literals import ListAssetsPaginatorName
def get_value() -> ListAssetsPaginatorName:
return "list_assets"
# ListAssetsPaginatorName definition
ListAssetsPaginatorName = Literal[
"list_assets",
]
ListBlockingInstancesForCapacityTaskPaginatorName#
# ListBlockingInstancesForCapacityTaskPaginatorName usage example
from mypy_boto3_outposts.literals import ListBlockingInstancesForCapacityTaskPaginatorName
def get_value() -> ListBlockingInstancesForCapacityTaskPaginatorName:
return "list_blocking_instances_for_capacity_task"
# ListBlockingInstancesForCapacityTaskPaginatorName definition
ListBlockingInstancesForCapacityTaskPaginatorName = Literal[
"list_blocking_instances_for_capacity_task",
]
ListCapacityTasksPaginatorName#
# ListCapacityTasksPaginatorName usage example
from mypy_boto3_outposts.literals import ListCapacityTasksPaginatorName
def get_value() -> ListCapacityTasksPaginatorName:
return "list_capacity_tasks"
# ListCapacityTasksPaginatorName definition
ListCapacityTasksPaginatorName = Literal[
"list_capacity_tasks",
]
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",
"DELIVERED",
"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 "FIVE_YEARS"
# PaymentTermType definition
PaymentTermType = Literal[
"FIVE_YEARS",
"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",
"EXPEDITORS",
"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",
]
TaskActionOnBlockingInstancesType#
# TaskActionOnBlockingInstancesType usage example
from mypy_boto3_outposts.literals import TaskActionOnBlockingInstancesType
def get_value() -> TaskActionOnBlockingInstancesType:
return "FAIL_TASK"
# TaskActionOnBlockingInstancesType definition
TaskActionOnBlockingInstancesType = Literal[
"FAIL_TASK",
"WAIT_FOR_EVACUATION",
]
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",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"application-signals",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"apptest",
"arc-zonal-shift",
"artifact",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"b2bi",
"backup",
"backup-gateway",
"batch",
"bcm-data-exports",
"bedrock",
"bedrock-agent",
"bedrock-agent-runtime",
"bedrock-runtime",
"billing",
"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",
"codeconnections",
"codedeploy",
"codeguru-reviewer",
"codeguru-security",
"codeguruprofiler",
"codepipeline",
"codestar-connections",
"codestar-notifications",
"cognito-identity",
"cognito-idp",
"cognito-sync",
"comprehend",
"comprehendmedical",
"compute-optimizer",
"config",
"connect",
"connect-contact-lens",
"connectcampaigns",
"connectcampaignsv2",
"connectcases",
"connectparticipant",
"controlcatalog",
"controltower",
"cost-optimization-hub",
"cur",
"customer-profiles",
"databrew",
"dataexchange",
"datapipeline",
"datasync",
"datazone",
"dax",
"deadline",
"detective",
"devicefarm",
"devops-guru",
"directconnect",
"discovery",
"dlm",
"dms",
"docdb",
"docdb-elastic",
"drs",
"ds",
"ds-data",
"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",
"geo-maps",
"geo-places",
"geo-routes",
"glacier",
"globalaccelerator",
"glue",
"grafana",
"greengrass",
"greengrassv2",
"groundstation",
"guardduty",
"health",
"healthlake",
"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",
"mailmanager",
"managedblockchain",
"managedblockchain-query",
"marketplace-agreement",
"marketplace-catalog",
"marketplace-deployment",
"marketplace-entitlement",
"marketplace-reporting",
"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",
"mq",
"mturk",
"mwaa",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkmanager",
"networkmonitor",
"oam",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"organizations",
"osis",
"outposts",
"panorama",
"partnercentral-selling",
"payment-cryptography",
"payment-cryptography-data",
"pca-connector-ad",
"pca-connector-scep",
"pcs",
"personalize",
"personalize-events",
"personalize-runtime",
"pi",
"pinpoint",
"pinpoint-email",
"pinpoint-sms-voice",
"pinpoint-sms-voice-v2",
"pipes",
"polly",
"pricing",
"privatenetworks",
"proton",
"qapps",
"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",
"route53profiles",
"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",
"socialmessaging",
"sqs",
"ssm",
"ssm-contacts",
"ssm-incidents",
"ssm-quicksetup",
"ssm-sap",
"sso",
"sso-admin",
"sso-oidc",
"stepfunctions",
"storagegateway",
"sts",
"supplychain",
"support",
"support-app",
"swf",
"synthetics",
"taxsettings",
"textract",
"timestream-influxdb",
"timestream-query",
"timestream-write",
"tnb",
"transcribe",
"transfer",
"translate",
"trustedadvisor",
"verifiedpermissions",
"voice-id",
"vpc-lattice",
"waf",
"waf-regional",
"wafv2",
"wellarchitected",
"wisdom",
"workdocs",
"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",
"get_outpost_supported_instance_types",
"list_asset_instances",
"list_assets",
"list_blocking_instances_for_capacity_task",
"list_capacity_tasks",
"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-south-2",
"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",
]