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

Contents

Description

Deletes the specified constraint.

Synopsis

Creating a Request

deleteConstraint Source #

Arguments

:: Text

dcId

-> DeleteConstraint 

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

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

  • dcAcceptLanguage - The language code. * en - English (default) * jp - Japanese * zh - Chinese
  • dcId - The identifier of the constraint.

data DeleteConstraint Source #

See: deleteConstraint smart constructor.

Instances

Eq DeleteConstraint Source # 
Data DeleteConstraint Source # 

Methods

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

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

toConstr :: DeleteConstraint -> Constr #

dataTypeOf :: DeleteConstraint -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: DeleteConstraint -> () #

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

Request Lenses

dcAcceptLanguage :: Lens' DeleteConstraint (Maybe Text) Source #

The language code. * en - English (default) * jp - Japanese * zh - Chinese

dcId :: Lens' DeleteConstraint Text Source #

The identifier of the constraint.

Destructuring the Response

deleteConstraintResponse Source #

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

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

data DeleteConstraintResponse Source #

See: deleteConstraintResponse smart constructor.

Instances

Eq DeleteConstraintResponse Source # 
Data DeleteConstraintResponse Source # 

Methods

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

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

toConstr :: DeleteConstraintResponse -> Constr #

dataTypeOf :: DeleteConstraintResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteConstraintResponse Source # 
Show DeleteConstraintResponse Source # 
Generic DeleteConstraintResponse Source # 
NFData DeleteConstraintResponse Source # 
type Rep DeleteConstraintResponse Source # 
type Rep DeleteConstraintResponse = D1 * (MetaData "DeleteConstraintResponse" "Network.AWS.ServiceCatalog.DeleteConstraint" "amazonka-servicecatalog-1.6.0-8wUR8FvPwUW25Vnsy8k8jt" True) (C1 * (MetaCons "DeleteConstraintResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dcrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses