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

DescribeRuntimeVersionsRequest

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

§Properties

§
MaxResults?: number | null
[src]

Specify this parameter to limit how many runs are returned each time you use the DescribeRuntimeVersions 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 DescribeRuntimeVersions operation to retrieve the next set of results.