Skip to content

AppConfig module#

Index > AppConfig

Auto-generated documentation for AppConfig type annotations stubs module types-aiobotocore-appconfig.

How to install#

From PyPI with pip#

Install types-aiobotocore for AppConfig service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

AppConfigClient#

Type annotations and code completion for session.create_client("appconfig") as AppConfigClient boto3 documentation

# AppConfigClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_appconfig.client import AppConfigClient


session = get_session()
async with session.create_client("appconfig") as client:
    client: AppConfigClient

Literals#

Type annotations for literals used in methods and schema.

# ActionPointType usage example

from types_aiobotocore_appconfig.literals import ActionPointType

def get_value() -> ActionPointType:
    return "ON_DEPLOYMENT_BAKING"

Type definitions#

Type annotations for type definitions used in methods and schema.