@aws-sdk/client-managedblockchain 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.
Files changed (51) hide show
  1. package/dist-cjs/index.js +1285 -1343
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ManagedBlockchainClient.js +2 -0
  4. package/dist-es/commands/CreateAccessorCommand.js +3 -9
  5. package/dist-es/commands/CreateMemberCommand.js +3 -10
  6. package/dist-es/commands/CreateNetworkCommand.js +3 -10
  7. package/dist-es/commands/CreateNodeCommand.js +3 -9
  8. package/dist-es/commands/CreateProposalCommand.js +3 -9
  9. package/dist-es/commands/DeleteAccessorCommand.js +3 -9
  10. package/dist-es/commands/DeleteMemberCommand.js +3 -9
  11. package/dist-es/commands/DeleteNodeCommand.js +3 -9
  12. package/dist-es/commands/GetAccessorCommand.js +3 -9
  13. package/dist-es/commands/GetMemberCommand.js +3 -9
  14. package/dist-es/commands/GetNetworkCommand.js +3 -9
  15. package/dist-es/commands/GetNodeCommand.js +3 -9
  16. package/dist-es/commands/GetProposalCommand.js +3 -9
  17. package/dist-es/commands/ListAccessorsCommand.js +3 -9
  18. package/dist-es/commands/ListInvitationsCommand.js +3 -9
  19. package/dist-es/commands/ListMembersCommand.js +3 -9
  20. package/dist-es/commands/ListNetworksCommand.js +3 -9
  21. package/dist-es/commands/ListNodesCommand.js +3 -9
  22. package/dist-es/commands/ListProposalVotesCommand.js +3 -9
  23. package/dist-es/commands/ListProposalsCommand.js +3 -9
  24. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  25. package/dist-es/commands/RejectInvitationCommand.js +3 -9
  26. package/dist-es/commands/TagResourceCommand.js +3 -9
  27. package/dist-es/commands/UntagResourceCommand.js +3 -9
  28. package/dist-es/commands/UpdateMemberCommand.js +3 -9
  29. package/dist-es/commands/UpdateNodeCommand.js +3 -9
  30. package/dist-es/commands/VoteOnProposalCommand.js +3 -9
  31. package/dist-es/models/models_0.js +0 -27
  32. package/dist-es/runtimeConfig.shared.js +2 -0
  33. package/dist-es/schemas/schemas_0.js +1218 -0
  34. package/dist-types/ManagedBlockchainClient.d.ts +10 -1
  35. package/dist-types/models/models_0.d.ts +0 -20
  36. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  37. package/dist-types/runtimeConfig.d.ts +1 -0
  38. package/dist-types/runtimeConfig.native.d.ts +1 -0
  39. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  40. package/dist-types/schemas/schemas_0.d.ts +144 -0
  41. package/dist-types/ts3.4/ManagedBlockchainClient.d.ts +4 -0
  42. package/dist-types/ts3.4/models/models_0.d.ts +0 -15
  43. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  44. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  45. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  46. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  47. package/dist-types/ts3.4/schemas/schemas_0.d.ts +150 -0
  48. package/package.json +33 -34
  49. package/dist-es/protocols/Aws_restJson1.js +0 -1109
  50. package/dist-types/protocols/Aws_restJson1.d.ts +0 -245
  51. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -329
