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.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.
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:
dtsResourceName
- 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
- The tag key that you want to delete.
data DeleteTags #
Contains the output from the DeleteTags
action.
See: deleteTags
smart constructor.
Instances
Request Lenses
dtsResourceName :: Lens' DeleteTags Text #
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] #
The tag key that you want to delete.
Destructuring the Response
deleteTagsResponse :: DeleteTagsResponse #
Creates a value of DeleteTagsResponse
with the minimum fields required to make a request.
data DeleteTagsResponse #
See: deleteTagsResponse
smart constructor.