libZSservicesZSamazonka-backupZSamazonka-backup
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Backup.DeleteBackupVaultNotifications

Description

Deletes event notifications for the specified backup vault.

Synopsis

Creating a Request

data DeleteBackupVaultNotifications Source #

See: newDeleteBackupVaultNotifications smart constructor.

Constructors

DeleteBackupVaultNotifications' 

Fields

  • backupVaultName :: Text

    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.

Instances

Instances details
Eq DeleteBackupVaultNotifications Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

Read DeleteBackupVaultNotifications Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

Show DeleteBackupVaultNotifications Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

Generic DeleteBackupVaultNotifications Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

Associated Types

type Rep DeleteBackupVaultNotifications :: Type -> Type #

NFData DeleteBackupVaultNotifications Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

Hashable DeleteBackupVaultNotifications Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

AWSRequest DeleteBackupVaultNotifications Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

ToHeaders DeleteBackupVaultNotifications Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

ToPath DeleteBackupVaultNotifications Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

ToQuery DeleteBackupVaultNotifications Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

type Rep DeleteBackupVaultNotifications Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

type Rep DeleteBackupVaultNotifications = D1 ('MetaData "DeleteBackupVaultNotifications" "Amazonka.Backup.DeleteBackupVaultNotifications" "libZSservicesZSamazonka-backupZSamazonka-backup" 'False) (C1 ('MetaCons "DeleteBackupVaultNotifications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "backupVaultName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteBackupVaultNotifications Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

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 #

Instances

Instances details
Eq DeleteBackupVaultNotificationsResponse Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

Read DeleteBackupVaultNotificationsResponse Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

Show DeleteBackupVaultNotificationsResponse Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

Generic DeleteBackupVaultNotificationsResponse Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

NFData DeleteBackupVaultNotificationsResponse Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

type Rep DeleteBackupVaultNotificationsResponse Source # 
Instance details

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.