| 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.DescribePortfolio
Description
Retrieves detailed information and any tags associated with the specified portfolio.
- describePortfolio :: Text -> DescribePortfolio
- data DescribePortfolio
- desAcceptLanguage :: Lens' DescribePortfolio (Maybe Text)
- desId :: Lens' DescribePortfolio Text
- describePortfolioResponse :: Int -> DescribePortfolioResponse
- data DescribePortfolioResponse
- dprsPortfolioDetail :: Lens' DescribePortfolioResponse (Maybe PortfolioDetail)
- dprsTagOptions :: Lens' DescribePortfolioResponse [TagOptionDetail]
- dprsTags :: Lens' DescribePortfolioResponse [Tag]
- dprsResponseStatus :: Lens' DescribePortfolioResponse Int
Creating a Request
Arguments
| :: Text | |
| -> DescribePortfolio |
Creates a value of DescribePortfolio with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
desAcceptLanguage- The language code. *en- English (default) *jp- Japanese *zh- ChinesedesId- The identifier of the portfolio for which to retrieve information.
data DescribePortfolio Source #
See: describePortfolio smart constructor.
Instances
Request Lenses
desAcceptLanguage :: Lens' DescribePortfolio (Maybe Text) Source #
The language code. * en - English (default) * jp - Japanese * zh - Chinese
desId :: Lens' DescribePortfolio Text Source #
The identifier of the portfolio for which to retrieve information.
Destructuring the Response
describePortfolioResponse Source #
Arguments
| :: Int | |
| -> DescribePortfolioResponse |
Creates a value of DescribePortfolioResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dprsPortfolioDetail- Detailed portfolio information.dprsTagOptions- TagOptions associated with the portfolio.dprsTags- Tags associated with the portfolio.dprsResponseStatus- -- | The response status code.
data DescribePortfolioResponse Source #
See: describePortfolioResponse smart constructor.
Response Lenses
dprsPortfolioDetail :: Lens' DescribePortfolioResponse (Maybe PortfolioDetail) Source #
Detailed portfolio information.
dprsTagOptions :: Lens' DescribePortfolioResponse [TagOptionDetail] Source #
TagOptions associated with the portfolio.
dprsResponseStatus :: Lens' DescribePortfolioResponse Int Source #
- - | The response status code.