Module Values.DeletePodIdentityAssociationRequestSource

Deletes a EKS Pod Identity association. The temporary Amazon Web Services credentials from the previous IAM role session might still be valid until the session expiry. If you need to immediately revoke the temporary session credentials, then go to the role in the IAM console.

Sourcetype nonrec t = {
  1. clusterName : String_.t;
    (*

    The cluster name that

    *)
  2. associationId : String_.t;
    (*

    The ID of the association to be deleted.

    *)
}
Sourceval context_ : string
Sourceval make : clusterName:String_.t -> associationId:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t