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

GetAttachmentResponse

import type { GetAttachmentResponse } from "https://aws-api.deno.dev/v0.3/services/connectparticipant.ts?docs=full";
interface GetAttachmentResponse {
Url?: string | null;
UrlExpiry?: string | null;
}

§Properties

§
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.