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.4/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 language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports English ("en") and Japanese ("ja"). You must specify the ISO 639-1 code for the language parameter if you want support in that language.

§
maxResults?: number | null
[src]

The maximum number of results to return before paginating.

§
nextToken?: string | null
[src]

A resumption point for pagination.