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

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

# WorkMailMessageFlowClient usage example

from aioboto3.session import Session

from types_aiobotocore_workmailmessageflow.client import WorkMailMessageFlowClient


session = Session()
async with session.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.