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

DescribeRuntimeVersionsResponse

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

§Properties

§
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.

§
RuntimeVersions?: RuntimeVersion[] | null
[src]

An array of objects that display the details about each Synthetics canary runtime version.