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

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;
}

§Properties

§
CreatedAt?: Date | number | null
[src]
§
DatabaseName?: string | null
[src]
§
PartnerName?: string | null
[src]
§
StatusMessage?: string | null
[src]
§
UpdatedAt?: Date | number | null
[src]