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

InitiateLayerUploadRequest

import type { InitiateLayerUploadRequest } from "https://aws-api.deno.dev/v0.4/services/ecrpublic.ts?docs=full";
interface InitiateLayerUploadRequest {
registryId?: string | null;
repositoryName: string;
}

§Properties

§
registryId?: string | null
[src]

The Amazon Web Services account ID, or registry alias, that's associated with the registry to which you intend to upload layers. If you do not specify a registry, the default public registry is assumed.

§
repositoryName: string
[src]

The name of the repository that you want to upload layers to.