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.4/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. If the results of a DescribeRepositories request exceed maxResults, you can use this value to retrieve the next page of results. If there are no more results, this value is null.

§
registries: Registry[]
[src]

An object that contains the details for a public registry.