| Copyright | (c) 2013-2017 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.DeletePortfolio
Description
Deletes the specified portfolio. This operation does not work with a portfolio that has been shared with you or if it has products, users, constraints, or shared accounts associated with it.
Creating a Request
Arguments
| :: Text | |
| -> DeletePortfolio |
Creates a value of DeletePortfolio with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dppAcceptLanguage- The language code. *en- English (default) *jp- Japanese *zh- ChinesedppId- The identifier of the portfolio for the delete request.
data DeletePortfolio Source #
See: deletePortfolio smart constructor.
Instances
Request Lenses
dppAcceptLanguage :: Lens' DeletePortfolio (Maybe Text) Source #
The language code. * en - English (default) * jp - Japanese * zh - Chinese
Destructuring the Response
deletePortfolioResponse Source #
Arguments
| :: Int | |
| -> DeletePortfolioResponse |
Creates a value of DeletePortfolioResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
delrsResponseStatus- -- | The response status code.
data DeletePortfolioResponse Source #
See: deletePortfolioResponse smart constructor.
Response Lenses
delrsResponseStatus :: Lens' DeletePortfolioResponse Int Source #
- - | The response status code.