| 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.UpdateTagOption
Description
Updates an existing TagOption.
- updateTagOption :: Text -> UpdateTagOption
- data UpdateTagOption
- utoValue :: Lens' UpdateTagOption (Maybe Text)
- utoActive :: Lens' UpdateTagOption (Maybe Bool)
- utoId :: Lens' UpdateTagOption Text
- updateTagOptionResponse :: Int -> UpdateTagOptionResponse
- data UpdateTagOptionResponse
- utorsTagOptionDetail :: Lens' UpdateTagOptionResponse (Maybe TagOptionDetail)
- utorsResponseStatus :: Lens' UpdateTagOptionResponse Int
Creating a Request
Arguments
| :: Text | |
| -> UpdateTagOption |
Creates a value of UpdateTagOption with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UpdateTagOption Source #
See: updateTagOption smart constructor.
Instances
Request Lenses
Destructuring the Response
updateTagOptionResponse Source #
Arguments
| :: Int | |
| -> UpdateTagOptionResponse |
Creates a value of UpdateTagOptionResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
utorsTagOptionDetail- The resulting detailed TagOption information.utorsResponseStatus- -- | The response status code.
data UpdateTagOptionResponse Source #
See: updateTagOptionResponse smart constructor.
Response Lenses
utorsTagOptionDetail :: Lens' UpdateTagOptionResponse (Maybe TagOptionDetail) Source #
The resulting detailed TagOption information.
utorsResponseStatus :: Lens' UpdateTagOptionResponse Int Source #
- - | The response status code.