DescribeClusterParameterGroupsMessage
import type { DescribeClusterParameterGroupsMessage } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/redshift.ts";interface DescribeClusterParameterGroupsMessage {
Marker?: string | null;
MaxRecords?: number | null;
ParameterGroupName?: string | null;
TagKeys?: string[] | null;
TagValues?: string[] | null;
}