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

DescribeInstancesRequest

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

§Properties

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

An array of instance IDs to be described. If you use this parameter, DescribeInstances returns a description of the specified instances. Otherwise, it returns a description of every instance.

§
LayerId?: string | null
[src]

A layer ID. If you use this parameter, DescribeInstances returns descriptions of the instances associated with the specified layer.

§
StackId?: string | null
[src]

A stack ID. If you use this parameter, DescribeInstances returns descriptions of the instances associated with the specified stack.