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

GetDataEndpointInput

import type { GetDataEndpointInput } from "https://aws-api.deno.dev/v0.4/services/kinesisvideo.ts?docs=full";
interface GetDataEndpointInput {
APIName: APIName;
StreamARN?: string | null;
StreamName?: string | null;
}

§Properties

§
APIName: APIName
[src]

The name of the API action for which to get an endpoint.

§
StreamARN?: string | null
[src]

The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName in the request.

§
StreamName?: string | null
[src]

The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN in the request.