Skip to content

/AWS1/CL_KNV=>UNTAGSTREAM()

About UntagStream

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.

Method Signature

IMPORTING

Required arguments:

IT_TAGKEYLIST TYPE /AWS1/CL_KNVTAGKEYLIST_W=>TT_TAGKEYLIST TT_TAGKEYLIST

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

Optional arguments:

IV_STREAMARN TYPE /AWS1/KNVRESOURCEARN /AWS1/KNVRESOURCEARN

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

IV_STREAMNAME TYPE /AWS1/KNVSTREAMNAME /AWS1/KNVSTREAMNAME

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

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_KNVUNTAGSTREAMOUTPUT /AWS1/CL_KNVUNTAGSTREAMOUTPUT