Skip to content

WellArchitected module#

Index > WellArchitected

Auto-generated documentation for WellArchitected type annotations stubs module types-aiobotocore-wellarchitected.

How to install#

From PyPI with pip#

Install types-aiobotocore for WellArchitected service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

WellArchitectedClient#

Type annotations and code completion for session.create_client("wellarchitected") as WellArchitectedClient boto3 documentation

# WellArchitectedClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_wellarchitected.client import WellArchitectedClient


session = get_session()
async with session.create_client("wellarchitected") as client:
    client: WellArchitectedClient

Literals#

Type annotations for literals used in methods and schema.

# AdditionalResourceTypeType usage example

from types_aiobotocore_wellarchitected.literals import AdditionalResourceTypeType

def get_value() -> AdditionalResourceTypeType:
    return "HELPFUL_RESOURCE"

Type definitions#

Type annotations for type definitions used in methods and schema.