Skip to content

SupportApp module#

Index > SupportApp

Auto-generated documentation for SupportApp type annotations stubs module types-aiobotocore-support-app.

How to install#

From PyPI with pip#

Install types-aioboto3 for SupportApp service.

# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[support-app]'


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


# standalone installation
python -m pip install types-aiobotocore-support-app

How to uninstall#

python -m pip uninstall -y types-aiobotocore-support-app

Usage#

Code samples can be found in Examples.

SupportAppClient#

Type annotations and code completion for session.client("support-app") as SupportAppClient boto3 documentation

# SupportAppClient usage example

from aioboto3.session import Session

from types_aiobotocore_support_app.client import SupportAppClient


session = Session()
async with session.client("support-app") as client:
    client: SupportAppClient

Literals#

Type annotations for literals used in methods and schema.

# AccountTypeType usage example

from types_aiobotocore_support_app.literals import AccountTypeType

def get_value() -> AccountTypeType:
    return "management"

Type definitions#

Type annotations for type definitions used in methods and schema.