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

DescribeContributorInsightsOutput

import type { DescribeContributorInsightsOutput } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
interface DescribeContributorInsightsOutput {
ContributorInsightsRuleList?: string[] | null;
ContributorInsightsStatus?: ContributorInsightsStatus | null;
FailureException?: FailureException | null;
IndexName?: string | null;
LastUpdateDateTime?: Date | number | null;
TableName?: string | null;
}

§Properties

§
ContributorInsightsRuleList?: string[] | null
[src]

List of names of the associated contributor insights rules.

§
ContributorInsightsStatus?: ContributorInsightsStatus | null
[src]

Current status of contributor insights.

§
FailureException?: FailureException | null
[src]

Returns information about the last failure that was encountered.

The most common exceptions for a FAILED status are:

  • LimitExceededException - Per-account Amazon CloudWatch Contributor Insights rule limit reached. Please disable Contributor Insights for other tables/indexes OR disable Contributor Insights rules before retrying.
  • AccessDeniedException - Amazon CloudWatch Contributor Insights rules cannot be modified due to insufficient permissions.
  • AccessDeniedException - Failed to create service-linked role for Contributor Insights due to insufficient permissions.
  • InternalServerError - Failed to create Amazon CloudWatch Contributor Insights rules. Please retry request.
§
IndexName?: string | null
[src]

The name of the global secondary index being described.

§
LastUpdateDateTime?: Date | number | null
[src]

Timestamp of the last time the status was changed.

§
TableName?: string | null
[src]

The name of the table being described.