amazonka-s3-1.5.0: Amazon Simple Storage Service SDK.

Copyright(c) 2013-2017 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.S3.DeleteBucketInventoryConfiguration

Contents

Description

Deletes an inventory configuration (identified by the inventory ID) from the bucket.

Synopsis

Creating a Request

deleteBucketInventoryConfiguration Source #

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

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

  • dbicBucket - The name of the bucket containing the inventory configuration to delete.
  • dbicId - The ID used to identify the inventory configuration.

data DeleteBucketInventoryConfiguration Source #

See: deleteBucketInventoryConfiguration smart constructor.

Instances

Eq DeleteBucketInventoryConfiguration Source # 
Data DeleteBucketInventoryConfiguration Source # 

Methods

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

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

toConstr :: DeleteBucketInventoryConfiguration -> Constr #

dataTypeOf :: DeleteBucketInventoryConfiguration -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteBucketInventoryConfiguration Source # 
Show DeleteBucketInventoryConfiguration Source # 
Generic DeleteBucketInventoryConfiguration Source # 
Hashable DeleteBucketInventoryConfiguration Source # 
NFData DeleteBucketInventoryConfiguration Source # 
AWSRequest DeleteBucketInventoryConfiguration Source # 
ToQuery DeleteBucketInventoryConfiguration Source # 
ToPath DeleteBucketInventoryConfiguration Source # 
ToHeaders DeleteBucketInventoryConfiguration Source # 
type Rep DeleteBucketInventoryConfiguration Source # 
type Rep DeleteBucketInventoryConfiguration = D1 (MetaData "DeleteBucketInventoryConfiguration" "Network.AWS.S3.DeleteBucketInventoryConfiguration" "amazonka-s3-1.5.0-4i2REsRgyXL98WvgynC9is" False) (C1 (MetaCons "DeleteBucketInventoryConfiguration'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dbicBucket") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 BucketName)) (S1 (MetaSel (Just Symbol "_dbicId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DeleteBucketInventoryConfiguration Source # 

Request Lenses

dbicBucket :: Lens' DeleteBucketInventoryConfiguration BucketName Source #

The name of the bucket containing the inventory configuration to delete.

dbicId :: Lens' DeleteBucketInventoryConfiguration Text Source #

The ID used to identify the inventory configuration.

Destructuring the Response

data DeleteBucketInventoryConfigurationResponse Source #

Instances

Eq DeleteBucketInventoryConfigurationResponse Source # 
Data DeleteBucketInventoryConfigurationResponse Source # 

Methods

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

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

toConstr :: DeleteBucketInventoryConfigurationResponse -> Constr #

dataTypeOf :: DeleteBucketInventoryConfigurationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteBucketInventoryConfigurationResponse Source # 
Show DeleteBucketInventoryConfigurationResponse Source # 
Generic DeleteBucketInventoryConfigurationResponse Source # 
NFData DeleteBucketInventoryConfigurationResponse Source # 
type Rep DeleteBucketInventoryConfigurationResponse Source # 
type Rep DeleteBucketInventoryConfigurationResponse = D1 (MetaData "DeleteBucketInventoryConfigurationResponse" "Network.AWS.S3.DeleteBucketInventoryConfiguration" "amazonka-s3-1.5.0-4i2REsRgyXL98WvgynC9is" False) (C1 (MetaCons "DeleteBucketInventoryConfigurationResponse'" PrefixI False) U1)