Skip to content

LookoutEquipment module#

Index > LookoutEquipment

Auto-generated documentation for LookoutEquipment type annotations stubs module types-aiobotocore-lookoutequipment.

How to install#

From PyPI with pip#

Install types-aioboto3 for LookoutEquipment service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

LookoutEquipmentClient#

Type annotations and code completion for session.client("lookoutequipment") as LookoutEquipmentClient boto3 documentation

# LookoutEquipmentClient usage example

from aioboto3.session import Session

from types_aiobotocore_lookoutequipment.client import LookoutEquipmentClient


session = Session()
async with session.client("lookoutequipment") as client:
    client: LookoutEquipmentClient

Literals#

Type annotations for literals used in methods and schema.

# AutoPromotionResultType usage example

from types_aiobotocore_lookoutequipment.literals import AutoPromotionResultType

def get_value() -> AutoPromotionResultType:
    return "MODEL_NOT_PROMOTED"

Type definitions#

Type annotations for type definitions used in methods and schema.