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

Defined in Network.AWS.S3.GetObjectACL

Data GetObjectACL Source # 
Instance details

Defined in Network.AWS.S3.GetObjectACL

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

Defined in Network.AWS.S3.GetObjectACL

Show GetObjectACL Source # 
Instance details

Defined in Network.AWS.S3.GetObjectACL

Generic GetObjectACL Source # 
Instance details

Defined in Network.AWS.S3.GetObjectACL

Associated Types

type Rep GetObjectACL :: Type -> Type #

Hashable GetObjectACL Source # 
Instance details

Defined in Network.AWS.S3.GetObjectACL

AWSRequest GetObjectACL Source # 
Instance details

Defined in Network.AWS.S3.GetObjectACL

Associated Types

type Rs GetObjectACL :: Type #

ToHeaders GetObjectACL Source # 
Instance details

Defined in Network.AWS.S3.GetObjectACL

ToPath GetObjectACL Source # 
Instance details

Defined in Network.AWS.S3.GetObjectACL

ToQuery GetObjectACL Source # 
Instance details

Defined in Network.AWS.S3.GetObjectACL

NFData GetObjectACL Source # 
Instance details

Defined in Network.AWS.S3.GetObjectACL

Methods

rnf :: GetObjectACL -> () #

type Rep GetObjectACL Source # 
Instance details

Defined in Network.AWS.S3.GetObjectACL

type Rep GetObjectACL = D1 (MetaData "GetObjectACL" "Network.AWS.S3.GetObjectACL" "amazonka-s3-1.6.1-I7VsiKive605KPmKsVgrUz" False) (C1 (MetaCons "GetObjectACL'" PrefixI True) ((S1 (MetaSel (Just "_goaVersionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ObjectVersionId)) :*: S1 (MetaSel (Just "_goaRequestPayer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RequestPayer))) :*: (S1 (MetaSel (Just "_goaBucket") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 BucketName) :*: S1 (MetaSel (Just "_goaKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ObjectKey))))
type Rs GetObjectACL Source # 
Instance details

Defined in Network.AWS.S3.GetObjectACL

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

Defined in Network.AWS.S3.GetObjectACL

Data GetObjectACLResponse Source # 
Instance details

Defined in Network.AWS.S3.GetObjectACL

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

Defined in Network.AWS.S3.GetObjectACL

Show GetObjectACLResponse Source # 
Instance details

Defined in Network.AWS.S3.GetObjectACL

Generic GetObjectACLResponse Source # 
Instance details

Defined in Network.AWS.S3.GetObjectACL

Associated Types

type Rep GetObjectACLResponse :: Type -> Type #

NFData GetObjectACLResponse Source # 
Instance details

Defined in Network.AWS.S3.GetObjectACL

Methods

rnf :: GetObjectACLResponse -> () #

type Rep GetObjectACLResponse Source # 
Instance details

Defined in Network.AWS.S3.GetObjectACL

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

Response Lenses

goarsResponseStatus :: Lens' GetObjectACLResponse Int Source #

  • - | The response status code.