Skip to content

Literals#

Index > IoTWireless > Literals

Auto-generated documentation for IoTWireless type annotations stubs module types-aiobotocore-iotwireless.

ApplicationConfigTypeType#

# ApplicationConfigTypeType usage example

from types_aiobotocore_iotwireless.literals import ApplicationConfigTypeType

def get_value() -> ApplicationConfigTypeType:
    return "SemtechGeolocation"
# ApplicationConfigTypeType definition

ApplicationConfigTypeType = Literal[
    "SemtechGeolocation",
]

BatteryLevelType#

# BatteryLevelType usage example

from types_aiobotocore_iotwireless.literals import BatteryLevelType

def get_value() -> BatteryLevelType:
    return "critical"
# BatteryLevelType definition

BatteryLevelType = Literal[
    "critical",
    "low",
    "normal",
]

ConnectionStatusType#

# ConnectionStatusType usage example

from types_aiobotocore_iotwireless.literals import ConnectionStatusType

def get_value() -> ConnectionStatusType:
    return "Connected"
# ConnectionStatusType definition

ConnectionStatusType = Literal[
    "Connected",
    "Disconnected",
]

DeviceProfileTypeType#

# DeviceProfileTypeType usage example

from types_aiobotocore_iotwireless.literals import DeviceProfileTypeType

def get_value() -> DeviceProfileTypeType:
    return "LoRaWAN"
# DeviceProfileTypeType definition

DeviceProfileTypeType = Literal[
    "LoRaWAN",
    "Sidewalk",
]

DeviceStateType#

# DeviceStateType usage example

from types_aiobotocore_iotwireless.literals import DeviceStateType

def get_value() -> DeviceStateType:
    return "Provisioned"
# DeviceStateType definition

DeviceStateType = Literal[
    "Provisioned",
    "RegisteredNotSeen",
    "RegisteredReachable",
    "RegisteredUnreachable",
]

DlClassType#

# DlClassType usage example

from types_aiobotocore_iotwireless.literals import DlClassType

def get_value() -> DlClassType:
    return "ClassB"
# DlClassType definition

DlClassType = Literal[
    "ClassB",
    "ClassC",
]

DownlinkModeType#

# DownlinkModeType usage example

from types_aiobotocore_iotwireless.literals import DownlinkModeType

def get_value() -> DownlinkModeType:
    return "CONCURRENT"
# DownlinkModeType definition

DownlinkModeType = Literal[
    "CONCURRENT",
    "SEQUENTIAL",
    "USING_UPLINK_GATEWAY",
]

EventNotificationPartnerTypeType#

# EventNotificationPartnerTypeType usage example

from types_aiobotocore_iotwireless.literals import EventNotificationPartnerTypeType

def get_value() -> EventNotificationPartnerTypeType:
    return "Sidewalk"
# EventNotificationPartnerTypeType definition

EventNotificationPartnerTypeType = Literal[
    "Sidewalk",
]

EventNotificationResourceTypeType#

# EventNotificationResourceTypeType usage example

from types_aiobotocore_iotwireless.literals import EventNotificationResourceTypeType

def get_value() -> EventNotificationResourceTypeType:
    return "SidewalkAccount"
# EventNotificationResourceTypeType definition

EventNotificationResourceTypeType = Literal[
    "SidewalkAccount",
    "WirelessDevice",
    "WirelessGateway",
]

EventNotificationTopicStatusType#

# EventNotificationTopicStatusType usage example

from types_aiobotocore_iotwireless.literals import EventNotificationTopicStatusType

def get_value() -> EventNotificationTopicStatusType:
    return "Disabled"
# EventNotificationTopicStatusType definition

EventNotificationTopicStatusType = Literal[
    "Disabled",
    "Enabled",
]

EventType#

# EventType usage example

from types_aiobotocore_iotwireless.literals import EventType

def get_value() -> EventType:
    return "ack"
# EventType definition

EventType = Literal[
    "ack",
    "discovered",
    "lost",
    "nack",
    "passthrough",
]

ExpressionTypeType#

# ExpressionTypeType usage example

from types_aiobotocore_iotwireless.literals import ExpressionTypeType

def get_value() -> ExpressionTypeType:
    return "MqttTopic"
# ExpressionTypeType definition

ExpressionTypeType = Literal[
    "MqttTopic",
    "RuleName",
]

FuotaDeviceStatusType#

# FuotaDeviceStatusType usage example

from types_aiobotocore_iotwireless.literals import FuotaDeviceStatusType

def get_value() -> FuotaDeviceStatusType:
    return "FragAlgo_unsupported"
# FuotaDeviceStatusType definition

FuotaDeviceStatusType = Literal[
    "FragAlgo_unsupported",
    "FragIndex_unsupported",
    "Initial",
    "MemoryError",
    "MICError",
    "MissingFrag",
    "Not_enough_memory",
    "Package_Not_Supported",
    "SessionCnt_replay",
    "Successful",
    "Wrong_descriptor",
]

