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

Contents

Description

Deletes an analytics configuration for the bucket (specified by the analytics configuration ID).

Synopsis

Creating a Request

deleteBucketAnalyticsConfiguration Source #

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

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

  • dbacBucket - The name of the bucket from which an analytics configuration is deleted.
  • dbacId - The identifier used to represent an analytics configuration.

data DeleteBucketAnalyticsConfiguration Source #

See: deleteBucketAnalyticsConfiguration smart constructor.

Instances
Eq DeleteBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketAnalyticsConfiguration

Data DeleteBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketAnalyticsConfiguration

Methods

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

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

toConstr :: DeleteBucketAnalyticsConfiguration -> Constr #

dataTypeOf :: DeleteBucketAnalyticsConfiguration -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketAnalyticsConfiguration

Show DeleteBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketAnalyticsConfiguration

Generic DeleteBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketAnalyticsConfiguration

Associated Types

type Rep DeleteBucketAnalyticsConfiguration :: Type -> Type #

Hashable DeleteBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketAnalyticsConfiguration

AWSRequest DeleteBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketAnalyticsConfiguration

ToHeaders DeleteBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketAnalyticsConfiguration

ToPath DeleteBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketAnalyticsConfiguration

ToQuery DeleteBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketAnalyticsConfiguration

NFData DeleteBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketAnalyticsConfiguration

type Rep DeleteBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketAnalyticsConfiguration

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

Defined in Network.AWS.S3.DeleteBucketAnalyticsConfiguration

Request Lenses

dbacBucket :: Lens' DeleteBucketAnalyticsConfiguration BucketName Source #

The name of the bucket from which an analytics configuration is deleted.

dbacId :: Lens' DeleteBucketAnalyticsConfiguration Text Source #

The identifier used to represent an analytics configuration.

Destructuring the Response

data DeleteBucketAnalyticsConfigurationResponse Source #

Instances
Eq DeleteBucketAnalyticsConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketAnalyticsConfiguration

Data DeleteBucketAnalyticsConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketAnalyticsConfiguration

Methods

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

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

toConstr :: DeleteBucketAnalyticsConfigurationResponse -> Constr #

dataTypeOf :: DeleteBucketAnalyticsConfigurationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteBucketAnalyticsConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketAnalyticsConfiguration

Show DeleteBucketAnalyticsConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketAnalyticsConfiguration

Generic DeleteBucketAnalyticsConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketAnalyticsConfiguration

NFData DeleteBucketAnalyticsConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketAnalyticsConfiguration

type Rep DeleteBucketAnalyticsConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketAnalyticsConfiguration

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