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

DescribeCanariesResponse

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

§Properties

§
Canaries?: Canary[] | null
[src]

Returns an array. Each item in the array contains the full information about one canary.

§
NextToken?: string | null
[src]

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