Type annotations for boto3.ServiceQuotas 1.14.1 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-service-quotas
Type annotations for boto3.ServiceQuotas 1.14.1 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.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cf71098b365d30751306315d77e9251ca8cf248946366dee86e55b255081539 |
|
MD5 | 405b9e19266c9449878741f465dbbfb0 |
|
BLAKE2b-256 | 929eaeed2516910f23129a7c1e1bd93e73e86fda898f64b5a3634bea5845f25c |
Hashes for mypy_boto3_service_quotas-1.14.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c9b76bb9471a0b06d457d716bc84883a1a93d5b3639231ef7fcc5e71481ccb9 |
|
MD5 | 30792e962ce444539a0a177ddc641eaf |
|
BLAKE2b-256 | 5343c5390637c0554fe30bed3346ce718a84f419b1f5d49481a4d5c23c4732f6 |