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

InitiateLayerUploadResponse

import type { InitiateLayerUploadResponse } from "https://aws-api.deno.dev/v0.3/services/ecr.ts?docs=full";
interface InitiateLayerUploadResponse {
partSize?: number | null;
uploadId?: string | null;
}

§Properties

§
partSize?: number | null
[src]

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

§
uploadId?: string | null
[src]

The upload ID for the layer upload. This parameter is passed to further "UploadLayerPart" and "CompleteLayerUpload" operations.