amazonka-s3-1.6.0: 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.GetBucketAccelerateConfiguration

Contents

Description

Returns the accelerate configuration of a bucket.

Synopsis

Creating a Request

getBucketAccelerateConfiguration #

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

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

  • gbacBucket - Name of the bucket for which the accelerate configuration is retrieved.

data GetBucketAccelerateConfiguration #

See: getBucketAccelerateConfiguration smart constructor.

Instances

Eq GetBucketAccelerateConfiguration # 
Data GetBucketAccelerateConfiguration # 

Methods

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

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

toConstr :: GetBucketAccelerateConfiguration -> Constr #

dataTypeOf :: GetBucketAccelerateConfiguration -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetBucketAccelerateConfiguration # 
Show GetBucketAccelerateConfiguration # 
Generic GetBucketAccelerateConfiguration # 
Hashable GetBucketAccelerateConfiguration # 
NFData GetBucketAccelerateConfiguration # 
AWSRequest GetBucketAccelerateConfiguration # 
ToHeaders GetBucketAccelerateConfiguration # 
ToPath GetBucketAccelerateConfiguration # 
ToQuery GetBucketAccelerateConfiguration # 
type Rep GetBucketAccelerateConfiguration # 
type Rep GetBucketAccelerateConfiguration = D1 * (MetaData "GetBucketAccelerateConfiguration" "Network.AWS.S3.GetBucketAccelerateConfiguration" "amazonka-s3-1.6.0-7IU4ob52e2UJs8PzXUUtYL" True) (C1 * (MetaCons "GetBucketAccelerateConfiguration'" PrefixI True) (S1 * (MetaSel (Just Symbol "_gbacBucket") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * BucketName)))
type Rs GetBucketAccelerateConfiguration # 

Request Lenses

gbacBucket :: Lens' GetBucketAccelerateConfiguration BucketName #

Name of the bucket for which the accelerate configuration is retrieved.

Destructuring the Response

getBucketAccelerateConfigurationResponse #

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

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

data GetBucketAccelerateConfigurationResponse #

Instances

Eq GetBucketAccelerateConfigurationResponse # 
Data GetBucketAccelerateConfigurationResponse # 

Methods

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

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

toConstr :: GetBucketAccelerateConfigurationResponse -> Constr #

dataTypeOf :: GetBucketAccelerateConfigurationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetBucketAccelerateConfigurationResponse # 
Show GetBucketAccelerateConfigurationResponse # 
Generic GetBucketAccelerateConfigurationResponse # 
NFData GetBucketAccelerateConfigurationResponse # 
type Rep GetBucketAccelerateConfigurationResponse # 
type Rep GetBucketAccelerateConfigurationResponse = D1 * (MetaData "GetBucketAccelerateConfigurationResponse" "Network.AWS.S3.GetBucketAccelerateConfiguration" "amazonka-s3-1.6.0-7IU4ob52e2UJs8PzXUUtYL" False) (C1 * (MetaCons "GetBucketAccelerateConfigurationResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_grsStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe BucketAccelerateStatus))) (S1 * (MetaSel (Just Symbol "_grsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses