libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DynamoDB.Types.ContributorInsightsSummary

Description

 
Synopsis

Documentation

data ContributorInsightsSummary Source #

Represents a Contributor Insights summary entry.

See: newContributorInsightsSummary smart constructor.

Constructors

ContributorInsightsSummary' 

Fields

Instances

Instances details
Eq ContributorInsightsSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ContributorInsightsSummary

Read ContributorInsightsSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ContributorInsightsSummary

Show ContributorInsightsSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ContributorInsightsSummary

Generic ContributorInsightsSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ContributorInsightsSummary

Associated Types

type Rep ContributorInsightsSummary :: Type -> Type #

NFData ContributorInsightsSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ContributorInsightsSummary

Hashable ContributorInsightsSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ContributorInsightsSummary

FromJSON ContributorInsightsSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ContributorInsightsSummary

type Rep ContributorInsightsSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ContributorInsightsSummary

type Rep ContributorInsightsSummary = D1 ('MetaData "ContributorInsightsSummary" "Amazonka.DynamoDB.Types.ContributorInsightsSummary" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "ContributorInsightsSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contributorInsightsStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContributorInsightsStatus)) :*: (S1 ('MetaSel ('Just "tableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "indexName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.