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/codeartifact.ts?docs=full";

Details about a repository, including its Amazon Resource Name (ARN), description, and domain information. The ListRepositories operation returns a list of RepositorySummary objects.

interface RepositorySummary {
administratorAccount?: string | null;
arn?: string | null;
description?: string | null;
domainName?: string | null;
domainOwner?: string | null;
name?: string | null;
}

§Properties

§
administratorAccount?: string | null
[src]

The AWS account ID that manages the repository.

§
arn?: string | null
[src]

The ARN of the repository.

§
description?: string | null
[src]

The description of the repository.

§
domainName?: string | null
[src]

The name of the domain that contains the repository.

§
domainOwner?: string | null
[src]

The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.

§
name?: string | null
[src]

The name of the repository.