| 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.DMS.RemoveTagsFromResource
Description
Removes metadata tags from a DMS resource.
- 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
removeTagsFromResource Source #
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:
rtfrResourceARN- >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.rtfrTagKeys- The tag key (name) of the tag to be removed.
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:
rtfrrsResponseStatus- -- | The response status code.
data RemoveTagsFromResourceResponse Source #
See: removeTagsFromResourceResponse smart constructor.
Instances
Response Lenses
rtfrrsResponseStatus :: Lens' RemoveTagsFromResourceResponse Int Source #
- - | The response status code.