Values.UpdateRestoreTestingSelectionOutputSourceUpdates the specified restore testing selection. Most elements except the RestoreTestingSelectionName can be updated with this request. You can use either protected resource ARNs or conditions, but not both.
type nonrec t = {creationTime : Timestamp.t option;The time the resource testing selection was updated successfully.
*)restoreTestingPlanArn : String_.t option;Unique string that is the name of the restore testing plan.
*)restoreTestingPlanName : String_.t option;The restore testing plan with which the updated restore testing selection is associated.
*)restoreTestingSelectionName : String_.t option;The returned restore testing selection name.
*)updateTime : Timestamp.t option;The time the update completed for the restore testing selection.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `MissingParameterValueException of MissingParameterValueException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of ConflictException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `MissingParameterValueException of MissingParameterValueException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of ConflictException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `MissingParameterValueException of MissingParameterValueException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `String of String_.t | `Timestamp of Timestamp.t ]) list ]