Registry / type-stubs / types-aiobotocore-opensearchserverless

types-aiobotocore-opensearchserverless

JSON →
library3.5.0pypypiunverified

Type annotations for aiobotocore OpenSearchServiceServerless 3.5.0 service, generated with mypy-boto3-builder 8.12.0. Provides static type checking support for the OpenSearch Serverless service in async boto3 applications. Currently at version 3.5.0, released with minor updates aligned to aiobotocore releases.

pip install types-aiobotocore[opensearchserverless]
INSTALL
IMPORT
SIG · TYPES-AIOBOTOCORE-
T
types-aiobotocore-opensearchserverless
type-stubspythonv3.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OpenSearchServerlessClient
from aiobotocore-stubs import OpenSearchServerlessClient
from types_aiobotocore_opensearchserverless import OpenSearchServerlessClient

Basic async usage with OpenSearchServerlessClient type hints.

import asyncio from types_aiobotocore_opensearchserverless import OpenSearchServerlessClient async def main(): session = get_session() # Assume aiobotocore AioSession async with session.create_client('opensearchserverless', region_name='us-east-1') as client: response = await client.list_collections() print(response) asyncio.run(main())
Debug
Known issues
breakingVersion 8.9.0 of the builder renamed many TypeDefs (e.g., CreateDistributionRequestRequestTypeDef -> CreateDistributionRequestTypeDef); existing type annotations may silently break.
fix
Update your type annotations to match new shorter names; run mypy to detect mismatches.
affects: >=3.5.0 (generated by builder >=8.9.0)
breakingPython 3.8 support removed in builder 8.12.0; this package now requires Python >=3.9.
fix
Upgrade to Python 3.9 or later.
affects: >=3.5.0
deprecatedThe service 'sms-voice' is no longer supported; use 'pinpoint-sms-voice' instead. This does not directly affect opensearchserverless but indicates broader deprecations.
fix
No action required for this service.
affects: all
Upgrade
Version history
3.5.0latest on PyPI · released Apr 23, 2026
Audit
Dependencies
typing-extensionsoptionalRequired for type annotations in Python <3.11
Agent activity
44 hits · last 30 days
node
38
OpenAI (training)
1
Resources
types-aiobotocore-opensearchserverless — pip install types-aiobotocore-opensearchserverless · libregistry