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

ListRegistriesRequest

import type { ListRegistriesRequest } from "https://aws-api.deno.dev/v0.3/services/schemas.ts?docs=full";
interface ListRegistriesRequest {
Limit?: number | null;
NextToken?: string | null;
RegistryNamePrefix?: string | null;
Scope?: string | null;
}

§Properties

§
Limit?: number | null
[src]
§
NextToken?: string | null
[src]

The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

§
RegistryNamePrefix?: string | null
[src]

Specifying this limits the results to only those registry names that start with the specified prefix.

§
Scope?: string | null
[src]

Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.