include/aws@services@dynamodb_UpdateContributorInsightsInput.hrl
-record(update_contributor_insights_input, {
contributor_insights_action :: aws@services@dynamodb:contributor_insights_action(),
contributor_insights_mode :: gleam@option:option(aws@services@dynamodb:contributor_insights_mode()),
index_name :: gleam@option:option(binary()),
table_name :: binary()
}).