Skip to content

ApiGatewayManagementApi module#

Index > ApiGatewayManagementApi

Auto-generated documentation for ApiGatewayManagementApi type annotations stubs module types-aiobotocore-apigatewaymanagementapi.

How to install#

From PyPI with pip#

Install types-aiobotocore for ApiGatewayManagementApi service.

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


# 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[apigatewaymanagementapi]'


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

ApiGatewayManagementApiClient#

Type annotations and code completion for session.create_client("apigatewaymanagementapi") as ApiGatewayManagementApiClient boto3 documentation

# ApiGatewayManagementApiClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_apigatewaymanagementapi.client import ApiGatewayManagementApiClient


session = get_session()
async with session.create_client("apigatewaymanagementapi") as client:
    client: ApiGatewayManagementApiClient

Literals#

Type annotations for literals used in methods and schema.

# ApiGatewayManagementApiServiceName usage example

from types_aiobotocore_apigatewaymanagementapi.literals import ApiGatewayManagementApiServiceName

def get_value() -> ApiGatewayManagementApiServiceName:
    return "apigatewaymanagementapi"

Type definitions#

Type annotations for type definitions used in methods and schema.