libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

Description

Deletes the specified plan.

Synopsis

Creating a Request

data DeleteProvisionedProductPlan Source #

See: newDeleteProvisionedProductPlan smart constructor.

Constructors

DeleteProvisionedProductPlan' 

Fields

  • acceptLanguage :: Maybe Text

    The language code.

    • en - English (default)
    • jp - Japanese
    • zh - Chinese
  • ignoreErrors :: Maybe Bool

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

  • planId :: Text

    The plan identifier.

Instances

Instances details
Eq DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

Read DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

Show DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

Generic DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

Associated Types

type Rep DeleteProvisionedProductPlan :: Type -> Type #

NFData DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

Hashable DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

ToJSON DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

AWSRequest DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

ToHeaders DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

ToPath DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

ToQuery DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

type Rep DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

type Rep DeleteProvisionedProductPlan = D1 ('MetaData "DeleteProvisionedProductPlan" "Amazonka.ServiceCatalog.DeleteProvisionedProductPlan" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "DeleteProvisionedProductPlan'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ignoreErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "planId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

newDeleteProvisionedProductPlan Source #

Create a value of DeleteProvisionedProductPlan with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:acceptLanguage:DeleteProvisionedProductPlan', deleteProvisionedProductPlan_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:ignoreErrors:DeleteProvisionedProductPlan', deleteProvisionedProductPlan_ignoreErrors - If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.

$sel:planId:DeleteProvisionedProductPlan', deleteProvisionedProductPlan_planId - The plan identifier.

Request Lenses

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

The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

deleteProvisionedProductPlan_ignoreErrors :: 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

data DeleteProvisionedProductPlanResponse Source #

Constructors

DeleteProvisionedProductPlanResponse' 

Fields

Instances

Instances details
Eq DeleteProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

Read DeleteProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

Show DeleteProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

Generic DeleteProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

NFData DeleteProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

type Rep DeleteProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

type Rep DeleteProvisionedProductPlanResponse = D1 ('MetaData "DeleteProvisionedProductPlanResponse" "Amazonka.ServiceCatalog.DeleteProvisionedProductPlan" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "DeleteProvisionedProductPlanResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteProvisionedProductPlanResponse Source #

Create a value of DeleteProvisionedProductPlanResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteProvisionedProductPlanResponse', deleteProvisionedProductPlanResponse_httpStatus - The response's http status code.

Response Lenses