Values.GetSessionTokenResponseSourceContains the response to a successful GetSessionToken request, including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests.
type getSessionTokenResult = {credentials : Credentials.t option;The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token. The size of the security token that STS API operations return is not fixed. We strongly recommend that you make no assumptions about the maximum size.
*)}type error = [ | `RegionDisabledException of RegionDisabledException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `RegionDisabledException of RegionDisabledException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `RegionDisabledException of RegionDisabledException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `String of AccessKeyIdType.t
| `Timestamp of DateType.t ])
list ])
list ])
list ]