Skip to content

IoTWireless module

Index > IoTWireless

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

How to install

From PyPI with pip

Install types-aioboto3 for IoTWireless service.

# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[iotwireless]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aioboto3-lite[iotwireless]'


# standalone installation
python -m pip install types-aiobotocore-iotwireless

How to uninstall

python -m pip uninstall -y types-aiobotocore-iotwireless

Usage

Code samples can be found in Examples.

IoTWirelessClient

Type annotations and code completion for session.client("iotwireless") as IoTWirelessClient boto3 documentation

Usage example
from aioboto3.session import Session

from types_aiobotocore_iotwireless.client import IoTWirelessClient


session = Session()
async with session.client("iotwireless") as client:
    client: IoTWirelessClient

Literals

Type annotations for literals used in methods and schema.

Usage example
from types_aiobotocore_iotwireless.literals import BatteryLevelType

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

Typed dictionaries

Type annotations for typed dictionaries used in methods and schema.

Usage example
from types_aiobotocore_iotwireless.type_defs import SessionKeysAbpV1_0_xTypeDef

def get_value() -> SessionKeysAbpV1_0_xTypeDef:
    return {
        "NwkSKey": ...,
    }