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

DescribeElasticsearchInstanceTypeLimitsRequest

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

Container for the parameters to "DescribeElasticsearchInstanceTypeLimits" operation.

interface DescribeElasticsearchInstanceTypeLimitsRequest {
DomainName?: string | null;
ElasticsearchVersion: string;
}

§Properties

§
DomainName?: string | null
[src]

DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for Elasticsearch "Limits" for existing domain.

§
ElasticsearchVersion: string
[src]

Version of Elasticsearch for which "Limits" are needed.

§

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