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

BatchGetOnPremisesInstancesInput

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

Represents the input of a BatchGetOnPremisesInstances operation.

interface BatchGetOnPremisesInstancesInput {
instanceNames: string[];
}

§Properties

§
instanceNames: string[]
[src]

The names of the on-premises instances about which to get information. The maximum number of instance names you can specify is 25.