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

Copyright(c) 2013-2017 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.GetBucketACL

Contents

Description

Gets the access control policy for the bucket.

Synopsis

Creating a Request

getBucketACL Source #

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

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

data GetBucketACL Source #

See: getBucketACL smart constructor.

Instances

Eq GetBucketACL Source # 
Data GetBucketACL Source # 

Methods

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

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

toConstr :: GetBucketACL -> Constr #

dataTypeOf :: GetBucketACL -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetBucketACL Source # 
Show GetBucketACL Source # 
Generic GetBucketACL Source # 

Associated Types

type Rep GetBucketACL :: * -> * #

Hashable GetBucketACL Source # 
NFData GetBucketACL Source # 

Methods

rnf :: GetBucketACL -> () #

AWSRequest GetBucketACL Source # 
ToQuery GetBucketACL Source # 
ToPath GetBucketACL Source # 
ToHeaders GetBucketACL Source # 
type Rep GetBucketACL Source # 
type Rep GetBucketACL = D1 (MetaData "GetBucketACL" "Network.AWS.S3.GetBucketACL" "amazonka-s3-1.5.0-4i2REsRgyXL98WvgynC9is" True) (C1 (MetaCons "GetBucketACL'" PrefixI True) (S1 (MetaSel (Just Symbol "_gbaBucket") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 BucketName)))
type Rs GetBucketACL Source # 

Request Lenses

Destructuring the Response

getBucketACLResponse Source #

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

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

data GetBucketACLResponse Source #

See: getBucketACLResponse smart constructor.

Instances

Eq GetBucketACLResponse Source # 
Data GetBucketACLResponse Source # 

Methods

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

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

toConstr :: GetBucketACLResponse -> Constr #

dataTypeOf :: GetBucketACLResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetBucketACLResponse Source # 
Show GetBucketACLResponse Source # 
Generic GetBucketACLResponse Source # 
NFData GetBucketACLResponse Source # 

Methods

rnf :: GetBucketACLResponse -> () #

type Rep GetBucketACLResponse Source # 
type Rep GetBucketACLResponse = D1 (MetaData "GetBucketACLResponse" "Network.AWS.S3.GetBucketACL" "amazonka-s3-1.5.0-4i2REsRgyXL98WvgynC9is" False) (C1 (MetaCons "GetBucketACLResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gbarsGrants") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Grant]))) ((:*:) (S1 (MetaSel (Just Symbol "_gbarsOwner") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Owner))) (S1 (MetaSel (Just Symbol "_gbarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

gbarsResponseStatus :: Lens' GetBucketACLResponse Int Source #

  • - | The response status code.