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/discovery.ts?docs=full";
interface UpdateApplicationRequest {
configurationId: string;
description?: string | null;
name?: string | null;
}

§Properties

§
configurationId: string
[src]

Configuration ID of the application to be updated.

§
description?: string | null
[src]

New description of the application to be updated.

§
name?: string | null
[src]

New name of the application to be updated.