| 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.CreateTagOption
Description
Create a new TagOption.
- createTagOption :: Text -> Text -> CreateTagOption
- data CreateTagOption
- ctoKey :: Lens' CreateTagOption Text
- ctoValue :: Lens' CreateTagOption Text
- createTagOptionResponse :: Int -> CreateTagOptionResponse
- data CreateTagOptionResponse
- ctorsTagOptionDetail :: Lens' CreateTagOptionResponse (Maybe TagOptionDetail)
- ctorsResponseStatus :: Lens' CreateTagOptionResponse Int
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> CreateTagOption |
Creates a value of CreateTagOption with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data CreateTagOption Source #
See: createTagOption smart constructor.
Instances
Request Lenses
Destructuring the Response
createTagOptionResponse Source #
Arguments
| :: Int | |
| -> CreateTagOptionResponse |
Creates a value of CreateTagOptionResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ctorsTagOptionDetail- The resulting detailed TagOption information.ctorsResponseStatus- -- | The response status code.
data CreateTagOptionResponse Source #
See: createTagOptionResponse smart constructor.
Response Lenses
ctorsTagOptionDetail :: Lens' CreateTagOptionResponse (Maybe TagOptionDetail) Source #
The resulting detailed TagOption information.
ctorsResponseStatus :: Lens' CreateTagOptionResponse Int Source #
- - | The response status code.