@aws-sdk/client-bcm-data-exports 3.496.0 → 3.499.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 +19 -18
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1292,38 +1292,39 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1292
1292
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1293
1293
|
|
|
1294
1294
|
0 && (module.exports = {
|
|
1295
|
-
BCMDataExports,
|
|
1296
|
-
BCMDataExportsClient,
|
|
1297
1295
|
BCMDataExportsServiceException,
|
|
1298
|
-
|
|
1296
|
+
__Client,
|
|
1297
|
+
BCMDataExportsClient,
|
|
1298
|
+
BCMDataExports,
|
|
1299
|
+
$Command,
|
|
1299
1300
|
CreateExportCommand,
|
|
1300
1301
|
DeleteExportCommand,
|
|
1301
|
-
ExecutionStatusCode,
|
|
1302
|
-
ExecutionStatusReason,
|
|
1303
|
-
ExportStatusCode,
|
|
1304
|
-
FormatOption,
|
|
1305
|
-
FrequencyOption,
|
|
1306
1302
|
GetExecutionCommand,
|
|
1307
1303
|
GetExportCommand,
|
|
1308
1304
|
GetTableCommand,
|
|
1309
|
-
InternalServerException,
|
|
1310
1305
|
ListExecutionsCommand,
|
|
1311
1306
|
ListExportsCommand,
|
|
1312
1307
|
ListTablesCommand,
|
|
1313
1308
|
ListTagsForResourceCommand,
|
|
1314
|
-
OverwriteOption,
|
|
1315
|
-
ResourceNotFoundException,
|
|
1316
|
-
S3OutputType,
|
|
1317
|
-
ServiceQuotaExceededException,
|
|
1318
1309
|
TagResourceCommand,
|
|
1319
|
-
ThrottlingException,
|
|
1320
1310
|
UntagResourceCommand,
|
|
1321
1311
|
UpdateExportCommand,
|
|
1322
|
-
ValidationException,
|
|
1323
|
-
ValidationExceptionReason,
|
|
1324
|
-
__Client,
|
|
1325
1312
|
paginateListExecutions,
|
|
1326
1313
|
paginateListExports,
|
|
1327
|
-
paginateListTables
|
|
1314
|
+
paginateListTables,
|
|
1315
|
+
CompressionOption,
|
|
1316
|
+
FormatOption,
|
|
1317
|
+
S3OutputType,
|
|
1318
|
+
OverwriteOption,
|
|
1319
|
+
FrequencyOption,
|
|
1320
|
+
InternalServerException,
|
|
1321
|
+
ServiceQuotaExceededException,
|
|
1322
|
+
ThrottlingException,
|
|
1323
|
+
ValidationExceptionReason,
|
|
1324
|
+
ValidationException,
|
|
1325
|
+
ResourceNotFoundException,
|
|
1326
|
+
ExecutionStatusCode,
|
|
1327
|
+
ExecutionStatusReason,
|
|
1328
|
+
ExportStatusCode
|
|
1328
1329
|
});
|
|
1329
1330
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bcm-data-exports",
|
|
3
3
|
"description": "AWS SDK for JavaScript Bcm Data Exports Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.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-bcm-data-exports",
|
|
@@ -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.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.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",
|