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

Contents

Description

Deletes the cors configuration information set for the bucket.

Synopsis

Creating a Request

deleteBucketCORS Source #

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

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

data DeleteBucketCORS Source #

See: deleteBucketCORS smart constructor.

Instances
Eq DeleteBucketCORS Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketCORS

Data DeleteBucketCORS Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketCORS

Methods

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

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

toConstr :: DeleteBucketCORS -> Constr #

dataTypeOf :: DeleteBucketCORS -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteBucketCORS Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketCORS

Show DeleteBucketCORS Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketCORS

Generic DeleteBucketCORS Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketCORS

Associated Types

type Rep DeleteBucketCORS :: Type -> Type #

Hashable DeleteBucketCORS Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketCORS

AWSRequest DeleteBucketCORS Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketCORS

Associated Types

type Rs DeleteBucketCORS :: Type #

ToHeaders DeleteBucketCORS Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketCORS

ToPath DeleteBucketCORS Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketCORS

ToQuery DeleteBucketCORS Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketCORS

NFData DeleteBucketCORS Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketCORS

Methods

rnf :: DeleteBucketCORS -> () #

type Rep DeleteBucketCORS Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketCORS

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

Defined in Network.AWS.S3.DeleteBucketCORS

Request Lenses

Destructuring the Response

deleteBucketCORSResponse :: DeleteBucketCORSResponse Source #

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

data DeleteBucketCORSResponse Source #

See: deleteBucketCORSResponse smart constructor.

Instances
Eq DeleteBucketCORSResponse Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketCORS

Data DeleteBucketCORSResponse Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketCORS

Methods

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

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

toConstr :: DeleteBucketCORSResponse -> Constr #

dataTypeOf :: DeleteBucketCORSResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteBucketCORSResponse Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketCORS

Show DeleteBucketCORSResponse Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketCORS

Generic DeleteBucketCORSResponse Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketCORS

Associated Types

type Rep DeleteBucketCORSResponse :: Type -> Type #

NFData DeleteBucketCORSResponse Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketCORS

type Rep DeleteBucketCORSResponse Source # 
Instance details

Defined in Network.AWS.S3.DeleteBucketCORS

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