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

UpdateShardCountOutput

import type { UpdateShardCountOutput } from "https://aws-api.deno.dev/v0.3/services/kinesis.ts?docs=full";
interface UpdateShardCountOutput {
CurrentShardCount?: number | null;
StreamName?: string | null;
TargetShardCount?: number | null;
}

§Properties

§
CurrentShardCount?: number | null
[src]

The current number of shards.

§
StreamName?: string | null
[src]

The name of the stream.

§
TargetShardCount?: number | null
[src]

The updated number of shards.