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

Contents

Description

Returns the tag-set of an object.

Synopsis

Creating a Request

getObjectTagging Source #

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

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

data GetObjectTagging Source #

See: getObjectTagging smart constructor.

Instances

Eq GetObjectTagging Source # 
Data GetObjectTagging Source # 

Methods

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

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

toConstr :: GetObjectTagging -> Constr #

dataTypeOf :: GetObjectTagging -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetObjectTagging Source # 
Show GetObjectTagging Source # 
Generic GetObjectTagging Source # 
Hashable GetObjectTagging Source # 
NFData GetObjectTagging Source # 

Methods

rnf :: GetObjectTagging -> () #

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

Request Lenses

Destructuring the Response

getObjectTaggingResponse Source #

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

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

data GetObjectTaggingResponse Source #

See: getObjectTaggingResponse smart constructor.

Instances

Eq GetObjectTaggingResponse Source # 
Data GetObjectTaggingResponse Source # 

Methods

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

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

toConstr :: GetObjectTaggingResponse -> Constr #

dataTypeOf :: GetObjectTaggingResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetObjectTaggingResponse Source # 
Show GetObjectTaggingResponse Source # 
Generic GetObjectTaggingResponse Source # 
NFData GetObjectTaggingResponse Source # 
type Rep GetObjectTaggingResponse Source # 
type Rep GetObjectTaggingResponse = D1 (MetaData "GetObjectTaggingResponse" "Network.AWS.S3.GetObjectTagging" "amazonka-s3-1.5.0-4i2REsRgyXL98WvgynC9is" False) (C1 (MetaCons "GetObjectTaggingResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gotrsVersionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ObjectVersionId))) ((:*:) (S1 (MetaSel (Just Symbol "_gotrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_gotrsTagSet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Tag])))))

Response Lenses