| Copyright | (c) 2013-2015 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.Redshift.DeleteTags
Description
Deletes a tag or tags from a resource. You must provide the ARN of the resource from which you want to delete the tag or tags.
See: AWS API Reference for DeleteTags.
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:
data DeleteTags Source
Contains the output from the DeleteTags action.
See: deleteTags smart constructor.
Instances
Request Lenses
dtsResourceName :: Lens' DeleteTags Text Source
The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, 'arn:aws:redshift:us-east-1:123456789:cluster:t1'.
dtsTagKeys :: Lens' DeleteTags [Text] Source
The tag key that you want to delete.
Destructuring the Response
deleteTagsResponse :: DeleteTagsResponse Source
Creates a value of DeleteTagsResponse with the minimum fields required to make a request.
data DeleteTagsResponse Source
See: deleteTagsResponse smart constructor.