Smaws_Client_SSM.DescribeMaintenanceWindowTasks
Lists the tasks in a maintenance window.
For maintenance window tasks without a specified target, you can't supply values for --max-errors
and --max-concurrency
. Instead, the system inserts a placeholder value of 1
, which may be reported in the response to this command. These values don't affect the running of your task and can be ignored.
val request :
Smaws_Lib.Context.t ->
Types.describe_maintenance_window_tasks_request ->
(Types.describe_maintenance_window_tasks_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `DoesNotExistException of Types.does_not_exist_exception
| `InternalServerError of Types.internal_server_error ])
Stdlib.result