@aws-sdk/client-managedblockchain 3.987.0 → 3.988.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/dist-cjs/index.js +46 -1171
- package/dist-cjs/models/ManagedBlockchainServiceException.js +12 -0
- package/dist-cjs/models/errors.js +154 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +872 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +66 -60
- package/dist-types/schemas/schemas_0.d.ts +17 -10
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -10
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var ManagedBlockchainServiceException = require('./models/ManagedBlockchainServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,1010 +113,6 @@ class ManagedBlockchainClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class ManagedBlockchainServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, ManagedBlockchainServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class AccessDeniedException extends ManagedBlockchainServiceException {
|
|
121
|
-
name = "AccessDeniedException";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
Message;
|
|
124
|
-
constructor(opts) {
|
|
125
|
-
super({
|
|
126
|
-
name: "AccessDeniedException",
|
|
127
|
-
$fault: "client",
|
|
128
|
-
...opts,
|
|
129
|
-
});
|
|
130
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
|
-
this.Message = opts.Message;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
class InternalServiceErrorException extends ManagedBlockchainServiceException {
|
|
135
|
-
name = "InternalServiceErrorException";
|
|
136
|
-
$fault = "server";
|
|
137
|
-
constructor(opts) {
|
|
138
|
-
super({
|
|
139
|
-
name: "InternalServiceErrorException",
|
|
140
|
-
$fault: "server",
|
|
141
|
-
...opts,
|
|
142
|
-
});
|
|
143
|
-
Object.setPrototypeOf(this, InternalServiceErrorException.prototype);
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
class InvalidRequestException extends ManagedBlockchainServiceException {
|
|
147
|
-
name = "InvalidRequestException";
|
|
148
|
-
$fault = "client";
|
|
149
|
-
Message;
|
|
150
|
-
constructor(opts) {
|
|
151
|
-
super({
|
|
152
|
-
name: "InvalidRequestException",
|
|
153
|
-
$fault: "client",
|
|
154
|
-
...opts,
|
|
155
|
-
});
|
|
156
|
-
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
157
|
-
this.Message = opts.Message;
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
class ResourceAlreadyExistsException extends ManagedBlockchainServiceException {
|
|
161
|
-
name = "ResourceAlreadyExistsException";
|
|
162
|
-
$fault = "client";
|
|
163
|
-
Message;
|
|
164
|
-
constructor(opts) {
|
|
165
|
-
super({
|
|
166
|
-
name: "ResourceAlreadyExistsException",
|
|
167
|
-
$fault: "client",
|
|
168
|
-
...opts,
|
|
169
|
-
});
|
|
170
|
-
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
171
|
-
this.Message = opts.Message;
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
class ResourceLimitExceededException extends ManagedBlockchainServiceException {
|
|
175
|
-
name = "ResourceLimitExceededException";
|
|
176
|
-
$fault = "client";
|
|
177
|
-
Message;
|
|
178
|
-
constructor(opts) {
|
|
179
|
-
super({
|
|
180
|
-
name: "ResourceLimitExceededException",
|
|
181
|
-
$fault: "client",
|
|
182
|
-
...opts,
|
|
183
|
-
});
|
|
184
|
-
Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
|
|
185
|
-
this.Message = opts.Message;
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
class ThrottlingException extends ManagedBlockchainServiceException {
|
|
189
|
-
name = "ThrottlingException";
|
|
190
|
-
$fault = "client";
|
|
191
|
-
constructor(opts) {
|
|
192
|
-
super({
|
|
193
|
-
name: "ThrottlingException",
|
|
194
|
-
$fault: "client",
|
|
195
|
-
...opts,
|
|
196
|
-
});
|
|
197
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
class TooManyTagsException extends ManagedBlockchainServiceException {
|
|
201
|
-
name = "TooManyTagsException";
|
|
202
|
-
$fault = "client";
|
|
203
|
-
Message;
|
|
204
|
-
ResourceName;
|
|
205
|
-
constructor(opts) {
|
|
206
|
-
super({
|
|
207
|
-
name: "TooManyTagsException",
|
|
208
|
-
$fault: "client",
|
|
209
|
-
...opts,
|
|
210
|
-
});
|
|
211
|
-
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
212
|
-
this.Message = opts.Message;
|
|
213
|
-
this.ResourceName = opts.ResourceName;
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
class ResourceNotFoundException extends ManagedBlockchainServiceException {
|
|
217
|
-
name = "ResourceNotFoundException";
|
|
218
|
-
$fault = "client";
|
|
219
|
-
Message;
|
|
220
|
-
ResourceName;
|
|
221
|
-
constructor(opts) {
|
|
222
|
-
super({
|
|
223
|
-
name: "ResourceNotFoundException",
|
|
224
|
-
$fault: "client",
|
|
225
|
-
...opts,
|
|
226
|
-
});
|
|
227
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
228
|
-
this.Message = opts.Message;
|
|
229
|
-
this.ResourceName = opts.ResourceName;
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
class ResourceNotReadyException extends ManagedBlockchainServiceException {
|
|
233
|
-
name = "ResourceNotReadyException";
|
|
234
|
-
$fault = "client";
|
|
235
|
-
Message;
|
|
236
|
-
constructor(opts) {
|
|
237
|
-
super({
|
|
238
|
-
name: "ResourceNotReadyException",
|
|
239
|
-
$fault: "client",
|
|
240
|
-
...opts,
|
|
241
|
-
});
|
|
242
|
-
Object.setPrototypeOf(this, ResourceNotReadyException.prototype);
|
|
243
|
-
this.Message = opts.Message;
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
class IllegalActionException extends ManagedBlockchainServiceException {
|
|
247
|
-
name = "IllegalActionException";
|
|
248
|
-
$fault = "client";
|
|
249
|
-
Message;
|
|
250
|
-
constructor(opts) {
|
|
251
|
-
super({
|
|
252
|
-
name: "IllegalActionException",
|
|
253
|
-
$fault: "client",
|
|
254
|
-
...opts,
|
|
255
|
-
});
|
|
256
|
-
Object.setPrototypeOf(this, IllegalActionException.prototype);
|
|
257
|
-
this.Message = opts.Message;
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
const _A = "Accessor";
|
|
262
|
-
const _ADE = "AccessDeniedException";
|
|
263
|
-
const _AI = "AccessorId";
|
|
264
|
-
const _AP = "AdminPassword";
|
|
265
|
-
const _AS = "AccessorSummary";
|
|
266
|
-
const _ASL = "AccessorSummaryList";
|
|
267
|
-
const _AT = "AccessorType";
|
|
268
|
-
const _ATP = "ApprovalThresholdPolicy";
|
|
269
|
-
const _AU = "AdminUsername";
|
|
270
|
-
const _AZ = "AvailabilityZone";
|
|
271
|
-
const _Ac = "Actions";
|
|
272
|
-
const _Acc = "Accessors";
|
|
273
|
-
const _Ar = "Arn";
|
|
274
|
-
const _BT = "BillingToken";
|
|
275
|
-
const _C = "Cloudwatch";
|
|
276
|
-
const _CA = "CreateAccessor";
|
|
277
|
-
const _CAI = "CreateAccessorInput";
|
|
278
|
-
const _CAO = "CreateAccessorOutput";
|
|
279
|
-
const _CD = "CreationDate";
|
|
280
|
-
const _CE = "CaEndpoint";
|
|
281
|
-
const _CI = "ChainId";
|
|
282
|
-
const _CL = "CaLogs";
|
|
283
|
-
const _CLh = "ChaincodeLogs";
|
|
284
|
-
const _CM = "CreateMember";
|
|
285
|
-
const _CMI = "CreateMemberInput";
|
|
286
|
-
const _CMO = "CreateMemberOutput";
|
|
287
|
-
const _CN = "CreateNetwork";
|
|
288
|
-
const _CNI = "CreateNetworkInput";
|
|
289
|
-
const _CNIr = "CreateNodeInput";
|
|
290
|
-
const _CNO = "CreateNetworkOutput";
|
|
291
|
-
const _CNOr = "CreateNodeOutput";
|
|
292
|
-
const _CNr = "CreateNode";
|
|
293
|
-
const _CP = "CreateProposal";
|
|
294
|
-
const _CPI = "CreateProposalInput";
|
|
295
|
-
const _CPO = "CreateProposalOutput";
|
|
296
|
-
const _CRT = "ClientRequestToken";
|
|
297
|
-
const _D = "Description";
|
|
298
|
-
const _DA = "DeleteAccessor";
|
|
299
|
-
const _DAI = "DeleteAccessorInput";
|
|
300
|
-
const _DAO = "DeleteAccessorOutput";
|
|
301
|
-
const _DM = "DeleteMember";
|
|
302
|
-
const _DMI = "DeleteMemberInput";
|
|
303
|
-
const _DMO = "DeleteMemberOutput";
|
|
304
|
-
const _DN = "DeleteNode";
|
|
305
|
-
const _DNI = "DeleteNodeInput";
|
|
306
|
-
const _DNO = "DeleteNodeOutput";
|
|
307
|
-
const _E = "Enabled";
|
|
308
|
-
const _ED = "ExpirationDate";
|
|
309
|
-
const _Ed = "Edition";
|
|
310
|
-
const _Et = "Ethereum";
|
|
311
|
-
const _F = "Framework";
|
|
312
|
-
const _FA = "FrameworkAttributes";
|
|
313
|
-
const _FC = "FrameworkConfiguration";
|
|
314
|
-
const _FV = "FrameworkVersion";
|
|
315
|
-
const _Fa = "Fabric";
|
|
316
|
-
const _GA = "GetAccessor";
|
|
317
|
-
const _GAI = "GetAccessorInput";
|
|
318
|
-
const _GAO = "GetAccessorOutput";
|
|
319
|
-
const _GM = "GetMember";
|
|
320
|
-
const _GMI = "GetMemberInput";
|
|
321
|
-
const _GMO = "GetMemberOutput";
|
|
322
|
-
const _GN = "GetNetwork";
|
|
323
|
-
const _GNI = "GetNetworkInput";
|
|
324
|
-
const _GNIe = "GetNodeInput";
|
|
325
|
-
const _GNO = "GetNetworkOutput";
|
|
326
|
-
const _GNOe = "GetNodeOutput";
|
|
327
|
-
const _GNe = "GetNode";
|
|
328
|
-
const _GP = "GetProposal";
|
|
329
|
-
const _GPI = "GetProposalInput";
|
|
330
|
-
const _GPO = "GetProposalOutput";
|
|
331
|
-
const _HE = "HttpEndpoint";
|
|
332
|
-
const _I = "Id";
|
|
333
|
-
const _IA = "InviteAction";
|
|
334
|
-
const _IAE = "IllegalActionException";
|
|
335
|
-
const _IAL = "InviteActionList";
|
|
336
|
-
const _II = "InvitationId";
|
|
337
|
-
const _IL = "InvitationList";
|
|
338
|
-
const _IO = "IsOwned";
|
|
339
|
-
const _IRE = "InvalidRequestException";
|
|
340
|
-
const _ISEE = "InternalServiceErrorException";
|
|
341
|
-
const _IT = "InstanceType";
|
|
342
|
-
const _In = "Invitation";
|
|
343
|
-
const _Inv = "Invitations";
|
|
344
|
-
const _KKA = "KmsKeyArn";
|
|
345
|
-
const _LA = "ListAccessors";
|
|
346
|
-
const _LAI = "ListAccessorsInput";
|
|
347
|
-
const _LAO = "ListAccessorsOutput";
|
|
348
|
-
const _LC = "LogConfiguration";
|
|
349
|
-
const _LCo = "LogConfigurations";
|
|
350
|
-
const _LI = "ListInvitations";
|
|
351
|
-
const _LII = "ListInvitationsInput";
|
|
352
|
-
const _LIO = "ListInvitationsOutput";
|
|
353
|
-
const _LM = "ListMembers";
|
|
354
|
-
const _LMI = "ListMembersInput";
|
|
355
|
-
const _LMO = "ListMembersOutput";
|
|
356
|
-
const _LN = "ListNetworks";
|
|
357
|
-
const _LNI = "ListNetworksInput";
|
|
358
|
-
const _LNIi = "ListNodesInput";
|
|
359
|
-
const _LNO = "ListNetworksOutput";
|
|
360
|
-
const _LNOi = "ListNodesOutput";
|
|
361
|
-
const _LNi = "ListNodes";
|
|
362
|
-
const _LP = "ListProposals";
|
|
363
|
-
const _LPC = "LogPublishingConfiguration";
|
|
364
|
-
const _LPI = "ListProposalsInput";
|
|
365
|
-
const _LPO = "ListProposalsOutput";
|
|
366
|
-
const _LPV = "ListProposalVotes";
|
|
367
|
-
const _LPVI = "ListProposalVotesInput";
|
|
368
|
-
const _LPVO = "ListProposalVotesOutput";
|
|
369
|
-
const _LTFR = "ListTagsForResource";
|
|
370
|
-
const _LTFRR = "ListTagsForResourceRequest";
|
|
371
|
-
const _LTFRRi = "ListTagsForResourceResponse";
|
|
372
|
-
const _M = "Message";
|
|
373
|
-
const _MC = "MemberConfiguration";
|
|
374
|
-
const _MFA = "MemberFabricAttributes";
|
|
375
|
-
const _MFAe = "MemberFrameworkAttributes";
|
|
376
|
-
const _MFC = "MemberFabricConfiguration";
|
|
377
|
-
const _MFCe = "MemberFrameworkConfiguration";
|
|
378
|
-
const _MFLPC = "MemberFabricLogPublishingConfiguration";
|
|
379
|
-
const _MI = "MemberId";
|
|
380
|
-
const _MLPC = "MemberLogPublishingConfiguration";
|
|
381
|
-
const _MN = "MemberName";
|
|
382
|
-
const _MR = "MaxResults";
|
|
383
|
-
const _MS = "MemberSummary";
|
|
384
|
-
const _MSL = "MemberSummaryList";
|
|
385
|
-
const _Me = "Member";
|
|
386
|
-
const _Mem = "Members";
|
|
387
|
-
const _N = "Name";
|
|
388
|
-
const _NC = "NodeConfiguration";
|
|
389
|
-
const _NEA = "NetworkEthereumAttributes";
|
|
390
|
-
const _NEAo = "NodeEthereumAttributes";
|
|
391
|
-
const _NFA = "NetworkFabricAttributes";
|
|
392
|
-
const _NFAe = "NetworkFrameworkAttributes";
|
|
393
|
-
const _NFAo = "NodeFabricAttributes";
|
|
394
|
-
const _NFAod = "NodeFrameworkAttributes";
|
|
395
|
-
const _NFC = "NetworkFabricConfiguration";
|
|
396
|
-
const _NFCe = "NetworkFrameworkConfiguration";
|
|
397
|
-
const _NFLPC = "NodeFabricLogPublishingConfiguration";
|
|
398
|
-
const _NI = "NetworkId";
|
|
399
|
-
const _NIo = "NodeId";
|
|
400
|
-
const _NLPC = "NodeLogPublishingConfiguration";
|
|
401
|
-
const _NS = "NetworkSummary";
|
|
402
|
-
const _NSL = "NetworkSummaryList";
|
|
403
|
-
const _NSLo = "NodeSummaryList";
|
|
404
|
-
const _NSo = "NodeSummary";
|
|
405
|
-
const _NT = "NetworkType";
|
|
406
|
-
const _NTe = "NextToken";
|
|
407
|
-
const _NVC = "NoVoteCount";
|
|
408
|
-
const _Ne = "Network";
|
|
409
|
-
const _Net = "Networks";
|
|
410
|
-
const _No = "Node";
|
|
411
|
-
const _Nod = "Nodes";
|
|
412
|
-
const _OSE = "OrderingServiceEndpoint";
|
|
413
|
-
const _OVC = "OutstandingVoteCount";
|
|
414
|
-
const _P = "Proposal";
|
|
415
|
-
const _PA = "ProposalActions";
|
|
416
|
-
const _PBMI = "ProposedByMemberId";
|
|
417
|
-
const _PBMN = "ProposedByMemberName";
|
|
418
|
-
const _PDIH = "ProposalDurationInHours";
|
|
419
|
-
const _PE = "PeerEndpoint";
|
|
420
|
-
const _PEE = "PeerEventEndpoint";
|
|
421
|
-
const _PI = "ProposalId";
|
|
422
|
-
const _PL = "PeerLogs";
|
|
423
|
-
const _PS = "PasswordString";
|
|
424
|
-
const _PSL = "ProposalSummaryList";
|
|
425
|
-
const _PSr = "ProposalSummary";
|
|
426
|
-
const _PV = "ProposalVotes";
|
|
427
|
-
const _PVL = "ProposalVoteList";
|
|
428
|
-
const _Pr = "Principal";
|
|
429
|
-
const _Pro = "Proposals";
|
|
430
|
-
const _R = "Removals";
|
|
431
|
-
const _RA = "ResourceArn";
|
|
432
|
-
const _RAEE = "ResourceAlreadyExistsException";
|
|
433
|
-
const _RAL = "RemoveActionList";
|
|
434
|
-
const _RAe = "RemoveAction";
|
|
435
|
-
const _RI = "RejectInvitation";
|
|
436
|
-
const _RII = "RejectInvitationInput";
|
|
437
|
-
const _RIO = "RejectInvitationOutput";
|
|
438
|
-
const _RLEE = "ResourceLimitExceededException";
|
|
439
|
-
const _RN = "ResourceName";
|
|
440
|
-
const _RNFE = "ResourceNotFoundException";
|
|
441
|
-
const _RNRE = "ResourceNotReadyException";
|
|
442
|
-
const _S = "Status";
|
|
443
|
-
const _SDB = "StateDB";
|
|
444
|
-
const _T = "Type";
|
|
445
|
-
const _TC = "ThresholdComparator";
|
|
446
|
-
const _TE = "ThrottlingException";
|
|
447
|
-
const _TK = "TagKeys";
|
|
448
|
-
const _TMTE = "TooManyTagsException";
|
|
449
|
-
const _TP = "ThresholdPercentage";
|
|
450
|
-
const _TR = "TagResource";
|
|
451
|
-
const _TRR = "TagResourceRequest";
|
|
452
|
-
const _TRRa = "TagResourceResponse";
|
|
453
|
-
const _Ta = "Tags";
|
|
454
|
-
const _UM = "UpdateMember";
|
|
455
|
-
const _UMI = "UpdateMemberInput";
|
|
456
|
-
const _UMO = "UpdateMemberOutput";
|
|
457
|
-
const _UN = "UpdateNode";
|
|
458
|
-
const _UNI = "UpdateNodeInput";
|
|
459
|
-
const _UNO = "UpdateNodeOutput";
|
|
460
|
-
const _UR = "UntagResource";
|
|
461
|
-
const _URR = "UntagResourceRequest";
|
|
462
|
-
const _URRn = "UntagResourceResponse";
|
|
463
|
-
const _V = "Vote";
|
|
464
|
-
const _VESN = "VpcEndpointServiceName";
|
|
465
|
-
const _VMI = "VoterMemberId";
|
|
466
|
-
const _VOP = "VoteOnProposal";
|
|
467
|
-
const _VOPI = "VoteOnProposalInput";
|
|
468
|
-
const _VOPO = "VoteOnProposalOutput";
|
|
469
|
-
const _VP = "VotingPolicy";
|
|
470
|
-
const _VS = "VoteSummary";
|
|
471
|
-
const _WSE = "WebSocketEndpoint";
|
|
472
|
-
const _YVC = "YesVoteCount";
|
|
473
|
-
const _c = "client";
|
|
474
|
-
const _e = "error";
|
|
475
|
-
const _f = "framework";
|
|
476
|
-
const _h = "http";
|
|
477
|
-
const _hE = "httpError";
|
|
478
|
-
const _hQ = "httpQuery";
|
|
479
|
-
const _iO = "isOwned";
|
|
480
|
-
const _mI = "memberId";
|
|
481
|
-
const _mR = "maxResults";
|
|
482
|
-
const _n = "name";
|
|
483
|
-
const _nT = "nextToken";
|
|
484
|
-
const _nTe = "networkType";
|
|
485
|
-
const _s = "server";
|
|
486
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.managedblockchain";
|
|
487
|
-
const _st = "status";
|
|
488
|
-
const _tK = "tagKeys";
|
|
489
|
-
const n0 = "com.amazonaws.managedblockchain";
|
|
490
|
-
var PasswordString = [0, n0, _PS, 8, 0];
|
|
491
|
-
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
492
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
493
|
-
[_M],
|
|
494
|
-
[0]
|
|
495
|
-
];
|
|
496
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
497
|
-
var Accessor$ = [3, n0, _A,
|
|
498
|
-
0,
|
|
499
|
-
[_I, _T, _BT, _S, _CD, _Ar, _Ta, _NT],
|
|
500
|
-
[0, 0, 0, 0, 5, 0, 128 | 0, 0]
|
|
501
|
-
];
|
|
502
|
-
var AccessorSummary$ = [3, n0, _AS,
|
|
503
|
-
0,
|
|
504
|
-
[_I, _T, _S, _CD, _Ar, _NT],
|
|
505
|
-
[0, 0, 0, 5, 0, 0]
|
|
506
|
-
];
|
|
507
|
-
var ApprovalThresholdPolicy$ = [3, n0, _ATP,
|
|
508
|
-
0,
|
|
509
|
-
[_TP, _PDIH, _TC],
|
|
510
|
-
[1, 1, 0]
|
|
511
|
-
];
|
|
512
|
-
var CreateAccessorInput$ = [3, n0, _CAI,
|
|
513
|
-
0,
|
|
514
|
-
[_AT, _CRT, _Ta, _NT],
|
|
515
|
-
[0, [0, 4], 128 | 0, 0], 1
|
|
516
|
-
];
|
|
517
|
-
var CreateAccessorOutput$ = [3, n0, _CAO,
|
|
518
|
-
0,
|
|
519
|
-
[_AI, _BT, _NT],
|
|
520
|
-
[0, 0, 0]
|
|
521
|
-
];
|
|
522
|
-
var CreateMemberInput$ = [3, n0, _CMI,
|
|
523
|
-
0,
|
|
524
|
-
[_II, _NI, _MC, _CRT],
|
|
525
|
-
[0, [0, 1], [() => MemberConfiguration$, 0], [0, 4]], 3
|
|
526
|
-
];
|
|
527
|
-
var CreateMemberOutput$ = [3, n0, _CMO,
|
|
528
|
-
0,
|
|
529
|
-
[_MI],
|
|
530
|
-
[0]
|
|
531
|
-
];
|
|
532
|
-
var CreateNetworkInput$ = [3, n0, _CNI,
|
|
533
|
-
0,
|
|
534
|
-
[_N, _F, _FV, _VP, _MC, _CRT, _D, _FC, _Ta],
|
|
535
|
-
[0, 0, 0, () => VotingPolicy$, [() => MemberConfiguration$, 0], [0, 4], 0, () => NetworkFrameworkConfiguration$, 128 | 0], 5
|
|
536
|
-
];
|
|
537
|
-
var CreateNetworkOutput$ = [3, n0, _CNO,
|
|
538
|
-
0,
|
|
539
|
-
[_NI, _MI],
|
|
540
|
-
[0, 0]
|
|
541
|
-
];
|
|
542
|
-
var CreateNodeInput$ = [3, n0, _CNIr,
|
|
543
|
-
0,
|
|
544
|
-
[_NI, _NC, _CRT, _MI, _Ta],
|
|
545
|
-
[[0, 1], () => NodeConfiguration$, [0, 4], 0, 128 | 0], 2
|
|
546
|
-
];
|
|
547
|
-
var CreateNodeOutput$ = [3, n0, _CNOr,
|
|
548
|
-
0,
|
|
549
|
-
[_NIo],
|
|
550
|
-
[0]
|
|
551
|
-
];
|
|
552
|
-
var CreateProposalInput$ = [3, n0, _CPI,
|
|
553
|
-
0,
|
|
554
|
-
[_NI, _MI, _Ac, _CRT, _D, _Ta],
|
|
555
|
-
[[0, 1], 0, () => ProposalActions$, [0, 4], 0, 128 | 0], 3
|
|
556
|
-
];
|
|
557
|
-
var CreateProposalOutput$ = [3, n0, _CPO,
|
|
558
|
-
0,
|
|
559
|
-
[_PI],
|
|
560
|
-
[0]
|
|
561
|
-
];
|
|
562
|
-
var DeleteAccessorInput$ = [3, n0, _DAI,
|
|
563
|
-
0,
|
|
564
|
-
[_AI],
|
|
565
|
-
[[0, 1]], 1
|
|
566
|
-
];
|
|
567
|
-
var DeleteAccessorOutput$ = [3, n0, _DAO,
|
|
568
|
-
0,
|
|
569
|
-
[],
|
|
570
|
-
[]
|
|
571
|
-
];
|
|
572
|
-
var DeleteMemberInput$ = [3, n0, _DMI,
|
|
573
|
-
0,
|
|
574
|
-
[_NI, _MI],
|
|
575
|
-
[[0, 1], [0, 1]], 2
|
|
576
|
-
];
|
|
577
|
-
var DeleteMemberOutput$ = [3, n0, _DMO,
|
|
578
|
-
0,
|
|
579
|
-
[],
|
|
580
|
-
[]
|
|
581
|
-
];
|
|
582
|
-
var DeleteNodeInput$ = [3, n0, _DNI,
|
|
583
|
-
0,
|
|
584
|
-
[_NI, _NIo, _MI],
|
|
585
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _mI }]], 2
|
|
586
|
-
];
|
|
587
|
-
var DeleteNodeOutput$ = [3, n0, _DNO,
|
|
588
|
-
0,
|
|
589
|
-
[],
|
|
590
|
-
[]
|
|
591
|
-
];
|
|
592
|
-
var GetAccessorInput$ = [3, n0, _GAI,
|
|
593
|
-
0,
|
|
594
|
-
[_AI],
|
|
595
|
-
[[0, 1]], 1
|
|
596
|
-
];
|
|
597
|
-
var GetAccessorOutput$ = [3, n0, _GAO,
|
|
598
|
-
0,
|
|
599
|
-
[_A],
|
|
600
|
-
[() => Accessor$]
|
|
601
|
-
];
|
|
602
|
-
var GetMemberInput$ = [3, n0, _GMI,
|
|
603
|
-
0,
|
|
604
|
-
[_NI, _MI],
|
|
605
|
-
[[0, 1], [0, 1]], 2
|
|
606
|
-
];
|
|
607
|
-
var GetMemberOutput$ = [3, n0, _GMO,
|
|
608
|
-
0,
|
|
609
|
-
[_Me],
|
|
610
|
-
[() => Member$]
|
|
611
|
-
];
|
|
612
|
-
var GetNetworkInput$ = [3, n0, _GNI,
|
|
613
|
-
0,
|
|
614
|
-
[_NI],
|
|
615
|
-
[[0, 1]], 1
|
|
616
|
-
];
|
|
617
|
-
var GetNetworkOutput$ = [3, n0, _GNO,
|
|
618
|
-
0,
|
|
619
|
-
[_Ne],
|
|
620
|
-
[() => Network$]
|
|
621
|
-
];
|
|
622
|
-
var GetNodeInput$ = [3, n0, _GNIe,
|
|
623
|
-
0,
|
|
624
|
-
[_NI, _NIo, _MI],
|
|
625
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _mI }]], 2
|
|
626
|
-
];
|
|
627
|
-
var GetNodeOutput$ = [3, n0, _GNOe,
|
|
628
|
-
0,
|
|
629
|
-
[_No],
|
|
630
|
-
[() => Node$]
|
|
631
|
-
];
|
|
632
|
-
var GetProposalInput$ = [3, n0, _GPI,
|
|
633
|
-
0,
|
|
634
|
-
[_NI, _PI],
|
|
635
|
-
[[0, 1], [0, 1]], 2
|
|
636
|
-
];
|
|
637
|
-
var GetProposalOutput$ = [3, n0, _GPO,
|
|
638
|
-
0,
|
|
639
|
-
[_P],
|
|
640
|
-
[() => Proposal$]
|
|
641
|
-
];
|
|
642
|
-
var IllegalActionException$ = [-3, n0, _IAE,
|
|
643
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
644
|
-
[_M],
|
|
645
|
-
[0]
|
|
646
|
-
];
|
|
647
|
-
schema.TypeRegistry.for(n0).registerError(IllegalActionException$, IllegalActionException);
|
|
648
|
-
var InternalServiceErrorException$ = [-3, n0, _ISEE,
|
|
649
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
650
|
-
[],
|
|
651
|
-
[]
|
|
652
|
-
];
|
|
653
|
-
schema.TypeRegistry.for(n0).registerError(InternalServiceErrorException$, InternalServiceErrorException);
|
|
654
|
-
var InvalidRequestException$ = [-3, n0, _IRE,
|
|
655
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
656
|
-
[_M],
|
|
657
|
-
[0]
|
|
658
|
-
];
|
|
659
|
-
schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
660
|
-
var Invitation$ = [3, n0, _In,
|
|
661
|
-
0,
|
|
662
|
-
[_II, _CD, _ED, _S, _NS, _Ar],
|
|
663
|
-
[0, 5, 5, 0, () => NetworkSummary$, 0]
|
|
664
|
-
];
|
|
665
|
-
var InviteAction$ = [3, n0, _IA,
|
|
666
|
-
0,
|
|
667
|
-
[_Pr],
|
|
668
|
-
[0], 1
|
|
669
|
-
];
|
|
670
|
-
var ListAccessorsInput$ = [3, n0, _LAI,
|
|
671
|
-
0,
|
|
672
|
-
[_MR, _NTe, _NT],
|
|
673
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _nTe }]]
|
|
674
|
-
];
|
|
675
|
-
var ListAccessorsOutput$ = [3, n0, _LAO,
|
|
676
|
-
0,
|
|
677
|
-
[_Acc, _NTe],
|
|
678
|
-
[() => AccessorSummaryList, 0]
|
|
679
|
-
];
|
|
680
|
-
var ListInvitationsInput$ = [3, n0, _LII,
|
|
681
|
-
0,
|
|
682
|
-
[_MR, _NTe],
|
|
683
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
684
|
-
];
|
|
685
|
-
var ListInvitationsOutput$ = [3, n0, _LIO,
|
|
686
|
-
0,
|
|
687
|
-
[_Inv, _NTe],
|
|
688
|
-
[() => InvitationList, 0]
|
|
689
|
-
];
|
|
690
|
-
var ListMembersInput$ = [3, n0, _LMI,
|
|
691
|
-
0,
|
|
692
|
-
[_NI, _N, _S, _IO, _MR, _NTe],
|
|
693
|
-
[[0, 1], [0, { [_hQ]: _n }], [0, { [_hQ]: _st }], [2, { [_hQ]: _iO }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
694
|
-
];
|
|
695
|
-
var ListMembersOutput$ = [3, n0, _LMO,
|
|
696
|
-
0,
|
|
697
|
-
[_Mem, _NTe],
|
|
698
|
-
[() => MemberSummaryList, 0]
|
|
699
|
-
];
|
|
700
|
-
var ListNetworksInput$ = [3, n0, _LNI,
|
|
701
|
-
0,
|
|
702
|
-
[_N, _F, _S, _MR, _NTe],
|
|
703
|
-
[[0, { [_hQ]: _n }], [0, { [_hQ]: _f }], [0, { [_hQ]: _st }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
704
|
-
];
|
|
705
|
-
var ListNetworksOutput$ = [3, n0, _LNO,
|
|
706
|
-
0,
|
|
707
|
-
[_Net, _NTe],
|
|
708
|
-
[() => NetworkSummaryList, 0]
|
|
709
|
-
];
|
|
710
|
-
var ListNodesInput$ = [3, n0, _LNIi,
|
|
711
|
-
0,
|
|
712
|
-
[_NI, _MI, _S, _MR, _NTe],
|
|
713
|
-
[[0, 1], [0, { [_hQ]: _mI }], [0, { [_hQ]: _st }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
714
|
-
];
|
|
715
|
-
var ListNodesOutput$ = [3, n0, _LNOi,
|
|
716
|
-
0,
|
|
717
|
-
[_Nod, _NTe],
|
|
718
|
-
[() => NodeSummaryList, 0]
|
|
719
|
-
];
|
|
720
|
-
var ListProposalsInput$ = [3, n0, _LPI,
|
|
721
|
-
0,
|
|
722
|
-
[_NI, _MR, _NTe],
|
|
723
|
-
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
724
|
-
];
|
|
725
|
-
var ListProposalsOutput$ = [3, n0, _LPO,
|
|
726
|
-
0,
|
|
727
|
-
[_Pro, _NTe],
|
|
728
|
-
[() => ProposalSummaryList, 0]
|
|
729
|
-
];
|
|
730
|
-
var ListProposalVotesInput$ = [3, n0, _LPVI,
|
|
731
|
-
0,
|
|
732
|
-
[_NI, _PI, _MR, _NTe],
|
|
733
|
-
[[0, 1], [0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
|
|
734
|
-
];
|
|
735
|
-
var ListProposalVotesOutput$ = [3, n0, _LPVO,
|
|
736
|
-
0,
|
|
737
|
-
[_PV, _NTe],
|
|
738
|
-
[() => ProposalVoteList, 0]
|
|
739
|
-
];
|
|
740
|
-
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
741
|
-
0,
|
|
742
|
-
[_RA],
|
|
743
|
-
[[0, 1]], 1
|
|
744
|
-
];
|
|
745
|
-
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
746
|
-
0,
|
|
747
|
-
[_Ta],
|
|
748
|
-
[128 | 0]
|
|
749
|
-
];
|
|
750
|
-
var LogConfiguration$ = [3, n0, _LC,
|
|
751
|
-
0,
|
|
752
|
-
[_E],
|
|
753
|
-
[2]
|
|
754
|
-
];
|
|
755
|
-
var LogConfigurations$ = [3, n0, _LCo,
|
|
756
|
-
0,
|
|
757
|
-
[_C],
|
|
758
|
-
[() => LogConfiguration$]
|
|
759
|
-
];
|
|
760
|
-
var Member$ = [3, n0, _Me,
|
|
761
|
-
0,
|
|
762
|
-
[_NI, _I, _N, _D, _FA, _LPC, _S, _CD, _Ta, _Ar, _KKA],
|
|
763
|
-
[0, 0, 0, 0, () => MemberFrameworkAttributes$, () => MemberLogPublishingConfiguration$, 0, 5, 128 | 0, 0, 0]
|
|
764
|
-
];
|
|
765
|
-
var MemberConfiguration$ = [3, n0, _MC,
|
|
766
|
-
0,
|
|
767
|
-
[_N, _FC, _D, _LPC, _Ta, _KKA],
|
|
768
|
-
[0, [() => MemberFrameworkConfiguration$, 0], 0, () => MemberLogPublishingConfiguration$, 128 | 0, 0], 2
|
|
769
|
-
];
|
|
770
|
-
var MemberFabricAttributes$ = [3, n0, _MFA,
|
|
771
|
-
0,
|
|
772
|
-
[_AU, _CE],
|
|
773
|
-
[0, 0]
|
|
774
|
-
];
|
|
775
|
-
var MemberFabricConfiguration$ = [3, n0, _MFC,
|
|
776
|
-
0,
|
|
777
|
-
[_AU, _AP],
|
|
778
|
-
[0, [() => PasswordString, 0]], 2
|
|
779
|
-
];
|
|
780
|
-
var MemberFabricLogPublishingConfiguration$ = [3, n0, _MFLPC,
|
|
781
|
-
0,
|
|
782
|
-
[_CL],
|
|
783
|
-
[() => LogConfigurations$]
|
|
784
|
-
];
|
|
785
|
-
var MemberFrameworkAttributes$ = [3, n0, _MFAe,
|
|
786
|
-
0,
|
|
787
|
-
[_Fa],
|
|
788
|
-
[() => MemberFabricAttributes$]
|
|
789
|
-
];
|
|
790
|
-
var MemberFrameworkConfiguration$ = [3, n0, _MFCe,
|
|
791
|
-
0,
|
|
792
|
-
[_Fa],
|
|
793
|
-
[[() => MemberFabricConfiguration$, 0]]
|
|
794
|
-
];
|
|
795
|
-
var MemberLogPublishingConfiguration$ = [3, n0, _MLPC,
|
|
796
|
-
0,
|
|
797
|
-
[_Fa],
|
|
798
|
-
[() => MemberFabricLogPublishingConfiguration$]
|
|
799
|
-
];
|
|
800
|
-
var MemberSummary$ = [3, n0, _MS,
|
|
801
|
-
0,
|
|
802
|
-
[_I, _N, _D, _S, _CD, _IO, _Ar],
|
|
803
|
-
[0, 0, 0, 0, 5, 2, 0]
|
|
804
|
-
];
|
|
805
|
-
var Network$ = [3, n0, _Ne,
|
|
806
|
-
0,
|
|
807
|
-
[_I, _N, _D, _F, _FV, _FA, _VESN, _VP, _S, _CD, _Ta, _Ar],
|
|
808
|
-
[0, 0, 0, 0, 0, () => NetworkFrameworkAttributes$, 0, () => VotingPolicy$, 0, 5, 128 | 0, 0]
|
|
809
|
-
];
|
|
810
|
-
var NetworkEthereumAttributes$ = [3, n0, _NEA,
|
|
811
|
-
0,
|
|
812
|
-
[_CI],
|
|
813
|
-
[0]
|
|
814
|
-
];
|
|
815
|
-
var NetworkFabricAttributes$ = [3, n0, _NFA,
|
|
816
|
-
0,
|
|
817
|
-
[_OSE, _Ed],
|
|
818
|
-
[0, 0]
|
|
819
|
-
];
|
|
820
|
-
var NetworkFabricConfiguration$ = [3, n0, _NFC,
|
|
821
|
-
0,
|
|
822
|
-
[_Ed],
|
|
823
|
-
[0], 1
|
|
824
|
-
];
|
|
825
|
-
var NetworkFrameworkAttributes$ = [3, n0, _NFAe,
|
|
826
|
-
0,
|
|
827
|
-
[_Fa, _Et],
|
|
828
|
-
[() => NetworkFabricAttributes$, () => NetworkEthereumAttributes$]
|
|
829
|
-
];
|
|
830
|
-
var NetworkFrameworkConfiguration$ = [3, n0, _NFCe,
|
|
831
|
-
0,
|
|
832
|
-
[_Fa],
|
|
833
|
-
[() => NetworkFabricConfiguration$]
|
|
834
|
-
];
|
|
835
|
-
var NetworkSummary$ = [3, n0, _NS,
|
|
836
|
-
0,
|
|
837
|
-
[_I, _N, _D, _F, _FV, _S, _CD, _Ar],
|
|
838
|
-
[0, 0, 0, 0, 0, 0, 5, 0]
|
|
839
|
-
];
|
|
840
|
-
var Node$ = [3, n0, _No,
|
|
841
|
-
0,
|
|
842
|
-
[_NI, _MI, _I, _IT, _AZ, _FA, _LPC, _SDB, _S, _CD, _Ta, _Ar, _KKA],
|
|
843
|
-
[0, 0, 0, 0, 0, () => NodeFrameworkAttributes$, () => NodeLogPublishingConfiguration$, 0, 0, 5, 128 | 0, 0, 0]
|
|
844
|
-
];
|
|
845
|
-
var NodeConfiguration$ = [3, n0, _NC,
|
|
846
|
-
0,
|
|
847
|
-
[_IT, _AZ, _LPC, _SDB],
|
|
848
|
-
[0, 0, () => NodeLogPublishingConfiguration$, 0], 1
|
|
849
|
-
];
|
|
850
|
-
var NodeEthereumAttributes$ = [3, n0, _NEAo,
|
|
851
|
-
0,
|
|
852
|
-
[_HE, _WSE],
|
|
853
|
-
[0, 0]
|
|
854
|
-
];
|
|
855
|
-
var NodeFabricAttributes$ = [3, n0, _NFAo,
|
|
856
|
-
0,
|
|
857
|
-
[_PE, _PEE],
|
|
858
|
-
[0, 0]
|
|
859
|
-
];
|
|
860
|
-
var NodeFabricLogPublishingConfiguration$ = [3, n0, _NFLPC,
|
|
861
|
-
0,
|
|
862
|
-
[_CLh, _PL],
|
|
863
|
-
[() => LogConfigurations$, () => LogConfigurations$]
|
|
864
|
-
];
|
|
865
|
-
var NodeFrameworkAttributes$ = [3, n0, _NFAod,
|
|
866
|
-
0,
|
|
867
|
-
[_Fa, _Et],
|
|
868
|
-
[() => NodeFabricAttributes$, () => NodeEthereumAttributes$]
|
|
869
|
-
];
|
|
870
|
-
var NodeLogPublishingConfiguration$ = [3, n0, _NLPC,
|
|
871
|
-
0,
|
|
872
|
-
[_Fa],
|
|
873
|
-
[() => NodeFabricLogPublishingConfiguration$]
|
|
874
|
-
];
|
|
875
|
-
var NodeSummary$ = [3, n0, _NSo,
|
|
876
|
-
0,
|
|
877
|
-
[_I, _S, _CD, _AZ, _IT, _Ar],
|
|
878
|
-
[0, 0, 5, 0, 0, 0]
|
|
879
|
-
];
|
|
880
|
-
var Proposal$ = [3, n0, _P,
|
|
881
|
-
0,
|
|
882
|
-
[_PI, _NI, _D, _Ac, _PBMI, _PBMN, _S, _CD, _ED, _YVC, _NVC, _OVC, _Ta, _Ar],
|
|
883
|
-
[0, 0, 0, () => ProposalActions$, 0, 0, 0, 5, 5, 1, 1, 1, 128 | 0, 0]
|
|
884
|
-
];
|
|
885
|
-
var ProposalActions$ = [3, n0, _PA,
|
|
886
|
-
0,
|
|
887
|
-
[_Inv, _R],
|
|
888
|
-
[() => InviteActionList, () => RemoveActionList]
|
|
889
|
-
];
|
|
890
|
-
var ProposalSummary$ = [3, n0, _PSr,
|
|
891
|
-
0,
|
|
892
|
-
[_PI, _D, _PBMI, _PBMN, _S, _CD, _ED, _Ar],
|
|
893
|
-
[0, 0, 0, 0, 0, 5, 5, 0]
|
|
894
|
-
];
|
|
895
|
-
var RejectInvitationInput$ = [3, n0, _RII,
|
|
896
|
-
0,
|
|
897
|
-
[_II],
|
|
898
|
-
[[0, 1]], 1
|
|
899
|
-
];
|
|
900
|
-
var RejectInvitationOutput$ = [3, n0, _RIO,
|
|
901
|
-
0,
|
|
902
|
-
[],
|
|
903
|
-
[]
|
|
904
|
-
];
|
|
905
|
-
var RemoveAction$ = [3, n0, _RAe,
|
|
906
|
-
0,
|
|
907
|
-
[_MI],
|
|
908
|
-
[0], 1
|
|
909
|
-
];
|
|
910
|
-
var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
911
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
912
|
-
[_M],
|
|
913
|
-
[0]
|
|
914
|
-
];
|
|
915
|
-
schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
916
|
-
var ResourceLimitExceededException$ = [-3, n0, _RLEE,
|
|
917
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
918
|
-
[_M],
|
|
919
|
-
[0]
|
|
920
|
-
];
|
|
921
|
-
schema.TypeRegistry.for(n0).registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
|
|
922
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
923
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
924
|
-
[_M, _RN],
|
|
925
|
-
[0, 0]
|
|
926
|
-
];
|
|
927
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
928
|
-
var ResourceNotReadyException$ = [-3, n0, _RNRE,
|
|
929
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
930
|
-
[_M],
|
|
931
|
-
[0]
|
|
932
|
-
];
|
|
933
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotReadyException$, ResourceNotReadyException);
|
|
934
|
-
var TagResourceRequest$ = [3, n0, _TRR,
|
|
935
|
-
0,
|
|
936
|
-
[_RA, _Ta],
|
|
937
|
-
[[0, 1], 128 | 0], 2
|
|
938
|
-
];
|
|
939
|
-
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
940
|
-
0,
|
|
941
|
-
[],
|
|
942
|
-
[]
|
|
943
|
-
];
|
|
944
|
-
var ThrottlingException$ = [-3, n0, _TE,
|
|
945
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
946
|
-
[],
|
|
947
|
-
[]
|
|
948
|
-
];
|
|
949
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
950
|
-
var TooManyTagsException$ = [-3, n0, _TMTE,
|
|
951
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
952
|
-
[_M, _RN],
|
|
953
|
-
[0, 0]
|
|
954
|
-
];
|
|
955
|
-
schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
956
|
-
var UntagResourceRequest$ = [3, n0, _URR,
|
|
957
|
-
0,
|
|
958
|
-
[_RA, _TK],
|
|
959
|
-
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
960
|
-
];
|
|
961
|
-
var UntagResourceResponse$ = [3, n0, _URRn,
|
|
962
|
-
0,
|
|
963
|
-
[],
|
|
964
|
-
[]
|
|
965
|
-
];
|
|
966
|
-
var UpdateMemberInput$ = [3, n0, _UMI,
|
|
967
|
-
0,
|
|
968
|
-
[_NI, _MI, _LPC],
|
|
969
|
-
[[0, 1], [0, 1], () => MemberLogPublishingConfiguration$], 2
|
|
970
|
-
];
|
|
971
|
-
var UpdateMemberOutput$ = [3, n0, _UMO,
|
|
972
|
-
0,
|
|
973
|
-
[],
|
|
974
|
-
[]
|
|
975
|
-
];
|
|
976
|
-
var UpdateNodeInput$ = [3, n0, _UNI,
|
|
977
|
-
0,
|
|
978
|
-
[_NI, _NIo, _MI, _LPC],
|
|
979
|
-
[[0, 1], [0, 1], 0, () => NodeLogPublishingConfiguration$], 2
|
|
980
|
-
];
|
|
981
|
-
var UpdateNodeOutput$ = [3, n0, _UNO,
|
|
982
|
-
0,
|
|
983
|
-
[],
|
|
984
|
-
[]
|
|
985
|
-
];
|
|
986
|
-
var VoteOnProposalInput$ = [3, n0, _VOPI,
|
|
987
|
-
0,
|
|
988
|
-
[_NI, _PI, _VMI, _V],
|
|
989
|
-
[[0, 1], [0, 1], 0, 0], 4
|
|
990
|
-
];
|
|
991
|
-
var VoteOnProposalOutput$ = [3, n0, _VOPO,
|
|
992
|
-
0,
|
|
993
|
-
[],
|
|
994
|
-
[]
|
|
995
|
-
];
|
|
996
|
-
var VoteSummary$ = [3, n0, _VS,
|
|
997
|
-
0,
|
|
998
|
-
[_V, _MN, _MI],
|
|
999
|
-
[0, 0, 0]
|
|
1000
|
-
];
|
|
1001
|
-
var VotingPolicy$ = [3, n0, _VP,
|
|
1002
|
-
0,
|
|
1003
|
-
[_ATP],
|
|
1004
|
-
[() => ApprovalThresholdPolicy$]
|
|
1005
|
-
];
|
|
1006
|
-
var ManagedBlockchainServiceException$ = [-3, _sm, "ManagedBlockchainServiceException", 0, [], []];
|
|
1007
|
-
schema.TypeRegistry.for(_sm).registerError(ManagedBlockchainServiceException$, ManagedBlockchainServiceException);
|
|
1008
|
-
var AccessorSummaryList = [1, n0, _ASL,
|
|
1009
|
-
0, () => AccessorSummary$
|
|
1010
|
-
];
|
|
1011
|
-
var InvitationList = [1, n0, _IL,
|
|
1012
|
-
0, () => Invitation$
|
|
1013
|
-
];
|
|
1014
|
-
var InviteActionList = [1, n0, _IAL,
|
|
1015
|
-
0, () => InviteAction$
|
|
1016
|
-
];
|
|
1017
|
-
var MemberSummaryList = [1, n0, _MSL,
|
|
1018
|
-
0, () => MemberSummary$
|
|
1019
|
-
];
|
|
1020
|
-
var NetworkSummaryList = [1, n0, _NSL,
|
|
1021
|
-
0, () => NetworkSummary$
|
|
1022
|
-
];
|
|
1023
|
-
var NodeSummaryList = [1, n0, _NSLo,
|
|
1024
|
-
0, () => NodeSummary$
|
|
1025
|
-
];
|
|
1026
|
-
var ProposalSummaryList = [1, n0, _PSL,
|
|
1027
|
-
0, () => ProposalSummary$
|
|
1028
|
-
];
|
|
1029
|
-
var ProposalVoteList = [1, n0, _PVL,
|
|
1030
|
-
0, () => VoteSummary$
|
|
1031
|
-
];
|
|
1032
|
-
var RemoveActionList = [1, n0, _RAL,
|
|
1033
|
-
0, () => RemoveAction$
|
|
1034
|
-
];
|
|
1035
|
-
var CreateAccessor$ = [9, n0, _CA,
|
|
1036
|
-
{ [_h]: ["POST", "/accessors", 200] }, () => CreateAccessorInput$, () => CreateAccessorOutput$
|
|
1037
|
-
];
|
|
1038
|
-
var CreateMember$ = [9, n0, _CM,
|
|
1039
|
-
{ [_h]: ["POST", "/networks/{NetworkId}/members", 200] }, () => CreateMemberInput$, () => CreateMemberOutput$
|
|
1040
|
-
];
|
|
1041
|
-
var CreateNetwork$ = [9, n0, _CN,
|
|
1042
|
-
{ [_h]: ["POST", "/networks", 200] }, () => CreateNetworkInput$, () => CreateNetworkOutput$
|
|
1043
|
-
];
|
|
1044
|
-
var CreateNode$ = [9, n0, _CNr,
|
|
1045
|
-
{ [_h]: ["POST", "/networks/{NetworkId}/nodes", 200] }, () => CreateNodeInput$, () => CreateNodeOutput$
|
|
1046
|
-
];
|
|
1047
|
-
var CreateProposal$ = [9, n0, _CP,
|
|
1048
|
-
{ [_h]: ["POST", "/networks/{NetworkId}/proposals", 200] }, () => CreateProposalInput$, () => CreateProposalOutput$
|
|
1049
|
-
];
|
|
1050
|
-
var DeleteAccessor$ = [9, n0, _DA,
|
|
1051
|
-
{ [_h]: ["DELETE", "/accessors/{AccessorId}", 200] }, () => DeleteAccessorInput$, () => DeleteAccessorOutput$
|
|
1052
|
-
];
|
|
1053
|
-
var DeleteMember$ = [9, n0, _DM,
|
|
1054
|
-
{ [_h]: ["DELETE", "/networks/{NetworkId}/members/{MemberId}", 200] }, () => DeleteMemberInput$, () => DeleteMemberOutput$
|
|
1055
|
-
];
|
|
1056
|
-
var DeleteNode$ = [9, n0, _DN,
|
|
1057
|
-
{ [_h]: ["DELETE", "/networks/{NetworkId}/nodes/{NodeId}", 200] }, () => DeleteNodeInput$, () => DeleteNodeOutput$
|
|
1058
|
-
];
|
|
1059
|
-
var GetAccessor$ = [9, n0, _GA,
|
|
1060
|
-
{ [_h]: ["GET", "/accessors/{AccessorId}", 200] }, () => GetAccessorInput$, () => GetAccessorOutput$
|
|
1061
|
-
];
|
|
1062
|
-
var GetMember$ = [9, n0, _GM,
|
|
1063
|
-
{ [_h]: ["GET", "/networks/{NetworkId}/members/{MemberId}", 200] }, () => GetMemberInput$, () => GetMemberOutput$
|
|
1064
|
-
];
|
|
1065
|
-
var GetNetwork$ = [9, n0, _GN,
|
|
1066
|
-
{ [_h]: ["GET", "/networks/{NetworkId}", 200] }, () => GetNetworkInput$, () => GetNetworkOutput$
|
|
1067
|
-
];
|
|
1068
|
-
var GetNode$ = [9, n0, _GNe,
|
|
1069
|
-
{ [_h]: ["GET", "/networks/{NetworkId}/nodes/{NodeId}", 200] }, () => GetNodeInput$, () => GetNodeOutput$
|
|
1070
|
-
];
|
|
1071
|
-
var GetProposal$ = [9, n0, _GP,
|
|
1072
|
-
{ [_h]: ["GET", "/networks/{NetworkId}/proposals/{ProposalId}", 200] }, () => GetProposalInput$, () => GetProposalOutput$
|
|
1073
|
-
];
|
|
1074
|
-
var ListAccessors$ = [9, n0, _LA,
|
|
1075
|
-
{ [_h]: ["GET", "/accessors", 200] }, () => ListAccessorsInput$, () => ListAccessorsOutput$
|
|
1076
|
-
];
|
|
1077
|
-
var ListInvitations$ = [9, n0, _LI,
|
|
1078
|
-
{ [_h]: ["GET", "/invitations", 200] }, () => ListInvitationsInput$, () => ListInvitationsOutput$
|
|
1079
|
-
];
|
|
1080
|
-
var ListMembers$ = [9, n0, _LM,
|
|
1081
|
-
{ [_h]: ["GET", "/networks/{NetworkId}/members", 200] }, () => ListMembersInput$, () => ListMembersOutput$
|
|
1082
|
-
];
|
|
1083
|
-
var ListNetworks$ = [9, n0, _LN,
|
|
1084
|
-
{ [_h]: ["GET", "/networks", 200] }, () => ListNetworksInput$, () => ListNetworksOutput$
|
|
1085
|
-
];
|
|
1086
|
-
var ListNodes$ = [9, n0, _LNi,
|
|
1087
|
-
{ [_h]: ["GET", "/networks/{NetworkId}/nodes", 200] }, () => ListNodesInput$, () => ListNodesOutput$
|
|
1088
|
-
];
|
|
1089
|
-
var ListProposals$ = [9, n0, _LP,
|
|
1090
|
-
{ [_h]: ["GET", "/networks/{NetworkId}/proposals", 200] }, () => ListProposalsInput$, () => ListProposalsOutput$
|
|
1091
|
-
];
|
|
1092
|
-
var ListProposalVotes$ = [9, n0, _LPV,
|
|
1093
|
-
{ [_h]: ["GET", "/networks/{NetworkId}/proposals/{ProposalId}/votes", 200] }, () => ListProposalVotesInput$, () => ListProposalVotesOutput$
|
|
1094
|
-
];
|
|
1095
|
-
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
1096
|
-
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
1097
|
-
];
|
|
1098
|
-
var RejectInvitation$ = [9, n0, _RI,
|
|
1099
|
-
{ [_h]: ["DELETE", "/invitations/{InvitationId}", 200] }, () => RejectInvitationInput$, () => RejectInvitationOutput$
|
|
1100
|
-
];
|
|
1101
|
-
var TagResource$ = [9, n0, _TR,
|
|
1102
|
-
{ [_h]: ["POST", "/tags/{ResourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
1103
|
-
];
|
|
1104
|
-
var UntagResource$ = [9, n0, _UR,
|
|
1105
|
-
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
1106
|
-
];
|
|
1107
|
-
var UpdateMember$ = [9, n0, _UM,
|
|
1108
|
-
{ [_h]: ["PATCH", "/networks/{NetworkId}/members/{MemberId}", 200] }, () => UpdateMemberInput$, () => UpdateMemberOutput$
|
|
1109
|
-
];
|
|
1110
|
-
var UpdateNode$ = [9, n0, _UN,
|
|
1111
|
-
{ [_h]: ["PATCH", "/networks/{NetworkId}/nodes/{NodeId}", 200] }, () => UpdateNodeInput$, () => UpdateNodeOutput$
|
|
1112
|
-
];
|
|
1113
|
-
var VoteOnProposal$ = [9, n0, _VOP,
|
|
1114
|
-
{ [_h]: ["POST", "/networks/{NetworkId}/proposals/{ProposalId}/votes", 200] }, () => VoteOnProposalInput$, () => VoteOnProposalOutput$
|
|
1115
|
-
];
|
|
1116
|
-
|
|
1117
116
|
class CreateAccessorCommand extends smithyClient.Command
|
|
1118
117
|
.classBuilder()
|
|
1119
118
|
.ep(commonParams)
|
|
@@ -1122,7 +121,7 @@ class CreateAccessorCommand extends smithyClient.Command
|
|
|
1122
121
|
})
|
|
1123
122
|
.s("TaigaWebService", "CreateAccessor", {})
|
|
1124
123
|
.n("ManagedBlockchainClient", "CreateAccessorCommand")
|
|
1125
|
-
.sc(CreateAccessor$)
|
|
124
|
+
.sc(schemas_0.CreateAccessor$)
|
|
1126
125
|
.build() {
|
|
1127
126
|
}
|
|
1128
127
|
|
|
@@ -1134,7 +133,7 @@ class CreateMemberCommand extends smithyClient.Command
|
|
|
1134
133
|
})
|
|
1135
134
|
.s("TaigaWebService", "CreateMember", {})
|
|
1136
135
|
.n("ManagedBlockchainClient", "CreateMemberCommand")
|
|
1137
|
-
.sc(CreateMember$)
|
|
136
|
+
.sc(schemas_0.CreateMember$)
|
|
1138
137
|
.build() {
|
|
1139
138
|
}
|
|
1140
139
|
|
|
@@ -1146,7 +145,7 @@ class CreateNetworkCommand extends smithyClient.Command
|
|
|
1146
145
|
})
|
|
1147
146
|
.s("TaigaWebService", "CreateNetwork", {})
|
|
1148
147
|
.n("ManagedBlockchainClient", "CreateNetworkCommand")
|
|
1149
|
-
.sc(CreateNetwork$)
|
|
148
|
+
.sc(schemas_0.CreateNetwork$)
|
|
1150
149
|
.build() {
|
|
1151
150
|
}
|
|
1152
151
|
|
|
@@ -1158,7 +157,7 @@ class CreateNodeCommand extends smithyClient.Command
|
|
|
1158
157
|
})
|
|
1159
158
|
.s("TaigaWebService", "CreateNode", {})
|
|
1160
159
|
.n("ManagedBlockchainClient", "CreateNodeCommand")
|
|
1161
|
-
.sc(CreateNode$)
|
|
160
|
+
.sc(schemas_0.CreateNode$)
|
|
1162
161
|
.build() {
|
|
1163
162
|
}
|
|
1164
163
|
|
|
@@ -1170,7 +169,7 @@ class CreateProposalCommand extends smithyClient.Command
|
|
|
1170
169
|
})
|
|
1171
170
|
.s("TaigaWebService", "CreateProposal", {})
|
|
1172
171
|
.n("ManagedBlockchainClient", "CreateProposalCommand")
|
|
1173
|
-
.sc(CreateProposal$)
|
|
172
|
+
.sc(schemas_0.CreateProposal$)
|
|
1174
173
|
.build() {
|
|
1175
174
|
}
|
|
1176
175
|
|
|
@@ -1182,7 +181,7 @@ class DeleteAccessorCommand extends smithyClient.Command
|
|
|
1182
181
|
})
|
|
1183
182
|
.s("TaigaWebService", "DeleteAccessor", {})
|
|
1184
183
|
.n("ManagedBlockchainClient", "DeleteAccessorCommand")
|
|
1185
|
-
.sc(DeleteAccessor$)
|
|
184
|
+
.sc(schemas_0.DeleteAccessor$)
|
|
1186
185
|
.build() {
|
|
1187
186
|
}
|
|
1188
187
|
|
|
@@ -1194,7 +193,7 @@ class DeleteMemberCommand extends smithyClient.Command
|
|
|
1194
193
|
})
|
|
1195
194
|
.s("TaigaWebService", "DeleteMember", {})
|
|
1196
195
|
.n("ManagedBlockchainClient", "DeleteMemberCommand")
|
|
1197
|
-
.sc(DeleteMember$)
|
|
196
|
+
.sc(schemas_0.DeleteMember$)
|
|
1198
197
|
.build() {
|
|
1199
198
|
}
|
|
1200
199
|
|
|
@@ -1206,7 +205,7 @@ class DeleteNodeCommand extends smithyClient.Command
|
|
|
1206
205
|
})
|
|
1207
206
|
.s("TaigaWebService", "DeleteNode", {})
|
|
1208
207
|
.n("ManagedBlockchainClient", "DeleteNodeCommand")
|
|
1209
|
-
.sc(DeleteNode$)
|
|
208
|
+
.sc(schemas_0.DeleteNode$)
|
|
1210
209
|
.build() {
|
|
1211
210
|
}
|
|
1212
211
|
|
|
@@ -1218,7 +217,7 @@ class GetAccessorCommand extends smithyClient.Command
|
|
|
1218
217
|
})
|
|
1219
218
|
.s("TaigaWebService", "GetAccessor", {})
|
|
1220
219
|
.n("ManagedBlockchainClient", "GetAccessorCommand")
|
|
1221
|
-
.sc(GetAccessor$)
|
|
220
|
+
.sc(schemas_0.GetAccessor$)
|
|
1222
221
|
.build() {
|
|
1223
222
|
}
|
|
1224
223
|
|
|
@@ -1230,7 +229,7 @@ class GetMemberCommand extends smithyClient.Command
|
|
|
1230
229
|
})
|
|
1231
230
|
.s("TaigaWebService", "GetMember", {})
|
|
1232
231
|
.n("ManagedBlockchainClient", "GetMemberCommand")
|
|
1233
|
-
.sc(GetMember$)
|
|
232
|
+
.sc(schemas_0.GetMember$)
|
|
1234
233
|
.build() {
|
|
1235
234
|
}
|
|
1236
235
|
|
|
@@ -1242,7 +241,7 @@ class GetNetworkCommand extends smithyClient.Command
|
|
|
1242
241
|
})
|
|
1243
242
|
.s("TaigaWebService", "GetNetwork", {})
|
|
1244
243
|
.n("ManagedBlockchainClient", "GetNetworkCommand")
|
|
1245
|
-
.sc(GetNetwork$)
|
|
244
|
+
.sc(schemas_0.GetNetwork$)
|
|
1246
245
|
.build() {
|
|
1247
246
|
}
|
|
1248
247
|
|
|
@@ -1254,7 +253,7 @@ class GetNodeCommand extends smithyClient.Command
|
|
|
1254
253
|
})
|
|
1255
254
|
.s("TaigaWebService", "GetNode", {})
|
|
1256
255
|
.n("ManagedBlockchainClient", "GetNodeCommand")
|
|
1257
|
-
.sc(GetNode$)
|
|
256
|
+
.sc(schemas_0.GetNode$)
|
|
1258
257
|
.build() {
|
|
1259
258
|
}
|
|
1260
259
|
|
|
@@ -1266,7 +265,7 @@ class GetProposalCommand extends smithyClient.Command
|
|
|
1266
265
|
})
|
|
1267
266
|
.s("TaigaWebService", "GetProposal", {})
|
|
1268
267
|
.n("ManagedBlockchainClient", "GetProposalCommand")
|
|
1269
|
-
.sc(GetProposal$)
|
|
268
|
+
.sc(schemas_0.GetProposal$)
|
|
1270
269
|
.build() {
|
|
1271
270
|
}
|
|
1272
271
|
|
|
@@ -1278,7 +277,7 @@ class ListAccessorsCommand extends smithyClient.Command
|
|
|
1278
277
|
})
|
|
1279
278
|
.s("TaigaWebService", "ListAccessors", {})
|
|
1280
279
|
.n("ManagedBlockchainClient", "ListAccessorsCommand")
|
|
1281
|
-
.sc(ListAccessors$)
|
|
280
|
+
.sc(schemas_0.ListAccessors$)
|
|
1282
281
|
.build() {
|
|
1283
282
|
}
|
|
1284
283
|
|
|
@@ -1290,7 +289,7 @@ class ListInvitationsCommand extends smithyClient.Command
|
|
|
1290
289
|
})
|
|
1291
290
|
.s("TaigaWebService", "ListInvitations", {})
|
|
1292
291
|
.n("ManagedBlockchainClient", "ListInvitationsCommand")
|
|
1293
|
-
.sc(ListInvitations$)
|
|
292
|
+
.sc(schemas_0.ListInvitations$)
|
|
1294
293
|
.build() {
|
|
1295
294
|
}
|
|
1296
295
|
|
|
@@ -1302,7 +301,7 @@ class ListMembersCommand extends smithyClient.Command
|
|
|
1302
301
|
})
|
|
1303
302
|
.s("TaigaWebService", "ListMembers", {})
|
|
1304
303
|
.n("ManagedBlockchainClient", "ListMembersCommand")
|
|
1305
|
-
.sc(ListMembers$)
|
|
304
|
+
.sc(schemas_0.ListMembers$)
|
|
1306
305
|
.build() {
|
|
1307
306
|
}
|
|
1308
307
|
|
|
@@ -1314,7 +313,7 @@ class ListNetworksCommand extends smithyClient.Command
|
|
|
1314
313
|
})
|
|
1315
314
|
.s("TaigaWebService", "ListNetworks", {})
|
|
1316
315
|
.n("ManagedBlockchainClient", "ListNetworksCommand")
|
|
1317
|
-
.sc(ListNetworks$)
|
|
316
|
+
.sc(schemas_0.ListNetworks$)
|
|
1318
317
|
.build() {
|
|
1319
318
|
}
|
|
1320
319
|
|
|
@@ -1326,7 +325,7 @@ class ListNodesCommand extends smithyClient.Command
|
|
|
1326
325
|
})
|
|
1327
326
|
.s("TaigaWebService", "ListNodes", {})
|
|
1328
327
|
.n("ManagedBlockchainClient", "ListNodesCommand")
|
|
1329
|
-
.sc(ListNodes$)
|
|
328
|
+
.sc(schemas_0.ListNodes$)
|
|
1330
329
|
.build() {
|
|
1331
330
|
}
|
|
1332
331
|
|
|
@@ -1338,7 +337,7 @@ class ListProposalsCommand extends smithyClient.Command
|
|
|
1338
337
|
})
|
|
1339
338
|
.s("TaigaWebService", "ListProposals", {})
|
|
1340
339
|
.n("ManagedBlockchainClient", "ListProposalsCommand")
|
|
1341
|
-
.sc(ListProposals$)
|
|
340
|
+
.sc(schemas_0.ListProposals$)
|
|
1342
341
|
.build() {
|
|
1343
342
|
}
|
|
1344
343
|
|
|
@@ -1350,7 +349,7 @@ class ListProposalVotesCommand extends smithyClient.Command
|
|
|
1350
349
|
})
|
|
1351
350
|
.s("TaigaWebService", "ListProposalVotes", {})
|
|
1352
351
|
.n("ManagedBlockchainClient", "ListProposalVotesCommand")
|
|
1353
|
-
.sc(ListProposalVotes$)
|
|
352
|
+
.sc(schemas_0.ListProposalVotes$)
|
|
1354
353
|
.build() {
|
|
1355
354
|
}
|
|
1356
355
|
|
|
@@ -1362,7 +361,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1362
361
|
})
|
|
1363
362
|
.s("TaigaWebService", "ListTagsForResource", {})
|
|
1364
363
|
.n("ManagedBlockchainClient", "ListTagsForResourceCommand")
|
|
1365
|
-
.sc(ListTagsForResource$)
|
|
364
|
+
.sc(schemas_0.ListTagsForResource$)
|
|
1366
365
|
.build() {
|
|
1367
366
|
}
|
|
1368
367
|
|
|
@@ -1374,7 +373,7 @@ class RejectInvitationCommand extends smithyClient.Command
|
|
|
1374
373
|
})
|
|
1375
374
|
.s("TaigaWebService", "RejectInvitation", {})
|
|
1376
375
|
.n("ManagedBlockchainClient", "RejectInvitationCommand")
|
|
1377
|
-
.sc(RejectInvitation$)
|
|
376
|
+
.sc(schemas_0.RejectInvitation$)
|
|
1378
377
|
.build() {
|
|
1379
378
|
}
|
|
1380
379
|
|
|
@@ -1386,7 +385,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1386
385
|
})
|
|
1387
386
|
.s("TaigaWebService", "TagResource", {})
|
|
1388
387
|
.n("ManagedBlockchainClient", "TagResourceCommand")
|
|
1389
|
-
.sc(TagResource$)
|
|
388
|
+
.sc(schemas_0.TagResource$)
|
|
1390
389
|
.build() {
|
|
1391
390
|
}
|
|
1392
391
|
|
|
@@ -1398,7 +397,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1398
397
|
})
|
|
1399
398
|
.s("TaigaWebService", "UntagResource", {})
|
|
1400
399
|
.n("ManagedBlockchainClient", "UntagResourceCommand")
|
|
1401
|
-
.sc(UntagResource$)
|
|
400
|
+
.sc(schemas_0.UntagResource$)
|
|
1402
401
|
.build() {
|
|
1403
402
|
}
|
|
1404
403
|
|
|
@@ -1410,7 +409,7 @@ class UpdateMemberCommand extends smithyClient.Command
|
|
|
1410
409
|
})
|
|
1411
410
|
.s("TaigaWebService", "UpdateMember", {})
|
|
1412
411
|
.n("ManagedBlockchainClient", "UpdateMemberCommand")
|
|
1413
|
-
.sc(UpdateMember$)
|
|
412
|
+
.sc(schemas_0.UpdateMember$)
|
|
1414
413
|
.build() {
|
|
1415
414
|
}
|
|
1416
415
|
|
|
@@ -1422,7 +421,7 @@ class UpdateNodeCommand extends smithyClient.Command
|
|
|
1422
421
|
})
|
|
1423
422
|
.s("TaigaWebService", "UpdateNode", {})
|
|
1424
423
|
.n("ManagedBlockchainClient", "UpdateNodeCommand")
|
|
1425
|
-
.sc(UpdateNode$)
|
|
424
|
+
.sc(schemas_0.UpdateNode$)
|
|
1426
425
|
.build() {
|
|
1427
426
|
}
|
|
1428
427
|
|
|
@@ -1434,7 +433,7 @@ class VoteOnProposalCommand extends smithyClient.Command
|
|
|
1434
433
|
})
|
|
1435
434
|
.s("TaigaWebService", "VoteOnProposal", {})
|
|
1436
435
|
.n("ManagedBlockchainClient", "VoteOnProposalCommand")
|
|
1437
|
-
.sc(VoteOnProposal$)
|
|
436
|
+
.sc(schemas_0.VoteOnProposal$)
|
|
1438
437
|
.build() {
|
|
1439
438
|
}
|
|
1440
439
|
|
|
@@ -1579,188 +578,52 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1579
578
|
enumerable: true,
|
|
1580
579
|
get: function () { return smithyClient.Client; }
|
|
1581
580
|
});
|
|
1582
|
-
exports
|
|
1583
|
-
|
|
1584
|
-
|
|
581
|
+
Object.defineProperty(exports, "ManagedBlockchainServiceException", {
|
|
582
|
+
enumerable: true,
|
|
583
|
+
get: function () { return ManagedBlockchainServiceException.ManagedBlockchainServiceException; }
|
|
584
|
+
});
|
|
1585
585
|
exports.AccessorNetworkType = AccessorNetworkType;
|
|
1586
586
|
exports.AccessorStatus = AccessorStatus;
|
|
1587
|
-
exports.AccessorSummary$ = AccessorSummary$;
|
|
1588
587
|
exports.AccessorType = AccessorType;
|
|
1589
|
-
exports.ApprovalThresholdPolicy$ = ApprovalThresholdPolicy$;
|
|
1590
|
-
exports.CreateAccessor$ = CreateAccessor$;
|
|
1591
588
|
exports.CreateAccessorCommand = CreateAccessorCommand;
|
|
1592
|
-
exports.CreateAccessorInput$ = CreateAccessorInput$;
|
|
1593
|
-
exports.CreateAccessorOutput$ = CreateAccessorOutput$;
|
|
1594
|
-
exports.CreateMember$ = CreateMember$;
|
|
1595
589
|
exports.CreateMemberCommand = CreateMemberCommand;
|
|
1596
|
-
exports.CreateMemberInput$ = CreateMemberInput$;
|
|
1597
|
-
exports.CreateMemberOutput$ = CreateMemberOutput$;
|
|
1598
|
-
exports.CreateNetwork$ = CreateNetwork$;
|
|
1599
590
|
exports.CreateNetworkCommand = CreateNetworkCommand;
|
|
1600
|
-
exports.CreateNetworkInput$ = CreateNetworkInput$;
|
|
1601
|
-
exports.CreateNetworkOutput$ = CreateNetworkOutput$;
|
|
1602
|
-
exports.CreateNode$ = CreateNode$;
|
|
1603
591
|
exports.CreateNodeCommand = CreateNodeCommand;
|
|
1604
|
-
exports.CreateNodeInput$ = CreateNodeInput$;
|
|
1605
|
-
exports.CreateNodeOutput$ = CreateNodeOutput$;
|
|
1606
|
-
exports.CreateProposal$ = CreateProposal$;
|
|
1607
592
|
exports.CreateProposalCommand = CreateProposalCommand;
|
|
1608
|
-
exports.CreateProposalInput$ = CreateProposalInput$;
|
|
1609
|
-
exports.CreateProposalOutput$ = CreateProposalOutput$;
|
|
1610
|
-
exports.DeleteAccessor$ = DeleteAccessor$;
|
|
1611
593
|
exports.DeleteAccessorCommand = DeleteAccessorCommand;
|
|
1612
|
-
exports.DeleteAccessorInput$ = DeleteAccessorInput$;
|
|
1613
|
-
exports.DeleteAccessorOutput$ = DeleteAccessorOutput$;
|
|
1614
|
-
exports.DeleteMember$ = DeleteMember$;
|
|
1615
594
|
exports.DeleteMemberCommand = DeleteMemberCommand;
|
|
1616
|
-
exports.DeleteMemberInput$ = DeleteMemberInput$;
|
|
1617
|
-
exports.DeleteMemberOutput$ = DeleteMemberOutput$;
|
|
1618
|
-
exports.DeleteNode$ = DeleteNode$;
|
|
1619
595
|
exports.DeleteNodeCommand = DeleteNodeCommand;
|
|
1620
|
-
exports.DeleteNodeInput$ = DeleteNodeInput$;
|
|
1621
|
-
exports.DeleteNodeOutput$ = DeleteNodeOutput$;
|
|
1622
596
|
exports.Edition = Edition;
|
|
1623
597
|
exports.Framework = Framework;
|
|
1624
|
-
exports.GetAccessor$ = GetAccessor$;
|
|
1625
598
|
exports.GetAccessorCommand = GetAccessorCommand;
|
|
1626
|
-
exports.GetAccessorInput$ = GetAccessorInput$;
|
|
1627
|
-
exports.GetAccessorOutput$ = GetAccessorOutput$;
|
|
1628
|
-
exports.GetMember$ = GetMember$;
|
|
1629
599
|
exports.GetMemberCommand = GetMemberCommand;
|
|
1630
|
-
exports.GetMemberInput$ = GetMemberInput$;
|
|
1631
|
-
exports.GetMemberOutput$ = GetMemberOutput$;
|
|
1632
|
-
exports.GetNetwork$ = GetNetwork$;
|
|
1633
600
|
exports.GetNetworkCommand = GetNetworkCommand;
|
|
1634
|
-
exports.GetNetworkInput$ = GetNetworkInput$;
|
|
1635
|
-
exports.GetNetworkOutput$ = GetNetworkOutput$;
|
|
1636
|
-
exports.GetNode$ = GetNode$;
|
|
1637
601
|
exports.GetNodeCommand = GetNodeCommand;
|
|
1638
|
-
exports.GetNodeInput$ = GetNodeInput$;
|
|
1639
|
-
exports.GetNodeOutput$ = GetNodeOutput$;
|
|
1640
|
-
exports.GetProposal$ = GetProposal$;
|
|
1641
602
|
exports.GetProposalCommand = GetProposalCommand;
|
|
1642
|
-
exports.GetProposalInput$ = GetProposalInput$;
|
|
1643
|
-
exports.GetProposalOutput$ = GetProposalOutput$;
|
|
1644
|
-
exports.IllegalActionException = IllegalActionException;
|
|
1645
|
-
exports.IllegalActionException$ = IllegalActionException$;
|
|
1646
|
-
exports.InternalServiceErrorException = InternalServiceErrorException;
|
|
1647
|
-
exports.InternalServiceErrorException$ = InternalServiceErrorException$;
|
|
1648
|
-
exports.InvalidRequestException = InvalidRequestException;
|
|
1649
|
-
exports.InvalidRequestException$ = InvalidRequestException$;
|
|
1650
|
-
exports.Invitation$ = Invitation$;
|
|
1651
603
|
exports.InvitationStatus = InvitationStatus;
|
|
1652
|
-
exports.InviteAction$ = InviteAction$;
|
|
1653
|
-
exports.ListAccessors$ = ListAccessors$;
|
|
1654
604
|
exports.ListAccessorsCommand = ListAccessorsCommand;
|
|
1655
|
-
exports.ListAccessorsInput$ = ListAccessorsInput$;
|
|
1656
|
-
exports.ListAccessorsOutput$ = ListAccessorsOutput$;
|
|
1657
|
-
exports.ListInvitations$ = ListInvitations$;
|
|
1658
605
|
exports.ListInvitationsCommand = ListInvitationsCommand;
|
|
1659
|
-
exports.ListInvitationsInput$ = ListInvitationsInput$;
|
|
1660
|
-
exports.ListInvitationsOutput$ = ListInvitationsOutput$;
|
|
1661
|
-
exports.ListMembers$ = ListMembers$;
|
|
1662
606
|
exports.ListMembersCommand = ListMembersCommand;
|
|
1663
|
-
exports.ListMembersInput$ = ListMembersInput$;
|
|
1664
|
-
exports.ListMembersOutput$ = ListMembersOutput$;
|
|
1665
|
-
exports.ListNetworks$ = ListNetworks$;
|
|
1666
607
|
exports.ListNetworksCommand = ListNetworksCommand;
|
|
1667
|
-
exports.ListNetworksInput$ = ListNetworksInput$;
|
|
1668
|
-
exports.ListNetworksOutput$ = ListNetworksOutput$;
|
|
1669
|
-
exports.ListNodes$ = ListNodes$;
|
|
1670
608
|
exports.ListNodesCommand = ListNodesCommand;
|
|
1671
|
-
exports.ListNodesInput$ = ListNodesInput$;
|
|
1672
|
-
exports.ListNodesOutput$ = ListNodesOutput$;
|
|
1673
|
-
exports.ListProposalVotes$ = ListProposalVotes$;
|
|
1674
609
|
exports.ListProposalVotesCommand = ListProposalVotesCommand;
|
|
1675
|
-
exports.ListProposalVotesInput$ = ListProposalVotesInput$;
|
|
1676
|
-
exports.ListProposalVotesOutput$ = ListProposalVotesOutput$;
|
|
1677
|
-
exports.ListProposals$ = ListProposals$;
|
|
1678
610
|
exports.ListProposalsCommand = ListProposalsCommand;
|
|
1679
|
-
exports.ListProposalsInput$ = ListProposalsInput$;
|
|
1680
|
-
exports.ListProposalsOutput$ = ListProposalsOutput$;
|
|
1681
|
-
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1682
611
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1683
|
-
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
1684
|
-
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
1685
|
-
exports.LogConfiguration$ = LogConfiguration$;
|
|
1686
|
-
exports.LogConfigurations$ = LogConfigurations$;
|
|
1687
612
|
exports.ManagedBlockchain = ManagedBlockchain;
|
|
1688
613
|
exports.ManagedBlockchainClient = ManagedBlockchainClient;
|
|
1689
|
-
exports.ManagedBlockchainServiceException = ManagedBlockchainServiceException;
|
|
1690
|
-
exports.ManagedBlockchainServiceException$ = ManagedBlockchainServiceException$;
|
|
1691
|
-
exports.Member$ = Member$;
|
|
1692
|
-
exports.MemberConfiguration$ = MemberConfiguration$;
|
|
1693
|
-
exports.MemberFabricAttributes$ = MemberFabricAttributes$;
|
|
1694
|
-
exports.MemberFabricConfiguration$ = MemberFabricConfiguration$;
|
|
1695
|
-
exports.MemberFabricLogPublishingConfiguration$ = MemberFabricLogPublishingConfiguration$;
|
|
1696
|
-
exports.MemberFrameworkAttributes$ = MemberFrameworkAttributes$;
|
|
1697
|
-
exports.MemberFrameworkConfiguration$ = MemberFrameworkConfiguration$;
|
|
1698
|
-
exports.MemberLogPublishingConfiguration$ = MemberLogPublishingConfiguration$;
|
|
1699
614
|
exports.MemberStatus = MemberStatus;
|
|
1700
|
-
exports.MemberSummary$ = MemberSummary$;
|
|
1701
|
-
exports.Network$ = Network$;
|
|
1702
|
-
exports.NetworkEthereumAttributes$ = NetworkEthereumAttributes$;
|
|
1703
|
-
exports.NetworkFabricAttributes$ = NetworkFabricAttributes$;
|
|
1704
|
-
exports.NetworkFabricConfiguration$ = NetworkFabricConfiguration$;
|
|
1705
|
-
exports.NetworkFrameworkAttributes$ = NetworkFrameworkAttributes$;
|
|
1706
|
-
exports.NetworkFrameworkConfiguration$ = NetworkFrameworkConfiguration$;
|
|
1707
615
|
exports.NetworkStatus = NetworkStatus;
|
|
1708
|
-
exports.NetworkSummary$ = NetworkSummary$;
|
|
1709
|
-
exports.Node$ = Node$;
|
|
1710
|
-
exports.NodeConfiguration$ = NodeConfiguration$;
|
|
1711
|
-
exports.NodeEthereumAttributes$ = NodeEthereumAttributes$;
|
|
1712
|
-
exports.NodeFabricAttributes$ = NodeFabricAttributes$;
|
|
1713
|
-
exports.NodeFabricLogPublishingConfiguration$ = NodeFabricLogPublishingConfiguration$;
|
|
1714
|
-
exports.NodeFrameworkAttributes$ = NodeFrameworkAttributes$;
|
|
1715
|
-
exports.NodeLogPublishingConfiguration$ = NodeLogPublishingConfiguration$;
|
|
1716
616
|
exports.NodeStatus = NodeStatus;
|
|
1717
|
-
exports.NodeSummary$ = NodeSummary$;
|
|
1718
|
-
exports.Proposal$ = Proposal$;
|
|
1719
|
-
exports.ProposalActions$ = ProposalActions$;
|
|
1720
617
|
exports.ProposalStatus = ProposalStatus;
|
|
1721
|
-
exports.ProposalSummary$ = ProposalSummary$;
|
|
1722
|
-
exports.RejectInvitation$ = RejectInvitation$;
|
|
1723
618
|
exports.RejectInvitationCommand = RejectInvitationCommand;
|
|
1724
|
-
exports.RejectInvitationInput$ = RejectInvitationInput$;
|
|
1725
|
-
exports.RejectInvitationOutput$ = RejectInvitationOutput$;
|
|
1726
|
-
exports.RemoveAction$ = RemoveAction$;
|
|
1727
|
-
exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
|
|
1728
|
-
exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
|
|
1729
|
-
exports.ResourceLimitExceededException = ResourceLimitExceededException;
|
|
1730
|
-
exports.ResourceLimitExceededException$ = ResourceLimitExceededException$;
|
|
1731
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1732
|
-
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1733
|
-
exports.ResourceNotReadyException = ResourceNotReadyException;
|
|
1734
|
-
exports.ResourceNotReadyException$ = ResourceNotReadyException$;
|
|
1735
619
|
exports.StateDBType = StateDBType;
|
|
1736
|
-
exports.TagResource$ = TagResource$;
|
|
1737
620
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1738
|
-
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1739
|
-
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
1740
621
|
exports.ThresholdComparator = ThresholdComparator;
|
|
1741
|
-
exports.ThrottlingException = ThrottlingException;
|
|
1742
|
-
exports.ThrottlingException$ = ThrottlingException$;
|
|
1743
|
-
exports.TooManyTagsException = TooManyTagsException;
|
|
1744
|
-
exports.TooManyTagsException$ = TooManyTagsException$;
|
|
1745
|
-
exports.UntagResource$ = UntagResource$;
|
|
1746
622
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1747
|
-
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1748
|
-
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1749
|
-
exports.UpdateMember$ = UpdateMember$;
|
|
1750
623
|
exports.UpdateMemberCommand = UpdateMemberCommand;
|
|
1751
|
-
exports.UpdateMemberInput$ = UpdateMemberInput$;
|
|
1752
|
-
exports.UpdateMemberOutput$ = UpdateMemberOutput$;
|
|
1753
|
-
exports.UpdateNode$ = UpdateNode$;
|
|
1754
624
|
exports.UpdateNodeCommand = UpdateNodeCommand;
|
|
1755
|
-
exports.UpdateNodeInput$ = UpdateNodeInput$;
|
|
1756
|
-
exports.UpdateNodeOutput$ = UpdateNodeOutput$;
|
|
1757
|
-
exports.VoteOnProposal$ = VoteOnProposal$;
|
|
1758
625
|
exports.VoteOnProposalCommand = VoteOnProposalCommand;
|
|
1759
|
-
exports.VoteOnProposalInput$ = VoteOnProposalInput$;
|
|
1760
|
-
exports.VoteOnProposalOutput$ = VoteOnProposalOutput$;
|
|
1761
|
-
exports.VoteSummary$ = VoteSummary$;
|
|
1762
626
|
exports.VoteValue = VoteValue;
|
|
1763
|
-
exports.VotingPolicy$ = VotingPolicy$;
|
|
1764
627
|
exports.paginateListAccessors = paginateListAccessors;
|
|
1765
628
|
exports.paginateListInvitations = paginateListInvitations;
|
|
1766
629
|
exports.paginateListMembers = paginateListMembers;
|
|
@@ -1768,3 +631,15 @@ exports.paginateListNetworks = paginateListNetworks;
|
|
|
1768
631
|
exports.paginateListNodes = paginateListNodes;
|
|
1769
632
|
exports.paginateListProposalVotes = paginateListProposalVotes;
|
|
1770
633
|
exports.paginateListProposals = paginateListProposals;
|
|
634
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
635
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
636
|
+
enumerable: true,
|
|
637
|
+
get: function () { return schemas_0[k]; }
|
|
638
|
+
});
|
|
639
|
+
});
|
|
640
|
+
Object.keys(errors).forEach(function (k) {
|
|
641
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
642
|
+
enumerable: true,
|
|
643
|
+
get: function () { return errors[k]; }
|
|
644
|
+
});
|
|
645
|
+
});
|