{"id":22488,"library":"types-aiobotocore-eks","title":"types-aiobotocore-eks","description":"Type annotations for aiobotocore EKS service, dynamically generated by mypy-boto3-builder. Current version 3.5.0, updated regularly to match latest AWS SDK.","status":"active","version":"3.5.0","language":"python","source_language":"en","source_url":"https://github.com/youtype/mypy_boto3_builder","tags":["types","aws","eks","aiobotocore","mypy","type-hints"],"install":[{"cmd":"pip install types-aiobotocore-eks","lang":"bash","label":"Install from PyPI"}],"dependencies":[{"reason":"Runtime dependency for EKS service types","package":"aiobotocore","optional":false},{"reason":"Required for Python <3.11 for TypeVarTuple, Unpack, etc.","package":"typing-extensions","optional":true}],"imports":[{"note":"aiobotocore doesn't expose typed client; use types-aiobotocore-eks.","wrong":"from aiobotocore.client import EKSClient","symbol":"EKSClient","correct":"from types_aiobotocore_eks import EKSClient"},{"note":"Resource types only available from types-aiobotocore-eks.","wrong":"from aiobotocore.resources import EKSServiceResource","symbol":"EKSServiceResource","correct":"from types_aiobotocore_eks.service_resource import EKSServiceResource"},{"note":"TypeDefs are specific to this package.","wrong":"from typing import ListClustersResponseTypeDef","symbol":"ListClustersResponseTypeDef","correct":"from types_aiobotocore_eks.type_defs import ListClustersResponseTypeDef"}],"quickstart":{"code":"import os\nimport asyncio\nfrom types_aiobotocore_eks import EKSClient\nfrom aiobotocore.session import get_session\n\nasync def list_clusters() -> None:\n    session = get_session()\n    async with session.create_client('eks', region_name='us-west-2') as client:\n        resp = await client.list_clusters()\n        print(resp['clusters'])\n\nasyncio.run(list_clusters())","lang":"python","description":"List EKS clusters using typed aiobotocore client."},"warnings":[{"fix":"Update TypeDef imports to match new naming convention.","message":"Version 8.9.0 changed TypeDef naming: `CreateDistributionRequestRequestTypeDef` became `CreateDistributionRequestTypeDef`. This may break code using older names.","severity":"breaking","affected_versions":">=8.9.0"},{"fix":"Upgrade to Python 3.9 or later.","message":"Removed support for Python 3.8 starting from version 8.12.0.","severity":"breaking","affected_versions":">=8.12.0"},{"fix":"Install `aiobotocore` and optionally `boto3` alongside.","message":"The package provides *type annotations only* at runtime; you must also install `aiobotocore` and `boto3` for actual functionality.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"last_verified":"2026-04-27T00:00:00.000Z","next_check":"2026-07-26T00:00:00.000Z","problems":[{"fix":"Run `pip install types-aiobotocore-eks` in the correct environment.","cause":"Package not installed, or installed under a different Python environment.","error":"ModuleNotFoundError: No module named 'types_aiobotocore_eks'"},{"fix":"Use `from types_aiobotocore_eks import EKSClient` instead.","cause":"Wrong import path; EKSClient class is only available from types-aiobotocore-eks.","error":"Import error: cannot import name 'EKSClient' from 'aiobotocore.client'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}