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