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

TriggerEventType

import type { TriggerEventType } from "https://aws-api.deno.dev/v0.3/services/codedeploy.ts?docs=full";
type TriggerEventType =
| "DeploymentStart"
| "DeploymentSuccess"
| "DeploymentFailure"
| "DeploymentStop"
| "DeploymentRollback"
| "DeploymentReady"
| "InstanceStart"
| "InstanceSuccess"
| "InstanceFailure"
| "InstanceReady"

§Type

§
"DeploymentStart" | "DeploymentSuccess" | "DeploymentFailure" | "DeploymentStop" | "DeploymentRollback" | "DeploymentReady" | "InstanceStart" | "InstanceSuccess" | "InstanceFailure" | "InstanceReady" | cmnP.UnexpectedEnumValue
[src]