amazonka-servicecatalog-1.6.0: 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 # 
Data UpdateTagOption Source # 

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

Methods

rnf :: UpdateTagOption -> () #

AWSRequest UpdateTagOption Source # 
ToHeaders UpdateTagOption Source # 
ToPath UpdateTagOption Source # 
ToQuery UpdateTagOption Source # 
type Rep UpdateTagOption Source # 
type Rep UpdateTagOption = D1 * (MetaData "UpdateTagOption" "Network.AWS.ServiceCatalog.UpdateTagOption" "amazonka-servicecatalog-1.6.0-8wUR8FvPwUW25Vnsy8k8jt" False) (C1 * (MetaCons "UpdateTagOption'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_utoValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_utoActive") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))) (S1 * (MetaSel (Just Symbol "_utoId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs UpdateTagOption Source # 

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

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 # 
Show UpdateTagOptionResponse Source # 
Generic UpdateTagOptionResponse Source # 
NFData UpdateTagOptionResponse Source # 

Methods

rnf :: UpdateTagOptionResponse -> () #

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

Response Lenses