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

DescribeLimitsOutput

import type { DescribeLimitsOutput } from "https://aws-api.deno.dev/v0.3/services/kinesis.ts?docs=full";
interface DescribeLimitsOutput {
OnDemandStreamCount: number;
OnDemandStreamCountLimit: number;
OpenShardCount: number;
ShardLimit: number;
}

§Properties

§
OnDemandStreamCount: number
[src]

Indicates the number of data streams with the on-demand capacity mode.

§
OnDemandStreamCountLimit: number
[src]

The maximum number of data streams with the on-demand capacity mode.

§
OpenShardCount: number
[src]

The number of open shards.

§
ShardLimit: number
[src]

The maximum number of shards.