Module Values.RecoveryPointDetailsSource

Contains details about the backup recovery point.

Sourcetype nonrec t = {
  1. recoveryPointArn : String_.t option;
    (*

    The Amazon Resource Name (ARN) of the recovery point.

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

    The name of the backup vault containing the recovery point.

    *)
}
Sourceval make : ?recoveryPointArn:??? -> ?backupVaultName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.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