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

StopDeploymentOutput

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

Represents the output of a StopDeployment operation.

interface StopDeploymentOutput {
status?: StopStatus | null;
statusMessage?: string | null;
}

§Properties

§
status?: StopStatus | null
[src]

The status of the stop deployment operation:

  • Pending: The stop operation is pending.
  • Succeeded: The stop operation was successful.
§
statusMessage?: string | null
[src]

An accompanying status message.