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

InstanceLimits

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

InstanceLimits represents the list of instance-related attributes that are available for a given InstanceType.

interface InstanceLimits {
InstanceCountLimits?: InstanceCountLimits | null;
}

§Properties

§
InstanceCountLimits?: InstanceCountLimits | null
[src]