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

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;
}

§Properties

§
Marker?: string | null
[src]
§
MaxRecords?: number | null
[src]
§
SnapshotCopyGrantName?: string | null
[src]
§
TagKeys?: string[] | null
[src]
§
TagValues?: string[] | null
[src]