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

GetDeploymentOutput

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

Represents the output of a GetDeployment operation.

interface GetDeploymentOutput {
deploymentInfo?: DeploymentInfo | null;
}

§Properties

§
deploymentInfo?: DeploymentInfo | null
[src]

Information about the deployment.