Module Values.UpdateRestoreTestingSelectionOutputSource

Updates 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.

Sourcetype nonrec t = {
  1. creationTime : Timestamp.t option;
    (*

    The time the resource testing selection was updated successfully.

    *)
  2. restoreTestingPlanArn : String_.t option;
    (*

    Unique string that is the name of the restore testing plan.

    *)
  3. restoreTestingPlanName : String_.t option;
    (*

    The restore testing plan with which the updated restore testing selection is associated.

    *)
  4. restoreTestingSelectionName : String_.t option;
    (*

    The returned restore testing selection name.

    *)
  5. updateTime : Timestamp.t option;
    (*

    The time the update completed for the restore testing selection.

    *)
}
Sourcetype nonrec error = [
  1. | `ConflictException of ConflictException.t
  2. | `InvalidParameterValueException of InvalidParameterValueException.t
  3. | `MissingParameterValueException of MissingParameterValueException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ServiceUnavailableException of ServiceUnavailableException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?creationTime:??? -> ?restoreTestingPlanArn:??? -> ?restoreTestingPlanName:??? -> ?restoreTestingSelectionName:??? -> ?updateTime:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Timestamp of Timestamp.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