skillfed

mypy-boto3-cloudsearch

Type annotations for boto3 CloudSearch 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-cloudsearch v1.43.0 251.1K downloads/30d#8,597 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a stub-only type annotation library for boto3's CloudSearch service, generated automatically by mypy-boto3-builder. It does not add runtime functionality; instead, it teaches type checkers and IDEs how to validate and autocomplete CloudSearch API calls. When installed, it enables static type checking in mypy and pyright, code completion in VSCode, PyCharm, Emacs, and Sublime Text, and explicit type hints for CloudSearchClient, service literals, and type definitions. The package is designed to work alongside boto3 itself—you install both, then write boto3 code normally while your type checker validates it against the CloudSearch API surface.

The package supports modern Python versions (3.9 through 3.14) and is actively maintained, with the type stubs regenerated whenever boto3 updates. It has a single runtime dependency (typing-extensions) and installs as a pure Python wheel with low friction. The documentation notes that PyCharm may experience performance issues with Literal overloads, in which case the lite variant is recommended as an alternative.

Use it for:

  • Enable mypy or pyright to catch CloudSearch API misuse (wrong parameter types, missing required fields) before runtime.
  • Get IDE autocomplete and inline documentation for CloudSearch client methods and parameters in VSCode or PyCharm.
  • Use CloudSearch type literals (e.g., AlgorithmicStemmingType) in function signatures for stricter type safety in your own code.
  • Validate boto3 CloudSearch calls in a CI/CD pipeline without running the code, catching bugs early.
  • Migrate legacy boto3 CloudSearch code to typed Python by gradually adding type annotations with IDE assistance.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocomplete support for boto3's CloudSearch service, enabling static type checking with mypy, pyright, and other tools.

Yes, if you use boto3's CloudSearch service and want static type checking or IDE autocomplete. Installation is frictionless, maintenance is active, and there are no security concerns. The only caveat is PyCharm users may experience performance degradation with the full stubs; they should consider the lite variant or use mypy/pyright instead. For VSCode, mypy, pyright, and other tools, this is a straightforward win.

Install

mypy-boto3-cloudsearch on PyPI

pip

pip install mypy-boto3-cloudsearch

uv

uv add mypy-boto3-cloudsearch

poetry

poetry add mypy-boto3-cloudsearch

Installing mypy-boto3-cloudsearch

Before you install

Low friction installation as a pure Python wheel with a single runtime dependency (typing-extensions). Actively maintained with recent releases and no known vulnerabilities.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and proprietary projects.

Quickstart

pip install mypy-boto3-cloudsearch

from boto3.session import Session
from mypy_boto3_cloudsearch import CloudSearchClient

client: CloudSearchClient = Session().client("cloudsearch")

Requires Python 3.9 or later; boto3 must be installed separately in your environment.

Verify before relying

  • Whether PyCharm performance issues mentioned in the docs (issue PY-40997) remain unresolved or have been addressed in recent PyCharm versions.
  • Whether the lite variant (boto3-stubs-lite) offers meaningful performance benefits for CloudSearch specifically.

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 1 — typing-extensions
Maintenance actively maintained — 107 days since the last release
Last repo commit
First released
Downloads 251,112/month — #8,597 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_cloudsearch-1.43.0-py3-none-any.whl

Keywords: boto3, cloudsearch, boto3-stubs, type-annotations, mypy, typeshed, autocomplete

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubs cloudsearchtype annotations aws cloudsearchmypy boto3 cloudsearchboto3 cloudsearch autocompletestatic type checking cloudsearchpyright boto3 stubside code completion cloudsearch
type-stubsaws-sdkstatic-typing

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-cloudsearchdomain

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-forecastquery

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-inspector-scan

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-opensearchserverless

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-detective

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-ivschat

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-dynamodbstreams

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-cloudtrail-data

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-lookoutequipment

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI