| 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.M2.ListDataSetImportHistory
Description
Lists the data set imports for the specified application.
This operation returns paginated results.
Synopsis
- data ListDataSetImportHistory = ListDataSetImportHistory' {}
- newListDataSetImportHistory :: Text -> ListDataSetImportHistory
- listDataSetImportHistory_maxResults :: Lens' ListDataSetImportHistory (Maybe Natural)
- listDataSetImportHistory_nextToken :: Lens' ListDataSetImportHistory (Maybe Text)
- listDataSetImportHistory_applicationId :: Lens' ListDataSetImportHistory Text
- data ListDataSetImportHistoryResponse = ListDataSetImportHistoryResponse' {}
- newListDataSetImportHistoryResponse :: Int -> ListDataSetImportHistoryResponse
- listDataSetImportHistoryResponse_nextToken :: Lens' ListDataSetImportHistoryResponse (Maybe Text)
- listDataSetImportHistoryResponse_httpStatus :: Lens' ListDataSetImportHistoryResponse Int
- listDataSetImportHistoryResponse_dataSetImportTasks :: Lens' ListDataSetImportHistoryResponse [DataSetImportTask]
Creating a Request
data ListDataSetImportHistory Source #
See: newListDataSetImportHistory smart constructor.
Constructors
| ListDataSetImportHistory' | |
Fields
| |
Instances
newListDataSetImportHistory Source #
Arguments
| :: Text | |
| -> ListDataSetImportHistory |
Create a value of ListDataSetImportHistory 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:ListDataSetImportHistory', listDataSetImportHistory_maxResults - The maximum number of objects to return.
ListDataSetImportHistory, listDataSetImportHistory_nextToken - A pagination token returned from a previous call to this operation. This
specifies the next item to return. To return to the beginning of the
list, exclude this parameter.
ListDataSetImportHistory, listDataSetImportHistory_applicationId - The unique identifier of the application.
Request Lenses
listDataSetImportHistory_maxResults :: Lens' ListDataSetImportHistory (Maybe Natural) Source #
The maximum number of objects to return.
listDataSetImportHistory_nextToken :: Lens' ListDataSetImportHistory (Maybe Text) Source #
A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
listDataSetImportHistory_applicationId :: Lens' ListDataSetImportHistory Text Source #
The unique identifier of the application.
Destructuring the Response
data ListDataSetImportHistoryResponse Source #
See: newListDataSetImportHistoryResponse smart constructor.
Constructors
| ListDataSetImportHistoryResponse' | |
Fields
| |
Instances
newListDataSetImportHistoryResponse Source #
Create a value of ListDataSetImportHistoryResponse 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:
ListDataSetImportHistory, listDataSetImportHistoryResponse_nextToken - If there are more items to return, this contains a token that is passed
to a subsequent call to this operation to retrieve the next set of
items.
$sel:httpStatus:ListDataSetImportHistoryResponse', listDataSetImportHistoryResponse_httpStatus - The response's http status code.
$sel:dataSetImportTasks:ListDataSetImportHistoryResponse', listDataSetImportHistoryResponse_dataSetImportTasks - The data set import tasks.
Response Lenses
listDataSetImportHistoryResponse_nextToken :: Lens' ListDataSetImportHistoryResponse (Maybe Text) Source #
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.
listDataSetImportHistoryResponse_httpStatus :: Lens' ListDataSetImportHistoryResponse Int Source #
The response's http status code.
listDataSetImportHistoryResponse_dataSetImportTasks :: Lens' ListDataSetImportHistoryResponse [DataSetImportTask] Source #
The data set import tasks.