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

CanaryLastRun

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

This structure contains information about the most recent run of a single canary.

interface CanaryLastRun {
CanaryName?: string | null;
LastRun?: CanaryRun | null;
}

§Properties

§
CanaryName?: string | null
[src]

The name of the canary.

§
LastRun?: CanaryRun | null
[src]

The results from this canary's most recent run.