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

DescribeEndpointAuthorizationMessage

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

§Properties

§
Account?: string | null
[src]
§
ClusterIdentifier?: string | null
[src]
§
Grantee?: boolean | null
[src]
§
Marker?: string | null
[src]
§
MaxRecords?: number | null
[src]