amazonka-glacier-1.6.1: Amazon Glacier SDK.

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

Network.AWS.Glacier.DeleteVaultNotifications

Contents

Description

This operation deletes the notification configuration set for a vault. The operation is eventually consistent; that is, it might take some time for Amazon Glacier to completely disable the notifications and you might still receive some notifications for a short time after you send the delete request.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM) .

For conceptual information and underlying REST API, see Configuring Vault Notifications in Amazon Glacier and Delete Vault Notification Configuration in the Amazon Glacier Developer Guide.

Synopsis

Creating a Request

deleteVaultNotifications #

Creates a value of DeleteVaultNotifications with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dvnAccountId - The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single '- ' (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (-) in the ID.
  • dvnVaultName - The name of the vault.

data DeleteVaultNotifications #

Provides options for deleting a vault notification configuration from an Amazon Glacier vault.

See: deleteVaultNotifications smart constructor.

Instances
Eq DeleteVaultNotifications # 
Instance details

Defined in Network.AWS.Glacier.DeleteVaultNotifications

Data DeleteVaultNotifications # 
Instance details

Defined in Network.AWS.Glacier.DeleteVaultNotifications

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteVaultNotifications -> c DeleteVaultNotifications #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteVaultNotifications #

toConstr :: DeleteVaultNotifications -> Constr #

dataTypeOf :: DeleteVaultNotifications -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DeleteVaultNotifications) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteVaultNotifications) #

gmapT :: (forall b. Data b => b -> b) -> DeleteVaultNotifications -> DeleteVaultNotifications #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteVaultNotifications -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteVaultNotifications -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteVaultNotifications -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteVaultNotifications -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteVaultNotifications -> m DeleteVaultNotifications #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteVaultNotifications -> m DeleteVaultNotifications #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteVaultNotifications -> m DeleteVaultNotifications #

Read DeleteVaultNotifications # 
Instance details

Defined in Network.AWS.Glacier.DeleteVaultNotifications

Show DeleteVaultNotifications # 
Instance details

Defined in Network.AWS.Glacier.DeleteVaultNotifications

Generic DeleteVaultNotifications # 
Instance details

Defined in Network.AWS.Glacier.DeleteVaultNotifications

Associated Types

type Rep DeleteVaultNotifications :: Type -> Type #

Hashable DeleteVaultNotifications # 
Instance details

Defined in Network.AWS.Glacier.DeleteVaultNotifications

AWSRequest DeleteVaultNotifications # 
Instance details

Defined in Network.AWS.Glacier.DeleteVaultNotifications

Associated Types

type Rs DeleteVaultNotifications :: Type #

ToHeaders DeleteVaultNotifications # 
Instance details

Defined in Network.AWS.Glacier.DeleteVaultNotifications

ToPath DeleteVaultNotifications # 
Instance details

Defined in Network.AWS.Glacier.DeleteVaultNotifications

ToQuery DeleteVaultNotifications # 
Instance details

Defined in Network.AWS.Glacier.DeleteVaultNotifications

NFData DeleteVaultNotifications # 
Instance details

Defined in Network.AWS.Glacier.DeleteVaultNotifications

type Rep DeleteVaultNotifications # 
Instance details

Defined in Network.AWS.Glacier.DeleteVaultNotifications

type Rep DeleteVaultNotifications = D1 (MetaData "DeleteVaultNotifications" "Network.AWS.Glacier.DeleteVaultNotifications" "amazonka-glacier-1.6.1-DKdHCKUvjITxCgj6hhopJ" False) (C1 (MetaCons "DeleteVaultNotifications'" PrefixI True) (S1 (MetaSel (Just "_dvnAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dvnVaultName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs DeleteVaultNotifications # 
Instance details

Defined in Network.AWS.Glacier.DeleteVaultNotifications

Request Lenses

dvnAccountId :: Lens' DeleteVaultNotifications Text #

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single '- ' (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (-) in the ID.

Destructuring the Response

deleteVaultNotificationsResponse :: DeleteVaultNotificationsResponse #

Creates a value of DeleteVaultNotificationsResponse with the minimum fields required to make a request.

data DeleteVaultNotificationsResponse #

See: deleteVaultNotificationsResponse smart constructor.

Instances
Eq DeleteVaultNotificationsResponse # 
Instance details

Defined in Network.AWS.Glacier.DeleteVaultNotifications

Data DeleteVaultNotificationsResponse # 
Instance details

Defined in Network.AWS.Glacier.DeleteVaultNotifications

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteVaultNotificationsResponse -> c DeleteVaultNotificationsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteVaultNotificationsResponse #

toConstr :: DeleteVaultNotificationsResponse -> Constr #

dataTypeOf :: DeleteVaultNotificationsResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DeleteVaultNotificationsResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteVaultNotificationsResponse) #

gmapT :: (forall b. Data b => b -> b) -> DeleteVaultNotificationsResponse -> DeleteVaultNotificationsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteVaultNotificationsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteVaultNotificationsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteVaultNotificationsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteVaultNotificationsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteVaultNotificationsResponse -> m DeleteVaultNotificationsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteVaultNotificationsResponse -> m DeleteVaultNotificationsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteVaultNotificationsResponse -> m DeleteVaultNotificationsResponse #

Read DeleteVaultNotificationsResponse # 
Instance details

Defined in Network.AWS.Glacier.DeleteVaultNotifications

Show DeleteVaultNotificationsResponse # 
Instance details

Defined in Network.AWS.Glacier.DeleteVaultNotifications

Generic DeleteVaultNotificationsResponse # 
Instance details

Defined in Network.AWS.Glacier.DeleteVaultNotifications

Associated Types

type Rep DeleteVaultNotificationsResponse :: Type -> Type #

NFData DeleteVaultNotificationsResponse # 
Instance details

Defined in Network.AWS.Glacier.DeleteVaultNotifications

type Rep DeleteVaultNotificationsResponse # 
Instance details

Defined in Network.AWS.Glacier.DeleteVaultNotifications

type Rep DeleteVaultNotificationsResponse = D1 (MetaData "DeleteVaultNotificationsResponse" "Network.AWS.Glacier.DeleteVaultNotifications" "amazonka-glacier-1.6.1-DKdHCKUvjITxCgj6hhopJ" False) (C1 (MetaCons "DeleteVaultNotificationsResponse'" PrefixI False) (U1 :: Type -> Type))