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

RepositorySummary

import type { RepositorySummary } from "https://aws-api.deno.dev/v0.3/services/proton.ts?docs=full";

A summary of detail data for a registered repository.

interface RepositorySummary {
arn: string;
name: string;
}

§Properties

§
arn: string
[src]

The Amazon Resource Name (ARN) for a repository.

§
name: string
[src]

The repository name.

§

The repository provider.