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

RuntimeVersion

import type { RuntimeVersion } from "https://aws-api.deno.dev/v0.4/services/synthetics.ts?docs=full";

This structure contains information about one canary runtime version. For more information about runtime versions, see Canary Runtime Versions.

interface RuntimeVersion {
DeprecationDate?: Date | number | null;
Description?: string | null;
ReleaseDate?: Date | number | null;
VersionName?: string | null;
}

§Properties

§
DeprecationDate?: Date | number | null
[src]

If this runtime version is deprecated, this value is the date of deprecation.

§
Description?: string | null
[src]

A description of the runtime version, created by Amazon.

§
ReleaseDate?: Date | number | null
[src]

The date that the runtime version was released.

§
VersionName?: string | null
[src]

The name of the runtime version. For a list of valid runtime versions, see Canary Runtime Versions.