| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DynamoDB.Types.ContributorInsightsSummary
Description
Synopsis
- data ContributorInsightsSummary = ContributorInsightsSummary' {}
- newContributorInsightsSummary :: ContributorInsightsSummary
- contributorInsightsSummary_contributorInsightsStatus :: Lens' ContributorInsightsSummary (Maybe ContributorInsightsStatus)
- contributorInsightsSummary_indexName :: Lens' ContributorInsightsSummary (Maybe Text)
- contributorInsightsSummary_tableName :: Lens' ContributorInsightsSummary (Maybe Text)
Documentation
data ContributorInsightsSummary Source #
Represents a Contributor Insights summary entry.
See: newContributorInsightsSummary smart constructor.
Constructors
| ContributorInsightsSummary' | |
Fields
| |
Instances
newContributorInsightsSummary :: ContributorInsightsSummary Source #
Create a value of ContributorInsightsSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:contributorInsightsStatus:ContributorInsightsSummary', contributorInsightsSummary_contributorInsightsStatus - Describes the current status for contributor insights for the given
table and index, if applicable.
$sel:indexName:ContributorInsightsSummary', contributorInsightsSummary_indexName - Name of the index associated with the summary, if any.
$sel:tableName:ContributorInsightsSummary', contributorInsightsSummary_tableName - Name of the table associated with the summary.
contributorInsightsSummary_contributorInsightsStatus :: Lens' ContributorInsightsSummary (Maybe ContributorInsightsStatus) Source #
Describes the current status for contributor insights for the given table and index, if applicable.
contributorInsightsSummary_indexName :: Lens' ContributorInsightsSummary (Maybe Text) Source #
Name of the index associated with the summary, if any.
contributorInsightsSummary_tableName :: Lens' ContributorInsightsSummary (Maybe Text) Source #
Name of the table associated with the summary.