| 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.Kinesis.RemoveTagsFromStream
Description
Deletes tags from the specified Amazon Kinesis stream.
If you specify a tag that does not exist, it is ignored.
See: AWS API Reference for RemoveTagsFromStream.
Creating a Request
Arguments
| :: Text | |
| -> NonEmpty Text | |
| -> RemoveTagsFromStream |
Creates a value of RemoveTagsFromStream with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RemoveTagsFromStream Source
Represents the input for RemoveTagsFromStream.
See: removeTagsFromStream smart constructor.
Instances
Request Lenses
rtfsStreamName :: Lens' RemoveTagsFromStream Text Source
The name of the stream.
rtfsTagKeys :: Lens' RemoveTagsFromStream (NonEmpty Text) Source
A list of tag keys. Each corresponding tag is removed from the stream.
Destructuring the Response
removeTagsFromStreamResponse :: RemoveTagsFromStreamResponse Source
Creates a value of RemoveTagsFromStreamResponse with the minimum fields required to make a request.
data RemoveTagsFromStreamResponse Source
See: removeTagsFromStreamResponse smart constructor.