amazonka-glacier-1.4.5: Amazon Glacier SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@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 # 
Data 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 # 
Show DeleteVaultNotifications # 
Generic DeleteVaultNotifications # 
Hashable DeleteVaultNotifications # 
NFData DeleteVaultNotifications # 
AWSRequest DeleteVaultNotifications # 
ToQuery DeleteVaultNotifications # 
ToPath DeleteVaultNotifications # 
ToHeaders DeleteVaultNotifications # 
type Rep DeleteVaultNotifications # 
type Rep DeleteVaultNotifications = D1 (MetaData "DeleteVaultNotifications" "Network.AWS.Glacier.DeleteVaultNotifications" "amazonka-glacier-1.4.5-1XURZNaWj8uGGcizdrtXIY" False) (C1 (MetaCons "DeleteVaultNotifications'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dvnAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_dvnVaultName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs 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 # 
Data DeleteVaultNotificationsResponse # 

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 # 
Show DeleteVaultNotificationsResponse # 
Generic DeleteVaultNotificationsResponse # 
NFData DeleteVaultNotificationsResponse # 
type Rep DeleteVaultNotificationsResponse # 
type Rep DeleteVaultNotificationsResponse = D1 (MetaData "DeleteVaultNotificationsResponse" "Network.AWS.Glacier.DeleteVaultNotifications" "amazonka-glacier-1.4.5-1XURZNaWj8uGGcizdrtXIY" False) (C1 (MetaCons "DeleteVaultNotificationsResponse'" PrefixI False) U1)