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

AddCommunicationToCaseRequest

import type { AddCommunicationToCaseRequest } from "https://aws-api.deno.dev/v0.4/services/support.ts?docs=full";
interface AddCommunicationToCaseRequest {
attachmentSetId?: string | null;
caseId?: string | null;
ccEmailAddresses?: string[] | null;
communicationBody: string;
}

§Properties

§
attachmentSetId?: string | null
[src]

The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling "AddAttachmentsToSet"

§
caseId?: string | null
[src]

The support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

§
ccEmailAddresses?: string[] | null
[src]

The email addresses in the CC line of an email to be added to the support case.

§
communicationBody: string
[src]

The body of an email communication to add to the support case.