Module Values.DeleteRestoreTestingSelectionInputSource

Input the Restore Testing Plan name and Restore Testing Selection name. All testing selections associated with a restore testing plan must be deleted before the restore testing plan can be deleted.

Sourcetype nonrec t = {
  1. restoreTestingPlanName : String_.t;
    (*

    Required unique name of the restore testing plan that contains the restore testing selection you wish to delete.

    *)
  2. restoreTestingSelectionName : String_.t;
    (*

    Required unique name of the restore testing selection you wish to delete.

    *)
}
Sourceval context_ : string
Sourceval make : restoreTestingPlanName:String_.t -> restoreTestingSelectionName:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.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