Type annotations for boto3.ApiGatewayManagementApi 1.14.33 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-apigatewaymanagementapi
Type annotations for boto3.ApiGatewayManagementApi 1.14.33 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 ApiGatewayManagementApi
service.
python -m pip install boto3-stubs[apigatewaymanagementapi]
How to use
Client annotations
ApiGatewayManagementApiClient
provides annotations for boto3.client("apigatewaymanagementapi")
.
import boto3
from mypy_boto3_apigatewaymanagementapi import ApiGatewayManagementApiClient
from mypy_boto3_apigatewaymanagementapi.type_defs import IdentityTypeDef, ...
client: ApiGatewayManagementApiClient = boto3.client("apigatewaymanagementapi")
# 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: ApiGatewayManagementApiClient = session.client("apigatewaymanagementapi")
Typed dictionations
mypy_boto3_apigatewaymanagementapi.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> IdentityTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_apigatewaymanagementapi
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("apigatewaymanagementapi")
session_client = boto3.Session().client("apigatewaymanagementapi")
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-apigatewaymanagementapi-1.14.33.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | bab82f40639299c054171d65d01cf5d069bfd6007aecc2b04ad3bf3faa0ca459 |
|
MD5 | 2fe2e2b0bfad5a42dea8a1461892d437 |
|
BLAKE2b-256 | a3e6f02bde93600ccd9328c9743991311f1626afa2cb1ca8fc2f358ffab103a3 |
Hashes for mypy_boto3_apigatewaymanagementapi-1.14.33.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a26420684a5371a640773b108685135b73895f2413fe4d6613e55401b7debbb6 |
|
MD5 | 4bbd83cef6e30437e422d4dc835c6288 |
|
BLAKE2b-256 | 1b624b4a26f90d4117de7d02523b12d1d376d00fe723b9870ce5a5ec60afbbbf |