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.3/services/kinesis.ts?docs=full";

Represents the input for "DeleteStream".

interface DeleteStreamInput {
EnforceConsumerDeletion?: boolean | null;
StreamName: string;
}

§Properties

§
EnforceConsumerDeletion?: boolean | null
[src]

If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.

§
StreamName: string
[src]

The name of the stream to delete.