amazonka-servicecatalog-1.6.1: Amazon Service Catalog 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.ServiceCatalog.DescribeTagOption

Contents

Description

Gets information about the specified TagOption.

Synopsis

Creating a Request

describeTagOption Source #

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

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

  • dtoId - The TagOption identifier.

data DescribeTagOption Source #

See: describeTagOption smart constructor.

Instances
Eq DescribeTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeTagOption

Data DescribeTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeTagOption

Methods

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

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

toConstr :: DescribeTagOption -> Constr #

dataTypeOf :: DescribeTagOption -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeTagOption

Show DescribeTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeTagOption

Generic DescribeTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeTagOption

Associated Types

type Rep DescribeTagOption :: Type -> Type #

Hashable DescribeTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeTagOption

ToJSON DescribeTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeTagOption

AWSRequest DescribeTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeTagOption

Associated Types

type Rs DescribeTagOption :: Type #

ToHeaders DescribeTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeTagOption

ToPath DescribeTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeTagOption

ToQuery DescribeTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeTagOption

NFData DescribeTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeTagOption

Methods

rnf :: DescribeTagOption -> () #

type Rep DescribeTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeTagOption

type Rep DescribeTagOption = D1 (MetaData "DescribeTagOption" "Network.AWS.ServiceCatalog.DescribeTagOption" "amazonka-servicecatalog-1.6.1-3x3nXpki5UUGYHxW61f9xy" True) (C1 (MetaCons "DescribeTagOption'" PrefixI True) (S1 (MetaSel (Just "_dtoId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeTagOption

Request Lenses

dtoId :: Lens' DescribeTagOption Text Source #

The TagOption identifier.

Destructuring the Response

describeTagOptionResponse Source #

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

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

data DescribeTagOptionResponse Source #

See: describeTagOptionResponse smart constructor.

Instances
Eq DescribeTagOptionResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeTagOption

Data DescribeTagOptionResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeTagOption

Methods

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

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

toConstr :: DescribeTagOptionResponse -> Constr #

dataTypeOf :: DescribeTagOptionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeTagOptionResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeTagOption

Show DescribeTagOptionResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeTagOption

Generic DescribeTagOptionResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeTagOption

Associated Types

type Rep DescribeTagOptionResponse :: Type -> Type #

NFData DescribeTagOptionResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeTagOption

type Rep DescribeTagOptionResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DescribeTagOption

type Rep DescribeTagOptionResponse = D1 (MetaData "DescribeTagOptionResponse" "Network.AWS.ServiceCatalog.DescribeTagOption" "amazonka-servicecatalog-1.6.1-3x3nXpki5UUGYHxW61f9xy" False) (C1 (MetaCons "DescribeTagOptionResponse'" PrefixI True) (S1 (MetaSel (Just "_dtorsTagOptionDetail") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TagOptionDetail)) :*: S1 (MetaSel (Just "_dtorsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses