DescribeNodeConfigurationOptionsMessage
import type { DescribeNodeConfigurationOptionsMessage } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/redshift.ts";interface DescribeNodeConfigurationOptionsMessage {
ActionType: ActionType;
ClusterIdentifier?: string | null;
Filters?: NodeConfigurationOptionsFilter[] | null;
Marker?: string | null;
MaxRecords?: number | null;
OwnerAccount?: string | null;
SnapshotIdentifier?: string | null;
}