Type annotations for boto3.ServiceQuotas 1.14.0 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-service-quotas
Type annotations for boto3.ServiceQuotas 1.14.0 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 ServiceQuotas
service.
python -m pip install boto3-stubs[service-quotas]
How to use
Client annotations
ServiceQuotasClient
provides annotations for boto3.client("service-quotas")
.
import boto3
from mypy_boto3_service_quotas import ServiceQuotasClient
from mypy_boto3_service_quotas.paginator import (
ListAWSDefaultServiceQuotasPaginator,
ListRequestedServiceQuotaChangeHistoryByQuotaPaginator,
ListRequestedServiceQuotaChangeHistoryPaginator,
ListServiceQuotaIncreaseRequestsInTemplatePaginator,
ListServiceQuotasPaginator,
ListServicesPaginator,
)
from mypy_boto3_service_quotas.type_defs import ErrorReasonTypeDef, ...
client: ServiceQuotasClient = boto3.client("service-quotas")
# 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: ServiceQuotasClient = session.client("service-quotas")
Paginators annotations
mypy_boto3_service_quotas.paginator
module contains type annotations for all paginators.
client: ServiceQuotasClient = boto3.client("service-quotas")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
list_aws_default_service_quotas_paginator: ListAWSDefaultServiceQuotasPaginator = client.get_paginator("list_aws_default_service_quotas")
list_requested_service_quota_change_history_paginator: ListRequestedServiceQuotaChangeHistoryPaginator = client.get_paginator("list_requested_service_quota_change_history")
list_requested_service_quota_change_history_by_quota_paginator: ListRequestedServiceQuotaChangeHistoryByQuotaPaginator = client.get_paginator("list_requested_service_quota_change_history_by_quota")
list_service_quota_increase_requests_in_template_paginator: ListServiceQuotaIncreaseRequestsInTemplatePaginator = client.get_paginator("list_service_quota_increase_requests_in_template")
list_service_quotas_paginator: ListServiceQuotasPaginator = client.get_paginator("list_service_quotas")
list_services_paginator: ListServicesPaginator = client.get_paginator("list_services")
Typed dictionations
mypy_boto3_service_quotas.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> ErrorReasonTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_service_quotas
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("service-quotas")
session_client = boto3.Session().client("service-quotas")
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-service-quotas-1.14.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b608fbac46f3b5e25066428cffb500422e2a2538c58f3c658e6ded1b494564ef |
|
MD5 | 1d247220e339d5f9be363590690a5b7b |
|
BLAKE2b-256 | 691a8043717580d07e5d1dfdc741a443155cbceb1b32de4f40d345cc13e2b798 |
Hashes for mypy_boto3_service_quotas-1.14.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b83885e37300a9b9045bee03e031c33b6a1d91c382a12dcf168ab2884800cd4a |
|
MD5 | dcc0b7be650d9dff5110c5fdafb567fd |
|
BLAKE2b-256 | a5cba02583f480635c4496429549b742c48eb697d557adacc61fb6e498ae943c |