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.DeleteTags
Description
Deletes tags from a WorkSpace.
Creating a Request
Arguments
:: Text | |
-> DeleteTags |
Creates a value of DeleteTags
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dResourceId
- The resource ID of the request.dTagKeys
- The tag keys of the request.
data DeleteTags #
The request of the DeleteTags
operation.
See: deleteTags
smart constructor.
Instances
Request Lenses
dResourceId :: Lens' DeleteTags Text #
The resource ID of the request.
dTagKeys :: Lens' DeleteTags [Text] #
The tag keys of the request.
Destructuring the Response
Arguments
:: Int | |
-> DeleteTagsResponse |
Creates a value of DeleteTagsResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drsResponseStatus
- -- | The response status code.
data DeleteTagsResponse #
The result of the DeleteTags
operation.
See: deleteTagsResponse
smart constructor.
Response Lenses
drsResponseStatus :: Lens' DeleteTagsResponse Int #
- - | The response status code.