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

Defined in Network.AWS.S3.GetBucketACL

Data GetBucketACL Source # 
Instance details

Defined in Network.AWS.S3.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 Source # 
Instance details

Defined in Network.AWS.S3.GetBucketACL

Show GetBucketACL Source # 
Instance details

Defined in Network.AWS.S3.GetBucketACL

Generic GetBucketACL Source # 
Instance details

Defined in Network.AWS.S3.GetBucketACL

Associated Types

type Rep GetBucketACL :: Type -> Type #

Hashable GetBucketACL Source # 
Instance details

Defined in Network.AWS.S3.GetBucketACL

AWSRequest GetBucketACL Source # 
Instance details

Defined in Network.AWS.S3.GetBucketACL

Associated Types

type Rs GetBucketACL :: Type #

ToHeaders GetBucketACL Source # 
Instance details

Defined in Network.AWS.S3.GetBucketACL

ToPath GetBucketACL Source # 
Instance details

Defined in Network.AWS.S3.GetBucketACL

ToQuery GetBucketACL Source # 
Instance details

Defined in Network.AWS.S3.GetBucketACL

NFData GetBucketACL Source # 
Instance details

Defined in Network.AWS.S3.GetBucketACL

Methods

rnf :: GetBucketACL -> () #

type Rep GetBucketACL Source # 
Instance details

Defined in Network.AWS.S3.GetBucketACL

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

Defined in Network.AWS.S3.GetBucketACL

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

Defined in Network.AWS.S3.GetBucketACL

Data GetBucketACLResponse Source # 
Instance details

Defined in Network.AWS.S3.GetBucketACL

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

Defined in Network.AWS.S3.GetBucketACL

Show GetBucketACLResponse Source # 
Instance details

Defined in Network.AWS.S3.GetBucketACL

Generic GetBucketACLResponse Source # 
Instance details

Defined in Network.AWS.S3.GetBucketACL

Associated Types

type Rep GetBucketACLResponse :: Type -> Type #

NFData GetBucketACLResponse Source # 
Instance details

Defined in Network.AWS.S3.GetBucketACL

Methods

rnf :: GetBucketACLResponse -> () #

type Rep GetBucketACLResponse Source # 
Instance details

Defined in Network.AWS.S3.GetBucketACL

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

Response Lenses

gbarsResponseStatus :: Lens' GetBucketACLResponse Int Source #

  • - | The response status code.