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

Defined in Amazonka.KinesisVideo.UntagStream

Read UntagStream Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

Show UntagStream Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

Generic UntagStream Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

Associated Types

type Rep UntagStream :: Type -> Type #

NFData UntagStream Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

Methods

rnf :: UntagStream -> () #

Hashable UntagStream Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

ToJSON UntagStream Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

AWSRequest UntagStream Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

Associated Types

type AWSResponse 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

type Rep UntagStream Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

type Rep UntagStream = D1 ('MetaData "UntagStream" "Amazonka.KinesisVideo.UntagStream" "libZSservicesZSamazonka-kinesis-videoZSamazonka-kinesis-video" '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)))))
type AWSResponse UntagStream Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

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:

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

$sel:streamName: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
Eq UntagStreamResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

Read UntagStreamResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

Show UntagStreamResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

Generic UntagStreamResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

Associated Types

type Rep UntagStreamResponse :: Type -> Type #

NFData UntagStreamResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

Methods

rnf :: UntagStreamResponse -> () #

type Rep UntagStreamResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.UntagStream

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