Type annotations for boto3.CloudHSM 1.14.9 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-cloudhsm
Type annotations for boto3.CloudHSM 1.14.9 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 CloudHSM
service.
python -m pip install boto3-stubs[cloudhsm]
How to use
Client annotations
CloudHSMClient
provides annotations for boto3.client("cloudhsm")
.
import boto3
from mypy_boto3_cloudhsm import CloudHSMClient
from mypy_boto3_cloudhsm.paginator import (
ListHapgsPaginator,
ListHsmsPaginator,
ListLunaClientsPaginator,
)
from mypy_boto3_cloudhsm.type_defs import TagTypeDef, ...
client: CloudHSMClient = boto3.client("cloudhsm")
# 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: CloudHSMClient = session.client("cloudhsm")
Paginators annotations
mypy_boto3_cloudhsm.paginator
module contains type annotations for all paginators.
client: CloudHSMClient = boto3.client("cloudhsm")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
list_hapgs_paginator: ListHapgsPaginator = client.get_paginator("list_hapgs")
list_hsms_paginator: ListHsmsPaginator = client.get_paginator("list_hsms")
list_luna_clients_paginator: ListLunaClientsPaginator = client.get_paginator("list_luna_clients")
Typed dictionations
mypy_boto3_cloudhsm.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> TagTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_cloudhsm
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("cloudhsm")
session_client = boto3.Session().client("cloudhsm")
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-cloudhsm-1.14.9.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e063694c1d6b7caf546c4bcb755f4525a3e15ddb9e13a7e971475a4cd3ae62e |
|
MD5 | 318df501b673ca0a7052dbefc6a0e3da |
|
BLAKE2b-256 | 079752fe5e8563afd83295a87e22b8651502d6edfaa0cc026ba80096f02040da |
Hashes for mypy_boto3_cloudhsm-1.14.9.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00630526fba38c166e04cfead127aa03241fda3f0b903a03fdc4c2e9b3669453 |
|
MD5 | dd0e8bf3ffdcbb6777df2997f747a580 |
|
BLAKE2b-256 | bb70a605c46a52c267a294c3219f3bd012afc16b15a6c3301e975d7f423a221f |