mypy-boto3-cloudsearch
Type annotations for boto3 CloudSearch 1.43.0 service generated with mypy-boto3-builder 8.12.0
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-cloudsearchuv
uv add mypy-boto3-cloudsearchpoetry
poetry add mypy-boto3-cloudsearchInstalling 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
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-cloudsearchdomainProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-forecastqueryProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-inspector-scanProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-opensearchserverlessProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-detectiveProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-ivschatProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-dynamodbstreamsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-cloudtrail-dataProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-lookoutequipmentProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI