Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
DeleteProvisionedProductPlan' | |
|
Instances
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
- Japanesezh
- 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
- Japanesezh
- 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.
deleteProvisionedProductPlan_planId :: Lens' DeleteProvisionedProductPlan Text Source #
The plan identifier.
Destructuring the Response
data DeleteProvisionedProductPlanResponse Source #
See: newDeleteProvisionedProductPlanResponse
smart constructor.
DeleteProvisionedProductPlanResponse' | |
|
Instances
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
deleteProvisionedProductPlanResponse_httpStatus :: Lens' DeleteProvisionedProductPlanResponse Int Source #
The response's http status code.