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

BatchGetDeploymentsInput

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

Represents the input of a BatchGetDeployments operation.

interface BatchGetDeploymentsInput {
deploymentIds: string[];
}

§Properties

§
deploymentIds: string[]
[src]

A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.