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

PlatformProgrammingLanguage

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

A programming language supported by the platform.

interface PlatformProgrammingLanguage {
Name?: string | null;
Version?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of the programming language.

§
Version?: string | null
[src]

The version of the programming language.