Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ContributorInsightsSummary = ContributorInsightsSummary' {}
- newContributorInsightsSummary :: ContributorInsightsSummary
- contributorInsightsSummary_contributorInsightsStatus :: Lens' ContributorInsightsSummary (Maybe ContributorInsightsStatus)
- contributorInsightsSummary_tableName :: Lens' ContributorInsightsSummary (Maybe Text)
- contributorInsightsSummary_indexName :: Lens' ContributorInsightsSummary (Maybe Text)
Documentation
data ContributorInsightsSummary Source #
Represents a Contributor Insights summary entry.
See: newContributorInsightsSummary
smart constructor.
ContributorInsightsSummary' | |
|
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:tableName:ContributorInsightsSummary'
, contributorInsightsSummary_tableName
- Name of the table associated with the summary.
$sel:indexName:ContributorInsightsSummary'
, contributorInsightsSummary_indexName
- Name of the index associated with the summary, if any.
contributorInsightsSummary_contributorInsightsStatus :: Lens' ContributorInsightsSummary (Maybe ContributorInsightsStatus) Source #
Describes the current status for contributor insights for the given table and index, if applicable.
contributorInsightsSummary_tableName :: Lens' ContributorInsightsSummary (Maybe Text) Source #
Name of the table associated with the summary.
contributorInsightsSummary_indexName :: Lens' ContributorInsightsSummary (Maybe Text) Source #
Name of the index associated with the summary, if any.