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 |
Deletes the recovery point specified by a recovery point ID.
If the recovery point ID belongs to a continuous backup, calling this endpoint deletes the existing continuous backup and stops future continuous backup.
Synopsis
- data DeleteRecoveryPoint = DeleteRecoveryPoint' {}
- newDeleteRecoveryPoint :: Text -> Text -> DeleteRecoveryPoint
- deleteRecoveryPoint_backupVaultName :: Lens' DeleteRecoveryPoint Text
- deleteRecoveryPoint_recoveryPointArn :: Lens' DeleteRecoveryPoint Text
- data DeleteRecoveryPointResponse = DeleteRecoveryPointResponse' {
- newDeleteRecoveryPointResponse :: DeleteRecoveryPointResponse
Creating a Request
data DeleteRecoveryPoint Source #
See: newDeleteRecoveryPoint
smart constructor.
DeleteRecoveryPoint' | |
|
Instances
newDeleteRecoveryPoint Source #
:: Text | |
-> Text | |
-> DeleteRecoveryPoint |
Create a value of DeleteRecoveryPoint
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:DeleteRecoveryPoint'
, deleteRecoveryPoint_backupVaultName
- The name of a logical container where backups are stored. Backup vaults
are identified by names that are unique to the account used to create
them and the Amazon Web Services Region where they are created. They
consist of lowercase letters, numbers, and hyphens.
$sel:recoveryPointArn:DeleteRecoveryPoint'
, deleteRecoveryPoint_recoveryPointArn
- An Amazon Resource Name (ARN) that uniquely identifies a recovery point;
for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
Request Lenses
deleteRecoveryPoint_backupVaultName :: Lens' DeleteRecoveryPoint Text Source #
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
deleteRecoveryPoint_recoveryPointArn :: Lens' DeleteRecoveryPoint Text Source #
An Amazon Resource Name (ARN) that uniquely identifies a recovery point;
for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
Destructuring the Response
data DeleteRecoveryPointResponse Source #
See: newDeleteRecoveryPointResponse
smart constructor.
Instances
newDeleteRecoveryPointResponse :: DeleteRecoveryPointResponse Source #
Create a value of DeleteRecoveryPointResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.