Values.CredentialsSourceThe Amazon Web Services Security Token Service temporary credential that S3 Access Grants vends to grantees and client applications.
type nonrec t = {accessKeyId : AccessKeyId.t option;The unique access key ID of the Amazon Web Services STS temporary credential that S3 Access Grants vends to grantees and client applications.
*)secretAccessKey : SecretAccessKey.t option;The secret access key of the Amazon Web Services STS temporary credential that S3 Access Grants vends to grantees and client applications.
*)sessionToken : SessionToken.t option;The Amazon Web Services STS temporary credential that S3 Access Grants vends to grantees and client applications.
*)expiration : Expiration.t option;The expiration date and time of the temporary credential that S3 Access Grants vends to grantees and client applications.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AccessKeyId.t | `Timestamp of Expiration.t ])
list ]