Registry / type-stubs / types-aiobotocore-elasticache

types-aiobotocore-elasticache

JSON →
library3.7.0pypypiunverified

Type annotations for aiobotocore ElastiCache 3.5.0 service generated with mypy-boto3-builder. Provides static type checking support for ElastiCache operations when using aiobotocore. Version 3.5.0, part of the types-aiobotocore ecosystem, updated monthly.

pip install types-aiobotocore-elasticache
INSTALL
IMPORT
SIG · TYPES-AIOBOTOCORE-
T
types-aiobotocore-elasticache
type-stubspythonv3.7.0
Install
1.7s avg
Import
Disk
17MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v3.7.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 18.7MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.7s · import 0.000s · 19MB
17MB installed
● package 17MB
Code
Verified usage

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

ElastiCacheClient
from types_aiobotocore_elasticache import ElastiCacheClient
from types_aiobotocore_elasticache import ElastiCacheClient

Minimal async usage with type hints

import asyncio from types_aiobotocore_elasticache import ElastiCacheClient async def main(): session = aiobotocore.session.AioSession() async with session.create_client('elasticache', region_name='us-east-1') as client: # client is type-annotated as ElastiCacheClient response = await client.describe_cache_clusters() print(response['CacheClusters']) asyncio.run(main())
Debug
Known issues
breakingVersion 8.9.0 of mypy-boto3-builder introduced breaking changes: TypeDef names shortened and conflicts resolved (e.g., CreateDistributionRequestRequestTypeDef -> CreateDistributionRequestTypeDef). Ensure your type annotations match the new naming.
fix
Update your type references accordingly or pin to older builder version if needed.
affects: >=8.9.0 of builder (affects type definitions in generated packages after March 2025)
breakingPython 3.8 support was dropped in builder 8.12.0. This package requires Python >=3.9.
fix
Upgrade to Python 3.9+ or use an older version of types-aiobotocore-elasticache (pre-8.12.0 builder).
affects: >=8.12.0 of builder (package versions after November 2025)
deprecatedThe sms-voice service (not elasticache) was deprecated and replaced. For elasticache, no deprecation yet, but aiobotocore may remove services in future.
fix
Monitor aiobotocore changelog for ElastiCache service deprecation.
affects: all
gotchaThe package name includes '-elasticache' but it's for ElastiCache (one 'c'). Ensure you install the correct package.
fix
Install via 'pip install types-aiobotocore-elasticache' with correct spelling.
affects: all
Upgrade
Version history
3.7.0latest on PyPI · released May 10, 2026
Audit
Dependencies
aiobotocorerequiredRuntime dependency for ElastiCache service calls
typing-extensionsrequiredRequired for Python <3.11 type hints
Agent activity
45 hits · last 30 days
node
38
Amazon
1
OpenAI (training)
1
Resources
types-aiobotocore-elasticache — pip install types-aiobotocore-elasticache · libregistry