Values.UpdateRestoreTestingPlanInputSourceThis 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
type nonrec t = {restoreTestingPlan : RestoreTestingPlanForUpdate.t;Specifies the body of a restore testing plan.
*)restoreTestingPlanName : String_.t;The name of the restore testing plan name.
*)}val make :
restoreTestingPlan:RestoreTestingPlanForUpdate.t ->
restoreTestingPlanName:String_.t ->
unit ->
tval 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 ]