libZSservicesZSamazonka-kinesis-analyticsZSamazonka-kinesis-analytics
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.KinesisAnalytics.UntagResource

Description

Removes one or more tags from a Kinesis Analytics application. For more information, see Using Tagging.

Synopsis

Creating a Request

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' 

Fields

  • resourceARN :: Text

    The ARN of the Kinesis Analytics application from which to remove the tags.

  • tagKeys :: NonEmpty Text

    A list of keys of tags to remove from the specified application.

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.UntagResource

ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.KinesisAnalytics.UntagResource" "libZSservicesZSamazonka-kinesis-analyticsZSamazonka-kinesis-analytics" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.UntagResource

newUntagResource Source #

Create a value of UntagResource 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:resourceARN:UntagResource', untagResource_resourceARN - The ARN of the Kinesis Analytics application from which to remove the tags.

$sel:tagKeys:UntagResource', untagResource_tagKeys - A list of keys of tags to remove from the specified application.

Request Lenses

untagResource_resourceARN :: Lens' UntagResource Text Source #

The ARN of the Kinesis Analytics application from which to remove the tags.

untagResource_tagKeys :: Lens' UntagResource (NonEmpty Text) Source #

A list of keys of tags to remove from the specified application.

Destructuring the Response

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Constructors

UntagResourceResponse' 

Fields

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.KinesisAnalytics.UntagResource" "libZSservicesZSamazonka-kinesis-analyticsZSamazonka-kinesis-analytics" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse 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:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

Response Lenses