Values.GetClusterSessionCredentialsOutputSourceProvides temporary, HTTP basic credentials that are associated with a given runtime IAM role and used by a cluster with fine-grained access control activated. You can use these credentials to connect to cluster endpoints that support username and password authentication.
type nonrec t = {credentials : Credentials.t option;The credentials that you can use to connect to cluster endpoints that support username and password authentication.
*)expiresAt : Date.t option;The time when the credentials that are returned by the GetClusterSessionCredentials API expire.
*)}type nonrec error = [ | `InternalServerError of InternalServerError.t| `InvalidRequestException of InvalidRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of unit
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of unit
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string * [> `String of XmlStringMaxLen256.t ]) list ])
list
| `Timestamp of Date.t ])
list ]