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

DescribeElasticIpsRequest

import type { DescribeElasticIpsRequest } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";
interface DescribeElasticIpsRequest {
InstanceId?: string | null;
Ips?: string[] | null;
StackId?: string | null;
}

§Properties

§
InstanceId?: string | null
[src]

The instance ID. If you include this parameter, DescribeElasticIps returns a description of the Elastic IP addresses associated with the specified instance.

§
Ips?: string[] | null
[src]

An array of Elastic IP addresses to be described. If you include this parameter, DescribeElasticIps returns a description of the specified Elastic IP addresses. Otherwise, it returns a description of every Elastic IP address.

§
StackId?: string | null
[src]

A stack ID. If you include this parameter, DescribeElasticIps returns a description of the Elastic IP addresses that are registered with the specified stack.