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

Contents

Description

Describes a 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 identifier of the TagOption.

data DescribeTagOption Source #

See: describeTagOption smart constructor.

Instances

Eq DescribeTagOption Source # 
Data DescribeTagOption Source # 

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 # 
Show DescribeTagOption Source # 
Generic DescribeTagOption Source # 
Hashable DescribeTagOption Source # 
ToJSON DescribeTagOption Source # 
NFData DescribeTagOption Source # 

Methods

rnf :: DescribeTagOption -> () #

AWSRequest DescribeTagOption Source # 
ToQuery DescribeTagOption Source # 
ToPath DescribeTagOption Source # 
ToHeaders DescribeTagOption Source # 
type Rep DescribeTagOption Source # 
type Rep DescribeTagOption = D1 (MetaData "DescribeTagOption" "Network.AWS.ServiceCatalog.DescribeTagOption" "amazonka-servicecatalog-1.5.0-Gi5S0QNjzsJFyaLCAAAAWo" True) (C1 (MetaCons "DescribeTagOption'" PrefixI True) (S1 (MetaSel (Just Symbol "_dtoId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeTagOption Source # 

Request Lenses

dtoId :: Lens' DescribeTagOption Text Source #

The identifier of the TagOption.

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 # 
Data DescribeTagOptionResponse Source # 

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 # 
Show DescribeTagOptionResponse Source # 
Generic DescribeTagOptionResponse Source # 
NFData DescribeTagOptionResponse Source # 
type Rep DescribeTagOptionResponse Source # 
type Rep DescribeTagOptionResponse = D1 (MetaData "DescribeTagOptionResponse" "Network.AWS.ServiceCatalog.DescribeTagOption" "amazonka-servicecatalog-1.5.0-Gi5S0QNjzsJFyaLCAAAAWo" False) (C1 (MetaCons "DescribeTagOptionResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dtorsTagOptionDetail") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TagOptionDetail))) (S1 (MetaSel (Just Symbol "_dtorsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

dtorsTagOptionDetail :: Lens' DescribeTagOptionResponse (Maybe TagOptionDetail) Source #

The resulting detailed TagOption information.