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

AssignInstanceRequest

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

§Properties

§
InstanceId: string
[src]

The instance ID.

§
LayerIds: string[]
[src]

The layer ID, which must correspond to a custom layer. You cannot assign a registered instance to a built-in layer.