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

Copyright(c) 2013-2018 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 # 
Instance details

Defined in Network.AWS.S3.DeleteBucketInventoryConfiguration

Data DeleteBucketInventoryConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketInventoryConfiguration

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 # 
Instance details

Defined in Network.AWS.S3.DeleteBucketInventoryConfiguration

Show DeleteBucketInventoryConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketInventoryConfiguration

Generic DeleteBucketInventoryConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketInventoryConfiguration

Associated Types

type Rep DeleteBucketInventoryConfiguration :: Type -> Type #

Hashable DeleteBucketInventoryConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketInventoryConfiguration

AWSRequest DeleteBucketInventoryConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketInventoryConfiguration

ToHeaders DeleteBucketInventoryConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketInventoryConfiguration

ToPath DeleteBucketInventoryConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketInventoryConfiguration

ToQuery DeleteBucketInventoryConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketInventoryConfiguration

NFData DeleteBucketInventoryConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketInventoryConfiguration

type Rep DeleteBucketInventoryConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketInventoryConfiguration

type Rep DeleteBucketInventoryConfiguration = D1 (MetaData "DeleteBucketInventoryConfiguration" "Network.AWS.S3.DeleteBucketInventoryConfiguration" "amazonka-s3-1.6.1-I7VsiKive605KPmKsVgrUz" False) (C1 (MetaCons "DeleteBucketInventoryConfiguration'" PrefixI True) (S1 (MetaSel (Just "_dbicBucket") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 BucketName) :*: S1 (MetaSel (Just "_dbicId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs DeleteBucketInventoryConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketInventoryConfiguration

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 # 
Instance details

Defined in Network.AWS.S3.DeleteBucketInventoryConfiguration

Data DeleteBucketInventoryConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketInventoryConfiguration

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 # 
Instance details

Defined in Network.AWS.S3.DeleteBucketInventoryConfiguration

Show DeleteBucketInventoryConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketInventoryConfiguration

Generic DeleteBucketInventoryConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketInventoryConfiguration

NFData DeleteBucketInventoryConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketInventoryConfiguration

type Rep DeleteBucketInventoryConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketInventoryConfiguration

type Rep DeleteBucketInventoryConfigurationResponse = D1 (MetaData "DeleteBucketInventoryConfigurationResponse" "Network.AWS.S3.DeleteBucketInventoryConfiguration" "amazonka-s3-1.6.1-I7VsiKive605KPmKsVgrUz" False) (C1 (MetaCons "DeleteBucketInventoryConfigurationResponse'" PrefixI False) (U1 :: Type -> Type))