FuotaTaskStatusType#

# FuotaTaskStatusType usage example

from types_aiobotocore_iotwireless.literals import FuotaTaskStatusType

def get_value() -> FuotaTaskStatusType:
    return "Delete_Waiting"
# FuotaTaskStatusType definition

FuotaTaskStatusType = Literal[
    "Delete_Waiting",
    "FuotaDone",
    "FuotaSession_Waiting",
    "In_FuotaSession",
    "Pending",
]

IdentifierTypeType#

# IdentifierTypeType usage example

from types_aiobotocore_iotwireless.literals import IdentifierTypeType

def get_value() -> IdentifierTypeType:
    return "DevEui"
# IdentifierTypeType definition

IdentifierTypeType = Literal[
    "DevEui",
    "GatewayEui",
    "PartnerAccountId",
    "WirelessDeviceId",
    "WirelessGatewayId",
]

ImportTaskStatusType#

# ImportTaskStatusType usage example

from types_aiobotocore_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 types_aiobotocore_iotwireless.literals import LogLevelType

def get_value() -> LogLevelType:
    return "DISABLED"
# LogLevelType definition

LogLevelType = Literal[
    "DISABLED",
    "ERROR",
    "INFO",
]

MessageTypeType#

# MessageTypeType usage example

from types_aiobotocore_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",
]

MulticastFrameInfoType#

# MulticastFrameInfoType usage example

from types_aiobotocore_iotwireless.literals import MulticastFrameInfoType

def get_value() -> MulticastFrameInfoType:
    return "DISABLED"
# MulticastFrameInfoType definition

MulticastFrameInfoType = Literal[
    "DISABLED",
    "ENABLED",
]

OnboardStatusType#

# OnboardStatusType usage example

from types_aiobotocore_iotwireless.literals import OnboardStatusType

def get_value() -> OnboardStatusType:
    return "FAILED"
# OnboardStatusType definition

OnboardStatusType = Literal[
    "FAILED",
    "INITIALIZED",
    "ONBOARDED",
    "PENDING",
]

PartnerTypeType#

# PartnerTypeType usage example

from types_aiobotocore_iotwireless.literals import PartnerTypeType

def get_value() -> PartnerTypeType:
    return "Sidewalk"
# PartnerTypeType definition

PartnerTypeType = Literal[
    "Sidewalk",
]

PositionConfigurationFecType#

# PositionConfigurationFecType usage example

from types_aiobotocore_iotwireless.literals import PositionConfigurationFecType

def get_value() -> PositionConfigurationFecType:
    return "NONE"
# PositionConfigurationFecType definition

PositionConfigurationFecType = Literal[
    "NONE",
    "ROSE",
]

PositionConfigurationStatusType#

# PositionConfigurationStatusType usage example

from types_aiobotocore_iotwireless.literals import PositionConfigurationStatusType

def get_value() -> PositionConfigurationStatusType:
    return "Disabled"
# PositionConfigurationStatusType definition

PositionConfigurationStatusType = Literal[
    "Disabled",
    "Enabled",
]

PositionResourceTypeType#

# PositionResourceTypeType usage example

from types_aiobotocore_iotwireless.literals import PositionResourceTypeType

def get_value() -> PositionResourceTypeType:
    return "WirelessDevice"
# PositionResourceTypeType definition

PositionResourceTypeType = Literal[
    "WirelessDevice",
    "WirelessGateway",
]

PositionSolverProviderType#

# PositionSolverProviderType usage example

from types_aiobotocore_iotwireless.literals import PositionSolverProviderType

def get_value() -> PositionSolverProviderType:
    return "Semtech"
# PositionSolverProviderType definition

PositionSolverProviderType = Literal[
    "Semtech",
]

PositionSolverTypeType#

# PositionSolverTypeType usage example

from types_aiobotocore_iotwireless.literals import PositionSolverTypeType

def get_value() -> PositionSolverTypeType:
    return "GNSS"
# PositionSolverTypeType definition

PositionSolverTypeType = Literal[
    "GNSS",
]

PositioningConfigStatusType#

# PositioningConfigStatusType usage example

from types_aiobotocore_iotwireless.literals import PositioningConfigStatusType

def get_value() -> PositioningConfigStatusType:
    return "Disabled"
# PositioningConfigStatusType definition

PositioningConfigStatusType = Literal[
    "Disabled",
    "Enabled",
]

SigningAlgType#

# SigningAlgType usage example

from types_aiobotocore_iotwireless.literals import SigningAlgType

def get_value() -> SigningAlgType:
    return "Ed25519"
# SigningAlgType definition

SigningAlgType = Literal[
    "Ed25519",
    "P256r1",
]

