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

Defined in Network.AWS.S3.GetObjectTagging

Data GetObjectTagging Source # 
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 Source # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

Show GetObjectTagging Source # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

Generic GetObjectTagging Source # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

Associated Types

type Rep GetObjectTagging :: Type -> Type #

Hashable GetObjectTagging Source # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

AWSRequest GetObjectTagging Source # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

Associated Types

type Rs GetObjectTagging :: Type #

ToHeaders GetObjectTagging Source # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

ToPath GetObjectTagging Source # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

ToQuery GetObjectTagging Source # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

NFData GetObjectTagging Source # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

Methods

rnf :: GetObjectTagging -> () #

type Rep GetObjectTagging Source # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

type Rep GetObjectTagging = D1 (MetaData "GetObjectTagging" "Network.AWS.S3.GetObjectTagging" "amazonka-s3-1.6.1-I7VsiKive605KPmKsVgrUz" 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 Source # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

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

Defined in Network.AWS.S3.GetObjectTagging

Data GetObjectTaggingResponse Source # 
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 Source # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

Show GetObjectTaggingResponse Source # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

Generic GetObjectTaggingResponse Source # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

Associated Types

type Rep GetObjectTaggingResponse :: Type -> Type #

NFData GetObjectTaggingResponse Source # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

type Rep GetObjectTaggingResponse Source # 
Instance details

Defined in Network.AWS.S3.GetObjectTagging

type Rep GetObjectTaggingResponse = D1 (MetaData "GetObjectTaggingResponse" "Network.AWS.S3.GetObjectTagging" "amazonka-s3-1.6.1-I7VsiKive605KPmKsVgrUz" 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