amazonka-s3-1.4.5: Amazon Simple Storage Service SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.S3.DeleteBucketReplication

Contents

Description

Deletes the replication configuration from the bucket.

Synopsis

Creating a Request

deleteBucketReplication Source #

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

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

data DeleteBucketReplication Source #

See: deleteBucketReplication smart constructor.

Instances

Eq DeleteBucketReplication Source # 
Data DeleteBucketReplication Source # 

Methods

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

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

toConstr :: DeleteBucketReplication -> Constr #

dataTypeOf :: DeleteBucketReplication -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteBucketReplication Source # 
Show DeleteBucketReplication Source # 
Generic DeleteBucketReplication Source # 
Hashable DeleteBucketReplication Source # 
NFData DeleteBucketReplication Source # 

Methods

rnf :: DeleteBucketReplication -> () #

AWSRequest DeleteBucketReplication Source # 
ToPath DeleteBucketReplication Source # 
ToHeaders DeleteBucketReplication Source # 
ToQuery DeleteBucketReplication Source # 
type Rep DeleteBucketReplication Source # 
type Rep DeleteBucketReplication = D1 (MetaData "DeleteBucketReplication" "Network.AWS.S3.DeleteBucketReplication" "amazonka-s3-1.4.5-2ONtLrikxBNLJwnoUGaFyq" True) (C1 (MetaCons "DeleteBucketReplication'" PrefixI True) (S1 (MetaSel (Just Symbol "_dbrBucket") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 BucketName)))
type Rs DeleteBucketReplication Source # 

Request Lenses

Destructuring the Response

deleteBucketReplicationResponse :: DeleteBucketReplicationResponse Source #

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

data DeleteBucketReplicationResponse Source #

See: deleteBucketReplicationResponse smart constructor.

Instances

Eq DeleteBucketReplicationResponse Source # 
Data DeleteBucketReplicationResponse Source # 

Methods

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

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

toConstr :: DeleteBucketReplicationResponse -> Constr #

dataTypeOf :: DeleteBucketReplicationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteBucketReplicationResponse Source # 
Show DeleteBucketReplicationResponse Source # 
Generic DeleteBucketReplicationResponse Source # 
NFData DeleteBucketReplicationResponse Source # 
type Rep DeleteBucketReplicationResponse Source # 
type Rep DeleteBucketReplicationResponse = D1 (MetaData "DeleteBucketReplicationResponse" "Network.AWS.S3.DeleteBucketReplication" "amazonka-s3-1.4.5-2ONtLrikxBNLJwnoUGaFyq" False) (C1 (MetaCons "DeleteBucketReplicationResponse'" PrefixI False) U1)