Smaws_Client_SSM.GetAccessToken
Returns a credentials set to be used with just-in-time node access.
val request :
Smaws_Lib.Context.t ->
Types.get_access_token_request ->
(Types.get_access_token_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `InternalServerError of Types.internal_server_error
| `ResourceNotFoundException of Types.resource_not_found_exception
| `ThrottlingException of Types.throttling_exception
| `ValidationException of Types.validation_exception ])
Stdlib.result