--- id: mypy-boto3-cloudsearch version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-cloudsearch — Type annotations for boto3 CloudSearch 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 251.1K/mo ## 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 above — 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 pip install mypy-boto3-cloudsearch uv add mypy-boto3-cloudsearch 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_current - Install friction: low - Maintenance: active - Downloads: 251.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs cloudsearch, type annotations aws cloudsearch, mypy boto3 cloudsearch, boto3 cloudsearch autocomplete, static type checking cloudsearch, pyright boto3 stubs, ide code completion cloudsearch, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-cloudsearch) · [View on PyPI](https://pypi.org/project/mypy-boto3-cloudsearch/)