Skip to content

CloudWatchInternetMonitor module#

Index > CloudWatchInternetMonitor

Auto-generated documentation for CloudWatchInternetMonitor type annotations stubs module types-aiobotocore-internetmonitor.

How to install#

From PyPI with pip#

Install types-aioboto3 for CloudWatchInternetMonitor service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

CloudWatchInternetMonitorClient#

Type annotations and code completion for session.client("internetmonitor") as CloudWatchInternetMonitorClient boto3 documentation

# CloudWatchInternetMonitorClient usage example

from aioboto3.session import Session

from types_aiobotocore_internetmonitor.client import CloudWatchInternetMonitorClient


session = Session()
async with session.client("internetmonitor") as client:
    client: CloudWatchInternetMonitorClient

Paginators#

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

# ListHealthEventsPaginator usage example

from types_aiobotocore_internetmonitor.paginator import ListHealthEventsPaginator

def get_list_health_events_paginator() -> ListHealthEventsPaginator:
    return client.get_paginator("list_health_events"))

Literals#

Type annotations for literals used in methods and schema.

# HealthEventImpactTypeType usage example

from types_aiobotocore_internetmonitor.literals import HealthEventImpactTypeType

def get_value() -> HealthEventImpactTypeType:
    return "AVAILABILITY"

Type definitions#

Type annotations for type definitions used in methods and schema.