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

ResourceDeploymentStatus

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

The state that a PR-based deployment can be updated to.

type ResourceDeploymentStatus =
| "IN_PROGRESS"
| "FAILED"
| "SUCCEEDED"

§Type

§
"IN_PROGRESS" | "FAILED" | "SUCCEEDED" | cmnP.UnexpectedEnumValue
[src]