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 completed exports within the past 90 days.
Synopsis
- data ListExports = ListExports' {}
- newListExports :: ListExports
- listExports_tableArn :: Lens' ListExports (Maybe Text)
- listExports_nextToken :: Lens' ListExports (Maybe Text)
- listExports_maxResults :: Lens' ListExports (Maybe Natural)
- 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.
ListExports' | |
|
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:tableArn:ListExports'
, listExports_tableArn
- The Amazon Resource Name (ARN) associated with the exported table.
$sel:nextToken: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.
$sel:maxResults:ListExports'
, listExports_maxResults
- Maximum number of results to return per page.
Request Lenses
listExports_tableArn :: Lens' ListExports (Maybe Text) Source #
The Amazon Resource Name (ARN) associated with the exported table.
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_maxResults :: Lens' ListExports (Maybe Natural) Source #
Maximum number of results to return per page.
Destructuring the Response
data ListExportsResponse Source #
See: newListExportsResponse
smart constructor.
ListExportsResponse' | |
|
Instances
newListExportsResponse Source #
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.
$sel:nextToken: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.