| 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.DMS.RemoveTagsFromResource
Description
For internal use only
- removeTagsFromResource :: Text -> RemoveTagsFromResource
- data RemoveTagsFromResource
- rtfrResourceARN :: 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:
data RemoveTagsFromResource Source
See: removeTagsFromResource smart constructor.
Instances
Request Lenses
rtfrResourceARN :: Lens' RemoveTagsFromResource Text Source
The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be
removed from.
rtfrTagKeys :: Lens' RemoveTagsFromResource [Text] Source
The tag key (name) of the tag to be removed.
Destructuring the Response
removeTagsFromResourceResponse Source
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:
data RemoveTagsFromResourceResponse Source
See: removeTagsFromResourceResponse smart constructor.
Response Lenses
rtfrrsResponseStatus :: Lens' RemoveTagsFromResourceResponse Int Source
The response status code.