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

UpdateContributorInsightsInput

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

§Properties

§
ContributorInsightsAction: ContributorInsightsAction
[src]

Represents the contributor insights action.

§
IndexName?: string | null
[src]

The global secondary index name, if applicable.

§
TableName: string
[src]

The name of the table.