amazonka-backup-2.0: Amazon Backup SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
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

AWSRequest 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 #

Read DeleteBackupVaultNotifications Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

Show DeleteBackupVaultNotifications Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

NFData DeleteBackupVaultNotifications Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

Eq DeleteBackupVaultNotifications Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

Hashable DeleteBackupVaultNotifications Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

type AWSResponse 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" "amazonka-backup-2.0-LovIt41tphM6jvgQJhTyRf" 'False) (C1 ('MetaCons "DeleteBackupVaultNotifications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "backupVaultName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic 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

NFData DeleteBackupVaultNotificationsResponse Source # 
Instance details

Defined in Amazonka.Backup.DeleteBackupVaultNotifications

Eq 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" "amazonka-backup-2.0-LovIt41tphM6jvgQJhTyRf" '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.