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

DescribeInstanceTypeLimitsResponse

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

Container for the parameters received from the "DescribeInstanceTypeLimits" operation.

interface DescribeInstanceTypeLimitsResponse {
LimitsByRole?: {
[key: string]: Limits | null | undefined;
}
| null;
}

§Properties

§
LimitsByRole?: {
[key: string]: Limits | null | undefined;
}
| null
[src]