Skip to content

Literals

Index > IoTWireless > Literals

Auto-generated documentation for IoTWireless type annotations stubs module mypy-boto3-iotwireless.

ApplicationConfigTypeType

Usage Example
from mypy_boto3_iotwireless.literals import ApplicationConfigTypeType

def get_value() -> ApplicationConfigTypeType:
    return "SemtechGeolocation"
Definition
ApplicationConfigTypeType = Literal[
    "SemtechGeolocation",
]

BatteryLevelType

Usage Example
from mypy_boto3_iotwireless.literals import BatteryLevelType

def get_value() -> BatteryLevelType:
    return "critical"
Definition
BatteryLevelType = Literal[
    "critical",
    "low",
    "normal",
]

ConnectionStatusType

Usage Example
from mypy_boto3_iotwireless.literals import ConnectionStatusType

def get_value() -> ConnectionStatusType:
    return "Connected"
Definition
ConnectionStatusType = Literal[
    "Connected",
    "Disconnected",
]

DeviceStateType

Usage Example
from mypy_boto3_iotwireless.literals import DeviceStateType

def get_value() -> DeviceStateType:
    return "Provisioned"
Definition
DeviceStateType = Literal[
    "Provisioned",
    "RegisteredNotSeen",
    "RegisteredReachable",
    "RegisteredUnreachable",
]

DlClassType

Usage Example
from mypy_boto3_iotwireless.literals import DlClassType

def get_value() -> DlClassType:
    return "ClassB"
Definition
DlClassType = Literal[
    "ClassB",
    "ClassC",
]

DownlinkModeType

Usage Example
from mypy_boto3_iotwireless.literals import DownlinkModeType

def get_value() -> DownlinkModeType:
    return "CONCURRENT"
Definition
DownlinkModeType = Literal[
    "CONCURRENT",
    "SEQUENTIAL",
    "USING_UPLINK_GATEWAY",
]

EventNotificationPartnerTypeType

Usage Example
from mypy_boto3_iotwireless.literals import EventNotificationPartnerTypeType

def get_value() -> EventNotificationPartnerTypeType:
    return "Sidewalk"
Definition
EventNotificationPartnerTypeType = Literal[
    "Sidewalk",
]

EventNotificationResourceTypeType

Usage Example
from mypy_boto3_iotwireless.literals import EventNotificationResourceTypeType

def get_value() -> EventNotificationResourceTypeType:
    return "SidewalkAccount"
Definition
EventNotificationResourceTypeType = Literal[
    "SidewalkAccount",
    "WirelessDevice",
    "WirelessGateway",
]

EventNotificationTopicStatusType

Usage Example
from mypy_boto3_iotwireless.literals import EventNotificationTopicStatusType

def get_value() -> EventNotificationTopicStatusType:
    return "Disabled"
Definition
EventNotificationTopicStatusType = Literal[
    "Disabled",
    "Enabled",
]

EventType

Usage Example
from mypy_boto3_iotwireless.literals import EventType

def get_value() -> EventType:
    return "ack"
Definition
EventType = Literal[
    "ack",
    "discovered",
    "lost",
    "nack",
    "passthrough",
]

ExpressionTypeType

Usage Example
from mypy_boto3_iotwireless.literals import ExpressionTypeType

def get_value() -> ExpressionTypeType:
    return "MqttTopic"
Definition
ExpressionTypeType = Literal[
    "MqttTopic",
    "RuleName",
]

FuotaDeviceStatusType

Usage Example
from mypy_boto3_iotwireless.literals import FuotaDeviceStatusType

def get_value() -> FuotaDeviceStatusType:
    return "FragAlgo_unsupported"
Definition
FuotaDeviceStatusType = Literal[
    "FragAlgo_unsupported",
    "FragIndex_unsupported",
    "Initial",
    "MemoryError",
    "MICError",
    "MissingFrag",
    "Not_enough_memory",
    "Package_Not_Supported",
    "SessionCnt_replay",
    "Successful",
    "Wrong_descriptor",
]

FuotaTaskStatusType

Usage Example
from mypy_boto3_iotwireless.literals import FuotaTaskStatusType

def get_value() -> FuotaTaskStatusType:
    return "Delete_Waiting"
