libZSservicesZSamazonka-quicksightZSamazonka-quicksight
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.QuickSight.ListIngestions

Description

Lists the history of SPICE ingestions for a dataset.

This operation returns paginated results.

Synopsis

Creating a Request

data ListIngestions Source #

See: newListIngestions smart constructor.

Constructors

ListIngestions' 

Fields

Instances

Instances details
Eq ListIngestions Source # 
Instance details

Defined in Amazonka.QuickSight.ListIngestions

Read ListIngestions Source # 
Instance details

Defined in Amazonka.QuickSight.ListIngestions

Show ListIngestions Source # 
Instance details

Defined in Amazonka.QuickSight.ListIngestions

Generic ListIngestions Source # 
Instance details

Defined in Amazonka.QuickSight.ListIngestions

Associated Types

type Rep ListIngestions :: Type -> Type #

NFData ListIngestions Source # 
Instance details

Defined in Amazonka.QuickSight.ListIngestions

Methods

rnf :: ListIngestions -> () #

Hashable ListIngestions Source # 
Instance details

Defined in Amazonka.QuickSight.ListIngestions

AWSPager ListIngestions Source # 
Instance details

Defined in Amazonka.QuickSight.ListIngestions

AWSRequest ListIngestions Source # 
Instance details

Defined in Amazonka.QuickSight.ListIngestions

Associated Types

type AWSResponse ListIngestions #

ToHeaders ListIngestions Source # 
Instance details

Defined in Amazonka.QuickSight.ListIngestions

ToPath ListIngestions Source # 
Instance details

Defined in Amazonka.QuickSight.ListIngestions

ToQuery ListIngestions Source # 
Instance details

Defined in Amazonka.QuickSight.ListIngestions

type Rep ListIngestions Source # 
Instance details

Defined in Amazonka.QuickSight.ListIngestions

type Rep ListIngestions = D1 ('MetaData "ListIngestions" "Amazonka.QuickSight.ListIngestions" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "ListIngestions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListIngestions Source # 
Instance details

Defined in Amazonka.QuickSight.ListIngestions

newListIngestions Source #

Create a value of ListIngestions 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:ListIngestions', listIngestions_nextToken - The token for the next set of results, or null if there are no more results.

$sel:maxResults:ListIngestions', listIngestions_maxResults - The maximum number of results to be returned per request.

$sel:dataSetId:ListIngestions', listIngestions_dataSetId - The ID of the dataset used in the ingestion.

$sel:awsAccountId:ListIngestions', listIngestions_awsAccountId - The Amazon Web Services account ID.

Request Lenses

listIngestions_nextToken :: Lens' ListIngestions (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listIngestions_maxResults :: Lens' ListIngestions (Maybe Natural) Source #

The maximum number of results to be returned per request.

listIngestions_dataSetId :: Lens' ListIngestions Text Source #

The ID of the dataset used in the ingestion.

listIngestions_awsAccountId :: Lens' ListIngestions Text Source #

The Amazon Web Services account ID.

Destructuring the Response

data ListIngestionsResponse Source #

See: newListIngestionsResponse smart constructor.

Constructors

ListIngestionsResponse' 

Fields

Instances

Instances details
Eq ListIngestionsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListIngestions

Read ListIngestionsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListIngestions

Show ListIngestionsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListIngestions

Generic ListIngestionsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListIngestions

Associated Types

type Rep ListIngestionsResponse :: Type -> Type #

NFData ListIngestionsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListIngestions

Methods

rnf :: ListIngestionsResponse -> () #

type Rep ListIngestionsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListIngestions

type Rep ListIngestionsResponse = D1 ('MetaData "ListIngestionsResponse" "Amazonka.QuickSight.ListIngestions" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "ListIngestionsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "ingestions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Ingestion])) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListIngestionsResponse Source #

Create a value of ListIngestionsResponse 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:requestId:ListIngestionsResponse', listIngestionsResponse_requestId - The Amazon Web Services request ID for this operation.

$sel:nextToken:ListIngestions', listIngestionsResponse_nextToken - The token for the next set of results, or null if there are no more results.

$sel:ingestions:ListIngestionsResponse', listIngestionsResponse_ingestions - A list of the ingestions.

$sel:status:ListIngestionsResponse', listIngestionsResponse_status - The HTTP status of the request.

Response Lenses

listIngestionsResponse_requestId :: Lens' ListIngestionsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

listIngestionsResponse_nextToken :: Lens' ListIngestionsResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.