Values.AwsCredentialsSourceThe Identity and Access Management credentials.
type nonrec t = {accessKeyId : AccessKeyId.t option;The IAM access key ID.
*)secretAccessKey : SecretAccessKey.t option;The IAM secret access key.
*)sessionToken : SessionToken.t option;The IAM session token
*)expiration : SyntheticTimestamp_date_time.t option;The expiration date and time of the IAM credentials.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AccessKeyId.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]