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

DescribeCanariesLastRunResponse

import type { DescribeCanariesLastRunResponse } from "https://aws-api.deno.dev/v0.3/services/synthetics.ts?docs=full";
interface DescribeCanariesLastRunResponse {
CanariesLastRun?: CanaryLastRun[] | null;
NextToken?: string | null;
}

§Properties

§
CanariesLastRun?: CanaryLastRun[] | null
[src]

An array that contains the information from the most recent run of each canary.

§
NextToken?: string | null
[src]

A token that indicates that there is more data available. You can use this token in a subsequent DescribeCanariesLastRun operation to retrieve the next set of results.