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

DescribeEC2InstanceLimitsInput

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

Represents the input for a request operation.

interface DescribeEC2InstanceLimitsInput {
EC2InstanceType?: EC2InstanceType | null;
Location?: string | null;
}

§Properties

§
EC2InstanceType?: EC2InstanceType | null
[src]

Name of an EC2 instance type that is supported in GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Do not specify a value for this parameter to retrieve limits for all instance types.

§
Location?: string | null
[src]

The name of a remote location to request instance limits for, in the form of an AWS Region code such as us-west-2.