@aws-sdk/client-managedblockchain 3.36.0 → 3.36.1

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 (69) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/ManagedBlockchain.js +0 -6
  3. package/dist-cjs/ManagedBlockchainClient.js +0 -11
  4. package/dist-cjs/commands/CreateMemberCommand.js +0 -25
  5. package/dist-cjs/commands/CreateNetworkCommand.js +0 -25
  6. package/dist-cjs/commands/CreateNodeCommand.js +0 -25
  7. package/dist-cjs/commands/CreateProposalCommand.js +0 -25
  8. package/dist-cjs/commands/DeleteMemberCommand.js +0 -25
  9. package/dist-cjs/commands/DeleteNodeCommand.js +0 -25
  10. package/dist-cjs/commands/GetMemberCommand.js +0 -25
  11. package/dist-cjs/commands/GetNetworkCommand.js +0 -25
  12. package/dist-cjs/commands/GetNodeCommand.js +0 -25
  13. package/dist-cjs/commands/GetProposalCommand.js +0 -25
  14. package/dist-cjs/commands/ListInvitationsCommand.js +0 -25
  15. package/dist-cjs/commands/ListMembersCommand.js +0 -25
  16. package/dist-cjs/commands/ListNetworksCommand.js +0 -25
  17. package/dist-cjs/commands/ListNodesCommand.js +0 -25
  18. package/dist-cjs/commands/ListProposalVotesCommand.js +0 -25
  19. package/dist-cjs/commands/ListProposalsCommand.js +0 -25
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
  21. package/dist-cjs/commands/RejectInvitationCommand.js +0 -25
  22. package/dist-cjs/commands/TagResourceCommand.js +0 -27
  23. package/dist-cjs/commands/UntagResourceCommand.js +0 -25
  24. package/dist-cjs/commands/UpdateMemberCommand.js +0 -25
  25. package/dist-cjs/commands/UpdateNodeCommand.js +0 -25
  26. package/dist-cjs/commands/VoteOnProposalCommand.js +0 -25
  27. package/dist-cjs/models/models_0.js +0 -273
  28. package/dist-cjs/pagination/ListInvitationsPaginator.js +0 -10
  29. package/dist-cjs/pagination/ListMembersPaginator.js +0 -10
  30. package/dist-cjs/pagination/ListNetworksPaginator.js +0 -10
  31. package/dist-cjs/pagination/ListNodesPaginator.js +0 -10
  32. package/dist-cjs/pagination/ListProposalVotesPaginator.js +0 -10
  33. package/dist-cjs/pagination/ListProposalsPaginator.js +0 -10
  34. package/dist-cjs/protocols/Aws_restJson1.js +0 -5
  35. package/dist-cjs/runtimeConfig.browser.js +1 -5
  36. package/dist-cjs/runtimeConfig.js +1 -5
  37. package/dist-cjs/runtimeConfig.native.js +0 -3
  38. package/dist-cjs/runtimeConfig.shared.js +0 -3
  39. package/dist-types/ts3.4/ManagedBlockchain.d.ts +24 -100
  40. package/dist-types/ts3.4/ManagedBlockchainClient.d.ts +24 -92
  41. package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +2 -21
  42. package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +2 -21
  43. package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +2 -21
  44. package/dist-types/ts3.4/commands/CreateProposalCommand.d.ts +2 -21
  45. package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +2 -21
  46. package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +2 -21
  47. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +2 -21
  48. package/dist-types/ts3.4/commands/GetNetworkCommand.d.ts +2 -21
  49. package/dist-types/ts3.4/commands/GetNodeCommand.d.ts +2 -21
  50. package/dist-types/ts3.4/commands/GetProposalCommand.d.ts +2 -21
  51. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +2 -21
  52. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +2 -21
  53. package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +2 -21
  54. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +2 -21
  55. package/dist-types/ts3.4/commands/ListProposalVotesCommand.d.ts +2 -21
  56. package/dist-types/ts3.4/commands/ListProposalsCommand.d.ts +2 -21
  57. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -21
  58. package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +2 -21
  59. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -23
  60. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -21
  61. package/dist-types/ts3.4/commands/UpdateMemberCommand.d.ts +2 -21
  62. package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +2 -21
  63. package/dist-types/ts3.4/commands/VoteOnProposalCommand.d.ts +2 -21
  64. package/dist-types/ts3.4/models/models_0.d.ts +371 -1455
  65. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  66. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  67. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  68. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  69. package/package.json +3 -3
@@ -6,9 +6,6 @@ exports.VoteOnProposalOutput = void 0;
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  var AccessDeniedException;
8
8
  (function (AccessDeniedException) {
9
- /**
10
- * @internal
11
- */
12
9
  AccessDeniedException.filterSensitiveLog = (obj) => ({
13
10
  ...obj,
14
11
  });
@@ -20,18 +17,12 @@ var ThresholdComparator;
20
17
  })(ThresholdComparator = exports.ThresholdComparator || (exports.ThresholdComparator = {}));
