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

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.

Usage example
from types_aiobotocore_workmailmessageflow.literals import WorkMailMessageFlowServiceName

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

Typed dictionaries

Type annotations for typed dictionaries used in methods and schema.

Usage example
from types_aiobotocore_workmailmessageflow.type_defs import GetRawMessageContentRequestRequestTypeDef

def get_value() -> GetRawMessageContentRequestRequestTypeDef:
    return {
        "messageId": ...,
    }