Skip to content

HealthLake module

Index > HealthLake

Auto-generated documentation for HealthLake type annotations stubs module types-aiobotocore-healthlake.

How to install

From PyPI with pip

Install types-aioboto3 for HealthLake service.

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


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


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

How to uninstall

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

Usage

Code samples can be found in Examples.

HealthLakeClient

Type annotations and code completion for session.client("healthlake") as HealthLakeClient boto3 documentation

Usage example
from aioboto3.session import Session

from types_aiobotocore_healthlake.client import HealthLakeClient


session = Session()
async with session.client("healthlake") as client:
    client: HealthLakeClient

Literals

Type annotations for literals used in methods and schema.

Usage example
from types_aiobotocore_healthlake.literals import CmkTypeType

def get_value() -> CmkTypeType:
    return "AWS_OWNED_KMS_KEY"

Typed dictionaries

Type annotations for typed dictionaries used in methods and schema.

Usage example
from types_aiobotocore_healthlake.type_defs import PreloadDataConfigTypeDef

def get_value() -> PreloadDataConfigTypeDef:
    return {
        "PreloadDataType": ...,
    }