Skip to content

AppMesh module#

Index > AppMesh

Auto-generated documentation for AppMesh type annotations stubs module types-aiobotocore-appmesh.

How to install#

From PyPI with pip#

Install types-aiobotocore for AppMesh service.

# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[appmesh]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aiobotocore-lite[appmesh]'


# standalone installation
python -m pip install types-aiobotocore-appmesh

How to uninstall#

python -m pip uninstall -y types-aiobotocore-appmesh

Usage#

Code samples can be found in Examples.

AppMeshClient#

Type annotations and code completion for session.create_client("appmesh") as AppMeshClient boto3 documentation

# AppMeshClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_appmesh.client import AppMeshClient


session = get_session()
async with session.create_client("appmesh") as client:
    client: AppMeshClient

Paginators#

Type annotations and code completion for paginators from session.create_client("appmesh").get_paginator("...").

# ListGatewayRoutesPaginator usage example

from types_aiobotocore_appmesh.paginator import ListGatewayRoutesPaginator

def get_list_gateway_routes_paginator() -> ListGatewayRoutesPaginator:
    return client.get_paginator("list_gateway_routes"))

Literals#

Type annotations for literals used in methods and schema.

# DefaultGatewayRouteRewriteType usage example

from types_aiobotocore_appmesh.literals import DefaultGatewayRouteRewriteType

def get_value() -> DefaultGatewayRouteRewriteType:
    return "DISABLED"

Type definitions#

Type annotations for type definitions used in methods and schema.