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

CreateAssistantAssociationRequest

import type { CreateAssistantAssociationRequest } from "https://aws-api.deno.dev/v0.3/services/wisdom.ts?docs=full";
interface CreateAssistantAssociationRequest {
assistantId: string;
associationType: AssociationType;
clientToken?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
assistantId: string
[src]

The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

§

The identifier of the associated resource.

§
associationType: AssociationType
[src]

The type of association.

§
clientToken?: string | null
[src]

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags used to organize, track, or control access for this resource.