amazonka-sqs-2.0: Amazon Simple Queue Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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' 

Fields

Instances

Instances details
ToHeaders UntagQueue Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

Methods

toHeaders :: UntagQueue -> [Header] #

ToPath UntagQueue Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

ToQuery UntagQueue Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

AWSRequest UntagQueue Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

Associated Types

type AWSResponse UntagQueue #

Generic UntagQueue Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

Associated Types

type Rep UntagQueue :: Type -> Type #

Read UntagQueue Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

Show UntagQueue Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

NFData UntagQueue Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

Methods

rnf :: UntagQueue -> () #

Eq UntagQueue Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

Hashable UntagQueue Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

type AWSResponse UntagQueue Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

type Rep UntagQueue Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

type Rep UntagQueue = D1 ('MetaData "UntagQueue" "Amazonka.SQS.UntagQueue" "amazonka-sqs-2.0-8jRKm0MCN6JIBFunCpUxaV" 'False) (C1 ('MetaCons "UntagQueue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "queueUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newUntagQueue Source #

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_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

Instances details
Generic UntagQueueResponse Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

Associated Types

type Rep UntagQueueResponse :: Type -> Type #

Read UntagQueueResponse Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

Show UntagQueueResponse Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

NFData UntagQueueResponse Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

Methods

rnf :: UntagQueueResponse -> () #

Eq UntagQueueResponse Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

type Rep UntagQueueResponse Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

type Rep UntagQueueResponse = D1 ('MetaData "UntagQueueResponse" "Amazonka.SQS.UntagQueue" "amazonka-sqs-2.0-8jRKm0MCN6JIBFunCpUxaV" 'False) (C1 ('MetaCons "UntagQueueResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUntagQueueResponse :: UntagQueueResponse Source #

Create a value of UntagQueueResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.