@aws-sdk/client-managedblockchain-query 3.775.0 → 3.782.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-types/commands/BatchGetTokenBalanceCommand.d.ts +1 -0
- package/dist-types/commands/GetAssetContractCommand.d.ts +1 -0
- package/dist-types/commands/GetTokenBalanceCommand.d.ts +1 -0
- package/dist-types/commands/GetTransactionCommand.d.ts +1 -0
- package/dist-types/commands/ListAssetContractsCommand.d.ts +1 -0
- package/dist-types/commands/ListFilteredTransactionEventsCommand.d.ts +1 -0
- package/dist-types/commands/ListTokenBalancesCommand.d.ts +1 -0
- package/dist-types/commands/ListTransactionEventsCommand.d.ts +1 -0
- package/dist-types/commands/ListTransactionsCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -130,6 +130,7 @@ declare const BatchGetTokenBalanceCommand_base: {
|
|
|
130
130
|
* @throws {@link ManagedBlockchainQueryServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from ManagedBlockchainQuery service.</p>
|
|
132
132
|
*
|
|
133
|
+
*
|
|
133
134
|
* @public
|
|
134
135
|
*/
|
|
135
136
|
export declare class BatchGetTokenBalanceCommand extends BatchGetTokenBalanceCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const GetAssetContractCommand_base: {
|
|
|
100
100
|
* @throws {@link ManagedBlockchainQueryServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from ManagedBlockchainQuery service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class GetAssetContractCommand extends GetAssetContractCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const GetTokenBalanceCommand_base: {
|
|
|
103
103
|
* @throws {@link ManagedBlockchainQueryServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from ManagedBlockchainQuery service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class GetTokenBalanceCommand extends GetTokenBalanceCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const GetTransactionCommand_base: {
|
|
|
104
104
|
* @throws {@link ManagedBlockchainQueryServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from ManagedBlockchainQuery service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class GetTransactionCommand extends GetTransactionCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const ListAssetContractsCommand_base: {
|
|
|
91
91
|
* @throws {@link ManagedBlockchainQueryServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from ManagedBlockchainQuery service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class ListAssetContractsCommand extends ListAssetContractsCommand_base {
|
|
@@ -124,6 +124,7 @@ declare const ListFilteredTransactionEventsCommand_base: {
|
|
|
124
124
|
* @throws {@link ManagedBlockchainQueryServiceException}
|
|
125
125
|
* <p>Base exception class for all service exceptions from ManagedBlockchainQuery service.</p>
|
|
126
126
|
*
|
|
127
|
+
*
|
|
127
128
|
* @public
|
|
128
129
|
*/
|
|
129
130
|
export declare class ListFilteredTransactionEventsCommand extends ListFilteredTransactionEventsCommand_base {
|
|
@@ -116,6 +116,7 @@ declare const ListTokenBalancesCommand_base: {
|
|
|
116
116
|
* @throws {@link ManagedBlockchainQueryServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from ManagedBlockchainQuery service.</p>
|
|
118
118
|
*
|
|
119
|
+
*
|
|
119
120
|
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class ListTokenBalancesCommand extends ListTokenBalancesCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const ListTransactionEventsCommand_base: {
|
|
|
104
104
|
* @throws {@link ManagedBlockchainQueryServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from ManagedBlockchainQuery service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class ListTransactionEventsCommand extends ListTransactionEventsCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const ListTransactionsCommand_base: {
|
|
|
99
99
|
* @throws {@link ManagedBlockchainQueryServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from ManagedBlockchainQuery service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class ListTransactionsCommand extends ListTransactionsCommand_base {
|
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.782.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",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|