| 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.
http://docs.aws.amazon.com/kinesis/latest/APIReference/API_RemoveTagsFromStream.html
Request
data RemoveTagsFromStream Source
Instances
| Eq RemoveTagsFromStream | |
| Ord RemoveTagsFromStream | |
| Read RemoveTagsFromStream | |
| Show RemoveTagsFromStream | |
| ToJSON RemoveTagsFromStream | |
| AWSRequest RemoveTagsFromStream | |
| ToQuery RemoveTagsFromStream | |
| ToPath RemoveTagsFromStream | |
| ToHeaders RemoveTagsFromStream | |
| type Sv RemoveTagsFromStream = Kinesis | |
| type Rs RemoveTagsFromStream = RemoveTagsFromStreamResponse |
Request constructor
Arguments
| :: Text | |
| -> NonEmpty Text | |
| -> RemoveTagsFromStream |
RemoveTagsFromStream constructor.
The fields accessible through corresponding lenses are:
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.