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

Plan

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

The stages that an escalation plan or engagement plan engages contacts and contact methods in.

interface Plan {
Stages: Stage[];
}

§Properties

§
Stages: Stage[]
[src]

A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.