amazonka-kinesis-video-2.0: Amazon Kinesis Video Streams 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.KinesisVideo.UntagStream

Description

Removes one or more tags from a stream. 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.

In the request, you must provide the StreamName or StreamARN.

Synopsis

Creating a Request

data UntagStream Source #

See: newUntagStream smart constructor.

Constructors

UntagStream' 

Fields

Instances

Instances details
ToJSON UntagStream Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

ToHeaders UntagStream Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

Methods

toHeaders :: UntagStream -> [Header] #

ToPath UntagStream Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

ToQuery UntagStream Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

AWSRequest UntagStream Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

Associated Types

type AWSResponse UntagStream #

Generic UntagStream Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

Associated Types

type Rep UntagStream :: Type -> Type #

Read UntagStream Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

Show UntagStream Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

NFData UntagStream Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

Methods

rnf :: UntagStream -> () #

Eq UntagStream Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

Hashable UntagStream Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

type AWSResponse UntagStream Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

type Rep UntagStream Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

type Rep UntagStream = D1 ('MetaData "UntagStream" "Amazonka.KinesisVideo.UntagStream" "amazonka-kinesis-video-2.0-5DR7d8jw2IyAvZJM3U7dwM" 'False) (C1 ('MetaCons "UntagStream'" 'PrefixI 'True) (S1 ('MetaSel ('Just "streamARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "streamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tagKeyList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))))

newUntagStream Source #

Create a value of UntagStream 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:

UntagStream, untagStream_streamARN - The Amazon Resource Name (ARN) of the stream that you want to remove tags from.

UntagStream, untagStream_streamName - The name of the stream that you want to remove tags from.

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

Request Lenses

untagStream_streamARN :: Lens' UntagStream (Maybe Text) Source #

The Amazon Resource Name (ARN) of the stream that you want to remove tags from.

untagStream_streamName :: Lens' UntagStream (Maybe Text) Source #

The name of the stream that you want to remove tags from.

untagStream_tagKeyList :: Lens' UntagStream (NonEmpty Text) Source #

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

Destructuring the Response

data UntagStreamResponse Source #

See: newUntagStreamResponse smart constructor.

Constructors

UntagStreamResponse' 

Fields

Instances

Instances details
Generic UntagStreamResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

Associated Types

type Rep UntagStreamResponse :: Type -> Type #

Read UntagStreamResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

Show UntagStreamResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

NFData UntagStreamResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

Methods

rnf :: UntagStreamResponse -> () #

Eq UntagStreamResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

type Rep UntagStreamResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

type Rep UntagStreamResponse = D1 ('MetaData "UntagStreamResponse" "Amazonka.KinesisVideo.UntagStream" "amazonka-kinesis-video-2.0-5DR7d8jw2IyAvZJM3U7dwM" 'False) (C1 ('MetaCons "UntagStreamResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagStreamResponse Source #

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

Response Lenses