list_exports
(**kwargs)¶Lists completed exports within the past 90 days.
See also: AWS API Documentation
Request Syntax
response = client.list_exports(
TableArn='string',
MaxResults=123,
NextToken='string'
)
ListExports
. When provided in this manner, the API fetches the next page of results.dict
Response Syntax
{
'ExportSummaries': [
{
'ExportArn': 'string',
'ExportStatus': 'IN_PROGRESS'|'COMPLETED'|'FAILED'
},
],
'NextToken': 'string'
}
Response Structure
(dict) --
ExportSummaries (list) --
A list of ExportSummary
objects.
(dict) --
Summary information about an export task.
ExportArn (string) --
The Amazon Resource Name (ARN) of the export.
ExportStatus (string) --
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
NextToken (string) --
If this value is returned, there are additional results to be displayed. To retrieve them, call ListExports
again, with NextToken
set to this value.
Exceptions
DynamoDB.Client.exceptions.LimitExceededException
DynamoDB.Client.exceptions.InternalServerError