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

Contents

Description

Deletes the replication configuration from the bucket.

Synopsis

Creating a Request

deleteBucketReplication #

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 #

See: deleteBucketReplication smart constructor.

Instances
Eq DeleteBucketReplication # 
Instance details

Defined in Network.AWS.S3.DeleteBucketReplication

Data DeleteBucketReplication # 
Instance details

Defined in Network.AWS.S3.DeleteBucketReplication

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

Defined in Network.AWS.S3.DeleteBucketReplication

Show DeleteBucketReplication # 
Instance details

Defined in Network.AWS.S3.DeleteBucketReplication

Generic DeleteBucketReplication # 
Instance details

Defined in Network.AWS.S3.DeleteBucketReplication

Associated Types

type Rep DeleteBucketReplication :: Type -> Type #

Hashable DeleteBucketReplication # 
Instance details

Defined in Network.AWS.S3.DeleteBucketReplication

AWSRequest DeleteBucketReplication # 
Instance details

Defined in Network.AWS.S3.DeleteBucketReplication

Associated Types

type Rs DeleteBucketReplication :: Type #

ToHeaders DeleteBucketReplication # 
Instance details

Defined in Network.AWS.S3.DeleteBucketReplication

ToPath DeleteBucketReplication # 
Instance details

Defined in Network.AWS.S3.DeleteBucketReplication

ToQuery DeleteBucketReplication # 
Instance details

Defined in Network.AWS.S3.DeleteBucketReplication

NFData DeleteBucketReplication # 
Instance details

Defined in Network.AWS.S3.DeleteBucketReplication

Methods

rnf :: DeleteBucketReplication -> () #

type Rep DeleteBucketReplication # 
Instance details

Defined in Network.AWS.S3.DeleteBucketReplication

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

Defined in Network.AWS.S3.DeleteBucketReplication

Request Lenses

Destructuring the Response

deleteBucketReplicationResponse :: DeleteBucketReplicationResponse #

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

data DeleteBucketReplicationResponse #

See: deleteBucketReplicationResponse smart constructor.

Instances
Eq DeleteBucketReplicationResponse # 
Instance details

Defined in Network.AWS.S3.DeleteBucketReplication

Data DeleteBucketReplicationResponse # 
Instance details

Defined in Network.AWS.S3.DeleteBucketReplication

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

Defined in Network.AWS.S3.DeleteBucketReplication

Show DeleteBucketReplicationResponse # 
Instance details

Defined in Network.AWS.S3.DeleteBucketReplication

Generic DeleteBucketReplicationResponse # 
Instance details

Defined in Network.AWS.S3.DeleteBucketReplication

Associated Types

type Rep DeleteBucketReplicationResponse :: Type -> Type #

NFData DeleteBucketReplicationResponse # 
Instance details

Defined in Network.AWS.S3.DeleteBucketReplication

type Rep DeleteBucketReplicationResponse # 
Instance details

Defined in Network.AWS.S3.DeleteBucketReplication

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