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

Contents

Description

Deletes the specified plan.

Synopsis

Creating a Request

deleteProvisionedProductPlan Source #

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

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

  • delAcceptLanguage - The language code. * en - English (default) * jp - Japanese * zh - Chinese
  • delIgnoreErrors - If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.
  • delPlanId - The plan identifier.

data DeleteProvisionedProductPlan Source #

See: deleteProvisionedProductPlan smart constructor.

Instances
Eq DeleteProvisionedProductPlan Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan

Data DeleteProvisionedProductPlan Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan

Methods

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

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

toConstr :: DeleteProvisionedProductPlan -> Constr #

dataTypeOf :: DeleteProvisionedProductPlan -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteProvisionedProductPlan Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan

Show DeleteProvisionedProductPlan Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan

Generic DeleteProvisionedProductPlan Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan

Associated Types

type Rep DeleteProvisionedProductPlan :: Type -> Type #

Hashable DeleteProvisionedProductPlan Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan

ToJSON DeleteProvisionedProductPlan Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan

AWSRequest DeleteProvisionedProductPlan Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan

Associated Types

type Rs DeleteProvisionedProductPlan :: Type #

ToHeaders DeleteProvisionedProductPlan Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan

ToPath DeleteProvisionedProductPlan Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan

ToQuery DeleteProvisionedProductPlan Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan

NFData DeleteProvisionedProductPlan Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan

type Rep DeleteProvisionedProductPlan Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan

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

Defined in Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan

Request Lenses

delAcceptLanguage :: Lens' DeleteProvisionedProductPlan (Maybe Text) Source #

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

delIgnoreErrors :: Lens' DeleteProvisionedProductPlan (Maybe Bool) Source #

If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.

Destructuring the Response

deleteProvisionedProductPlanResponse Source #

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

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

data DeleteProvisionedProductPlanResponse Source #

See: deleteProvisionedProductPlanResponse smart constructor.

Instances
Eq DeleteProvisionedProductPlanResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan

Data DeleteProvisionedProductPlanResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan

Methods

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

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

toConstr :: DeleteProvisionedProductPlanResponse -> Constr #

dataTypeOf :: DeleteProvisionedProductPlanResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteProvisionedProductPlanResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan

Show DeleteProvisionedProductPlanResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan

Generic DeleteProvisionedProductPlanResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan

NFData DeleteProvisionedProductPlanResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan

type Rep DeleteProvisionedProductPlanResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan

type Rep DeleteProvisionedProductPlanResponse = D1 (MetaData "DeleteProvisionedProductPlanResponse" "Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan" "amazonka-servicecatalog-1.6.1-3x3nXpki5UUGYHxW61f9xy" True) (C1 (MetaCons "DeleteProvisionedProductPlanResponse'" PrefixI True) (S1 (MetaSel (Just "_dppprsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses