Values.StartRestoreJobOutputSourceRecovers the saved resource identified by an Amazon Resource Name (ARN).
type nonrec t = {restoreJobId : RestoreJobId.t option;Uniquely identifies the job that restores a recovery point.
*)}type nonrec error = [ | `InvalidParameterValueException of InvalidParameterValueException.t| `InvalidRequestException of InvalidRequestException.t| `MissingParameterValueException of MissingParameterValueException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `InvalidRequestException of InvalidRequestException.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 ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `InvalidRequestException of InvalidRequestException.t
| `MissingParameterValueException of MissingParameterValueException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]