

*******
EKSAuth
*******



======
Client
======



.. py:class:: EKSAuth.Client

  A low-level client representing Amazon EKS Auth
  

  The Amazon EKS Auth API and the ``AssumeRoleForPodIdentity`` action are only used by the EKS Pod Identity Agent.

  ::

    
    import boto3
    
    client = boto3.client('eks-auth')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  eks-auth/client/assume_role_for_pod_identity
  eks-auth/client/can_paginate
  eks-auth/client/close
  eks-auth/client/get_paginator
  eks-auth/client/get_waiter
