Skip to content

KinesisVideoSignalingChannels module

Index > KinesisVideoSignalingChannels

Auto-generated documentation for KinesisVideoSignalingChannels type annotations stubs module types-aiobotocore-kinesis-video-signaling.

How to install

From PyPI with pip

Install types-aioboto3 for KinesisVideoSignalingChannels service.

# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[kinesis-video-signaling]'


# 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[kinesis-video-signaling]'


# standalone installation
python -m pip install types-aiobotocore-kinesis-video-signaling

How to uninstall

python -m pip uninstall -y types-aiobotocore-kinesis-video-signaling

Usage

Code samples can be found in Examples.

KinesisVideoSignalingChannelsClient

Type annotations and code completion for session.client("kinesis-video-signaling") as KinesisVideoSignalingChannelsClient boto3 documentation

Usage example
from aioboto3.session import Session

from types_aiobotocore_kinesis_video_signaling.client import KinesisVideoSignalingChannelsClient


session = Session()
async with session.client("kinesis-video-signaling") as client:
    client: KinesisVideoSignalingChannelsClient

Literals

Type annotations for literals used in methods and schema.

Usage example
from types_aiobotocore_kinesis_video_signaling.literals import ServiceType

def get_value() -> ServiceType:
    return "TURN"

Typed dictionaries

Type annotations for typed dictionaries used in methods and schema.

Usage example
from types_aiobotocore_kinesis_video_signaling.type_defs import GetIceServerConfigRequestRequestTypeDef

def get_value() -> GetIceServerConfigRequestRequestTypeDef:
    return {
        "ChannelARN": ...,
    }