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

Synopsis

Creating a Request

deleteVault #

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:

  • dAccountId - 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.
  • dVaultName - The name of the vault.

data DeleteVault #

Provides options for deleting a vault from Amazon Glacier.

See: deleteVault smart constructor.

Instances

Eq DeleteVault # 
Data DeleteVault # 

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 # 
Show DeleteVault # 
Generic DeleteVault # 

Associated Types

type Rep DeleteVault :: * -> * #

Hashable DeleteVault # 
NFData DeleteVault # 

Methods

rnf :: DeleteVault -> () #

AWSRequest DeleteVault # 
ToQuery DeleteVault # 
ToPath DeleteVault # 
ToHeaders DeleteVault # 

Methods

toHeaders :: DeleteVault -> [Header] #

type Rep DeleteVault # 
type Rep DeleteVault = D1 (MetaData "DeleteVault" "Network.AWS.Glacier.DeleteVault" "amazonka-glacier-1.4.5-1XURZNaWj8uGGcizdrtXIY" 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 # 

Request Lenses

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

dVaultName :: Lens' DeleteVault Text #

The name of the vault.

Destructuring the Response

deleteVaultResponse :: DeleteVaultResponse #

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

data DeleteVaultResponse #

See: deleteVaultResponse smart constructor.

Instances

Eq DeleteVaultResponse # 
Data DeleteVaultResponse # 

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 # 
Show DeleteVaultResponse # 
Generic DeleteVaultResponse # 
NFData DeleteVaultResponse # 

Methods

rnf :: DeleteVaultResponse -> () #

type Rep DeleteVaultResponse # 
type Rep DeleteVaultResponse = D1 (MetaData "DeleteVaultResponse" "Network.AWS.Glacier.DeleteVault" "amazonka-glacier-1.4.5-1XURZNaWj8uGGcizdrtXIY" False) (C1 (MetaCons "DeleteVaultResponse'" PrefixI False) U1)