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

Contents

Description

Returns the access control list (ACL) of an object.

Synopsis

Creating a Request

getObjectACL Source #

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

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

data GetObjectACL Source #

See: getObjectACL smart constructor.

Instances

Eq GetObjectACL Source # 
Data GetObjectACL Source # 

Methods

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

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

toConstr :: GetObjectACL -> Constr #

dataTypeOf :: GetObjectACL -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetObjectACL Source # 
Show GetObjectACL Source # 
Generic GetObjectACL Source # 

Associated Types

type Rep GetObjectACL :: * -> * #

Hashable GetObjectACL Source # 
NFData GetObjectACL Source # 

Methods

rnf :: GetObjectACL -> () #

AWSRequest GetObjectACL Source # 
ToQuery GetObjectACL Source # 
ToPath GetObjectACL Source # 
ToHeaders GetObjectACL Source # 
type Rep GetObjectACL Source # 
type Rep GetObjectACL = D1 (MetaData "GetObjectACL" "Network.AWS.S3.GetObjectACL" "amazonka-s3-1.5.0-4i2REsRgyXL98WvgynC9is" False) (C1 (MetaCons "GetObjectACL'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_goaVersionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ObjectVersionId))) (S1 (MetaSel (Just Symbol "_goaRequestPayer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RequestPayer)))) ((:*:) (S1 (MetaSel (Just Symbol "_goaBucket") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 BucketName)) (S1 (MetaSel (Just Symbol "_goaKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ObjectKey)))))
type Rs GetObjectACL Source # 

Request Lenses

goaVersionId :: Lens' GetObjectACL (Maybe ObjectVersionId) Source #

VersionId used to reference a specific version of the object.

goaKey :: Lens' GetObjectACL ObjectKey Source #

Undocumented member.

Destructuring the Response

getObjectACLResponse Source #

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

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

data GetObjectACLResponse Source #

See: getObjectACLResponse smart constructor.

Instances

Eq GetObjectACLResponse Source # 
Data GetObjectACLResponse Source # 

Methods

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

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

toConstr :: GetObjectACLResponse -> Constr #

dataTypeOf :: GetObjectACLResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetObjectACLResponse Source # 
Show GetObjectACLResponse Source # 
Generic GetObjectACLResponse Source # 
NFData GetObjectACLResponse Source # 

Methods

rnf :: GetObjectACLResponse -> () #

type Rep GetObjectACLResponse Source # 
type Rep GetObjectACLResponse = D1 (MetaData "GetObjectACLResponse" "Network.AWS.S3.GetObjectACL" "amazonka-s3-1.5.0-4i2REsRgyXL98WvgynC9is" False) (C1 (MetaCons "GetObjectACLResponse'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_goarsRequestCharged") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RequestCharged))) (S1 (MetaSel (Just Symbol "_goarsGrants") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Grant])))) ((:*:) (S1 (MetaSel (Just Symbol "_goarsOwner") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Owner))) (S1 (MetaSel (Just Symbol "_goarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

goarsResponseStatus :: Lens' GetObjectACLResponse Int Source #

  • - | The response status code.