| 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.DeletePortfolioShare
Description
Deletes the specified portfolio share.
- deletePortfolioShare :: Text -> Text -> DeletePortfolioShare
- data DeletePortfolioShare
- dpsAcceptLanguage :: Lens' DeletePortfolioShare (Maybe Text)
- dpsPortfolioId :: Lens' DeletePortfolioShare Text
- dpsAccountId :: Lens' DeletePortfolioShare Text
- deletePortfolioShareResponse :: Int -> DeletePortfolioShareResponse
- data DeletePortfolioShareResponse
- dpsrsResponseStatus :: Lens' DeletePortfolioShareResponse Int
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DeletePortfolioShare |
Creates a value of DeletePortfolioShare with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpsAcceptLanguage- The language code. *en- English (default) *jp- Japanese *zh- ChinesedpsPortfolioId- The portfolio identifier.dpsAccountId- The account ID associated with the share to delete.
Request Lenses
dpsAcceptLanguage :: Lens' DeletePortfolioShare (Maybe Text) Source #
The language code. * en - English (default) * jp - Japanese * zh - Chinese
dpsPortfolioId :: Lens' DeletePortfolioShare Text Source #
The portfolio identifier.
dpsAccountId :: Lens' DeletePortfolioShare Text Source #
The account ID associated with the share to delete.
Destructuring the Response
deletePortfolioShareResponse Source #
Arguments
| :: Int | |
| -> DeletePortfolioShareResponse |
Creates a value of DeletePortfolioShareResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpsrsResponseStatus- -- | The response status code.
Response Lenses
dpsrsResponseStatus :: Lens' DeletePortfolioShareResponse Int Source #
- - | The response status code.