Module Values_1.MaintenanceWindowTaskInvocationParametersSource

The parameters for task execution.

Sourcetype nonrec t = {
  1. runCommand : MaintenanceWindowRunCommandParameters.t option;
    (*

    The parameters for a RUN_COMMAND task type.

    *)
  2. automation : MaintenanceWindowAutomationParameters.t option;
    (*

    The parameters for an AUTOMATION task type.

    *)
  3. stepFunctions : MaintenanceWindowStepFunctionsParameters.t option;
    (*

    The parameters for a STEP_FUNCTIONS task type.

    *)
  4. lambda : MaintenanceWindowLambdaParameters.t option;
    (*

    The parameters for a LAMBDA task type.

    *)
}
Sourceval make : ?runCommand:??? -> ?automation:??? -> ?stepFunctions:??? -> ?lambda:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t