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

Contents

Description

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

Synopsis

Creating a Request

getBucketAnalyticsConfiguration Source #

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

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

  • getBucket - The name of the bucket from which an analytics configuration is retrieved.
  • getId - The identifier used to represent an analytics configuration.

data GetBucketAnalyticsConfiguration Source #

See: getBucketAnalyticsConfiguration smart constructor.

Instances
Eq GetBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketAnalyticsConfiguration

Data GetBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketAnalyticsConfiguration

Methods

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

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

toConstr :: GetBucketAnalyticsConfiguration -> Constr #

dataTypeOf :: GetBucketAnalyticsConfiguration -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketAnalyticsConfiguration

Show GetBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketAnalyticsConfiguration

Generic GetBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketAnalyticsConfiguration

Associated Types

type Rep GetBucketAnalyticsConfiguration :: Type -> Type #

Hashable GetBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketAnalyticsConfiguration

AWSRequest GetBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketAnalyticsConfiguration

Associated Types

type Rs GetBucketAnalyticsConfiguration :: Type #

ToHeaders GetBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketAnalyticsConfiguration

ToPath GetBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketAnalyticsConfiguration

ToQuery GetBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketAnalyticsConfiguration

NFData GetBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketAnalyticsConfiguration

type Rep GetBucketAnalyticsConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketAnalyticsConfiguration

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

Defined in Network.AWS.S3.GetBucketAnalyticsConfiguration

Request Lenses

getBucket :: Lens' GetBucketAnalyticsConfiguration BucketName Source #

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

getId :: Lens' GetBucketAnalyticsConfiguration Text Source #

The identifier used to represent an analytics configuration.

Destructuring the Response

getBucketAnalyticsConfigurationResponse Source #

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

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

data GetBucketAnalyticsConfigurationResponse Source #

Instances
Eq GetBucketAnalyticsConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.GetBucketAnalyticsConfiguration

Data GetBucketAnalyticsConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.GetBucketAnalyticsConfiguration

Methods

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

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

toConstr :: GetBucketAnalyticsConfigurationResponse -> Constr #

dataTypeOf :: GetBucketAnalyticsConfigurationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetBucketAnalyticsConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.GetBucketAnalyticsConfiguration

Show GetBucketAnalyticsConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.GetBucketAnalyticsConfiguration

Generic GetBucketAnalyticsConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.GetBucketAnalyticsConfiguration

NFData GetBucketAnalyticsConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.GetBucketAnalyticsConfiguration

type Rep GetBucketAnalyticsConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.GetBucketAnalyticsConfiguration

type Rep GetBucketAnalyticsConfigurationResponse = D1 (MetaData "GetBucketAnalyticsConfigurationResponse" "Network.AWS.S3.GetBucketAnalyticsConfiguration" "amazonka-s3-1.6.1-I7VsiKive605KPmKsVgrUz" False) (C1 (MetaCons "GetBucketAnalyticsConfigurationResponse'" PrefixI True) (S1 (MetaSel (Just "_gbacrsAnalyticsConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AnalyticsConfiguration)) :*: S1 (MetaSel (Just "_gbacrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

gbacrsAnalyticsConfiguration :: Lens' GetBucketAnalyticsConfigurationResponse (Maybe AnalyticsConfiguration) Source #

The configuration and any analyses for the analytics filter.