/**
 * All IAM policy actions for Amazon EKS Auth (EKS-AUTH)
 *
 * Extracted by `aws-iam-policy` from
 * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoneksauth.html
 *
 * 2025-02-24T21:47:44.009Z
 */
export declare enum AwsEksAuthActions {
    /**
     * Grants permission to exchange a Kubernetes service account token for temporary
     * AWS credentials
     *
     * See https://docs.aws.amazon.com/eks/latest/APIReference/API_auth_AssumeRoleForPodIdentity.html
     */
    AssumeRoleForPodIdentity = "eks-auth:AssumeRoleForPodIdentity"
}
