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.deno.dev/v0.4/services/serverlessapplicationrepository.ts?docs=full";
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]

The Amazon Resource Name (ARN) of the application.

§
Author?: string | null
[src]

The name of the author publishing the app.

Minimum length=1. Maximum length=127.

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

§
Description?: string | null
[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+\-_:\/@]+$";

§
ReadmeBody?: string | null
[src]

A text readme file in Markdown language that contains a more detailed description of the application and how it works.

Maximum size 5 MB

§
ReadmeUrl?: string | null
[src]

A link to the readme file in Markdown language that contains a more detailed description of the application and how it works.

Maximum size 5 MB