Type annotations for boto3.IoTAnalytics 1.13.24 service, generated by mypy-boto3-buider 2.0.2
Project description
mypy-boto3-iotanalytics
Type annotations for boto3.IoTAnalytics 1.13.24 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.0.2.
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 IoTAnalytics
service.
python -m pip install boto3-stubs[iotanalytics]
# update installed packages index for automated type discovery
python -m mypy_boto3
Use boto3
with mypy_boto3_iotanalytics
in your project and enjoy type checking and auto-complete.
import boto3
from mypy_boto3_iotanalytics import IoTAnalyticsClient
# Now mypy can check if your code is valid.
client: IoTAnalyticsClient = boto3.client("iotanalytics")
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: IoTAnalyticsClient = session.client("iotanalytics")
# Annotated paginators are included as well
import mypy_boto3_iotanalytics.paginator as iotanalytics_paginators
list_channels_paginator: iotanalytics_paginators.ListChannelsPaginator = client.get_paginator("list_channels")
list_dataset_contents_paginator: iotanalytics_paginators.ListDatasetContentsPaginator = client.get_paginator("list_dataset_contents")
list_datasets_paginator: iotanalytics_paginators.ListDatasetsPaginator = client.get_paginator("list_datasets")
list_datastores_paginator: iotanalytics_paginators.ListDatastoresPaginator = client.get_paginator("list_datastores")
list_pipelines_paginator: iotanalytics_paginators.ListPipelinesPaginator = client.get_paginator("list_pipelines")
Automated type discovery
mypy_boto3
package can generate index for mypy_boto3_iotanalytics
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_iotanalytics as iotanalytics
from mypy_boto3_iotanalytics import IoTAnalyticsClient
# with these
from mypy_boto3 import iotanalytics
from mypy_boto3.iotanalytics import IoTAnalyticsClient
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-iotanalytics-1.13.24.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f98676008ee0b30b466b4dd5e4068a9bba862d5c3771575e0a3d267bbd437de3 |
|
MD5 | 0593762a8eda3a8f495696e2e52946a0 |
|
BLAKE2b-256 | 7980bbc5152fce966c232bcf5e0e4a92abd0b6154d2f602e63d7b9e581535e52 |
Hashes for mypy_boto3_iotanalytics-1.13.24.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 585a1091de8e729e5888aaefb1c3d2a66076d07968489d8cc1d2f51ea339d650 |
|
MD5 | 349d9a33865f70ec3ee219a4c3640e09 |
|
BLAKE2b-256 | 9751b7ac932e4750f534038f0ceafb5b7d489e9c1807bfc448c029ee5bab8d33 |