types-aiobotocore-opensearch
Type annotations for aiobotocore OpenSearchService 3.9.0 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 aiobotocore's OpenSearchService client. It is generated from the aiobotocore 3.9.0 API surface using mypy-boto3-builder and provides complete type annotations for client methods, paginators, and service resources. When installed, it enables IDEs (VSCode, PyCharm, Emacs, Sublime Text) and type checkers (mypy, pyright) to offer autocomplete suggestions and catch type errors in your OpenSearch client code without requiring explicit type annotations in your source.
The package is a stub-only library—it contains no runtime code, only type definitions. It works alongside aiobotocore, which you install separately and use to make actual async API calls. The stubs are compatible with Python 3.9 through 3.14 and are actively maintained, with the latest release less than two weeks old. Installation is straightforward with minimal dependencies, making it a low-friction addition to projects using aiobotocore for OpenSearch.
Use it for:
- Enable IDE autocomplete and type hints when writing aiobotocore OpenSearch client code in VSCode or PyCharm.
- Catch type errors in OpenSearch API calls during development using mypy or pyright without runtime overhead.
- Document expected parameter types and return values for OpenSearchService operations in your codebase.
- Support code review and refactoring by providing precise type information for OpenSearch client methods.
- Use in TYPE_CHECKING blocks to add type safety to production code without adding a runtime dependency.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocomplete support for aiobotocore's OpenSearchService client, enabling static type checking with mypy, pyright, and compatible editors.
Yes. Install this if you use aiobotocore to interact with OpenSearch and want static type checking or IDE autocomplete. The package is actively maintained, has no known vulnerabilities, carries a permissive MIT license, and adds negligible install friction. The only caveat is PyCharm users may experience performance issues with the full type stubs (the documentation recommends the lite variant as a workaround), but VSCode, mypy, and pyright users will see immediate benefit.
Install
types-aiobotocore-opensearch on PyPI
pip
pip install types-aiobotocore-opensearchuv
uv add types-aiobotocore-opensearchpoetry
poetry add types-aiobotocore-opensearchInstalling types-aiobotocore-opensearch
Before you install
Low friction installation with a single lightweight dependency (typing-extensions). Package is actively maintained with recent releases and no known vulnerabilities.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations.
Quickstart
pip install types-aiobotocore-opensearch
from aiobotocore.session import get_session
from types_aiobotocore_opensearch import OpenSearchServiceClient
session = get_session()
async with session.create_client("opensearch") as client:
client: OpenSearchServiceClient
Requires Python 3.9 or later; aiobotocore must be installed separately to use the client at runtime.
Verify before relying
- Whether performance impact on PyCharm remains significant after the noted PY-40997 issue resolution.
- Exact coverage of OpenSearchService operations and paginators in the generated type stubs.
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 — 12 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 82,406/month — #14,165 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_aiobotocore_opensearch-3.9.0-py3-none-any.whl
Keywords: aiobotocore, opensearch, aiobotocore-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-opensearchProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocoreProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-liteProvides type annotations for aiobotocore…
permissive · top 15,000 on PyPI
types-aiobotocore-opensearchserverlessProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-sqsProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-ec2Provides type stubs and annotations for…
permissive · top 5,000 on PyPI
types-aiobotocore-fullProvides complete type annotations for…
permissive · top 15,000 on PyPI
types-aiobotocore-cloudformationProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-translateProvides type stubs and IDE autocomplete…
permissive · top 15,000 on PyPI