libZSservicesZSamazonka-kinesis-videoZSamazonka-kinesis-video
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.KinesisVideo.UntagResource

Description

Removes one or more tags from a signaling channel. In the request, specify only a tag key or keys; don't specify the value. If you specify a tag key that does not exist, it's ignored.

Synopsis

Creating a Request

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' 

Fields

  • resourceARN :: Text

    The Amazon Resource Name (ARN) of the signaling channel from which you want to remove tags.

  • tagKeyList :: NonEmpty Text

    A list of the keys of the tags that you want to remove.

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagResource

ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagResource

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

Defined in Amazonka.KinesisVideo.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 Amazon Resource Name (ARN) of the signaling channel from which you want to remove tags.

$sel:tagKeyList:UntagResource', untagResource_tagKeyList - A list of the keys of the tags that you want to remove.

Request Lenses

untagResource_resourceARN :: Lens' UntagResource Text Source #

The Amazon Resource Name (ARN) of the signaling channel from which you want to remove tags.

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

A list of the keys 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.KinesisVideo.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.KinesisVideo.UntagResource" "libZSservicesZSamazonka-kinesis-videoZSamazonka-kinesis-video" '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