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

DescribeCanariesRequest

import type { DescribeCanariesRequest } from "https://aws-api.deno.dev/v0.3/services/synthetics.ts?docs=full";
interface DescribeCanariesRequest {
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

Specify this parameter to limit how many canaries are returned each time you use the DescribeCanaries operation. If you omit this parameter, the default of 100 is used.

§
NextToken?: string | null
[src]

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