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

UpdateStreamModeInput

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

§Properties

§
StreamARN: string
[src]

Specifies the ARN of the data stream whose capacity mode you want to update.

§
StreamModeDetails: StreamModeDetails
[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.