Skip to content

CloudSearch module#

Index > CloudSearch

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

How to install#

From PyPI with pip#

Install types-aiobotocore for CloudSearch service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

CloudSearchClient#

Type annotations and code completion for session.create_client("cloudsearch") as CloudSearchClient boto3 documentation

# CloudSearchClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_cloudsearch.client import CloudSearchClient


session = get_session()
async with session.create_client("cloudsearch") as client:
    client: CloudSearchClient

Literals#

Type annotations for literals used in methods and schema.

# AlgorithmicStemmingType usage example

from types_aiobotocore_cloudsearch.literals import AlgorithmicStemmingType

def get_value() -> AlgorithmicStemmingType:
    return "full"

Type definitions#

Type annotations for type definitions used in methods and schema.