| 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.DisassociateTagOptionFromResource
Description
Disassociates a TagOption from a resource.
- disassociateTagOptionFromResource :: Text -> Text -> DisassociateTagOptionFromResource
- data DisassociateTagOptionFromResource
- dtofrResourceId :: Lens' DisassociateTagOptionFromResource Text
- dtofrTagOptionId :: Lens' DisassociateTagOptionFromResource Text
- disassociateTagOptionFromResourceResponse :: Int -> DisassociateTagOptionFromResourceResponse
- data DisassociateTagOptionFromResourceResponse
- dtofrrsResponseStatus :: Lens' DisassociateTagOptionFromResourceResponse Int
Creating a Request
disassociateTagOptionFromResource Source #
Arguments
| :: Text | |
| -> Text | |
| -> DisassociateTagOptionFromResource |
Creates a value of DisassociateTagOptionFromResource with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtofrResourceId- Identifier of the resource from which to disassociate the TagOption.dtofrTagOptionId- Identifier of the TagOption to disassociate from the resource.
data DisassociateTagOptionFromResource Source #
See: disassociateTagOptionFromResource smart constructor.
Instances
Request Lenses
dtofrResourceId :: Lens' DisassociateTagOptionFromResource Text Source #
Identifier of the resource from which to disassociate the TagOption.
dtofrTagOptionId :: Lens' DisassociateTagOptionFromResource Text Source #
Identifier of the TagOption to disassociate from the resource.
Destructuring the Response
disassociateTagOptionFromResourceResponse Source #
Creates a value of DisassociateTagOptionFromResourceResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtofrrsResponseStatus- -- | The response status code.
data DisassociateTagOptionFromResourceResponse Source #
See: disassociateTagOptionFromResourceResponse smart constructor.
Instances
Response Lenses
dtofrrsResponseStatus :: Lens' DisassociateTagOptionFromResourceResponse Int Source #
- - | The response status code.