| 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.AcceptPortfolioShare
Description
Accepts an offer to share a portfolio.
- acceptPortfolioShare :: Text -> AcceptPortfolioShare
- data AcceptPortfolioShare
- apsAcceptLanguage :: Lens' AcceptPortfolioShare (Maybe Text)
- apsPortfolioId :: Lens' AcceptPortfolioShare Text
- acceptPortfolioShareResponse :: Int -> AcceptPortfolioShareResponse
- data AcceptPortfolioShareResponse
- apsrsResponseStatus :: Lens' AcceptPortfolioShareResponse Int
Creating a Request
Arguments
| :: Text | |
| -> AcceptPortfolioShare |
Creates a value of AcceptPortfolioShare with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
apsAcceptLanguage- The language code. *en- English (default) *jp- Japanese *zh- ChineseapsPortfolioId- The portfolio identifier.
Request Lenses
apsAcceptLanguage :: Lens' AcceptPortfolioShare (Maybe Text) Source #
The language code. * en - English (default) * jp - Japanese * zh - Chinese
apsPortfolioId :: Lens' AcceptPortfolioShare Text Source #
The portfolio identifier.
Destructuring the Response
acceptPortfolioShareResponse Source #
Arguments
| :: Int | |
| -> AcceptPortfolioShareResponse |
Creates a value of AcceptPortfolioShareResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
apsrsResponseStatus- -- | The response status code.
Response Lenses
apsrsResponseStatus :: Lens' AcceptPortfolioShareResponse Int Source #
- - | The response status code.