Module Values.DisassociateRecoveryPointInputSource

Deletes the specified continuous backup recovery point from Backup and releases control of that continuous backup to the source service, such as Amazon RDS. The source service will continue to create and retain continuous backups using the lifecycle that you specified in your original backup plan. Does not support snapshot backup recovery points.

Sourcetype nonrec t = {
  1. backupVaultName : BackupVaultName.t;
    (*

    The unique name of an Backup vault.

    *)
  2. recoveryPointArn : ARN.t;
    (*

    An Amazon Resource Name (ARN) that uniquely identifies an Backup recovery point.

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