@aws-sdk/client-redshift-data 3.496.0 → 3.501.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +16 -15
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1288,35 +1288,36 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1288
1288
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1289
1289
|
|
|
1290
1290
|
0 && (module.exports = {
|
|
1291
|
-
|
|
1291
|
+
RedshiftDataServiceException,
|
|
1292
|
+
__Client,
|
|
1293
|
+
RedshiftDataClient,
|
|
1294
|
+
RedshiftData,
|
|
1295
|
+
$Command,
|
|
1292
1296
|
BatchExecuteStatementCommand,
|
|
1293
|
-
BatchExecuteStatementException,
|
|
1294
1297
|
CancelStatementCommand,
|
|
1295
|
-
DatabaseConnectionException,
|
|
1296
1298
|
DescribeStatementCommand,
|
|
1297
1299
|
DescribeTableCommand,
|
|
1298
1300
|
ExecuteStatementCommand,
|
|
1299
|
-
ExecuteStatementException,
|
|
1300
|
-
Field,
|
|
1301
1301
|
GetStatementResultCommand,
|
|
1302
|
-
InternalServerException,
|
|
1303
1302
|
ListDatabasesCommand,
|
|
1304
1303
|
ListSchemasCommand,
|
|
1305
1304
|
ListStatementsCommand,
|
|
1306
1305
|
ListTablesCommand,
|
|
1307
|
-
RedshiftData,
|
|
1308
|
-
RedshiftDataClient,
|
|
1309
|
-
RedshiftDataServiceException,
|
|
1310
|
-
ResourceNotFoundException,
|
|
1311
|
-
StatementStatusString,
|
|
1312
|
-
StatusString,
|
|
1313
|
-
ValidationException,
|
|
1314
|
-
__Client,
|
|
1315
1306
|
paginateDescribeTable,
|
|
1316
1307
|
paginateGetStatementResult,
|
|
1317
1308
|
paginateListDatabases,
|
|
1318
1309
|
paginateListSchemas,
|
|
1319
1310
|
paginateListStatements,
|
|
1320
|
-
paginateListTables
|
|
1311
|
+
paginateListTables,
|
|
1312
|
+
ActiveStatementsExceededException,
|
|
1313
|
+
BatchExecuteStatementException,
|
|
1314
|
+
ValidationException,
|
|
1315
|
+
DatabaseConnectionException,
|
|
1316
|
+
InternalServerException,
|
|
1317
|
+
ResourceNotFoundException,
|
|
1318
|
+
StatusString,
|
|
1319
|
+
StatementStatusString,
|
|
1320
|
+
ExecuteStatementException,
|
|
1321
|
+
Field
|
|
1321
1322
|
});
|
|
1322
1323
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift-data",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift Data Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.501.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-redshift-data",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|