| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SQS.UntagQueue
Description
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.
Constructors
| UntagQueue' | |
Instances
Arguments
| :: Text | |
| -> UntagQueue |
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.
Constructors
| UntagQueueResponse' | |
Instances
| Generic UntagQueueResponse Source # | |
Defined in Amazonka.SQS.UntagQueue Associated Types type Rep UntagQueueResponse :: Type -> Type # Methods from :: UntagQueueResponse -> Rep UntagQueueResponse x # to :: Rep UntagQueueResponse x -> UntagQueueResponse # | |
| Read UntagQueueResponse Source # | |
Defined in Amazonka.SQS.UntagQueue Methods readsPrec :: Int -> ReadS UntagQueueResponse # readList :: ReadS [UntagQueueResponse] # | |
| Show UntagQueueResponse Source # | |
Defined in Amazonka.SQS.UntagQueue Methods showsPrec :: Int -> UntagQueueResponse -> ShowS # show :: UntagQueueResponse -> String # showList :: [UntagQueueResponse] -> ShowS # | |
| NFData UntagQueueResponse Source # | |
Defined in Amazonka.SQS.UntagQueue Methods rnf :: UntagQueueResponse -> () # | |
| Eq UntagQueueResponse Source # | |
Defined in Amazonka.SQS.UntagQueue Methods (==) :: UntagQueueResponse -> UntagQueueResponse -> Bool # (/=) :: UntagQueueResponse -> UntagQueueResponse -> Bool # | |
| 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.