Values.CredentialsSourceCredentials for the provided identity ID.
type nonrec t = {accessKeyId : AccessKeyString.t option;The Access Key portion of the credentials.
*)secretKey : SecretKeyString.t option;The Secret Access Key portion of the credentials
*)sessionToken : SessionTokenString.t option;The Session Token portion of the credentials
*)expiration : DateType.t option;The date at which these credentials will expire.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AccessKeyString.t | `Timestamp of DateType.t ])
list ]