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

CreateDeploymentRequest

import type { CreateDeploymentRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/opsworks.ts";
interface CreateDeploymentRequest {
AppId?: string | null;
Comment?: string | null;
CustomJson?: string | null;
InstanceIds?: string[] | null;
LayerIds?: string[] | null;
StackId: string;
}

§Properties

§
AppId?: string | null
[src]
§
Comment?: string | null
[src]
§
CustomJson?: string | null
[src]
§
InstanceIds?: string[] | null
[src]
§
LayerIds?: string[] | null
[src]
§
StackId: string
[src]