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

Contents

Description

Gets the access control policy for the bucket.

Synopsis

Creating a Request

getBucketACL #

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 #

See: getBucketACL smart constructor.

Instances

Eq GetBucketACL # 
Data GetBucketACL # 

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 # 
Show GetBucketACL # 
Generic GetBucketACL # 

Associated Types

type Rep GetBucketACL :: * -> * #

Hashable GetBucketACL # 
NFData GetBucketACL # 

Methods

rnf :: GetBucketACL -> () #

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

Request Lenses

gbaBucket :: Lens' GetBucketACL BucketName #

Undocumented member.

Destructuring the Response

getBucketACLResponse #

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 #

See: getBucketACLResponse smart constructor.

Instances

Eq GetBucketACLResponse # 
Data GetBucketACLResponse # 

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 # 
Show GetBucketACLResponse # 
Generic GetBucketACLResponse # 
NFData GetBucketACLResponse # 

Methods

rnf :: GetBucketACLResponse -> () #

type Rep GetBucketACLResponse # 
type Rep GetBucketACLResponse = D1 (MetaData "GetBucketACLResponse" "Network.AWS.S3.GetBucketACL" "amazonka-s3-1.4.5-2aWx4hFX4jc9aUoF72WoFH" 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 DecidedUnpack) (Rec0 Int)))))

Response Lenses

gbarsResponseStatus :: Lens' GetBucketACLResponse Int #

  • - | The response status code.