libZSservicesZSamazonka-rekognitionZSamazonka-rekognition
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.Rekognition.UntagResource

Description

Removes one or more tags from an Amazon Rekognition collection, stream processor, or Custom Labels model.

This operation requires permissions to perform the rekognition:UntagResource action.

Synopsis

Creating a Request

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' 

Fields

  • resourceArn :: Text

    Amazon Resource Name (ARN) of the model, collection, or stream processor that you want to remove the tags from.

  • tagKeys :: [Text]

    A list of the tags that you want to remove.

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.Rekognition.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.Rekognition.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.Rekognition.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.Rekognition.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.Rekognition.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.Rekognition.UntagResource

ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.Rekognition.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.Rekognition.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.Rekognition.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.Rekognition.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.Rekognition.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.Rekognition.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.Rekognition.UntagResource" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.Rekognition.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 - Amazon Resource Name (ARN) of the model, collection, or stream processor that you want to remove the tags from.

$sel:tagKeys:UntagResource', untagResource_tagKeys - A list of the tags that you want to remove.

Request Lenses

untagResource_resourceArn :: Lens' UntagResource Text Source #

Amazon Resource Name (ARN) of the model, collection, or stream processor that you want to remove the tags from.

untagResource_tagKeys :: Lens' UntagResource [Text] Source #

A list of the tags that you want to remove.

Destructuring the Response

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Constructors

UntagResourceResponse' 

Fields

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Rekognition.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Rekognition.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Rekognition.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Rekognition.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Rekognition.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Rekognition.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.Rekognition.UntagResource" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" '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