UNPKG

@aws-sdk/client-dynamodb

Version:

AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native

62 lines (61 loc) 3.15 kB
export * from "./DynamoDBClient"; export * from "./DynamoDB"; export * from "./commands/BatchExecuteStatementCommand"; export * from "./commands/BatchGetItemCommand"; export * from "./commands/BatchWriteItemCommand"; export * from "./commands/CreateBackupCommand"; export * from "./commands/CreateGlobalTableCommand"; export * from "./commands/CreateTableCommand"; export * from "./commands/DeleteBackupCommand"; export * from "./commands/DeleteItemCommand"; export * from "./commands/DeleteTableCommand"; export * from "./commands/DescribeBackupCommand"; export * from "./commands/DescribeContinuousBackupsCommand"; export * from "./commands/DescribeContributorInsightsCommand"; export * from "./commands/DescribeEndpointsCommand"; export * from "./commands/DescribeExportCommand"; export * from "./commands/DescribeGlobalTableCommand"; export * from "./commands/DescribeGlobalTableSettingsCommand"; export * from "./commands/DescribeKinesisStreamingDestinationCommand"; export * from "./commands/DescribeLimitsCommand"; export * from "./commands/DescribeTableCommand"; export * from "./waiters/waitForTableExists"; export * from "./waiters/waitForTableNotExists"; export * from "./commands/DescribeTableReplicaAutoScalingCommand"; export * from "./commands/DescribeTimeToLiveCommand"; export * from "./commands/DisableKinesisStreamingDestinationCommand"; export * from "./commands/EnableKinesisStreamingDestinationCommand"; export * from "./commands/ExecuteStatementCommand"; export * from "./commands/ExecuteTransactionCommand"; export * from "./commands/ExportTableToPointInTimeCommand"; export * from "./commands/GetItemCommand"; export * from "./commands/ListBackupsCommand"; export * from "./commands/ListContributorInsightsCommand"; export * from "./pagination/ListContributorInsightsPaginator"; export * from "./commands/ListExportsCommand"; export * from "./pagination/ListExportsPaginator"; export * from "./commands/ListGlobalTablesCommand"; export * from "./commands/ListTablesCommand"; export * from "./pagination/ListTablesPaginator"; export * from "./commands/ListTagsOfResourceCommand"; export * from "./commands/PutItemCommand"; export * from "./commands/QueryCommand"; export * from "./pagination/QueryPaginator"; export * from "./commands/RestoreTableFromBackupCommand"; export * from "./commands/RestoreTableToPointInTimeCommand"; export * from "./commands/ScanCommand"; export * from "./pagination/ScanPaginator"; export * from "./commands/TagResourceCommand"; export * from "./commands/TransactGetItemsCommand"; export * from "./commands/TransactWriteItemsCommand"; export * from "./commands/UntagResourceCommand"; export * from "./commands/UpdateContinuousBackupsCommand"; export * from "./commands/UpdateContributorInsightsCommand"; export * from "./commands/UpdateGlobalTableCommand"; export * from "./commands/UpdateGlobalTableSettingsCommand"; export * from "./commands/UpdateItemCommand"; export * from "./commands/UpdateTableCommand"; export * from "./commands/UpdateTableReplicaAutoScalingCommand"; export * from "./commands/UpdateTimeToLiveCommand"; export * from "./pagination/Interfaces"; export * from "./models/index";