| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.ServiceCatalog.DeleteProvisionedProductPlan
Description
Deletes the specified plan.
- deleteProvisionedProductPlan :: Text -> DeleteProvisionedProductPlan
- data DeleteProvisionedProductPlan
- delAcceptLanguage :: Lens' DeleteProvisionedProductPlan (Maybe Text)
- delIgnoreErrors :: Lens' DeleteProvisionedProductPlan (Maybe Bool)
- delPlanId :: Lens' DeleteProvisionedProductPlan Text
- deleteProvisionedProductPlanResponse :: Int -> DeleteProvisionedProductPlanResponse
- data DeleteProvisionedProductPlanResponse
- dppprsResponseStatus :: Lens' DeleteProvisionedProductPlanResponse Int
Creating a Request
deleteProvisionedProductPlan Source #
Arguments
| :: Text | |
| -> DeleteProvisionedProductPlan |
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- ChinesedelIgnoreErrors- 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
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 #
Arguments
| :: Int | |
| -> DeleteProvisionedProductPlanResponse |
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:
dppprsResponseStatus- -- | The response status code.
data DeleteProvisionedProductPlanResponse Source #
See: deleteProvisionedProductPlanResponse smart constructor.
Instances
Response Lenses
dppprsResponseStatus :: Lens' DeleteProvisionedProductPlanResponse Int Source #
- - | The response status code.