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

UpdateCaseRequest

import type { UpdateCaseRequest } from "https://aws-api.deno.dev/v0.4/services/connectcases.ts?docs=full";
interface UpdateCaseRequest {
caseId: string;
domainId: string;
fields: FieldValue[];
}

§Properties

§
caseId: string
[src]

A unique identifier of the case.

§
domainId: string
[src]

The unique identifier of the Cases domain.

§
fields: FieldValue[]
[src]

An array of objects with fieldId (matching ListFields/DescribeField) and value union data, structured identical to CreateCase.