--- id: mypy-boto3-es version: "1.43.47" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-es — Type annotations for boto3 ElasticsearchService 1.43.47 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 328.0K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's ElasticsearchService client. It is generated automatically from boto3 1.43.47 using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode, PyCharm, Emacs, Sublime Text, and other type-aware tools. When installed, it enables IDE autocompletion and catches type errors at development time without requiring explicit type annotations in your code. The package contains type definitions for the ElasticsearchService client, paginators, waiters, and service resources. It is designed as a development-only dependency—you can use TYPE_CHECKING guards to exclude it from production builds. The documentation notes that PyCharm may experience performance issues with the full stubs due to Literal overloads, and recommends boto3-stubs-lite as a lighter alternative in that case. Use it for: - Enable IDE autocompletion and type checking when writing boto3 ElasticsearchService code in VSCode, PyCharm, or Emacs. - Catch boto3 ElasticsearchService API errors at development time using mypy or pyright before deployment. - Provide explicit type annotations for ElasticsearchServiceClient, paginators, and waiters in codebases that require strict typing. - Improve code maintainability by documenting expected argument and return types for ElasticsearchService operations. - Support linting and static analysis workflows that depend on type stubs for boto3 services. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's ElasticsearchService client, enabling static type checking with mypy, pyright, and compatible editors. Yes. This is a low-friction, actively maintained type-stub package with no known vulnerabilities and a permissive MIT license. Install it if you use boto3's ElasticsearchService and want IDE autocompletion or static type checking. It is a development-only dependency and can be excluded from production builds. The only caveat is PyCharm performance with full stubs—use boto3-stubs-lite instead if you experience slowness. ## Install pip install mypy-boto3-es uv add mypy-boto3-es poetry add mypy-boto3-es ## Installing mypy-boto3-es Before you install: Low friction install with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases; repository shows 670 stars and current development activity. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: pip install mypy-boto3-es from boto3.session import Session from mypy_boto3_es import ElasticsearchServiceClient client: ElasticsearchServiceClient = Session().client("es") # Type checking and IDE completion now work Requires Python 3.9 or later; boto3 must be installed separately to use the client. Verify before relying: - Whether performance impact on PyCharm is significant enough to warrant boto3-stubs-lite as an alternative. - Whether the package works correctly with all supported Python versions (3.9–3.14) in practice. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 328.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs elasticsearch, mypy boto3 es annotations, boto3 elasticsearch type hints, IDE autocomplete boto3 es, static type checking elasticsearch client, pyright boto3 elasticsearch, boto3-stubs elasticsearch service, type-stubs, boto3, elasticsearch [View on SkillFed](https://skillfed.io/packages/mypy-boto3-es) · [View on PyPI](https://pypi.org/project/mypy-boto3-es/)