Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Amazonka.Backup.DisassociateRecoveryPoint
Description
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.
Synopsis
- data DisassociateRecoveryPoint = DisassociateRecoveryPoint' {}
- newDisassociateRecoveryPoint :: Text -> Text -> DisassociateRecoveryPoint
- disassociateRecoveryPoint_backupVaultName :: Lens' DisassociateRecoveryPoint Text
- disassociateRecoveryPoint_recoveryPointArn :: Lens' DisassociateRecoveryPoint Text
- data DisassociateRecoveryPointResponse = DisassociateRecoveryPointResponse' {
- newDisassociateRecoveryPointResponse :: DisassociateRecoveryPointResponse
Creating a Request
data DisassociateRecoveryPoint Source #
See: newDisassociateRecoveryPoint
smart constructor.
Constructors
DisassociateRecoveryPoint' | |
Fields
|
Instances
newDisassociateRecoveryPoint Source #
Arguments
:: Text | |
-> Text | |
-> DisassociateRecoveryPoint |
Create a value of DisassociateRecoveryPoint
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:backupVaultName:DisassociateRecoveryPoint'
, disassociateRecoveryPoint_backupVaultName
- The unique name of an Backup vault.
$sel:recoveryPointArn:DisassociateRecoveryPoint'
, disassociateRecoveryPoint_recoveryPointArn
- An Amazon Resource Name (ARN) that uniquely identifies an Backup
recovery point.
Request Lenses
disassociateRecoveryPoint_backupVaultName :: Lens' DisassociateRecoveryPoint Text Source #
The unique name of an Backup vault.
disassociateRecoveryPoint_recoveryPointArn :: Lens' DisassociateRecoveryPoint Text Source #
An Amazon Resource Name (ARN) that uniquely identifies an Backup recovery point.
Destructuring the Response
data DisassociateRecoveryPointResponse Source #
See: newDisassociateRecoveryPointResponse
smart constructor.
Constructors
DisassociateRecoveryPointResponse' | |
Instances
Eq DisassociateRecoveryPointResponse Source # | |
Read DisassociateRecoveryPointResponse Source # | |
Show DisassociateRecoveryPointResponse Source # | |
Defined in Amazonka.Backup.DisassociateRecoveryPoint Methods showsPrec :: Int -> DisassociateRecoveryPointResponse -> ShowS # | |
Generic DisassociateRecoveryPointResponse Source # | |
Defined in Amazonka.Backup.DisassociateRecoveryPoint Associated Types type Rep DisassociateRecoveryPointResponse :: Type -> Type # | |
NFData DisassociateRecoveryPointResponse Source # | |
Defined in Amazonka.Backup.DisassociateRecoveryPoint Methods rnf :: DisassociateRecoveryPointResponse -> () # | |
type Rep DisassociateRecoveryPointResponse Source # | |
Defined in Amazonka.Backup.DisassociateRecoveryPoint |
newDisassociateRecoveryPointResponse :: DisassociateRecoveryPointResponse Source #
Create a value of DisassociateRecoveryPointResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.