libZSservicesZSamazonka-sqsZSamazonka-sqs
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq UntagQueue Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

Read UntagQueue Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

Show UntagQueue Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

Generic UntagQueue Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

Associated Types

type Rep UntagQueue :: Type -> Type #

NFData UntagQueue Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

Methods

rnf :: UntagQueue -> () #

Hashable UntagQueue Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

AWSRequest UntagQueue Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

Associated Types

type AWSResponse UntagQueue #

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

type Rep UntagQueue Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

type Rep UntagQueue = D1 ('MetaData "UntagQueue" "Amazonka.SQS.UntagQueue" "libZSservicesZSamazonka-sqsZSamazonka-sqs" 'False) (C1 ('MetaCons "UntagQueue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "queueUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UntagQueue Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

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
Eq UntagQueueResponse Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

Read UntagQueueResponse Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

Show UntagQueueResponse Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

Generic UntagQueueResponse Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

Associated Types

type Rep UntagQueueResponse :: Type -> Type #

NFData UntagQueueResponse Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

Methods

rnf :: UntagQueueResponse -> () #

type Rep UntagQueueResponse Source # 
Instance details

Defined in Amazonka.SQS.UntagQueue

type Rep UntagQueueResponse = D1 ('MetaData "UntagQueueResponse" "Amazonka.SQS.UntagQueue" "libZSservicesZSamazonka-sqsZSamazonka-sqs" '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.