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

UpdateApplicationRequest

import type { UpdateApplicationRequest } from "https://aws-api.deno.dev/v0.4/services/appconfig.ts?docs=full";
interface UpdateApplicationRequest {
ApplicationId: string;
Description?: string | null;
Name?: string | null;
}

§Properties

§
ApplicationId: string
[src]

The application ID.

§
Description?: string | null
[src]

A description of the application.

§
Name?: string | null
[src]

The name of the application.