| 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.ListImports
Description
Lists completed imports within the past 90 days.
Synopsis
- data ListImports = ListImports' {}
- newListImports :: ListImports
- listImports_nextToken :: Lens' ListImports (Maybe Text)
- listImports_pageSize :: Lens' ListImports (Maybe Natural)
- listImports_tableArn :: Lens' ListImports (Maybe Text)
- data ListImportsResponse = ListImportsResponse' {}
- newListImportsResponse :: Int -> ListImportsResponse
- listImportsResponse_importSummaryList :: Lens' ListImportsResponse (Maybe [ImportSummary])
- listImportsResponse_nextToken :: Lens' ListImportsResponse (Maybe Text)
- listImportsResponse_httpStatus :: Lens' ListImportsResponse Int
Creating a Request
data ListImports Source #
See: newListImports smart constructor.
Constructors
| ListImports' | |
Fields
| |
Instances
newListImports :: ListImports Source #
Create a value of ListImports 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:
ListImports, listImports_nextToken - An optional string that, if supplied, must be copied from the output of
a previous call to ListImports. When provided in this manner, the API
fetches the next page of results.
$sel:pageSize:ListImports', listImports_pageSize - The number of ImportSummary objects returned in a single page.
ListImports, listImports_tableArn - The Amazon Resource Name (ARN) associated with the table that was
imported to.
Request Lenses
listImports_nextToken :: Lens' ListImports (Maybe Text) Source #
An optional string that, if supplied, must be copied from the output of
a previous call to ListImports. When provided in this manner, the API
fetches the next page of results.
listImports_pageSize :: Lens' ListImports (Maybe Natural) Source #
The number of ImportSummary objects returned in a single page.
listImports_tableArn :: Lens' ListImports (Maybe Text) Source #
The Amazon Resource Name (ARN) associated with the table that was imported to.
Destructuring the Response
data ListImportsResponse Source #
See: newListImportsResponse smart constructor.
Constructors
| ListImportsResponse' | |
Fields
| |
Instances
newListImportsResponse Source #
Arguments
| :: Int | |
| -> ListImportsResponse |
Create a value of ListImportsResponse 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:importSummaryList:ListImportsResponse', listImportsResponse_importSummaryList - A list of ImportSummary objects.
ListImports, listImportsResponse_nextToken - If this value is returned, there are additional results to be displayed.
To retrieve them, call ListImports again, with NextToken set to this
value.
$sel:httpStatus:ListImportsResponse', listImportsResponse_httpStatus - The response's http status code.
Response Lenses
listImportsResponse_importSummaryList :: Lens' ListImportsResponse (Maybe [ImportSummary]) Source #
A list of ImportSummary objects.
listImportsResponse_nextToken :: Lens' ListImportsResponse (Maybe Text) Source #
If this value is returned, there are additional results to be displayed.
To retrieve them, call ListImports again, with NextToken set to this
value.
listImportsResponse_httpStatus :: Lens' ListImportsResponse Int Source #
The response's http status code.