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

CreateCaseRequest

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

§Properties

§
clientToken?: string | null
[src]

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

§
domainId: string
[src]

The unique identifier of the Cases domain.

§
fields: FieldValue[]
[src]

An array of objects with field ID (matching ListFields/DescribeField) and value union data.

§
templateId: string
[src]

A unique identifier of a template.