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

UpdateContributorInsightsOutput

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

§Properties

§
ContributorInsightsStatus?: ContributorInsightsStatus | null
[src]

The status of contributor insights

§
IndexName?: string | null
[src]

The name of the global secondary index, if applicable.

§
TableName?: string | null
[src]

The name of the table.