@aws-sdk/client-managedblockchain-query 3.928.0 → 3.930.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 +593 -654
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ManagedBlockchainQueryClient.js +2 -0
- package/dist-es/commands/BatchGetTokenBalanceCommand.js +3 -9
- package/dist-es/commands/GetAssetContractCommand.js +3 -9
- package/dist-es/commands/GetTokenBalanceCommand.js +3 -9
- package/dist-es/commands/GetTransactionCommand.js +3 -9
- package/dist-es/commands/ListAssetContractsCommand.js +3 -9
- package/dist-es/commands/ListFilteredTransactionEventsCommand.js +3 -9
- package/dist-es/commands/ListTokenBalancesCommand.js +3 -9
- package/dist-es/commands/ListTransactionEventsCommand.js +3 -9
- package/dist-es/commands/ListTransactionsCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +558 -0
- package/dist-types/ManagedBlockchainQueryClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +68 -0
- package/dist-types/ts3.4/ManagedBlockchainQueryClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +73 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -575
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -83
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -113
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
BatchGetTokenBalanceCommandInput,
|
|
8
|
-
BatchGetTokenBalanceCommandOutput,
|
|
9
|
-
} from "../commands/BatchGetTokenBalanceCommand";
|
|
10
|
-
import {
|
|
11
|
-
GetAssetContractCommandInput,
|
|
12
|
-
GetAssetContractCommandOutput,
|
|
13
|
-
} from "../commands/GetAssetContractCommand";
|
|
14
|
-
import {
|
|
15
|
-
GetTokenBalanceCommandInput,
|
|
16
|
-
GetTokenBalanceCommandOutput,
|
|
17
|
-
} from "../commands/GetTokenBalanceCommand";
|
|
18
|
-
import {
|
|
19
|
-
GetTransactionCommandInput,
|
|
20
|
-
GetTransactionCommandOutput,
|
|
21
|
-
} from "../commands/GetTransactionCommand";
|
|
22
|
-
import {
|
|
23
|
-
ListAssetContractsCommandInput,
|
|
24
|
-
ListAssetContractsCommandOutput,
|
|
25
|
-
} from "../commands/ListAssetContractsCommand";
|
|
26
|
-
import {
|
|
27
|
-
ListFilteredTransactionEventsCommandInput,
|
|
28
|
-
ListFilteredTransactionEventsCommandOutput,
|
|
29
|
-
} from "../commands/ListFilteredTransactionEventsCommand";
|
|
30
|
-
import {
|
|
31
|
-
ListTokenBalancesCommandInput,
|
|
32
|
-
ListTokenBalancesCommandOutput,
|
|
33
|
-
} from "../commands/ListTokenBalancesCommand";
|
|
34
|
-
import {
|
|
35
|
-
ListTransactionEventsCommandInput,
|
|
36
|
-
ListTransactionEventsCommandOutput,
|
|
37
|
-
} from "../commands/ListTransactionEventsCommand";
|
|
38
|
-
import {
|
|
39
|
-
ListTransactionsCommandInput,
|
|
40
|
-
ListTransactionsCommandOutput,
|
|
41
|
-
} from "../commands/ListTransactionsCommand";
|
|
42
|
-
export declare const se_BatchGetTokenBalanceCommand: (
|
|
43
|
-
input: BatchGetTokenBalanceCommandInput,
|
|
44
|
-
context: __SerdeContext
|
|
45
|
-
) => Promise<__HttpRequest>;
|
|
46
|
-
export declare const se_GetAssetContractCommand: (
|
|
47
|
-
input: GetAssetContractCommandInput,
|
|
48
|
-
context: __SerdeContext
|
|
49
|
-
) => Promise<__HttpRequest>;
|
|
50
|
-
export declare const se_GetTokenBalanceCommand: (
|
|
51
|
-
input: GetTokenBalanceCommandInput,
|
|
52
|
-
context: __SerdeContext
|
|
53
|
-
) => Promise<__HttpRequest>;
|
|
54
|
-
export declare const se_GetTransactionCommand: (
|
|
55
|
-
input: GetTransactionCommandInput,
|
|
56
|
-
context: __SerdeContext
|
|
57
|
-
) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const se_ListAssetContractsCommand: (
|
|
59
|
-
input: ListAssetContractsCommandInput,
|
|
60
|
-
context: __SerdeContext
|
|
61
|
-
) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const se_ListFilteredTransactionEventsCommand: (
|
|
63
|
-
input: ListFilteredTransactionEventsCommandInput,
|
|
64
|
-
context: __SerdeContext
|
|
65
|
-
) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const se_ListTokenBalancesCommand: (
|
|
67
|
-
input: ListTokenBalancesCommandInput,
|
|
68
|
-
context: __SerdeContext
|
|
69
|
-
) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const se_ListTransactionEventsCommand: (
|
|
71
|
-
input: ListTransactionEventsCommandInput,
|
|
72
|
-
context: __SerdeContext
|
|
73
|
-
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const se_ListTransactionsCommand: (
|
|
75
|
-
input: ListTransactionsCommandInput,
|
|
76
|
-
context: __SerdeContext
|
|
77
|
-
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const de_BatchGetTokenBalanceCommand: (
|
|
79
|
-
output: __HttpResponse,
|
|
80
|
-
context: __SerdeContext
|
|
81
|
-
) => Promise<BatchGetTokenBalanceCommandOutput>;
|
|
82
|
-
export declare const de_GetAssetContractCommand: (
|
|
83
|
-
output: __HttpResponse,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<GetAssetContractCommandOutput>;
|
|
86
|
-
export declare const de_GetTokenBalanceCommand: (
|
|
87
|
-
output: __HttpResponse,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<GetTokenBalanceCommandOutput>;
|
|
90
|
-
export declare const de_GetTransactionCommand: (
|
|
91
|
-
output: __HttpResponse,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<GetTransactionCommandOutput>;
|
|
94
|
-
export declare const de_ListAssetContractsCommand: (
|
|
95
|
-
output: __HttpResponse,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<ListAssetContractsCommandOutput>;
|
|
98
|
-
export declare const de_ListFilteredTransactionEventsCommand: (
|
|
99
|
-
output: __HttpResponse,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<ListFilteredTransactionEventsCommandOutput>;
|
|
102
|
-
export declare const de_ListTokenBalancesCommand: (
|
|
103
|
-
output: __HttpResponse,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<ListTokenBalancesCommandOutput>;
|
|
106
|
-
export declare const de_ListTransactionEventsCommand: (
|
|
107
|
-
output: __HttpResponse,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<ListTransactionEventsCommandOutput>;
|
|
110
|
-
export declare const de_ListTransactionsCommand: (
|
|
111
|
-
output: __HttpResponse,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<ListTransactionsCommandOutput>;
|