| 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.DisassociateProductFromPortfolio
Description
Disassociates the specified product from the specified portfolio.
- disassociateProductFromPortfolio :: Text -> Text -> DisassociateProductFromPortfolio
- data DisassociateProductFromPortfolio
- dpfpAcceptLanguage :: Lens' DisassociateProductFromPortfolio (Maybe Text)
- dpfpProductId :: Lens' DisassociateProductFromPortfolio Text
- dpfpPortfolioId :: Lens' DisassociateProductFromPortfolio Text
- disassociateProductFromPortfolioResponse :: Int -> DisassociateProductFromPortfolioResponse
- data DisassociateProductFromPortfolioResponse
- disrsResponseStatus :: Lens' DisassociateProductFromPortfolioResponse Int
Creating a Request
disassociateProductFromPortfolio Source #
Arguments
| :: Text | |
| -> Text | |
| -> DisassociateProductFromPortfolio |
Creates a value of DisassociateProductFromPortfolio with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpfpAcceptLanguage- The language code. *en- English (default) *jp- Japanese *zh- ChinesedpfpProductId- The product identifier.dpfpPortfolioId- The portfolio identifier.
data DisassociateProductFromPortfolio Source #
See: disassociateProductFromPortfolio smart constructor.
Instances
Request Lenses
dpfpAcceptLanguage :: Lens' DisassociateProductFromPortfolio (Maybe Text) Source #
The language code. * en - English (default) * jp - Japanese * zh - Chinese
dpfpProductId :: Lens' DisassociateProductFromPortfolio Text Source #
The product identifier.
dpfpPortfolioId :: Lens' DisassociateProductFromPortfolio Text Source #
The portfolio identifier.
Destructuring the Response
disassociateProductFromPortfolioResponse Source #
Creates a value of DisassociateProductFromPortfolioResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
disrsResponseStatus- -- | The response status code.
data DisassociateProductFromPortfolioResponse Source #
See: disassociateProductFromPortfolioResponse smart constructor.
Instances
Response Lenses
disrsResponseStatus :: Lens' DisassociateProductFromPortfolioResponse Int Source #
- - | The response status code.