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

ResolveCaseResponse

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

The status of the case returned by the "ResolveCase" operation.

interface ResolveCaseResponse {
finalCaseStatus?: string | null;
initialCaseStatus?: string | null;
}

§Properties

§
finalCaseStatus?: string | null
[src]

The status of the case after the "ResolveCase" request was processed.

§
initialCaseStatus?: string | null
[src]

The status of the case when the "ResolveCase" request was sent.