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.ListContributorInsights

Description

Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.

Synopsis

Creating a Request

data ListContributorInsights Source #

See: newListContributorInsights smart constructor.

Constructors

ListContributorInsights' 

Fields

Instances

Instances details
Eq ListContributorInsights Source # 
Instance details

Defined in Amazonka.DynamoDB.ListContributorInsights

Read ListContributorInsights Source # 
Instance details

Defined in Amazonka.DynamoDB.ListContributorInsights

Show ListContributorInsights Source # 
Instance details

Defined in Amazonka.DynamoDB.ListContributorInsights

Generic ListContributorInsights Source # 
Instance details

Defined in Amazonka.DynamoDB.ListContributorInsights

Associated Types

type Rep ListContributorInsights :: Type -> Type #

NFData ListContributorInsights Source # 
Instance details

Defined in Amazonka.DynamoDB.ListContributorInsights

Methods

rnf :: ListContributorInsights -> () #

Hashable ListContributorInsights Source # 
Instance details

Defined in Amazonka.DynamoDB.ListContributorInsights

ToJSON ListContributorInsights Source # 
Instance details

Defined in Amazonka.DynamoDB.ListContributorInsights

AWSRequest ListContributorInsights Source # 
Instance details

Defined in Amazonka.DynamoDB.ListContributorInsights

ToHeaders ListContributorInsights Source # 
Instance details

Defined in Amazonka.DynamoDB.ListContributorInsights

ToPath ListContributorInsights Source # 
Instance details

Defined in Amazonka.DynamoDB.ListContributorInsights

ToQuery ListContributorInsights Source # 
Instance details

Defined in Amazonka.DynamoDB.ListContributorInsights

type Rep ListContributorInsights Source # 
Instance details

Defined in Amazonka.DynamoDB.ListContributorInsights

type Rep ListContributorInsights = D1 ('MetaData "ListContributorInsights" "Amazonka.DynamoDB.ListContributorInsights" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "ListContributorInsights'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "tableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
type AWSResponse ListContributorInsights Source # 
Instance details

Defined in Amazonka.DynamoDB.ListContributorInsights

newListContributorInsights :: ListContributorInsights Source #

Create a value of ListContributorInsights 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:nextToken:ListContributorInsights', listContributorInsights_nextToken - A token to for the desired page, if there is one.

$sel:maxResults:ListContributorInsights', listContributorInsights_maxResults - Maximum number of results to return per page.

$sel:tableName:ListContributorInsights', listContributorInsights_tableName - The name of the table.

Request Lenses

listContributorInsights_nextToken :: Lens' ListContributorInsights (Maybe Text) Source #

A token to for the desired page, if there is one.

listContributorInsights_maxResults :: Lens' ListContributorInsights (Maybe Int) Source #

Maximum number of results to return per page.

Destructuring the Response

data ListContributorInsightsResponse Source #

See: newListContributorInsightsResponse smart constructor.

Constructors

ListContributorInsightsResponse' 

Fields

Instances

Instances details
Eq ListContributorInsightsResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.ListContributorInsights

Read ListContributorInsightsResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.ListContributorInsights

Show ListContributorInsightsResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.ListContributorInsights

Generic ListContributorInsightsResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.ListContributorInsights

Associated Types

type Rep ListContributorInsightsResponse :: Type -> Type #

NFData ListContributorInsightsResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.ListContributorInsights

type Rep ListContributorInsightsResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.ListContributorInsights

type Rep ListContributorInsightsResponse = D1 ('MetaData "ListContributorInsightsResponse" "Amazonka.DynamoDB.ListContributorInsights" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "ListContributorInsightsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contributorInsightsSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ContributorInsightsSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListContributorInsightsResponse Source #

Create a value of ListContributorInsightsResponse 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:contributorInsightsSummaries:ListContributorInsightsResponse', listContributorInsightsResponse_contributorInsightsSummaries - A list of ContributorInsightsSummary.

$sel:nextToken:ListContributorInsights', listContributorInsightsResponse_nextToken - A token to go to the next page if there is one.

$sel:httpStatus:ListContributorInsightsResponse', listContributorInsightsResponse_httpStatus - The response's http status code.

Response Lenses