@aws-sdk/client-glacier

InitiateMultipartUploadCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
location string | undefined

The relative URI path of the multipart upload ID Amazon S3 Glacier created.

uploadId string | undefined

The ID of the multipart upload. This value is also included as part of the location.

Full Signature

export interface InitiateMultipartUploadCommandOutput extends InitiateMultipartUploadOutput, MetadataBearer