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-aiobotocore for ivschat service.

# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[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-aiobotocore-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.create_client("ivschat") as ivschatClient boto3 documentation

# ivschatClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_ivschat.client import ivschatClient


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

Literals#

Type annotations for literals used in methods and schema.

# ChatTokenCapabilityType usage example

from types_aiobotocore_ivschat.literals import ChatTokenCapabilityType

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

Type definitions#

Type annotations for type definitions used in methods and schema.