/home/mip/public_html/img/credit/datatables/EKSAuth.tar
EKSAuthClient.php000064400000000505151520660710007663 0ustar00<?php
namespace Aws\EKSAuth;

use Aws\AwsClient;

/**
 * This client is used to interact with the **Amazon EKS Auth** service.
 * @method \Aws\Result assumeRoleForPodIdentity(array $args = [])
 * @method \GuzzleHttp\Promise\Promise assumeRoleForPodIdentityAsync(array $args = [])
 */
class EKSAuthClient extends AwsClient {}
Exception/EKSAuthException.php000064400000000311151520660710012334 0ustar00<?php
namespace Aws\EKSAuth\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon EKS Auth** service.
 */
class EKSAuthException extends AwsException {}