@aws-sdk/client-ecr

InitiateLayerUploadCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
partSize number | undefined

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

uploadId string | undefined

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

Full Signature

export interface InitiateLayerUploadCommandOutput extends InitiateLayerUploadResponse, MetadataBearer