@aws-sdk/client-managedblockchain 3.928.0 → 3.930.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 +1285 -1343
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ManagedBlockchainClient.js +2 -0
- package/dist-es/commands/CreateAccessorCommand.js +3 -9
- package/dist-es/commands/CreateMemberCommand.js +3 -10
- package/dist-es/commands/CreateNetworkCommand.js +3 -10
- package/dist-es/commands/CreateNodeCommand.js +3 -9
- package/dist-es/commands/CreateProposalCommand.js +3 -9
- package/dist-es/commands/DeleteAccessorCommand.js +3 -9
- package/dist-es/commands/DeleteMemberCommand.js +3 -9
- package/dist-es/commands/DeleteNodeCommand.js +3 -9
- package/dist-es/commands/GetAccessorCommand.js +3 -9
- package/dist-es/commands/GetMemberCommand.js +3 -9
- package/dist-es/commands/GetNetworkCommand.js +3 -9
- package/dist-es/commands/GetNodeCommand.js +3 -9
- package/dist-es/commands/GetProposalCommand.js +3 -9
- package/dist-es/commands/ListAccessorsCommand.js +3 -9
- package/dist-es/commands/ListInvitationsCommand.js +3 -9
- package/dist-es/commands/ListMembersCommand.js +3 -9
- package/dist-es/commands/ListNetworksCommand.js +3 -9
- package/dist-es/commands/ListNodesCommand.js +3 -9
- package/dist-es/commands/ListProposalVotesCommand.js +3 -9
- package/dist-es/commands/ListProposalsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/RejectInvitationCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateMemberCommand.js +3 -9
- package/dist-es/commands/UpdateNodeCommand.js +3 -9
- package/dist-es/commands/VoteOnProposalCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -27
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1218 -0
- package/dist-types/ManagedBlockchainClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -20
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +144 -0
- package/dist-types/ts3.4/ManagedBlockchainClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -15
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +150 -0
- package/package.json +33 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -1109
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -245
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -329
|
@@ -0,0 +1,1218 @@
|
|
|
1
|
+
const _A = "Accessor";
|
|
2
|
+
const _ADE = "AccessDeniedException";
|
|
3
|
+
const _AI = "AccessorId";
|
|
4
|
+
const _AP = "AdminPassword";
|
|
5
|
+
const _AS = "AccessorSummary";
|
|
6
|
+
const _ASL = "AccessorSummaryList";
|
|
7
|
+
const _AT = "AccessorType";
|
|
8
|
+
const _ATP = "ApprovalThresholdPolicy";
|
|
9
|
+
const _AU = "AdminUsername";
|
|
10
|
+
const _AZ = "AvailabilityZone";
|
|
11
|
+
const _Ac = "Actions";
|
|
12
|
+
const _Acc = "Accessors";
|
|
13
|
+
const _Ar = "Arn";
|
|
14
|
+
const _BT = "BillingToken";
|
|
15
|
+
const _C = "Cloudwatch";
|
|
16
|
+
const _CA = "CreateAccessor";
|
|
17
|
+
const _CAI = "CreateAccessorInput";
|
|
18
|
+
const _CAO = "CreateAccessorOutput";
|
|
19
|
+
const _CD = "CreationDate";
|
|
20
|
+
const _CE = "CaEndpoint";
|
|
21
|
+
const _CI = "ChainId";
|
|
22
|
+
const _CL = "CaLogs";
|
|
23
|
+
const _CLh = "ChaincodeLogs";
|
|
24
|
+
const _CM = "CreateMember";
|
|
25
|
+
const _CMI = "CreateMemberInput";
|
|
26
|
+
const _CMO = "CreateMemberOutput";
|
|
27
|
+
const _CN = "CreateNetwork";
|
|
28
|
+
const _CNI = "CreateNetworkInput";
|
|
29
|
+
const _CNIr = "CreateNodeInput";
|
|
30
|
+
const _CNO = "CreateNetworkOutput";
|
|
31
|
+
const _CNOr = "CreateNodeOutput";
|
|
32
|
+
const _CNr = "CreateNode";
|
|
33
|
+
const _CP = "CreateProposal";
|
|
34
|
+
const _CPI = "CreateProposalInput";
|
|
35
|
+
const _CPO = "CreateProposalOutput";
|
|
36
|
+
const _CRT = "ClientRequestToken";
|
|
37
|
+
const _D = "Description";
|
|
38
|
+
const _DA = "DeleteAccessor";
|
|
39
|
+
const _DAI = "DeleteAccessorInput";
|
|
40
|
+
const _DAO = "DeleteAccessorOutput";
|
|
41
|
+
const _DM = "DeleteMember";
|
|
42
|
+
const _DMI = "DeleteMemberInput";
|
|
43
|
+
const _DMO = "DeleteMemberOutput";
|
|
44
|
+
const _DN = "DeleteNode";
|
|
45
|
+
const _DNI = "DeleteNodeInput";
|
|
46
|
+
const _DNO = "DeleteNodeOutput";
|
|
47
|
+
const _E = "Enabled";
|
|
48
|
+
const _ED = "ExpirationDate";
|
|
49
|
+
const _Ed = "Edition";
|
|
50
|
+
const _Et = "Ethereum";
|
|
51
|
+
const _F = "Framework";
|
|
52
|
+
const _FA = "FrameworkAttributes";
|
|
53
|
+
const _FC = "FrameworkConfiguration";
|
|
54
|
+
const _FV = "FrameworkVersion";
|
|
55
|
+
const _Fa = "Fabric";
|
|
56
|
+
const _GA = "GetAccessor";
|
|
57
|
+
const _GAI = "GetAccessorInput";
|
|
58
|
+
const _GAO = "GetAccessorOutput";
|
|
59
|
+
const _GM = "GetMember";
|
|
60
|
+
const _GMI = "GetMemberInput";
|
|
61
|
+
const _GMO = "GetMemberOutput";
|
|
62
|
+
const _GN = "GetNetwork";
|
|
63
|
+
const _GNI = "GetNetworkInput";
|
|
64
|
+
const _GNIe = "GetNodeInput";
|
|
65
|
+
const _GNO = "GetNetworkOutput";
|
|
66
|
+
const _GNOe = "GetNodeOutput";
|
|
67
|
+
const _GNe = "GetNode";
|
|
68
|
+
const _GP = "GetProposal";
|
|
69
|
+
const _GPI = "GetProposalInput";
|
|
70
|
+
const _GPO = "GetProposalOutput";
|
|
71
|
+
const _HE = "HttpEndpoint";
|
|
72
|
+
const _I = "Id";
|
|
73
|
+
const _IA = "InviteAction";
|
|
74
|
+
const _IAE = "IllegalActionException";
|
|
75
|
+
const _IAL = "InviteActionList";
|
|
76
|
+
const _II = "InvitationId";
|
|
77
|
+
const _IL = "InvitationList";
|
|
78
|
+
const _IO = "IsOwned";
|
|
79
|
+
const _IRE = "InvalidRequestException";
|
|
80
|
+
const _ISEE = "InternalServiceErrorException";
|
|
81
|
+
const _IT = "InstanceType";
|
|
82
|
+
const _In = "Invitation";
|
|
83
|
+
const _Inv = "Invitations";
|
|
84
|
+
const _KKA = "KmsKeyArn";
|
|
85
|
+
const _LA = "ListAccessors";
|
|
86
|
+
const _LAI = "ListAccessorsInput";
|
|
87
|
+
const _LAO = "ListAccessorsOutput";
|
|
88
|
+
const _LC = "LogConfiguration";
|
|
89
|
+
const _LCo = "LogConfigurations";
|
|
90
|
+
const _LI = "ListInvitations";
|
|
91
|
+
const _LII = "ListInvitationsInput";
|
|
92
|
+
const _LIO = "ListInvitationsOutput";
|
|
93
|
+
const _LM = "ListMembers";
|
|
94
|
+
const _LMI = "ListMembersInput";
|
|
95
|
+
const _LMO = "ListMembersOutput";
|
|
96
|
+
const _LN = "ListNetworks";
|
|
97
|
+
const _LNI = "ListNetworksInput";
|
|
98
|
+
const _LNIi = "ListNodesInput";
|
|
99
|
+
const _LNO = "ListNetworksOutput";
|
|
100
|
+
const _LNOi = "ListNodesOutput";
|
|
101
|
+
const _LNi = "ListNodes";
|
|
102
|
+
const _LP = "ListProposals";
|
|
103
|
+
const _LPC = "LogPublishingConfiguration";
|
|
104
|
+
const _LPI = "ListProposalsInput";
|
|
105
|
+
const _LPO = "ListProposalsOutput";
|
|
106
|
+
const _LPV = "ListProposalVotes";
|
|
107
|
+
const _LPVI = "ListProposalVotesInput";
|
|
108
|
+
const _LPVO = "ListProposalVotesOutput";
|
|
109
|
+
const _LTFR = "ListTagsForResource";
|
|
110
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
111
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
112
|
+
const _M = "Message";
|
|
113
|
+
const _MC = "MemberConfiguration";
|
|
114
|
+
const _MFA = "MemberFabricAttributes";
|
|
115
|
+
const _MFAe = "MemberFrameworkAttributes";
|
|
116
|
+
const _MFC = "MemberFabricConfiguration";
|
|
117
|
+
const _MFCe = "MemberFrameworkConfiguration";
|
|
118
|
+
const _MFLPC = "MemberFabricLogPublishingConfiguration";
|
|
119
|
+
const _MI = "MemberId";
|
|
120
|
+
const _MLPC = "MemberLogPublishingConfiguration";
|
|
121
|
+
const _MN = "MemberName";
|
|
122
|
+
const _MR = "MaxResults";
|
|
123
|
+
const _MS = "MemberSummary";
|
|
124
|
+
const _MSL = "MemberSummaryList";
|
|
125
|
+
const _Me = "Member";
|
|
126
|
+
const _Mem = "Members";
|
|
127
|
+
const _N = "Name";
|
|
128
|
+
const _NC = "NodeConfiguration";
|
|
129
|
+
const _NEA = "NetworkEthereumAttributes";
|
|
130
|
+
const _NEAo = "NodeEthereumAttributes";
|
|
131
|
+
const _NFA = "NetworkFabricAttributes";
|
|
132
|
+
const _NFAe = "NetworkFrameworkAttributes";
|
|
133
|
+
const _NFAo = "NodeFabricAttributes";
|
|
134
|
+
const _NFAod = "NodeFrameworkAttributes";
|
|
135
|
+
const _NFC = "NetworkFabricConfiguration";
|
|
136
|
+
const _NFCe = "NetworkFrameworkConfiguration";
|
|
137
|
+
const _NFLPC = "NodeFabricLogPublishingConfiguration";
|
|
138
|
+
const _NI = "NetworkId";
|
|
139
|
+
const _NIo = "NodeId";
|
|
140
|
+
const _NLPC = "NodeLogPublishingConfiguration";
|
|
141
|
+
const _NS = "NetworkSummary";
|
|
142
|
+
const _NSL = "NetworkSummaryList";
|
|
143
|
+
const _NSLo = "NodeSummaryList";
|
|
144
|
+
const _NSo = "NodeSummary";
|
|
145
|
+
const _NT = "NetworkType";
|
|
146
|
+
const _NTe = "NextToken";
|
|
147
|
+
const _NVC = "NoVoteCount";
|
|
148
|
+
const _Ne = "Network";
|
|
149
|
+
const _Net = "Networks";
|
|
150
|
+
const _No = "Node";
|
|
151
|
+
const _Nod = "Nodes";
|
|
152
|
+
const _OSE = "OrderingServiceEndpoint";
|
|
153
|
+
const _OVC = "OutstandingVoteCount";
|
|
154
|
+
const _P = "Proposal";
|
|
155
|
+
const _PA = "ProposalActions";
|
|
156
|
+
const _PBMI = "ProposedByMemberId";
|
|
157
|
+
const _PBMN = "ProposedByMemberName";
|
|
158
|
+
const _PDIH = "ProposalDurationInHours";
|
|
159
|
+
const _PE = "PeerEndpoint";
|
|
160
|
+
const _PEE = "PeerEventEndpoint";
|
|
161
|
+
const _PI = "ProposalId";
|
|
162
|
+
const _PL = "PeerLogs";
|
|
163
|
+
const _PS = "PasswordString";
|
|
164
|
+
const _PSL = "ProposalSummaryList";
|
|
165
|
+
const _PSr = "ProposalSummary";
|
|
166
|
+
const _PV = "ProposalVotes";
|
|
167
|
+
const _PVL = "ProposalVoteList";
|
|
168
|
+
const _Pr = "Principal";
|
|
169
|
+
const _Pro = "Proposals";
|
|
170
|
+
const _R = "Removals";
|
|
171
|
+
const _RA = "ResourceArn";
|
|
172
|
+
const _RAEE = "ResourceAlreadyExistsException";
|
|
173
|
+
const _RAL = "RemoveActionList";
|
|
174
|
+
const _RAe = "RemoveAction";
|
|
175
|
+
const _RI = "RejectInvitation";
|
|
176
|
+
const _RII = "RejectInvitationInput";
|
|
177
|
+
const _RIO = "RejectInvitationOutput";
|
|
178
|
+
const _RLEE = "ResourceLimitExceededException";
|
|
179
|
+
const _RN = "ResourceName";
|
|
180
|
+
const _RNFE = "ResourceNotFoundException";
|
|
181
|
+
const _RNRE = "ResourceNotReadyException";
|
|
182
|
+
const _S = "Status";
|
|
183
|
+
const _SDB = "StateDB";
|
|
184
|
+
const _T = "Type";
|
|
185
|
+
const _TC = "ThresholdComparator";
|
|
186
|
+
const _TE = "ThrottlingException";
|
|
187
|
+
const _TK = "TagKeys";
|
|
188
|
+
const _TMTE = "TooManyTagsException";
|
|
189
|
+
const _TP = "ThresholdPercentage";
|
|
190
|
+
const _TR = "TagResource";
|
|
191
|
+
const _TRR = "TagResourceRequest";
|
|
192
|
+
const _TRRa = "TagResourceResponse";
|
|
193
|
+
const _Ta = "Tags";
|
|
194
|
+
const _UM = "UpdateMember";
|
|
195
|
+
const _UMI = "UpdateMemberInput";
|
|
196
|
+
const _UMO = "UpdateMemberOutput";
|
|
197
|
+
const _UN = "UpdateNode";
|
|
198
|
+
const _UNI = "UpdateNodeInput";
|
|
199
|
+
const _UNO = "UpdateNodeOutput";
|
|
200
|
+
const _UR = "UntagResource";
|
|
201
|
+
const _URR = "UntagResourceRequest";
|
|
202
|
+
const _URRn = "UntagResourceResponse";
|
|
203
|
+
const _V = "Vote";
|
|
204
|
+
const _VESN = "VpcEndpointServiceName";
|
|
205
|
+
const _VMI = "VoterMemberId";
|
|
206
|
+
const _VOP = "VoteOnProposal";
|
|
207
|
+
const _VOPI = "VoteOnProposalInput";
|
|
208
|
+
const _VOPO = "VoteOnProposalOutput";
|
|
209
|
+
const _VP = "VotingPolicy";
|
|
210
|
+
const _VS = "VoteSummary";
|
|
211
|
+
const _WSE = "WebSocketEndpoint";
|
|
212
|
+
const _YVC = "YesVoteCount";
|
|
213
|
+
const _c = "client";
|
|
214
|
+
const _e = "error";
|
|
215
|
+
const _f = "framework";
|
|
216
|
+
const _h = "http";
|
|
217
|
+
const _hE = "httpError";
|
|
218
|
+
const _hQ = "httpQuery";
|
|
219
|
+
const _iO = "isOwned";
|
|
220
|
+
const _mI = "memberId";
|
|
221
|
+
const _mR = "maxResults";
|
|
222
|
+
const _n = "name";
|
|
223
|
+
const _nT = "nextToken";
|
|
224
|
+
const _nTe = "networkType";
|
|
225
|
+
const _s = "server";
|
|
226
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.managedblockchain";
|
|
227
|
+
const _st = "status";
|
|
228
|
+
const _tK = "tagKeys";
|
|
229
|
+
const n0 = "com.amazonaws.managedblockchain";
|
|
230
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
231
|
+
import { AccessDeniedException as __AccessDeniedException, IllegalActionException as __IllegalActionException, InternalServiceErrorException as __InternalServiceErrorException, InvalidRequestException as __InvalidRequestException, ResourceAlreadyExistsException as __ResourceAlreadyExistsException, ResourceLimitExceededException as __ResourceLimitExceededException, ResourceNotFoundException as __ResourceNotFoundException, ResourceNotReadyException as __ResourceNotReadyException, ThrottlingException as __ThrottlingException, TooManyTagsException as __TooManyTagsException, } from "../models/index";
|
|
232
|
+
import { ManagedBlockchainServiceException as __ManagedBlockchainServiceException } from "../models/ManagedBlockchainServiceException";
|
|
233
|
+
export var PasswordString = [0, n0, _PS, 8, 0];
|
|
234
|
+
export var AccessDeniedException = [
|
|
235
|
+
-3,
|
|
236
|
+
n0,
|
|
237
|
+
_ADE,
|
|
238
|
+
{
|
|
239
|
+
[_e]: _c,
|
|
240
|
+
[_hE]: 403,
|
|
241
|
+
},
|
|
242
|
+
[_M],
|
|
243
|
+
[0],
|
|
244
|
+
];
|
|
245
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
246
|
+
export var Accessor = [
|
|
247
|
+
3,
|
|
248
|
+
n0,
|
|
249
|
+
_A,
|
|
250
|
+
0,
|
|
251
|
+
[_I, _T, _BT, _S, _CD, _Ar, _Ta, _NT],
|
|
252
|
+
[0, 0, 0, 0, 5, 0, 128 | 0, 0],
|
|
253
|
+
];
|
|
254
|
+
export var AccessorSummary = [3, n0, _AS, 0, [_I, _T, _S, _CD, _Ar, _NT], [0, 0, 0, 5, 0, 0]];
|
|
255
|
+
export var ApprovalThresholdPolicy = [3, n0, _ATP, 0, [_TP, _PDIH, _TC], [1, 1, 0]];
|
|
256
|
+
export var CreateAccessorInput = [
|
|
257
|
+
3,
|
|
258
|
+
n0,
|
|
259
|
+
_CAI,
|
|
260
|
+
0,
|
|
261
|
+
[_CRT, _AT, _Ta, _NT],
|
|
262
|
+
[[0, 4], 0, 128 | 0, 0],
|
|
263
|
+
];
|
|
264
|
+
export var CreateAccessorOutput = [3, n0, _CAO, 0, [_AI, _BT, _NT], [0, 0, 0]];
|
|
265
|
+
export var CreateMemberInput = [
|
|
266
|
+
3,
|
|
267
|
+
n0,
|
|
268
|
+
_CMI,
|
|
269
|
+
0,
|
|
270
|
+
[_CRT, _II, _NI, _MC],
|
|
271
|
+
[[0, 4], 0, [0, 1], [() => MemberConfiguration, 0]],
|
|
272
|
+
];
|
|
273
|
+
export var CreateMemberOutput = [3, n0, _CMO, 0, [_MI], [0]];
|
|
274
|
+
export var CreateNetworkInput = [
|
|
275
|
+
3,
|
|
276
|
+
n0,
|
|
277
|
+
_CNI,
|
|
278
|
+
0,
|
|
279
|
+
[_CRT, _N, _D, _F, _FV, _FC, _VP, _MC, _Ta],
|
|
280
|
+
[
|
|
281
|
+
[0, 4],
|
|
282
|
+
0,
|
|
283
|
+
0,
|
|
284
|
+
0,
|
|
285
|
+
0,
|
|
286
|
+
() => NetworkFrameworkConfiguration,
|
|
287
|
+
() => VotingPolicy,
|
|
288
|
+
[() => MemberConfiguration, 0],
|
|
289
|
+
128 | 0,
|
|
290
|
+
],
|
|
291
|
+
];
|
|
292
|
+
export var CreateNetworkOutput = [3, n0, _CNO, 0, [_NI, _MI], [0, 0]];
|
|
293
|
+
export var CreateNodeInput = [
|
|
294
|
+
3,
|
|
295
|
+
n0,
|
|
296
|
+
_CNIr,
|
|
297
|
+
0,
|
|
298
|
+
[_CRT, _NI, _MI, _NC, _Ta],
|
|
299
|
+
[[0, 4], [0, 1], 0, () => NodeConfiguration, 128 | 0],
|
|
300
|
+
];
|
|
301
|
+
export var CreateNodeOutput = [3, n0, _CNOr, 0, [_NIo], [0]];
|
|
302
|
+
export var CreateProposalInput = [
|
|
303
|
+
3,
|
|
304
|
+
n0,
|
|
305
|
+
_CPI,
|
|
306
|
+
0,
|
|
307
|
+
[_CRT, _NI, _MI, _Ac, _D, _Ta],
|
|
308
|
+
[[0, 4], [0, 1], 0, () => ProposalActions, 0, 128 | 0],
|
|
309
|
+
];
|
|
310
|
+
export var CreateProposalOutput = [3, n0, _CPO, 0, [_PI], [0]];
|
|
311
|
+
export var DeleteAccessorInput = [3, n0, _DAI, 0, [_AI], [[0, 1]]];
|
|
312
|
+
export var DeleteAccessorOutput = [3, n0, _DAO, 0, [], []];
|
|
313
|
+
export var DeleteMemberInput = [
|
|
314
|
+
3,
|
|
315
|
+
n0,
|
|
316
|
+
_DMI,
|
|
317
|
+
0,
|
|
318
|
+
[_NI, _MI],
|
|
319
|
+
[
|
|
320
|
+
[0, 1],
|
|
321
|
+
[0, 1],
|
|
322
|
+
],
|
|
323
|
+
];
|
|
324
|
+
export var DeleteMemberOutput = [3, n0, _DMO, 0, [], []];
|
|
325
|
+
export var DeleteNodeInput = [
|
|
326
|
+
3,
|
|
327
|
+
n0,
|
|
328
|
+
_DNI,
|
|
329
|
+
0,
|
|
330
|
+
[_NI, _MI, _NIo],
|
|
331
|
+
[
|
|
332
|
+
[0, 1],
|
|
333
|
+
[
|
|
334
|
+
0,
|
|
335
|
+
{
|
|
336
|
+
[_hQ]: _mI,
|
|
337
|
+
},
|
|
338
|
+
],
|
|
339
|
+
[0, 1],
|
|
340
|
+
],
|
|
341
|
+
];
|
|
342
|
+
export var DeleteNodeOutput = [3, n0, _DNO, 0, [], []];
|
|
343
|
+
export var GetAccessorInput = [3, n0, _GAI, 0, [_AI], [[0, 1]]];
|
|
344
|
+
export var GetAccessorOutput = [3, n0, _GAO, 0, [_A], [() => Accessor]];
|
|
345
|
+
export var GetMemberInput = [
|
|
346
|
+
3,
|
|
347
|
+
n0,
|
|
348
|
+
_GMI,
|
|
349
|
+
0,
|
|
350
|
+
[_NI, _MI],
|
|
351
|
+
[
|
|
352
|
+
[0, 1],
|
|
353
|
+
[0, 1],
|
|
354
|
+
],
|
|
355
|
+
];
|
|
356
|
+
export var GetMemberOutput = [3, n0, _GMO, 0, [_Me], [() => Member]];
|
|
357
|
+
export var GetNetworkInput = [3, n0, _GNI, 0, [_NI], [[0, 1]]];
|
|
358
|
+
export var GetNetworkOutput = [3, n0, _GNO, 0, [_Ne], [() => Network]];
|
|
359
|
+
export var GetNodeInput = [
|
|
360
|
+
3,
|
|
361
|
+
n0,
|
|
362
|
+
_GNIe,
|
|
363
|
+
0,
|
|
364
|
+
[_NI, _MI, _NIo],
|
|
365
|
+
[
|
|
366
|
+
[0, 1],
|
|
367
|
+
[
|
|
368
|
+
0,
|
|
369
|
+
{
|
|
370
|
+
[_hQ]: _mI,
|
|
371
|
+
},
|
|
372
|
+
],
|
|
373
|
+
[0, 1],
|
|
374
|
+
],
|
|
375
|
+
];
|
|
376
|
+
export var GetNodeOutput = [3, n0, _GNOe, 0, [_No], [() => Node]];
|
|
377
|
+
export var GetProposalInput = [
|
|
378
|
+
3,
|
|
379
|
+
n0,
|
|
380
|
+
_GPI,
|
|
381
|
+
0,
|
|
382
|
+
[_NI, _PI],
|
|
383
|
+
[
|
|
384
|
+
[0, 1],
|
|
385
|
+
[0, 1],
|
|
386
|
+
],
|
|
387
|
+
];
|
|
388
|
+
export var GetProposalOutput = [3, n0, _GPO, 0, [_P], [() => Proposal]];
|
|
389
|
+
export var IllegalActionException = [
|
|
390
|
+
-3,
|
|
391
|
+
n0,
|
|
392
|
+
_IAE,
|
|
393
|
+
{
|
|
394
|
+
[_e]: _c,
|
|
395
|
+
[_hE]: 400,
|
|
396
|
+
},
|
|
397
|
+
[_M],
|
|
398
|
+
[0],
|
|
399
|
+
];
|
|
400
|
+
TypeRegistry.for(n0).registerError(IllegalActionException, __IllegalActionException);
|
|
401
|
+
export var InternalServiceErrorException = [
|
|
402
|
+
-3,
|
|
403
|
+
n0,
|
|
404
|
+
_ISEE,
|
|
405
|
+
{
|
|
406
|
+
[_e]: _s,
|
|
407
|
+
[_hE]: 500,
|
|
408
|
+
},
|
|
409
|
+
[],
|
|
410
|
+
[],
|
|
411
|
+
];
|
|
412
|
+
TypeRegistry.for(n0).registerError(InternalServiceErrorException, __InternalServiceErrorException);
|
|
413
|
+
export var InvalidRequestException = [
|
|
414
|
+
-3,
|
|
415
|
+
n0,
|
|
416
|
+
_IRE,
|
|
417
|
+
{
|
|
418
|
+
[_e]: _c,
|
|
419
|
+
[_hE]: 400,
|
|
420
|
+
},
|
|
421
|
+
[_M],
|
|
422
|
+
[0],
|
|
423
|
+
];
|
|
424
|
+
TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
|
|
425
|
+
export var Invitation = [
|
|
426
|
+
3,
|
|
427
|
+
n0,
|
|
428
|
+
_In,
|
|
429
|
+
0,
|
|
430
|
+
[_II, _CD, _ED, _S, _NS, _Ar],
|
|
431
|
+
[0, 5, 5, 0, () => NetworkSummary, 0],
|
|
432
|
+
];
|
|
433
|
+
export var InviteAction = [3, n0, _IA, 0, [_Pr], [0]];
|
|
434
|
+
export var ListAccessorsInput = [
|
|
435
|
+
3,
|
|
436
|
+
n0,
|
|
437
|
+
_LAI,
|
|
438
|
+
0,
|
|
439
|
+
[_MR, _NTe, _NT],
|
|
440
|
+
[
|
|
441
|
+
[
|
|
442
|
+
1,
|
|
443
|
+
{
|
|
444
|
+
[_hQ]: _mR,
|
|
445
|
+
},
|
|
446
|
+
],
|
|
447
|
+
[
|
|
448
|
+
0,
|
|
449
|
+
{
|
|
450
|
+
[_hQ]: _nT,
|
|
451
|
+
},
|
|
452
|
+
],
|
|
453
|
+
[
|
|
454
|
+
0,
|
|
455
|
+
{
|
|
456
|
+
[_hQ]: _nTe,
|
|
457
|
+
},
|
|
458
|
+
],
|
|
459
|
+
],
|
|
460
|
+
];
|
|
461
|
+
export var ListAccessorsOutput = [3, n0, _LAO, 0, [_Acc, _NTe], [() => AccessorSummaryList, 0]];
|
|
462
|
+
export var ListInvitationsInput = [
|
|
463
|
+
3,
|
|
464
|
+
n0,
|
|
465
|
+
_LII,
|
|
466
|
+
0,
|
|
467
|
+
[_MR, _NTe],
|
|
468
|
+
[
|
|
469
|
+
[
|
|
470
|
+
1,
|
|
471
|
+
{
|
|
472
|
+
[_hQ]: _mR,
|
|
473
|
+
},
|
|
474
|
+
],
|
|
475
|
+
[
|
|
476
|
+
0,
|
|
477
|
+
{
|
|
478
|
+
[_hQ]: _nT,
|
|
479
|
+
},
|
|
480
|
+
],
|
|
481
|
+
],
|
|
482
|
+
];
|
|
483
|
+
export var ListInvitationsOutput = [3, n0, _LIO, 0, [_Inv, _NTe], [() => InvitationList, 0]];
|
|
484
|
+
export var ListMembersInput = [
|
|
485
|
+
3,
|
|
486
|
+
n0,
|
|
487
|
+
_LMI,
|
|
488
|
+
0,
|
|
489
|
+
[_NI, _N, _S, _IO, _MR, _NTe],
|
|
490
|
+
[
|
|
491
|
+
[0, 1],
|
|
492
|
+
[
|
|
493
|
+
0,
|
|
494
|
+
{
|
|
495
|
+
[_hQ]: _n,
|
|
496
|
+
},
|
|
497
|
+
],
|
|
498
|
+
[
|
|
499
|
+
0,
|
|
500
|
+
{
|
|
501
|
+
[_hQ]: _st,
|
|
502
|
+
},
|
|
503
|
+
],
|
|
504
|
+
[
|
|
505
|
+
2,
|
|
506
|
+
{
|
|
507
|
+
[_hQ]: _iO,
|
|
508
|
+
},
|
|
509
|
+
],
|
|
510
|
+
[
|
|
511
|
+
1,
|
|
512
|
+
{
|
|
513
|
+
[_hQ]: _mR,
|
|
514
|
+
},
|
|
515
|
+
],
|
|
516
|
+
[
|
|
517
|
+
0,
|
|
518
|
+
{
|
|
519
|
+
[_hQ]: _nT,
|
|
520
|
+
},
|
|
521
|
+
],
|
|
522
|
+
],
|
|
523
|
+
];
|
|
524
|
+
export var ListMembersOutput = [3, n0, _LMO, 0, [_Mem, _NTe], [() => MemberSummaryList, 0]];
|
|
525
|
+
export var ListNetworksInput = [
|
|
526
|
+
3,
|
|
527
|
+
n0,
|
|
528
|
+
_LNI,
|
|
529
|
+
0,
|
|
530
|
+
[_N, _F, _S, _MR, _NTe],
|
|
531
|
+
[
|
|
532
|
+
[
|
|
533
|
+
0,
|
|
534
|
+
{
|
|
535
|
+
[_hQ]: _n,
|
|
536
|
+
},
|
|
537
|
+
],
|
|
538
|
+
[
|
|
539
|
+
0,
|
|
540
|
+
{
|
|
541
|
+
[_hQ]: _f,
|
|
542
|
+
},
|
|
543
|
+
],
|
|
544
|
+
[
|
|
545
|
+
0,
|
|
546
|
+
{
|
|
547
|
+
[_hQ]: _st,
|
|
548
|
+
},
|
|
549
|
+
],
|
|
550
|
+
[
|
|
551
|
+
1,
|
|
552
|
+
{
|
|
553
|
+
[_hQ]: _mR,
|
|
554
|
+
},
|
|
555
|
+
],
|
|
556
|
+
[
|
|
557
|
+
0,
|
|
558
|
+
{
|
|
559
|
+
[_hQ]: _nT,
|
|
560
|
+
},
|
|
561
|
+
],
|
|
562
|
+
],
|
|
563
|
+
];
|
|
564
|
+
export var ListNetworksOutput = [3, n0, _LNO, 0, [_Net, _NTe], [() => NetworkSummaryList, 0]];
|
|
565
|
+
export var ListNodesInput = [
|
|
566
|
+
3,
|
|
567
|
+
n0,
|
|
568
|
+
_LNIi,
|
|
569
|
+
0,
|
|
570
|
+
[_NI, _MI, _S, _MR, _NTe],
|
|
571
|
+
[
|
|
572
|
+
[0, 1],
|
|
573
|
+
[
|
|
574
|
+
0,
|
|
575
|
+
{
|
|
576
|
+
[_hQ]: _mI,
|
|
577
|
+
},
|
|
578
|
+
],
|
|
579
|
+
[
|
|
580
|
+
0,
|
|
581
|
+
{
|
|
582
|
+
[_hQ]: _st,
|
|
583
|
+
},
|
|
584
|
+
],
|
|
585
|
+
[
|
|
586
|
+
1,
|
|
587
|
+
{
|
|
588
|
+
[_hQ]: _mR,
|
|
589
|
+
},
|
|
590
|
+
],
|
|
591
|
+
[
|
|
592
|
+
0,
|
|
593
|
+
{
|
|
594
|
+
[_hQ]: _nT,
|
|
595
|
+
},
|
|
596
|
+
],
|
|
597
|
+
],
|
|
598
|
+
];
|
|
599
|
+
export var ListNodesOutput = [3, n0, _LNOi, 0, [_Nod, _NTe], [() => NodeSummaryList, 0]];
|
|
600
|
+
export var ListProposalsInput = [
|
|
601
|
+
3,
|
|
602
|
+
n0,
|
|
603
|
+
_LPI,
|
|
604
|
+
0,
|
|
605
|
+
[_NI, _MR, _NTe],
|
|
606
|
+
[
|
|
607
|
+
[0, 1],
|
|
608
|
+
[
|
|
609
|
+
1,
|
|
610
|
+
{
|
|
611
|
+
[_hQ]: _mR,
|
|
612
|
+
},
|
|
613
|
+
],
|
|
614
|
+
[
|
|
615
|
+
0,
|
|
616
|
+
{
|
|
617
|
+
[_hQ]: _nT,
|
|
618
|
+
},
|
|
619
|
+
],
|
|
620
|
+
],
|
|
621
|
+
];
|
|
622
|
+
export var ListProposalsOutput = [3, n0, _LPO, 0, [_Pro, _NTe], [() => ProposalSummaryList, 0]];
|
|
623
|
+
export var ListProposalVotesInput = [
|
|
624
|
+
3,
|
|
625
|
+
n0,
|
|
626
|
+
_LPVI,
|
|
627
|
+
0,
|
|
628
|
+
[_NI, _PI, _MR, _NTe],
|
|
629
|
+
[
|
|
630
|
+
[0, 1],
|
|
631
|
+
[0, 1],
|
|
632
|
+
[
|
|
633
|
+
1,
|
|
634
|
+
{
|
|
635
|
+
[_hQ]: _mR,
|
|
636
|
+
},
|
|
637
|
+
],
|
|
638
|
+
[
|
|
639
|
+
0,
|
|
640
|
+
{
|
|
641
|
+
[_hQ]: _nT,
|
|
642
|
+
},
|
|
643
|
+
],
|
|
644
|
+
],
|
|
645
|
+
];
|
|
646
|
+
export var ListProposalVotesOutput = [3, n0, _LPVO, 0, [_PV, _NTe], [() => ProposalVoteList, 0]];
|
|
647
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
|
|
648
|
+
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [128 | 0]];
|
|
649
|
+
export var LogConfiguration = [3, n0, _LC, 0, [_E], [2]];
|
|
650
|
+
export var LogConfigurations = [3, n0, _LCo, 0, [_C], [() => LogConfiguration]];
|
|
651
|
+
export var Member = [
|
|
652
|
+
3,
|
|
653
|
+
n0,
|
|
654
|
+
_Me,
|
|
655
|
+
0,
|
|
656
|
+
[_NI, _I, _N, _D, _FA, _LPC, _S, _CD, _Ta, _Ar, _KKA],
|
|
657
|
+
[0, 0, 0, 0, () => MemberFrameworkAttributes, () => MemberLogPublishingConfiguration, 0, 5, 128 | 0, 0, 0],
|
|
658
|
+
];
|
|
659
|
+
export var MemberConfiguration = [
|
|
660
|
+
3,
|
|
661
|
+
n0,
|
|
662
|
+
_MC,
|
|
663
|
+
0,
|
|
664
|
+
[_N, _D, _FC, _LPC, _Ta, _KKA],
|
|
665
|
+
[0, 0, [() => MemberFrameworkConfiguration, 0], () => MemberLogPublishingConfiguration, 128 | 0, 0],
|
|
666
|
+
];
|
|
667
|
+
export var MemberFabricAttributes = [3, n0, _MFA, 0, [_AU, _CE], [0, 0]];
|
|
668
|
+
export var MemberFabricConfiguration = [
|
|
669
|
+
3,
|
|
670
|
+
n0,
|
|
671
|
+
_MFC,
|
|
672
|
+
0,
|
|
673
|
+
[_AU, _AP],
|
|
674
|
+
[0, [() => PasswordString, 0]],
|
|
675
|
+
];
|
|
676
|
+
export var MemberFabricLogPublishingConfiguration = [
|
|
677
|
+
3,
|
|
678
|
+
n0,
|
|
679
|
+
_MFLPC,
|
|
680
|
+
0,
|
|
681
|
+
[_CL],
|
|
682
|
+
[() => LogConfigurations],
|
|
683
|
+
];
|
|
684
|
+
export var MemberFrameworkAttributes = [3, n0, _MFAe, 0, [_Fa], [() => MemberFabricAttributes]];
|
|
685
|
+
export var MemberFrameworkConfiguration = [
|
|
686
|
+
3,
|
|
687
|
+
n0,
|
|
688
|
+
_MFCe,
|
|
689
|
+
0,
|
|
690
|
+
[_Fa],
|
|
691
|
+
[[() => MemberFabricConfiguration, 0]],
|
|
692
|
+
];
|
|
693
|
+
export var MemberLogPublishingConfiguration = [
|
|
694
|
+
3,
|
|
695
|
+
n0,
|
|
696
|
+
_MLPC,
|
|
697
|
+
0,
|
|
698
|
+
[_Fa],
|
|
699
|
+
[() => MemberFabricLogPublishingConfiguration],
|
|
700
|
+
];
|
|
701
|
+
export var MemberSummary = [
|
|
702
|
+
3,
|
|
703
|
+
n0,
|
|
704
|
+
_MS,
|
|
705
|
+
0,
|
|
706
|
+
[_I, _N, _D, _S, _CD, _IO, _Ar],
|
|
707
|
+
[0, 0, 0, 0, 5, 2, 0],
|
|
708
|
+
];
|
|
709
|
+
export var Network = [
|
|
710
|
+
3,
|
|
711
|
+
n0,
|
|
712
|
+
_Ne,
|
|
713
|
+
0,
|
|
714
|
+
[_I, _N, _D, _F, _FV, _FA, _VESN, _VP, _S, _CD, _Ta, _Ar],
|
|
715
|
+
[0, 0, 0, 0, 0, () => NetworkFrameworkAttributes, 0, () => VotingPolicy, 0, 5, 128 | 0, 0],
|
|
716
|
+
];
|
|
717
|
+
export var NetworkEthereumAttributes = [3, n0, _NEA, 0, [_CI], [0]];
|
|
718
|
+
export var NetworkFabricAttributes = [3, n0, _NFA, 0, [_OSE, _Ed], [0, 0]];
|
|
719
|
+
export var NetworkFabricConfiguration = [3, n0, _NFC, 0, [_Ed], [0]];
|
|
720
|
+
export var NetworkFrameworkAttributes = [
|
|
721
|
+
3,
|
|
722
|
+
n0,
|
|
723
|
+
_NFAe,
|
|
724
|
+
0,
|
|
725
|
+
[_Fa, _Et],
|
|
726
|
+
[() => NetworkFabricAttributes, () => NetworkEthereumAttributes],
|
|
727
|
+
];
|
|
728
|
+
export var NetworkFrameworkConfiguration = [
|
|
729
|
+
3,
|
|
730
|
+
n0,
|
|
731
|
+
_NFCe,
|
|
732
|
+
0,
|
|
733
|
+
[_Fa],
|
|
734
|
+
[() => NetworkFabricConfiguration],
|
|
735
|
+
];
|
|
736
|
+
export var NetworkSummary = [
|
|
737
|
+
3,
|
|
738
|
+
n0,
|
|
739
|
+
_NS,
|
|
740
|
+
0,
|
|
741
|
+
[_I, _N, _D, _F, _FV, _S, _CD, _Ar],
|
|
742
|
+
[0, 0, 0, 0, 0, 0, 5, 0],
|
|
743
|
+
];
|
|
744
|
+
export var Node = [
|
|
745
|
+
3,
|
|
746
|
+
n0,
|
|
747
|
+
_No,
|
|
748
|
+
0,
|
|
749
|
+
[_NI, _MI, _I, _IT, _AZ, _FA, _LPC, _SDB, _S, _CD, _Ta, _Ar, _KKA],
|
|
750
|
+
[0, 0, 0, 0, 0, () => NodeFrameworkAttributes, () => NodeLogPublishingConfiguration, 0, 0, 5, 128 | 0, 0, 0],
|
|
751
|
+
];
|
|
752
|
+
export var NodeConfiguration = [
|
|
753
|
+
3,
|
|
754
|
+
n0,
|
|
755
|
+
_NC,
|
|
756
|
+
0,
|
|
757
|
+
[_IT, _AZ, _LPC, _SDB],
|
|
758
|
+
[0, 0, () => NodeLogPublishingConfiguration, 0],
|
|
759
|
+
];
|
|
760
|
+
export var NodeEthereumAttributes = [3, n0, _NEAo, 0, [_HE, _WSE], [0, 0]];
|
|
761
|
+
export var NodeFabricAttributes = [3, n0, _NFAo, 0, [_PE, _PEE], [0, 0]];
|
|
762
|
+
export var NodeFabricLogPublishingConfiguration = [
|
|
763
|
+
3,
|
|
764
|
+
n0,
|
|
765
|
+
_NFLPC,
|
|
766
|
+
0,
|
|
767
|
+
[_CLh, _PL],
|
|
768
|
+
[() => LogConfigurations, () => LogConfigurations],
|
|
769
|
+
];
|
|
770
|
+
export var NodeFrameworkAttributes = [
|
|
771
|
+
3,
|
|
772
|
+
n0,
|
|
773
|
+
_NFAod,
|
|
774
|
+
0,
|
|
775
|
+
[_Fa, _Et],
|
|
776
|
+
[() => NodeFabricAttributes, () => NodeEthereumAttributes],
|
|
777
|
+
];
|
|
778
|
+
export var NodeLogPublishingConfiguration = [
|
|
779
|
+
3,
|
|
780
|
+
n0,
|
|
781
|
+
_NLPC,
|
|
782
|
+
0,
|
|
783
|
+
[_Fa],
|
|
784
|
+
[() => NodeFabricLogPublishingConfiguration],
|
|
785
|
+
];
|
|
786
|
+
export var NodeSummary = [3, n0, _NSo, 0, [_I, _S, _CD, _AZ, _IT, _Ar], [0, 0, 5, 0, 0, 0]];
|
|
787
|
+
export var Proposal = [
|
|
788
|
+
3,
|
|
789
|
+
n0,
|
|
790
|
+
_P,
|
|
791
|
+
0,
|
|
792
|
+
[_PI, _NI, _D, _Ac, _PBMI, _PBMN, _S, _CD, _ED, _YVC, _NVC, _OVC, _Ta, _Ar],
|
|
793
|
+
[0, 0, 0, () => ProposalActions, 0, 0, 0, 5, 5, 1, 1, 1, 128 | 0, 0],
|
|
794
|
+
];
|
|
795
|
+
export var ProposalActions = [
|
|
796
|
+
3,
|
|
797
|
+
n0,
|
|
798
|
+
_PA,
|
|
799
|
+
0,
|
|
800
|
+
[_Inv, _R],
|
|
801
|
+
[() => InviteActionList, () => RemoveActionList],
|
|
802
|
+
];
|
|
803
|
+
export var ProposalSummary = [
|
|
804
|
+
3,
|
|
805
|
+
n0,
|
|
806
|
+
_PSr,
|
|
807
|
+
0,
|
|
808
|
+
[_PI, _D, _PBMI, _PBMN, _S, _CD, _ED, _Ar],
|
|
809
|
+
[0, 0, 0, 0, 0, 5, 5, 0],
|
|
810
|
+
];
|
|
811
|
+
export var RejectInvitationInput = [3, n0, _RII, 0, [_II], [[0, 1]]];
|
|
812
|
+
export var RejectInvitationOutput = [3, n0, _RIO, 0, [], []];
|
|
813
|
+
export var RemoveAction = [3, n0, _RAe, 0, [_MI], [0]];
|
|
814
|
+
export var ResourceAlreadyExistsException = [
|
|
815
|
+
-3,
|
|
816
|
+
n0,
|
|
817
|
+
_RAEE,
|
|
818
|
+
{
|
|
819
|
+
[_e]: _c,
|
|
820
|
+
[_hE]: 409,
|
|
821
|
+
},
|
|
822
|
+
[_M],
|
|
823
|
+
[0],
|
|
824
|
+
];
|
|
825
|
+
TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, __ResourceAlreadyExistsException);
|
|
826
|
+
export var ResourceLimitExceededException = [
|
|
827
|
+
-3,
|
|
828
|
+
n0,
|
|
829
|
+
_RLEE,
|
|
830
|
+
{
|
|
831
|
+
[_e]: _c,
|
|
832
|
+
[_hE]: 429,
|
|
833
|
+
},
|
|
834
|
+
[_M],
|
|
835
|
+
[0],
|
|
836
|
+
];
|
|
837
|
+
TypeRegistry.for(n0).registerError(ResourceLimitExceededException, __ResourceLimitExceededException);
|
|
838
|
+
export var ResourceNotFoundException = [
|
|
839
|
+
-3,
|
|
840
|
+
n0,
|
|
841
|
+
_RNFE,
|
|
842
|
+
{
|
|
843
|
+
[_e]: _c,
|
|
844
|
+
[_hE]: 404,
|
|
845
|
+
},
|
|
846
|
+
[_M, _RN],
|
|
847
|
+
[0, 0],
|
|
848
|
+
];
|
|
849
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
850
|
+
export var ResourceNotReadyException = [
|
|
851
|
+
-3,
|
|
852
|
+
n0,
|
|
853
|
+
_RNRE,
|
|
854
|
+
{
|
|
855
|
+
[_e]: _c,
|
|
856
|
+
[_hE]: 409,
|
|
857
|
+
},
|
|
858
|
+
[_M],
|
|
859
|
+
[0],
|
|
860
|
+
];
|
|
861
|
+
TypeRegistry.for(n0).registerError(ResourceNotReadyException, __ResourceNotReadyException);
|
|
862
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [[0, 1], 128 | 0]];
|
|
863
|
+
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
864
|
+
export var ThrottlingException = [
|
|
865
|
+
-3,
|
|
866
|
+
n0,
|
|
867
|
+
_TE,
|
|
868
|
+
{
|
|
869
|
+
[_e]: _c,
|
|
870
|
+
[_hE]: 429,
|
|
871
|
+
},
|
|
872
|
+
[],
|
|
873
|
+
[],
|
|
874
|
+
];
|
|
875
|
+
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
876
|
+
export var TooManyTagsException = [
|
|
877
|
+
-3,
|
|
878
|
+
n0,
|
|
879
|
+
_TMTE,
|
|
880
|
+
{
|
|
881
|
+
[_e]: _c,
|
|
882
|
+
[_hE]: 400,
|
|
883
|
+
},
|
|
884
|
+
[_M, _RN],
|
|
885
|
+
[0, 0],
|
|
886
|
+
];
|
|
887
|
+
TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
|
|
888
|
+
export var UntagResourceRequest = [
|
|
889
|
+
3,
|
|
890
|
+
n0,
|
|
891
|
+
_URR,
|
|
892
|
+
0,
|
|
893
|
+
[_RA, _TK],
|
|
894
|
+
[
|
|
895
|
+
[0, 1],
|
|
896
|
+
[
|
|
897
|
+
64 | 0,
|
|
898
|
+
{
|
|
899
|
+
[_hQ]: _tK,
|
|
900
|
+
},
|
|
901
|
+
],
|
|
902
|
+
],
|
|
903
|
+
];
|
|
904
|
+
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
905
|
+
export var UpdateMemberInput = [
|
|
906
|
+
3,
|
|
907
|
+
n0,
|
|
908
|
+
_UMI,
|
|
909
|
+
0,
|
|
910
|
+
[_NI, _MI, _LPC],
|
|
911
|
+
[[0, 1], [0, 1], () => MemberLogPublishingConfiguration],
|
|
912
|
+
];
|
|
913
|
+
export var UpdateMemberOutput = [3, n0, _UMO, 0, [], []];
|
|
914
|
+
export var UpdateNodeInput = [
|
|
915
|
+
3,
|
|
916
|
+
n0,
|
|
917
|
+
_UNI,
|
|
918
|
+
0,
|
|
919
|
+
[_NI, _MI, _NIo, _LPC],
|
|
920
|
+
[[0, 1], 0, [0, 1], () => NodeLogPublishingConfiguration],
|
|
921
|
+
];
|
|
922
|
+
export var UpdateNodeOutput = [3, n0, _UNO, 0, [], []];
|
|
923
|
+
export var VoteOnProposalInput = [3, n0, _VOPI, 0, [_NI, _PI, _VMI, _V], [[0, 1], [0, 1], 0, 0]];
|
|
924
|
+
export var VoteOnProposalOutput = [3, n0, _VOPO, 0, [], []];
|
|
925
|
+
export var VoteSummary = [3, n0, _VS, 0, [_V, _MN, _MI], [0, 0, 0]];
|
|
926
|
+
export var VotingPolicy = [3, n0, _VP, 0, [_ATP], [() => ApprovalThresholdPolicy]];
|
|
927
|
+
export var __Unit = "unit";
|
|
928
|
+
export var ManagedBlockchainServiceException = [
|
|
929
|
+
-3,
|
|
930
|
+
_sm,
|
|
931
|
+
"ManagedBlockchainServiceException",
|
|
932
|
+
0,
|
|
933
|
+
[],
|
|
934
|
+
[],
|
|
935
|
+
];
|
|
936
|
+
TypeRegistry.for(_sm).registerError(ManagedBlockchainServiceException, __ManagedBlockchainServiceException);
|
|
937
|
+
export var AccessorSummaryList = [1, n0, _ASL, 0, () => AccessorSummary];
|
|
938
|
+
export var InvitationList = [1, n0, _IL, 0, () => Invitation];
|
|
939
|
+
export var InviteActionList = [1, n0, _IAL, 0, () => InviteAction];
|
|
940
|
+
export var MemberSummaryList = [1, n0, _MSL, 0, () => MemberSummary];
|
|
941
|
+
export var NetworkSummaryList = [1, n0, _NSL, 0, () => NetworkSummary];
|
|
942
|
+
export var NodeSummaryList = [1, n0, _NSLo, 0, () => NodeSummary];
|
|
943
|
+
export var ProposalSummaryList = [1, n0, _PSL, 0, () => ProposalSummary];
|
|
944
|
+
export var ProposalVoteList = [1, n0, _PVL, 0, () => VoteSummary];
|
|
945
|
+
export var RemoveActionList = [1, n0, _RAL, 0, () => RemoveAction];
|
|
946
|
+
export var TagKeyList = 64 | 0;
|
|
947
|
+
export var InputTagMap = 128 | 0;
|
|
948
|
+
export var OutputTagMap = 128 | 0;
|
|
949
|
+
export var CreateAccessor = [
|
|
950
|
+
9,
|
|
951
|
+
n0,
|
|
952
|
+
_CA,
|
|
953
|
+
{
|
|
954
|
+
[_h]: ["POST", "/accessors", 200],
|
|
955
|
+
},
|
|
956
|
+
() => CreateAccessorInput,
|
|
957
|
+
() => CreateAccessorOutput,
|
|
958
|
+
];
|
|
959
|
+
export var CreateMember = [
|
|
960
|
+
9,
|
|
961
|
+
n0,
|
|
962
|
+
_CM,
|
|
963
|
+
{
|
|
964
|
+
[_h]: ["POST", "/networks/{NetworkId}/members", 200],
|
|
965
|
+
},
|
|
966
|
+
() => CreateMemberInput,
|
|
967
|
+
() => CreateMemberOutput,
|
|
968
|
+
];
|
|
969
|
+
export var CreateNetwork = [
|
|
970
|
+
9,
|
|
971
|
+
n0,
|
|
972
|
+
_CN,
|
|
973
|
+
{
|
|
974
|
+
[_h]: ["POST", "/networks", 200],
|
|
975
|
+
},
|
|
976
|
+
() => CreateNetworkInput,
|
|
977
|
+
() => CreateNetworkOutput,
|
|
978
|
+
];
|
|
979
|
+
export var CreateNode = [
|
|
980
|
+
9,
|
|
981
|
+
n0,
|
|
982
|
+
_CNr,
|
|
983
|
+
{
|
|
984
|
+
[_h]: ["POST", "/networks/{NetworkId}/nodes", 200],
|
|
985
|
+
},
|
|
986
|
+
() => CreateNodeInput,
|
|
987
|
+
() => CreateNodeOutput,
|
|
988
|
+
];
|
|
989
|
+
export var CreateProposal = [
|
|
990
|
+
9,
|
|
991
|
+
n0,
|
|
992
|
+
_CP,
|
|
993
|
+
{
|
|
994
|
+
[_h]: ["POST", "/networks/{NetworkId}/proposals", 200],
|
|
995
|
+
},
|
|
996
|
+
() => CreateProposalInput,
|
|
997
|
+
() => CreateProposalOutput,
|
|
998
|
+
];
|
|
999
|
+
export var DeleteAccessor = [
|
|
1000
|
+
9,
|
|
1001
|
+
n0,
|
|
1002
|
+
_DA,
|
|
1003
|
+
{
|
|
1004
|
+
[_h]: ["DELETE", "/accessors/{AccessorId}", 200],
|
|
1005
|
+
},
|
|
1006
|
+
() => DeleteAccessorInput,
|
|
1007
|
+
() => DeleteAccessorOutput,
|
|
1008
|
+
];
|
|
1009
|
+
export var DeleteMember = [
|
|
1010
|
+
9,
|
|
1011
|
+
n0,
|
|
1012
|
+
_DM,
|
|
1013
|
+
{
|
|
1014
|
+
[_h]: ["DELETE", "/networks/{NetworkId}/members/{MemberId}", 200],
|
|
1015
|
+
},
|
|
1016
|
+
() => DeleteMemberInput,
|
|
1017
|
+
() => DeleteMemberOutput,
|
|
1018
|
+
];
|
|
1019
|
+
export var DeleteNode = [
|
|
1020
|
+
9,
|
|
1021
|
+
n0,
|
|
1022
|
+
_DN,
|
|
1023
|
+
{
|
|
1024
|
+
[_h]: ["DELETE", "/networks/{NetworkId}/nodes/{NodeId}", 200],
|
|
1025
|
+
},
|
|
1026
|
+
() => DeleteNodeInput,
|
|
1027
|
+
() => DeleteNodeOutput,
|
|
1028
|
+
];
|
|
1029
|
+
export var GetAccessor = [
|
|
1030
|
+
9,
|
|
1031
|
+
n0,
|
|
1032
|
+
_GA,
|
|
1033
|
+
{
|
|
1034
|
+
[_h]: ["GET", "/accessors/{AccessorId}", 200],
|
|
1035
|
+
},
|
|
1036
|
+
() => GetAccessorInput,
|
|
1037
|
+
() => GetAccessorOutput,
|
|
1038
|
+
];
|
|
1039
|
+
export var GetMember = [
|
|
1040
|
+
9,
|
|
1041
|
+
n0,
|
|
1042
|
+
_GM,
|
|
1043
|
+
{
|
|
1044
|
+
[_h]: ["GET", "/networks/{NetworkId}/members/{MemberId}", 200],
|
|
1045
|
+
},
|
|
1046
|
+
() => GetMemberInput,
|
|
1047
|
+
() => GetMemberOutput,
|
|
1048
|
+
];
|
|
1049
|
+
export var GetNetwork = [
|
|
1050
|
+
9,
|
|
1051
|
+
n0,
|
|
1052
|
+
_GN,
|
|
1053
|
+
{
|
|
1054
|
+
[_h]: ["GET", "/networks/{NetworkId}", 200],
|
|
1055
|
+
},
|
|
1056
|
+
() => GetNetworkInput,
|
|
1057
|
+
() => GetNetworkOutput,
|
|
1058
|
+
];
|
|
1059
|
+
export var GetNode = [
|
|
1060
|
+
9,
|
|
1061
|
+
n0,
|
|
1062
|
+
_GNe,
|
|
1063
|
+
{
|
|
1064
|
+
[_h]: ["GET", "/networks/{NetworkId}/nodes/{NodeId}", 200],
|
|
1065
|
+
},
|
|
1066
|
+
() => GetNodeInput,
|
|
1067
|
+
() => GetNodeOutput,
|
|
1068
|
+
];
|
|
1069
|
+
export var GetProposal = [
|
|
1070
|
+
9,
|
|
1071
|
+
n0,
|
|
1072
|
+
_GP,
|
|
1073
|
+
{
|
|
1074
|
+
[_h]: ["GET", "/networks/{NetworkId}/proposals/{ProposalId}", 200],
|
|
1075
|
+
},
|
|
1076
|
+
() => GetProposalInput,
|
|
1077
|
+
() => GetProposalOutput,
|
|
1078
|
+
];
|
|
1079
|
+
export var ListAccessors = [
|
|
1080
|
+
9,
|
|
1081
|
+
n0,
|
|
1082
|
+
_LA,
|
|
1083
|
+
{
|
|
1084
|
+
[_h]: ["GET", "/accessors", 200],
|
|
1085
|
+
},
|
|
1086
|
+
() => ListAccessorsInput,
|
|
1087
|
+
() => ListAccessorsOutput,
|
|
1088
|
+
];
|
|
1089
|
+
export var ListInvitations = [
|
|
1090
|
+
9,
|
|
1091
|
+
n0,
|
|
1092
|
+
_LI,
|
|
1093
|
+
{
|
|
1094
|
+
[_h]: ["GET", "/invitations", 200],
|
|
1095
|
+
},
|
|
1096
|
+
() => ListInvitationsInput,
|
|
1097
|
+
() => ListInvitationsOutput,
|
|
1098
|
+
];
|
|
1099
|
+
export var ListMembers = [
|
|
1100
|
+
9,
|
|
1101
|
+
n0,
|
|
1102
|
+
_LM,
|
|
1103
|
+
{
|
|
1104
|
+
[_h]: ["GET", "/networks/{NetworkId}/members", 200],
|
|
1105
|
+
},
|
|
1106
|
+
() => ListMembersInput,
|
|
1107
|
+
() => ListMembersOutput,
|
|
1108
|
+
];
|
|
1109
|
+
export var ListNetworks = [
|
|
1110
|
+
9,
|
|
1111
|
+
n0,
|
|
1112
|
+
_LN,
|
|
1113
|
+
{
|
|
1114
|
+
[_h]: ["GET", "/networks", 200],
|
|
1115
|
+
},
|
|
1116
|
+
() => ListNetworksInput,
|
|
1117
|
+
() => ListNetworksOutput,
|
|
1118
|
+
];
|
|
1119
|
+
export var ListNodes = [
|
|
1120
|
+
9,
|
|
1121
|
+
n0,
|
|
1122
|
+
_LNi,
|
|
1123
|
+
{
|
|
1124
|
+
[_h]: ["GET", "/networks/{NetworkId}/nodes", 200],
|
|
1125
|
+
},
|
|
1126
|
+
() => ListNodesInput,
|
|
1127
|
+
() => ListNodesOutput,
|
|
1128
|
+
];
|
|
1129
|
+
export var ListProposals = [
|
|
1130
|
+
9,
|
|
1131
|
+
n0,
|
|
1132
|
+
_LP,
|
|
1133
|
+
{
|
|
1134
|
+
[_h]: ["GET", "/networks/{NetworkId}/proposals", 200],
|
|
1135
|
+
},
|
|
1136
|
+
() => ListProposalsInput,
|
|
1137
|
+
() => ListProposalsOutput,
|
|
1138
|
+
];
|
|
1139
|
+
export var ListProposalVotes = [
|
|
1140
|
+
9,
|
|
1141
|
+
n0,
|
|
1142
|
+
_LPV,
|
|
1143
|
+
{
|
|
1144
|
+
[_h]: ["GET", "/networks/{NetworkId}/proposals/{ProposalId}/votes", 200],
|
|
1145
|
+
},
|
|
1146
|
+
() => ListProposalVotesInput,
|
|
1147
|
+
() => ListProposalVotesOutput,
|
|
1148
|
+
];
|
|
1149
|
+
export var ListTagsForResource = [
|
|
1150
|
+
9,
|
|
1151
|
+
n0,
|
|
1152
|
+
_LTFR,
|
|
1153
|
+
{
|
|
1154
|
+
[_h]: ["GET", "/tags/{ResourceArn}", 200],
|
|
1155
|
+
},
|
|
1156
|
+
() => ListTagsForResourceRequest,
|
|
1157
|
+
() => ListTagsForResourceResponse,
|
|
1158
|
+
];
|
|
1159
|
+
export var RejectInvitation = [
|
|
1160
|
+
9,
|
|
1161
|
+
n0,
|
|
1162
|
+
_RI,
|
|
1163
|
+
{
|
|
1164
|
+
[_h]: ["DELETE", "/invitations/{InvitationId}", 200],
|
|
1165
|
+
},
|
|
1166
|
+
() => RejectInvitationInput,
|
|
1167
|
+
() => RejectInvitationOutput,
|
|
1168
|
+
];
|
|
1169
|
+
export var TagResource = [
|
|
1170
|
+
9,
|
|
1171
|
+
n0,
|
|
1172
|
+
_TR,
|
|
1173
|
+
{
|
|
1174
|
+
[_h]: ["POST", "/tags/{ResourceArn}", 200],
|
|
1175
|
+
},
|
|
1176
|
+
() => TagResourceRequest,
|
|
1177
|
+
() => TagResourceResponse,
|
|
1178
|
+
];
|
|
1179
|
+
export var UntagResource = [
|
|
1180
|
+
9,
|
|
1181
|
+
n0,
|
|
1182
|
+
_UR,
|
|
1183
|
+
{
|
|
1184
|
+
[_h]: ["DELETE", "/tags/{ResourceArn}", 200],
|
|
1185
|
+
},
|
|
1186
|
+
() => UntagResourceRequest,
|
|
1187
|
+
() => UntagResourceResponse,
|
|
1188
|
+
];
|
|
1189
|
+
export var UpdateMember = [
|
|
1190
|
+
9,
|
|
1191
|
+
n0,
|
|
1192
|
+
_UM,
|
|
1193
|
+
{
|
|
1194
|
+
[_h]: ["PATCH", "/networks/{NetworkId}/members/{MemberId}", 200],
|
|
1195
|
+
},
|
|
1196
|
+
() => UpdateMemberInput,
|
|
1197
|
+
() => UpdateMemberOutput,
|
|
1198
|
+
];
|
|
1199
|
+
export var UpdateNode = [
|
|
1200
|
+
9,
|
|
1201
|
+
n0,
|
|
1202
|
+
_UN,
|
|
1203
|
+
{
|
|
1204
|
+
[_h]: ["PATCH", "/networks/{NetworkId}/nodes/{NodeId}", 200],
|
|
1205
|
+
},
|
|
1206
|
+
() => UpdateNodeInput,
|
|
1207
|
+
() => UpdateNodeOutput,
|
|
1208
|
+
];
|
|
1209
|
+
export var VoteOnProposal = [
|
|
1210
|
+
9,
|
|
1211
|
+
n0,
|
|
1212
|
+
_VOP,
|
|
1213
|
+
{
|
|
1214
|
+
[_h]: ["POST", "/networks/{NetworkId}/proposals/{ProposalId}/votes", 200],
|
|
1215
|
+
},
|
|
1216
|
+
() => VoteOnProposalInput,
|
|
1217
|
+
() => VoteOnProposalOutput,
|
|
1218
|
+
];
|