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

GetApplicationRequest

import type { GetApplicationRequest } from "https://aws-api.deno.dev/v0.4/services/serverlessapplicationrepository.ts?docs=full";
interface GetApplicationRequest {
ApplicationId: string;
SemanticVersion?: string | null;
}

§Properties

§
ApplicationId: string
[src]

The Amazon Resource Name (ARN) of the application.

§
SemanticVersion?: string | null
[src]

The semantic version of the application to get.