@aws-sdk/client-managedblockchain-query 3.590.0 → 3.596.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 +0 -9
- package/dist-types/commands/BatchGetTokenBalanceCommand.d.ts +2 -1
- package/dist-types/commands/GetAssetContractCommand.d.ts +2 -1
- package/dist-types/commands/GetTokenBalanceCommand.d.ts +2 -1
- package/dist-types/commands/GetTransactionCommand.d.ts +2 -1
- package/dist-types/commands/ListAssetContractsCommand.d.ts +2 -1
- package/dist-types/commands/ListFilteredTransactionEventsCommand.d.ts +2 -1
- package/dist-types/commands/ListTokenBalancesCommand.d.ts +2 -1
- package/dist-types/commands/ListTransactionEventsCommand.d.ts +2 -1
- package/dist-types/commands/ListTransactionsCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/ManagedBlockchainQueryServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchGetTokenBalanceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAssetContractCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTokenBalanceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTransactionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAssetContractsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListFilteredTransactionEventsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTokenBalancesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTransactionEventsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/ManagedBlockchainQueryServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -209,7 +209,6 @@ var ManagedBlockchainQueryClient = _ManagedBlockchainQueryClient;
|
|
|
209
209
|
|
|
210
210
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
211
211
|
|
|
212
|
-
var import_types = require("@smithy/types");
|
|
213
212
|
|
|
214
213
|
// src/protocols/Aws_restJson1.ts
|
|
215
214
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1062,7 +1061,6 @@ var BatchGetTokenBalanceCommand = _BatchGetTokenBalanceCommand;
|
|
|
1062
1061
|
|
|
1063
1062
|
|
|
1064
1063
|
|
|
1065
|
-
|
|
1066
1064
|
var _GetAssetContractCommand = class _GetAssetContractCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1067
1065
|
...commonParams
|
|
1068
1066
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1079,7 +1077,6 @@ var GetAssetContractCommand = _GetAssetContractCommand;
|
|
|
1079
1077
|
|
|
1080
1078
|
|
|
1081
1079
|
|
|
1082
|
-
|
|
1083
1080
|
var _GetTokenBalanceCommand = class _GetTokenBalanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1084
1081
|
...commonParams
|
|
1085
1082
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1096,7 +1093,6 @@ var GetTokenBalanceCommand = _GetTokenBalanceCommand;
|
|
|
1096
1093
|
|
|
1097
1094
|
|
|
1098
1095
|
|
|
1099
|
-
|
|
1100
1096
|
var _GetTransactionCommand = class _GetTransactionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1101
1097
|
...commonParams
|
|
1102
1098
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1113,7 +1109,6 @@ var GetTransactionCommand = _GetTransactionCommand;
|
|
|
1113
1109
|
|
|
1114
1110
|
|
|
1115
1111
|
|
|
1116
|
-
|
|
1117
1112
|
var _ListAssetContractsCommand = class _ListAssetContractsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1118
1113
|
...commonParams
|
|
1119
1114
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1130,7 +1125,6 @@ var ListAssetContractsCommand = _ListAssetContractsCommand;
|
|
|
1130
1125
|
|
|
1131
1126
|
|
|
1132
1127
|
|
|
1133
|
-
|
|
1134
1128
|
var _ListFilteredTransactionEventsCommand = class _ListFilteredTransactionEventsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1135
1129
|
...commonParams
|
|
1136
1130
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1147,7 +1141,6 @@ var ListFilteredTransactionEventsCommand = _ListFilteredTransactionEventsCommand
|
|
|
1147
1141
|
|
|
1148
1142
|
|
|
1149
1143
|
|
|
1150
|
-
|
|
1151
1144
|
var _ListTokenBalancesCommand = class _ListTokenBalancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1152
1145
|
...commonParams
|
|
1153
1146
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1164,7 +1157,6 @@ var ListTokenBalancesCommand = _ListTokenBalancesCommand;
|
|
|
1164
1157
|
|
|
1165
1158
|
|
|
1166
1159
|
|
|
1167
|
-
|
|
1168
1160
|
var _ListTransactionEventsCommand = class _ListTransactionEventsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1169
1161
|
...commonParams
|
|
1170
1162
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1181,7 +1173,6 @@ var ListTransactionEventsCommand = _ListTransactionEventsCommand;
|
|
|
1181
1173
|
|
|
1182
1174
|
|
|
1183
1175
|
|
|
1184
|
-
|
|
1185
1176
|
var _ListTransactionsCommand = class _ListTransactionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1186
1177
|
...commonParams
|
|
1187
1178
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
export * from "./ManagedBlockchainQueryClient";
|
|
13
13
|
export * from "./ManagedBlockchainQuery";
|
|
14
14
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
15
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
16
|
-
export { ManagedBlockchainQueryExtensionConfiguration } from "./extensionConfiguration";
|
|
15
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
16
|
+
export type { ManagedBlockchainQueryExtensionConfiguration } from "./extensionConfiguration";
|
|
17
17
|
export * from "./commands";
|
|
18
18
|
export * from "./pagination";
|
|
19
19
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BatchGetTokenBalanceInput,
|
|
10
10
|
BatchGetTokenBalanceOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchGetTokenBalanceCommandInput
|
|
14
15
|
extends BatchGetTokenBalanceInput {}
|
|
15
16
|
export interface BatchGetTokenBalanceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetAssetContractInput,
|
|
10
10
|
GetAssetContractOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetAssetContractCommandInput extends GetAssetContractInput {}
|
|
14
15
|
export interface GetAssetContractCommandOutput
|
|
15
16
|
extends GetAssetContractOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetTokenBalanceInput,
|
|
10
10
|
GetTokenBalanceOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetTokenBalanceCommandInput extends GetTokenBalanceInput {}
|
|
14
15
|
export interface GetTokenBalanceCommandOutput
|
|
15
16
|
extends GetTokenBalanceOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ManagedBlockchainQueryClient";
|
|
8
8
|
import { GetTransactionInput, GetTransactionOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetTransactionCommandInput extends GetTransactionInput {}
|
|
11
12
|
export interface GetTransactionCommandOutput
|
|
12
13
|
extends GetTransactionOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListAssetContractsInput,
|
|
10
10
|
ListAssetContractsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListAssetContractsCommandInput
|
|
14
15
|
extends ListAssetContractsInput {}
|
|
15
16
|
export interface ListAssetContractsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListFilteredTransactionEventsInput,
|
|
10
10
|
ListFilteredTransactionEventsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListFilteredTransactionEventsCommandInput
|
|
14
15
|
extends ListFilteredTransactionEventsInput {}
|
|
15
16
|
export interface ListFilteredTransactionEventsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTokenBalancesInput,
|
|
10
10
|
ListTokenBalancesOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTokenBalancesCommandInput extends ListTokenBalancesInput {}
|
|
14
15
|
export interface ListTokenBalancesCommandOutput
|
|
15
16
|
extends ListTokenBalancesOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTransactionEventsInput,
|
|
10
10
|
ListTransactionEventsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTransactionEventsCommandInput
|
|
14
15
|
extends ListTransactionEventsInput {}
|
|
15
16
|
export interface ListTransactionEventsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTransactionsInput,
|
|
10
10
|
ListTransactionsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTransactionsCommandInput extends ListTransactionsInput {}
|
|
14
15
|
export interface ListTransactionsCommandOutput
|
|
15
16
|
extends ListTransactionsOutput,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class ManagedBlockchainQueryServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.596.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,10 +20,10 @@
|
|
|
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-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.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|