Definition
FuotaTaskStatusType = Literal[
    "Delete_Waiting",
    "FuotaDone",
    "FuotaSession_Waiting",
    "In_FuotaSession",
    "Pending",
]

IdentifierTypeType

Usage Example
from mypy_boto3_iotwireless.literals import IdentifierTypeType

def get_value() -> IdentifierTypeType:
    return "DevEui"
Definition
IdentifierTypeType = Literal[
    "DevEui",
    "GatewayEui",
    "PartnerAccountId",
    "WirelessDeviceId",
    "WirelessGatewayId",
]

LogLevelType

Usage Example
from mypy_boto3_iotwireless.literals import LogLevelType

def get_value() -> LogLevelType:
    return "DISABLED"
Definition
LogLevelType = Literal[
    "DISABLED",
    "ERROR",
    "INFO",
]

MessageTypeType

Usage Example
from mypy_boto3_iotwireless.literals import MessageTypeType

def get_value() -> MessageTypeType:
    return "CUSTOM_COMMAND_ID_GET"
Definition
MessageTypeType = Literal[
    "CUSTOM_COMMAND_ID_GET",
    "CUSTOM_COMMAND_ID_NOTIFY",
    "CUSTOM_COMMAND_ID_RESP",
    "CUSTOM_COMMAND_ID_SET",
]

PartnerTypeType

Usage Example
from mypy_boto3_iotwireless.literals import PartnerTypeType

def get_value() -> PartnerTypeType:
    return "Sidewalk"
Definition
PartnerTypeType = Literal[
    "Sidewalk",
]

PositionConfigurationFecType

Usage Example
from mypy_boto3_iotwireless.literals import PositionConfigurationFecType

def get_value() -> PositionConfigurationFecType:
    return "NONE"
Definition
PositionConfigurationFecType = Literal[
    "NONE",
    "ROSE",
]

PositionConfigurationStatusType

Usage Example
from mypy_boto3_iotwireless.literals import PositionConfigurationStatusType

def get_value() -> PositionConfigurationStatusType:
    return "Disabled"
Definition
PositionConfigurationStatusType = Literal[
    "Disabled",
    "Enabled",
]

PositionResourceTypeType

Usage Example
from mypy_boto3_iotwireless.literals import PositionResourceTypeType

def get_value() -> PositionResourceTypeType:
    return "WirelessDevice"
Definition
PositionResourceTypeType = Literal[
    "WirelessDevice",
    "WirelessGateway",
]

PositionSolverProviderType

Usage Example
from mypy_boto3_iotwireless.literals import PositionSolverProviderType

def get_value() -> PositionSolverProviderType:
    return "Semtech"
Definition
PositionSolverProviderType = Literal[
    "Semtech",
]

PositionSolverTypeType

Usage Example
from mypy_boto3_iotwireless.literals import PositionSolverTypeType

def get_value() -> PositionSolverTypeType:
    return "GNSS"
Definition
PositionSolverTypeType = Literal[
    "GNSS",
]

PositioningConfigStatusType

Usage Example
from mypy_boto3_iotwireless.literals import PositioningConfigStatusType

def get_value() -> PositioningConfigStatusType:
    return "Disabled"
Definition
PositioningConfigStatusType = Literal[
    "Disabled",
    "Enabled",
]

SigningAlgType

Usage Example
from mypy_boto3_iotwireless.literals import SigningAlgType

def get_value() -> SigningAlgType:
    return "Ed25519"
Definition
SigningAlgType = Literal[
    "Ed25519",
    "P256r1",
]

SupportedRfRegionType

Usage Example
from mypy_boto3_iotwireless.literals import SupportedRfRegionType

def get_value() -> SupportedRfRegionType:
    return "AS923-1"
Definition
SupportedRfRegionType = Literal[
    "AS923-1",
    "AU915",
    "EU868",
    "US915",
]

WirelessDeviceEventType

Usage Example
from mypy_boto3_iotwireless.literals import WirelessDeviceEventType

def get_value() -> WirelessDeviceEventType:
    return "Downlink_Data"
Definition
WirelessDeviceEventType = Literal[
    "Downlink_Data",
    "Join",
    "Registration",
    "Rejoin",
    "Uplink_Data",
]

