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

DescribeRegistriesResponse

import type { DescribeRegistriesResponse } from "https://aws-api.deno.dev/v0.3/services/ecrpublic.ts?docs=full";
interface DescribeRegistriesResponse {
nextToken?: string | null;
registries: Registry[];
}

§Properties

§
nextToken?: string | null
[src]

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

§
registries: Registry[]
[src]

An object containing the details for a public registry.