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

DescribeCommunicationsRequest

import type { DescribeCommunicationsRequest } from "https://aws-api.deno.dev/v0.4/services/support.ts?docs=full";
interface DescribeCommunicationsRequest {
afterTime?: string | null;
beforeTime?: string | null;
caseId: string;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
afterTime?: string | null
[src]

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

§
beforeTime?: string | null
[src]

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

§
caseId: string
[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

§
maxResults?: number | null
[src]

The maximum number of results to return before paginating.

§
nextToken?: string | null
[src]

A resumption point for pagination.