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

Defined in Network.AWS.S3.GetObjectTagging

Data GetObjectTagging # 
Instance details

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

Defined in Network.AWS.S3.GetObjectTagging

Show GetObjectTagging # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

Generic GetObjectTagging # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

Associated Types

type Rep GetObjectTagging :: Type -> Type #

Hashable GetObjectTagging # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

AWSRequest GetObjectTagging # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

Associated Types

type Rs GetObjectTagging :: Type #

ToHeaders GetObjectTagging # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

ToPath GetObjectTagging # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

ToQuery GetObjectTagging # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

NFData GetObjectTagging # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

Methods

rnf :: GetObjectTagging -> () #

type Rep GetObjectTagging # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

type Rep GetObjectTagging = D1 (MetaData "GetObjectTagging" "Network.AWS.S3.GetObjectTagging" "amazonka-s3-1.6.1-LiqvNF3p5E63pl94gDJb0i" False) (C1 (MetaCons "GetObjectTagging'" PrefixI True) (S1 (MetaSel (Just "_gotoVersionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ObjectVersionId)) :*: (S1 (MetaSel (Just "_gotoBucket") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 BucketName) :*: S1 (MetaSel (Just "_gotoKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ObjectKey))))
type Rs GetObjectTagging # 
Instance details

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

Defined in Network.AWS.S3.GetObjectTagging

Data GetObjectTaggingResponse # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

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

Defined in Network.AWS.S3.GetObjectTagging

Show GetObjectTaggingResponse # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

Generic GetObjectTaggingResponse # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

Associated Types

type Rep GetObjectTaggingResponse :: Type -> Type #

NFData GetObjectTaggingResponse # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

type Rep GetObjectTaggingResponse # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

type Rep GetObjectTaggingResponse = D1 (MetaData "GetObjectTaggingResponse" "Network.AWS.S3.GetObjectTagging" "amazonka-s3-1.6.1-LiqvNF3p5E63pl94gDJb0i" False) (C1 (MetaCons "GetObjectTaggingResponse'" PrefixI True) (S1 (MetaSel (Just "_gotrsVersionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ObjectVersionId)) :*: (S1 (MetaSel (Just "_gotrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_gotrsTagSet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Tag]))))

Response Lenses

gotrsResponseStatus :: Lens' GetObjectTaggingResponse Int #

  • - | The response status code.