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

ApplicationDependencySummary

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

A nested application summary.

interface ApplicationDependencySummary {
ApplicationId: string;
SemanticVersion: string;
}

§Properties

§
ApplicationId: string
[src]

The Amazon Resource Name (ARN) of the nested application.

§
SemanticVersion: string
[src]

The semantic version of the nested application.