Module Values.UpdateRestoreTestingPlanInputSource

This request will send changes to your specified restore testing plan. RestoreTestingPlanName cannot be updated after it is created. RecoveryPointSelection can contain: Algorithm ExcludeVaults IncludeVaults RecoveryPointTypes SelectionWindowDays

Sourcetype nonrec t = {
  1. restoreTestingPlan : RestoreTestingPlanForUpdate.t;
    (*

    Specifies the body of a restore testing plan.

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

    The name of the restore testing plan name.

    *)
}
Sourceval context_ : string
Sourceval make : restoreTestingPlan:RestoreTestingPlanForUpdate.t -> restoreTestingPlanName:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `Enum of string | `String of string ] list ]) 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