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

DeleteStreamInput

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

§Properties

§
CurrentVersion?: string | null
[src]

Optional: The version of the stream that you want to delete.

Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream API.

If not specified, only the CreationTime is checked before deleting the stream.

§
StreamARN: string
[src]

The Amazon Resource Name (ARN) of the stream that you want to delete.