SupportedRfRegionType#

# SupportedRfRegionType usage example

from types_aiobotocore_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 types_aiobotocore_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 types_aiobotocore_iotwireless.literals import WirelessDeviceFrameInfoType

def get_value() -> WirelessDeviceFrameInfoType:
    return "DISABLED"
# WirelessDeviceFrameInfoType definition

WirelessDeviceFrameInfoType = Literal[
    "DISABLED",
    "ENABLED",
]

WirelessDeviceIdTypeType#

# WirelessDeviceIdTypeType usage example

from types_aiobotocore_iotwireless.literals import WirelessDeviceIdTypeType

def get_value() -> WirelessDeviceIdTypeType:
    return "DevEui"
# WirelessDeviceIdTypeType definition

WirelessDeviceIdTypeType = Literal[
    "DevEui",
    "SidewalkManufacturingSn",
    "ThingName",
    "WirelessDeviceId",
]

WirelessDeviceSidewalkStatusType#

# WirelessDeviceSidewalkStatusType usage example

from types_aiobotocore_iotwireless.literals import WirelessDeviceSidewalkStatusType

def get_value() -> WirelessDeviceSidewalkStatusType:
    return "ACTIVATED"
# WirelessDeviceSidewalkStatusType definition

WirelessDeviceSidewalkStatusType = Literal[
    "ACTIVATED",
    "PROVISIONED",
    "REGISTERED",
    "UNKNOWN",
]

WirelessDeviceTypeType#

# WirelessDeviceTypeType usage example

from types_aiobotocore_iotwireless.literals import WirelessDeviceTypeType

def get_value() -> WirelessDeviceTypeType:
    return "LoRaWAN"
# WirelessDeviceTypeType definition

WirelessDeviceTypeType = Literal[
    "LoRaWAN",
    "Sidewalk",
]

WirelessGatewayEventType#

# WirelessGatewayEventType usage example

from types_aiobotocore_iotwireless.literals import WirelessGatewayEventType

def get_value() -> WirelessGatewayEventType:
    return "CUPS_Request"
# WirelessGatewayEventType definition

WirelessGatewayEventType = Literal[
    "Certificate",
    "CUPS_Request",
]

WirelessGatewayIdTypeType#

# WirelessGatewayIdTypeType usage example

from types_aiobotocore_iotwireless.literals import WirelessGatewayIdTypeType

def get_value() -> WirelessGatewayIdTypeType:
    return "GatewayEui"
# WirelessGatewayIdTypeType definition

WirelessGatewayIdTypeType = Literal[
    "GatewayEui",
    "ThingName",
    "WirelessGatewayId",
]

WirelessGatewayServiceTypeType#

# WirelessGatewayServiceTypeType usage example

from types_aiobotocore_iotwireless.literals import WirelessGatewayServiceTypeType

def get_value() -> WirelessGatewayServiceTypeType:
    return "CUPS"
# WirelessGatewayServiceTypeType definition

WirelessGatewayServiceTypeType = Literal[
    "CUPS",
    "LNS",
]

WirelessGatewayTaskDefinitionTypeType#

# WirelessGatewayTaskDefinitionTypeType usage example

from types_aiobotocore_iotwireless.literals import WirelessGatewayTaskDefinitionTypeType

def get_value() -> WirelessGatewayTaskDefinitionTypeType:
    return "UPDATE"
# WirelessGatewayTaskDefinitionTypeType definition

WirelessGatewayTaskDefinitionTypeType = Literal[
    "UPDATE",
]

WirelessGatewayTaskStatusType#

# WirelessGatewayTaskStatusType usage example

from types_aiobotocore_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 types_aiobotocore_iotwireless.literals import WirelessGatewayTypeType

def get_value() -> WirelessGatewayTypeType:
    return "LoRaWAN"
# WirelessGatewayTypeType definition

WirelessGatewayTypeType = Literal[
    "LoRaWAN",
]

IoTWirelessServiceName#

# IoTWirelessServiceName usage example

from types_aiobotocore_iotwireless.literals import IoTWirelessServiceName

def get_value() -> IoTWirelessServiceName:
    return "iotwireless"
# IoTWirelessServiceName definition

IoTWirelessServiceName = Literal[
    "iotwireless",
]

ServiceName#

# ServiceName usage example

from types_aiobotocore_iotwireless.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",
    "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",
    "chime-sdk-voice",
    "cleanrooms",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "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",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "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",
    "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",
    "fsx",
    "gamelift",
    "gamesparks",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector2",
    "internetmonitor",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-roborunner",
    "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",
    "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",
    "macie",
    "macie2",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-catalog",
    "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",
    "network-firewall",
    "networkmanager",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "payment-cryptography",
    "payment-cryptography-data",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "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",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

from types_aiobotocore_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 types_aiobotocore_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",
]