Copyright | (c) 2013-2018 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.DirectoryService.RemoveTagsFromResource
Description
Removes tags from a directory.
- removeTagsFromResource :: Text -> RemoveTagsFromResource
- data RemoveTagsFromResource
- rtfrResourceId :: Lens' RemoveTagsFromResource Text
- rtfrTagKeys :: Lens' RemoveTagsFromResource [Text]
- removeTagsFromResourceResponse :: Int -> RemoveTagsFromResourceResponse
- data RemoveTagsFromResourceResponse
- rtfrrsResponseStatus :: Lens' RemoveTagsFromResourceResponse Int
Creating a Request
Arguments
:: Text | |
-> RemoveTagsFromResource |
Creates a value of RemoveTagsFromResource
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rtfrResourceId
- Identifier (ID) of the directory from which to remove the tag.rtfrTagKeys
- The tag key (name) of the tag to be removed.
data RemoveTagsFromResource #
See: removeTagsFromResource
smart constructor.
Instances
Request Lenses
rtfrResourceId :: Lens' RemoveTagsFromResource Text #
Identifier (ID) of the directory from which to remove the tag.
rtfrTagKeys :: Lens' RemoveTagsFromResource [Text] #
The tag key (name) of the tag to be removed.
Destructuring the Response
removeTagsFromResourceResponse #
Arguments
:: Int | |
-> RemoveTagsFromResourceResponse |
Creates a value of RemoveTagsFromResourceResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rtfrrsResponseStatus
- -- | The response status code.
data RemoveTagsFromResourceResponse #
See: removeTagsFromResourceResponse
smart constructor.
Response Lenses
rtfrrsResponseStatus :: Lens' RemoveTagsFromResourceResponse Int #
- - | The response status code.