| 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.DynamoDB.ListExports
Description
Lists completed exports within the past 90 days.
Synopsis
- data ListExports = ListExports' {}
- newListExports :: ListExports
- listExports_maxResults :: Lens' ListExports (Maybe Natural)
- listExports_nextToken :: Lens' ListExports (Maybe Text)
- listExports_tableArn :: Lens' ListExports (Maybe Text)
- data ListExportsResponse = ListExportsResponse' {
- exportSummaries :: Maybe [ExportSummary]
- nextToken :: Maybe Text
- httpStatus :: Int
- newListExportsResponse :: Int -> ListExportsResponse
- listExportsResponse_exportSummaries :: Lens' ListExportsResponse (Maybe [ExportSummary])
- listExportsResponse_nextToken :: Lens' ListExportsResponse (Maybe Text)
- listExportsResponse_httpStatus :: Lens' ListExportsResponse Int
Creating a Request
data ListExports Source #
See: newListExports smart constructor.
Constructors
| ListExports' | |
Fields
| |
Instances
newListExports :: ListExports Source #
Create a value of ListExports 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:ListExports', listExports_maxResults - Maximum number of results to return per page.
ListExports, listExports_nextToken - An optional string that, if supplied, must be copied from the output of
a previous call to ListExports. When provided in this manner, the API
fetches the next page of results.
ListExports, listExports_tableArn - The Amazon Resource Name (ARN) associated with the exported table.
Request Lenses
listExports_maxResults :: Lens' ListExports (Maybe Natural) Source #
Maximum number of results to return per page.
listExports_nextToken :: Lens' ListExports (Maybe Text) Source #
An optional string that, if supplied, must be copied from the output of
a previous call to ListExports. When provided in this manner, the API
fetches the next page of results.
listExports_tableArn :: Lens' ListExports (Maybe Text) Source #
The Amazon Resource Name (ARN) associated with the exported table.
Destructuring the Response
data ListExportsResponse Source #
See: newListExportsResponse smart constructor.
Constructors
| ListExportsResponse' | |
Fields
| |
Instances
newListExportsResponse Source #
Arguments
| :: Int | |
| -> ListExportsResponse |
Create a value of ListExportsResponse 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:exportSummaries:ListExportsResponse', listExportsResponse_exportSummaries - A list of ExportSummary objects.
ListExports, listExportsResponse_nextToken - If this value is returned, there are additional results to be displayed.
To retrieve them, call ListExports again, with NextToken set to this
value.
$sel:httpStatus:ListExportsResponse', listExportsResponse_httpStatus - The response's http status code.
Response Lenses
listExportsResponse_exportSummaries :: Lens' ListExportsResponse (Maybe [ExportSummary]) Source #
A list of ExportSummary objects.
listExportsResponse_nextToken :: Lens' ListExportsResponse (Maybe Text) Source #
If this value is returned, there are additional results to be displayed.
To retrieve them, call ListExports again, with NextToken set to this
value.
listExportsResponse_httpStatus :: Lens' ListExportsResponse Int Source #
The response's http status code.