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

StreamDescriptionSummary

import type { StreamDescriptionSummary } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/kinesis.ts";
interface StreamDescriptionSummary {
ConsumerCount?: number | null;
EncryptionType?: EncryptionType | null;
EnhancedMonitoring: EnhancedMetrics[];
KeyId?: string | null;
OpenShardCount: number;
RetentionPeriodHours: number;
StreamARN: string;
StreamCreationTimestamp: Date | number;
StreamName: string;
StreamStatus: StreamStatus;
}

§Properties

§
ConsumerCount?: number | null
[src]
§
EncryptionType?: EncryptionType | null
[src]
§
EnhancedMonitoring: EnhancedMetrics[]
[src]
§
KeyId?: string | null
[src]
§
OpenShardCount: number
[src]
§
RetentionPeriodHours: number
[src]
§
StreamARN: string
[src]
§
StreamCreationTimestamp: Date | number
[src]
§
StreamName: string
[src]
§
StreamStatus: StreamStatus
[src]