Type annotations for boto3.IoT1ClickDevicesService 1.13.26 service, generated by mypy-boto3-buider 2.0.3
Project description
mypy-boto3-iot1click-devices
Type annotations for boto3.IoT1ClickDevicesService 1.13.26 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.0.3.
More information can be found on boto3-stubs page.
How to use
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for IoT1ClickDevicesService
service.
python -m pip install boto3-stubs[iot1click-devices]
# update installed packages index for automated type discovery
python -m mypy_boto3
Use boto3
with mypy_boto3_iot1click_devices
in your project and enjoy type checking and auto-complete.
import boto3
from mypy_boto3_iot1click_devices import IoT1ClickDevicesServiceClient
# Now mypy can check if your code is valid.
client: IoT1ClickDevicesServiceClient = boto3.client("iot1click-devices")
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: IoT1ClickDevicesServiceClient = session.client("iot1click-devices")
# Annotated paginators are included as well
import mypy_boto3_iot1click_devices.paginator as iot1click_devices_paginators
list_device_events_paginator: iot1click_devices_paginators.ListDeviceEventsPaginator = client.get_paginator("list_device_events")
list_devices_paginator: iot1click_devices_paginators.ListDevicesPaginator = client.get_paginator("list_devices")
Automated type discovery
mypy_boto3
package can generate index for mypy_boto3_iot1click_devices
and other installed services.
# Run this command when you add or remove service packages
python -m mypy_boto3
Generated index provides overloads for boto3.client
and boto3.service
,
boto3.Session.client
and boto3.Session.resource
functions,
so explicit type annotations are not needed.
mypy
supports function overloads as expectedPyCharm
also supports function overloads, but consumes a lot of RAM, use carefullyVSCode
does not currently support function overloads
Also, generated index allows you to import types from mypy_boto3
:
# you can replace imports
import mypy_boto3_iot1click_devices as iot1click_devices
from mypy_boto3_iot1click_devices import IoT1ClickDevicesServiceClient
# with these
from mypy_boto3 import iot1click_devices
from mypy_boto3.iot1click_devices import IoT1ClickDevicesServiceClient
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for mypy-boto3-iot1click-devices-1.13.26.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e755e8eb201cf400ea8c0980ffbd24a4c5053af9d63efc0e053aec638975e1a |
|
MD5 | faf0d6511670c0e5aa5291d317c1c8e8 |
|
BLAKE2b-256 | 97a02b955ec1d0f8ca94789f0bf3ce66c1b1ca0631bfd7a512321c8bb1200cdf |
Hashes for mypy_boto3_iot1click_devices-1.13.26.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31a887d1f4c23a96a501dae54957e429c8ec7fbc5eda8f9754b8cfe15195aa79 |
|
MD5 | 7e72c637da69774f48e12b462eb2460a |
|
BLAKE2b-256 | 3df281aaccbf95e02ca44005da26c9d02e046ba1802190b9c5735cd768e81733 |