Type annotations for boto3.IoT1ClickProjects 1.14.41 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-iot1click-projects
Type annotations for boto3.IoT1ClickProjects 1.14.41 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.2.0.
More information can be found on boto3-stubs page.
How to install
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for IoT1ClickProjects
service.
python -m pip install boto3-stubs[iot1click-projects]
How to use
Client annotations
IoT1ClickProjectsClient
provides annotations for boto3.client("iot1click-projects")
.
import boto3
from mypy_boto3_iot1click_projects import IoT1ClickProjectsClient
from mypy_boto3_iot1click_projects.paginator import ListPlacementsPaginator, ListProjectsPaginator
from mypy_boto3_iot1click_projects.type_defs import DeviceTemplateTypeDef, ...
client: IoT1ClickProjectsClient = boto3.client("iot1click-projects")
# now client usage is checked by mypy and IDE should provide code auto-complete
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: IoT1ClickProjectsClient = session.client("iot1click-projects")
Paginators annotations
mypy_boto3_iot1click_projects.paginator
module contains type annotations for all paginators.
client: IoT1ClickProjectsClient = boto3.client("iot1click-projects")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
list_placements_paginator: ListPlacementsPaginator = client.get_paginator("list_placements")
list_projects_paginator: ListProjectsPaginator = client.get_paginator("list_projects")
Typed dictionations
mypy_boto3_iot1click_projects.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> DeviceTemplateTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_iot1click_projects
and other installed services.
# Run this command after you add or remove service packages
python -m mypy_boto3
Generated type annotations provide overloads for boto3.client
and boto3.resource
,
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 carefully if you have many services installedVSCode
does not currently support function overloads, use explicit type annotations
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("iot1click-projects")
session_client = boto3.Session().client("iot1click-projects")
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-projects-1.14.41.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c15e2a2f2b95a768373268a3b74498c2ceb57dbe4a99c6cfe418f5f2663ea62 |
|
MD5 | 5b963e8ab494c0d1c468e22bc72e96e0 |
|
BLAKE2b-256 | 36fdca2e3b57e8b6f713fc355c77bdbf18a6dcc4bb61ab82961666b57fb53089 |
Hashes for mypy_boto3_iot1click_projects-1.14.41.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c005aaa2f33bcbd2479c73b9433257611c08427727ab1e087885101fcc9a6c6 |
|
MD5 | b3a30b92ddd3d33904f1b255793f00df |
|
BLAKE2b-256 | fa58b75cd97650c49b3ef5a65f84583caf79b1a3b131e24d427b431b074f88af |