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

StartContentUploadResponse

import type { StartContentUploadResponse } from "https://aws-api.deno.dev/v0.3/services/wisdom.ts?docs=full";
interface StartContentUploadResponse {
headersToInclude: {
[key: string]: string | null | undefined;
}
;
uploadId: string;
url: string;
urlExpiry: Date | number;
}

§Properties

§
headersToInclude: {
[key: string]: string | null | undefined;
}
[src]

The headers to include in the upload.

§
uploadId: string
[src]

The identifier of the upload.

§
url: string
[src]

The URL of the upload.

§
urlExpiry: Date | number
[src]

The expiration time of the URL as an epoch timestamp.