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

DescribeContributorInsightsInput

import type { DescribeContributorInsightsInput } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
interface DescribeContributorInsightsInput {
IndexName?: string | null;
TableName: string;
}

§Properties

§
IndexName?: string | null
[src]

The name of the global secondary index to describe, if applicable.

§
TableName: string
[src]

The name of the table to describe.