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

InstanceCountLimits

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

InstanceCountLimits represents the limits on the number of instances that can be created in Amazon OpenSearch Service for a given InstanceType.

interface InstanceCountLimits {
MaximumInstanceCount?: number | null;
MinimumInstanceCount?: number | null;
}

§Properties

§
MaximumInstanceCount?: number | null
[src]
§
MinimumInstanceCount?: number | null
[src]