Smaws_Client_SSM.GetMaintenanceWindowExecution
Retrieves details about a specific a maintenance window execution.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `DoesNotExistException of Types.does_not_exist_exception
| `InternalServerError of Types.internal_server_error ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.get_maintenance_window_execution_request ->
(Types.get_maintenance_window_execution_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `DoesNotExistException of Types.does_not_exist_exception
| `InternalServerError of Types.internal_server_error ])
Stdlib.result