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

UploadLayerPartResponse

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

§Properties

§
lastByteReceived?: number | null
[src]

The integer value of the last byte that's received in the request.

§
registryId?: string | null
[src]

The registry ID that's associated with the request.

§
repositoryName?: string | null
[src]

The repository name that's associated with the request.

§
uploadId?: string | null
[src]

The upload ID that's associated with the request.