mypy-boto3-es
Type annotations for boto3 ElasticsearchService 1.43.47 service generated with mypy-boto3-builder 8.12.0
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 on this page — 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
mypy-boto3-es on PyPI
pip
pip install mypy-boto3-esuv
uv add mypy-boto3-espoetry
poetry add mypy-boto3-esInstalling 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 the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 32 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 327,965/month — #7,562 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_es-1.43.47-py3-none-any.whl
Keywords: boto3, es, 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-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-marketplacecommerceanalyticsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-rdsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-opensearchProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-docdb-elasticProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-elasticacheProvides type annotations and IDE…
permissive · top 15,000 on PyPI