| 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.UpdatePortfolio
Description
Updates the specified portfolio.
You cannot update a product that was shared with you.
- updatePortfolio :: Text -> UpdatePortfolio
- data UpdatePortfolio
- uRemoveTags :: Lens' UpdatePortfolio [Text]
- uAcceptLanguage :: Lens' UpdatePortfolio (Maybe Text)
- uDisplayName :: Lens' UpdatePortfolio (Maybe Text)
- uAddTags :: Lens' UpdatePortfolio [Tag]
- uDescription :: Lens' UpdatePortfolio (Maybe Text)
- uProviderName :: Lens' UpdatePortfolio (Maybe Text)
- uId :: Lens' UpdatePortfolio Text
- updatePortfolioResponse :: Int -> UpdatePortfolioResponse
- data UpdatePortfolioResponse
- uprsPortfolioDetail :: Lens' UpdatePortfolioResponse (Maybe PortfolioDetail)
- uprsTags :: Lens' UpdatePortfolioResponse [Tag]
- uprsResponseStatus :: Lens' UpdatePortfolioResponse Int
Creating a Request
Arguments
| :: Text | |
| -> UpdatePortfolio |
Creates a value of UpdatePortfolio with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uRemoveTags- The tags to remove.uAcceptLanguage- The language code. *en- English (default) *jp- Japanese *zh- ChineseuDisplayName- The name to use for display purposes.uAddTags- The tags to add.uDescription- The updated description of the portfolio.uProviderName- The updated name of the portfolio provider.uId- The portfolio identifier.
data UpdatePortfolio Source #
See: updatePortfolio smart constructor.
Instances
Request Lenses
uRemoveTags :: Lens' UpdatePortfolio [Text] Source #
The tags to remove.
uAcceptLanguage :: Lens' UpdatePortfolio (Maybe Text) Source #
The language code. * en - English (default) * jp - Japanese * zh - Chinese
uDisplayName :: Lens' UpdatePortfolio (Maybe Text) Source #
The name to use for display purposes.
uDescription :: Lens' UpdatePortfolio (Maybe Text) Source #
The updated description of the portfolio.
uProviderName :: Lens' UpdatePortfolio (Maybe Text) Source #
The updated name of the portfolio provider.
Destructuring the Response
updatePortfolioResponse Source #
Arguments
| :: Int | |
| -> UpdatePortfolioResponse |
Creates a value of UpdatePortfolioResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uprsPortfolioDetail- Information about the portfolio.uprsTags- Information about the tags associated with the portfolio.uprsResponseStatus- -- | The response status code.
data UpdatePortfolioResponse Source #
See: updatePortfolioResponse smart constructor.
Response Lenses
uprsPortfolioDetail :: Lens' UpdatePortfolioResponse (Maybe PortfolioDetail) Source #
Information about the portfolio.
uprsTags :: Lens' UpdatePortfolioResponse [Tag] Source #
Information about the tags associated with the portfolio.
uprsResponseStatus :: Lens' UpdatePortfolioResponse Int Source #
- - | The response status code.