| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.WorkSpaces.CreateTags
Description
Creates tags for a WorkSpace.
Creating a Request
Arguments
| :: Text | |
| -> CreateTags |
Creates a value of CreateTags with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ctResourceId- The resource ID of the request.ctTags- The tags of the request.
data CreateTags #
The request of the CreateTags operation.
See: createTags smart constructor.
Instances
Request Lenses
ctResourceId :: Lens' CreateTags Text #
The resource ID of the request.
ctTags :: Lens' CreateTags [Tag] #
The tags of the request.
Destructuring the Response
Arguments
| :: Int | |
| -> CreateTagsResponse |
Creates a value of CreateTagsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ctrsResponseStatus- -- | The response status code.
data CreateTagsResponse #
The result of the CreateTags operation.
See: createTagsResponse smart constructor.
Response Lenses
ctrsResponseStatus :: Lens' CreateTagsResponse Int #
- - | The response status code.