Values.DescribeRestoreJobOutputSourceReturns metadata associated with a restore job that is specified by a job ID.
type nonrec t = {accountId : AccountId.t option;Returns the account ID that owns the restore job.
*)restoreJobId : string option;Uniquely identifies the job that restores a recovery point.
*)recoveryPointArn : ARN.t option;An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
*)sourceResourceArn : ARN.t option;The Amazon Resource Name (ARN) of the original resource that was backed up. This provides context about what resource is being restored.
*)backupVaultArn : ARN.t option;The Amazon Resource Name (ARN) of the backup vault containing the recovery point being restored. This helps identify vault access policies and permissions.
*)creationDate : string option;The date and time that a restore job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
*)completionDate : string option;The date and time that a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
*)status : RestoreJobStatus.t option;Status code specifying the state of the job that is initiated by Backup to restore a recovery point.
*)statusMessage : string option;A message showing the status of a job to restore a recovery point.
*)percentDone : string option;Contains an estimated percentage that is complete of a job at the time the job status was queried.
*)backupSizeInBytes : Long.t option;The size, in bytes, of the restored resource.
*)iamRoleArn : IAMRoleArn.t option;Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access.
*)expectedCompletionTimeMinutes : Long.t option;The amount of time in minutes that a job restoring a recovery point is expected to take.
*)createdResourceArn : ARN.t option;The Amazon Resource Name (ARN) of the resource that was created by the restore job. The format of the ARN depends on the resource type of the backed-up resource.
*)resourceType : ResourceType.t option;Returns metadata associated with a restore job listed by resource type.
*)recoveryPointCreationDate : string option;The creation date of the recovery point made by the specifed restore job.
*)createdBy : RestoreJobCreator.t option;Contains identifying information about the creation of a restore job.
*)validationStatus : RestoreValidationStatus.t option;The status of validation run on the indicated restore job.
*)validationStatusMessage : string option;The status message.
*)deletionStatus : RestoreDeletionStatus.t option;The status of the data generated by the restore test.
*)deletionStatusMessage : string option;This describes the restore job deletion status.
*)isParent : bool option;This is a boolean value indicating whether the restore job is a parent (composite) restore job.
*)parentJobId : string option;This is the unique identifier of the parent restore job for the selected restore job.
*)}type nonrec error = [ | `DependencyFailureException of DependencyFailureException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `MissingParameterValueException of MissingParameterValueException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val make :
?accountId:??? ->
?restoreJobId:??? ->
?recoveryPointArn:??? ->
?sourceResourceArn:??? ->
?backupVaultArn:??? ->
?creationDate:??? ->
?completionDate:??? ->
?status:??? ->
?statusMessage:??? ->
?percentDone:??? ->
?backupSizeInBytes:??? ->
?iamRoleArn:??? ->
?expectedCompletionTimeMinutes:??? ->
?createdResourceArn:??? ->
?resourceType:??? ->
?recoveryPointCreationDate:??? ->
?createdBy:??? ->
?validationStatus:??? ->
?validationStatusMessage:??? ->
?deletionStatus:??? ->
?deletionStatusMessage:??? ->
?isParent:??? ->
?parentJobId:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `DependencyFailureException of DependencyFailureException.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 ->
[> `DependencyFailureException of DependencyFailureException.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
* [> `Boolean of bool
| `Enum of string
| `Long of Long.t
| `String of AccountId.t
| `Structure of (string * [> `String of ARN.t ]) list
| `Timestamp of string ])
list ]