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

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

§Properties

§
ApplicationId?: string | null
[src]
§
Author?: string | null
[src]
§
CreationTime?: string | null
[src]
§
Description?: string | null
[src]
§
HomePageUrl?: string | null
[src]
§
IsVerifiedAuthor?: boolean | null
[src]
§
Labels?: string[] | null
[src]
§
LicenseUrl?: string | null
[src]
§
Name?: string | null
[src]
§
ReadmeUrl?: string | null
[src]
§
SpdxLicenseId?: string | null
[src]
§
VerifiedAuthorUrl?: string | null
[src]
§
Version?: Version | null
[src]