Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ChannelNameCondition

import type { ChannelNameCondition } from "https://aws-api.deno.dev/v0.4/services/kinesisvideo.ts?docs=full";

An optional input parameter for the ListSignalingChannels API. When this parameter is specified while invoking ListSignalingChannels, the API returns only the channels that satisfy a condition specified in ChannelNameCondition.

interface ChannelNameCondition {
ComparisonOperator?: ComparisonOperator | null;
ComparisonValue?: string | null;
}

§Properties

§
ComparisonOperator?: ComparisonOperator | null
[src]

A comparison operator. Currently, you can only specify the BEGINS_WITH operator, which finds signaling channels whose names begin with a given prefix.

§
ComparisonValue?: string | null
[src]

A value to compare.