aws_api/eks_auth
Types
Functions
pub fn assume_role_for_pod_identity(
client: Client,
cluster_name: String,
headers: List(#(String, String)),
query: Option(String),
) -> Request(BitArray)
pub fn new(
access_key_id access_key_id: String,
secret_access_key secret_access_key: String,
region region: String,
) -> Client
pub fn with_custom_endpoint(
client: Client,
custom_endpoint: String,
) -> Client