Module Values.RemoveTemplateActionRequestSource

Remove template post migration custom action.

Sourcetype nonrec t = {
  1. launchConfigurationTemplateID : LaunchConfigurationTemplateID.t;
    (*

    Launch configuration template ID of the post migration custom action to remove.

    *)
  2. actionID : ActionID.t;
    (*

    Template post migration custom action ID to remove.

    *)
}
Sourceval context_ : string
Sourceval make : launchConfigurationTemplateID:LaunchConfigurationTemplateID.t -> actionID:ActionID.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LaunchConfigurationTemplateID.t ]) 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