Values_1.GetAccessTokenResponseSourceReturns a credentials set to be used with just-in-time node access.
type nonrec t = {credentials : Values_0.Credentials.t option;The temporary security credentials which can be used to start just-in-time node access sessions.
*)accessRequestStatus : Values_0.AccessRequestStatus.t option;The status of the access request.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `InternalServerError of Values_0.InternalServerError.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalServerError of Values_0.InternalServerError.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalServerError of Values_0.InternalServerError.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]