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

CanaryRunTimeline

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

This structure contains the start and end times of a single canary run.

interface CanaryRunTimeline {
Completed?: Date | number | null;
Started?: Date | number | null;
}

§Properties

§
Completed?: Date | number | null
[src]

The end time of the run.

§
Started?: Date | number | null
[src]

The start time of the run.