Skip to content

WorkMailMessageFlow module#

Index > WorkMailMessageFlow

Auto-generated documentation for WorkMailMessageFlow type annotations stubs module types-aiobotocore-workmailmessageflow.

How to install#

From PyPI with pip#

Install types-aiobotocore for WorkMailMessageFlow service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

WorkMailMessageFlowClient#

Type annotations and code completion for session.create_client("workmailmessageflow") as WorkMailMessageFlowClient boto3 documentation

# WorkMailMessageFlowClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_workmailmessageflow.client import WorkMailMessageFlowClient


session = get_session()
async with session.create_client("workmailmessageflow") as client:
    client: WorkMailMessageFlowClient

Literals#

Type annotations for literals used in methods and schema.

# WorkMailMessageFlowServiceName usage example

from types_aiobotocore_workmailmessageflow.literals import WorkMailMessageFlowServiceName

def get_value() -> WorkMailMessageFlowServiceName:
    return "workmailmessageflow"

Type definitions#

Type annotations for type definitions used in methods and schema.