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

DescribeCasesResponse

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

Returns an array of CaseDetails objects and a nextToken that defines a point for pagination in the result set.

interface DescribeCasesResponse {
cases?: CaseDetails[] | null;
nextToken?: string | null;
}

§Properties

§
cases?: CaseDetails[] | null
[src]

The details for the cases that match the request.

§
nextToken?: string | null
[src]

A resumption point for pagination.