@aws-sdk/client-managedblockchain 3.131.0 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateMemberCommand.js +2 -2
- package/dist-cjs/commands/CreateNetworkCommand.js +2 -2
- package/dist-cjs/commands/CreateNodeCommand.js +2 -2
- package/dist-cjs/commands/CreateProposalCommand.js +2 -2
- package/dist-cjs/commands/DeleteMemberCommand.js +2 -2
- package/dist-cjs/commands/DeleteNodeCommand.js +2 -2
- package/dist-cjs/commands/GetMemberCommand.js +2 -2
- package/dist-cjs/commands/GetNetworkCommand.js +2 -2
- package/dist-cjs/commands/GetNodeCommand.js +2 -2
- package/dist-cjs/commands/GetProposalCommand.js +2 -2
- package/dist-cjs/commands/ListInvitationsCommand.js +2 -2
- package/dist-cjs/commands/ListMembersCommand.js +2 -2
- package/dist-cjs/commands/ListNetworksCommand.js +2 -2
- package/dist-cjs/commands/ListNodesCommand.js +2 -2
- package/dist-cjs/commands/ListProposalVotesCommand.js +2 -2
- package/dist-cjs/commands/ListProposalsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/RejectInvitationCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateMemberCommand.js +2 -2
- package/dist-cjs/commands/UpdateNodeCommand.js +2 -2
- package/dist-cjs/commands/VoteOnProposalCommand.js +2 -2
- package/dist-cjs/models/models_0.js +338 -500
- package/dist-cjs/protocols/Aws_restJson1.js +297 -654
- package/dist-es/commands/CreateMemberCommand.js +3 -3
- package/dist-es/commands/CreateNetworkCommand.js +3 -3
- package/dist-es/commands/CreateNodeCommand.js +3 -3
- package/dist-es/commands/CreateProposalCommand.js +3 -3
- package/dist-es/commands/DeleteMemberCommand.js +3 -3
- package/dist-es/commands/DeleteNodeCommand.js +3 -3
- package/dist-es/commands/GetMemberCommand.js +3 -3
- package/dist-es/commands/GetNetworkCommand.js +3 -3
- package/dist-es/commands/GetNodeCommand.js +3 -3
- package/dist-es/commands/GetProposalCommand.js +3 -3
- package/dist-es/commands/ListInvitationsCommand.js +3 -3
- package/dist-es/commands/ListMembersCommand.js +3 -3
- package/dist-es/commands/ListNetworksCommand.js +3 -3
- package/dist-es/commands/ListNodesCommand.js +3 -3
- package/dist-es/commands/ListProposalVotesCommand.js +3 -3
- package/dist-es/commands/ListProposalsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/RejectInvitationCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateMemberCommand.js +3 -3
- package/dist-es/commands/UpdateNodeCommand.js +3 -3
- package/dist-es/commands/VoteOnProposalCommand.js +3 -3
- package/dist-es/models/models_0.js +87 -330
- package/dist-es/protocols/Aws_restJson1.js +387 -643
- package/dist-types/models/models_0.d.ts +324 -486
- package/dist-types/ts3.4/models/models_0.d.ts +162 -324
- package/package.json +6 -6
|
@@ -19,50 +19,6 @@ export var ThresholdComparator;
|
|
|
19
19
|
ThresholdComparator["GREATER_THAN"] = "GREATER_THAN";
|
|
20
20
|
ThresholdComparator["GREATER_THAN_OR_EQUAL_TO"] = "GREATER_THAN_OR_EQUAL_TO";
|
|
21
21
|
})(ThresholdComparator || (ThresholdComparator = {}));
|
|
22
|
-
export var ApprovalThresholdPolicy;
|
|
23
|
-
(function (ApprovalThresholdPolicy) {
|
|
24
|
-
ApprovalThresholdPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
25
|
-
})(ApprovalThresholdPolicy || (ApprovalThresholdPolicy = {}));
|
|
26
|
-
export var MemberFabricConfiguration;
|
|
27
|
-
(function (MemberFabricConfiguration) {
|
|
28
|
-
MemberFabricConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AdminPassword && { AdminPassword: SENSITIVE_STRING }))); };
|
|
29
|
-
})(MemberFabricConfiguration || (MemberFabricConfiguration = {}));
|
|
30
|
-
export var MemberFrameworkConfiguration;
|
|
31
|
-
(function (MemberFrameworkConfiguration) {
|
|
32
|
-
MemberFrameworkConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Fabric && { Fabric: MemberFabricConfiguration.filterSensitiveLog(obj.Fabric) }))); };
|
|
33
|
-
})(MemberFrameworkConfiguration || (MemberFrameworkConfiguration = {}));
|
|
34
|
-
export var LogConfiguration;
|
|
35
|
-
(function (LogConfiguration) {
|
|
36
|
-
LogConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
|
-
})(LogConfiguration || (LogConfiguration = {}));
|
|
38
|
-
export var LogConfigurations;
|
|
39
|
-
(function (LogConfigurations) {
|
|
40
|
-
LogConfigurations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
|
-
})(LogConfigurations || (LogConfigurations = {}));
|
|
42
|
-
export var MemberFabricLogPublishingConfiguration;
|
|
43
|
-
(function (MemberFabricLogPublishingConfiguration) {
|
|
44
|
-
MemberFabricLogPublishingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
45
|
-
})(MemberFabricLogPublishingConfiguration || (MemberFabricLogPublishingConfiguration = {}));
|
|
46
|
-
export var MemberLogPublishingConfiguration;
|
|
47
|
-
(function (MemberLogPublishingConfiguration) {
|
|
48
|
-
MemberLogPublishingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
49
|
-
})(MemberLogPublishingConfiguration || (MemberLogPublishingConfiguration = {}));
|
|
50
|
-
export var MemberConfiguration;
|
|
51
|
-
(function (MemberConfiguration) {
|
|
52
|
-
MemberConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.FrameworkConfiguration && {
|
|
53
|
-
FrameworkConfiguration: MemberFrameworkConfiguration.filterSensitiveLog(obj.FrameworkConfiguration),
|
|
54
|
-
}))); };
|
|
55
|
-
})(MemberConfiguration || (MemberConfiguration = {}));
|
|
56
|
-
export var CreateMemberInput;
|
|
57
|
-
(function (CreateMemberInput) {
|
|
58
|
-
CreateMemberInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.MemberConfiguration && {
|
|
59
|
-
MemberConfiguration: MemberConfiguration.filterSensitiveLog(obj.MemberConfiguration),
|
|
60
|
-
}))); };
|
|
61
|
-
})(CreateMemberInput || (CreateMemberInput = {}));
|
|
62
|
-
export var CreateMemberOutput;
|
|
63
|
-
(function (CreateMemberOutput) {
|
|
64
|
-
CreateMemberOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
65
|
-
})(CreateMemberOutput || (CreateMemberOutput = {}));
|
|
66
22
|
var InternalServiceErrorException = (function (_super) {
|
|
67
23
|
__extends(InternalServiceErrorException, _super);
|
|
68
24
|
function InternalServiceErrorException(opts) {
|
|
@@ -177,101 +133,11 @@ export var Edition;
|
|
|
177
133
|
Edition["STANDARD"] = "STANDARD";
|
|
178
134
|
Edition["STARTER"] = "STARTER";
|
|
179
135
|
})(Edition || (Edition = {}));
|
|
180
|
-
export var NetworkFabricConfiguration;
|
|
181
|
-
(function (NetworkFabricConfiguration) {
|
|
182
|
-
NetworkFabricConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
|
-
})(NetworkFabricConfiguration || (NetworkFabricConfiguration = {}));
|
|
184
|
-
export var NetworkFrameworkConfiguration;
|
|
185
|
-
(function (NetworkFrameworkConfiguration) {
|
|
186
|
-
NetworkFrameworkConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
-
})(NetworkFrameworkConfiguration || (NetworkFrameworkConfiguration = {}));
|
|
188
|
-
export var VotingPolicy;
|
|
189
|
-
(function (VotingPolicy) {
|
|
190
|
-
VotingPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
-
})(VotingPolicy || (VotingPolicy = {}));
|
|
192
|
-
export var CreateNetworkInput;
|
|
193
|
-
(function (CreateNetworkInput) {
|
|
194
|
-
CreateNetworkInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.MemberConfiguration && {
|
|
195
|
-
MemberConfiguration: MemberConfiguration.filterSensitiveLog(obj.MemberConfiguration),
|
|
196
|
-
}))); };
|
|
197
|
-
})(CreateNetworkInput || (CreateNetworkInput = {}));
|
|
198
|
-
export var CreateNetworkOutput;
|
|
199
|
-
(function (CreateNetworkOutput) {
|
|
200
|
-
CreateNetworkOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
-
})(CreateNetworkOutput || (CreateNetworkOutput = {}));
|
|
202
|
-
export var NodeFabricLogPublishingConfiguration;
|
|
203
|
-
(function (NodeFabricLogPublishingConfiguration) {
|
|
204
|
-
NodeFabricLogPublishingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
-
})(NodeFabricLogPublishingConfiguration || (NodeFabricLogPublishingConfiguration = {}));
|
|
206
|
-
export var NodeLogPublishingConfiguration;
|
|
207
|
-
(function (NodeLogPublishingConfiguration) {
|
|
208
|
-
NodeLogPublishingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
-
})(NodeLogPublishingConfiguration || (NodeLogPublishingConfiguration = {}));
|
|
210
136
|
export var StateDBType;
|
|
211
137
|
(function (StateDBType) {
|
|
212
138
|
StateDBType["CouchDB"] = "CouchDB";
|
|
213
139
|
StateDBType["LevelDB"] = "LevelDB";
|
|
214
140
|
})(StateDBType || (StateDBType = {}));
|
|
215
|
-
export var NodeConfiguration;
|
|
216
|
-
(function (NodeConfiguration) {
|
|
217
|
-
NodeConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
|
-
})(NodeConfiguration || (NodeConfiguration = {}));
|
|
219
|
-
export var CreateNodeInput;
|
|
220
|
-
(function (CreateNodeInput) {
|
|
221
|
-
CreateNodeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
-
})(CreateNodeInput || (CreateNodeInput = {}));
|
|
223
|
-
export var CreateNodeOutput;
|
|
224
|
-
(function (CreateNodeOutput) {
|
|
225
|
-
CreateNodeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
-
})(CreateNodeOutput || (CreateNodeOutput = {}));
|
|
227
|
-
export var InviteAction;
|
|
228
|
-
(function (InviteAction) {
|
|
229
|
-
InviteAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
-
})(InviteAction || (InviteAction = {}));
|
|
231
|
-
export var RemoveAction;
|
|
232
|
-
(function (RemoveAction) {
|
|
233
|
-
RemoveAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
-
})(RemoveAction || (RemoveAction = {}));
|
|
235
|
-
export var ProposalActions;
|
|
236
|
-
(function (ProposalActions) {
|
|
237
|
-
ProposalActions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
-
})(ProposalActions || (ProposalActions = {}));
|
|
239
|
-
export var CreateProposalInput;
|
|
240
|
-
(function (CreateProposalInput) {
|
|
241
|
-
CreateProposalInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
-
})(CreateProposalInput || (CreateProposalInput = {}));
|
|
243
|
-
export var CreateProposalOutput;
|
|
244
|
-
(function (CreateProposalOutput) {
|
|
245
|
-
CreateProposalOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
-
})(CreateProposalOutput || (CreateProposalOutput = {}));
|
|
247
|
-
export var DeleteMemberInput;
|
|
248
|
-
(function (DeleteMemberInput) {
|
|
249
|
-
DeleteMemberInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
-
})(DeleteMemberInput || (DeleteMemberInput = {}));
|
|
251
|
-
export var DeleteMemberOutput;
|
|
252
|
-
(function (DeleteMemberOutput) {
|
|
253
|
-
DeleteMemberOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
-
})(DeleteMemberOutput || (DeleteMemberOutput = {}));
|
|
255
|
-
export var DeleteNodeInput;
|
|
256
|
-
(function (DeleteNodeInput) {
|
|
257
|
-
DeleteNodeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
-
})(DeleteNodeInput || (DeleteNodeInput = {}));
|
|
259
|
-
export var DeleteNodeOutput;
|
|
260
|
-
(function (DeleteNodeOutput) {
|
|
261
|
-
DeleteNodeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
-
})(DeleteNodeOutput || (DeleteNodeOutput = {}));
|
|
263
|
-
export var GetMemberInput;
|
|
264
|
-
(function (GetMemberInput) {
|
|
265
|
-
GetMemberInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
-
})(GetMemberInput || (GetMemberInput = {}));
|
|
267
|
-
export var MemberFabricAttributes;
|
|
268
|
-
(function (MemberFabricAttributes) {
|
|
269
|
-
MemberFabricAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
-
})(MemberFabricAttributes || (MemberFabricAttributes = {}));
|
|
271
|
-
export var MemberFrameworkAttributes;
|
|
272
|
-
(function (MemberFrameworkAttributes) {
|
|
273
|
-
MemberFrameworkAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
-
})(MemberFrameworkAttributes || (MemberFrameworkAttributes = {}));
|
|
275
141
|
export var MemberStatus;
|
|
276
142
|
(function (MemberStatus) {
|
|
277
143
|
MemberStatus["AVAILABLE"] = "AVAILABLE";
|
|
@@ -282,30 +148,6 @@ export var MemberStatus;
|
|
|
282
148
|
MemberStatus["INACCESSIBLE_ENCRYPTION_KEY"] = "INACCESSIBLE_ENCRYPTION_KEY";
|
|
283
149
|
MemberStatus["UPDATING"] = "UPDATING";
|
|
284
150
|
})(MemberStatus || (MemberStatus = {}));
|
|
285
|
-
export var Member;
|
|
286
|
-
(function (Member) {
|
|
287
|
-
Member.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
-
})(Member || (Member = {}));
|
|
289
|
-
export var GetMemberOutput;
|
|
290
|
-
(function (GetMemberOutput) {
|
|
291
|
-
GetMemberOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
-
})(GetMemberOutput || (GetMemberOutput = {}));
|
|
293
|
-
export var GetNetworkInput;
|
|
294
|
-
(function (GetNetworkInput) {
|
|
295
|
-
GetNetworkInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
-
})(GetNetworkInput || (GetNetworkInput = {}));
|
|
297
|
-
export var NetworkEthereumAttributes;
|
|
298
|
-
(function (NetworkEthereumAttributes) {
|
|
299
|
-
NetworkEthereumAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
-
})(NetworkEthereumAttributes || (NetworkEthereumAttributes = {}));
|
|
301
|
-
export var NetworkFabricAttributes;
|
|
302
|
-
(function (NetworkFabricAttributes) {
|
|
303
|
-
NetworkFabricAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
-
})(NetworkFabricAttributes || (NetworkFabricAttributes = {}));
|
|
305
|
-
export var NetworkFrameworkAttributes;
|
|
306
|
-
(function (NetworkFrameworkAttributes) {
|
|
307
|
-
NetworkFrameworkAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
-
})(NetworkFrameworkAttributes || (NetworkFrameworkAttributes = {}));
|
|
309
151
|
export var NetworkStatus;
|
|
310
152
|
(function (NetworkStatus) {
|
|
311
153
|
NetworkStatus["AVAILABLE"] = "AVAILABLE";
|
|
@@ -314,30 +156,6 @@ export var NetworkStatus;
|
|
|
314
156
|
NetworkStatus["DELETED"] = "DELETED";
|
|
315
157
|
NetworkStatus["DELETING"] = "DELETING";
|
|
316
158
|
})(NetworkStatus || (NetworkStatus = {}));
|
|
317
|
-
export var Network;
|
|
318
|
-
(function (Network) {
|
|
319
|
-
Network.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
|
-
})(Network || (Network = {}));
|
|
321
|
-
export var GetNetworkOutput;
|
|
322
|
-
(function (GetNetworkOutput) {
|
|
323
|
-
GetNetworkOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
-
})(GetNetworkOutput || (GetNetworkOutput = {}));
|
|
325
|
-
export var GetNodeInput;
|
|
326
|
-
(function (GetNodeInput) {
|
|
327
|
-
GetNodeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
-
})(GetNodeInput || (GetNodeInput = {}));
|
|
329
|
-
export var NodeEthereumAttributes;
|
|
330
|
-
(function (NodeEthereumAttributes) {
|
|
331
|
-
NodeEthereumAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
-
})(NodeEthereumAttributes || (NodeEthereumAttributes = {}));
|
|
333
|
-
export var NodeFabricAttributes;
|
|
334
|
-
(function (NodeFabricAttributes) {
|
|
335
|
-
NodeFabricAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
|
-
})(NodeFabricAttributes || (NodeFabricAttributes = {}));
|
|
337
|
-
export var NodeFrameworkAttributes;
|
|
338
|
-
(function (NodeFrameworkAttributes) {
|
|
339
|
-
NodeFrameworkAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
-
})(NodeFrameworkAttributes || (NodeFrameworkAttributes = {}));
|
|
341
159
|
export var NodeStatus;
|
|
342
160
|
(function (NodeStatus) {
|
|
343
161
|
NodeStatus["AVAILABLE"] = "AVAILABLE";
|
|
@@ -350,18 +168,6 @@ export var NodeStatus;
|
|
|
350
168
|
NodeStatus["UNHEALTHY"] = "UNHEALTHY";
|
|
351
169
|
NodeStatus["UPDATING"] = "UPDATING";
|
|
352
170
|
})(NodeStatus || (NodeStatus = {}));
|
|
353
|
-
export var Node;
|
|
354
|
-
(function (Node) {
|
|
355
|
-
Node.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
-
})(Node || (Node = {}));
|
|
357
|
-
export var GetNodeOutput;
|
|
358
|
-
(function (GetNodeOutput) {
|
|
359
|
-
GetNodeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
-
})(GetNodeOutput || (GetNodeOutput = {}));
|
|
361
|
-
export var GetProposalInput;
|
|
362
|
-
(function (GetProposalInput) {
|
|
363
|
-
GetProposalInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
-
})(GetProposalInput || (GetProposalInput = {}));
|
|
365
171
|
export var ProposalStatus;
|
|
366
172
|
(function (ProposalStatus) {
|
|
367
173
|
ProposalStatus["ACTION_FAILED"] = "ACTION_FAILED";
|
|
@@ -370,14 +176,6 @@ export var ProposalStatus;
|
|
|
370
176
|
ProposalStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
371
177
|
ProposalStatus["REJECTED"] = "REJECTED";
|
|
372
178
|
})(ProposalStatus || (ProposalStatus = {}));
|
|
373
|
-
export var Proposal;
|
|
374
|
-
(function (Proposal) {
|
|
375
|
-
Proposal.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
-
})(Proposal || (Proposal = {}));
|
|
377
|
-
export var GetProposalOutput;
|
|
378
|
-
(function (GetProposalOutput) {
|
|
379
|
-
GetProposalOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
-
})(GetProposalOutput || (GetProposalOutput = {}));
|
|
381
179
|
var IllegalActionException = (function (_super) {
|
|
382
180
|
__extends(IllegalActionException, _super);
|
|
383
181
|
function IllegalActionException(opts) {
|
|
@@ -391,10 +189,6 @@ var IllegalActionException = (function (_super) {
|
|
|
391
189
|
return IllegalActionException;
|
|
392
190
|
}(__BaseException));
|
|
393
191
|
export { IllegalActionException };
|
|
394
|
-
export var NetworkSummary;
|
|
395
|
-
(function (NetworkSummary) {
|
|
396
|
-
NetworkSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
|
-
})(NetworkSummary || (NetworkSummary = {}));
|
|
398
192
|
export var InvitationStatus;
|
|
399
193
|
(function (InvitationStatus) {
|
|
400
194
|
InvitationStatus["ACCEPTED"] = "ACCEPTED";
|
|
@@ -403,132 +197,95 @@ export var InvitationStatus;
|
|
|
403
197
|
InvitationStatus["PENDING"] = "PENDING";
|
|
404
198
|
InvitationStatus["REJECTED"] = "REJECTED";
|
|
405
199
|
})(InvitationStatus || (InvitationStatus = {}));
|
|
406
|
-
export var Invitation;
|
|
407
|
-
(function (Invitation) {
|
|
408
|
-
Invitation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
409
|
-
})(Invitation || (Invitation = {}));
|
|
410
|
-
export var ListInvitationsInput;
|
|
411
|
-
(function (ListInvitationsInput) {
|
|
412
|
-
ListInvitationsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
|
-
})(ListInvitationsInput || (ListInvitationsInput = {}));
|
|
414
|
-
export var ListInvitationsOutput;
|
|
415
|
-
(function (ListInvitationsOutput) {
|
|
416
|
-
ListInvitationsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
|
-
})(ListInvitationsOutput || (ListInvitationsOutput = {}));
|
|
418
|
-
export var ListMembersInput;
|
|
419
|
-
(function (ListMembersInput) {
|
|
420
|
-
ListMembersInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
|
-
})(ListMembersInput || (ListMembersInput = {}));
|
|
422
|
-
export var MemberSummary;
|
|
423
|
-
(function (MemberSummary) {
|
|
424
|
-
MemberSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
|
-
})(MemberSummary || (MemberSummary = {}));
|
|
426
|
-
export var ListMembersOutput;
|
|
427
|
-
(function (ListMembersOutput) {
|
|
428
|
-
ListMembersOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
429
|
-
})(ListMembersOutput || (ListMembersOutput = {}));
|
|
430
|
-
export var ListNetworksInput;
|
|
431
|
-
(function (ListNetworksInput) {
|
|
432
|
-
ListNetworksInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
|
-
})(ListNetworksInput || (ListNetworksInput = {}));
|
|
434
|
-
export var ListNetworksOutput;
|
|
435
|
-
(function (ListNetworksOutput) {
|
|
436
|
-
ListNetworksOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
-
})(ListNetworksOutput || (ListNetworksOutput = {}));
|
|
438
|
-
export var ListNodesInput;
|
|
439
|
-
(function (ListNodesInput) {
|
|
440
|
-
ListNodesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
|
-
})(ListNodesInput || (ListNodesInput = {}));
|
|
442
|
-
export var NodeSummary;
|
|
443
|
-
(function (NodeSummary) {
|
|
444
|
-
NodeSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
-
})(NodeSummary || (NodeSummary = {}));
|
|
446
|
-
export var ListNodesOutput;
|
|
447
|
-
(function (ListNodesOutput) {
|
|
448
|
-
ListNodesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
-
})(ListNodesOutput || (ListNodesOutput = {}));
|
|
450
|
-
export var ListProposalsInput;
|
|
451
|
-
(function (ListProposalsInput) {
|
|
452
|
-
ListProposalsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
|
-
})(ListProposalsInput || (ListProposalsInput = {}));
|
|
454
|
-
export var ProposalSummary;
|
|
455
|
-
(function (ProposalSummary) {
|
|
456
|
-
ProposalSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
|
-
})(ProposalSummary || (ProposalSummary = {}));
|
|
458
|
-
export var ListProposalsOutput;
|
|
459
|
-
(function (ListProposalsOutput) {
|
|
460
|
-
ListProposalsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
-
})(ListProposalsOutput || (ListProposalsOutput = {}));
|
|
462
|
-
export var ListProposalVotesInput;
|
|
463
|
-
(function (ListProposalVotesInput) {
|
|
464
|
-
ListProposalVotesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
-
})(ListProposalVotesInput || (ListProposalVotesInput = {}));
|
|
466
200
|
export var VoteValue;
|
|
467
201
|
(function (VoteValue) {
|
|
468
202
|
VoteValue["NO"] = "NO";
|
|
469
203
|
VoteValue["YES"] = "YES";
|
|
470
204
|
})(VoteValue || (VoteValue = {}));
|
|
471
|
-
export var
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
export var
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
export var
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
})
|
|
491
|
-
export var
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
export var
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
export var
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
export var
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
export var
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
export var
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
export var
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
export var
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
export var
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
export var
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
export var
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
205
|
+
export var ApprovalThresholdPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
+
export var MemberFabricConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AdminPassword && { AdminPassword: SENSITIVE_STRING }))); };
|
|
207
|
+
export var MemberFrameworkConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Fabric && { Fabric: MemberFabricConfigurationFilterSensitiveLog(obj.Fabric) }))); };
|
|
208
|
+
export var LogConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
+
export var LogConfigurationsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
+
export var MemberFabricLogPublishingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
+
export var MemberLogPublishingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
+
export var MemberConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.FrameworkConfiguration && {
|
|
213
|
+
FrameworkConfiguration: MemberFrameworkConfigurationFilterSensitiveLog(obj.FrameworkConfiguration),
|
|
214
|
+
}))); };
|
|
215
|
+
export var CreateMemberInputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.MemberConfiguration && {
|
|
216
|
+
MemberConfiguration: MemberConfigurationFilterSensitiveLog(obj.MemberConfiguration),
|
|
217
|
+
}))); };
|
|
218
|
+
export var CreateMemberOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
+
export var NetworkFabricConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
|
+
export var NetworkFrameworkConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
221
|
+
export var VotingPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
+
export var CreateNetworkInputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.MemberConfiguration && {
|
|
223
|
+
MemberConfiguration: MemberConfigurationFilterSensitiveLog(obj.MemberConfiguration),
|
|
224
|
+
}))); };
|
|
225
|
+
export var CreateNetworkOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
+
export var NodeFabricLogPublishingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
|
+
export var NodeLogPublishingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
+
export var NodeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
|
+
export var CreateNodeInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
+
export var CreateNodeOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
|
+
export var InviteActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
|
+
export var RemoveActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
|
+
export var ProposalActionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
+
export var CreateProposalInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
235
|
+
export var CreateProposalOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
+
export var DeleteMemberInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
+
export var DeleteMemberOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
+
export var DeleteNodeInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
|
+
export var DeleteNodeOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
+
export var GetMemberInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
|
+
export var MemberFabricAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
+
export var MemberFrameworkAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
+
export var MemberFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
+
export var GetMemberOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
|
+
export var GetNetworkInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
+
export var NetworkEthereumAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
+
export var NetworkFabricAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
|
+
export var NetworkFrameworkAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
+
export var NetworkFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
+
export var GetNetworkOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
+
export var GetNodeInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
+
export var NodeEthereumAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
|
+
export var NodeFabricAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
+
export var NodeFrameworkAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
+
export var NodeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
+
export var GetNodeOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
+
export var GetProposalInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
+
export var ProposalFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
+
export var GetProposalOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
+
export var NetworkSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
|
+
export var InvitationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
+
export var ListInvitationsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
+
export var ListInvitationsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
+
export var ListMembersInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
|
+
export var MemberSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
+
export var ListMembersOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
|
+
export var ListNetworksInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
+
export var ListNetworksOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
269
|
+
export var ListNodesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
+
export var NodeSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
+
export var ListNodesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
export var ListProposalsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
|
+
export var ProposalSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
+
export var ListProposalsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
+
export var ListProposalVotesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
+
export var VoteSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
+
export var ListProposalVotesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
+
export var RejectInvitationInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
|
+
export var RejectInvitationOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
export var UpdateMemberInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
+
export var UpdateMemberOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
export var UpdateNodeInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
export var UpdateNodeOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
export var VoteOnProposalInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
export var VoteOnProposalOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|