| 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.QuickSight.ListIngestions
Description
Lists the history of SPICE ingestions for a dataset.
This operation returns paginated results.
Synopsis
- data ListIngestions = ListIngestions' {
- maxResults :: Maybe Natural
- nextToken :: Maybe Text
- dataSetId :: Text
- awsAccountId :: Text
- newListIngestions :: Text -> Text -> ListIngestions
- listIngestions_maxResults :: Lens' ListIngestions (Maybe Natural)
- listIngestions_nextToken :: Lens' ListIngestions (Maybe Text)
- listIngestions_dataSetId :: Lens' ListIngestions Text
- listIngestions_awsAccountId :: Lens' ListIngestions Text
- data ListIngestionsResponse = ListIngestionsResponse' {}
- newListIngestionsResponse :: Int -> ListIngestionsResponse
- listIngestionsResponse_ingestions :: Lens' ListIngestionsResponse (Maybe [Ingestion])
- listIngestionsResponse_nextToken :: Lens' ListIngestionsResponse (Maybe Text)
- listIngestionsResponse_requestId :: Lens' ListIngestionsResponse (Maybe Text)
- listIngestionsResponse_status :: Lens' ListIngestionsResponse Int
Creating a Request
data ListIngestions Source #
See: newListIngestions smart constructor.
Constructors
| ListIngestions' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> ListIngestions |
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:maxResults:ListIngestions', listIngestions_maxResults - The maximum number of results to be returned per request.
ListIngestions, listIngestions_nextToken - The token for the next set of results, or null if there are no more
results.
ListIngestions, listIngestions_dataSetId - The ID of the dataset used in the ingestion.
ListIngestions, listIngestions_awsAccountId - The Amazon Web Services account ID.
Request Lenses
listIngestions_maxResults :: Lens' ListIngestions (Maybe Natural) Source #
The maximum number of results to be returned per request.
listIngestions_nextToken :: Lens' ListIngestions (Maybe Text) Source #
The token for the next set of results, or null if there are no more results.
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' | |
Instances
newListIngestionsResponse Source #
Arguments
| :: Int | |
| -> ListIngestionsResponse |
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:ingestions:ListIngestionsResponse', listIngestionsResponse_ingestions - A list of the ingestions.
ListIngestions, listIngestionsResponse_nextToken - The token for the next set of results, or null if there are no more
results.
$sel:requestId:ListIngestionsResponse', listIngestionsResponse_requestId - The Amazon Web Services request ID for this operation.
ListIngestionsResponse, listIngestionsResponse_status - The HTTP status of the request.
Response Lenses
listIngestionsResponse_ingestions :: Lens' ListIngestionsResponse (Maybe [Ingestion]) Source #
A list of the ingestions.
listIngestionsResponse_nextToken :: Lens' ListIngestionsResponse (Maybe Text) Source #
The token for the next set of results, or null if there are no more results.
listIngestionsResponse_requestId :: Lens' ListIngestionsResponse (Maybe Text) Source #
The Amazon Web Services request ID for this operation.
listIngestionsResponse_status :: Lens' ListIngestionsResponse Int Source #
The HTTP status of the request.