PartnerIntegrationInfo
import type { PartnerIntegrationInfo } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/redshift.ts";interface PartnerIntegrationInfo {
CreatedAt?: Date | number | null;
DatabaseName?: string | null;
PartnerName?: string | null;
Status?: PartnerIntegrationStatus | null;
StatusMessage?: string | null;
UpdatedAt?: Date | number | null;
}