@aws-sdk/client-dynamodb
Version:
AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native
65 lines • 4.88 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./DynamoDBClient"), exports);
tslib_1.__exportStar(require("./DynamoDB"), exports);
tslib_1.__exportStar(require("./commands/BatchExecuteStatementCommand"), exports);
tslib_1.__exportStar(require("./commands/BatchGetItemCommand"), exports);
tslib_1.__exportStar(require("./commands/BatchWriteItemCommand"), exports);
tslib_1.__exportStar(require("./commands/CreateBackupCommand"), exports);
tslib_1.__exportStar(require("./commands/CreateGlobalTableCommand"), exports);
tslib_1.__exportStar(require("./commands/CreateTableCommand"), exports);
tslib_1.__exportStar(require("./commands/DeleteBackupCommand"), exports);
tslib_1.__exportStar(require("./commands/DeleteItemCommand"), exports);
tslib_1.__exportStar(require("./commands/DeleteTableCommand"), exports);
tslib_1.__exportStar(require("./commands/DescribeBackupCommand"), exports);
tslib_1.__exportStar(require("./commands/DescribeContinuousBackupsCommand"), exports);
tslib_1.__exportStar(require("./commands/DescribeContributorInsightsCommand"), exports);
tslib_1.__exportStar(require("./commands/DescribeEndpointsCommand"), exports);
tslib_1.__exportStar(require("./commands/DescribeExportCommand"), exports);
tslib_1.__exportStar(require("./commands/DescribeGlobalTableCommand"), exports);
tslib_1.__exportStar(require("./commands/DescribeGlobalTableSettingsCommand"), exports);
tslib_1.__exportStar(require("./commands/DescribeKinesisStreamingDestinationCommand"), exports);
tslib_1.__exportStar(require("./commands/DescribeLimitsCommand"), exports);
tslib_1.__exportStar(require("./commands/DescribeTableCommand"), exports);
tslib_1.__exportStar(require("./waiters/waitForTableExists"), exports);
tslib_1.__exportStar(require("./waiters/waitForTableNotExists"), exports);
tslib_1.__exportStar(require("./commands/DescribeTableReplicaAutoScalingCommand"), exports);
tslib_1.__exportStar(require("./commands/DescribeTimeToLiveCommand"), exports);
tslib_1.__exportStar(require("./commands/DisableKinesisStreamingDestinationCommand"), exports);
tslib_1.__exportStar(require("./commands/EnableKinesisStreamingDestinationCommand"), exports);
tslib_1.__exportStar(require("./commands/ExecuteStatementCommand"), exports);
tslib_1.__exportStar(require("./commands/ExecuteTransactionCommand"), exports);
tslib_1.__exportStar(require("./commands/ExportTableToPointInTimeCommand"), exports);
tslib_1.__exportStar(require("./commands/GetItemCommand"), exports);
tslib_1.__exportStar(require("./commands/ListBackupsCommand"), exports);
tslib_1.__exportStar(require("./commands/ListContributorInsightsCommand"), exports);
tslib_1.__exportStar(require("./pagination/ListContributorInsightsPaginator"), exports);
tslib_1.__exportStar(require("./commands/ListExportsCommand"), exports);
tslib_1.__exportStar(require("./pagination/ListExportsPaginator"), exports);
tslib_1.__exportStar(require("./commands/ListGlobalTablesCommand"), exports);
tslib_1.__exportStar(require("./commands/ListTablesCommand"), exports);
tslib_1.__exportStar(require("./pagination/ListTablesPaginator"), exports);
tslib_1.__exportStar(require("./commands/ListTagsOfResourceCommand"), exports);
tslib_1.__exportStar(require("./commands/PutItemCommand"), exports);
tslib_1.__exportStar(require("./commands/QueryCommand"), exports);
tslib_1.__exportStar(require("./pagination/QueryPaginator"), exports);
tslib_1.__exportStar(require("./commands/RestoreTableFromBackupCommand"), exports);
tslib_1.__exportStar(require("./commands/RestoreTableToPointInTimeCommand"), exports);
tslib_1.__exportStar(require("./commands/ScanCommand"), exports);
tslib_1.__exportStar(require("./pagination/ScanPaginator"), exports);
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
tslib_1.__exportStar(require("./commands/TransactGetItemsCommand"), exports);
tslib_1.__exportStar(require("./commands/TransactWriteItemsCommand"), exports);
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
tslib_1.__exportStar(require("./commands/UpdateContinuousBackupsCommand"), exports);
tslib_1.__exportStar(require("./commands/UpdateContributorInsightsCommand"), exports);
tslib_1.__exportStar(require("./commands/UpdateGlobalTableCommand"), exports);
tslib_1.__exportStar(require("./commands/UpdateGlobalTableSettingsCommand"), exports);
tslib_1.__exportStar(require("./commands/UpdateItemCommand"), exports);
tslib_1.__exportStar(require("./commands/UpdateTableCommand"), exports);
tslib_1.__exportStar(require("./commands/UpdateTableReplicaAutoScalingCommand"), exports);
tslib_1.__exportStar(require("./commands/UpdateTimeToLiveCommand"), exports);
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
tslib_1.__exportStar(require("./models/index"), exports);
//# sourceMappingURL=index.js.map