Values.ConnectionCredentialsSourceThe credentials of a connection.
type nonrec t = {accessKeyId : String_.t option;The access key ID of a connection.
*)secretAccessKey : String_.t option;The secret access key of a connection.
*)sessionToken : String_.t option;The session token of a connection credentials.
*)expiration : SyntheticTimestamp_date_time.t option;The expiration of the connection credentials.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]