Skip to content

Macie module#

Index > Macie

Auto-generated documentation for Macie type annotations stubs module types-aiobotocore-macie.

How to install#

From PyPI with pip#

Install types-aiobotocore for Macie service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

MacieClient#

Type annotations and code completion for session.create_client("macie") as MacieClient boto3 documentation

# MacieClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_macie.client import MacieClient


session = get_session()
async with session.create_client("macie") as client:
    client: MacieClient

Paginators#

Type annotations and code completion for paginators from session.create_client("macie").get_paginator("...").

# ListMemberAccountsPaginator usage example

from types_aiobotocore_macie.paginator import ListMemberAccountsPaginator

def get_list_member_accounts_paginator() -> ListMemberAccountsPaginator:
    return client.get_paginator("list_member_accounts"))

Literals#

Type annotations for literals used in methods and schema.

# ListMemberAccountsPaginatorName usage example

from types_aiobotocore_macie.literals import ListMemberAccountsPaginatorName

def get_value() -> ListMemberAccountsPaginatorName:
    return "list_member_accounts"

Type definitions#

Type annotations for type definitions used in methods and schema.