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

Contents

Description

Returns the replication configuration of a bucket.

Synopsis

Creating a Request

getBucketReplication Source #

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

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

data GetBucketReplication Source #

See: getBucketReplication smart constructor.

Instances

Eq GetBucketReplication Source # 
Data GetBucketReplication Source # 

Methods

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

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

toConstr :: GetBucketReplication -> Constr #

dataTypeOf :: GetBucketReplication -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetBucketReplication Source # 
Show GetBucketReplication Source # 
Generic GetBucketReplication Source # 
Hashable GetBucketReplication Source # 
NFData GetBucketReplication Source # 

Methods

rnf :: GetBucketReplication -> () #

AWSRequest GetBucketReplication Source # 
ToQuery GetBucketReplication Source # 
ToPath GetBucketReplication Source # 
ToHeaders GetBucketReplication Source # 
type Rep GetBucketReplication Source # 
type Rep GetBucketReplication = D1 (MetaData "GetBucketReplication" "Network.AWS.S3.GetBucketReplication" "amazonka-s3-1.5.0-4i2REsRgyXL98WvgynC9is" True) (C1 (MetaCons "GetBucketReplication'" PrefixI True) (S1 (MetaSel (Just Symbol "_gbrBucket") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 BucketName)))
type Rs GetBucketReplication Source # 

Request Lenses

Destructuring the Response

getBucketReplicationResponse Source #

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

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

data GetBucketReplicationResponse Source #

See: getBucketReplicationResponse smart constructor.

Instances

Eq GetBucketReplicationResponse Source # 
Data GetBucketReplicationResponse Source # 

Methods

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

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

toConstr :: GetBucketReplicationResponse -> Constr #

dataTypeOf :: GetBucketReplicationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetBucketReplicationResponse Source # 
Show GetBucketReplicationResponse Source # 
Generic GetBucketReplicationResponse Source # 
NFData GetBucketReplicationResponse Source # 
type Rep GetBucketReplicationResponse Source # 
type Rep GetBucketReplicationResponse = D1 (MetaData "GetBucketReplicationResponse" "Network.AWS.S3.GetBucketReplication" "amazonka-s3-1.5.0-4i2REsRgyXL98WvgynC9is" False) (C1 (MetaCons "GetBucketReplicationResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gbrrsReplicationConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ReplicationConfiguration))) (S1 (MetaSel (Just Symbol "_gbrrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses