Type annotations for boto3.IoT1ClickProjects 1.14.37 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-iot1click-projects
Type annotations for boto3.IoT1ClickProjects 1.14.37 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.37.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36a1ebba36800ed75d650810e19af6fe51ec00ee1a3ba5b7ba601abec8cee9ee |
|
MD5 | e617674eb9182c419343893e5110ce53 |
|
BLAKE2b-256 | dd18bdeed1dc58a05f72108105cc48e178f2a18cbd321485dc46334b78a04268 |
Hashes for mypy_boto3_iot1click_projects-1.14.37.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4811d3073f0713fd35abc495e119a31776693e1b8d0739f484ee5d913e816950 |
|
MD5 | 0e9a24696b751d7f8fe5fb9a9661bb90 |
|
BLAKE2b-256 | 21737e0988fa7f70468cdd023fc44bcba1e3fe15ebc6ded4565cf70898a17fd2 |