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

DescribePartnersInputMessage

import type { DescribePartnersInputMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface DescribePartnersInputMessage {
AccountId: string;
ClusterIdentifier: string;
DatabaseName?: string | null;
PartnerName?: 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 is being described.

§
DatabaseName?: string | null
[src]

The name of the database whose partner integration is being described. If database name is not specified, then all databases in the cluster are described.

§
PartnerName?: string | null
[src]

The name of the partner that is being described. If partner name is not specified, then all partner integrations are described.