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 event notifications for the specified backup vault.
Synopsis
- data DeleteBackupVaultNotifications = DeleteBackupVaultNotifications' {}
- newDeleteBackupVaultNotifications :: Text -> DeleteBackupVaultNotifications
- deleteBackupVaultNotifications_backupVaultName :: Lens' DeleteBackupVaultNotifications Text
- data DeleteBackupVaultNotificationsResponse = DeleteBackupVaultNotificationsResponse' {
- newDeleteBackupVaultNotificationsResponse :: DeleteBackupVaultNotificationsResponse
Creating a Request
data DeleteBackupVaultNotifications Source #
See: newDeleteBackupVaultNotifications
smart constructor.
DeleteBackupVaultNotifications' | |
|
Instances
newDeleteBackupVaultNotifications Source #
Create a value of DeleteBackupVaultNotifications
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:DeleteBackupVaultNotifications'
, deleteBackupVaultNotifications_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 Region where they are created. They consist of lowercase
letters, numbers, and hyphens.
Request Lenses
deleteBackupVaultNotifications_backupVaultName :: Lens' DeleteBackupVaultNotifications 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 Region where they are created. They consist of lowercase letters, numbers, and hyphens.
Destructuring the Response
data DeleteBackupVaultNotificationsResponse Source #
See: newDeleteBackupVaultNotificationsResponse
smart constructor.
Instances
Eq DeleteBackupVaultNotificationsResponse Source # | |
Read DeleteBackupVaultNotificationsResponse Source # | |
Show DeleteBackupVaultNotificationsResponse Source # | |
Generic DeleteBackupVaultNotificationsResponse Source # | |
Defined in Amazonka.Backup.DeleteBackupVaultNotifications type Rep DeleteBackupVaultNotificationsResponse :: Type -> Type # | |
NFData DeleteBackupVaultNotificationsResponse Source # | |
Defined in Amazonka.Backup.DeleteBackupVaultNotifications rnf :: DeleteBackupVaultNotificationsResponse -> () # | |
type Rep DeleteBackupVaultNotificationsResponse Source # | |
Defined in Amazonka.Backup.DeleteBackupVaultNotifications type Rep DeleteBackupVaultNotificationsResponse = D1 ('MetaData "DeleteBackupVaultNotificationsResponse" "Amazonka.Backup.DeleteBackupVaultNotifications" "libZSservicesZSamazonka-backupZSamazonka-backup" 'False) (C1 ('MetaCons "DeleteBackupVaultNotificationsResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newDeleteBackupVaultNotificationsResponse :: DeleteBackupVaultNotificationsResponse Source #
Create a value of DeleteBackupVaultNotificationsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.