| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ServiceCatalog.DeleteProvisionedProductPlan
Description
Deletes the specified plan.
Synopsis
- data DeleteProvisionedProductPlan = DeleteProvisionedProductPlan' {
- acceptLanguage :: Maybe Text
- ignoreErrors :: Maybe Bool
- planId :: Text
- newDeleteProvisionedProductPlan :: Text -> DeleteProvisionedProductPlan
- deleteProvisionedProductPlan_acceptLanguage :: Lens' DeleteProvisionedProductPlan (Maybe Text)
- deleteProvisionedProductPlan_ignoreErrors :: Lens' DeleteProvisionedProductPlan (Maybe Bool)
- deleteProvisionedProductPlan_planId :: Lens' DeleteProvisionedProductPlan Text
- data DeleteProvisionedProductPlanResponse = DeleteProvisionedProductPlanResponse' {
- httpStatus :: Int
- newDeleteProvisionedProductPlanResponse :: Int -> DeleteProvisionedProductPlanResponse
- deleteProvisionedProductPlanResponse_httpStatus :: Lens' DeleteProvisionedProductPlanResponse Int
Creating a Request
data DeleteProvisionedProductPlan Source #
See: newDeleteProvisionedProductPlan smart constructor.
Constructors
| DeleteProvisionedProductPlan' | |
Fields
| |
Instances
newDeleteProvisionedProductPlan Source #
Arguments
| :: Text | |
| -> DeleteProvisionedProductPlan |
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- Japanesezh- Chinese
$sel:ignoreErrors:DeleteProvisionedProductPlan', deleteProvisionedProductPlan_ignoreErrors - If set to true, Service Catalog stops managing the specified provisioned
product even if it cannot delete the underlying resources.
DeleteProvisionedProductPlan, deleteProvisionedProductPlan_planId - The plan identifier.
Request Lenses
deleteProvisionedProductPlan_acceptLanguage :: Lens' DeleteProvisionedProductPlan (Maybe Text) Source #
The language code.
en- English (default)jp- Japanesezh- Chinese
deleteProvisionedProductPlan_ignoreErrors :: Lens' DeleteProvisionedProductPlan (Maybe Bool) Source #
If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.
deleteProvisionedProductPlan_planId :: Lens' DeleteProvisionedProductPlan Text Source #
The plan identifier.
Destructuring the Response
data DeleteProvisionedProductPlanResponse Source #
See: newDeleteProvisionedProductPlanResponse smart constructor.
Constructors
| DeleteProvisionedProductPlanResponse' | |
Fields
| |
Instances
newDeleteProvisionedProductPlanResponse Source #
Arguments
| :: Int | |
| -> DeleteProvisionedProductPlanResponse |
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
deleteProvisionedProductPlanResponse_httpStatus :: Lens' DeleteProvisionedProductPlanResponse Int Source #
The response's http status code.