Skip to content

CleanRoomsML module#

Index > CleanRoomsML

Auto-generated documentation for CleanRoomsML type annotations stubs module types-aiobotocore-cleanroomsml.

How to install#

From PyPI with pip#

Install types-aioboto3 for CleanRoomsML service.

# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[cleanroomsml]'


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

CleanRoomsMLClient#

Type annotations and code completion for session.client("cleanroomsml") as CleanRoomsMLClient boto3 documentation

# CleanRoomsMLClient usage example

from aioboto3.session import Session

from types_aiobotocore_cleanroomsml.client import CleanRoomsMLClient


session = Session()
async with session.client("cleanroomsml") as client:
    client: CleanRoomsMLClient

Paginators#

Type annotations and code completion for paginators from session.client("cleanroomsml").get_paginator("...").

# ListAudienceExportJobsPaginator usage example

from types_aiobotocore_cleanroomsml.paginator import ListAudienceExportJobsPaginator

def get_list_audience_export_jobs_paginator() -> ListAudienceExportJobsPaginator:
    return client.get_paginator("list_audience_export_jobs"))

Literals#

Type annotations for literals used in methods and schema.

# AudienceExportJobStatusType usage example

from types_aiobotocore_cleanroomsml.literals import AudienceExportJobStatusType

def get_value() -> AudienceExportJobStatusType:
    return "ACTIVE"

Type definitions#

Type annotations for type definitions used in methods and schema.