Skip to content

EKSAuth module#

Index > EKSAuth

Auto-generated documentation for EKSAuth type annotations stubs module types-aiobotocore-eks-auth.

How to install#

From PyPI with pip#

Install types-aioboto3 for EKSAuth service.

# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[eks-auth]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aioboto3-lite[eks-auth]'


# standalone installation
python -m pip install types-aiobotocore-eks-auth

How to uninstall#

python -m pip uninstall -y types-aiobotocore-eks-auth

Usage#

Code samples can be found in Examples.

EKSAuthClient#

Type annotations and code completion for session.client("eks-auth") as EKSAuthClient boto3 documentation

# EKSAuthClient usage example

from aioboto3.session import Session

from types_aiobotocore_eks_auth.client import EKSAuthClient


session = Session()
async with session.client("eks-auth") as client:
    client: EKSAuthClient

Literals#

Type annotations for literals used in methods and schema.

# EKSAuthServiceName usage example

from types_aiobotocore_eks_auth.literals import EKSAuthServiceName

def get_value() -> EKSAuthServiceName:
    return "eks-auth"

Type definitions#

Type annotations for type definitions used in methods and schema.