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

Contents

Description

Returns the replication configuration of a bucket.

Synopsis

Creating a Request

getBucketReplication #

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 #

See: getBucketReplication smart constructor.

Instances
Eq GetBucketReplication # 
Instance details

Defined in Network.AWS.S3.GetBucketReplication

Data GetBucketReplication # 
Instance details

Defined in Network.AWS.S3.GetBucketReplication

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

Defined in Network.AWS.S3.GetBucketReplication

Show GetBucketReplication # 
Instance details

Defined in Network.AWS.S3.GetBucketReplication

Generic GetBucketReplication # 
Instance details

Defined in Network.AWS.S3.GetBucketReplication

Associated Types

type Rep GetBucketReplication :: Type -> Type #

Hashable GetBucketReplication # 
Instance details

Defined in Network.AWS.S3.GetBucketReplication

AWSRequest GetBucketReplication # 
Instance details

Defined in Network.AWS.S3.GetBucketReplication

Associated Types

type Rs GetBucketReplication :: Type #

ToHeaders GetBucketReplication # 
Instance details

Defined in Network.AWS.S3.GetBucketReplication

ToPath GetBucketReplication # 
Instance details

Defined in Network.AWS.S3.GetBucketReplication

ToQuery GetBucketReplication # 
Instance details

Defined in Network.AWS.S3.GetBucketReplication

NFData GetBucketReplication # 
Instance details

Defined in Network.AWS.S3.GetBucketReplication

Methods

rnf :: GetBucketReplication -> () #

type Rep GetBucketReplication # 
Instance details

Defined in Network.AWS.S3.GetBucketReplication

type Rep GetBucketReplication = D1 (MetaData "GetBucketReplication" "Network.AWS.S3.GetBucketReplication" "amazonka-s3-1.6.1-LiqvNF3p5E63pl94gDJb0i" True) (C1 (MetaCons "GetBucketReplication'" PrefixI True) (S1 (MetaSel (Just "_gbrBucket") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 BucketName)))
type Rs GetBucketReplication # 
Instance details

Defined in Network.AWS.S3.GetBucketReplication

Request Lenses

Destructuring the Response

getBucketReplicationResponse #

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 #

See: getBucketReplicationResponse smart constructor.

Instances
Eq GetBucketReplicationResponse # 
Instance details

Defined in Network.AWS.S3.GetBucketReplication

Data GetBucketReplicationResponse # 
Instance details

Defined in Network.AWS.S3.GetBucketReplication

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

Defined in Network.AWS.S3.GetBucketReplication

Show GetBucketReplicationResponse # 
Instance details

Defined in Network.AWS.S3.GetBucketReplication

Generic GetBucketReplicationResponse # 
Instance details

Defined in Network.AWS.S3.GetBucketReplication

Associated Types

type Rep GetBucketReplicationResponse :: Type -> Type #

NFData GetBucketReplicationResponse # 
Instance details

Defined in Network.AWS.S3.GetBucketReplication

type Rep GetBucketReplicationResponse # 
Instance details

Defined in Network.AWS.S3.GetBucketReplication

type Rep GetBucketReplicationResponse = D1 (MetaData "GetBucketReplicationResponse" "Network.AWS.S3.GetBucketReplication" "amazonka-s3-1.6.1-LiqvNF3p5E63pl94gDJb0i" False) (C1 (MetaCons "GetBucketReplicationResponse'" PrefixI True) (S1 (MetaSel (Just "_gbrrsReplicationConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ReplicationConfiguration)) :*: S1 (MetaSel (Just "_gbrrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses