Type annotations for boto3.AppMesh 1.14.0 service, generated by mypy-boto3-buider 2.1.0
Project description
mypy-boto3-appmesh
Type annotations for boto3.AppMesh 1.14.0 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.1.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 AppMesh
service.
python -m pip install boto3-stubs[appmesh]
How to use
Client annotations
AppMeshClient
provides annotations for boto3.client("appmesh")
.
import boto3
from mypy_boto3_appmesh import AppMeshClient
client: AppMeshClient = boto3.client("appmesh")
# 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: AppMeshClient = session.client("appmesh")
Paginators annotations
mypy_boto3_appmesh.paginator
module contains type annotations for all paginators.
from mypy_boto3_appmesh import AppMeshClient
from mypy_boto3_appmesh.paginator import (
ListMeshesPaginator,
ListRoutesPaginator,
ListTagsForResourcePaginator,
ListVirtualNodesPaginator,
ListVirtualRoutersPaginator,
ListVirtualServicesPaginator,
)
client: AppMeshClient = boto3.client("appmesh")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
list_meshes_paginator: ListMeshesPaginator = client.get_paginator("list_meshes")
list_routes_paginator: ListRoutesPaginator = client.get_paginator("list_routes")
list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator("list_tags_for_resource")
list_virtual_nodes_paginator: ListVirtualNodesPaginator = client.get_paginator("list_virtual_nodes")
list_virtual_routers_paginator: ListVirtualRoutersPaginator = client.get_paginator("list_virtual_routers")
list_virtual_services_paginator: ListVirtualServicesPaginator = client.get_paginator("list_virtual_services")
Typed dictionations
mypy_boto3_appmesh.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
from mypy_boto3_appmesh.type_defs import AccessLogTypeDef, ...
def get_structure() -> AccessLogTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_appmesh
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
import boto3
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("appmesh")
session_client = boto3.Session().client("appmesh")
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-appmesh-1.14.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5046841179610c6ace756fc224eb716876964285091bca41fd027f40c0372aac |
|
MD5 | 1a316e9fca071f95805604452f693170 |
|
BLAKE2b-256 | 1c767a9779114c0bbbbb559929612b0435a339e535da3cdb23849f4e63aed7df |
Hashes for mypy_boto3_appmesh-1.14.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac980fba5a69c6856e84e9bc487eb4e2f310e6be806768140fb8ad4f65e0ac2f |
|
MD5 | 9012edeff01727c24a4f11d34d1955aa |
|
BLAKE2b-256 | c24914f1e86b84f5e9bae58eb79f6f6c2d4cdb65f2ff2e79bda88b44e06ae4ce |