Skip to content

IVS module#

Index > IVS

Auto-generated documentation for IVS type annotations stubs module types-aiobotocore-ivs.

How to install#

From PyPI with pip#

Install types-aiobotocore for IVS service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

IVSClient#

Type annotations and code completion for session.create_client("ivs") as IVSClient boto3 documentation

# IVSClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_ivs.client import IVSClient


session = get_session()
async with session.create_client("ivs") as client:
    client: IVSClient

Paginators#

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

# ListChannelsPaginator usage example

from types_aiobotocore_ivs.paginator import ListChannelsPaginator

def get_list_channels_paginator() -> ListChannelsPaginator:
    return client.get_paginator("list_channels"))

Literals#

Type annotations for literals used in methods and schema.

# ChannelLatencyModeType usage example

from types_aiobotocore_ivs.literals import ChannelLatencyModeType

def get_value() -> ChannelLatencyModeType:
    return "LOW"

Type definitions#

Type annotations for type definitions used in methods and schema.