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

ApplicationSummary

import type { ApplicationSummary } from "https://aws-api.deno.dev/v0.4/services/serverlessapplicationrepository.ts?docs=full";

Summary of details about the application.

interface ApplicationSummary {
ApplicationId: string;
Author: string;
CreationTime?: string | null;
Description: string;
HomePageUrl?: string | null;
Labels?: string[] | null;
Name: string;
SpdxLicenseId?: string | null;
}

§Properties

§
ApplicationId: string
[src]

The application Amazon Resource Name (ARN).

§
Author: string
[src]

The name of the author publishing the app.

Minimum length=1. Maximum length=127.

Pattern "^a-z0-9?$";

§
CreationTime?: string | null
[src]

The date and time this resource was created.

§
Description: string
[src]

The description of the application.

Minimum length=1. Maximum length=256

§
HomePageUrl?: string | null
[src]

A URL with more information about the application, for example the location of your GitHub repository for the application.

§
Labels?: string[] | null
[src]

Labels to improve discovery of apps in search results.

Minimum length=1. Maximum length=127. Maximum number of labels: 10

Pattern: "^[a-zA-Z0-9+\-_:\/@]+$";

§
Name: string
[src]

The name of the application.

Minimum length=1. Maximum length=140

Pattern: "[a-zA-Z0-9\-]+";

§
SpdxLicenseId?: string | null
[src]

A valid identifier from https://spdx.org/licenses/.