Values.DescribeProtectedResourceOutputSourceReturns information about a saved resource, including the last time it was backed up, its Amazon Resource Name (ARN), and the Amazon Web Services service type of the saved resource.
type nonrec t = {resourceArn : ARN.t option;An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
*)resourceType : ResourceType.t option;The type of Amazon Web Services resource saved as a recovery point; for example, an Amazon EBS volume or an Amazon RDS database.
*)lastBackupTime : string option;The date and time that a resource was last backed up, in Unix format and Coordinated Universal Time (UTC). The value of LastBackupTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
*)resourceName : string option;The name of the resource that belongs to the specified backup.
*)lastBackupVaultArn : ARN.t option;The ARN (Amazon Resource Name) of the backup vault that contains the most recent backup recovery point.
*)lastRecoveryPointArn : ARN.t option;The ARN (Amazon Resource Name) of the most recent recovery point.
*)latestRestoreExecutionTimeMinutes : Long.t option;The time, in minutes, that the most recent restore job took to complete.
*)latestRestoreJobCreationDate : string option;The creation date of the most recent restore job.
*)latestRestoreRecoveryPointCreationDate : string option;The date the most recent recovery point was created.
*)}type nonrec error = [ | `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 ->
[> `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 ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `MissingParameterValueException of MissingParameterValueException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]