Copyright | (c) 2013-2021 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 |
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.
Synopsis
- data UntagDeliveryStream = UntagDeliveryStream' {}
- newUntagDeliveryStream :: Text -> NonEmpty Text -> UntagDeliveryStream
- untagDeliveryStream_deliveryStreamName :: Lens' UntagDeliveryStream Text
- untagDeliveryStream_tagKeys :: Lens' UntagDeliveryStream (NonEmpty Text)
- data UntagDeliveryStreamResponse = UntagDeliveryStreamResponse' {
- httpStatus :: Int
- newUntagDeliveryStreamResponse :: Int -> UntagDeliveryStreamResponse
- untagDeliveryStreamResponse_httpStatus :: Lens' UntagDeliveryStreamResponse Int
Creating a Request
data UntagDeliveryStream Source #
See: newUntagDeliveryStream
smart constructor.
UntagDeliveryStream' | |
|
Instances
newUntagDeliveryStream Source #
:: Text | |
-> NonEmpty Text | |
-> UntagDeliveryStream |
Create a value of UntagDeliveryStream
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deliveryStreamName:UntagDeliveryStream'
, untagDeliveryStream_deliveryStreamName
- The name of the delivery stream.
$sel:tagKeys:UntagDeliveryStream'
, untagDeliveryStream_tagKeys
- A list of tag keys. Each corresponding tag is removed from the delivery
stream.
Request Lenses
untagDeliveryStream_deliveryStreamName :: Lens' UntagDeliveryStream Text Source #
The name of the delivery stream.
untagDeliveryStream_tagKeys :: Lens' UntagDeliveryStream (NonEmpty Text) Source #
A list of tag keys. Each corresponding tag is removed from the delivery stream.
Destructuring the Response
data UntagDeliveryStreamResponse Source #
See: newUntagDeliveryStreamResponse
smart constructor.
UntagDeliveryStreamResponse' | |
|
Instances
newUntagDeliveryStreamResponse Source #
Create a value of UntagDeliveryStreamResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:UntagDeliveryStreamResponse'
, untagDeliveryStreamResponse_httpStatus
- The response's http status code.
Response Lenses
untagDeliveryStreamResponse_httpStatus :: Lens' UntagDeliveryStreamResponse Int Source #
The response's http status code.