Model
import type { Model } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/frauddetector.ts";interface Model {
arn?: string | null;
createdTime?: string | null;
description?: string | null;
eventTypeName?: string | null;
lastUpdatedTime?: string | null;
modelId?: string | null;
modelType?: ModelTypeEnum | null;
}