Skip to content

ivschat module

Index > ivschat

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

How to install

From PyPI with pip

Install types-aioboto3 for ivschat service.

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


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


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

How to uninstall

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

Usage

Code samples can be found in Examples.

ivschatClient

Type annotations and code completion for session.client("ivschat") as ivschatClient boto3 documentation

Usage example
from aioboto3.session import Session

from types_aiobotocore_ivschat.client import ivschatClient


session = Session()
async with session.client("ivschat") as client:
    client: ivschatClient

Literals

Type annotations for literals used in methods and schema.

Usage example
from types_aiobotocore_ivschat.literals import ChatTokenCapabilityType

def get_value() -> ChatTokenCapabilityType:
    return "DELETE_MESSAGE"

Typed dictionaries

Type annotations for typed dictionaries used in methods and schema.

Usage example
from types_aiobotocore_ivschat.type_defs import CreateChatTokenRequestRequestTypeDef

def get_value() -> CreateChatTokenRequestRequestTypeDef:
    return {
        "roomIdentifier": ...,
        "userId": ...,
    }