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-gyr5wj9zj0fg.deno.dev/v0.2/services/serverlessapplicationrepository.ts";
interface UpdateApplicationRequest {
ApplicationId: string;
Author?: string | null;
Description?: string | null;
HomePageUrl?: string | null;
Labels?: string[] | null;
ReadmeBody?: string | null;
ReadmeUrl?: string | null;
}

§Properties

§
ApplicationId: string
[src]
§
Author?: string | null
[src]
§
Description?: string | null
[src]
§
HomePageUrl?: string | null
[src]
§
Labels?: string[] | null
[src]
§
ReadmeBody?: string | null
[src]
§
ReadmeUrl?: string | null
[src]