Registry / type-stubs / types-aiobotocore-eks

types-aiobotocore-eks

JSON →
library3.7.0pypypiunverified

Type annotations for aiobotocore EKS service, dynamically generated by mypy-boto3-builder. Current version 3.5.0, updated regularly to match latest AWS SDK.

pip install types-aiobotocore-eks
INSTALL
IMPORT
SIG · TYPES-AIOBOTOCORE-
T
types-aiobotocore-eks
type-stubspythonv3.7.0
Install
1.6s 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.6s · import 0.000s · 19MB
17MB installed
● package 17MB
Code
Verified usage

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

EKSClient
from types_aiobotocore_eks import EKSClient
from types_aiobotocore_eks import EKSClient

List EKS clusters using typed aiobotocore client.

import os import asyncio from types_aiobotocore_eks import EKSClient from aiobotocore.session import get_session async def list_clusters() -> None: session = get_session() async with session.create_client('eks', region_name='us-west-2') as client: resp = await client.list_clusters() print(resp['clusters']) asyncio.run(list_clusters())
Debug
Known issues
breakingVersion 8.9.0 changed TypeDef naming: `CreateDistributionRequestRequestTypeDef` became `CreateDistributionRequestTypeDef`. This may break code using older names.
fix
Update TypeDef imports to match new naming convention.
affects: >=8.9.0
breakingRemoved support for Python 3.8 starting from version 8.12.0.
fix
Upgrade to Python 3.9 or later.
affects: >=8.12.0
gotchaThe package provides *type annotations only* at runtime; you must also install `aiobotocore` and `boto3` for actual functionality.
fix
Install `aiobotocore` and optionally `boto3` alongside.
affects: all
Upgrade
Version history
3.7.0latest on PyPI · released May 10, 2026
Audit
Dependencies
aiobotocorerequiredRuntime dependency for EKS service types
typing-extensionsoptionalRequired for Python <3.11 for TypeVarTuple, Unpack, etc.
Agent activity
38 hits · last 30 days
node
32
OpenAI (training)
1
Resources
types-aiobotocore-eks — pip install types-aiobotocore-eks · libregistry