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

UpdatePartnerStatusInputMessage

import type { UpdatePartnerStatusInputMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface UpdatePartnerStatusInputMessage {
AccountId: string;
ClusterIdentifier: string;
DatabaseName: string;
PartnerName: string;
StatusMessage?: string | null;
}

§Properties

§
AccountId: string
[src]

The Amazon Web Services account ID that owns the cluster.

§
ClusterIdentifier: string
[src]

The cluster identifier of the cluster whose partner integration status is being updated.

§
DatabaseName: string
[src]

The name of the database whose partner integration status is being updated.

§
PartnerName: string
[src]

The name of the partner whose integration status is being updated.

§

The value of the updated status.

§
StatusMessage?: string | null
[src]

The status message provided by the partner.