amazonka-glacier-1.4.2: 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, go to Configuring Vault Notifications in Amazon Glacier and Delete Vault Notification Configuration in the Amazon Glacier Developer Guide.

Synopsis

Creating a Request

deleteVaultNotifications Source #

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:

data DeleteVaultNotifications Source #

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

See: deleteVaultNotifications smart constructor.

Instances

Eq DeleteVaultNotifications Source # 
Data DeleteVaultNotifications Source # 

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 Source # 
Show DeleteVaultNotifications Source # 
Generic DeleteVaultNotifications Source # 
Hashable DeleteVaultNotifications Source # 
NFData DeleteVaultNotifications Source # 
AWSRequest DeleteVaultNotifications Source # 
ToPath DeleteVaultNotifications Source # 
ToHeaders DeleteVaultNotifications Source # 
ToQuery DeleteVaultNotifications Source # 
type Rep DeleteVaultNotifications Source # 
type Rep DeleteVaultNotifications = D1 (MetaData "DeleteVaultNotifications" "Network.AWS.Glacier.DeleteVaultNotifications" "amazonka-glacier-1.4.2-7zfGXRdnBgyLD0x24wdsS" 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 Source # 

Request Lenses

dvnAccountId :: Lens' DeleteVaultNotifications Text Source #

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 apos-apos (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 (apos-apos) in the ID.

Destructuring the Response

deleteVaultNotificationsResponse :: DeleteVaultNotificationsResponse Source #

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

data DeleteVaultNotificationsResponse Source #

See: deleteVaultNotificationsResponse smart constructor.

Instances

Eq DeleteVaultNotificationsResponse Source # 
Data DeleteVaultNotificationsResponse Source # 

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