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 |
Lists the history of SPICE ingestions for a dataset.
This operation returns paginated results.
Synopsis
- data ListIngestions = ListIngestions' {
- nextToken :: Maybe Text
- maxResults :: Maybe Natural
- dataSetId :: Text
- awsAccountId :: Text
- newListIngestions :: Text -> Text -> ListIngestions
- listIngestions_nextToken :: Lens' ListIngestions (Maybe Text)
- listIngestions_maxResults :: Lens' ListIngestions (Maybe Natural)
- listIngestions_dataSetId :: Lens' ListIngestions Text
- listIngestions_awsAccountId :: Lens' ListIngestions Text
- data ListIngestionsResponse = ListIngestionsResponse' {}
- newListIngestionsResponse :: Int -> ListIngestionsResponse
- listIngestionsResponse_requestId :: Lens' ListIngestionsResponse (Maybe Text)
- listIngestionsResponse_nextToken :: Lens' ListIngestionsResponse (Maybe Text)
- listIngestionsResponse_ingestions :: Lens' ListIngestionsResponse (Maybe [Ingestion])
- listIngestionsResponse_status :: Lens' ListIngestionsResponse Int
Creating a Request
data ListIngestions Source #
See: newListIngestions
smart constructor.
ListIngestions' | |
|
Instances
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.
Instances
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.
listIngestionsResponse_ingestions :: Lens' ListIngestionsResponse (Maybe [Ingestion]) Source #
A list of the ingestions.
listIngestionsResponse_status :: Lens' ListIngestionsResponse Int Source #
The HTTP status of the request.