Values_1.MaintenanceWindowTaskInvocationParametersSourceThe parameters for task execution.
type nonrec t = {runCommand : MaintenanceWindowRunCommandParameters.t option;The parameters for a RUN_COMMAND task type.
*)automation : MaintenanceWindowAutomationParameters.t option;The parameters for an AUTOMATION task type.
*)stepFunctions : MaintenanceWindowStepFunctionsParameters.t option;The parameters for a STEP_FUNCTIONS task type.
*)lambda : MaintenanceWindowLambdaParameters.t option;The parameters for a LAMBDA task type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Blob of MaintenanceWindowLambdaPayload.t
| `Enum of string
| `Integer of Values_0.TimeoutSeconds.t
| `Map of
([> `String of string ]
* [> `List of [> `String of string ] list ])
list
| `String of Values_0.Comment.t
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `List of [> `Enum of string ] list
| `String of string ])
list ])
list ])
list ]