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

UploadMetadata

import type { UploadMetadata } from "https://aws-api.deno.dev/v0.3/services/connectparticipant.ts?docs=full";

Fields to be used while uploading the attachment.

interface UploadMetadata {
HeadersToInclude?: {
[key: string]: string | null | undefined;
}
| null;
Url?: string | null;
UrlExpiry?: string | null;
}

§Properties

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

The headers to be provided while uploading the file to the URL.

§
Url?: string | null
[src]

This is the pre-signed URL that can be used for uploading the file to Amazon S3 when used in response to StartAttachmentUpload.

§
UrlExpiry?: string | null
[src]

The expiration time of the URL in ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.