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

Contents

Description

Creates a new replication configuration (or replaces an existing one, if present).

Synopsis

Creating a Request

putBucketReplication #

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

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

data PutBucketReplication #

See: putBucketReplication smart constructor.

Instances
Eq PutBucketReplication # 
Instance details

Defined in Network.AWS.S3.PutBucketReplication

Data PutBucketReplication # 
Instance details

Defined in Network.AWS.S3.PutBucketReplication

Methods

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

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

toConstr :: PutBucketReplication -> Constr #

dataTypeOf :: PutBucketReplication -> DataType #

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

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

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

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

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

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

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

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

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

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

Read PutBucketReplication # 
Instance details

Defined in Network.AWS.S3.PutBucketReplication

Show PutBucketReplication # 
Instance details

Defined in Network.AWS.S3.PutBucketReplication

Generic PutBucketReplication # 
Instance details

Defined in Network.AWS.S3.PutBucketReplication

Associated Types

type Rep PutBucketReplication :: Type -> Type #

Hashable PutBucketReplication # 
Instance details

Defined in Network.AWS.S3.PutBucketReplication

AWSRequest PutBucketReplication # 
Instance details

Defined in Network.AWS.S3.PutBucketReplication

Associated Types

type Rs PutBucketReplication :: Type #

ToElement PutBucketReplication # 
Instance details

Defined in Network.AWS.S3.PutBucketReplication

ToHeaders PutBucketReplication # 
Instance details

Defined in Network.AWS.S3.PutBucketReplication

ToPath PutBucketReplication # 
Instance details

Defined in Network.AWS.S3.PutBucketReplication

ToQuery PutBucketReplication # 
Instance details

Defined in Network.AWS.S3.PutBucketReplication

NFData PutBucketReplication # 
Instance details

Defined in Network.AWS.S3.PutBucketReplication

Methods

rnf :: PutBucketReplication -> () #

type Rep PutBucketReplication # 
Instance details

Defined in Network.AWS.S3.PutBucketReplication

type Rep PutBucketReplication = D1 (MetaData "PutBucketReplication" "Network.AWS.S3.PutBucketReplication" "amazonka-s3-1.6.1-LiqvNF3p5E63pl94gDJb0i" False) (C1 (MetaCons "PutBucketReplication'" PrefixI True) (S1 (MetaSel (Just "_pbrContentMD5") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pbrBucket") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 BucketName) :*: S1 (MetaSel (Just "_pbrReplicationConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ReplicationConfiguration))))
type Rs PutBucketReplication # 
Instance details

Defined in Network.AWS.S3.PutBucketReplication

Request Lenses

Destructuring the Response

putBucketReplicationResponse :: PutBucketReplicationResponse #

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

data PutBucketReplicationResponse #

See: putBucketReplicationResponse smart constructor.

Instances
Eq PutBucketReplicationResponse # 
Instance details

Defined in Network.AWS.S3.PutBucketReplication

Data PutBucketReplicationResponse # 
Instance details

Defined in Network.AWS.S3.PutBucketReplication

Methods

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

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

toConstr :: PutBucketReplicationResponse -> Constr #

dataTypeOf :: PutBucketReplicationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read PutBucketReplicationResponse # 
Instance details

Defined in Network.AWS.S3.PutBucketReplication

Show PutBucketReplicationResponse # 
Instance details

Defined in Network.AWS.S3.PutBucketReplication

Generic PutBucketReplicationResponse # 
Instance details

Defined in Network.AWS.S3.PutBucketReplication

Associated Types

type Rep PutBucketReplicationResponse :: Type -> Type #

NFData PutBucketReplicationResponse # 
Instance details

Defined in Network.AWS.S3.PutBucketReplication

type Rep PutBucketReplicationResponse # 
Instance details

Defined in Network.AWS.S3.PutBucketReplication

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