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

# IoTWirelessClient 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.

# ApplicationConfigTypeType usage example

from types_aiobotocore_iotwireless.literals import ApplicationConfigTypeType

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

Type definitions#

Type annotations for type definitions used in methods and schema.