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

StreamModeDetails

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

Specifies the capacity mode to which you want to set your data stream. Currently, in Kinesis Data Streams, you can choose between an on-demand capacity mode and a provisioned capacity mode for your data streams.

interface StreamModeDetails {
StreamMode: StreamMode;
}

§Properties

§
StreamMode: StreamMode
[src]

Specifies the capacity mode to which you want to set your data stream. Currently, in Kinesis Data Streams, you can choose between an on-demand capacity mode and a provisioned capacity mode for your data streams.