DescribeEndpointAuthorizationMessage
import type { DescribeEndpointAuthorizationMessage } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/redshift.ts";interface DescribeEndpointAuthorizationMessage {
Account?: string | null;
ClusterIdentifier?: string | null;
Grantee?: boolean | null;
Marker?: string | null;
MaxRecords?: number | null;
}