ContinuousExportDescription
import type { ContinuousExportDescription } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/discovery.ts";interface ContinuousExportDescription {
dataSource?: DataSource | null;
exportId?: string | null;
s3Bucket?: string | null;
schemaStorageConfig?: {} | null;
[key: string]: string | null | undefined;
startTime?: Date | number | null;
status?: ContinuousExportStatus | null;
statusDetail?: string | null;
stopTime?: Date | number | null;
}