Type annotations for boto3.LicenseManager 1.14.52 service, generated by mypy-boto3-buider 2.3.1
Project description
mypy-boto3-license-manager
Type annotations for boto3.LicenseManager 1.14.52 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.3.1.
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 LicenseManager
service.
python -m pip install boto3-stubs[license-manager]
How to use
Client annotations
LicenseManagerClient
provides annotations for boto3.client("license-manager")
.
import boto3
from mypy_boto3_license_manager import LicenseManagerClient
from mypy_boto3_license_manager.paginator import (
ListAssociationsForLicenseConfigurationPaginator,
ListLicenseConfigurationsPaginator,
ListLicenseSpecificationsForResourcePaginator,
ListResourceInventoryPaginator,
ListUsageForLicenseConfigurationPaginator,
)
from mypy_boto3_license_manager.type_defs import AutomatedDiscoveryInformationTypeDef, ...
client: LicenseManagerClient = boto3.client("license-manager")
# 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: LicenseManagerClient = session.client("license-manager")
Paginators annotations
mypy_boto3_license_manager.paginator
module contains type annotations for all paginators.
client: LicenseManagerClient = boto3.client("license-manager")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
list_associations_for_license_configuration_paginator: ListAssociationsForLicenseConfigurationPaginator = client.get_paginator("list_associations_for_license_configuration")
list_license_configurations_paginator: ListLicenseConfigurationsPaginator = client.get_paginator("list_license_configurations")
list_license_specifications_for_resource_paginator: ListLicenseSpecificationsForResourcePaginator = client.get_paginator("list_license_specifications_for_resource")
list_resource_inventory_paginator: ListResourceInventoryPaginator = client.get_paginator("list_resource_inventory")
list_usage_for_license_configuration_paginator: ListUsageForLicenseConfigurationPaginator = client.get_paginator("list_usage_for_license_configuration")
Typed dictionations
mypy_boto3_license_manager.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> AutomatedDiscoveryInformationTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_license_manager
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("license-manager")
session_client = boto3.Session().client("license-manager")
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-license-manager-1.14.52.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e59e037c8cab88fe773d277b38cb7f6643733fe0aa8e87cd1c48bf412b5cdf1d |
|
MD5 | 46ef9b8753c17cb24c3d7ee48271047b |
|
BLAKE2b-256 | 7e4d4fd8b984a5513d6c97e6aee29abc3e8ce4661a48ccaa7689fe23df4b117c |
Hashes for mypy_boto3_license_manager-1.14.52.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b9cc697942519b8905f2809e39518f8e4fdac28bf1acdde7c93747cb94e139b |
|
MD5 | 4d64482fc490c636c488838ed232f3db |
|
BLAKE2b-256 | 6486b0d7e45dde7efe91633e82f0aa0479b19ef1f28f61954a16e9c0dc523faf |