CreateApplicationResponse
import type { CreateApplicationResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/serverlessapplicationrepository.ts";interface CreateApplicationResponse {
ApplicationId?: string | null;
Author?: string | null;
CreationTime?: string | null;
Description?: string | null;
HomePageUrl?: string | null;
IsVerifiedAuthor?: boolean | null;
Labels?: string[] | null;
LicenseUrl?: string | null;
Name?: string | null;
ReadmeUrl?: string | null;
SpdxLicenseId?: string | null;
VerifiedAuthorUrl?: string | null;
Version?: Version | null;
}