amazonka-s3-1.6.0: 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.DeleteBucketEncryption

Contents

Description

Deletes the server-side encryption configuration from the bucket.

Synopsis

Creating a Request

deleteBucketEncryption Source #

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

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

  • dbeBucket - The name of the bucket containing the server-side encryption configuration to delete.

data DeleteBucketEncryption Source #

See: deleteBucketEncryption smart constructor.

Instances

Eq DeleteBucketEncryption Source # 
Data DeleteBucketEncryption Source # 

Methods

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

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

toConstr :: DeleteBucketEncryption -> Constr #

dataTypeOf :: DeleteBucketEncryption -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteBucketEncryption Source # 
Show DeleteBucketEncryption Source # 
Generic DeleteBucketEncryption Source # 
Hashable DeleteBucketEncryption Source # 
NFData DeleteBucketEncryption Source # 

Methods

rnf :: DeleteBucketEncryption -> () #

AWSRequest DeleteBucketEncryption Source # 
ToHeaders DeleteBucketEncryption Source # 
ToPath DeleteBucketEncryption Source # 
ToQuery DeleteBucketEncryption Source # 
type Rep DeleteBucketEncryption Source # 
type Rep DeleteBucketEncryption = D1 * (MetaData "DeleteBucketEncryption" "Network.AWS.S3.DeleteBucketEncryption" "amazonka-s3-1.6.0-AdElsico9UIGqHgrDvALBR" True) (C1 * (MetaCons "DeleteBucketEncryption'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dbeBucket") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * BucketName)))
type Rs DeleteBucketEncryption Source # 

Request Lenses

dbeBucket :: Lens' DeleteBucketEncryption BucketName Source #

The name of the bucket containing the server-side encryption configuration to delete.

Destructuring the Response

deleteBucketEncryptionResponse :: DeleteBucketEncryptionResponse Source #

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

data DeleteBucketEncryptionResponse Source #

See: deleteBucketEncryptionResponse smart constructor.

Instances

Eq DeleteBucketEncryptionResponse Source # 
Data DeleteBucketEncryptionResponse Source # 

Methods

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

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

toConstr :: DeleteBucketEncryptionResponse -> Constr #

dataTypeOf :: DeleteBucketEncryptionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteBucketEncryptionResponse Source # 
Show DeleteBucketEncryptionResponse Source # 
Generic DeleteBucketEncryptionResponse Source # 
NFData DeleteBucketEncryptionResponse Source # 
type Rep DeleteBucketEncryptionResponse Source # 
type Rep DeleteBucketEncryptionResponse = D1 * (MetaData "DeleteBucketEncryptionResponse" "Network.AWS.S3.DeleteBucketEncryption" "amazonka-s3-1.6.0-AdElsico9UIGqHgrDvALBR" False) (C1 * (MetaCons "DeleteBucketEncryptionResponse'" PrefixI False) (U1 *))