@aws-sdk/client-managedblockchain 3.33.0 → 3.34.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 +11 -0
- package/dist/cjs/package.json +38 -38
- package/dist/es/ManagedBlockchain.js +1 -7
- package/dist/es/ManagedBlockchain.js.map +1 -1
- package/dist/es/ManagedBlockchainClient.js +1 -12
- package/dist/es/ManagedBlockchainClient.js.map +1 -1
- package/dist/es/commands/CreateMemberCommand.js +2 -28
- package/dist/es/commands/CreateMemberCommand.js.map +1 -1
- package/dist/es/commands/CreateNetworkCommand.js +2 -28
- package/dist/es/commands/CreateNetworkCommand.js.map +1 -1
- package/dist/es/commands/CreateNodeCommand.js +2 -28
- package/dist/es/commands/CreateNodeCommand.js.map +1 -1
- package/dist/es/commands/CreateProposalCommand.js +2 -28
- package/dist/es/commands/CreateProposalCommand.js.map +1 -1
- package/dist/es/commands/DeleteMemberCommand.js +2 -28
- package/dist/es/commands/DeleteMemberCommand.js.map +1 -1
- package/dist/es/commands/DeleteNodeCommand.js +2 -28
- package/dist/es/commands/DeleteNodeCommand.js.map +1 -1
- package/dist/es/commands/GetMemberCommand.js +2 -28
- package/dist/es/commands/GetMemberCommand.js.map +1 -1
- package/dist/es/commands/GetNetworkCommand.js +2 -28
- package/dist/es/commands/GetNetworkCommand.js.map +1 -1
- package/dist/es/commands/GetNodeCommand.js +2 -28
- package/dist/es/commands/GetNodeCommand.js.map +1 -1
- package/dist/es/commands/GetProposalCommand.js +2 -28
- package/dist/es/commands/GetProposalCommand.js.map +1 -1
- package/dist/es/commands/ListInvitationsCommand.js +2 -28
- package/dist/es/commands/ListInvitationsCommand.js.map +1 -1
- package/dist/es/commands/ListMembersCommand.js +2 -28
- package/dist/es/commands/ListMembersCommand.js.map +1 -1
- package/dist/es/commands/ListNetworksCommand.js +2 -28
- package/dist/es/commands/ListNetworksCommand.js.map +1 -1
- package/dist/es/commands/ListNodesCommand.js +2 -28
- package/dist/es/commands/ListNodesCommand.js.map +1 -1
- package/dist/es/commands/ListProposalVotesCommand.js +2 -28
- package/dist/es/commands/ListProposalVotesCommand.js.map +1 -1
- package/dist/es/commands/ListProposalsCommand.js +2 -28
- package/dist/es/commands/ListProposalsCommand.js.map +1 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +2 -28
- package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/es/commands/RejectInvitationCommand.js +2 -28
- package/dist/es/commands/RejectInvitationCommand.js.map +1 -1
- package/dist/es/commands/TagResourceCommand.js +2 -30
- package/dist/es/commands/TagResourceCommand.js.map +1 -1
- package/dist/es/commands/UntagResourceCommand.js +2 -28
- package/dist/es/commands/UntagResourceCommand.js.map +1 -1
- package/dist/es/commands/UpdateMemberCommand.js +2 -28
- package/dist/es/commands/UpdateMemberCommand.js.map +1 -1
- package/dist/es/commands/UpdateNodeCommand.js +2 -28
- package/dist/es/commands/UpdateNodeCommand.js.map +1 -1
- package/dist/es/commands/VoteOnProposalCommand.js +2 -28
- package/dist/es/commands/VoteOnProposalCommand.js.map +1 -1
- package/dist/es/endpoints.js +1 -1
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/models/models_0.js +0 -273
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/package.json +38 -38
- package/dist/es/pagination/ListInvitationsPaginator.js +16 -28
- package/dist/es/pagination/ListInvitationsPaginator.js.map +1 -1
- package/dist/es/pagination/ListMembersPaginator.js +16 -28
- package/dist/es/pagination/ListMembersPaginator.js.map +1 -1
- package/dist/es/pagination/ListNetworksPaginator.js +16 -28
- package/dist/es/pagination/ListNetworksPaginator.js.map +1 -1
- package/dist/es/pagination/ListNodesPaginator.js +16 -28
- package/dist/es/pagination/ListNodesPaginator.js.map +1 -1
- package/dist/es/pagination/ListProposalVotesPaginator.js +16 -28
- package/dist/es/pagination/ListProposalVotesPaginator.js.map +1 -1
- package/dist/es/pagination/ListProposalsPaginator.js +16 -28
- package/dist/es/pagination/ListProposalsPaginator.js.map +1 -1
- package/dist/es/protocols/Aws_restJson1.js +721 -726
- package/dist/es/protocols/Aws_restJson1.js.map +1 -1
- package/dist/es/runtimeConfig.browser.js +0 -3
- package/dist/es/runtimeConfig.browser.js.map +1 -1
- package/dist/es/runtimeConfig.js +0 -3
- package/dist/es/runtimeConfig.js.map +1 -1
- package/dist/es/runtimeConfig.native.js +0 -3
- package/dist/es/runtimeConfig.native.js.map +1 -1
- package/dist/es/runtimeConfig.shared.js +0 -3
- package/dist/es/runtimeConfig.shared.js.map +1 -1
- package/package.json +38 -38
- package/tsconfig.es.json +0 -2
- package/tsconfig.json +4 -5
- package/tsconfig.types.json +8 -0
|
@@ -2,9 +2,6 @@ import { __assign } from "tslib";
|
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
3
|
export var AccessDeniedException;
|
|
4
4
|
(function (AccessDeniedException) {
|
|
5
|
-
/**
|
|
6
|
-
* @internal
|
|
7
|
-
*/
|
|
8
5
|
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
6
|
})(AccessDeniedException || (AccessDeniedException = {}));
|
|
10
7
|
export var ThresholdComparator;
|
|
@@ -14,132 +11,78 @@ export var ThresholdComparator;
|
|
|
14
11
|
})(ThresholdComparator || (ThresholdComparator = {}));
|
|
15
12
|
export var ApprovalThresholdPolicy;
|
|
16
13
|
(function (ApprovalThresholdPolicy) {
|
|
17
|
-
/**
|
|
18
|
-
* @internal
|
|
19
|
-
*/
|
|
20
14
|
ApprovalThresholdPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
21
15
|
})(ApprovalThresholdPolicy || (ApprovalThresholdPolicy = {}));
|
|
22
16
|
export var MemberFabricConfiguration;
|
|
23
17
|
(function (MemberFabricConfiguration) {
|
|
24
|
-
/**
|
|
25
|
-
* @internal
|
|
26
|
-
*/
|
|
27
18
|
MemberFabricConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AdminPassword && { AdminPassword: SENSITIVE_STRING }))); };
|
|
28
19
|
})(MemberFabricConfiguration || (MemberFabricConfiguration = {}));
|
|
29
20
|
export var MemberFrameworkConfiguration;
|
|
30
21
|
(function (MemberFrameworkConfiguration) {
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
22
|
MemberFrameworkConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Fabric && { Fabric: MemberFabricConfiguration.filterSensitiveLog(obj.Fabric) }))); };
|
|
35
23
|
})(MemberFrameworkConfiguration || (MemberFrameworkConfiguration = {}));
|
|
36
24
|
export var LogConfiguration;
|
|
37
25
|
(function (LogConfiguration) {
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
26
|
LogConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
42
27
|
})(LogConfiguration || (LogConfiguration = {}));
|
|
43
28
|
export var LogConfigurations;
|
|
44
29
|
(function (LogConfigurations) {
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
30
|
LogConfigurations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
49
31
|
})(LogConfigurations || (LogConfigurations = {}));
|
|
50
32
|
export var MemberFabricLogPublishingConfiguration;
|
|
51
33
|
(function (MemberFabricLogPublishingConfiguration) {
|
|
52
|
-
/**
|
|
53
|
-
* @internal
|
|
54
|
-
*/
|
|
55
34
|
MemberFabricLogPublishingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
56
35
|
})(MemberFabricLogPublishingConfiguration || (MemberFabricLogPublishingConfiguration = {}));
|
|
57
36
|
export var MemberLogPublishingConfiguration;
|
|
58
37
|
(function (MemberLogPublishingConfiguration) {
|
|
59
|
-
/**
|
|
60
|
-
* @internal
|
|
61
|
-
*/
|
|
62
38
|
MemberLogPublishingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
63
39
|
})(MemberLogPublishingConfiguration || (MemberLogPublishingConfiguration = {}));
|
|
64
40
|
export var MemberConfiguration;
|
|
65
41
|
(function (MemberConfiguration) {
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
42
|
MemberConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.FrameworkConfiguration && {
|
|
70
43
|
FrameworkConfiguration: MemberFrameworkConfiguration.filterSensitiveLog(obj.FrameworkConfiguration),
|
|
71
44
|
}))); };
|
|
72
45
|
})(MemberConfiguration || (MemberConfiguration = {}));
|
|
73
46
|
export var CreateMemberInput;
|
|
74
47
|
(function (CreateMemberInput) {
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
48
|
CreateMemberInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.MemberConfiguration && {
|
|
79
49
|
MemberConfiguration: MemberConfiguration.filterSensitiveLog(obj.MemberConfiguration),
|
|
80
50
|
}))); };
|
|
81
51
|
})(CreateMemberInput || (CreateMemberInput = {}));
|
|
82
52
|
export var CreateMemberOutput;
|
|
83
53
|
(function (CreateMemberOutput) {
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
54
|
CreateMemberOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
88
55
|
})(CreateMemberOutput || (CreateMemberOutput = {}));
|
|
89
56
|
export var InternalServiceErrorException;
|
|
90
57
|
(function (InternalServiceErrorException) {
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
58
|
InternalServiceErrorException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
95
59
|
})(InternalServiceErrorException || (InternalServiceErrorException = {}));
|
|
96
60
|
export var InvalidRequestException;
|
|
97
61
|
(function (InvalidRequestException) {
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
62
|
InvalidRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
63
|
})(InvalidRequestException || (InvalidRequestException = {}));
|
|
103
64
|
export var ResourceAlreadyExistsException;
|
|
104
65
|
(function (ResourceAlreadyExistsException) {
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
66
|
ResourceAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
109
67
|
})(ResourceAlreadyExistsException || (ResourceAlreadyExistsException = {}));
|
|
110
68
|
export var ResourceLimitExceededException;
|
|
111
69
|
(function (ResourceLimitExceededException) {
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
70
|
ResourceLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
71
|
})(ResourceLimitExceededException || (ResourceLimitExceededException = {}));
|
|
117
72
|
export var ResourceNotFoundException;
|
|
118
73
|
(function (ResourceNotFoundException) {
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
74
|
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
123
75
|
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
124
76
|
export var ResourceNotReadyException;
|
|
125
77
|
(function (ResourceNotReadyException) {
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
78
|
ResourceNotReadyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
130
79
|
})(ResourceNotReadyException || (ResourceNotReadyException = {}));
|
|
131
80
|
export var ThrottlingException;
|
|
132
81
|
(function (ThrottlingException) {
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
82
|
ThrottlingException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
137
83
|
})(ThrottlingException || (ThrottlingException = {}));
|
|
138
84
|
export var TooManyTagsException;
|
|
139
85
|
(function (TooManyTagsException) {
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
86
|
TooManyTagsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
87
|
})(TooManyTagsException || (TooManyTagsException = {}));
|
|
145
88
|
export var Framework;
|
|
@@ -154,53 +97,32 @@ export var Edition;
|
|
|
154
97
|
})(Edition || (Edition = {}));
|
|
155
98
|
export var NetworkFabricConfiguration;
|
|
156
99
|
(function (NetworkFabricConfiguration) {
|
|
157
|
-
/**
|
|
158
|
-
* @internal
|
|
159
|
-
*/
|
|
160
100
|
NetworkFabricConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
161
101
|
})(NetworkFabricConfiguration || (NetworkFabricConfiguration = {}));
|
|
162
102
|
export var NetworkFrameworkConfiguration;
|
|
163
103
|
(function (NetworkFrameworkConfiguration) {
|
|
164
|
-
/**
|
|
165
|
-
* @internal
|
|
166
|
-
*/
|
|
167
104
|
NetworkFrameworkConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
168
105
|
})(NetworkFrameworkConfiguration || (NetworkFrameworkConfiguration = {}));
|
|
169
106
|
export var VotingPolicy;
|
|
170
107
|
(function (VotingPolicy) {
|
|
171
|
-
/**
|
|
172
|
-
* @internal
|
|
173
|
-
*/
|
|
174
108
|
VotingPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
109
|
})(VotingPolicy || (VotingPolicy = {}));
|
|
176
110
|
export var CreateNetworkInput;
|
|
177
111
|
(function (CreateNetworkInput) {
|
|
178
|
-
/**
|
|
179
|
-
* @internal
|
|
180
|
-
*/
|
|
181
112
|
CreateNetworkInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.MemberConfiguration && {
|
|
182
113
|
MemberConfiguration: MemberConfiguration.filterSensitiveLog(obj.MemberConfiguration),
|
|
183
114
|
}))); };
|
|
184
115
|
})(CreateNetworkInput || (CreateNetworkInput = {}));
|
|
185
116
|
export var CreateNetworkOutput;
|
|
186
117
|
(function (CreateNetworkOutput) {
|
|
187
|
-
/**
|
|
188
|
-
* @internal
|
|
189
|
-
*/
|
|
190
118
|
CreateNetworkOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
119
|
})(CreateNetworkOutput || (CreateNetworkOutput = {}));
|
|
192
120
|
export var NodeFabricLogPublishingConfiguration;
|
|
193
121
|
(function (NodeFabricLogPublishingConfiguration) {
|
|
194
|
-
/**
|
|
195
|
-
* @internal
|
|
196
|
-
*/
|
|
197
122
|
NodeFabricLogPublishingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
123
|
})(NodeFabricLogPublishingConfiguration || (NodeFabricLogPublishingConfiguration = {}));
|
|
199
124
|
export var NodeLogPublishingConfiguration;
|
|
200
125
|
(function (NodeLogPublishingConfiguration) {
|
|
201
|
-
/**
|
|
202
|
-
* @internal
|
|
203
|
-
*/
|
|
204
126
|
NodeLogPublishingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
127
|
})(NodeLogPublishingConfiguration || (NodeLogPublishingConfiguration = {}));
|
|
206
128
|
export var StateDBType;
|
|
@@ -210,107 +132,62 @@ export var StateDBType;
|
|
|
210
132
|
})(StateDBType || (StateDBType = {}));
|
|
211
133
|
export var NodeConfiguration;
|
|
212
134
|
(function (NodeConfiguration) {
|
|
213
|
-
/**
|
|
214
|
-
* @internal
|
|
215
|
-
*/
|
|
216
135
|
NodeConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
136
|
})(NodeConfiguration || (NodeConfiguration = {}));
|
|
218
137
|
export var CreateNodeInput;
|
|
219
138
|
(function (CreateNodeInput) {
|
|
220
|
-
/**
|
|
221
|
-
* @internal
|
|
222
|
-
*/
|
|
223
139
|
CreateNodeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
140
|
})(CreateNodeInput || (CreateNodeInput = {}));
|
|
225
141
|
export var CreateNodeOutput;
|
|
226
142
|
(function (CreateNodeOutput) {
|
|
227
|
-
/**
|
|
228
|
-
* @internal
|
|
229
|
-
*/
|
|
230
143
|
CreateNodeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
144
|
})(CreateNodeOutput || (CreateNodeOutput = {}));
|
|
232
145
|
export var InviteAction;
|
|
233
146
|
(function (InviteAction) {
|
|
234
|
-
/**
|
|
235
|
-
* @internal
|
|
236
|
-
*/
|
|
237
147
|
InviteAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
148
|
})(InviteAction || (InviteAction = {}));
|
|
239
149
|
export var RemoveAction;
|
|
240
150
|
(function (RemoveAction) {
|
|
241
|
-
/**
|
|
242
|
-
* @internal
|
|
243
|
-
*/
|
|
244
151
|
RemoveAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
152
|
})(RemoveAction || (RemoveAction = {}));
|
|
246
153
|
export var ProposalActions;
|
|
247
154
|
(function (ProposalActions) {
|
|
248
|
-
/**
|
|
249
|
-
* @internal
|
|
250
|
-
*/
|
|
251
155
|
ProposalActions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
156
|
})(ProposalActions || (ProposalActions = {}));
|
|
253
157
|
export var CreateProposalInput;
|
|
254
158
|
(function (CreateProposalInput) {
|
|
255
|
-
/**
|
|
256
|
-
* @internal
|
|
257
|
-
*/
|
|
258
159
|
CreateProposalInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
160
|
})(CreateProposalInput || (CreateProposalInput = {}));
|
|
260
161
|
export var CreateProposalOutput;
|
|
261
162
|
(function (CreateProposalOutput) {
|
|
262
|
-
/**
|
|
263
|
-
* @internal
|
|
264
|
-
*/
|
|
265
163
|
CreateProposalOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
164
|
})(CreateProposalOutput || (CreateProposalOutput = {}));
|
|
267
165
|
export var DeleteMemberInput;
|
|
268
166
|
(function (DeleteMemberInput) {
|
|
269
|
-
/**
|
|
270
|
-
* @internal
|
|
271
|
-
*/
|
|
272
167
|
DeleteMemberInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
168
|
})(DeleteMemberInput || (DeleteMemberInput = {}));
|
|
274
169
|
export var DeleteMemberOutput;
|
|
275
170
|
(function (DeleteMemberOutput) {
|
|
276
|
-
/**
|
|
277
|
-
* @internal
|
|
278
|
-
*/
|
|
279
171
|
DeleteMemberOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
172
|
})(DeleteMemberOutput || (DeleteMemberOutput = {}));
|
|
281
173
|
export var DeleteNodeInput;
|
|
282
174
|
(function (DeleteNodeInput) {
|
|
283
|
-
/**
|
|
284
|
-
* @internal
|
|
285
|
-
*/
|
|
286
175
|
DeleteNodeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
176
|
})(DeleteNodeInput || (DeleteNodeInput = {}));
|
|
288
177
|
export var DeleteNodeOutput;
|
|
289
178
|
(function (DeleteNodeOutput) {
|
|
290
|
-
/**
|
|
291
|
-
* @internal
|
|
292
|
-
*/
|
|
293
179
|
DeleteNodeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
180
|
})(DeleteNodeOutput || (DeleteNodeOutput = {}));
|
|
295
181
|
export var GetMemberInput;
|
|
296
182
|
(function (GetMemberInput) {
|
|
297
|
-
/**
|
|
298
|
-
* @internal
|
|
299
|
-
*/
|
|
300
183
|
GetMemberInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
184
|
})(GetMemberInput || (GetMemberInput = {}));
|
|
302
185
|
export var MemberFabricAttributes;
|
|
303
186
|
(function (MemberFabricAttributes) {
|
|
304
|
-
/**
|
|
305
|
-
* @internal
|
|
306
|
-
*/
|
|
307
187
|
MemberFabricAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
188
|
})(MemberFabricAttributes || (MemberFabricAttributes = {}));
|
|
309
189
|
export var MemberFrameworkAttributes;
|
|
310
190
|
(function (MemberFrameworkAttributes) {
|
|
311
|
-
/**
|
|
312
|
-
* @internal
|
|
313
|
-
*/
|
|
314
191
|
MemberFrameworkAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
192
|
})(MemberFrameworkAttributes || (MemberFrameworkAttributes = {}));
|
|
316
193
|
export var MemberStatus;
|
|
@@ -325,44 +202,26 @@ export var MemberStatus;
|
|
|
325
202
|
})(MemberStatus || (MemberStatus = {}));
|
|
326
203
|
export var Member;
|
|
327
204
|
(function (Member) {
|
|
328
|
-
/**
|
|
329
|
-
* @internal
|
|
330
|
-
*/
|
|
331
205
|
Member.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
206
|
})(Member || (Member = {}));
|
|
333
207
|
export var GetMemberOutput;
|
|
334
208
|
(function (GetMemberOutput) {
|
|
335
|
-
/**
|
|
336
|
-
* @internal
|
|
337
|
-
*/
|
|
338
209
|
GetMemberOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
210
|
})(GetMemberOutput || (GetMemberOutput = {}));
|
|
340
211
|
export var GetNetworkInput;
|
|
341
212
|
(function (GetNetworkInput) {
|
|
342
|
-
/**
|
|
343
|
-
* @internal
|
|
344
|
-
*/
|
|
345
213
|
GetNetworkInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
214
|
})(GetNetworkInput || (GetNetworkInput = {}));
|
|
347
215
|
export var NetworkEthereumAttributes;
|
|
348
216
|
(function (NetworkEthereumAttributes) {
|
|
349
|
-
/**
|
|
350
|
-
* @internal
|
|
351
|
-
*/
|
|
352
217
|
NetworkEthereumAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
218
|
})(NetworkEthereumAttributes || (NetworkEthereumAttributes = {}));
|
|
354
219
|
export var NetworkFabricAttributes;
|
|
355
220
|
(function (NetworkFabricAttributes) {
|
|
356
|
-
/**
|
|
357
|
-
* @internal
|
|
358
|
-
*/
|
|
359
221
|
NetworkFabricAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
222
|
})(NetworkFabricAttributes || (NetworkFabricAttributes = {}));
|
|
361
223
|
export var NetworkFrameworkAttributes;
|
|
362
224
|
(function (NetworkFrameworkAttributes) {
|
|
363
|
-
/**
|
|
364
|
-
* @internal
|
|
365
|
-
*/
|
|
366
225
|
NetworkFrameworkAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
367
226
|
})(NetworkFrameworkAttributes || (NetworkFrameworkAttributes = {}));
|
|
368
227
|
export var NetworkStatus;
|
|
@@ -375,44 +234,26 @@ export var NetworkStatus;
|
|
|
375
234
|
})(NetworkStatus || (NetworkStatus = {}));
|
|
376
235
|
export var Network;
|
|
377
236
|
(function (Network) {
|
|
378
|
-
/**
|
|
379
|
-
* @internal
|
|
380
|
-
*/
|
|
381
237
|
Network.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
238
|
})(Network || (Network = {}));
|
|
383
239
|
export var GetNetworkOutput;
|
|
384
240
|
(function (GetNetworkOutput) {
|
|
385
|
-
/**
|
|
386
|
-
* @internal
|
|
387
|
-
*/
|
|
388
241
|
GetNetworkOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
389
242
|
})(GetNetworkOutput || (GetNetworkOutput = {}));
|
|
390
243
|
export var GetNodeInput;
|
|
391
244
|
(function (GetNodeInput) {
|
|
392
|
-
/**
|
|
393
|
-
* @internal
|
|
394
|
-
*/
|
|
395
245
|
GetNodeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
246
|
})(GetNodeInput || (GetNodeInput = {}));
|
|
397
247
|
export var NodeEthereumAttributes;
|
|
398
248
|
(function (NodeEthereumAttributes) {
|
|
399
|
-
/**
|
|
400
|
-
* @internal
|
|
401
|
-
*/
|
|
402
249
|
NodeEthereumAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
250
|
})(NodeEthereumAttributes || (NodeEthereumAttributes = {}));
|
|
404
251
|
export var NodeFabricAttributes;
|
|
405
252
|
(function (NodeFabricAttributes) {
|
|
406
|
-
/**
|
|
407
|
-
* @internal
|
|
408
|
-
*/
|
|
409
253
|
NodeFabricAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
410
254
|
})(NodeFabricAttributes || (NodeFabricAttributes = {}));
|
|
411
255
|
export var NodeFrameworkAttributes;
|
|
412
256
|
(function (NodeFrameworkAttributes) {
|
|
413
|
-
/**
|
|
414
|
-
* @internal
|
|
415
|
-
*/
|
|
416
257
|
NodeFrameworkAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
258
|
})(NodeFrameworkAttributes || (NodeFrameworkAttributes = {}));
|
|
418
259
|
export var NodeStatus;
|
|
@@ -429,23 +270,14 @@ export var NodeStatus;
|
|
|
429
270
|
})(NodeStatus || (NodeStatus = {}));
|
|
430
271
|
export var Node;
|
|
431
272
|
(function (Node) {
|
|
432
|
-
/**
|
|
433
|
-
* @internal
|
|
434
|
-
*/
|
|
435
273
|
Node.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
274
|
})(Node || (Node = {}));
|
|
437
275
|
export var GetNodeOutput;
|
|
438
276
|
(function (GetNodeOutput) {
|
|
439
|
-
/**
|
|
440
|
-
* @internal
|
|
441
|
-
*/
|
|
442
277
|
GetNodeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
278
|
})(GetNodeOutput || (GetNodeOutput = {}));
|
|
444
279
|
export var GetProposalInput;
|
|
445
280
|
(function (GetProposalInput) {
|
|
446
|
-
/**
|
|
447
|
-
* @internal
|
|
448
|
-
*/
|
|
449
281
|
GetProposalInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
282
|
})(GetProposalInput || (GetProposalInput = {}));
|
|
451
283
|
export var ProposalStatus;
|
|
@@ -458,30 +290,18 @@ export var ProposalStatus;
|
|
|
458
290
|
})(ProposalStatus || (ProposalStatus = {}));
|
|
459
291
|
export var Proposal;
|
|
460
292
|
(function (Proposal) {
|
|
461
|
-
/**
|
|
462
|
-
* @internal
|
|
463
|
-
*/
|
|
464
293
|
Proposal.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
294
|
})(Proposal || (Proposal = {}));
|
|
466
295
|
export var GetProposalOutput;
|
|
467
296
|
(function (GetProposalOutput) {
|
|
468
|
-
/**
|
|
469
|
-
* @internal
|
|
470
|
-
*/
|
|
471
297
|
GetProposalOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
298
|
})(GetProposalOutput || (GetProposalOutput = {}));
|
|
473
299
|
export var IllegalActionException;
|
|
474
300
|
(function (IllegalActionException) {
|
|
475
|
-
/**
|
|
476
|
-
* @internal
|
|
477
|
-
*/
|
|
478
301
|
IllegalActionException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
302
|
})(IllegalActionException || (IllegalActionException = {}));
|
|
480
303
|
export var NetworkSummary;
|
|
481
304
|
(function (NetworkSummary) {
|
|
482
|
-
/**
|
|
483
|
-
* @internal
|
|
484
|
-
*/
|
|
485
305
|
NetworkSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
306
|
})(NetworkSummary || (NetworkSummary = {}));
|
|
487
307
|
export var InvitationStatus;
|
|
@@ -494,107 +314,62 @@ export var InvitationStatus;
|
|
|
494
314
|
})(InvitationStatus || (InvitationStatus = {}));
|
|
495
315
|
export var Invitation;
|
|
496
316
|
(function (Invitation) {
|
|
497
|
-
/**
|
|
498
|
-
* @internal
|
|
499
|
-
*/
|
|
500
317
|
Invitation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
501
318
|
})(Invitation || (Invitation = {}));
|
|
502
319
|
export var ListInvitationsInput;
|
|
503
320
|
(function (ListInvitationsInput) {
|
|
504
|
-
/**
|
|
505
|
-
* @internal
|
|
506
|
-
*/
|
|
507
321
|
ListInvitationsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
322
|
})(ListInvitationsInput || (ListInvitationsInput = {}));
|
|
509
323
|
export var ListInvitationsOutput;
|
|
510
324
|
(function (ListInvitationsOutput) {
|
|
511
|
-
/**
|
|
512
|
-
* @internal
|
|
513
|
-
*/
|
|
514
325
|
ListInvitationsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
326
|
})(ListInvitationsOutput || (ListInvitationsOutput = {}));
|
|
516
327
|
export var ListMembersInput;
|
|
517
328
|
(function (ListMembersInput) {
|
|
518
|
-
/**
|
|
519
|
-
* @internal
|
|
520
|
-
*/
|
|
521
329
|
ListMembersInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
330
|
})(ListMembersInput || (ListMembersInput = {}));
|
|
523
331
|
export var MemberSummary;
|
|
524
332
|
(function (MemberSummary) {
|
|
525
|
-
/**
|
|
526
|
-
* @internal
|
|
527
|
-
*/
|
|
528
333
|
MemberSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
334
|
})(MemberSummary || (MemberSummary = {}));
|
|
530
335
|
export var ListMembersOutput;
|
|
531
336
|
(function (ListMembersOutput) {
|
|
532
|
-
/**
|
|
533
|
-
* @internal
|
|
534
|
-
*/
|
|
535
337
|
ListMembersOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
338
|
})(ListMembersOutput || (ListMembersOutput = {}));
|
|
537
339
|
export var ListNetworksInput;
|
|
538
340
|
(function (ListNetworksInput) {
|
|
539
|
-
/**
|
|
540
|
-
* @internal
|
|
541
|
-
*/
|
|
542
341
|
ListNetworksInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
342
|
})(ListNetworksInput || (ListNetworksInput = {}));
|
|
544
343
|
export var ListNetworksOutput;
|
|
545
344
|
(function (ListNetworksOutput) {
|
|
546
|
-
/**
|
|
547
|
-
* @internal
|
|
548
|
-
*/
|
|
549
345
|
ListNetworksOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
346
|
})(ListNetworksOutput || (ListNetworksOutput = {}));
|
|
551
347
|
export var ListNodesInput;
|
|
552
348
|
(function (ListNodesInput) {
|
|
553
|
-
/**
|
|
554
|
-
* @internal
|
|
555
|
-
*/
|
|
556
349
|
ListNodesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
350
|
})(ListNodesInput || (ListNodesInput = {}));
|
|
558
351
|
export var NodeSummary;
|
|
559
352
|
(function (NodeSummary) {
|
|
560
|
-
/**
|
|
561
|
-
* @internal
|
|
562
|
-
*/
|
|
563
353
|
NodeSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
354
|
})(NodeSummary || (NodeSummary = {}));
|
|
565
355
|
export var ListNodesOutput;
|
|
566
356
|
(function (ListNodesOutput) {
|
|
567
|
-
/**
|
|
568
|
-
* @internal
|
|
569
|
-
*/
|
|
570
357
|
ListNodesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
358
|
})(ListNodesOutput || (ListNodesOutput = {}));
|
|
572
359
|
export var ListProposalsInput;
|
|
573
360
|
(function (ListProposalsInput) {
|
|
574
|
-
/**
|
|
575
|
-
* @internal
|
|
576
|
-
*/
|
|
577
361
|
ListProposalsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
362
|
})(ListProposalsInput || (ListProposalsInput = {}));
|
|
579
363
|
export var ProposalSummary;
|
|
580
364
|
(function (ProposalSummary) {
|
|
581
|
-
/**
|
|
582
|
-
* @internal
|
|
583
|
-
*/
|
|
584
365
|
ProposalSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
585
366
|
})(ProposalSummary || (ProposalSummary = {}));
|
|
586
367
|
export var ListProposalsOutput;
|
|
587
368
|
(function (ListProposalsOutput) {
|
|
588
|
-
/**
|
|
589
|
-
* @internal
|
|
590
|
-
*/
|
|
591
369
|
ListProposalsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
592
370
|
})(ListProposalsOutput || (ListProposalsOutput = {}));
|
|
593
371
|
export var ListProposalVotesInput;
|
|
594
372
|
(function (ListProposalVotesInput) {
|
|
595
|
-
/**
|
|
596
|
-
* @internal
|
|
597
|
-
*/
|
|
598
373
|
ListProposalVotesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
374
|
})(ListProposalVotesInput || (ListProposalVotesInput = {}));
|
|
600
375
|
export var VoteValue;
|
|
@@ -604,114 +379,66 @@ export var VoteValue;
|
|
|
604
379
|
})(VoteValue || (VoteValue = {}));
|
|
605
380
|
export var VoteSummary;
|
|
606
381
|
(function (VoteSummary) {
|
|
607
|
-
/**
|
|
608
|
-
* @internal
|
|
609
|
-
*/
|
|
610
382
|
VoteSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
383
|
})(VoteSummary || (VoteSummary = {}));
|
|
612
384
|
export var ListProposalVotesOutput;
|
|
613
385
|
(function (ListProposalVotesOutput) {
|
|
614
|
-
/**
|
|
615
|
-
* @internal
|
|
616
|
-
*/
|
|
617
386
|
ListProposalVotesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
387
|
})(ListProposalVotesOutput || (ListProposalVotesOutput = {}));
|
|
619
388
|
export var ListTagsForResourceRequest;
|
|
620
389
|
(function (ListTagsForResourceRequest) {
|
|
621
|
-
/**
|
|
622
|
-
* @internal
|
|
623
|
-
*/
|
|
624
390
|
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
391
|
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
626
392
|
export var ListTagsForResourceResponse;
|
|
627
393
|
(function (ListTagsForResourceResponse) {
|
|
628
|
-
/**
|
|
629
|
-
* @internal
|
|
630
|
-
*/
|
|
631
394
|
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
395
|
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
633
396
|
export var RejectInvitationInput;
|
|
634
397
|
(function (RejectInvitationInput) {
|
|
635
|
-
/**
|
|
636
|
-
* @internal
|
|
637
|
-
*/
|
|
638
398
|
RejectInvitationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
399
|
})(RejectInvitationInput || (RejectInvitationInput = {}));
|
|
640
400
|
export var RejectInvitationOutput;
|
|
641
401
|
(function (RejectInvitationOutput) {
|
|
642
|
-
/**
|
|
643
|
-
* @internal
|
|
644
|
-
*/
|
|
645
402
|
RejectInvitationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
403
|
})(RejectInvitationOutput || (RejectInvitationOutput = {}));
|
|
647
404
|
export var TagResourceRequest;
|
|
648
405
|
(function (TagResourceRequest) {
|
|
649
|
-
/**
|
|
650
|
-
* @internal
|
|
651
|
-
*/
|
|
652
406
|
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
653
407
|
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
654
408
|
export var TagResourceResponse;
|
|
655
409
|
(function (TagResourceResponse) {
|
|
656
|
-
/**
|
|
657
|
-
* @internal
|
|
658
|
-
*/
|
|
659
410
|
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
411
|
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
661
412
|
export var UntagResourceRequest;
|
|
662
413
|
(function (UntagResourceRequest) {
|
|
663
|
-
/**
|
|
664
|
-
* @internal
|
|
665
|
-
*/
|
|
666
414
|
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
415
|
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
668
416
|
export var UntagResourceResponse;
|
|
669
417
|
(function (UntagResourceResponse) {
|
|
670
|
-
/**
|
|
671
|
-
* @internal
|
|
672
|
-
*/
|
|
673
418
|
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
419
|
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
675
420
|
export var UpdateMemberInput;
|
|
676
421
|
(function (UpdateMemberInput) {
|
|
677
|
-
/**
|
|
678
|
-
* @internal
|
|
679
|
-
*/
|
|
680
422
|
UpdateMemberInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
681
423
|
})(UpdateMemberInput || (UpdateMemberInput = {}));
|
|
682
424
|
export var UpdateMemberOutput;
|
|
683
425
|
(function (UpdateMemberOutput) {
|
|
684
|
-
/**
|
|
685
|
-
* @internal
|
|
686
|
-
*/
|
|
687
426
|
UpdateMemberOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
688
427
|
})(UpdateMemberOutput || (UpdateMemberOutput = {}));
|
|
689
428
|
export var UpdateNodeInput;
|
|
690
429
|
(function (UpdateNodeInput) {
|
|
691
|
-
/**
|
|
692
|
-
* @internal
|
|
693
|
-
*/
|
|
694
430
|
UpdateNodeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
695
431
|
})(UpdateNodeInput || (UpdateNodeInput = {}));
|
|
696
432
|
export var UpdateNodeOutput;
|
|
697
433
|
(function (UpdateNodeOutput) {
|
|
698
|
-
/**
|
|
699
|
-
* @internal
|
|
700
|
-
*/
|
|
701
434
|
UpdateNodeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
702
435
|
})(UpdateNodeOutput || (UpdateNodeOutput = {}));
|
|
703
436
|
export var VoteOnProposalInput;
|
|
704
437
|
(function (VoteOnProposalInput) {
|
|
705
|
-
/**
|
|
706
|
-
* @internal
|
|
707
|
-
*/
|
|
708
438
|
VoteOnProposalInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
709
439
|
})(VoteOnProposalInput || (VoteOnProposalInput = {}));
|
|
710
440
|
export var VoteOnProposalOutput;
|
|
711
441
|
(function (VoteOnProposalOutput) {
|
|
712
|
-
/**
|
|
713
|
-
* @internal
|
|
714
|
-
*/
|
|
715
442
|
VoteOnProposalOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
716
443
|
})(VoteOnProposalOutput || (VoteOnProposalOutput = {}));
|
|
717
444
|
//# sourceMappingURL=models_0.js.map
|