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.UpdateTagOption

Contents

Description

Updates the specified TagOption.

Synopsis

Creating a Request

updateTagOption Source #

Arguments

:: Text

utoId

-> UpdateTagOption 

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

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

data UpdateTagOption Source #

See: updateTagOption smart constructor.

Instances
Eq UpdateTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.UpdateTagOption

Data UpdateTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.UpdateTagOption

Methods

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

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

toConstr :: UpdateTagOption -> Constr #

dataTypeOf :: UpdateTagOption -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.UpdateTagOption

Show UpdateTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.UpdateTagOption

Generic UpdateTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.UpdateTagOption

Associated Types

type Rep UpdateTagOption :: Type -> Type #

Hashable UpdateTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.UpdateTagOption

ToJSON UpdateTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.UpdateTagOption

AWSRequest UpdateTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.UpdateTagOption

Associated Types

type Rs UpdateTagOption :: Type #

ToHeaders UpdateTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.UpdateTagOption

ToPath UpdateTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.UpdateTagOption

ToQuery UpdateTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.UpdateTagOption

NFData UpdateTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.UpdateTagOption

Methods

rnf :: UpdateTagOption -> () #

type Rep UpdateTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.UpdateTagOption

type Rep UpdateTagOption = D1 (MetaData "UpdateTagOption" "Network.AWS.ServiceCatalog.UpdateTagOption" "amazonka-servicecatalog-1.6.1-3x3nXpki5UUGYHxW61f9xy" False) (C1 (MetaCons "UpdateTagOption'" PrefixI True) (S1 (MetaSel (Just "_utoValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_utoActive") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_utoId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs UpdateTagOption Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.UpdateTagOption

Request Lenses

utoActive :: Lens' UpdateTagOption (Maybe Bool) Source #

The updated active state.

utoId :: Lens' UpdateTagOption Text Source #

The TagOption identifier.

Destructuring the Response

updateTagOptionResponse Source #

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

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

data UpdateTagOptionResponse Source #

See: updateTagOptionResponse smart constructor.

Instances
Eq UpdateTagOptionResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.UpdateTagOption

Data UpdateTagOptionResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.UpdateTagOption

Methods

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

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

toConstr :: UpdateTagOptionResponse -> Constr #

dataTypeOf :: UpdateTagOptionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateTagOptionResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.UpdateTagOption

Show UpdateTagOptionResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.UpdateTagOption

Generic UpdateTagOptionResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.UpdateTagOption

Associated Types

type Rep UpdateTagOptionResponse :: Type -> Type #

NFData UpdateTagOptionResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.UpdateTagOption

Methods

rnf :: UpdateTagOptionResponse -> () #

type Rep UpdateTagOptionResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.UpdateTagOption

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

Response Lenses