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.Discovery.DeleteTags
Description
Deletes the association between configuration items and one or more tags. This API accepts a list of multiple configuration items.
Creating a Request
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:
dtTags
- Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key -value format. For example:{"key": "serverType", "value": "webServer"}
dtConfigurationIds
- A list of configuration items with tags that you want to delete.
Request Lenses
dtTags :: Lens' DeleteTags [Tag] #
Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key -value format. For example: {"key": "serverType", "value": "webServer"}
dtConfigurationIds :: Lens' DeleteTags [Text] #
A list of configuration items with tags that you want to delete.
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 #
See: deleteTagsResponse
smart constructor.
Response Lenses
drsResponseStatus :: Lens' DeleteTagsResponse Int #
- - | The response status code.