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

GetCanaryRunsResponse

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

§Properties

§
CanaryRuns?: CanaryRun[] | null
[src]

An array of structures. Each structure contains the details of one of the retrieved canary runs.

§
NextToken?: string | null
[src]

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