@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
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
3
|
+
exports.GetMemberInputFilterSensitiveLog = exports.DeleteNodeOutputFilterSensitiveLog = exports.DeleteNodeInputFilterSensitiveLog = exports.DeleteMemberOutputFilterSensitiveLog = exports.DeleteMemberInputFilterSensitiveLog = exports.CreateProposalOutputFilterSensitiveLog = exports.CreateProposalInputFilterSensitiveLog = exports.ProposalActionsFilterSensitiveLog = exports.RemoveActionFilterSensitiveLog = exports.InviteActionFilterSensitiveLog = exports.CreateNodeOutputFilterSensitiveLog = exports.CreateNodeInputFilterSensitiveLog = exports.NodeConfigurationFilterSensitiveLog = exports.NodeLogPublishingConfigurationFilterSensitiveLog = exports.NodeFabricLogPublishingConfigurationFilterSensitiveLog = exports.CreateNetworkOutputFilterSensitiveLog = exports.CreateNetworkInputFilterSensitiveLog = exports.VotingPolicyFilterSensitiveLog = exports.NetworkFrameworkConfigurationFilterSensitiveLog = exports.NetworkFabricConfigurationFilterSensitiveLog = exports.CreateMemberOutputFilterSensitiveLog = exports.CreateMemberInputFilterSensitiveLog = exports.MemberConfigurationFilterSensitiveLog = exports.MemberLogPublishingConfigurationFilterSensitiveLog = exports.MemberFabricLogPublishingConfigurationFilterSensitiveLog = exports.LogConfigurationsFilterSensitiveLog = exports.LogConfigurationFilterSensitiveLog = exports.MemberFrameworkConfigurationFilterSensitiveLog = exports.MemberFabricConfigurationFilterSensitiveLog = exports.ApprovalThresholdPolicyFilterSensitiveLog = exports.VoteValue = exports.InvitationStatus = exports.IllegalActionException = exports.ProposalStatus = exports.NodeStatus = exports.NetworkStatus = exports.MemberStatus = exports.StateDBType = exports.Edition = exports.Framework = exports.TooManyTagsException = exports.ThrottlingException = exports.ResourceNotReadyException = exports.ResourceNotFoundException = exports.ResourceLimitExceededException = exports.ResourceAlreadyExistsException = exports.InvalidRequestException = exports.InternalServiceErrorException = exports.ThresholdComparator = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.VoteOnProposalInputFilterSensitiveLog = exports.UpdateNodeOutputFilterSensitiveLog = exports.UpdateNodeInputFilterSensitiveLog = exports.UpdateMemberOutputFilterSensitiveLog = exports.UpdateMemberInputFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.RejectInvitationOutputFilterSensitiveLog = exports.RejectInvitationInputFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListProposalVotesOutputFilterSensitiveLog = exports.VoteSummaryFilterSensitiveLog = exports.ListProposalVotesInputFilterSensitiveLog = exports.ListProposalsOutputFilterSensitiveLog = exports.ProposalSummaryFilterSensitiveLog = exports.ListProposalsInputFilterSensitiveLog = exports.ListNodesOutputFilterSensitiveLog = exports.NodeSummaryFilterSensitiveLog = exports.ListNodesInputFilterSensitiveLog = exports.ListNetworksOutputFilterSensitiveLog = exports.ListNetworksInputFilterSensitiveLog = exports.ListMembersOutputFilterSensitiveLog = exports.MemberSummaryFilterSensitiveLog = exports.ListMembersInputFilterSensitiveLog = exports.ListInvitationsOutputFilterSensitiveLog = exports.ListInvitationsInputFilterSensitiveLog = exports.InvitationFilterSensitiveLog = exports.NetworkSummaryFilterSensitiveLog = exports.GetProposalOutputFilterSensitiveLog = exports.ProposalFilterSensitiveLog = exports.GetProposalInputFilterSensitiveLog = exports.GetNodeOutputFilterSensitiveLog = exports.NodeFilterSensitiveLog = exports.NodeFrameworkAttributesFilterSensitiveLog = exports.NodeFabricAttributesFilterSensitiveLog = exports.NodeEthereumAttributesFilterSensitiveLog = exports.GetNodeInputFilterSensitiveLog = exports.GetNetworkOutputFilterSensitiveLog = exports.NetworkFilterSensitiveLog = exports.NetworkFrameworkAttributesFilterSensitiveLog = exports.NetworkFabricAttributesFilterSensitiveLog = exports.NetworkEthereumAttributesFilterSensitiveLog = exports.GetNetworkInputFilterSensitiveLog = exports.GetMemberOutputFilterSensitiveLog = exports.MemberFilterSensitiveLog = exports.MemberFrameworkAttributesFilterSensitiveLog = exports.MemberFabricAttributesFilterSensitiveLog = void 0;
|
|
5
|
+
exports.VoteOnProposalOutputFilterSensitiveLog = void 0;
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
const ManagedBlockchainServiceException_1 = require("./ManagedBlockchainServiceException");
|
|
8
8
|
class AccessDeniedException extends ManagedBlockchainServiceException_1.ManagedBlockchainServiceException {
|
|
@@ -24,74 +24,6 @@ var ThresholdComparator;
|
|
|
24
24
|
ThresholdComparator["GREATER_THAN"] = "GREATER_THAN";
|
|
25
25
|
ThresholdComparator["GREATER_THAN_OR_EQUAL_TO"] = "GREATER_THAN_OR_EQUAL_TO";
|
|
26
26
|
})(ThresholdComparator = exports.ThresholdComparator || (exports.ThresholdComparator = {}));
|
|
27
|
-
var ApprovalThresholdPolicy;
|
|
28
|
-
(function (ApprovalThresholdPolicy) {
|
|
29
|
-
ApprovalThresholdPolicy.filterSensitiveLog = (obj) => ({
|
|
30
|
-
...obj,
|
|
31
|
-
});
|
|
32
|
-
})(ApprovalThresholdPolicy = exports.ApprovalThresholdPolicy || (exports.ApprovalThresholdPolicy = {}));
|
|
33
|
-
var MemberFabricConfiguration;
|
|
34
|
-
(function (MemberFabricConfiguration) {
|
|
35
|
-
MemberFabricConfiguration.filterSensitiveLog = (obj) => ({
|
|
36
|
-
...obj,
|
|
37
|
-
...(obj.AdminPassword && { AdminPassword: smithy_client_1.SENSITIVE_STRING }),
|
|
38
|
-
});
|
|
39
|
-
})(MemberFabricConfiguration = exports.MemberFabricConfiguration || (exports.MemberFabricConfiguration = {}));
|
|
40
|
-
var MemberFrameworkConfiguration;
|
|
41
|
-
(function (MemberFrameworkConfiguration) {
|
|
42
|
-
MemberFrameworkConfiguration.filterSensitiveLog = (obj) => ({
|
|
43
|
-
...obj,
|
|
44
|
-
...(obj.Fabric && { Fabric: MemberFabricConfiguration.filterSensitiveLog(obj.Fabric) }),
|
|
45
|
-
});
|
|
46
|
-
})(MemberFrameworkConfiguration = exports.MemberFrameworkConfiguration || (exports.MemberFrameworkConfiguration = {}));
|
|
47
|
-
var LogConfiguration;
|
|
48
|
-
(function (LogConfiguration) {
|
|
49
|
-
LogConfiguration.filterSensitiveLog = (obj) => ({
|
|
50
|
-
...obj,
|
|
51
|
-
});
|
|
52
|
-
})(LogConfiguration = exports.LogConfiguration || (exports.LogConfiguration = {}));
|
|
53
|
-
var LogConfigurations;
|
|
54
|
-
(function (LogConfigurations) {
|
|
55
|
-
LogConfigurations.filterSensitiveLog = (obj) => ({
|
|
56
|
-
...obj,
|
|
57
|
-
});
|
|
58
|
-
})(LogConfigurations = exports.LogConfigurations || (exports.LogConfigurations = {}));
|
|
59
|
-
var MemberFabricLogPublishingConfiguration;
|
|
60
|
-
(function (MemberFabricLogPublishingConfiguration) {
|
|
61
|
-
MemberFabricLogPublishingConfiguration.filterSensitiveLog = (obj) => ({
|
|
62
|
-
...obj,
|
|
63
|
-
});
|
|
64
|
-
})(MemberFabricLogPublishingConfiguration = exports.MemberFabricLogPublishingConfiguration || (exports.MemberFabricLogPublishingConfiguration = {}));
|
|
65
|
-
var MemberLogPublishingConfiguration;
|
|
66
|
-
(function (MemberLogPublishingConfiguration) {
|
|
67
|
-
MemberLogPublishingConfiguration.filterSensitiveLog = (obj) => ({
|
|
68
|
-
...obj,
|
|
69
|
-
});
|
|
70
|
-
})(MemberLogPublishingConfiguration = exports.MemberLogPublishingConfiguration || (exports.MemberLogPublishingConfiguration = {}));
|
|
71
|
-
var MemberConfiguration;
|
|
72
|
-
(function (MemberConfiguration) {
|
|
73
|
-
MemberConfiguration.filterSensitiveLog = (obj) => ({
|
|
74
|
-
...obj,
|
|
75
|
-
...(obj.FrameworkConfiguration && {
|
|
76
|
-
FrameworkConfiguration: MemberFrameworkConfiguration.filterSensitiveLog(obj.FrameworkConfiguration),
|
|
77
|
-
}),
|
|
78
|
-
});
|
|
79
|
-
})(MemberConfiguration = exports.MemberConfiguration || (exports.MemberConfiguration = {}));
|
|
80
|
-
var CreateMemberInput;
|
|
81
|
-
(function (CreateMemberInput) {
|
|
82
|
-
CreateMemberInput.filterSensitiveLog = (obj) => ({
|
|
83
|
-
...obj,
|
|
84
|
-
...(obj.MemberConfiguration && {
|
|
85
|
-
MemberConfiguration: MemberConfiguration.filterSensitiveLog(obj.MemberConfiguration),
|
|
86
|
-
}),
|
|
87
|
-
});
|
|
88
|
-
})(CreateMemberInput = exports.CreateMemberInput || (exports.CreateMemberInput = {}));
|
|
89
|
-
var CreateMemberOutput;
|
|
90
|
-
(function (CreateMemberOutput) {
|
|
91
|
-
CreateMemberOutput.filterSensitiveLog = (obj) => ({
|
|
92
|
-
...obj,
|
|
93
|
-
});
|
|
94
|
-
})(CreateMemberOutput = exports.CreateMemberOutput || (exports.CreateMemberOutput = {}));
|
|
95
27
|
class InternalServiceErrorException extends ManagedBlockchainServiceException_1.ManagedBlockchainServiceException {
|
|
96
28
|
constructor(opts) {
|
|
97
29
|
super({
|
|
@@ -214,146 +146,11 @@ var Edition;
|
|
|
214
146
|
Edition["STANDARD"] = "STANDARD";
|
|
215
147
|
Edition["STARTER"] = "STARTER";
|
|
216
148
|
})(Edition = exports.Edition || (exports.Edition = {}));
|
|
217
|
-
var NetworkFabricConfiguration;
|
|
218
|
-
(function (NetworkFabricConfiguration) {
|
|
219
|
-
NetworkFabricConfiguration.filterSensitiveLog = (obj) => ({
|
|
220
|
-
...obj,
|
|
221
|
-
});
|
|
222
|
-
})(NetworkFabricConfiguration = exports.NetworkFabricConfiguration || (exports.NetworkFabricConfiguration = {}));
|
|
223
|
-
var NetworkFrameworkConfiguration;
|
|
224
|
-
(function (NetworkFrameworkConfiguration) {
|
|
225
|
-
NetworkFrameworkConfiguration.filterSensitiveLog = (obj) => ({
|
|
226
|
-
...obj,
|
|
227
|
-
});
|
|
228
|
-
})(NetworkFrameworkConfiguration = exports.NetworkFrameworkConfiguration || (exports.NetworkFrameworkConfiguration = {}));
|
|
229
|
-
var VotingPolicy;
|
|
230
|
-
(function (VotingPolicy) {
|
|
231
|
-
VotingPolicy.filterSensitiveLog = (obj) => ({
|
|
232
|
-
...obj,
|
|
233
|
-
});
|
|
234
|
-
})(VotingPolicy = exports.VotingPolicy || (exports.VotingPolicy = {}));
|
|
235
|
-
var CreateNetworkInput;
|
|
236
|
-
(function (CreateNetworkInput) {
|
|
237
|
-
CreateNetworkInput.filterSensitiveLog = (obj) => ({
|
|
238
|
-
...obj,
|
|
239
|
-
...(obj.MemberConfiguration && {
|
|
240
|
-
MemberConfiguration: MemberConfiguration.filterSensitiveLog(obj.MemberConfiguration),
|
|
241
|
-
}),
|
|
242
|
-
});
|
|
243
|
-
})(CreateNetworkInput = exports.CreateNetworkInput || (exports.CreateNetworkInput = {}));
|
|
244
|
-
var CreateNetworkOutput;
|
|
245
|
-
(function (CreateNetworkOutput) {
|
|
246
|
-
CreateNetworkOutput.filterSensitiveLog = (obj) => ({
|
|
247
|
-
...obj,
|
|
248
|
-
});
|
|
249
|
-
})(CreateNetworkOutput = exports.CreateNetworkOutput || (exports.CreateNetworkOutput = {}));
|
|
250
|
-
var NodeFabricLogPublishingConfiguration;
|
|
251
|
-
(function (NodeFabricLogPublishingConfiguration) {
|
|
252
|
-
NodeFabricLogPublishingConfiguration.filterSensitiveLog = (obj) => ({
|
|
253
|
-
...obj,
|
|
254
|
-
});
|
|
255
|
-
})(NodeFabricLogPublishingConfiguration = exports.NodeFabricLogPublishingConfiguration || (exports.NodeFabricLogPublishingConfiguration = {}));
|
|
256
|
-
var NodeLogPublishingConfiguration;
|
|
257
|
-
(function (NodeLogPublishingConfiguration) {
|
|
258
|
-
NodeLogPublishingConfiguration.filterSensitiveLog = (obj) => ({
|
|
259
|
-
...obj,
|
|
260
|
-
});
|
|
261
|
-
})(NodeLogPublishingConfiguration = exports.NodeLogPublishingConfiguration || (exports.NodeLogPublishingConfiguration = {}));
|
|
262
149
|
var StateDBType;
|
|
263
150
|
(function (StateDBType) {
|
|
264
151
|
StateDBType["CouchDB"] = "CouchDB";
|
|
265
152
|
StateDBType["LevelDB"] = "LevelDB";
|
|
266
153
|
})(StateDBType = exports.StateDBType || (exports.StateDBType = {}));
|
|
267
|
-
var NodeConfiguration;
|
|
268
|
-
(function (NodeConfiguration) {
|
|
269
|
-
NodeConfiguration.filterSensitiveLog = (obj) => ({
|
|
270
|
-
...obj,
|
|
271
|
-
});
|
|
272
|
-
})(NodeConfiguration = exports.NodeConfiguration || (exports.NodeConfiguration = {}));
|
|
273
|
-
var CreateNodeInput;
|
|
274
|
-
(function (CreateNodeInput) {
|
|
275
|
-
CreateNodeInput.filterSensitiveLog = (obj) => ({
|
|
276
|
-
...obj,
|
|
277
|
-
});
|
|
278
|
-
})(CreateNodeInput = exports.CreateNodeInput || (exports.CreateNodeInput = {}));
|
|
279
|
-
var CreateNodeOutput;
|
|
280
|
-
(function (CreateNodeOutput) {
|
|
281
|
-
CreateNodeOutput.filterSensitiveLog = (obj) => ({
|
|
282
|
-
...obj,
|
|
283
|
-
});
|
|
284
|
-
})(CreateNodeOutput = exports.CreateNodeOutput || (exports.CreateNodeOutput = {}));
|
|
285
|
-
var InviteAction;
|
|
286
|
-
(function (InviteAction) {
|
|
287
|
-
InviteAction.filterSensitiveLog = (obj) => ({
|
|
288
|
-
...obj,
|
|
289
|
-
});
|
|
290
|
-
})(InviteAction = exports.InviteAction || (exports.InviteAction = {}));
|
|
291
|
-
var RemoveAction;
|
|
292
|
-
(function (RemoveAction) {
|
|
293
|
-
RemoveAction.filterSensitiveLog = (obj) => ({
|
|
294
|
-
...obj,
|
|
295
|
-
});
|
|
296
|
-
})(RemoveAction = exports.RemoveAction || (exports.RemoveAction = {}));
|
|
297
|
-
var ProposalActions;
|
|
298
|
-
(function (ProposalActions) {
|
|
299
|
-
ProposalActions.filterSensitiveLog = (obj) => ({
|
|
300
|
-
...obj,
|
|
301
|
-
});
|
|
302
|
-
})(ProposalActions = exports.ProposalActions || (exports.ProposalActions = {}));
|
|
303
|
-
var CreateProposalInput;
|
|
304
|
-
(function (CreateProposalInput) {
|
|
305
|
-
CreateProposalInput.filterSensitiveLog = (obj) => ({
|
|
306
|
-
...obj,
|
|
307
|
-
});
|
|
308
|
-
})(CreateProposalInput = exports.CreateProposalInput || (exports.CreateProposalInput = {}));
|
|
309
|
-
var CreateProposalOutput;
|
|
310
|
-
(function (CreateProposalOutput) {
|
|
311
|
-
CreateProposalOutput.filterSensitiveLog = (obj) => ({
|
|
312
|
-
...obj,
|
|
313
|
-
});
|
|
314
|
-
})(CreateProposalOutput = exports.CreateProposalOutput || (exports.CreateProposalOutput = {}));
|
|
315
|
-
var DeleteMemberInput;
|
|
316
|
-
(function (DeleteMemberInput) {
|
|
317
|
-
DeleteMemberInput.filterSensitiveLog = (obj) => ({
|
|
318
|
-
...obj,
|
|
319
|
-
});
|
|
320
|
-
})(DeleteMemberInput = exports.DeleteMemberInput || (exports.DeleteMemberInput = {}));
|
|
321
|
-
var DeleteMemberOutput;
|
|
322
|
-
(function (DeleteMemberOutput) {
|
|
323
|
-
DeleteMemberOutput.filterSensitiveLog = (obj) => ({
|
|
324
|
-
...obj,
|
|
325
|
-
});
|
|
326
|
-
})(DeleteMemberOutput = exports.DeleteMemberOutput || (exports.DeleteMemberOutput = {}));
|
|
327
|
-
var DeleteNodeInput;
|
|
328
|
-
(function (DeleteNodeInput) {
|
|
329
|
-
DeleteNodeInput.filterSensitiveLog = (obj) => ({
|
|
330
|
-
...obj,
|
|
331
|
-
});
|
|
332
|
-
})(DeleteNodeInput = exports.DeleteNodeInput || (exports.DeleteNodeInput = {}));
|
|
333
|
-
var DeleteNodeOutput;
|
|
334
|
-
(function (DeleteNodeOutput) {
|
|
335
|
-
DeleteNodeOutput.filterSensitiveLog = (obj) => ({
|
|
336
|
-
...obj,
|
|
337
|
-
});
|
|
338
|
-
})(DeleteNodeOutput = exports.DeleteNodeOutput || (exports.DeleteNodeOutput = {}));
|
|
339
|
-
var GetMemberInput;
|
|
340
|
-
(function (GetMemberInput) {
|
|
341
|
-
GetMemberInput.filterSensitiveLog = (obj) => ({
|
|
342
|
-
...obj,
|
|
343
|
-
});
|
|
344
|
-
})(GetMemberInput = exports.GetMemberInput || (exports.GetMemberInput = {}));
|
|
345
|
-
var MemberFabricAttributes;
|
|
346
|
-
(function (MemberFabricAttributes) {
|
|
347
|
-
MemberFabricAttributes.filterSensitiveLog = (obj) => ({
|
|
348
|
-
...obj,
|
|
349
|
-
});
|
|
350
|
-
})(MemberFabricAttributes = exports.MemberFabricAttributes || (exports.MemberFabricAttributes = {}));
|
|
351
|
-
var MemberFrameworkAttributes;
|
|
352
|
-
(function (MemberFrameworkAttributes) {
|
|
353
|
-
MemberFrameworkAttributes.filterSensitiveLog = (obj) => ({
|
|
354
|
-
...obj,
|
|
355
|
-
});
|
|
356
|
-
})(MemberFrameworkAttributes = exports.MemberFrameworkAttributes || (exports.MemberFrameworkAttributes = {}));
|
|
357
154
|
var MemberStatus;
|
|
358
155
|
(function (MemberStatus) {
|
|
359
156
|
MemberStatus["AVAILABLE"] = "AVAILABLE";
|
|
@@ -364,42 +161,6 @@ var MemberStatus;
|
|
|
364
161
|
MemberStatus["INACCESSIBLE_ENCRYPTION_KEY"] = "INACCESSIBLE_ENCRYPTION_KEY";
|
|
365
162
|
MemberStatus["UPDATING"] = "UPDATING";
|
|
366
163
|
})(MemberStatus = exports.MemberStatus || (exports.MemberStatus = {}));
|
|
367
|
-
var Member;
|
|
368
|
-
(function (Member) {
|
|
369
|
-
Member.filterSensitiveLog = (obj) => ({
|
|
370
|
-
...obj,
|
|
371
|
-
});
|
|
372
|
-
})(Member = exports.Member || (exports.Member = {}));
|
|
373
|
-
var GetMemberOutput;
|
|
374
|
-
(function (GetMemberOutput) {
|
|
375
|
-
GetMemberOutput.filterSensitiveLog = (obj) => ({
|
|
376
|
-
...obj,
|
|
377
|
-
});
|
|
378
|
-
})(GetMemberOutput = exports.GetMemberOutput || (exports.GetMemberOutput = {}));
|
|
379
|
-
var GetNetworkInput;
|
|
380
|
-
(function (GetNetworkInput) {
|
|
381
|
-
GetNetworkInput.filterSensitiveLog = (obj) => ({
|
|
382
|
-
...obj,
|
|
383
|
-
});
|
|
384
|
-
})(GetNetworkInput = exports.GetNetworkInput || (exports.GetNetworkInput = {}));
|
|
385
|
-
var NetworkEthereumAttributes;
|
|
386
|
-
(function (NetworkEthereumAttributes) {
|
|
387
|
-
NetworkEthereumAttributes.filterSensitiveLog = (obj) => ({
|
|
388
|
-
...obj,
|
|
389
|
-
});
|
|
390
|
-
})(NetworkEthereumAttributes = exports.NetworkEthereumAttributes || (exports.NetworkEthereumAttributes = {}));
|
|
391
|
-
var NetworkFabricAttributes;
|
|
392
|
-
(function (NetworkFabricAttributes) {
|
|
393
|
-
NetworkFabricAttributes.filterSensitiveLog = (obj) => ({
|
|
394
|
-
...obj,
|
|
395
|
-
});
|
|
396
|
-
})(NetworkFabricAttributes = exports.NetworkFabricAttributes || (exports.NetworkFabricAttributes = {}));
|
|
397
|
-
var NetworkFrameworkAttributes;
|
|
398
|
-
(function (NetworkFrameworkAttributes) {
|
|
399
|
-
NetworkFrameworkAttributes.filterSensitiveLog = (obj) => ({
|
|
400
|
-
...obj,
|
|
401
|
-
});
|
|
402
|
-
})(NetworkFrameworkAttributes = exports.NetworkFrameworkAttributes || (exports.NetworkFrameworkAttributes = {}));
|
|
403
164
|
var NetworkStatus;
|
|
404
165
|
(function (NetworkStatus) {
|
|
405
166
|
NetworkStatus["AVAILABLE"] = "AVAILABLE";
|
|
@@ -408,42 +169,6 @@ var NetworkStatus;
|
|
|
408
169
|
NetworkStatus["DELETED"] = "DELETED";
|
|
409
170
|
NetworkStatus["DELETING"] = "DELETING";
|
|
410
171
|
})(NetworkStatus = exports.NetworkStatus || (exports.NetworkStatus = {}));
|
|
411
|
-
var Network;
|
|
412
|
-
(function (Network) {
|
|
413
|
-
Network.filterSensitiveLog = (obj) => ({
|
|
414
|
-
...obj,
|
|
415
|
-
});
|
|
416
|
-
})(Network = exports.Network || (exports.Network = {}));
|
|
417
|
-
var GetNetworkOutput;
|
|
418
|
-
(function (GetNetworkOutput) {
|
|
419
|
-
GetNetworkOutput.filterSensitiveLog = (obj) => ({
|
|
420
|
-
...obj,
|
|
421
|
-
});
|
|
422
|
-
})(GetNetworkOutput = exports.GetNetworkOutput || (exports.GetNetworkOutput = {}));
|
|
423
|
-
var GetNodeInput;
|
|
424
|
-
(function (GetNodeInput) {
|
|
425
|
-
GetNodeInput.filterSensitiveLog = (obj) => ({
|
|
426
|
-
...obj,
|
|
427
|
-
});
|
|
428
|
-
})(GetNodeInput = exports.GetNodeInput || (exports.GetNodeInput = {}));
|
|
429
|
-
var NodeEthereumAttributes;
|
|
430
|
-
(function (NodeEthereumAttributes) {
|
|
431
|
-
NodeEthereumAttributes.filterSensitiveLog = (obj) => ({
|
|
432
|
-
...obj,
|
|
433
|
-
});
|
|
434
|
-
})(NodeEthereumAttributes = exports.NodeEthereumAttributes || (exports.NodeEthereumAttributes = {}));
|
|
435
|
-
var NodeFabricAttributes;
|
|
436
|
-
(function (NodeFabricAttributes) {
|
|
437
|
-
NodeFabricAttributes.filterSensitiveLog = (obj) => ({
|
|
438
|
-
...obj,
|
|
439
|
-
});
|
|
440
|
-
})(NodeFabricAttributes = exports.NodeFabricAttributes || (exports.NodeFabricAttributes = {}));
|
|
441
|
-
var NodeFrameworkAttributes;
|
|
442
|
-
(function (NodeFrameworkAttributes) {
|
|
443
|
-
NodeFrameworkAttributes.filterSensitiveLog = (obj) => ({
|
|
444
|
-
...obj,
|
|
445
|
-
});
|
|
446
|
-
})(NodeFrameworkAttributes = exports.NodeFrameworkAttributes || (exports.NodeFrameworkAttributes = {}));
|
|
447
172
|
var NodeStatus;
|
|
448
173
|
(function (NodeStatus) {
|
|
449
174
|
NodeStatus["AVAILABLE"] = "AVAILABLE";
|
|
@@ -456,24 +181,6 @@ var NodeStatus;
|
|
|
456
181
|
NodeStatus["UNHEALTHY"] = "UNHEALTHY";
|
|
457
182
|
NodeStatus["UPDATING"] = "UPDATING";
|
|
458
183
|
})(NodeStatus = exports.NodeStatus || (exports.NodeStatus = {}));
|
|
459
|
-
var Node;
|
|
460
|
-
(function (Node) {
|
|
461
|
-
Node.filterSensitiveLog = (obj) => ({
|
|
462
|
-
...obj,
|
|
463
|
-
});
|
|
464
|
-
})(Node = exports.Node || (exports.Node = {}));
|
|
465
|
-
var GetNodeOutput;
|
|
466
|
-
(function (GetNodeOutput) {
|
|
467
|
-
GetNodeOutput.filterSensitiveLog = (obj) => ({
|
|
468
|
-
...obj,
|
|
469
|
-
});
|
|
470
|
-
})(GetNodeOutput = exports.GetNodeOutput || (exports.GetNodeOutput = {}));
|
|
471
|
-
var GetProposalInput;
|
|
472
|
-
(function (GetProposalInput) {
|
|
473
|
-
GetProposalInput.filterSensitiveLog = (obj) => ({
|
|
474
|
-
...obj,
|
|
475
|
-
});
|
|
476
|
-
})(GetProposalInput = exports.GetProposalInput || (exports.GetProposalInput = {}));
|
|
477
184
|
var ProposalStatus;
|
|
478
185
|
(function (ProposalStatus) {
|
|
479
186
|
ProposalStatus["ACTION_FAILED"] = "ACTION_FAILED";
|
|
@@ -482,18 +189,6 @@ var ProposalStatus;
|
|
|
482
189
|
ProposalStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
483
190
|
ProposalStatus["REJECTED"] = "REJECTED";
|
|
484
191
|
})(ProposalStatus = exports.ProposalStatus || (exports.ProposalStatus = {}));
|
|
485
|
-
var Proposal;
|
|
486
|
-
(function (Proposal) {
|
|
487
|
-
Proposal.filterSensitiveLog = (obj) => ({
|
|
488
|
-
...obj,
|
|
489
|
-
});
|
|
490
|
-
})(Proposal = exports.Proposal || (exports.Proposal = {}));
|
|
491
|
-
var GetProposalOutput;
|
|
492
|
-
(function (GetProposalOutput) {
|
|
493
|
-
GetProposalOutput.filterSensitiveLog = (obj) => ({
|
|
494
|
-
...obj,
|
|
495
|
-
});
|
|
496
|
-
})(GetProposalOutput = exports.GetProposalOutput || (exports.GetProposalOutput = {}));
|
|
497
192
|
class IllegalActionException extends ManagedBlockchainServiceException_1.ManagedBlockchainServiceException {
|
|
498
193
|
constructor(opts) {
|
|
499
194
|
super({
|
|
@@ -508,12 +203,6 @@ class IllegalActionException extends ManagedBlockchainServiceException_1.Managed
|
|
|
508
203
|
}
|
|
509
204
|
}
|
|
510
205
|
exports.IllegalActionException = IllegalActionException;
|
|
511
|
-
var NetworkSummary;
|
|
512
|
-
(function (NetworkSummary) {
|
|
513
|
-
NetworkSummary.filterSensitiveLog = (obj) => ({
|
|
514
|
-
...obj,
|
|
515
|
-
});
|
|
516
|
-
})(NetworkSummary = exports.NetworkSummary || (exports.NetworkSummary = {}));
|
|
517
206
|
var InvitationStatus;
|
|
518
207
|
(function (InvitationStatus) {
|
|
519
208
|
InvitationStatus["ACCEPTED"] = "ACCEPTED";
|
|
@@ -522,194 +211,343 @@ var InvitationStatus;
|
|
|
522
211
|
InvitationStatus["PENDING"] = "PENDING";
|
|
523
212
|
InvitationStatus["REJECTED"] = "REJECTED";
|
|
524
213
|
})(InvitationStatus = exports.InvitationStatus || (exports.InvitationStatus = {}));
|
|
525
|
-
var Invitation;
|
|
526
|
-
(function (Invitation) {
|
|
527
|
-
Invitation.filterSensitiveLog = (obj) => ({
|
|
528
|
-
...obj,
|
|
529
|
-
});
|
|
530
|
-
})(Invitation = exports.Invitation || (exports.Invitation = {}));
|
|
531
|
-
var ListInvitationsInput;
|
|
532
|
-
(function (ListInvitationsInput) {
|
|
533
|
-
ListInvitationsInput.filterSensitiveLog = (obj) => ({
|
|
534
|
-
...obj,
|
|
535
|
-
});
|
|
536
|
-
})(ListInvitationsInput = exports.ListInvitationsInput || (exports.ListInvitationsInput = {}));
|
|
537
|
-
var ListInvitationsOutput;
|
|
538
|
-
(function (ListInvitationsOutput) {
|
|
539
|
-
ListInvitationsOutput.filterSensitiveLog = (obj) => ({
|
|
540
|
-
...obj,
|
|
541
|
-
});
|
|
542
|
-
})(ListInvitationsOutput = exports.ListInvitationsOutput || (exports.ListInvitationsOutput = {}));
|
|
543
|
-
var ListMembersInput;
|
|
544
|
-
(function (ListMembersInput) {
|
|
545
|
-
ListMembersInput.filterSensitiveLog = (obj) => ({
|
|
546
|
-
...obj,
|
|
547
|
-
});
|
|
548
|
-
})(ListMembersInput = exports.ListMembersInput || (exports.ListMembersInput = {}));
|
|
549
|
-
var MemberSummary;
|
|
550
|
-
(function (MemberSummary) {
|
|
551
|
-
MemberSummary.filterSensitiveLog = (obj) => ({
|
|
552
|
-
...obj,
|
|
553
|
-
});
|
|
554
|
-
})(MemberSummary = exports.MemberSummary || (exports.MemberSummary = {}));
|
|
555
|
-
var ListMembersOutput;
|
|
556
|
-
(function (ListMembersOutput) {
|
|
557
|
-
ListMembersOutput.filterSensitiveLog = (obj) => ({
|
|
558
|
-
...obj,
|
|
559
|
-
});
|
|
560
|
-
})(ListMembersOutput = exports.ListMembersOutput || (exports.ListMembersOutput = {}));
|
|
561
|
-
var ListNetworksInput;
|
|
562
|
-
(function (ListNetworksInput) {
|
|
563
|
-
ListNetworksInput.filterSensitiveLog = (obj) => ({
|
|
564
|
-
...obj,
|
|
565
|
-
});
|
|
566
|
-
})(ListNetworksInput = exports.ListNetworksInput || (exports.ListNetworksInput = {}));
|
|
567
|
-
var ListNetworksOutput;
|
|
568
|
-
(function (ListNetworksOutput) {
|
|
569
|
-
ListNetworksOutput.filterSensitiveLog = (obj) => ({
|
|
570
|
-
...obj,
|
|
571
|
-
});
|
|
572
|
-
})(ListNetworksOutput = exports.ListNetworksOutput || (exports.ListNetworksOutput = {}));
|
|
573
|
-
var ListNodesInput;
|
|
574
|
-
(function (ListNodesInput) {
|
|
575
|
-
ListNodesInput.filterSensitiveLog = (obj) => ({
|
|
576
|
-
...obj,
|
|
577
|
-
});
|
|
578
|
-
})(ListNodesInput = exports.ListNodesInput || (exports.ListNodesInput = {}));
|
|
579
|
-
var NodeSummary;
|
|
580
|
-
(function (NodeSummary) {
|
|
581
|
-
NodeSummary.filterSensitiveLog = (obj) => ({
|
|
582
|
-
...obj,
|
|
583
|
-
});
|
|
584
|
-
})(NodeSummary = exports.NodeSummary || (exports.NodeSummary = {}));
|
|
585
|
-
var ListNodesOutput;
|
|
586
|
-
(function (ListNodesOutput) {
|
|
587
|
-
ListNodesOutput.filterSensitiveLog = (obj) => ({
|
|
588
|
-
...obj,
|
|
589
|
-
});
|
|
590
|
-
})(ListNodesOutput = exports.ListNodesOutput || (exports.ListNodesOutput = {}));
|
|
591
|
-
var ListProposalsInput;
|
|
592
|
-
(function (ListProposalsInput) {
|
|
593
|
-
ListProposalsInput.filterSensitiveLog = (obj) => ({
|
|
594
|
-
...obj,
|
|
595
|
-
});
|
|
596
|
-
})(ListProposalsInput = exports.ListProposalsInput || (exports.ListProposalsInput = {}));
|
|
597
|
-
var ProposalSummary;
|
|
598
|
-
(function (ProposalSummary) {
|
|
599
|
-
ProposalSummary.filterSensitiveLog = (obj) => ({
|
|
600
|
-
...obj,
|
|
601
|
-
});
|
|
602
|
-
})(ProposalSummary = exports.ProposalSummary || (exports.ProposalSummary = {}));
|
|
603
|
-
var ListProposalsOutput;
|
|
604
|
-
(function (ListProposalsOutput) {
|
|
605
|
-
ListProposalsOutput.filterSensitiveLog = (obj) => ({
|
|
606
|
-
...obj,
|
|
607
|
-
});
|
|
608
|
-
})(ListProposalsOutput = exports.ListProposalsOutput || (exports.ListProposalsOutput = {}));
|
|
609
|
-
var ListProposalVotesInput;
|
|
610
|
-
(function (ListProposalVotesInput) {
|
|
611
|
-
ListProposalVotesInput.filterSensitiveLog = (obj) => ({
|
|
612
|
-
...obj,
|
|
613
|
-
});
|
|
614
|
-
})(ListProposalVotesInput = exports.ListProposalVotesInput || (exports.ListProposalVotesInput = {}));
|
|
615
214
|
var VoteValue;
|
|
616
215
|
(function (VoteValue) {
|
|
617
216
|
VoteValue["NO"] = "NO";
|
|
618
217
|
VoteValue["YES"] = "YES";
|
|
619
218
|
})(VoteValue = exports.VoteValue || (exports.VoteValue = {}));
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
})
|
|
655
|
-
})
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
})
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
})
|
|
685
|
-
})
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
})
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
})
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
219
|
+
const ApprovalThresholdPolicyFilterSensitiveLog = (obj) => ({
|
|
220
|
+
...obj,
|
|
221
|
+
});
|
|
222
|
+
exports.ApprovalThresholdPolicyFilterSensitiveLog = ApprovalThresholdPolicyFilterSensitiveLog;
|
|
223
|
+
const MemberFabricConfigurationFilterSensitiveLog = (obj) => ({
|
|
224
|
+
...obj,
|
|
225
|
+
...(obj.AdminPassword && { AdminPassword: smithy_client_1.SENSITIVE_STRING }),
|
|
226
|
+
});
|
|
227
|
+
exports.MemberFabricConfigurationFilterSensitiveLog = MemberFabricConfigurationFilterSensitiveLog;
|
|
228
|
+
const MemberFrameworkConfigurationFilterSensitiveLog = (obj) => ({
|
|
229
|
+
...obj,
|
|
230
|
+
...(obj.Fabric && { Fabric: (0, exports.MemberFabricConfigurationFilterSensitiveLog)(obj.Fabric) }),
|
|
231
|
+
});
|
|
232
|
+
exports.MemberFrameworkConfigurationFilterSensitiveLog = MemberFrameworkConfigurationFilterSensitiveLog;
|
|
233
|
+
const LogConfigurationFilterSensitiveLog = (obj) => ({
|
|
234
|
+
...obj,
|
|
235
|
+
});
|
|
236
|
+
exports.LogConfigurationFilterSensitiveLog = LogConfigurationFilterSensitiveLog;
|
|
237
|
+
const LogConfigurationsFilterSensitiveLog = (obj) => ({
|
|
238
|
+
...obj,
|
|
239
|
+
});
|
|
240
|
+
exports.LogConfigurationsFilterSensitiveLog = LogConfigurationsFilterSensitiveLog;
|
|
241
|
+
const MemberFabricLogPublishingConfigurationFilterSensitiveLog = (obj) => ({
|
|
242
|
+
...obj,
|
|
243
|
+
});
|
|
244
|
+
exports.MemberFabricLogPublishingConfigurationFilterSensitiveLog = MemberFabricLogPublishingConfigurationFilterSensitiveLog;
|
|
245
|
+
const MemberLogPublishingConfigurationFilterSensitiveLog = (obj) => ({
|
|
246
|
+
...obj,
|
|
247
|
+
});
|
|
248
|
+
exports.MemberLogPublishingConfigurationFilterSensitiveLog = MemberLogPublishingConfigurationFilterSensitiveLog;
|
|
249
|
+
const MemberConfigurationFilterSensitiveLog = (obj) => ({
|
|
250
|
+
...obj,
|
|
251
|
+
...(obj.FrameworkConfiguration && {
|
|
252
|
+
FrameworkConfiguration: (0, exports.MemberFrameworkConfigurationFilterSensitiveLog)(obj.FrameworkConfiguration),
|
|
253
|
+
}),
|
|
254
|
+
});
|
|
255
|
+
exports.MemberConfigurationFilterSensitiveLog = MemberConfigurationFilterSensitiveLog;
|
|
256
|
+
const CreateMemberInputFilterSensitiveLog = (obj) => ({
|
|
257
|
+
...obj,
|
|
258
|
+
...(obj.MemberConfiguration && {
|
|
259
|
+
MemberConfiguration: (0, exports.MemberConfigurationFilterSensitiveLog)(obj.MemberConfiguration),
|
|
260
|
+
}),
|
|
261
|
+
});
|
|
262
|
+
exports.CreateMemberInputFilterSensitiveLog = CreateMemberInputFilterSensitiveLog;
|
|
263
|
+
const CreateMemberOutputFilterSensitiveLog = (obj) => ({
|
|
264
|
+
...obj,
|
|
265
|
+
});
|
|
266
|
+
exports.CreateMemberOutputFilterSensitiveLog = CreateMemberOutputFilterSensitiveLog;
|
|
267
|
+
const NetworkFabricConfigurationFilterSensitiveLog = (obj) => ({
|
|
268
|
+
...obj,
|
|
269
|
+
});
|
|
270
|
+
exports.NetworkFabricConfigurationFilterSensitiveLog = NetworkFabricConfigurationFilterSensitiveLog;
|
|
271
|
+
const NetworkFrameworkConfigurationFilterSensitiveLog = (obj) => ({
|
|
272
|
+
...obj,
|
|
273
|
+
});
|
|
274
|
+
exports.NetworkFrameworkConfigurationFilterSensitiveLog = NetworkFrameworkConfigurationFilterSensitiveLog;
|
|
275
|
+
const VotingPolicyFilterSensitiveLog = (obj) => ({
|
|
276
|
+
...obj,
|
|
277
|
+
});
|
|
278
|
+
exports.VotingPolicyFilterSensitiveLog = VotingPolicyFilterSensitiveLog;
|
|
279
|
+
const CreateNetworkInputFilterSensitiveLog = (obj) => ({
|
|
280
|
+
...obj,
|
|
281
|
+
...(obj.MemberConfiguration && {
|
|
282
|
+
MemberConfiguration: (0, exports.MemberConfigurationFilterSensitiveLog)(obj.MemberConfiguration),
|
|
283
|
+
}),
|
|
284
|
+
});
|
|
285
|
+
exports.CreateNetworkInputFilterSensitiveLog = CreateNetworkInputFilterSensitiveLog;
|
|
286
|
+
const CreateNetworkOutputFilterSensitiveLog = (obj) => ({
|
|
287
|
+
...obj,
|
|
288
|
+
});
|
|
289
|
+
exports.CreateNetworkOutputFilterSensitiveLog = CreateNetworkOutputFilterSensitiveLog;
|
|
290
|
+
const NodeFabricLogPublishingConfigurationFilterSensitiveLog = (obj) => ({
|
|
291
|
+
...obj,
|
|
292
|
+
});
|
|
293
|
+
exports.NodeFabricLogPublishingConfigurationFilterSensitiveLog = NodeFabricLogPublishingConfigurationFilterSensitiveLog;
|
|
294
|
+
const NodeLogPublishingConfigurationFilterSensitiveLog = (obj) => ({
|
|
295
|
+
...obj,
|
|
296
|
+
});
|
|
297
|
+
exports.NodeLogPublishingConfigurationFilterSensitiveLog = NodeLogPublishingConfigurationFilterSensitiveLog;
|
|
298
|
+
const NodeConfigurationFilterSensitiveLog = (obj) => ({
|
|
299
|
+
...obj,
|
|
300
|
+
});
|
|
301
|
+
exports.NodeConfigurationFilterSensitiveLog = NodeConfigurationFilterSensitiveLog;
|
|
302
|
+
const CreateNodeInputFilterSensitiveLog = (obj) => ({
|
|
303
|
+
...obj,
|
|
304
|
+
});
|
|
305
|
+
exports.CreateNodeInputFilterSensitiveLog = CreateNodeInputFilterSensitiveLog;
|
|
306
|
+
const CreateNodeOutputFilterSensitiveLog = (obj) => ({
|
|
307
|
+
...obj,
|
|
308
|
+
});
|
|
309
|
+
exports.CreateNodeOutputFilterSensitiveLog = CreateNodeOutputFilterSensitiveLog;
|
|
310
|
+
const InviteActionFilterSensitiveLog = (obj) => ({
|
|
311
|
+
...obj,
|
|
312
|
+
});
|
|
313
|
+
exports.InviteActionFilterSensitiveLog = InviteActionFilterSensitiveLog;
|
|
314
|
+
const RemoveActionFilterSensitiveLog = (obj) => ({
|
|
315
|
+
...obj,
|
|
316
|
+
});
|
|
317
|
+
exports.RemoveActionFilterSensitiveLog = RemoveActionFilterSensitiveLog;
|
|
318
|
+
const ProposalActionsFilterSensitiveLog = (obj) => ({
|
|
319
|
+
...obj,
|
|
320
|
+
});
|
|
321
|
+
exports.ProposalActionsFilterSensitiveLog = ProposalActionsFilterSensitiveLog;
|
|
322
|
+
const CreateProposalInputFilterSensitiveLog = (obj) => ({
|
|
323
|
+
...obj,
|
|
324
|
+
});
|
|
325
|
+
exports.CreateProposalInputFilterSensitiveLog = CreateProposalInputFilterSensitiveLog;
|
|
326
|
+
const CreateProposalOutputFilterSensitiveLog = (obj) => ({
|
|
327
|
+
...obj,
|
|
328
|
+
});
|
|
329
|
+
exports.CreateProposalOutputFilterSensitiveLog = CreateProposalOutputFilterSensitiveLog;
|
|
330
|
+
const DeleteMemberInputFilterSensitiveLog = (obj) => ({
|
|
331
|
+
...obj,
|
|
332
|
+
});
|
|
333
|
+
exports.DeleteMemberInputFilterSensitiveLog = DeleteMemberInputFilterSensitiveLog;
|
|
334
|
+
const DeleteMemberOutputFilterSensitiveLog = (obj) => ({
|
|
335
|
+
...obj,
|
|
336
|
+
});
|
|
337
|
+
exports.DeleteMemberOutputFilterSensitiveLog = DeleteMemberOutputFilterSensitiveLog;
|
|
338
|
+
const DeleteNodeInputFilterSensitiveLog = (obj) => ({
|
|
339
|
+
...obj,
|
|
340
|
+
});
|
|
341
|
+
exports.DeleteNodeInputFilterSensitiveLog = DeleteNodeInputFilterSensitiveLog;
|
|
342
|
+
const DeleteNodeOutputFilterSensitiveLog = (obj) => ({
|
|
343
|
+
...obj,
|
|
344
|
+
});
|
|
345
|
+
exports.DeleteNodeOutputFilterSensitiveLog = DeleteNodeOutputFilterSensitiveLog;
|
|
346
|
+
const GetMemberInputFilterSensitiveLog = (obj) => ({
|
|
347
|
+
...obj,
|
|
348
|
+
});
|
|
349
|
+
exports.GetMemberInputFilterSensitiveLog = GetMemberInputFilterSensitiveLog;
|
|
350
|
+
const MemberFabricAttributesFilterSensitiveLog = (obj) => ({
|
|
351
|
+
...obj,
|
|
352
|
+
});
|
|
353
|
+
exports.MemberFabricAttributesFilterSensitiveLog = MemberFabricAttributesFilterSensitiveLog;
|
|
354
|
+
const MemberFrameworkAttributesFilterSensitiveLog = (obj) => ({
|
|
355
|
+
...obj,
|
|
356
|
+
});
|
|
357
|
+
exports.MemberFrameworkAttributesFilterSensitiveLog = MemberFrameworkAttributesFilterSensitiveLog;
|
|
358
|
+
const MemberFilterSensitiveLog = (obj) => ({
|
|
359
|
+
...obj,
|
|
360
|
+
});
|
|
361
|
+
exports.MemberFilterSensitiveLog = MemberFilterSensitiveLog;
|
|
362
|
+
const GetMemberOutputFilterSensitiveLog = (obj) => ({
|
|
363
|
+
...obj,
|
|
364
|
+
});
|
|
365
|
+
exports.GetMemberOutputFilterSensitiveLog = GetMemberOutputFilterSensitiveLog;
|
|
366
|
+
const GetNetworkInputFilterSensitiveLog = (obj) => ({
|
|
367
|
+
...obj,
|
|
368
|
+
});
|
|
369
|
+
exports.GetNetworkInputFilterSensitiveLog = GetNetworkInputFilterSensitiveLog;
|
|
370
|
+
const NetworkEthereumAttributesFilterSensitiveLog = (obj) => ({
|
|
371
|
+
...obj,
|
|
372
|
+
});
|
|
373
|
+
exports.NetworkEthereumAttributesFilterSensitiveLog = NetworkEthereumAttributesFilterSensitiveLog;
|
|
374
|
+
const NetworkFabricAttributesFilterSensitiveLog = (obj) => ({
|
|
375
|
+
...obj,
|
|
376
|
+
});
|
|
377
|
+
exports.NetworkFabricAttributesFilterSensitiveLog = NetworkFabricAttributesFilterSensitiveLog;
|
|
378
|
+
const NetworkFrameworkAttributesFilterSensitiveLog = (obj) => ({
|
|
379
|
+
...obj,
|
|
380
|
+
});
|
|
381
|
+
exports.NetworkFrameworkAttributesFilterSensitiveLog = NetworkFrameworkAttributesFilterSensitiveLog;
|
|
382
|
+
const NetworkFilterSensitiveLog = (obj) => ({
|
|
383
|
+
...obj,
|
|
384
|
+
});
|
|
385
|
+
exports.NetworkFilterSensitiveLog = NetworkFilterSensitiveLog;
|
|
386
|
+
const GetNetworkOutputFilterSensitiveLog = (obj) => ({
|
|
387
|
+
...obj,
|
|
388
|
+
});
|
|
389
|
+
exports.GetNetworkOutputFilterSensitiveLog = GetNetworkOutputFilterSensitiveLog;
|
|
390
|
+
const GetNodeInputFilterSensitiveLog = (obj) => ({
|
|
391
|
+
...obj,
|
|
392
|
+
});
|
|
393
|
+
exports.GetNodeInputFilterSensitiveLog = GetNodeInputFilterSensitiveLog;
|
|
394
|
+
const NodeEthereumAttributesFilterSensitiveLog = (obj) => ({
|
|
395
|
+
...obj,
|
|
396
|
+
});
|
|
397
|
+
exports.NodeEthereumAttributesFilterSensitiveLog = NodeEthereumAttributesFilterSensitiveLog;
|
|
398
|
+
const NodeFabricAttributesFilterSensitiveLog = (obj) => ({
|
|
399
|
+
...obj,
|
|
400
|
+
});
|
|
401
|
+
exports.NodeFabricAttributesFilterSensitiveLog = NodeFabricAttributesFilterSensitiveLog;
|
|
402
|
+
const NodeFrameworkAttributesFilterSensitiveLog = (obj) => ({
|
|
403
|
+
...obj,
|
|
404
|
+
});
|
|
405
|
+
exports.NodeFrameworkAttributesFilterSensitiveLog = NodeFrameworkAttributesFilterSensitiveLog;
|
|
406
|
+
const NodeFilterSensitiveLog = (obj) => ({
|
|
407
|
+
...obj,
|
|
408
|
+
});
|
|
409
|
+
exports.NodeFilterSensitiveLog = NodeFilterSensitiveLog;
|
|
410
|
+
const GetNodeOutputFilterSensitiveLog = (obj) => ({
|
|
411
|
+
...obj,
|
|
412
|
+
});
|
|
413
|
+
exports.GetNodeOutputFilterSensitiveLog = GetNodeOutputFilterSensitiveLog;
|
|
414
|
+
const GetProposalInputFilterSensitiveLog = (obj) => ({
|
|
415
|
+
...obj,
|
|
416
|
+
});
|
|
417
|
+
exports.GetProposalInputFilterSensitiveLog = GetProposalInputFilterSensitiveLog;
|
|
418
|
+
const ProposalFilterSensitiveLog = (obj) => ({
|
|
419
|
+
...obj,
|
|
420
|
+
});
|
|
421
|
+
exports.ProposalFilterSensitiveLog = ProposalFilterSensitiveLog;
|
|
422
|
+
const GetProposalOutputFilterSensitiveLog = (obj) => ({
|
|
423
|
+
...obj,
|
|
424
|
+
});
|
|
425
|
+
exports.GetProposalOutputFilterSensitiveLog = GetProposalOutputFilterSensitiveLog;
|
|
426
|
+
const NetworkSummaryFilterSensitiveLog = (obj) => ({
|
|
427
|
+
...obj,
|
|
428
|
+
});
|
|
429
|
+
exports.NetworkSummaryFilterSensitiveLog = NetworkSummaryFilterSensitiveLog;
|
|
430
|
+
const InvitationFilterSensitiveLog = (obj) => ({
|
|
431
|
+
...obj,
|
|
432
|
+
});
|
|
433
|
+
exports.InvitationFilterSensitiveLog = InvitationFilterSensitiveLog;
|
|
434
|
+
const ListInvitationsInputFilterSensitiveLog = (obj) => ({
|
|
435
|
+
...obj,
|
|
436
|
+
});
|
|
437
|
+
exports.ListInvitationsInputFilterSensitiveLog = ListInvitationsInputFilterSensitiveLog;
|
|
438
|
+
const ListInvitationsOutputFilterSensitiveLog = (obj) => ({
|
|
439
|
+
...obj,
|
|
440
|
+
});
|
|
441
|
+
exports.ListInvitationsOutputFilterSensitiveLog = ListInvitationsOutputFilterSensitiveLog;
|
|
442
|
+
const ListMembersInputFilterSensitiveLog = (obj) => ({
|
|
443
|
+
...obj,
|
|
444
|
+
});
|
|
445
|
+
exports.ListMembersInputFilterSensitiveLog = ListMembersInputFilterSensitiveLog;
|
|
446
|
+
const MemberSummaryFilterSensitiveLog = (obj) => ({
|
|
447
|
+
...obj,
|
|
448
|
+
});
|
|
449
|
+
exports.MemberSummaryFilterSensitiveLog = MemberSummaryFilterSensitiveLog;
|
|
450
|
+
const ListMembersOutputFilterSensitiveLog = (obj) => ({
|
|
451
|
+
...obj,
|
|
452
|
+
});
|
|
453
|
+
exports.ListMembersOutputFilterSensitiveLog = ListMembersOutputFilterSensitiveLog;
|
|
454
|
+
const ListNetworksInputFilterSensitiveLog = (obj) => ({
|
|
455
|
+
...obj,
|
|
456
|
+
});
|
|
457
|
+
exports.ListNetworksInputFilterSensitiveLog = ListNetworksInputFilterSensitiveLog;
|
|
458
|
+
const ListNetworksOutputFilterSensitiveLog = (obj) => ({
|
|
459
|
+
...obj,
|
|
460
|
+
});
|
|
461
|
+
exports.ListNetworksOutputFilterSensitiveLog = ListNetworksOutputFilterSensitiveLog;
|
|
462
|
+
const ListNodesInputFilterSensitiveLog = (obj) => ({
|
|
463
|
+
...obj,
|
|
464
|
+
});
|
|
465
|
+
exports.ListNodesInputFilterSensitiveLog = ListNodesInputFilterSensitiveLog;
|
|
466
|
+
const NodeSummaryFilterSensitiveLog = (obj) => ({
|
|
467
|
+
...obj,
|
|
468
|
+
});
|
|
469
|
+
exports.NodeSummaryFilterSensitiveLog = NodeSummaryFilterSensitiveLog;
|
|
470
|
+
const ListNodesOutputFilterSensitiveLog = (obj) => ({
|
|
471
|
+
...obj,
|
|
472
|
+
});
|
|
473
|
+
exports.ListNodesOutputFilterSensitiveLog = ListNodesOutputFilterSensitiveLog;
|
|
474
|
+
const ListProposalsInputFilterSensitiveLog = (obj) => ({
|
|
475
|
+
...obj,
|
|
476
|
+
});
|
|
477
|
+
exports.ListProposalsInputFilterSensitiveLog = ListProposalsInputFilterSensitiveLog;
|
|
478
|
+
const ProposalSummaryFilterSensitiveLog = (obj) => ({
|
|
479
|
+
...obj,
|
|
480
|
+
});
|
|
481
|
+
exports.ProposalSummaryFilterSensitiveLog = ProposalSummaryFilterSensitiveLog;
|
|
482
|
+
const ListProposalsOutputFilterSensitiveLog = (obj) => ({
|
|
483
|
+
...obj,
|
|
484
|
+
});
|
|
485
|
+
exports.ListProposalsOutputFilterSensitiveLog = ListProposalsOutputFilterSensitiveLog;
|
|
486
|
+
const ListProposalVotesInputFilterSensitiveLog = (obj) => ({
|
|
487
|
+
...obj,
|
|
488
|
+
});
|
|
489
|
+
exports.ListProposalVotesInputFilterSensitiveLog = ListProposalVotesInputFilterSensitiveLog;
|
|
490
|
+
const VoteSummaryFilterSensitiveLog = (obj) => ({
|
|
491
|
+
...obj,
|
|
492
|
+
});
|
|
493
|
+
exports.VoteSummaryFilterSensitiveLog = VoteSummaryFilterSensitiveLog;
|
|
494
|
+
const ListProposalVotesOutputFilterSensitiveLog = (obj) => ({
|
|
495
|
+
...obj,
|
|
496
|
+
});
|
|
497
|
+
exports.ListProposalVotesOutputFilterSensitiveLog = ListProposalVotesOutputFilterSensitiveLog;
|
|
498
|
+
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
499
|
+
...obj,
|
|
500
|
+
});
|
|
501
|
+
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
502
|
+
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
503
|
+
...obj,
|
|
504
|
+
});
|
|
505
|
+
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
506
|
+
const RejectInvitationInputFilterSensitiveLog = (obj) => ({
|
|
507
|
+
...obj,
|
|
508
|
+
});
|
|
509
|
+
exports.RejectInvitationInputFilterSensitiveLog = RejectInvitationInputFilterSensitiveLog;
|
|
510
|
+
const RejectInvitationOutputFilterSensitiveLog = (obj) => ({
|
|
511
|
+
...obj,
|
|
512
|
+
});
|
|
513
|
+
exports.RejectInvitationOutputFilterSensitiveLog = RejectInvitationOutputFilterSensitiveLog;
|
|
514
|
+
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
515
|
+
...obj,
|
|
516
|
+
});
|
|
517
|
+
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
518
|
+
const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
519
|
+
...obj,
|
|
520
|
+
});
|
|
521
|
+
exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
|
|
522
|
+
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
523
|
+
...obj,
|
|
524
|
+
});
|
|
525
|
+
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
526
|
+
const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
527
|
+
...obj,
|
|
528
|
+
});
|
|
529
|
+
exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
|
|
530
|
+
const UpdateMemberInputFilterSensitiveLog = (obj) => ({
|
|
531
|
+
...obj,
|
|
532
|
+
});
|
|
533
|
+
exports.UpdateMemberInputFilterSensitiveLog = UpdateMemberInputFilterSensitiveLog;
|
|
534
|
+
const UpdateMemberOutputFilterSensitiveLog = (obj) => ({
|
|
535
|
+
...obj,
|
|
536
|
+
});
|
|
537
|
+
exports.UpdateMemberOutputFilterSensitiveLog = UpdateMemberOutputFilterSensitiveLog;
|
|
538
|
+
const UpdateNodeInputFilterSensitiveLog = (obj) => ({
|
|
539
|
+
...obj,
|
|
540
|
+
});
|
|
541
|
+
exports.UpdateNodeInputFilterSensitiveLog = UpdateNodeInputFilterSensitiveLog;
|
|
542
|
+
const UpdateNodeOutputFilterSensitiveLog = (obj) => ({
|
|
543
|
+
...obj,
|
|
544
|
+
});
|
|
545
|
+
exports.UpdateNodeOutputFilterSensitiveLog = UpdateNodeOutputFilterSensitiveLog;
|
|
546
|
+
const VoteOnProposalInputFilterSensitiveLog = (obj) => ({
|
|
547
|
+
...obj,
|
|
548
|
+
});
|
|
549
|
+
exports.VoteOnProposalInputFilterSensitiveLog = VoteOnProposalInputFilterSensitiveLog;
|
|
550
|
+
const VoteOnProposalOutputFilterSensitiveLog = (obj) => ({
|
|
551
|
+
...obj,
|
|
552
|
+
});
|
|
553
|
+
exports.VoteOnProposalOutputFilterSensitiveLog = VoteOnProposalOutputFilterSensitiveLog;
|