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-aioboto3 for WellArchitected service.

# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[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-aioboto3-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.client("wellarchitected") as WellArchitectedClient boto3 documentation

Usage example
from aioboto3.session import Session

from types_aiobotocore_wellarchitected.client import WellArchitectedClient


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

Literals

Type annotations for literals used in methods and schema.

Usage example
from types_aiobotocore_wellarchitected.literals import AdditionalResourceTypeType

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

Typed dictionaries

Type annotations for typed dictionaries used in methods and schema.

Usage example
from types_aiobotocore_wellarchitected.type_defs import ChoiceContentTypeDef

def get_value() -> ChoiceContentTypeDef:
    return {
        "DisplayText": ...,
    }