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

DescribeInstanceTypeLimitsRequest

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

Container for the parameters to the "DescribeInstanceTypeLimits" operation.

interface DescribeInstanceTypeLimitsRequest {
DomainName?: string | null;
EngineVersion: string;
}

§Properties

§
DomainName?: string | null
[src]

The name of the domain you want to modify. Only include this value if you're querying OpenSearch "Limits" for an existing domain.

§
EngineVersion: string
[src]

Version of OpenSearch for which "Limits" are needed.

§

The instance type for an OpenSearch cluster for which OpenSearch "Limits" are needed.