@@ -1,245 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateAccessorCommandInput, CreateAccessorCommandOutput } from "../commands/CreateAccessorCommand";
4
- import { CreateMemberCommandInput, CreateMemberCommandOutput } from "../commands/CreateMemberCommand";
5
- import { CreateNetworkCommandInput, CreateNetworkCommandOutput } from "../commands/CreateNetworkCommand";
6
- import { CreateNodeCommandInput, CreateNodeCommandOutput } from "../commands/CreateNodeCommand";
7
- import { CreateProposalCommandInput, CreateProposalCommandOutput } from "../commands/CreateProposalCommand";
8
- import { DeleteAccessorCommandInput, DeleteAccessorCommandOutput } from "../commands/DeleteAccessorCommand";
9
- import { DeleteMemberCommandInput, DeleteMemberCommandOutput } from "../commands/DeleteMemberCommand";
10
- import { DeleteNodeCommandInput, DeleteNodeCommandOutput } from "../commands/DeleteNodeCommand";
11
- import { GetAccessorCommandInput, GetAccessorCommandOutput } from "../commands/GetAccessorCommand";
12
- import { GetMemberCommandInput, GetMemberCommandOutput } from "../commands/GetMemberCommand";
13
- import { GetNetworkCommandInput, GetNetworkCommandOutput } from "../commands/GetNetworkCommand";
14
- import { GetNodeCommandInput, GetNodeCommandOutput } from "../commands/GetNodeCommand";
15
- import { GetProposalCommandInput, GetProposalCommandOutput } from "../commands/GetProposalCommand";
16
- import { ListAccessorsCommandInput, ListAccessorsCommandOutput } from "../commands/ListAccessorsCommand";
17
- import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
18
- import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
19
- import { ListNetworksCommandInput, ListNetworksCommandOutput } from "../commands/ListNetworksCommand";
20
- import { ListNodesCommandInput, ListNodesCommandOutput } from "../commands/ListNodesCommand";
21
- import { ListProposalsCommandInput, ListProposalsCommandOutput } from "../commands/ListProposalsCommand";
22
- import { ListProposalVotesCommandInput, ListProposalVotesCommandOutput } from "../commands/ListProposalVotesCommand";
23
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
24
- import { RejectInvitationCommandInput, RejectInvitationCommandOutput } from "../commands/RejectInvitationCommand";
25
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
26
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
27
- import { UpdateMemberCommandInput, UpdateMemberCommandOutput } from "../commands/UpdateMemberCommand";
28
- import { UpdateNodeCommandInput, UpdateNodeCommandOutput } from "../commands/UpdateNodeCommand";
29
- import { VoteOnProposalCommandInput, VoteOnProposalCommandOutput } from "../commands/VoteOnProposalCommand";
30
- /**
31
- * serializeAws_restJson1CreateAccessorCommand
32
- */
33
- export declare const se_CreateAccessorCommand: (input: CreateAccessorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- /**
35
- * serializeAws_restJson1CreateMemberCommand
36
- */
37
- export declare const se_CreateMemberCommand: (input: CreateMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- /**
39
- * serializeAws_restJson1CreateNetworkCommand
40
- */
41
- export declare const se_CreateNetworkCommand: (input: CreateNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- /**
43
- * serializeAws_restJson1CreateNodeCommand
44
- */
45
- export declare const se_CreateNodeCommand: (input: CreateNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- /**
47
- * serializeAws_restJson1CreateProposalCommand
48
- */
49
- export declare const se_CreateProposalCommand: (input: CreateProposalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- /**
51
- * serializeAws_restJson1DeleteAccessorCommand
52
- */
53
- export declare const se_DeleteAccessorCommand: (input: DeleteAccessorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_restJson1DeleteMemberCommand
56
- */
57
- export declare const se_DeleteMemberCommand: (input: DeleteMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_restJson1DeleteNodeCommand
60
- */
61
- export declare const se_DeleteNodeCommand: (input: DeleteNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_restJson1GetAccessorCommand
64
- */
65
- export declare const se_GetAccessorCommand: (input: GetAccessorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_restJson1GetMemberCommand
68
- */
69
- export declare const se_GetMemberCommand: (input: GetMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_restJson1GetNetworkCommand
72
- */
73
- export declare const se_GetNetworkCommand: (input: GetNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_restJson1GetNodeCommand
76
- */
77
- export declare const se_GetNodeCommand: (input: GetNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_restJson1GetProposalCommand
80
- */
81
- export declare const se_GetProposalCommand: (input: GetProposalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_restJson1ListAccessorsCommand
84
- */
85
- export declare const se_ListAccessorsCommand: (input: ListAccessorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_restJson1ListInvitationsCommand
88
- */
89
- export declare const se_ListInvitationsCommand: (input: ListInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_restJson1ListMembersCommand
92
- */
93
- export declare const se_ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_restJson1ListNetworksCommand
96
- */
97
- export declare const se_ListNetworksCommand: (input: ListNetworksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_restJson1ListNodesCommand
100
- */
101
- export declare const se_ListNodesCommand: (input: ListNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_restJson1ListProposalsCommand
104
- */
105
- export declare const se_ListProposalsCommand: (input: ListProposalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_restJson1ListProposalVotesCommand
108
- */
109
- export declare const se_ListProposalVotesCommand: (input: ListProposalVotesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_restJson1ListTagsForResourceCommand
112
- */
113
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_restJson1RejectInvitationCommand
116
- */
117
- export declare const se_RejectInvitationCommand: (input: RejectInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_restJson1TagResourceCommand
120
- */
121
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_restJson1UntagResourceCommand
124
- */
125
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_restJson1UpdateMemberCommand
128
- */
129
- export declare const se_UpdateMemberCommand: (input: UpdateMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_restJson1UpdateNodeCommand
132
- */
133
- export declare const se_UpdateNodeCommand: (input: UpdateNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_restJson1VoteOnProposalCommand
136
- */
137
- export declare const se_VoteOnProposalCommand: (input: VoteOnProposalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * deserializeAws_restJson1CreateAccessorCommand
140
- */
141
- export declare const de_CreateAccessorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessorCommandOutput>;
142
- /**
143
- * deserializeAws_restJson1CreateMemberCommand
144
- */
145
- export declare const de_CreateMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMemberCommandOutput>;
146
- /**
147
- * deserializeAws_restJson1CreateNetworkCommand
148
- */
149
- export declare const de_CreateNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNetworkCommandOutput>;
150
- /**
151
- * deserializeAws_restJson1CreateNodeCommand
152
- */
153
- export declare const de_CreateNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNodeCommandOutput>;
154
- /**
155
- * deserializeAws_restJson1CreateProposalCommand
156
- */
157
- export declare const de_CreateProposalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProposalCommandOutput>;
158
- /**
159
- * deserializeAws_restJson1DeleteAccessorCommand
160
- */
161
- export declare const de_DeleteAccessorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessorCommandOutput>;
162
- /**
163
- * deserializeAws_restJson1DeleteMemberCommand
164
- */
165
- export declare const de_DeleteMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMemberCommandOutput>;
166
- /**
167
- * deserializeAws_restJson1DeleteNodeCommand
168
- */
169
- export declare const de_DeleteNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNodeCommandOutput>;
170
- /**
171
- * deserializeAws_restJson1GetAccessorCommand
172
- */
173
- export declare const de_GetAccessorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessorCommandOutput>;
174
- /**
175
- * deserializeAws_restJson1GetMemberCommand
176
- */
177
- export declare const de_GetMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMemberCommandOutput>;
178
- /**
179
- * deserializeAws_restJson1GetNetworkCommand
180
- */
181
- export declare const de_GetNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkCommandOutput>;
182
- /**
183
- * deserializeAws_restJson1GetNodeCommand
184
- */
185
- export declare const de_GetNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNodeCommandOutput>;
186
- /**
187
- * deserializeAws_restJson1GetProposalCommand
188
- */
189
- export declare const de_GetProposalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProposalCommandOutput>;
190
- /**
191
- * deserializeAws_restJson1ListAccessorsCommand
192
- */
193
- export declare const de_ListAccessorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessorsCommandOutput>;
194
- /**
195
- * deserializeAws_restJson1ListInvitationsCommand
196
- */
197
- export declare const de_ListInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInvitationsCommandOutput>;
198
- /**
199
- * deserializeAws_restJson1ListMembersCommand
200
- */
201
- export declare const de_ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
202
- /**
203
- * deserializeAws_restJson1ListNetworksCommand
204
- */
205
- export declare const de_ListNetworksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNetworksCommandOutput>;
206
- /**
207
- * deserializeAws_restJson1ListNodesCommand
208
- */
209
- export declare const de_ListNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNodesCommandOutput>;
210
- /**
211
- * deserializeAws_restJson1ListProposalsCommand
212
- */
213
- export declare const de_ListProposalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProposalsCommandOutput>;
214
- /**
215
- * deserializeAws_restJson1ListProposalVotesCommand
216
- */
217
- export declare const de_ListProposalVotesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProposalVotesCommandOutput>;
218
- /**
219
- * deserializeAws_restJson1ListTagsForResourceCommand
220
- */
221
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
222
- /**
223
- * deserializeAws_restJson1RejectInvitationCommand
224
- */
225
- export declare const de_RejectInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectInvitationCommandOutput>;
226
- /**
227
- * deserializeAws_restJson1TagResourceCommand
228
- */
229
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
230
- /**
231
- * deserializeAws_restJson1UntagResourceCommand
232
- */
233
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
234
- /**
235
- * deserializeAws_restJson1UpdateMemberCommand
236
- */
237
- export declare const de_UpdateMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMemberCommandOutput>;
238
- /**
239
- * deserializeAws_restJson1UpdateNodeCommand
240
- */
241
- export declare const de_UpdateNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNodeCommandOutput>;
242
- /**
243
- * deserializeAws_restJson1VoteOnProposalCommand
244
- */
245
- export declare const de_VoteOnProposalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VoteOnProposalCommandOutput>;
@@ -1,329 +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
- CreateAccessorCommandInput,
8
- CreateAccessorCommandOutput,
9
- } from "../commands/CreateAccessorCommand";
10
- import {
11
- CreateMemberCommandInput,
12
- CreateMemberCommandOutput,
13
- } from "../commands/CreateMemberCommand";
14
- import {
15
- CreateNetworkCommandInput,
16
- CreateNetworkCommandOutput,
17
- } from "../commands/CreateNetworkCommand";
18
- import {
19
- CreateNodeCommandInput,
20
- CreateNodeCommandOutput,
21
- } from "../commands/CreateNodeCommand";
22
- import {
23
- CreateProposalCommandInput,
24
- CreateProposalCommandOutput,
25
- } from "../commands/CreateProposalCommand";
26
- import {
27
- DeleteAccessorCommandInput,
28
- DeleteAccessorCommandOutput,
29
- } from "../commands/DeleteAccessorCommand";
30
- import {
31
- DeleteMemberCommandInput,
32
- DeleteMemberCommandOutput,
33
- } from "../commands/DeleteMemberCommand";
34
- import {
35
- DeleteNodeCommandInput,
36
- DeleteNodeCommandOutput,
37
- } from "../commands/DeleteNodeCommand";
38
- import {
39
- GetAccessorCommandInput,
40
- GetAccessorCommandOutput,
41
- } from "../commands/GetAccessorCommand";
42
- import {
43
- GetMemberCommandInput,
44
- GetMemberCommandOutput,
45
- } from "../commands/GetMemberCommand";
46
- import {
47
- GetNetworkCommandInput,
48
- GetNetworkCommandOutput,
49
- } from "../commands/GetNetworkCommand";
50
- import {
51
- GetNodeCommandInput,
52
- GetNodeCommandOutput,
53
- } from "../commands/GetNodeCommand";
54
- import {
55
- GetProposalCommandInput,
56
- GetProposalCommandOutput,
57
- } from "../commands/GetProposalCommand";
58
- import {
59
- ListAccessorsCommandInput,
60
- ListAccessorsCommandOutput,
61
- } from "../commands/ListAccessorsCommand";
62
- import {
63
- ListInvitationsCommandInput,
64
- ListInvitationsCommandOutput,
65
- } from "../commands/ListInvitationsCommand";
66
- import {
67
- ListMembersCommandInput,
68
- ListMembersCommandOutput,
69
- } from "../commands/ListMembersCommand";
70
- import {
71
- ListNetworksCommandInput,
72
- ListNetworksCommandOutput,
73
- } from "../commands/ListNetworksCommand";
74
- import {
75
- ListNodesCommandInput,
76
- ListNodesCommandOutput,
77
- } from "../commands/ListNodesCommand";
78
- import {
79
- ListProposalsCommandInput,
80
- ListProposalsCommandOutput,
81
- } from "../commands/ListProposalsCommand";
82
- import {
83
- ListProposalVotesCommandInput,
84
- ListProposalVotesCommandOutput,
85
- } from "../commands/ListProposalVotesCommand";
86
- import {
87
- ListTagsForResourceCommandInput,
88
- ListTagsForResourceCommandOutput,
89
- } from "../commands/ListTagsForResourceCommand";
90
- import {
91
- RejectInvitationCommandInput,
92
- RejectInvitationCommandOutput,
93
- } from "../commands/RejectInvitationCommand";
94
- import {
95
- TagResourceCommandInput,
96
- TagResourceCommandOutput,
97
- } from "../commands/TagResourceCommand";
98
- import {
99
- UntagResourceCommandInput,
100
- UntagResourceCommandOutput,
101
- } from "../commands/UntagResourceCommand";
102
- import {
103
- UpdateMemberCommandInput,
104
- UpdateMemberCommandOutput,
105
- } from "../commands/UpdateMemberCommand";
106
- import {
107
- UpdateNodeCommandInput,
108
- UpdateNodeCommandOutput,
109
- } from "../commands/UpdateNodeCommand";
110
- import {
111
- VoteOnProposalCommandInput,
112
- VoteOnProposalCommandOutput,
113
- } from "../commands/VoteOnProposalCommand";
114
- export declare const se_CreateAccessorCommand: (
115
- input: CreateAccessorCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_CreateMemberCommand: (
119
- input: CreateMemberCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_CreateNetworkCommand: (
123
- input: CreateNetworkCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_CreateNodeCommand: (
127
- input: CreateNodeCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_CreateProposalCommand: (
131
- input: CreateProposalCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_DeleteAccessorCommand: (
135
- input: DeleteAccessorCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_DeleteMemberCommand: (
139
- input: DeleteMemberCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_DeleteNodeCommand: (
143
- input: DeleteNodeCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_GetAccessorCommand: (
147
- input: GetAccessorCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_GetMemberCommand: (
151
- input: GetMemberCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_GetNetworkCommand: (
155
- input: GetNetworkCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_GetNodeCommand: (
159
- input: GetNodeCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_GetProposalCommand: (
163
- input: GetProposalCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_ListAccessorsCommand: (
167
- input: ListAccessorsCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_ListInvitationsCommand: (
171
- input: ListInvitationsCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_ListMembersCommand: (
175
- input: ListMembersCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_ListNetworksCommand: (
179
- input: ListNetworksCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_ListNodesCommand: (
183
- input: ListNodesCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_ListProposalsCommand: (
187
- input: ListProposalsCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_ListProposalVotesCommand: (
191
- input: ListProposalVotesCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_ListTagsForResourceCommand: (
195
- input: ListTagsForResourceCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_RejectInvitationCommand: (
199
- input: RejectInvitationCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_TagResourceCommand: (
203
- input: TagResourceCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_UntagResourceCommand: (
207
- input: UntagResourceCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_UpdateMemberCommand: (
211
- input: UpdateMemberCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_UpdateNodeCommand: (
215
- input: UpdateNodeCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_VoteOnProposalCommand: (
219
- input: VoteOnProposalCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const de_CreateAccessorCommand: (
223
- output: __HttpResponse,
224
- context: __SerdeContext
225
- ) => Promise<CreateAccessorCommandOutput>;
226
- export declare const de_CreateMemberCommand: (
227
- output: __HttpResponse,
228
- context: __SerdeContext
229
- ) => Promise<CreateMemberCommandOutput>;
230
- export declare const de_CreateNetworkCommand: (
231
- output: __HttpResponse,
232
- context: __SerdeContext
233
- ) => Promise<CreateNetworkCommandOutput>;
234
- export declare const de_CreateNodeCommand: (
235
- output: __HttpResponse,
236
- context: __SerdeContext
237
- ) => Promise<CreateNodeCommandOutput>;
238
- export declare const de_CreateProposalCommand: (
239
- output: __HttpResponse,
240
- context: __SerdeContext
241
- ) => Promise<CreateProposalCommandOutput>;
242
- export declare const de_DeleteAccessorCommand: (
243
- output: __HttpResponse,
244
- context: __SerdeContext
245
- ) => Promise<DeleteAccessorCommandOutput>;
246
- export declare const de_DeleteMemberCommand: (
247
- output: __HttpResponse,
248
- context: __SerdeContext
249
- ) => Promise<DeleteMemberCommandOutput>;
250
- export declare const de_DeleteNodeCommand: (
251
- output: __HttpResponse,
252
- context: __SerdeContext
253
- ) => Promise<DeleteNodeCommandOutput>;
254
- export declare const de_GetAccessorCommand: (
255
- output: __HttpResponse,
256
- context: __SerdeContext
257
- ) => Promise<GetAccessorCommandOutput>;
258
- export declare const de_GetMemberCommand: (
259
- output: __HttpResponse,
260
- context: __SerdeContext
261
- ) => Promise<GetMemberCommandOutput>;
262
- export declare const de_GetNetworkCommand: (
263
- output: __HttpResponse,
264
- context: __SerdeContext
265
- ) => Promise<GetNetworkCommandOutput>;
266
- export declare const de_GetNodeCommand: (
267
- output: __HttpResponse,
268
- context: __SerdeContext
269
- ) => Promise<GetNodeCommandOutput>;
270
- export declare const de_GetProposalCommand: (
271
- output: __HttpResponse,
272
- context: __SerdeContext
273
- ) => Promise<GetProposalCommandOutput>;
274
- export declare const de_ListAccessorsCommand: (
275
- output: __HttpResponse,
276
- context: __SerdeContext
277
- ) => Promise<ListAccessorsCommandOutput>;
278
- export declare const de_ListInvitationsCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<ListInvitationsCommandOutput>;
282
- export declare const de_ListMembersCommand: (
283
- output: __HttpResponse,
284
- context: __SerdeContext
285
- ) => Promise<ListMembersCommandOutput>;
286
- export declare const de_ListNetworksCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<ListNetworksCommandOutput>;
290
- export declare const de_ListNodesCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<ListNodesCommandOutput>;
294
- export declare const de_ListProposalsCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<ListProposalsCommandOutput>;
298
- export declare const de_ListProposalVotesCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<ListProposalVotesCommandOutput>;
302
- export declare const de_ListTagsForResourceCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<ListTagsForResourceCommandOutput>;
306
- export declare const de_RejectInvitationCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<RejectInvitationCommandOutput>;
310
- export declare const de_TagResourceCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<TagResourceCommandOutput>;
314
- export declare const de_UntagResourceCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<UntagResourceCommandOutput>;
318
- export declare const de_UpdateMemberCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<UpdateMemberCommandOutput>;
322
- export declare const de_UpdateNodeCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<UpdateNodeCommandOutput>;
326
- export declare const de_VoteOnProposalCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<VoteOnProposalCommandOutput>;