Type annotations for boto3.ApiGatewayManagementApi 1.14.52 service, generated by mypy-boto3-buider 2.3.1
Project description
mypy-boto3-apigatewaymanagementapi
Type annotations for boto3.ApiGatewayManagementApi 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 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.52.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87ffbe50d0f1a941636875d2d4607c2d5a5acd648c60dce37a103eec7f08ba73 |
|
MD5 | 5467c635e0c0fc268766d810f4d1835b |
|
BLAKE2b-256 | 1756578b553579cf4388b588cecc47028eed4dd7ab174fbdcd6d10a5c4e23cc2 |
Hashes for mypy_boto3_apigatewaymanagementapi-1.14.52.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52abf9b08410d1ad98ac5e6ed69961e377bfa73ccdf58aff1dec3fd719e73be7 |
|
MD5 | 2f84cc121705c8d8d2635716c4c84e5a |
|
BLAKE2b-256 | 1adf26da411bb8afff4e3fd60c1aa45b913341ef5aedca8a4556ba333290f148 |