@aws-sdk/client-managedblockchain-query 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 +20 -19
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1351,38 +1351,39 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1351
1351
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1352
1352
|
|
|
1353
1353
|
0 && (module.exports = {
|
|
1354
|
-
|
|
1354
|
+
ManagedBlockchainQueryServiceException,
|
|
1355
|
+
__Client,
|
|
1356
|
+
ManagedBlockchainQueryClient,
|
|
1357
|
+
ManagedBlockchainQuery,
|
|
1358
|
+
$Command,
|
|
1355
1359
|
BatchGetTokenBalanceCommand,
|
|
1356
|
-
ConfirmationStatus,
|
|
1357
|
-
ErrorType,
|
|
1358
|
-
ExecutionStatus,
|
|
1359
1360
|
GetAssetContractCommand,
|
|
1360
1361
|
GetTokenBalanceCommand,
|
|
1361
1362
|
GetTransactionCommand,
|
|
1362
|
-
InternalServerException,
|
|
1363
1363
|
ListAssetContractsCommand,
|
|
1364
1364
|
ListTokenBalancesCommand,
|
|
1365
1365
|
ListTransactionEventsCommand,
|
|
1366
1366
|
ListTransactionsCommand,
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1367
|
+
paginateListAssetContracts,
|
|
1368
|
+
paginateListTokenBalances,
|
|
1369
|
+
paginateListTransactionEvents,
|
|
1370
|
+
paginateListTransactions,
|
|
1371
|
+
AccessDeniedException,
|
|
1371
1372
|
QueryNetwork,
|
|
1372
1373
|
QueryTokenStandard,
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
ResourceNotFoundException,
|
|
1374
|
+
ErrorType,
|
|
1375
|
+
InternalServerException,
|
|
1376
1376
|
ResourceType,
|
|
1377
|
+
ResourceNotFoundException,
|
|
1377
1378
|
ServiceQuotaExceededException,
|
|
1378
|
-
SortOrder,
|
|
1379
1379
|
ThrottlingException,
|
|
1380
|
-
ValidationException,
|
|
1381
1380
|
ValidationExceptionReason,
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1381
|
+
ValidationException,
|
|
1382
|
+
ConfirmationStatus,
|
|
1383
|
+
ExecutionStatus,
|
|
1384
|
+
QueryTransactionStatus,
|
|
1385
|
+
QueryTransactionEventType,
|
|
1386
|
+
ListTransactionsSortBy,
|
|
1387
|
+
SortOrder
|
|
1387
1388
|
});
|
|
1388
1389
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-managedblockchain-query",
|
|
3
3
|
"description": "AWS SDK for JavaScript Managedblockchain Query 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-managedblockchain-query",
|
|
@@ -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",
|