Skip to content

IoT1ClickDevicesService module#

Index > IoT1ClickDevicesService

Auto-generated documentation for IoT1ClickDevicesService type annotations stubs module mypy-boto3-iot1click-devices.

How to install#

VSCode extension#

Add AWS Boto3 extension to your VSCode and run AWS boto3: Quick Start command.

Click Modify and select boto3 common and IoT1ClickDevicesService.

From PyPI with pip#

Install boto3-stubs for IoT1ClickDevicesService service.

# install with boto3 type annotations
python -m pip install 'boto3-stubs[iot1click-devices]'


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


# standalone installation
python -m pip install mypy-boto3-iot1click-devices

How to uninstall#

python -m pip uninstall -y mypy-boto3-iot1click-devices

Usage#

Code samples can be found in Examples.

IoT1ClickDevicesServiceClient#

Type annotations and code completion for boto3.client("iot1click-devices") as IoT1ClickDevicesServiceClient boto3 documentation

# IoT1ClickDevicesServiceClient usage example

from boto3.session import Session

from mypy_boto3_iot1click_devices.client import IoT1ClickDevicesServiceClient

def get_client() -> IoT1ClickDevicesServiceClient:
    return Session().client("iot1click-devices")

Paginators#

Type annotations and code completion for paginators from boto3.client("iot1click-devices").get_paginator("...").

# ListDeviceEventsPaginator usage example

from boto3.session import Session

from mypy_boto3_iot1click_devices.paginator import ListDeviceEventsPaginator

def get_list_device_events_paginator() -> ListDeviceEventsPaginator:
    return Session().client("iot1click-devices").get_paginator("list_device_events"))

Literals#

Type annotations for literals used in methods and schema.

# ListDeviceEventsPaginatorName usage example

from mypy_boto3_iot1click_devices.literals import ListDeviceEventsPaginatorName

def get_value() -> ListDeviceEventsPaginatorName:
    return "list_device_events"

Type definitions#

Type annotations for type definitions used in methods and schema.