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

DescribeCasesRequest

import type { DescribeCasesRequest } from "https://aws-api.deno.dev/v0.3/services/support.ts?docs=full";
interface DescribeCasesRequest {
afterTime?: string | null;
beforeTime?: string | null;
caseIdList?: string[] | null;
displayId?: string | null;
includeCommunications?: boolean | null;
includeResolvedCases?: boolean | null;
language?: string | null;
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.

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

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

§
displayId?: string | null
[src]

The ID displayed for a case in the Amazon Web Services Support Center user interface.

§
includeCommunications?: boolean | null
[src]

Specifies whether to include communications in the DescribeCases response. By default, communications are included.

§
includeResolvedCases?: boolean | null
[src]

Specifies whether to include resolved support cases in the DescribeCases response. By default, resolved cases aren't included.

§
language?: string | null
[src]

The ISO 639-1 code for the language in which Amazon Web Services provides support. Amazon Web Services Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.

§
maxResults?: number | null
[src]

The maximum number of results to return before paginating.

§
nextToken?: string | null
[src]

A resumption point for pagination.