TerminologyProperties
import type { TerminologyProperties } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/translate.ts";interface TerminologyProperties {
Arn?: string | null;
CreatedAt?: Date | number | null;
Description?: string | null;
EncryptionKey?: EncryptionKey | null;
LastUpdatedAt?: Date | number | null;
Name?: string | null;
SizeBytes?: number | null;
SourceLanguageCode?: string | null;
TargetLanguageCodes?: string[] | null;
TermCount?: number | null;
}§Properties
§
EncryptionKey?: EncryptionKey | null
[src]