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

StreamSummary

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

The summary of a stream.

interface StreamSummary {
StreamARN: string;
StreamCreationTimestamp?: Date | number | null;
StreamModeDetails?: StreamModeDetails | null;
StreamName: string;
StreamStatus: StreamStatus;
}

§Properties

§
StreamARN: string
[src]

The ARN of the stream.

§
StreamCreationTimestamp?: Date | number | null
[src]

The timestamp at which the stream was created.

§
StreamModeDetails?: StreamModeDetails | null
[src]
§
StreamName: string
[src]

The name of a stream.

§
StreamStatus: StreamStatus
[src]

The status of the stream.