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

Contents

Description

Deletes the specified TagOption.

You cannot delete a TagOption if it is associated with a product or portfolio.

Synopsis

Creating a Request

deleteTagOption Source #

Arguments

:: Text

delId

-> DeleteTagOption 

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

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

  • delId - The TagOption identifier.

data DeleteTagOption Source #

See: deleteTagOption smart constructor.

Instances

Eq DeleteTagOption Source # 
Data DeleteTagOption Source # 

Methods

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

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

toConstr :: DeleteTagOption -> Constr #

dataTypeOf :: DeleteTagOption -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteTagOption Source # 
Show DeleteTagOption Source # 
Generic DeleteTagOption Source # 
Hashable DeleteTagOption Source # 
ToJSON DeleteTagOption Source # 
NFData DeleteTagOption Source # 

Methods

rnf :: DeleteTagOption -> () #

AWSRequest DeleteTagOption Source # 
ToHeaders DeleteTagOption Source # 
ToPath DeleteTagOption Source # 
ToQuery DeleteTagOption Source # 
type Rep DeleteTagOption Source # 
type Rep DeleteTagOption = D1 * (MetaData "DeleteTagOption" "Network.AWS.ServiceCatalog.DeleteTagOption" "amazonka-servicecatalog-1.6.0-8wUR8FvPwUW25Vnsy8k8jt" True) (C1 * (MetaCons "DeleteTagOption'" PrefixI True) (S1 * (MetaSel (Just Symbol "_delId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DeleteTagOption Source # 

Request Lenses

delId :: Lens' DeleteTagOption Text Source #

The TagOption identifier.

Destructuring the Response

deleteTagOptionResponse Source #

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

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

data DeleteTagOptionResponse Source #

See: deleteTagOptionResponse smart constructor.

Instances

Eq DeleteTagOptionResponse Source # 
Data DeleteTagOptionResponse Source # 

Methods

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

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

toConstr :: DeleteTagOptionResponse -> Constr #

dataTypeOf :: DeleteTagOptionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteTagOptionResponse Source # 
Show DeleteTagOptionResponse Source # 
Generic DeleteTagOptionResponse Source # 
NFData DeleteTagOptionResponse Source # 

Methods

rnf :: DeleteTagOptionResponse -> () #

type Rep DeleteTagOptionResponse Source # 
type Rep DeleteTagOptionResponse = D1 * (MetaData "DeleteTagOptionResponse" "Network.AWS.ServiceCatalog.DeleteTagOption" "amazonka-servicecatalog-1.6.0-8wUR8FvPwUW25Vnsy8k8jt" True) (C1 * (MetaCons "DeleteTagOptionResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dtotrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses