amazonka-s3-1.6.0: 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.GetObjectTagging

Contents

Description

Returns the tag-set of an object.

Synopsis

Creating a Request

getObjectTagging #

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 #

See: getObjectTagging smart constructor.

Instances

Eq GetObjectTagging # 
Data GetObjectTagging # 

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

Methods

rnf :: GetObjectTagging -> () #

AWSRequest GetObjectTagging # 
ToHeaders GetObjectTagging # 
ToPath GetObjectTagging # 
ToQuery GetObjectTagging # 
type Rep GetObjectTagging # 
type Rep GetObjectTagging = D1 * (MetaData "GetObjectTagging" "Network.AWS.S3.GetObjectTagging" "amazonka-s3-1.6.0-7IU4ob52e2UJs8PzXUUtYL" 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 # 

Request Lenses

gotoKey :: Lens' GetObjectTagging ObjectKey #

Undocumented member.

Destructuring the Response

getObjectTaggingResponse #

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 #

See: getObjectTaggingResponse smart constructor.

Instances

Eq GetObjectTaggingResponse # 
Data GetObjectTaggingResponse # 

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 # 
Show GetObjectTaggingResponse # 
Generic GetObjectTaggingResponse # 
NFData GetObjectTaggingResponse # 
type Rep GetObjectTaggingResponse # 
type Rep GetObjectTaggingResponse = D1 * (MetaData "GetObjectTaggingResponse" "Network.AWS.S3.GetObjectTagging" "amazonka-s3-1.6.0-7IU4ob52e2UJs8PzXUUtYL" 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

gotrsResponseStatus :: Lens' GetObjectTaggingResponse Int #

  • - | The response status code.