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;
}