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