ListExports
Source:
src/AWS/DynamoDB/ListExports.ts
Runtime binding for dynamodb:ListExports.
Bind this operation to a Table inside a function runtime to get a callable
that lists the bound table’s S3 exports, automatically injecting the table
ARN. Provide the ListExportsHttp layer on the Function to satisfy the
binding.
Exporting to S3
Section titled “Exporting to S3”const listExports = yield* AWS.DynamoDB.ListExports(table);
const response = yield* listExports();const exports = response.ExportSummaries;