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

Contents

Description

This operation deletes a vault. Amazon Glacier will delete a vault only if there are no archives in the vault as of the last inventory and there have been no writes to the vault since the last inventory. If either of these conditions is not satisfied, the vault deletion fails (that is, the vault is not removed) and Amazon Glacier returns an error. You can use DescribeVault to return the number of archives in a vault, and you can use Initiate a Job (POST jobs) to initiate a new inventory retrieval for a vault. The inventory contains the archive IDs you use to delete archives using Delete Archive (DELETE archive).

This operation is idempotent.

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 Deleting a Vault in Amazon Glacier and Delete Vault in the Amazon Glacier Developer Guide.

Synopsis

Creating a Request

deleteVault Source #

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

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

data DeleteVault Source #

Provides options for deleting a vault from Amazon Glacier.

See: deleteVault smart constructor.

Instances

Eq DeleteVault Source # 
Data DeleteVault Source # 

Methods

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

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

toConstr :: DeleteVault -> Constr #

dataTypeOf :: DeleteVault -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteVault Source # 
Show DeleteVault Source # 
Generic DeleteVault Source # 

Associated Types

type Rep DeleteVault :: * -> * #

Hashable DeleteVault Source # 
NFData DeleteVault Source # 

Methods

rnf :: DeleteVault -> () #

AWSRequest DeleteVault Source # 
ToPath DeleteVault Source # 
ToHeaders DeleteVault Source # 

Methods

toHeaders :: DeleteVault -> [Header] #

ToQuery DeleteVault Source # 
type Rep DeleteVault Source # 
type Rep DeleteVault = D1 (MetaData "DeleteVault" "Network.AWS.Glacier.DeleteVault" "amazonka-glacier-1.4.2-7zfGXRdnBgyLD0x24wdsS" False) (C1 (MetaCons "DeleteVault'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_dVaultName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DeleteVault Source # 

Request Lenses

dAccountId :: Lens' DeleteVault 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.

dVaultName :: Lens' DeleteVault Text Source #

The name of the vault.

Destructuring the Response

deleteVaultResponse :: DeleteVaultResponse Source #

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

data DeleteVaultResponse Source #

See: deleteVaultResponse smart constructor.

Instances

Eq DeleteVaultResponse Source # 
Data DeleteVaultResponse Source # 

Methods

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

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

toConstr :: DeleteVaultResponse -> Constr #

dataTypeOf :: DeleteVaultResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteVaultResponse Source # 
Show DeleteVaultResponse Source # 
Generic DeleteVaultResponse Source # 
NFData DeleteVaultResponse Source # 

Methods

rnf :: DeleteVaultResponse -> () #

type Rep DeleteVaultResponse Source # 
type Rep DeleteVaultResponse = D1 (MetaData "DeleteVaultResponse" "Network.AWS.Glacier.DeleteVault" "amazonka-glacier-1.4.2-7zfGXRdnBgyLD0x24wdsS" False) (C1 (MetaCons "DeleteVaultResponse'" PrefixI False) U1)