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

DescribeEC2InstanceLimitsOutput

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

Represents the returned data in response to a request operation.

interface DescribeEC2InstanceLimitsOutput {
EC2InstanceLimits?: EC2InstanceLimit[] | null;
}

§Properties

§
EC2InstanceLimits?: EC2InstanceLimit[] | null
[src]

The maximum number of instances for the specified instance type.