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

DescribeCommunicationsResponse

import type { DescribeCommunicationsResponse } from "https://aws-api.deno.dev/v0.4/services/support.ts?docs=full";

The communications returned by the "DescribeCommunications" operation.

interface DescribeCommunicationsResponse {
communications?: Communication[] | null;
nextToken?: string | null;
}

§Properties

§
communications?: Communication[] | null
[src]

The communications for the case.

§
nextToken?: string | null
[src]

A resumption point for pagination.