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