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

BatchGetDeploymentInstancesInput

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

Represents the input of a BatchGetDeploymentInstances operation.

interface BatchGetDeploymentInstancesInput {
deploymentId: string;
instanceIds: string[];
}

§Properties

§
deploymentId: string
[src]

The unique ID of a deployment.

§
instanceIds: string[]
[src]

The unique IDs of instances used in the deployment. The maximum number of instance IDs you can specify is 25.