Updates the status for contributor insights for a specific table or index.
dynamodb_update_contributor_insights(TableName, IndexName,
ContributorInsightsAction)
[required] The name of the table.
The global secondary index name, if applicable.
[required] Represents the contributor insights action.
A list with the following syntax:
list( TableName = "string", IndexName = "string", ContributorInsightsStatus = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|"FAILED" )
svc$update_contributor_insights( TableName = "string", IndexName = "string", ContributorInsightsAction = "ENABLE"|"DISABLE" )