| 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.Firehose.UntagDeliveryStream
Description
Removes tags from the specified delivery stream. Removed tags are deleted, and you can't recover them after this operation successfully completes.
If you specify a tag that doesn't exist, the operation ignores it.
This operation has a limit of five transactions per second per account.
- untagDeliveryStream :: Text -> NonEmpty Text -> UntagDeliveryStream
- data UntagDeliveryStream
- udsDeliveryStreamName :: Lens' UntagDeliveryStream Text
- udsTagKeys :: Lens' UntagDeliveryStream (NonEmpty Text)
- untagDeliveryStreamResponse :: Int -> UntagDeliveryStreamResponse
- data UntagDeliveryStreamResponse
- udsrsResponseStatus :: Lens' UntagDeliveryStreamResponse Int
Creating a Request
Arguments
| :: Text | |
| -> NonEmpty Text | |
| -> UntagDeliveryStream |
Creates a value of UntagDeliveryStream with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
udsDeliveryStreamName- The name of the delivery stream.udsTagKeys- A list of tag keys. Each corresponding tag is removed from the delivery stream.
data UntagDeliveryStream Source #
See: untagDeliveryStream smart constructor.
Instances
Request Lenses
udsDeliveryStreamName :: Lens' UntagDeliveryStream Text Source #
The name of the delivery stream.
udsTagKeys :: Lens' UntagDeliveryStream (NonEmpty Text) Source #
A list of tag keys. Each corresponding tag is removed from the delivery stream.
Destructuring the Response
untagDeliveryStreamResponse Source #
Arguments
| :: Int | |
| -> UntagDeliveryStreamResponse |
Creates a value of UntagDeliveryStreamResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
udsrsResponseStatus- -- | The response status code.
data UntagDeliveryStreamResponse Source #
See: untagDeliveryStreamResponse smart constructor.
Instances
Response Lenses
udsrsResponseStatus :: Lens' UntagDeliveryStreamResponse Int Source #
- - | The response status code.