Skip to content

CloudSearchDomain module

Index > CloudSearchDomain

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

How to install

From PyPI with pip

Install types-aioboto3 for CloudSearchDomain service.

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


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


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

How to uninstall

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

Usage

Code samples can be found in Examples.

CloudSearchDomainClient

Type annotations and code completion for session.client("cloudsearchdomain") as CloudSearchDomainClient boto3 documentation

Usage example
from aioboto3.session import Session

from types_aiobotocore_cloudsearchdomain.client import CloudSearchDomainClient


session = Session()
async with session.client("cloudsearchdomain") as client:
    client: CloudSearchDomainClient

Literals

Type annotations for literals used in methods and schema.

Usage example
from types_aiobotocore_cloudsearchdomain.literals import ContentTypeType

def get_value() -> ContentTypeType:
    return "application/json"

Typed dictionaries

Type annotations for typed dictionaries used in methods and schema.

Usage example
from types_aiobotocore_cloudsearchdomain.type_defs import BucketTypeDef

def get_value() -> BucketTypeDef:
    return {
        "value": ...,
    }