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

GetAuthorizationTokenRequest

import type { GetAuthorizationTokenRequest } from "https://aws-api.deno.dev/v0.3/services/ecr.ts?docs=full";
interface GetAuthorizationTokenRequest {
registryIds?: string[] | null;
}

§Properties

§
registryIds?: string[] | null
[src]

A list of Amazon Web Services account IDs that are associated with the registries for which to get AuthorizationData objects. If you do not specify a registry, the default registry is assumed.