Values.GetManagedEndpointSessionCredentialsResponseSourceGenerate a session token to connect to a managed endpoint.
type nonrec t = {id : ResourceIdString.t option;The identifier of the session token returned.
*)credentials : Credentials.t option;The structure containing the session credentials.
*)expiresAt : Date.t option;The date and time when the session token will expire.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `RequestThrottledException of RequestThrottledException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `RequestThrottledException of RequestThrottledException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `RequestThrottledException of RequestThrottledException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceIdString.t
| `Structure of (string * [> `String of Token.t ]) list
| `Timestamp of Date.t ])
list ]