Literals#
Index > IoTWireless > Literals
Auto-generated documentation for IoTWireless type annotations stubs module mypy-boto3-iotwireless.
AggregationPeriodType#
# AggregationPeriodType usage example
from mypy_boto3_iotwireless.literals import AggregationPeriodType
def get_value() -> AggregationPeriodType:
return "OneDay"
# AggregationPeriodType definition
AggregationPeriodType = Literal[
"OneDay",
"OneHour",
"OneWeek",
]
ApplicationConfigTypeType#
# ApplicationConfigTypeType usage example
from mypy_boto3_iotwireless.literals import ApplicationConfigTypeType
def get_value() -> ApplicationConfigTypeType:
return "SemtechGeolocation"
# ApplicationConfigTypeType definition
ApplicationConfigTypeType = Literal[
"SemtechGeolocation",
]
BatteryLevelType#
# BatteryLevelType usage example
from mypy_boto3_iotwireless.literals import BatteryLevelType
def get_value() -> BatteryLevelType:
return "critical"
# BatteryLevelType definition
BatteryLevelType = Literal[
"critical",
"low",
"normal",
]
ConnectionStatusType#
# ConnectionStatusType usage example
from mypy_boto3_iotwireless.literals import ConnectionStatusType
def get_value() -> ConnectionStatusType:
return "Connected"
# ConnectionStatusType definition
ConnectionStatusType = Literal[
"Connected",
"Disconnected",
]
DeviceProfileTypeType#
# DeviceProfileTypeType usage example
from mypy_boto3_iotwireless.literals import DeviceProfileTypeType
def get_value() -> DeviceProfileTypeType:
return "LoRaWAN"
# DeviceProfileTypeType definition
DeviceProfileTypeType = Literal[
"LoRaWAN",
"Sidewalk",
]
DeviceStateType#
# DeviceStateType usage example
from mypy_boto3_iotwireless.literals import DeviceStateType
def get_value() -> DeviceStateType:
return "Provisioned"
# DeviceStateType definition
DeviceStateType = Literal[
"Provisioned",
"RegisteredNotSeen",
"RegisteredReachable",
"RegisteredUnreachable",
]
DimensionNameType#
# DimensionNameType usage example
from mypy_boto3_iotwireless.literals import DimensionNameType
def get_value() -> DimensionNameType:
return "DeviceId"
# DimensionNameType definition
DimensionNameType = Literal[
"DeviceId",
"GatewayId",
]
DlClassType#
# DlClassType usage example
from mypy_boto3_iotwireless.literals import DlClassType
def get_value() -> DlClassType:
return "ClassB"
# DlClassType definition
DlClassType = Literal[
"ClassB",
"ClassC",
]
DownlinkModeType#
# DownlinkModeType usage example
from mypy_boto3_iotwireless.literals import DownlinkModeType
def get_value() -> DownlinkModeType:
return "CONCURRENT"
# DownlinkModeType definition
DownlinkModeType = Literal[
"CONCURRENT",
"SEQUENTIAL",
"USING_UPLINK_GATEWAY",
]
EventNotificationPartnerTypeType#
# EventNotificationPartnerTypeType usage example
from mypy_boto3_iotwireless.literals import EventNotificationPartnerTypeType
def get_value() -> EventNotificationPartnerTypeType:
return "Sidewalk"
# EventNotificationPartnerTypeType definition
EventNotificationPartnerTypeType = Literal[
"Sidewalk",
]
EventNotificationResourceTypeType#
# EventNotificationResourceTypeType usage example
from mypy_boto3_iotwireless.literals import EventNotificationResourceTypeType
def get_value() -> EventNotificationResourceTypeType:
return "FuotaTask"
# EventNotificationResourceTypeType definition
EventNotificationResourceTypeType = Literal[
"FuotaTask",
"SidewalkAccount",
"WirelessDevice",
"WirelessGateway",
]
EventNotificationTopicStatusType#
# EventNotificationTopicStatusType usage example
from mypy_boto3_iotwireless.literals import EventNotificationTopicStatusType
def get_value() -> EventNotificationTopicStatusType:
return "Disabled"
# EventNotificationTopicStatusType definition
EventNotificationTopicStatusType = Literal[
"Disabled",
"Enabled",
]
EventType#
# EventType usage example
from mypy_boto3_iotwireless.literals import EventType
def get_value() -> EventType:
return "ack"
# EventType definition
EventType = Literal[
"ack",
"discovered",
"lost",
"nack",
"passthrough",
]
ExpressionTypeType#
# ExpressionTypeType usage example
from mypy_boto3_iotwireless.literals import ExpressionTypeType
def get_value() -> ExpressionTypeType:
return "MqttTopic"
# ExpressionTypeType definition
ExpressionTypeType = Literal[
"MqttTopic",
"RuleName",
]
FuotaDeviceStatusType#
# FuotaDeviceStatusType usage example
from mypy_boto3_iotwireless.literals import FuotaDeviceStatusType
def get_value() -> FuotaDeviceStatusType:
return "Device_exist_in_conflict_fuota_task"
# FuotaDeviceStatusType definition
FuotaDeviceStatusType = Literal[
"Device_exist_in_conflict_fuota_task",
"FragAlgo_unsupported",
"FragIndex_unsupported",
"Initial",
"MemoryError",
"MICError",
"MissingFrag",
"Not_enough_memory",
"Package_Not_Supported",
"SessionCnt_replay",
"Successful",
"Wrong_descriptor",
]
FuotaTaskEventType#
# FuotaTaskEventType usage example
from mypy_boto3_iotwireless.literals import FuotaTaskEventType
def get_value() -> FuotaTaskEventType:
return "Fuota"
# FuotaTaskEventType definition
FuotaTaskEventType = Literal[
"Fuota",
]
FuotaTaskStatusType#
# FuotaTaskStatusType usage example
from mypy_boto3_iotwireless.literals import FuotaTaskStatusType
def get_value() -> FuotaTaskStatusType:
return "Delete_Waiting"
# FuotaTaskStatusType definition
FuotaTaskStatusType = Literal[
"Delete_Waiting",
"FuotaDone",
"FuotaSession_Waiting",
"In_FuotaSession",
"Pending",
]
FuotaTaskTypeType#
# FuotaTaskTypeType usage example
from mypy_boto3_iotwireless.literals import FuotaTaskTypeType
def get_value() -> FuotaTaskTypeType:
return "LoRaWAN"
# FuotaTaskTypeType definition
FuotaTaskTypeType = Literal[
"LoRaWAN",
]
IdentifierTypeType#
# IdentifierTypeType usage example
from mypy_boto3_iotwireless.literals import IdentifierTypeType
def get_value() -> IdentifierTypeType:
return "DevEui"
# IdentifierTypeType definition
IdentifierTypeType = Literal[
"DevEui",
"FuotaTaskId",
"GatewayEui",
"PartnerAccountId",
"WirelessDeviceId",
"WirelessGatewayId",
]
ImportTaskStatusType#
# ImportTaskStatusType usage example
from mypy_boto3_iotwireless.literals import ImportTaskStatusType
def get_value() -> ImportTaskStatusType:
return "COMPLETE"
# ImportTaskStatusType definition
ImportTaskStatusType = Literal[
"COMPLETE",
"DELETING",
"FAILED",
"INITIALIZED",
"INITIALIZING",
"PENDING",
]
LogLevelType#
# LogLevelType usage example
from mypy_boto3_iotwireless.literals import LogLevelType
def get_value() -> LogLevelType:
return "DISABLED"
# LogLevelType definition
LogLevelType = Literal[
"DISABLED",
"ERROR",
"INFO",
]
MessageTypeType#
# MessageTypeType usage example
from mypy_boto3_iotwireless.literals import MessageTypeType
def get_value() -> MessageTypeType:
return "CUSTOM_COMMAND_ID_GET"
# MessageTypeType definition
MessageTypeType = Literal[
"CUSTOM_COMMAND_ID_GET",
"CUSTOM_COMMAND_ID_NOTIFY",
"CUSTOM_COMMAND_ID_RESP",
"CUSTOM_COMMAND_ID_SET",
]
MetricNameType#
# MetricNameType usage example
from mypy_boto3_iotwireless.literals import MetricNameType
def get_value() -> MetricNameType:
return "AwsAccountActiveDeviceCount"
# MetricNameType definition
MetricNameType = Literal[
"AwsAccountActiveDeviceCount",
"AwsAccountActiveGatewayCount",
"AwsAccountDeviceCount",
"AwsAccountDownlinkCount",
"AwsAccountGatewayCount",
"AwsAccountJoinAcceptCount",
"AwsAccountJoinRequestCount",
"AwsAccountRoamingDownlinkCount",
"AwsAccountRoamingUplinkCount",
"AwsAccountUplinkCount",
"AwsAccountUplinkLostCount",
"AwsAccountUplinkLostRate",
"DeviceDownlinkCount",
"DeviceJoinAcceptCount",
"DeviceJoinRequestCount",
"DeviceRoamingDownlinkCount",
"DeviceRoamingRSSI",
"DeviceRoamingSNR",
"DeviceRoamingUplinkCount",
"DeviceRSSI",
"DeviceSNR",
"DeviceUplinkCount",
"DeviceUplinkLostCount",
"DeviceUplinkLostRate",
"GatewayDownlinkCount",
"GatewayDownTime",
"GatewayJoinAcceptCount",
"GatewayJoinRequestCount",
"GatewayRSSI",
"GatewaySNR",
"GatewayUplinkCount",
"GatewayUpTime",
]
MetricQueryStatusType#
# MetricQueryStatusType usage example
from mypy_boto3_iotwireless.literals import MetricQueryStatusType
def get_value() -> MetricQueryStatusType:
return "Failed"
# MetricQueryStatusType definition
MetricQueryStatusType = Literal[
"Failed",
"Succeeded",
]
MulticastFrameInfoType#
# MulticastFrameInfoType usage example
from mypy_boto3_iotwireless.literals import MulticastFrameInfoType
def get_value() -> MulticastFrameInfoType:
return "DISABLED"
# MulticastFrameInfoType definition
MulticastFrameInfoType = Literal[
"DISABLED",
"ENABLED",
]
OnboardStatusType#
# OnboardStatusType usage example
from mypy_boto3_iotwireless.literals import OnboardStatusType
def get_value() -> OnboardStatusType:
return "FAILED"
# OnboardStatusType definition
OnboardStatusType = Literal[
"FAILED",
"INITIALIZED",
"ONBOARDED",
"PENDING",
]
PartnerTypeType#
# PartnerTypeType usage example
from mypy_boto3_iotwireless.literals import PartnerTypeType
def get_value() -> PartnerTypeType:
return "Sidewalk"
# PartnerTypeType definition
PartnerTypeType = Literal[
"Sidewalk",
]
PositionConfigurationFecType#
# PositionConfigurationFecType usage example
from mypy_boto3_iotwireless.literals import PositionConfigurationFecType
def get_value() -> PositionConfigurationFecType:
return "NONE"
# PositionConfigurationFecType definition
PositionConfigurationFecType = Literal[
"NONE",
"ROSE",
]
PositionConfigurationStatusType#
# PositionConfigurationStatusType usage example
from mypy_boto3_iotwireless.literals import PositionConfigurationStatusType
def get_value() -> PositionConfigurationStatusType:
return "Disabled"
# PositionConfigurationStatusType definition
PositionConfigurationStatusType = Literal[
"Disabled",
"Enabled",
]
PositionResourceTypeType#
# PositionResourceTypeType usage example
from mypy_boto3_iotwireless.literals import PositionResourceTypeType
def get_value() -> PositionResourceTypeType:
return "WirelessDevice"
# PositionResourceTypeType definition
PositionResourceTypeType = Literal[
"WirelessDevice",
"WirelessGateway",
]
PositionSolverProviderType#
# PositionSolverProviderType usage example
from mypy_boto3_iotwireless.literals import PositionSolverProviderType
def get_value() -> PositionSolverProviderType:
return "Semtech"
# PositionSolverProviderType definition
PositionSolverProviderType = Literal[
"Semtech",
]
PositionSolverTypeType#
# PositionSolverTypeType usage example
from mypy_boto3_iotwireless.literals import PositionSolverTypeType
def get_value() -> PositionSolverTypeType:
return "GNSS"
# PositionSolverTypeType definition
PositionSolverTypeType = Literal[
"GNSS",
]
PositioningConfigStatusType#
# PositioningConfigStatusType usage example
from mypy_boto3_iotwireless.literals import PositioningConfigStatusType
def get_value() -> PositioningConfigStatusType:
return "Disabled"
# PositioningConfigStatusType definition
PositioningConfigStatusType = Literal[
"Disabled",
"Enabled",
]
SigningAlgType#
# SigningAlgType usage example
from mypy_boto3_iotwireless.literals import SigningAlgType
def get_value() -> SigningAlgType:
return "Ed25519"
# SigningAlgType definition
SigningAlgType = Literal[
"Ed25519",
"P256r1",
]
SummaryMetricConfigurationStatusType#
# SummaryMetricConfigurationStatusType usage example
from mypy_boto3_iotwireless.literals import SummaryMetricConfigurationStatusType
def get_value() -> SummaryMetricConfigurationStatusType:
return "Disabled"
# SummaryMetricConfigurationStatusType definition
SummaryMetricConfigurationStatusType = Literal[
"Disabled",
"Enabled",
]
SupportedRfRegionType#
# SupportedRfRegionType usage example
from mypy_boto3_iotwireless.literals import SupportedRfRegionType
def get_value() -> SupportedRfRegionType:
return "AS923-1"
# SupportedRfRegionType definition
SupportedRfRegionType = Literal[
"AS923-1",
"AS923-2",
"AS923-3",
"AS923-4",
"AU915",
"CN470",
"CN779",
"EU433",
"EU868",
"IN865",
"KR920",
"RU864",
"US915",
]
WirelessDeviceEventType#
# WirelessDeviceEventType usage example
from mypy_boto3_iotwireless.literals import WirelessDeviceEventType
def get_value() -> WirelessDeviceEventType:
return "Downlink_Data"
# WirelessDeviceEventType definition
WirelessDeviceEventType = Literal[
"Downlink_Data",
"Join",
"Registration",
"Rejoin",
"Uplink_Data",
]
WirelessDeviceFrameInfoType#
# WirelessDeviceFrameInfoType usage example
from mypy_boto3_iotwireless.literals import WirelessDeviceFrameInfoType
def get_value() -> WirelessDeviceFrameInfoType:
return "DISABLED"
# WirelessDeviceFrameInfoType definition
WirelessDeviceFrameInfoType = Literal[
"DISABLED",
"ENABLED",
]
WirelessDeviceIdTypeType#
# WirelessDeviceIdTypeType usage example
from mypy_boto3_iotwireless.literals import WirelessDeviceIdTypeType
def get_value() -> WirelessDeviceIdTypeType:
return "DevEui"
# WirelessDeviceIdTypeType definition
WirelessDeviceIdTypeType = Literal[
"DevEui",
"SidewalkManufacturingSn",
"ThingName",
"WirelessDeviceId",
]
WirelessDeviceSidewalkStatusType#
# WirelessDeviceSidewalkStatusType usage example
from mypy_boto3_iotwireless.literals import WirelessDeviceSidewalkStatusType
def get_value() -> WirelessDeviceSidewalkStatusType:
return "ACTIVATED"
# WirelessDeviceSidewalkStatusType definition
WirelessDeviceSidewalkStatusType = Literal[
"ACTIVATED",
"PROVISIONED",
"REGISTERED",
"UNKNOWN",
]
WirelessDeviceTypeType#
# WirelessDeviceTypeType usage example
from mypy_boto3_iotwireless.literals import WirelessDeviceTypeType
def get_value() -> WirelessDeviceTypeType:
return "LoRaWAN"
# WirelessDeviceTypeType definition
WirelessDeviceTypeType = Literal[
"LoRaWAN",
"Sidewalk",
]
WirelessGatewayEventType#
# WirelessGatewayEventType usage example
from mypy_boto3_iotwireless.literals import WirelessGatewayEventType
def get_value() -> WirelessGatewayEventType:
return "CUPS_Request"
# WirelessGatewayEventType definition
WirelessGatewayEventType = Literal[
"Certificate",
"CUPS_Request",
]
WirelessGatewayIdTypeType#
# WirelessGatewayIdTypeType usage example
from mypy_boto3_iotwireless.literals import WirelessGatewayIdTypeType
def get_value() -> WirelessGatewayIdTypeType:
return "GatewayEui"
# WirelessGatewayIdTypeType definition
WirelessGatewayIdTypeType = Literal[
"GatewayEui",
"ThingName",
"WirelessGatewayId",
]
WirelessGatewayServiceTypeType#
# WirelessGatewayServiceTypeType usage example
from mypy_boto3_iotwireless.literals import WirelessGatewayServiceTypeType
def get_value() -> WirelessGatewayServiceTypeType:
return "CUPS"
# WirelessGatewayServiceTypeType definition
WirelessGatewayServiceTypeType = Literal[
"CUPS",
"LNS",
]
WirelessGatewayTaskDefinitionTypeType#
# WirelessGatewayTaskDefinitionTypeType usage example
from mypy_boto3_iotwireless.literals import WirelessGatewayTaskDefinitionTypeType
def get_value() -> WirelessGatewayTaskDefinitionTypeType:
return "UPDATE"
# WirelessGatewayTaskDefinitionTypeType definition
WirelessGatewayTaskDefinitionTypeType = Literal[
"UPDATE",
]
WirelessGatewayTaskStatusType#
# WirelessGatewayTaskStatusType usage example
from mypy_boto3_iotwireless.literals import WirelessGatewayTaskStatusType
def get_value() -> WirelessGatewayTaskStatusType:
return "COMPLETED"
# WirelessGatewayTaskStatusType definition
WirelessGatewayTaskStatusType = Literal[
"COMPLETED",
"FAILED",
"FIRST_RETRY",
"IN_PROGRESS",
"PENDING",
"SECOND_RETRY",
]
WirelessGatewayTypeType#
# WirelessGatewayTypeType usage example
from mypy_boto3_iotwireless.literals import WirelessGatewayTypeType
def get_value() -> WirelessGatewayTypeType:
return "LoRaWAN"
# WirelessGatewayTypeType definition
WirelessGatewayTypeType = Literal[
"LoRaWAN",
]
IoTWirelessServiceName#
# IoTWirelessServiceName usage example
from mypy_boto3_iotwireless.literals import IoTWirelessServiceName
def get_value() -> IoTWirelessServiceName:
return "iotwireless"
# IoTWirelessServiceName definition
IoTWirelessServiceName = Literal[
"iotwireless",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_iotwireless.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_iotwireless.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"opsworks",
"s3",
"sns",
"sqs",
]
RegionName#
# RegionName usage example
from mypy_boto3_iotwireless.literals import RegionName
def get_value() -> RegionName:
return "ap-northeast-1"
# RegionName definition
RegionName = Literal[
"ap-northeast-1",
"ap-southeast-2",
"eu-central-1",
"eu-west-1",
"sa-east-1",
"us-east-1",
"us-west-2",
]