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

PutObjectResponse

import type { PutObjectResponse } from "https://aws-api.deno.dev/v0.3/services/mediastoredata.ts?docs=full";
interface PutObjectResponse {
ContentSHA256?: string | null;
ETag?: string | null;
StorageClass?: StorageClass | null;
}

§Properties

§
ContentSHA256?: string | null
[src]

The SHA256 digest of the object that is persisted.

§
ETag?: string | null
[src]

Unique identifier of the object in the container.

§
StorageClass?: StorageClass | null
[src]

The storage class where the object was persisted. The class should be “Temporal”.