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

ConsumerDescription

import type { ConsumerDescription } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/kinesis.ts";
interface ConsumerDescription {
ConsumerARN: string;
ConsumerCreationTimestamp: Date | number;
ConsumerName: string;
ConsumerStatus: ConsumerStatus;
StreamARN: string;
}

§Properties

§
ConsumerARN: string
[src]
§
ConsumerCreationTimestamp: Date | number
[src]
§
ConsumerName: string
[src]
§
ConsumerStatus: ConsumerStatus
[src]
§
StreamARN: string
[src]