@aws-sdk/client-managedblockchain-query 3.649.0 → 3.651.1
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 +9 -27
- package/dist-es/commands/BatchGetTokenBalanceCommand.js +1 -3
- package/dist-es/commands/GetAssetContractCommand.js +1 -3
- package/dist-es/commands/GetTokenBalanceCommand.js +1 -3
- package/dist-es/commands/GetTransactionCommand.js +1 -3
- package/dist-es/commands/ListAssetContractsCommand.js +1 -3
- package/dist-es/commands/ListFilteredTransactionEventsCommand.js +1 -3
- package/dist-es/commands/ListTokenBalancesCommand.js +1 -3
- package/dist-es/commands/ListTransactionEventsCommand.js +1 -3
- package/dist-es/commands/ListTransactionsCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -1039,9 +1039,7 @@ var _rAS = "retryAfterSeconds";
|
|
|
1039
1039
|
var _ra = "retry-after";
|
|
1040
1040
|
|
|
1041
1041
|
// src/commands/BatchGetTokenBalanceCommand.ts
|
|
1042
|
-
var _BatchGetTokenBalanceCommand = class _BatchGetTokenBalanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1043
|
-
...commonParams
|
|
1044
|
-
}).m(function(Command, cs, config, o) {
|
|
1042
|
+
var _BatchGetTokenBalanceCommand = class _BatchGetTokenBalanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1045
1043
|
return [
|
|
1046
1044
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1047
1045
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1055,9 +1053,7 @@ var BatchGetTokenBalanceCommand = _BatchGetTokenBalanceCommand;
|
|
|
1055
1053
|
|
|
1056
1054
|
|
|
1057
1055
|
|
|
1058
|
-
var _GetAssetContractCommand = class _GetAssetContractCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1059
|
-
...commonParams
|
|
1060
|
-
}).m(function(Command, cs, config, o) {
|
|
1056
|
+
var _GetAssetContractCommand = class _GetAssetContractCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1061
1057
|
return [
|
|
1062
1058
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1063
1059
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1071,9 +1067,7 @@ var GetAssetContractCommand = _GetAssetContractCommand;
|
|
|
1071
1067
|
|
|
1072
1068
|
|
|
1073
1069
|
|
|
1074
|
-
var _GetTokenBalanceCommand = class _GetTokenBalanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1075
|
-
...commonParams
|
|
1076
|
-
}).m(function(Command, cs, config, o) {
|
|
1070
|
+
var _GetTokenBalanceCommand = class _GetTokenBalanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1077
1071
|
return [
|
|
1078
1072
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1079
1073
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1087,9 +1081,7 @@ var GetTokenBalanceCommand = _GetTokenBalanceCommand;
|
|
|
1087
1081
|
|
|
1088
1082
|
|
|
1089
1083
|
|
|
1090
|
-
var _GetTransactionCommand = class _GetTransactionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1091
|
-
...commonParams
|
|
1092
|
-
}).m(function(Command, cs, config, o) {
|
|
1084
|
+
var _GetTransactionCommand = class _GetTransactionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1093
1085
|
return [
|
|
1094
1086
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1095
1087
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1103,9 +1095,7 @@ var GetTransactionCommand = _GetTransactionCommand;
|
|
|
1103
1095
|
|
|
1104
1096
|
|
|
1105
1097
|
|
|
1106
|
-
var _ListAssetContractsCommand = class _ListAssetContractsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1107
|
-
...commonParams
|
|
1108
|
-
}).m(function(Command, cs, config, o) {
|
|
1098
|
+
var _ListAssetContractsCommand = class _ListAssetContractsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1109
1099
|
return [
|
|
1110
1100
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1111
1101
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1119,9 +1109,7 @@ var ListAssetContractsCommand = _ListAssetContractsCommand;
|
|
|
1119
1109
|
|
|
1120
1110
|
|
|
1121
1111
|
|
|
1122
|
-
var _ListFilteredTransactionEventsCommand = class _ListFilteredTransactionEventsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1123
|
-
...commonParams
|
|
1124
|
-
}).m(function(Command, cs, config, o) {
|
|
1112
|
+
var _ListFilteredTransactionEventsCommand = class _ListFilteredTransactionEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1125
1113
|
return [
|
|
1126
1114
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1127
1115
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1135,9 +1123,7 @@ var ListFilteredTransactionEventsCommand = _ListFilteredTransactionEventsCommand
|
|
|
1135
1123
|
|
|
1136
1124
|
|
|
1137
1125
|
|
|
1138
|
-
var _ListTokenBalancesCommand = class _ListTokenBalancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1139
|
-
...commonParams
|
|
1140
|
-
}).m(function(Command, cs, config, o) {
|
|
1126
|
+
var _ListTokenBalancesCommand = class _ListTokenBalancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1141
1127
|
return [
|
|
1142
1128
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1143
1129
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1151,9 +1137,7 @@ var ListTokenBalancesCommand = _ListTokenBalancesCommand;
|
|
|
1151
1137
|
|
|
1152
1138
|
|
|
1153
1139
|
|
|
1154
|
-
var _ListTransactionEventsCommand = class _ListTransactionEventsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1155
|
-
...commonParams
|
|
1156
|
-
}).m(function(Command, cs, config, o) {
|
|
1140
|
+
var _ListTransactionEventsCommand = class _ListTransactionEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1157
1141
|
return [
|
|
1158
1142
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1159
1143
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1167,9 +1151,7 @@ var ListTransactionEventsCommand = _ListTransactionEventsCommand;
|
|
|
1167
1151
|
|
|
1168
1152
|
|
|
1169
1153
|
|
|
1170
|
-
var _ListTransactionsCommand = class _ListTransactionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1171
|
-
...commonParams
|
|
1172
|
-
}).m(function(Command, cs, config, o) {
|
|
1154
|
+
var _ListTransactionsCommand = class _ListTransactionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1173
1155
|
return [
|
|
1174
1156
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1175
1157
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_BatchGetTokenBalanceCommand, se_BatchGetTokenBalanceCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchGetTokenBalanceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetAssetContractCommand, se_GetAssetContractCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAssetContractCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetTokenBalanceCommand, se_GetTokenBalanceCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetTokenBalanceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetTransactionCommand, se_GetTransactionCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetTransactionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListAssetContractsCommand, se_ListAssetContractsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAssetContractsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListFilteredTransactionEventsCommand, se_ListFilteredTransactionEven
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFilteredTransactionEventsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTokenBalancesCommand, se_ListTokenBalancesCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTokenBalancesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTransactionEventsCommand, se_ListTransactionEventsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTransactionEventsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTransactionsCommand, se_ListTransactionsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTransactionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.651.1",
|
|
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,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|