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

BatchGetDeploymentInstancesOutput

import type { BatchGetDeploymentInstancesOutput } from "https://aws-api.deno.dev/v0.4/services/codedeploy.ts?docs=full";

Represents the output of a BatchGetDeploymentInstances operation.

interface BatchGetDeploymentInstancesOutput {
errorMessage?: string | null;
instancesSummary?: InstanceSummary[] | null;
}

§Properties

§
errorMessage?: string | null
[src]

Information about errors that might have occurred during the API call.

§
instancesSummary?: InstanceSummary[] | null
[src]

Information about the instance.