Type annotations for boto3.IoT1ClickProjects 1.14.43 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-iot1click-projects
Type annotations for boto3.IoT1ClickProjects 1.14.43 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.43.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8267275144ac5dafd6af0936666685349a97aff41846fd5baf41ce1e44bba96 |
|
MD5 | e5ac13bfdf41c8dd690e5c9138c52f8f |
|
BLAKE2b-256 | 7b8c92d96f36a49087f3fbbad9226081ab160c8f88373d917826d50cb602d01e |
Hashes for mypy_boto3_iot1click_projects-1.14.43.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | db5afa88c21b73f28f5a68eb41accc4cf5d1e0b91be7184e617cbb10bbd260cf |
|
MD5 | 87d6ff35d64f30092fca6ffa1b6634aa |
|
BLAKE2b-256 | 268e98e073e2392d872a6ea835d9b56f410e5499798af3183764c64cddd3e020 |