@aws-sdk/client-managedblockchain-query 3.529.1 → 3.535.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/ManagedBlockchainQuery.d.ts +2 -1
- package/dist-types/ManagedBlockchainQueryClient.d.ts +1 -1
- 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/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/models/models_0.d.ts +161 -161
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/ManagedBlockchainQuery.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchGetTokenBalanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAssetContractCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTokenBalanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTransactionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAssetContractsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTokenBalancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTransactionEventsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -12,6 +12,7 @@ export interface ManagedBlockchainQuery {
|
|
|
12
12
|
/**
|
|
13
13
|
* @see {@link BatchGetTokenBalanceCommand}
|
|
14
14
|
*/
|
|
15
|
+
batchGetTokenBalance(): Promise<BatchGetTokenBalanceCommandOutput>;
|
|
15
16
|
batchGetTokenBalance(args: BatchGetTokenBalanceCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetTokenBalanceCommandOutput>;
|
|
16
17
|
batchGetTokenBalance(args: BatchGetTokenBalanceCommandInput, cb: (err: any, data?: BatchGetTokenBalanceCommandOutput) => void): void;
|
|
17
18
|
batchGetTokenBalance(args: BatchGetTokenBalanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetTokenBalanceCommandOutput) => void): void;
|
|
@@ -59,7 +60,6 @@ export interface ManagedBlockchainQuery {
|
|
|
59
60
|
listTransactions(args: ListTransactionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTransactionsCommandOutput) => void): void;
|
|
60
61
|
}
|
|
61
62
|
/**
|
|
62
|
-
* @public
|
|
63
63
|
* <p>Amazon Managed Blockchain (AMB) Query provides you with convenient access to multi-blockchain network data, which makes
|
|
64
64
|
* it easier for you to extract contextual data related to blockchain activity. You can use AMB Query to
|
|
65
65
|
* read data from public blockchain networks, such as Bitcoin Mainnet and Ethereum Mainnet. You can
|
|
@@ -67,6 +67,7 @@ export interface ManagedBlockchainQuery {
|
|
|
67
67
|
* list of blockchain transactions for a given time period. Additionally, you can get details of a
|
|
68
68
|
* given transaction, such as transaction events, which you can further analyze or use in business
|
|
69
69
|
* logic for your applications.</p>
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class ManagedBlockchainQuery extends ManagedBlockchainQueryClient implements ManagedBlockchainQuery {
|
|
72
73
|
}
|
|
@@ -159,7 +159,6 @@ export type ManagedBlockchainQueryClientResolvedConfigType = __SmithyResolvedCon
|
|
|
159
159
|
export interface ManagedBlockchainQueryClientResolvedConfig extends ManagedBlockchainQueryClientResolvedConfigType {
|
|
160
160
|
}
|
|
161
161
|
/**
|
|
162
|
-
* @public
|
|
163
162
|
* <p>Amazon Managed Blockchain (AMB) Query provides you with convenient access to multi-blockchain network data, which makes
|
|
164
163
|
* it easier for you to extract contextual data related to blockchain activity. You can use AMB Query to
|
|
165
164
|
* read data from public blockchain networks, such as Bitcoin Mainnet and Ethereum Mainnet. You can
|
|
@@ -167,6 +166,7 @@ export interface ManagedBlockchainQueryClientResolvedConfig extends ManagedBlock
|
|
|
167
166
|
* list of blockchain transactions for a given time period. Additionally, you can get details of a
|
|
168
167
|
* given transaction, such as transaction events, which you can further analyze or use in business
|
|
169
168
|
* logic for your applications.</p>
|
|
169
|
+
* @public
|
|
170
170
|
*/
|
|
171
171
|
export declare class ManagedBlockchainQueryClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ManagedBlockchainQueryClientResolvedConfig> {
|
|
172
172
|
/**
|
|
@@ -22,10 +22,10 @@ export interface BatchGetTokenBalanceCommandOutput extends BatchGetTokenBalanceO
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchGetTokenBalanceCommand_base: {
|
|
24
24
|
new (input: BatchGetTokenBalanceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetTokenBalanceCommandInput, BatchGetTokenBalanceCommandOutput, ManagedBlockchainQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [BatchGetTokenBalanceCommandInput]): import("@smithy/smithy-client").CommandImpl<BatchGetTokenBalanceCommandInput, BatchGetTokenBalanceCommandOutput, ManagedBlockchainQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the token balance for a batch of tokens by using the <code>BatchGetTokenBalance</code>
|
|
30
30
|
* action for every token in the request.</p>
|
|
31
31
|
* <note>
|
|
@@ -129,6 +129,7 @@ declare const BatchGetTokenBalanceCommand_base: {
|
|
|
129
129
|
* @throws {@link ManagedBlockchainQueryServiceException}
|
|
130
130
|
* <p>Base exception class for all service exceptions from ManagedBlockchainQuery service.</p>
|
|
131
131
|
*
|
|
132
|
+
* @public
|
|
132
133
|
*/
|
|
133
134
|
export declare class BatchGetTokenBalanceCommand extends BatchGetTokenBalanceCommand_base {
|
|
134
135
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetAssetContractCommandOutput extends GetAssetContractOutput, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetAssetContractCommand_base: {
|
|
24
24
|
new (input: GetAssetContractCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssetContractCommandInput, GetAssetContractCommandOutput, ManagedBlockchainQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetAssetContractCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssetContractCommandInput, GetAssetContractCommandOutput, ManagedBlockchainQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the information about a specific contract deployed on the blockchain.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <ul>
|
|
@@ -99,6 +99,7 @@ declare const GetAssetContractCommand_base: {
|
|
|
99
99
|
* @throws {@link ManagedBlockchainQueryServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from ManagedBlockchainQuery service.</p>
|
|
101
101
|
*
|
|
102
|
+
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class GetAssetContractCommand extends GetAssetContractCommand_base {
|
|
104
105
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTokenBalanceCommandOutput extends GetTokenBalanceOutput, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTokenBalanceCommand_base: {
|
|
24
24
|
new (input: GetTokenBalanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetTokenBalanceCommandInput, GetTokenBalanceCommandOutput, ManagedBlockchainQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTokenBalanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetTokenBalanceCommandInput, GetTokenBalanceCommandOutput, ManagedBlockchainQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the balance of a specific token, including native tokens, for a given address (wallet or contract) on the blockchain.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>Only the native tokens BTC and ETH, and the ERC-20,
|
|
@@ -102,6 +102,7 @@ declare const GetTokenBalanceCommand_base: {
|
|
|
102
102
|
* @throws {@link ManagedBlockchainQueryServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from ManagedBlockchainQuery service.</p>
|
|
104
104
|
*
|
|
105
|
+
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class GetTokenBalanceCommand extends GetTokenBalanceCommand_base {
|
|
107
108
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTransactionCommandOutput extends GetTransactionOutput, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTransactionCommand_base: {
|
|
24
24
|
new (input: GetTransactionCommandInput): import("@smithy/smithy-client").CommandImpl<GetTransactionCommandInput, GetTransactionCommandOutput, ManagedBlockchainQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTransactionCommandInput): import("@smithy/smithy-client").CommandImpl<GetTransactionCommandInput, GetTransactionCommandOutput, ManagedBlockchainQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the details of a transaction.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>This action will return transaction details for all transactions
|
|
@@ -102,6 +102,7 @@ declare const GetTransactionCommand_base: {
|
|
|
102
102
|
* @throws {@link ManagedBlockchainQueryServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from ManagedBlockchainQuery service.</p>
|
|
104
104
|
*
|
|
105
|
+
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class GetTransactionCommand extends GetTransactionCommand_base {
|
|
107
108
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAssetContractsCommandOutput extends ListAssetContractsOutpu
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAssetContractsCommand_base: {
|
|
24
24
|
new (input: ListAssetContractsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssetContractsCommandInput, ListAssetContractsCommandOutput, ManagedBlockchainQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListAssetContractsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssetContractsCommandInput, ListAssetContractsCommandOutput, ManagedBlockchainQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all the contracts for a given contract type deployed by an address
|
|
30
30
|
* (either a contract address or a wallet address).</p>
|
|
31
31
|
* <p>The Bitcoin blockchain networks do not support this
|
|
@@ -90,6 +90,7 @@ declare const ListAssetContractsCommand_base: {
|
|
|
90
90
|
* @throws {@link ManagedBlockchainQueryServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from ManagedBlockchainQuery service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListAssetContractsCommand extends ListAssetContractsCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTokenBalancesCommandOutput extends ListTokenBalancesOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTokenBalancesCommand_base: {
|
|
24
24
|
new (input: ListTokenBalancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTokenBalancesCommandInput, ListTokenBalancesCommandOutput, ManagedBlockchainQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTokenBalancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTokenBalancesCommandInput, ListTokenBalancesCommandOutput, ManagedBlockchainQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This action returns the following for a given blockchain network:</p>
|
|
30
30
|
* <ul>
|
|
31
31
|
* <li>
|
|
@@ -115,6 +115,7 @@ declare const ListTokenBalancesCommand_base: {
|
|
|
115
115
|
* @throws {@link ManagedBlockchainQueryServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from ManagedBlockchainQuery service.</p>
|
|
117
117
|
*
|
|
118
|
+
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class ListTokenBalancesCommand extends ListTokenBalancesCommand_base {
|
|
120
121
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTransactionEventsCommandOutput extends ListTransactionEvent
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTransactionEventsCommand_base: {
|
|
24
24
|
new (input: ListTransactionEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTransactionEventsCommandInput, ListTransactionEventsCommandOutput, ManagedBlockchainQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTransactionEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTransactionEventsCommandInput, ListTransactionEventsCommandOutput, ManagedBlockchainQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>An array of <code>TransactionEvent</code> objects. Each object contains details
|
|
30
30
|
* about the transaction event.</p>
|
|
31
31
|
* <note>
|
|
@@ -95,6 +95,7 @@ declare const ListTransactionEventsCommand_base: {
|
|
|
95
95
|
* @throws {@link ManagedBlockchainQueryServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from ManagedBlockchainQuery service.</p>
|
|
97
97
|
*
|
|
98
|
+
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class ListTransactionEventsCommand extends ListTransactionEventsCommand_base {
|
|
100
101
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTransactionsCommandOutput extends ListTransactionsOutput, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTransactionsCommand_base: {
|
|
24
24
|
new (input: ListTransactionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTransactionsCommandInput, ListTransactionsCommandOutput, ManagedBlockchainQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTransactionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTransactionsCommandInput, ListTransactionsCommandOutput, ManagedBlockchainQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all of the transactions on a given wallet address or to a specific contract.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -97,6 +97,7 @@ declare const ListTransactionsCommand_base: {
|
|
|
97
97
|
* @throws {@link ManagedBlockchainQueryServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from ManagedBlockchainQuery service.</p>
|
|
99
99
|
*
|
|
100
|
+
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class ListTransactionsCommand extends ListTransactionsCommand_base {
|
|
102
103
|
}
|