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

CreateApplicationRequest

import type { CreateApplicationRequest } from "https://aws-api.deno.dev/v0.4/services/discovery.ts?docs=full";
interface CreateApplicationRequest {
description?: string | null;
name: string;
}

§Properties

§
description?: string | null
[src]

Description of the application to be created.

§
name: string
[src]

Name of the application to be created.