21
18
  var ApprovalThresholdPolicy;
22
19
  (function (ApprovalThresholdPolicy) {
23
- /**
24
- * @internal
25
- */
26
20
  ApprovalThresholdPolicy.filterSensitiveLog = (obj) => ({
27
21
  ...obj,
28
22
  });
29
23
  })(ApprovalThresholdPolicy = exports.ApprovalThresholdPolicy || (exports.ApprovalThresholdPolicy = {}));
30
24
  var MemberFabricConfiguration;
31
25
  (function (MemberFabricConfiguration) {
32
- /**
33
- * @internal
34
- */
35
26
  MemberFabricConfiguration.filterSensitiveLog = (obj) => ({
36
27
  ...obj,
37
28
  ...(obj.AdminPassword && { AdminPassword: smithy_client_1.SENSITIVE_STRING }),
@@ -39,9 +30,6 @@ var MemberFabricConfiguration;
39
30
  })(MemberFabricConfiguration = exports.MemberFabricConfiguration || (exports.MemberFabricConfiguration = {}));
40
31
  var MemberFrameworkConfiguration;
41
32
  (function (MemberFrameworkConfiguration) {
42
- /**
43
- * @internal
44
- */
45
33
  MemberFrameworkConfiguration.filterSensitiveLog = (obj) => ({
46
34
  ...obj,
47
35
  ...(obj.Fabric && { Fabric: MemberFabricConfiguration.filterSensitiveLog(obj.Fabric) }),
@@ -49,45 +37,30 @@ var MemberFrameworkConfiguration;
49
37
  })(MemberFrameworkConfiguration = exports.MemberFrameworkConfiguration || (exports.MemberFrameworkConfiguration = {}));
50
38
  var LogConfiguration;
51
39
  (function (LogConfiguration) {
52
- /**
53
- * @internal
54
- */
55
40
  LogConfiguration.filterSensitiveLog = (obj) => ({
56
41
  ...obj,
57
42
  });
58
43
  })(LogConfiguration = exports.LogConfiguration || (exports.LogConfiguration = {}));
59
44
  var LogConfigurations;
60
45
  (function (LogConfigurations) {
61
- /**
62
- * @internal
63
- */
64
46
  LogConfigurations.filterSensitiveLog = (obj) => ({
65
47
  ...obj,
66
48
  });
67
49
  })(LogConfigurations = exports.LogConfigurations || (exports.LogConfigurations = {}));
68
50
  var MemberFabricLogPublishingConfiguration;
69
51
  (function (MemberFabricLogPublishingConfiguration) {
70
- /**
71
- * @internal
72
- */
73
52
  MemberFabricLogPublishingConfiguration.filterSensitiveLog = (obj) => ({
74
53
  ...obj,
75
54
  });
76
55
  })(MemberFabricLogPublishingConfiguration = exports.MemberFabricLogPublishingConfiguration || (exports.MemberFabricLogPublishingConfiguration = {}));
77
56
  var MemberLogPublishingConfiguration;
78
57
  (function (MemberLogPublishingConfiguration) {
79
- /**
80
- * @internal
81
- */
82
58
  MemberLogPublishingConfiguration.filterSensitiveLog = (obj) => ({
83
59
  ...obj,
84
60
  });
85
61
  })(MemberLogPublishingConfiguration = exports.MemberLogPublishingConfiguration || (exports.MemberLogPublishingConfiguration = {}));
86
62
  var MemberConfiguration;
87
63
  (function (MemberConfiguration) {
88
- /**
89
- * @internal
90
- */
91
64
  MemberConfiguration.filterSensitiveLog = (obj) => ({
92
65
  ...obj,
93
66
  ...(obj.FrameworkConfiguration && {
@@ -97,9 +70,6 @@ var MemberConfiguration;
97
70
  })(MemberConfiguration = exports.MemberConfiguration || (exports.MemberConfiguration = {}));
98
71
  var CreateMemberInput;
99
72
  (function (CreateMemberInput) {
100
- /**
101
- * @internal
102
- */
103
73
  CreateMemberInput.filterSensitiveLog = (obj) => ({
104
74
  ...obj,
105
75
  ...(obj.MemberConfiguration && {
@@ -109,81 +79,54 @@ var CreateMemberInput;
109
79
  })(CreateMemberInput = exports.CreateMemberInput || (exports.CreateMemberInput = {}));
110
80
  var CreateMemberOutput;
111
81
  (function (CreateMemberOutput) {
112
- /**
113
- * @internal
114
- */
115
82
  CreateMemberOutput.filterSensitiveLog = (obj) => ({
116
83
  ...obj,
117
84
  });
118
85
  })(CreateMemberOutput = exports.CreateMemberOutput || (exports.CreateMemberOutput = {}));
119
86
  var InternalServiceErrorException;
120
87
  (function (InternalServiceErrorException) {
121
- /**
122
- * @internal
123
- */
124
88
  InternalServiceErrorException.filterSensitiveLog = (obj) => ({
125
89
  ...obj,
126
90
  });
127
91
  })(InternalServiceErrorException = exports.InternalServiceErrorException || (exports.InternalServiceErrorException = {}));
128
92
  var InvalidRequestException;
129
93
  (function (InvalidRequestException) {
130
- /**
131
- * @internal
132
- */
133
94
  InvalidRequestException.filterSensitiveLog = (obj) => ({
134
95
  ...obj,
135
96
  });
136
97
  })(InvalidRequestException = exports.InvalidRequestException || (exports.InvalidRequestException = {}));
137
98
  var ResourceAlreadyExistsException;
138
99
  (function (ResourceAlreadyExistsException) {
139
- /**
140
- * @internal
141
- */
142
100
  ResourceAlreadyExistsException.filterSensitiveLog = (obj) => ({
143
101
  ...obj,
144
102
  });
145
103
  })(ResourceAlreadyExistsException = exports.ResourceAlreadyExistsException || (exports.ResourceAlreadyExistsException = {}));
146
104
  var ResourceLimitExceededException;
147
105
  (function (ResourceLimitExceededException) {
148
- /**
149
- * @internal
150
- */
151
106
  ResourceLimitExceededException.filterSensitiveLog = (obj) => ({
152
107
  ...obj,
153
108
  });
154
109
  })(ResourceLimitExceededException = exports.ResourceLimitExceededException || (exports.ResourceLimitExceededException = {}));
155
110
  var ResourceNotFoundException;
156
111
  (function (ResourceNotFoundException) {
157
- /**
158
- * @internal
159
- */
160
112
  ResourceNotFoundException.filterSensitiveLog = (obj) => ({
161
113
  ...obj,
162
114
  });
163
115
  })(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
164
116
  var ResourceNotReadyException;
165
117
  (function (ResourceNotReadyException) {
166
- /**
167
- * @internal
168
- */
169
118
  ResourceNotReadyException.filterSensitiveLog = (obj) => ({
170
119
  ...obj,
171
120
  });
172
121
  })(ResourceNotReadyException = exports.ResourceNotReadyException || (exports.ResourceNotReadyException = {}));
173
122
  var ThrottlingException;
174
123
  (function (ThrottlingException) {
175
- /**
176
- * @internal
177
- */
178
124
  ThrottlingException.filterSensitiveLog = (obj) => ({
179
125
  ...obj,
180
126
  });
181
127
  })(ThrottlingException = exports.ThrottlingException || (exports.ThrottlingException = {}));
182
128
  var TooManyTagsException;
183
129
  (function (TooManyTagsException) {
184
- /**
185
- * @internal
186
- */
187
130
  TooManyTagsException.filterSensitiveLog = (obj) => ({
188
131
  ...obj,
189
132
  });
@@ -200,36 +143,24 @@ var Edition;
200
143
  })(Edition = exports.Edition || (exports.Edition = {}));
201
144
  var NetworkFabricConfiguration;
202
145
  (function (NetworkFabricConfiguration) {
203
- /**
204
- * @internal
205
- */
206
146
  NetworkFabricConfiguration.filterSensitiveLog = (obj) => ({
207
147
  ...obj,
208
148
  });
209
149
  })(NetworkFabricConfiguration = exports.NetworkFabricConfiguration || (exports.NetworkFabricConfiguration = {}));
210
150
  var NetworkFrameworkConfiguration;
211
151
  (function (NetworkFrameworkConfiguration) {
212
- /**
213
- * @internal
214
- */
215
152
  NetworkFrameworkConfiguration.filterSensitiveLog = (obj) => ({
216
153
  ...obj,
217
154
  });
218
155
  })(NetworkFrameworkConfiguration = exports.NetworkFrameworkConfiguration || (exports.NetworkFrameworkConfiguration = {}));
219
156
  var VotingPolicy;
220
157
  (function (VotingPolicy) {
221
- /**
222
- * @internal
223
- */
224
158
  VotingPolicy.filterSensitiveLog = (obj) => ({
225
159
  ...obj,
226
160
  });
227
161
  })(VotingPolicy = exports.VotingPolicy || (exports.VotingPolicy = {}));
228
162
  var CreateNetworkInput;
229
163
  (function (CreateNetworkInput) {
230
- /**
231
- * @internal
232
- */
233
164
  CreateNetworkInput.filterSensitiveLog = (obj) => ({
234
165
  ...obj,
235
166
  ...(obj.MemberConfiguration && {
@@ -239,27 +170,18 @@ var CreateNetworkInput;
239
170
  })(CreateNetworkInput = exports.CreateNetworkInput || (exports.CreateNetworkInput = {}));
240
171
  var CreateNetworkOutput;
241
172
  (function (CreateNetworkOutput) {
242
- /**
243
- * @internal
244
- */
245
173
  CreateNetworkOutput.filterSensitiveLog = (obj) => ({
246
174
  ...obj,
247
175
  });
248
176
  })(CreateNetworkOutput = exports.CreateNetworkOutput || (exports.CreateNetworkOutput = {}));
249
177
  var NodeFabricLogPublishingConfiguration;
250
178
  (function (NodeFabricLogPublishingConfiguration) {
251
- /**
252
- * @internal
253
- */
254
179
  NodeFabricLogPublishingConfiguration.filterSensitiveLog = (obj) => ({
255
180
  ...obj,
256
181
  });
257
182
  })(NodeFabricLogPublishingConfiguration = exports.NodeFabricLogPublishingConfiguration || (exports.NodeFabricLogPublishingConfiguration = {}));
258
183
  var NodeLogPublishingConfiguration;
259
184
  (function (NodeLogPublishingConfiguration) {
260
- /**
261
- * @internal
262
- */
263
185
  NodeLogPublishingConfiguration.filterSensitiveLog = (obj) => ({
264
186
  ...obj,
265
187
  });
@@ -271,135 +193,90 @@ var StateDBType;
271
193
  })(StateDBType = exports.StateDBType || (exports.StateDBType = {}));
272
194
  var NodeConfiguration;
273
195
  (function (NodeConfiguration) {
274
- /**
275
- * @internal
276
- */
277
196
  NodeConfiguration.filterSensitiveLog = (obj) => ({
278
197
  ...obj,
279
198
  });
280
199
  })(NodeConfiguration = exports.NodeConfiguration || (exports.NodeConfiguration = {}));
281
200
  var CreateNodeInput;
282
201
  (function (CreateNodeInput) {
283
- /**
284
- * @internal
285
- */
286
202
  CreateNodeInput.filterSensitiveLog = (obj) => ({
287
203
  ...obj,
288
204
  });
289
205
  })(CreateNodeInput = exports.CreateNodeInput || (exports.CreateNodeInput = {}));
290
206
  var CreateNodeOutput;
291
207
  (function (CreateNodeOutput) {
292
- /**
293
- * @internal
294
- */
295
208
  CreateNodeOutput.filterSensitiveLog = (obj) => ({
296
209
  ...obj,
297
210
  });
298
211
  })(CreateNodeOutput = exports.CreateNodeOutput || (exports.CreateNodeOutput = {}));
299
212
  var InviteAction;
300
213
  (function (InviteAction) {
301
- /**
302
- * @internal
303
- */
304
214
  InviteAction.filterSensitiveLog = (obj) => ({
305
215
  ...obj,
306
216
  });
307
217
  })(InviteAction = exports.InviteAction || (exports.InviteAction = {}));
308
218
  var RemoveAction;
309
219
  (function (RemoveAction) {
310
- /**
311
- * @internal
312
- */
313
220
  RemoveAction.filterSensitiveLog = (obj) => ({
314
221
  ...obj,
315
222
  });
316
223
  })(RemoveAction = exports.RemoveAction || (exports.RemoveAction = {}));
317
224
  var ProposalActions;
318
225
  (function (ProposalActions) {
319
- /**
320
- * @internal
321
- */
322
226
  ProposalActions.filterSensitiveLog = (obj) => ({
323
227
  ...obj,
324
228
  });
325
229
  })(ProposalActions = exports.ProposalActions || (exports.ProposalActions = {}));
326
230
  var CreateProposalInput;
327
231
  (function (CreateProposalInput) {
328
- /**
329
- * @internal
330
- */
331
232
  CreateProposalInput.filterSensitiveLog = (obj) => ({
332
233
  ...obj,
333
234
  });
334
235
  })(CreateProposalInput = exports.CreateProposalInput || (exports.CreateProposalInput = {}));
335
236
  var CreateProposalOutput;
336
237
  (function (CreateProposalOutput) {
337
- /**
338
- * @internal
339
- */
340
238
  CreateProposalOutput.filterSensitiveLog = (obj) => ({
341
239
  ...obj,
342
240
  });
343
241
  })(CreateProposalOutput = exports.CreateProposalOutput || (exports.CreateProposalOutput = {}));
344
242
  var DeleteMemberInput;
345
243
  (function (DeleteMemberInput) {
346
- /**
347
- * @internal
348
- */
349
244
  DeleteMemberInput.filterSensitiveLog = (obj) => ({
350
245
  ...obj,
351
246
  });
352
247
  })(DeleteMemberInput = exports.DeleteMemberInput || (exports.DeleteMemberInput = {}));
353
248
  var DeleteMemberOutput;
354
249
  (function (DeleteMemberOutput) {
355
- /**
356
- * @internal
357
- */
358
250
  DeleteMemberOutput.filterSensitiveLog = (obj) => ({
359
251
  ...obj,
360
252
  });
361
253
  })(DeleteMemberOutput = exports.DeleteMemberOutput || (exports.DeleteMemberOutput = {}));
362
254
  var DeleteNodeInput;
363
255
  (function (DeleteNodeInput) {
364
- /**
365
- * @internal
366
- */
367
256
  DeleteNodeInput.filterSensitiveLog = (obj) => ({
368
257
  ...obj,
369
258
  });
370
259
  })(DeleteNodeInput = exports.DeleteNodeInput || (exports.DeleteNodeInput = {}));
371
260
  var DeleteNodeOutput;
372
261
  (function (DeleteNodeOutput) {
373
- /**
374
- * @internal
375
- */
376
262
  DeleteNodeOutput.filterSensitiveLog = (obj) => ({
377
263
  ...obj,
378
264
  });
379
265
  })(DeleteNodeOutput = exports.DeleteNodeOutput || (exports.DeleteNodeOutput = {}));
380
266
  var GetMemberInput;
381
267
  (function (GetMemberInput) {
382
- /**
383
- * @internal
384
- */
385
268
  GetMemberInput.filterSensitiveLog = (obj) => ({
386
269
  ...obj,
387
270
  });
388
271
  })(GetMemberInput = exports.GetMemberInput || (exports.GetMemberInput = {}));
389
272
  var MemberFabricAttributes;
390
273
  (function (MemberFabricAttributes) {
391
- /**
392
- * @internal
393
- */
394
274
  MemberFabricAttributes.filterSensitiveLog = (obj) => ({
395
275
  ...obj,
396
276
  });
397
277
  })(MemberFabricAttributes = exports.MemberFabricAttributes || (exports.MemberFabricAttributes = {}));
398
278
  var MemberFrameworkAttributes;
399
279
  (function (MemberFrameworkAttributes) {
400
- /**
401
- * @internal
402
- */
403
280
  MemberFrameworkAttributes.filterSensitiveLog = (obj) => ({
404
281
  ...obj,
405
282
  });
@@ -416,54 +293,36 @@ var MemberStatus;
416
293
  })(MemberStatus = exports.MemberStatus || (exports.MemberStatus = {}));
417
294
  var Member;
418
295
  (function (Member) {
419
- /**
420
- * @internal
421
- */
422
296
  Member.filterSensitiveLog = (obj) => ({
423
297
  ...obj,
424
298
  });
425
299
  })(Member = exports.Member || (exports.Member = {}));
426
300
  var GetMemberOutput;
427
301
  (function (GetMemberOutput) {
428
- /**
429
- * @internal
430
- */
431
302
  GetMemberOutput.filterSensitiveLog = (obj) => ({
432
303
  ...obj,
433
304
  });
434
305
  })(GetMemberOutput = exports.GetMemberOutput || (exports.GetMemberOutput = {}));
435
306
  var GetNetworkInput;
436
307
  (function (GetNetworkInput) {
437
- /**
438
- * @internal
439
- */
440
308
  GetNetworkInput.filterSensitiveLog = (obj) => ({
441
309
  ...obj,
442
310
  });
443
311
  })(GetNetworkInput = exports.GetNetworkInput || (exports.GetNetworkInput = {}));
444
312
  var NetworkEthereumAttributes;
445
313
  (function (NetworkEthereumAttributes) {
446
- /**
447
- * @internal
448
- */
449
314
  NetworkEthereumAttributes.filterSensitiveLog = (obj) => ({
450
315
  ...obj,
451
316
  });
452
317
  })(NetworkEthereumAttributes = exports.NetworkEthereumAttributes || (exports.NetworkEthereumAttributes = {}));
453
318
  var NetworkFabricAttributes;
454
319
  (function (NetworkFabricAttributes) {
455
- /**
456
- * @internal
457
- */
458
320
  NetworkFabricAttributes.filterSensitiveLog = (obj) => ({
459
321
  ...obj,
460
322
  });
461
323
  })(NetworkFabricAttributes = exports.NetworkFabricAttributes || (exports.NetworkFabricAttributes = {}));
462
324
  var NetworkFrameworkAttributes;
463
325
  (function (NetworkFrameworkAttributes) {
464
- /**
465
- * @internal
466
- */
467
326
  NetworkFrameworkAttributes.filterSensitiveLog = (obj) => ({
468
327
  ...obj,
469
328
  });
@@ -478,54 +337,36 @@ var NetworkStatus;
478
337
  })(NetworkStatus = exports.NetworkStatus || (exports.NetworkStatus = {}));
479
338
  var Network;
480
339
  (function (Network) {
481
- /**
482
- * @internal
483
- */
484
340
  Network.filterSensitiveLog = (obj) => ({
485
341
  ...obj,
486
342
  });
487
343
  })(Network = exports.Network || (exports.Network = {}));
488
344
  var GetNetworkOutput;
489
345
  (function (GetNetworkOutput) {
490
- /**
491
- * @internal
492
- */
493
346
  GetNetworkOutput.filterSensitiveLog = (obj) => ({
494
347
  ...obj,
495
348
  });
496
349
  })(GetNetworkOutput = exports.GetNetworkOutput || (exports.GetNetworkOutput = {}));
497
350
  var GetNodeInput;
498
351
  (function (GetNodeInput) {
499
- /**
500
- * @internal
501
- */
502
352
  GetNodeInput.filterSensitiveLog = (obj) => ({
503
353
  ...obj,
504
354
  });
505
355
  })(GetNodeInput = exports.GetNodeInput || (exports.GetNodeInput = {}));
506
356
  var NodeEthereumAttributes;
507
357
  (function (NodeEthereumAttributes) {
508
- /**
509
- * @internal
510
- */
511
358
  NodeEthereumAttributes.filterSensitiveLog = (obj) => ({
512
359
  ...obj,
513
360
  });
514
361
  })(NodeEthereumAttributes = exports.NodeEthereumAttributes || (exports.NodeEthereumAttributes = {}));
515
362
  var NodeFabricAttributes;
516
363
  (function (NodeFabricAttributes) {
517
- /**
518
- * @internal
519
- */
520
364
  NodeFabricAttributes.filterSensitiveLog = (obj) => ({
521
365
  ...obj,
522
366
  });
523
367
  })(NodeFabricAttributes = exports.NodeFabricAttributes || (exports.NodeFabricAttributes = {}));
524
368
  var NodeFrameworkAttributes;
525
369
  (function (NodeFrameworkAttributes) {
526
- /**
527
- * @internal
528
- */
529
370
  NodeFrameworkAttributes.filterSensitiveLog = (obj) => ({
530
371
  ...obj,
531
372
  });
@@ -544,27 +385,18 @@ var NodeStatus;
544
385
  })(NodeStatus = exports.NodeStatus || (exports.NodeStatus = {}));
545
386
  var Node;
546
387
  (function (Node) {
547
- /**
548
- * @internal
549
- */
550
388
  Node.filterSensitiveLog = (obj) => ({
551
389
  ...obj,
552
390
  });
553
391
  })(Node = exports.Node || (exports.Node = {}));
554
392
  var GetNodeOutput;
555
393
  (function (GetNodeOutput) {
556
- /**
557
- * @internal
558
- */
559
394
  GetNodeOutput.filterSensitiveLog = (obj) => ({
560
395
  ...obj,
561
396
  });
562
397
  })(GetNodeOutput = exports.GetNodeOutput || (exports.GetNodeOutput = {}));
563
398
  var GetProposalInput;
564
399
  (function (GetProposalInput) {
565
- /**
566
- * @internal
567
- */
568
400
  GetProposalInput.filterSensitiveLog = (obj) => ({
569
401
  ...obj,
570
402
  });
@@ -579,36 +411,24 @@ var ProposalStatus;
579
411
  })(ProposalStatus = exports.ProposalStatus || (exports.ProposalStatus = {}));
580
412
  var Proposal;
581
413
  (function (Proposal) {
582
- /**
583
- * @internal
584
- */
585
414
  Proposal.filterSensitiveLog = (obj) => ({
586
415
  ...obj,
587
416
  });
588
417
  })(Proposal = exports.Proposal || (exports.Proposal = {}));
589
418
  var GetProposalOutput;
590
419
  (function (GetProposalOutput) {
591
- /**
592
- * @internal
593
- */
594
420
  GetProposalOutput.filterSensitiveLog = (obj) => ({
595
421
  ...obj,
596
422
  });
597
423
  })(GetProposalOutput = exports.GetProposalOutput || (exports.GetProposalOutput = {}));
598
424
  var IllegalActionException;
599
425
  (function (IllegalActionException) {
600
- /**
601
- * @internal
602
- */
603
426
  IllegalActionException.filterSensitiveLog = (obj) => ({
604
427
  ...obj,
605
428
  });
606
429
  })(IllegalActionException = exports.IllegalActionException || (exports.IllegalActionException = {}));
607
430
  var NetworkSummary;
608
431
  (function (NetworkSummary) {
609
- /**
610
- * @internal
611
- */
612
432
  NetworkSummary.filterSensitiveLog = (obj) => ({
613
433
  ...obj,
614
434
  });
@@ -623,135 +443,90 @@ var InvitationStatus;
623
443
  })(InvitationStatus = exports.InvitationStatus || (exports.InvitationStatus = {}));
624
444
  var Invitation;
625
445
  (function (Invitation) {
626
- /**
627
- * @internal
628
- */
629
446
  Invitation.filterSensitiveLog = (obj) => ({
630
447
  ...obj,
631
448
  });
632
449
  })(Invitation = exports.Invitation || (exports.Invitation = {}));
633
450
  var ListInvitationsInput;
634
451
  (function (ListInvitationsInput) {
635
- /**
636
- * @internal
637
- */
638
452
  ListInvitationsInput.filterSensitiveLog = (obj) => ({
639
453
  ...obj,
640
454
  });
641
455
  })(ListInvitationsInput = exports.ListInvitationsInput || (exports.ListInvitationsInput = {}));
642
456
  var ListInvitationsOutput;
643
457
  (function (ListInvitationsOutput) {
644
- /**
645
- * @internal
646
- */
647
458
  ListInvitationsOutput.filterSensitiveLog = (obj) => ({
648
459
  ...obj,
649
460
  });
650
461
  })(ListInvitationsOutput = exports.ListInvitationsOutput || (exports.ListInvitationsOutput = {}));
651
462
  var ListMembersInput;
652
463
  (function (ListMembersInput) {
653
- /**
654
- * @internal
655
- */
656
464
  ListMembersInput.filterSensitiveLog = (obj) => ({
657
465
  ...obj,
658
466
  });
659
467
  })(ListMembersInput = exports.ListMembersInput || (exports.ListMembersInput = {}));
660
468
  var MemberSummary;
661
469
  (function (MemberSummary) {
662
- /**
663
- * @internal
664
- */
665
470
  MemberSummary.filterSensitiveLog = (obj) => ({
666
471
  ...obj,
667
472
  });
668
473
  })(MemberSummary = exports.MemberSummary || (exports.MemberSummary = {}));
669
474
  var ListMembersOutput;
670
475
  (function (ListMembersOutput) {
671
- /**
672
- * @internal
673
- */
674
476
  ListMembersOutput.filterSensitiveLog = (obj) => ({
675
477
  ...obj,
676
478
  });
677
479
  })(ListMembersOutput = exports.ListMembersOutput || (exports.ListMembersOutput = {}));
678
480
  var ListNetworksInput;
679
481
  (function (ListNetworksInput) {
680
- /**
681
- * @internal
682
- */
683
482
  ListNetworksInput.filterSensitiveLog = (obj) => ({
684
483
  ...obj,
685
484
  });
686
485
  })(ListNetworksInput = exports.ListNetworksInput || (exports.ListNetworksInput = {}));
687
486
  var ListNetworksOutput;
688
487
  (function (ListNetworksOutput) {
689
- /**
690
- * @internal
691
- */
692
488
  ListNetworksOutput.filterSensitiveLog = (obj) => ({
693
489
  ...obj,
694
490
  });
695
491
  })(ListNetworksOutput = exports.ListNetworksOutput || (exports.ListNetworksOutput = {}));
696
492
  var ListNodesInput;
697
493
  (function (ListNodesInput) {
698
- /**
699
- * @internal
700
- */
701
494
  ListNodesInput.filterSensitiveLog = (obj) => ({
702
495
  ...obj,
703
496
  });
704
497
  })(ListNodesInput = exports.ListNodesInput || (exports.ListNodesInput = {}));
705
498
  var NodeSummary;
706
499
  (function (NodeSummary) {
707
- /**
708
- * @internal
709
- */
710
500
  NodeSummary.filterSensitiveLog = (obj) => ({
711
501
  ...obj,
712
502
  });
713
503
  })(NodeSummary = exports.NodeSummary || (exports.NodeSummary = {}));
714
504
  var ListNodesOutput;
715
505
  (function (ListNodesOutput) {
716
- /**
717
- * @internal
718
- */
719
506
  ListNodesOutput.filterSensitiveLog = (obj) => ({
720
507
  ...obj,
721
508
  });
722
509
  })(ListNodesOutput = exports.ListNodesOutput || (exports.ListNodesOutput = {}));
723
510
  var ListProposalsInput;
724
511
  (function (ListProposalsInput) {
725
- /**
726
- * @internal
727
- */
728
512
  ListProposalsInput.filterSensitiveLog = (obj) => ({
729
513
  ...obj,
730
514
  });
731
515
  })(ListProposalsInput = exports.ListProposalsInput || (exports.ListProposalsInput = {}));
732
516
  var ProposalSummary;
733
517
  (function (ProposalSummary) {
734
- /**
735
- * @internal
736
- */
737
518
  ProposalSummary.filterSensitiveLog = (obj) => ({
738
519
  ...obj,
739
520
  });
740
521
  })(ProposalSummary = exports.ProposalSummary || (exports.ProposalSummary = {}));
741
522
  var ListProposalsOutput;
742
523
  (function (ListProposalsOutput) {
743
- /**
744
- * @internal
745
- */
746
524
  ListProposalsOutput.filterSensitiveLog = (obj) => ({
747
525
  ...obj,
748
526
  });
749
527
  })(ListProposalsOutput = exports.ListProposalsOutput || (exports.ListProposalsOutput = {}));
750
528
  var ListProposalVotesInput;
751
529
  (function (ListProposalVotesInput) {
752
- /**
753
- * @internal
754
- */
755
530
  ListProposalVotesInput.filterSensitiveLog = (obj) => ({
756
531
  ...obj,
757
532
  });
@@ -763,144 +538,96 @@ var VoteValue;
763
538
  })(VoteValue = exports.VoteValue || (exports.VoteValue = {}));
764
539
  var VoteSummary;
765
540
  (function (VoteSummary) {
766
- /**
767
- * @internal
768
- */
769
541
  VoteSummary.filterSensitiveLog = (obj) => ({
770
542
  ...obj,
771
543
  });
772
544
  })(VoteSummary = exports.VoteSummary || (exports.VoteSummary = {}));
773
545
  var ListProposalVotesOutput;
774
546
  (function (ListProposalVotesOutput) {
775
- /**
776
- * @internal
777
- */
778
547
  ListProposalVotesOutput.filterSensitiveLog = (obj) => ({
779
548
  ...obj,
780
549
  });
781
550
  })(ListProposalVotesOutput = exports.ListProposalVotesOutput || (exports.ListProposalVotesOutput = {}));
782
551
  var ListTagsForResourceRequest;
783
552
  (function (ListTagsForResourceRequest) {
784
- /**
785
- * @internal
786
- */
787
553
  ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
788
554
  ...obj,
789
555
  });
790
556
  })(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
791
557
  var ListTagsForResourceResponse;
792
558
  (function (ListTagsForResourceResponse) {
793
- /**
794
- * @internal
795
- */
796
559
  ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
797
560
  ...obj,
798
561
  });
799
562
  })(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
800
563
  var RejectInvitationInput;
801
564
  (function (RejectInvitationInput) {
802
- /**
803
- * @internal
804
- */
805
565
  RejectInvitationInput.filterSensitiveLog = (obj) => ({
806
566
  ...obj,
807
567
  });
808
568
  })(RejectInvitationInput = exports.RejectInvitationInput || (exports.RejectInvitationInput = {}));
809
569
  var RejectInvitationOutput;
810
570
  (function (RejectInvitationOutput) {
811
- /**
812
- * @internal
813
- */
814
571
  RejectInvitationOutput.filterSensitiveLog = (obj) => ({
815
572
  ...obj,
816
573
  });
817
574
  })(RejectInvitationOutput = exports.RejectInvitationOutput || (exports.RejectInvitationOutput = {}));
818
575
  var TagResourceRequest;
819
576
  (function (TagResourceRequest) {
820
- /**
821
- * @internal
822
- */
823
577
  TagResourceRequest.filterSensitiveLog = (obj) => ({
824
578
  ...obj,
825
579
  });
826
580
  })(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
827
581
  var TagResourceResponse;
828
582
  (function (TagResourceResponse) {
829
- /**
830
- * @internal
831
- */
832
583
  TagResourceResponse.filterSensitiveLog = (obj) => ({
833
584
  ...obj,
834
585
  });
835
586
  })(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
836
587
  var UntagResourceRequest;
837
588
  (function (UntagResourceRequest) {
838
- /**
839
- * @internal
840
- */
841
589
  UntagResourceRequest.filterSensitiveLog = (obj) => ({
842
590
  ...obj,
843
591
  });
844
592
  })(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
845
593
  var UntagResourceResponse;
846
594
  (function (UntagResourceResponse) {
847
- /**
848
- * @internal
849
- */
850
595
  UntagResourceResponse.filterSensitiveLog = (obj) => ({
851
596
  ...obj,
852
597
  });
853
598
  })(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
854
599
  var UpdateMemberInput;
855
600
  (function (UpdateMemberInput) {
856
- /**
857
- * @internal
858
- */
859
601
  UpdateMemberInput.filterSensitiveLog = (obj) => ({
860
602
  ...obj,
861
603
  });
862
604
  })(UpdateMemberInput = exports.UpdateMemberInput || (exports.UpdateMemberInput = {}));
863
605
  var UpdateMemberOutput;
864
606
  (function (UpdateMemberOutput) {
865
- /**
866
- * @internal
867
- */
868
607
  UpdateMemberOutput.filterSensitiveLog = (obj) => ({
869
608
  ...obj,
870
609
  });
871
610
  })(UpdateMemberOutput = exports.UpdateMemberOutput || (exports.UpdateMemberOutput = {}));
872
611
  var UpdateNodeInput;
873
612
  (function (UpdateNodeInput) {
874
- /**
875
- * @internal
876
- */
877
613
  UpdateNodeInput.filterSensitiveLog = (obj) => ({
878
614
  ...obj,
879
615
  });
880
616
  })(UpdateNodeInput = exports.UpdateNodeInput || (exports.UpdateNodeInput = {}));
881
617
  var UpdateNodeOutput;
882
618
  (function (UpdateNodeOutput) {
883
- /**
884
- * @internal
885
- */
886
619
  UpdateNodeOutput.filterSensitiveLog = (obj) => ({
887
620
  ...obj,
888
621
  });
889
622
  })(UpdateNodeOutput = exports.UpdateNodeOutput || (exports.UpdateNodeOutput = {}));
890
623
  var VoteOnProposalInput;
891
624
  (function (VoteOnProposalInput) {
892
- /**
893
- * @internal
894
- */
895
625
  VoteOnProposalInput.filterSensitiveLog = (obj) => ({
896
626
  ...obj,
897
627
  });
898
628
  })(VoteOnProposalInput = exports.VoteOnProposalInput || (exports.VoteOnProposalInput = {}));
899
629
  var VoteOnProposalOutput;
900
630
  (function (VoteOnProposalOutput) {
901
- /**
902
- * @internal
903
- */
904
631
  VoteOnProposalOutput.filterSensitiveLog = (obj) => ({
905
632
  ...obj,
906
633
  });