Skip to content

AppRunner module#

Index > AppRunner

Auto-generated documentation for AppRunner type annotations stubs module types-aiobotocore-apprunner.

How to install#

From PyPI with pip#

Install types-aiobotocore for AppRunner service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

AppRunnerClient#

Type annotations and code completion for session.create_client("apprunner") as AppRunnerClient boto3 documentation

# AppRunnerClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_apprunner.client import AppRunnerClient


session = get_session()
async with session.create_client("apprunner") as client:
    client: AppRunnerClient

Literals#

Type annotations for literals used in methods and schema.

# AutoScalingConfigurationStatusType usage example

from types_aiobotocore_apprunner.literals import AutoScalingConfigurationStatusType

def get_value() -> AutoScalingConfigurationStatusType:
    return "ACTIVE"

Type definitions#

Type annotations for type definitions used in methods and schema.