Values.AwsIamAccessKeySessionContextSourceProvides information about the session that the key was used for.
type nonrec t = {attributes : AwsIamAccessKeySessionContextAttributes.t option;Attributes of the session that the key was used for.
*)sessionIssuer : AwsIamAccessKeySessionContextSessionIssuer.t option;Information about the entity that created the session.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t | `String of NonEmptyString.t ])
list ])
list ]