Type annotations for boto3.IoT1ClickProjects 1.14.38 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-iot1click-projects
Type annotations for boto3.IoT1ClickProjects 1.14.38 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.38.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2af31c8ec181f8af754cbd3142d9a64a38e55d8d277ce9a6e9c1947fc0be824a |
|
MD5 | 9a7f53eff3cf9363722666b97f94f166 |
|
BLAKE2b-256 | 97836f9238c026393f5c4615da84c1ad5efa63b90bbd1ad3e1030ede5d27deee |
Hashes for mypy_boto3_iot1click_projects-1.14.38.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02ba59ddfe0873fc4d76618740ae2e855e791f8b55e6806db1fe909ae4e3f6b8 |
|
MD5 | 03ed3e07759fdec62014e1fb3d589161 |
|
BLAKE2b-256 | 1d53704a7691daab8155833cea290adc06e41c6989503c29cdbbea74fae5dbf7 |