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 |
Remove cost allocation tags from the specified Amazon SQS queue. For an overview, see Tagging Your Amazon SQS Queues in the Amazon SQS Developer Guide.
Cross-account permissions don't apply to this action. For more information, see Grant cross-account permissions to a role and a user name in the Amazon SQS Developer Guide.
Synopsis
Creating a Request
data UntagQueue Source #
See: newUntagQueue
smart constructor.
Instances
Create a value of UntagQueue
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:queueUrl:UntagQueue'
, untagQueue_queueUrl
- The URL of the queue.
$sel:tagKeys:UntagQueue'
, untagQueue_tagKeys
- The list of tags to be removed from the specified queue.
Request Lenses
untagQueue_queueUrl :: Lens' UntagQueue Text Source #
The URL of the queue.
untagQueue_tagKeys :: Lens' UntagQueue [Text] Source #
The list of tags to be removed from the specified queue.
Destructuring the Response
data UntagQueueResponse Source #
See: newUntagQueueResponse
smart constructor.
Instances
Eq UntagQueueResponse Source # | |
Defined in Amazonka.SQS.UntagQueue (==) :: UntagQueueResponse -> UntagQueueResponse -> Bool # (/=) :: UntagQueueResponse -> UntagQueueResponse -> Bool # | |
Read UntagQueueResponse Source # | |
Defined in Amazonka.SQS.UntagQueue | |
Show UntagQueueResponse Source # | |
Defined in Amazonka.SQS.UntagQueue showsPrec :: Int -> UntagQueueResponse -> ShowS # show :: UntagQueueResponse -> String # showList :: [UntagQueueResponse] -> ShowS # | |
Generic UntagQueueResponse Source # | |
Defined in Amazonka.SQS.UntagQueue type Rep UntagQueueResponse :: Type -> Type # from :: UntagQueueResponse -> Rep UntagQueueResponse x # to :: Rep UntagQueueResponse x -> UntagQueueResponse # | |
NFData UntagQueueResponse Source # | |
Defined in Amazonka.SQS.UntagQueue rnf :: UntagQueueResponse -> () # | |
type Rep UntagQueueResponse Source # | |
newUntagQueueResponse :: UntagQueueResponse Source #
Create a value of UntagQueueResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.