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

BatchGetDeploymentsOutput

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

Represents the output of a BatchGetDeployments operation.

interface BatchGetDeploymentsOutput {
deploymentsInfo?: DeploymentInfo[] | null;
}

§Properties

§
deploymentsInfo?: DeploymentInfo[] | null
[src]

Information about the deployments.