WirelessDeviceFrameInfoType

Usage Example
from mypy_boto3_iotwireless.literals import WirelessDeviceFrameInfoType

def get_value() -> WirelessDeviceFrameInfoType:
    return "DISABLED"
Definition
WirelessDeviceFrameInfoType = Literal[
    "DISABLED",
    "ENABLED",
]

WirelessDeviceIdTypeType

Usage Example
from mypy_boto3_iotwireless.literals import WirelessDeviceIdTypeType

def get_value() -> WirelessDeviceIdTypeType:
    return "DevEui"
Definition
WirelessDeviceIdTypeType = Literal[
    "DevEui",
    "SidewalkManufacturingSn",
    "ThingName",
    "WirelessDeviceId",
]

WirelessDeviceTypeType

Usage Example
from mypy_boto3_iotwireless.literals import WirelessDeviceTypeType

def get_value() -> WirelessDeviceTypeType:
    return "LoRaWAN"
Definition
WirelessDeviceTypeType = Literal[
    "LoRaWAN",
    "Sidewalk",
]

WirelessGatewayEventType

Usage Example
from mypy_boto3_iotwireless.literals import WirelessGatewayEventType

def get_value() -> WirelessGatewayEventType:
    return "CUPS_Request"
Definition
WirelessGatewayEventType = Literal[
    "Certificate",
    "CUPS_Request",
]

WirelessGatewayIdTypeType

Usage Example
from mypy_boto3_iotwireless.literals import WirelessGatewayIdTypeType

def get_value() -> WirelessGatewayIdTypeType:
    return "GatewayEui"
Definition
WirelessGatewayIdTypeType = Literal[
    "GatewayEui",
    "ThingName",
    "WirelessGatewayId",
]

WirelessGatewayServiceTypeType

Usage Example
from mypy_boto3_iotwireless.literals import WirelessGatewayServiceTypeType

def get_value() -> WirelessGatewayServiceTypeType:
    return "CUPS"
Definition
WirelessGatewayServiceTypeType = Literal[
    "CUPS",
    "LNS",
]

WirelessGatewayTaskDefinitionTypeType

Usage Example
from mypy_boto3_iotwireless.literals import WirelessGatewayTaskDefinitionTypeType

def get_value() -> WirelessGatewayTaskDefinitionTypeType:
    return "UPDATE"
Definition
WirelessGatewayTaskDefinitionTypeType = Literal[
    "UPDATE",
]

WirelessGatewayTaskStatusType

Usage Example
from mypy_boto3_iotwireless.literals import WirelessGatewayTaskStatusType

def get_value() -> WirelessGatewayTaskStatusType:
    return "COMPLETED"
Definition
WirelessGatewayTaskStatusType = Literal[
    "COMPLETED",
    "FAILED",
    "FIRST_RETRY",
    "IN_PROGRESS",
    "PENDING",
    "SECOND_RETRY",
]

WirelessGatewayTypeType

Usage Example
from mypy_boto3_iotwireless.literals import WirelessGatewayTypeType

def get_value() -> WirelessGatewayTypeType:
    return "LoRaWAN"
Definition
WirelessGatewayTypeType = Literal[
    "LoRaWAN",
]

IoTWirelessServiceName

Usage Example
from mypy_boto3_iotwireless.literals import IoTWirelessServiceName

def get_value() -> IoTWirelessServiceName:
    return "iotwireless"
Definition
IoTWirelessServiceName = Literal[
    "iotwireless",
]

ServiceName

Usage Example
from mypy_boto3_iotwireless.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
Definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "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",
    "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",
    "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",
    "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",
    "marketplace-catalog",
    "marketplace-entitlement",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "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",
    "outposts",
    "panorama",
    "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",
    "voice-id",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName

Usage Example
from mypy_boto3_iotwireless.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
Definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

RegionName

Usage Example
from mypy_boto3_iotwireless.literals import RegionName

def get_value() -> RegionName:
    return "ap-northeast-1"
Definition
RegionName = Literal[
    "ap-northeast-1",
    "ap-southeast-2",
    "eu-central-1",
    "eu-west-1",
    "sa-east-1",
    "us-east-1",
    "us-west-2",
]