@aws-sdk/client-managedblockchain 3.278.0 → 3.281.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/README.md +219 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +16 -16
- package/dist-cjs/protocols/Aws_restJson1.js +5 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +13 -13
- package/dist-es/protocols/Aws_restJson1.js +5 -0
- package/dist-types/ManagedBlockchain.d.ts +6 -26
- package/dist-types/ManagedBlockchainClient.d.ts +2 -2
- package/dist-types/commands/CreateAccessorCommand.d.ts +7 -6
- package/dist-types/commands/CreateMemberCommand.d.ts +6 -0
- package/dist-types/commands/CreateNetworkCommand.d.ts +6 -0
- package/dist-types/commands/CreateNodeCommand.d.ts +6 -0
- package/dist-types/commands/CreateProposalCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAccessorCommand.d.ts +7 -6
- package/dist-types/commands/DeleteMemberCommand.d.ts +6 -0
- package/dist-types/commands/DeleteNodeCommand.d.ts +6 -0
- package/dist-types/commands/GetAccessorCommand.d.ts +7 -6
- package/dist-types/commands/GetMemberCommand.d.ts +6 -0
- package/dist-types/commands/GetNetworkCommand.d.ts +6 -0
- package/dist-types/commands/GetNodeCommand.d.ts +6 -0
- package/dist-types/commands/GetProposalCommand.d.ts +6 -0
- package/dist-types/commands/ListAccessorsCommand.d.ts +7 -6
- package/dist-types/commands/ListInvitationsCommand.d.ts +6 -0
- package/dist-types/commands/ListMembersCommand.d.ts +6 -0
- package/dist-types/commands/ListNetworksCommand.d.ts +6 -0
- package/dist-types/commands/ListNodesCommand.d.ts +6 -0
- package/dist-types/commands/ListProposalVotesCommand.d.ts +6 -0
- package/dist-types/commands/ListProposalsCommand.d.ts +6 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/RejectInvitationCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateMemberCommand.d.ts +6 -0
- package/dist-types/commands/UpdateNodeCommand.d.ts +6 -0
- package/dist-types/commands/VoteOnProposalCommand.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +47 -36
- package/dist-types/ts3.4/models/models_0.d.ts +11 -9
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -206,3 +206,222 @@ To contribute to client you can check our [generate clients scripts](https://git
|
|
|
206
206
|
This SDK is distributed under the
|
|
207
207
|
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
|
|
208
208
|
see LICENSE for more information.
|
|
209
|
+
|
|
210
|
+
## Client Commands (Operations List)
|
|
211
|
+
|
|
212
|
+
<details>
|
|
213
|
+
<summary>
|
|
214
|
+
CreateAccessor
|
|
215
|
+
</summary>
|
|
216
|
+
|
|
217
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/createaccessorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/createaccessorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/createaccessorcommandoutput.html)
|
|
218
|
+
|
|
219
|
+
</details>
|
|
220
|
+
<details>
|
|
221
|
+
<summary>
|
|
222
|
+
CreateMember
|
|
223
|
+
</summary>
|
|
224
|
+
|
|
225
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/createmembercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/createmembercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/createmembercommandoutput.html)
|
|
226
|
+
|
|
227
|
+
</details>
|
|
228
|
+
<details>
|
|
229
|
+
<summary>
|
|
230
|
+
CreateNetwork
|
|
231
|
+
</summary>
|
|
232
|
+
|
|
233
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/createnetworkcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/createnetworkcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/createnetworkcommandoutput.html)
|
|
234
|
+
|
|
235
|
+
</details>
|
|
236
|
+
<details>
|
|
237
|
+
<summary>
|
|
238
|
+
CreateNode
|
|
239
|
+
</summary>
|
|
240
|
+
|
|
241
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/createnodecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/createnodecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/createnodecommandoutput.html)
|
|
242
|
+
|
|
243
|
+
</details>
|
|
244
|
+
<details>
|
|
245
|
+
<summary>
|
|
246
|
+
CreateProposal
|
|
247
|
+
</summary>
|
|
248
|
+
|
|
249
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/createproposalcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/createproposalcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/createproposalcommandoutput.html)
|
|
250
|
+
|
|
251
|
+
</details>
|
|
252
|
+
<details>
|
|
253
|
+
<summary>
|
|
254
|
+
DeleteAccessor
|
|
255
|
+
</summary>
|
|
256
|
+
|
|
257
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/deleteaccessorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/deleteaccessorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/deleteaccessorcommandoutput.html)
|
|
258
|
+
|
|
259
|
+
</details>
|
|
260
|
+
<details>
|
|
261
|
+
<summary>
|
|
262
|
+
DeleteMember
|
|
263
|
+
</summary>
|
|
264
|
+
|
|
265
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/deletemembercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/deletemembercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/deletemembercommandoutput.html)
|
|
266
|
+
|
|
267
|
+
</details>
|
|
268
|
+
<details>
|
|
269
|
+
<summary>
|
|
270
|
+
DeleteNode
|
|
271
|
+
</summary>
|
|
272
|
+
|
|
273
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/deletenodecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/deletenodecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/deletenodecommandoutput.html)
|
|
274
|
+
|
|
275
|
+
</details>
|
|
276
|
+
<details>
|
|
277
|
+
<summary>
|
|
278
|
+
GetAccessor
|
|
279
|
+
</summary>
|
|
280
|
+
|
|
281
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/getaccessorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/getaccessorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/getaccessorcommandoutput.html)
|
|
282
|
+
|
|
283
|
+
</details>
|
|
284
|
+
<details>
|
|
285
|
+
<summary>
|
|
286
|
+
GetMember
|
|
287
|
+
</summary>
|
|
288
|
+
|
|
289
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/getmembercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/getmembercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/getmembercommandoutput.html)
|
|
290
|
+
|
|
291
|
+
</details>
|
|
292
|
+
<details>
|
|
293
|
+
<summary>
|
|
294
|
+
GetNetwork
|
|
295
|
+
</summary>
|
|
296
|
+
|
|
297
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/getnetworkcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/getnetworkcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/getnetworkcommandoutput.html)
|
|
298
|
+
|
|
299
|
+
</details>
|
|
300
|
+
<details>
|
|
301
|
+
<summary>
|
|
302
|
+
GetNode
|
|
303
|
+
</summary>
|
|
304
|
+
|
|
305
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/getnodecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/getnodecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/getnodecommandoutput.html)
|
|
306
|
+
|
|
307
|
+
</details>
|
|
308
|
+
<details>
|
|
309
|
+
<summary>
|
|
310
|
+
GetProposal
|
|
311
|
+
</summary>
|
|
312
|
+
|
|
313
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/getproposalcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/getproposalcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/getproposalcommandoutput.html)
|
|
314
|
+
|
|
315
|
+
</details>
|
|
316
|
+
<details>
|
|
317
|
+
<summary>
|
|
318
|
+
ListAccessors
|
|
319
|
+
</summary>
|
|
320
|
+
|
|
321
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/listaccessorscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/listaccessorscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/listaccessorscommandoutput.html)
|
|
322
|
+
|
|
323
|
+
</details>
|
|
324
|
+
<details>
|
|
325
|
+
<summary>
|
|
326
|
+
ListInvitations
|
|
327
|
+
</summary>
|
|
328
|
+
|
|
329
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/listinvitationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/listinvitationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/listinvitationscommandoutput.html)
|
|
330
|
+
|
|
331
|
+
</details>
|
|
332
|
+
<details>
|
|
333
|
+
<summary>
|
|
334
|
+
ListMembers
|
|
335
|
+
</summary>
|
|
336
|
+
|
|
337
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/listmemberscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/listmemberscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/listmemberscommandoutput.html)
|
|
338
|
+
|
|
339
|
+
</details>
|
|
340
|
+
<details>
|
|
341
|
+
<summary>
|
|
342
|
+
ListNetworks
|
|
343
|
+
</summary>
|
|
344
|
+
|
|
345
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/listnetworkscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/listnetworkscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/listnetworkscommandoutput.html)
|
|
346
|
+
|
|
347
|
+
</details>
|
|
348
|
+
<details>
|
|
349
|
+
<summary>
|
|
350
|
+
ListNodes
|
|
351
|
+
</summary>
|
|
352
|
+
|
|
353
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/listnodescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/listnodescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/listnodescommandoutput.html)
|
|
354
|
+
|
|
355
|
+
</details>
|
|
356
|
+
<details>
|
|
357
|
+
<summary>
|
|
358
|
+
ListProposals
|
|
359
|
+
</summary>
|
|
360
|
+
|
|
361
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/listproposalscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/listproposalscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/listproposalscommandoutput.html)
|
|
362
|
+
|
|
363
|
+
</details>
|
|
364
|
+
<details>
|
|
365
|
+
<summary>
|
|
366
|
+
ListProposalVotes
|
|
367
|
+
</summary>
|
|
368
|
+
|
|
369
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/listproposalvotescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/listproposalvotescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/listproposalvotescommandoutput.html)
|
|
370
|
+
|
|
371
|
+
</details>
|
|
372
|
+
<details>
|
|
373
|
+
<summary>
|
|
374
|
+
ListTagsForResource
|
|
375
|
+
</summary>
|
|
376
|
+
|
|
377
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/listtagsforresourcecommandoutput.html)
|
|
378
|
+
|
|
379
|
+
</details>
|
|
380
|
+
<details>
|
|
381
|
+
<summary>
|
|
382
|
+
RejectInvitation
|
|
383
|
+
</summary>
|
|
384
|
+
|
|
385
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/rejectinvitationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/rejectinvitationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/rejectinvitationcommandoutput.html)
|
|
386
|
+
|
|
387
|
+
</details>
|
|
388
|
+
<details>
|
|
389
|
+
<summary>
|
|
390
|
+
TagResource
|
|
391
|
+
</summary>
|
|
392
|
+
|
|
393
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/tagresourcecommandoutput.html)
|
|
394
|
+
|
|
395
|
+
</details>
|
|
396
|
+
<details>
|
|
397
|
+
<summary>
|
|
398
|
+
UntagResource
|
|
399
|
+
</summary>
|
|
400
|
+
|
|
401
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/untagresourcecommandoutput.html)
|
|
402
|
+
|
|
403
|
+
</details>
|
|
404
|
+
<details>
|
|
405
|
+
<summary>
|
|
406
|
+
UpdateMember
|
|
407
|
+
</summary>
|
|
408
|
+
|
|
409
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/updatemembercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/updatemembercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/updatemembercommandoutput.html)
|
|
410
|
+
|
|
411
|
+
</details>
|
|
412
|
+
<details>
|
|
413
|
+
<summary>
|
|
414
|
+
UpdateNode
|
|
415
|
+
</summary>
|
|
416
|
+
|
|
417
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/updatenodecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/updatenodecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/updatenodecommandoutput.html)
|
|
418
|
+
|
|
419
|
+
</details>
|
|
420
|
+
<details>
|
|
421
|
+
<summary>
|
|
422
|
+
VoteOnProposal
|
|
423
|
+
</summary>
|
|
424
|
+
|
|
425
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/classes/voteonproposalcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/voteonproposalcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-managedblockchain/interfaces/voteonproposalcommandoutput.html)
|
|
426
|
+
|
|
427
|
+
</details>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a = "
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
5
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://managedblockchain-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://managedblockchain-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://managedblockchain.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://managedblockchain.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateProposalInputFilterSensitiveLog = exports.ProposalActionsFilterSensitiveLog = exports.RemoveActionFilterSensitiveLog = exports.InviteActionFilterSensitiveLog = exports.CreateNodeOutputFilterSensitiveLog = exports.CreateNodeInputFilterSensitiveLog = exports.NodeConfigurationFilterSensitiveLog = exports.NodeLogPublishingConfigurationFilterSensitiveLog = exports.NodeFabricLogPublishingConfigurationFilterSensitiveLog = exports.CreateNetworkOutputFilterSensitiveLog = exports.CreateNetworkInputFilterSensitiveLog = exports.VotingPolicyFilterSensitiveLog = exports.NetworkFrameworkConfigurationFilterSensitiveLog = exports.NetworkFabricConfigurationFilterSensitiveLog = exports.CreateMemberOutputFilterSensitiveLog = exports.CreateMemberInputFilterSensitiveLog = exports.MemberConfigurationFilterSensitiveLog = exports.MemberLogPublishingConfigurationFilterSensitiveLog = exports.MemberFabricLogPublishingConfigurationFilterSensitiveLog = exports.LogConfigurationsFilterSensitiveLog = exports.LogConfigurationFilterSensitiveLog = exports.MemberFrameworkConfigurationFilterSensitiveLog = exports.MemberFabricConfigurationFilterSensitiveLog = exports.CreateAccessorOutputFilterSensitiveLog = exports.CreateAccessorInputFilterSensitiveLog = exports.ApprovalThresholdPolicyFilterSensitiveLog = exports.AccessorSummaryFilterSensitiveLog = exports.AccessorFilterSensitiveLog = exports.VoteValue = exports.InvitationStatus = exports.IllegalActionException = exports.ProposalStatus = exports.NodeStatus = exports.NetworkStatus = exports.MemberStatus = exports.StateDBType = exports.Edition = exports.Framework = exports.
|
|
3
|
+
exports.CreateProposalInputFilterSensitiveLog = exports.ProposalActionsFilterSensitiveLog = exports.RemoveActionFilterSensitiveLog = exports.InviteActionFilterSensitiveLog = exports.CreateNodeOutputFilterSensitiveLog = exports.CreateNodeInputFilterSensitiveLog = exports.NodeConfigurationFilterSensitiveLog = exports.NodeLogPublishingConfigurationFilterSensitiveLog = exports.NodeFabricLogPublishingConfigurationFilterSensitiveLog = exports.CreateNetworkOutputFilterSensitiveLog = exports.CreateNetworkInputFilterSensitiveLog = exports.VotingPolicyFilterSensitiveLog = exports.NetworkFrameworkConfigurationFilterSensitiveLog = exports.NetworkFabricConfigurationFilterSensitiveLog = exports.CreateMemberOutputFilterSensitiveLog = exports.CreateMemberInputFilterSensitiveLog = exports.MemberConfigurationFilterSensitiveLog = exports.MemberLogPublishingConfigurationFilterSensitiveLog = exports.MemberFabricLogPublishingConfigurationFilterSensitiveLog = exports.LogConfigurationsFilterSensitiveLog = exports.LogConfigurationFilterSensitiveLog = exports.MemberFrameworkConfigurationFilterSensitiveLog = exports.MemberFabricConfigurationFilterSensitiveLog = exports.CreateAccessorOutputFilterSensitiveLog = exports.CreateAccessorInputFilterSensitiveLog = exports.ApprovalThresholdPolicyFilterSensitiveLog = exports.AccessorSummaryFilterSensitiveLog = exports.AccessorFilterSensitiveLog = exports.VoteValue = exports.InvitationStatus = exports.IllegalActionException = exports.ProposalStatus = exports.NodeStatus = exports.NetworkStatus = exports.MemberStatus = exports.StateDBType = exports.Edition = exports.Framework = exports.ResourceNotReadyException = exports.ResourceNotFoundException = exports.TooManyTagsException = exports.ThrottlingException = exports.ResourceLimitExceededException = exports.ResourceAlreadyExistsException = exports.InvalidRequestException = exports.InternalServiceErrorException = exports.ThresholdComparator = exports.AccessorType = exports.AccessorStatus = exports.AccessDeniedException = void 0;
|
|
4
4
|
exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListProposalVotesOutputFilterSensitiveLog = exports.VoteSummaryFilterSensitiveLog = exports.ListProposalVotesInputFilterSensitiveLog = exports.ListProposalsOutputFilterSensitiveLog = exports.ProposalSummaryFilterSensitiveLog = exports.ListProposalsInputFilterSensitiveLog = exports.ListNodesOutputFilterSensitiveLog = exports.NodeSummaryFilterSensitiveLog = exports.ListNodesInputFilterSensitiveLog = exports.ListNetworksOutputFilterSensitiveLog = exports.ListNetworksInputFilterSensitiveLog = exports.ListMembersOutputFilterSensitiveLog = exports.MemberSummaryFilterSensitiveLog = exports.ListMembersInputFilterSensitiveLog = exports.ListInvitationsOutputFilterSensitiveLog = exports.ListInvitationsInputFilterSensitiveLog = exports.ListAccessorsOutputFilterSensitiveLog = exports.ListAccessorsInputFilterSensitiveLog = exports.InvitationFilterSensitiveLog = exports.NetworkSummaryFilterSensitiveLog = exports.GetProposalOutputFilterSensitiveLog = exports.ProposalFilterSensitiveLog = exports.GetProposalInputFilterSensitiveLog = exports.GetNodeOutputFilterSensitiveLog = exports.NodeFilterSensitiveLog = exports.NodeFrameworkAttributesFilterSensitiveLog = exports.NodeFabricAttributesFilterSensitiveLog = exports.NodeEthereumAttributesFilterSensitiveLog = exports.GetNodeInputFilterSensitiveLog = exports.GetNetworkOutputFilterSensitiveLog = exports.NetworkFilterSensitiveLog = exports.NetworkFrameworkAttributesFilterSensitiveLog = exports.NetworkFabricAttributesFilterSensitiveLog = exports.NetworkEthereumAttributesFilterSensitiveLog = exports.GetNetworkInputFilterSensitiveLog = exports.GetMemberOutputFilterSensitiveLog = exports.MemberFilterSensitiveLog = exports.MemberFrameworkAttributesFilterSensitiveLog = exports.MemberFabricAttributesFilterSensitiveLog = exports.GetMemberInputFilterSensitiveLog = exports.GetAccessorOutputFilterSensitiveLog = exports.GetAccessorInputFilterSensitiveLog = exports.DeleteNodeOutputFilterSensitiveLog = exports.DeleteNodeInputFilterSensitiveLog = exports.DeleteMemberOutputFilterSensitiveLog = exports.DeleteMemberInputFilterSensitiveLog = exports.DeleteAccessorOutputFilterSensitiveLog = exports.DeleteAccessorInputFilterSensitiveLog = exports.CreateProposalOutputFilterSensitiveLog = void 0;
|
|
5
5
|
exports.VoteOnProposalOutputFilterSensitiveLog = exports.VoteOnProposalInputFilterSensitiveLog = exports.UpdateNodeOutputFilterSensitiveLog = exports.UpdateNodeInputFilterSensitiveLog = exports.UpdateMemberOutputFilterSensitiveLog = exports.UpdateMemberInputFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.RejectInvitationOutputFilterSensitiveLog = exports.RejectInvitationInputFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = void 0;
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
@@ -102,6 +102,21 @@ class ThrottlingException extends ManagedBlockchainServiceException_1.ManagedBlo
|
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
exports.ThrottlingException = ThrottlingException;
|
|
105
|
+
class TooManyTagsException extends ManagedBlockchainServiceException_1.ManagedBlockchainServiceException {
|
|
106
|
+
constructor(opts) {
|
|
107
|
+
super({
|
|
108
|
+
name: "TooManyTagsException",
|
|
109
|
+
$fault: "client",
|
|
110
|
+
...opts,
|
|
111
|
+
});
|
|
112
|
+
this.name = "TooManyTagsException";
|
|
113
|
+
this.$fault = "client";
|
|
114
|
+
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
115
|
+
this.Message = opts.Message;
|
|
116
|
+
this.ResourceName = opts.ResourceName;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
exports.TooManyTagsException = TooManyTagsException;
|
|
105
120
|
class ResourceNotFoundException extends ManagedBlockchainServiceException_1.ManagedBlockchainServiceException {
|
|
106
121
|
constructor(opts) {
|
|
107
122
|
super({
|
|
@@ -131,21 +146,6 @@ class ResourceNotReadyException extends ManagedBlockchainServiceException_1.Mana
|
|
|
131
146
|
}
|
|
132
147
|
}
|
|
133
148
|
exports.ResourceNotReadyException = ResourceNotReadyException;
|
|
134
|
-
class TooManyTagsException extends ManagedBlockchainServiceException_1.ManagedBlockchainServiceException {
|
|
135
|
-
constructor(opts) {
|
|
136
|
-
super({
|
|
137
|
-
name: "TooManyTagsException",
|
|
138
|
-
$fault: "client",
|
|
139
|
-
...opts,
|
|
140
|
-
});
|
|
141
|
-
this.name = "TooManyTagsException";
|
|
142
|
-
this.$fault = "client";
|
|
143
|
-
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
144
|
-
this.Message = opts.Message;
|
|
145
|
-
this.ResourceName = opts.ResourceName;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
exports.TooManyTagsException = TooManyTagsException;
|
|
149
149
|
var Framework;
|
|
150
150
|
(function (Framework) {
|
|
151
151
|
Framework["ETHEREUM"] = "ETHEREUM";
|
|
@@ -17,6 +17,7 @@ const serializeAws_restJson1CreateAccessorCommand = async (input, context) => {
|
|
|
17
17
|
body = JSON.stringify({
|
|
18
18
|
...(input.AccessorType != null && { AccessorType: input.AccessorType }),
|
|
19
19
|
ClientRequestToken: input.ClientRequestToken ?? (0, uuid_1.v4)(),
|
|
20
|
+
...(input.Tags != null && { Tags: serializeAws_restJson1InputTagMap(input.Tags, context) }),
|
|
20
21
|
});
|
|
21
22
|
return new protocol_http_1.HttpRequest({
|
|
22
23
|
protocol,
|
|
@@ -652,6 +653,9 @@ const deserializeAws_restJson1CreateAccessorCommandError = async (output, contex
|
|
|
652
653
|
case "ThrottlingException":
|
|
653
654
|
case "com.amazonaws.managedblockchain#ThrottlingException":
|
|
654
655
|
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
656
|
+
case "TooManyTagsException":
|
|
657
|
+
case "com.amazonaws.managedblockchain#TooManyTagsException":
|
|
658
|
+
throw await deserializeAws_restJson1TooManyTagsExceptionResponse(parsedOutput, context);
|
|
655
659
|
default:
|
|
656
660
|
const parsedBody = parsedOutput.body;
|
|
657
661
|
(0, smithy_client_1.throwDefaultError)({
|
|
@@ -2150,6 +2154,7 @@ const deserializeAws_restJson1Accessor = (output, context) => {
|
|
|
2150
2154
|
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreationDate)) : undefined,
|
|
2151
2155
|
Id: (0, smithy_client_1.expectString)(output.Id),
|
|
2152
2156
|
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
2157
|
+
Tags: output.Tags != null ? deserializeAws_restJson1OutputTagMap(output.Tags, context) : undefined,
|
|
2153
2158
|
Type: (0, smithy_client_1.expectString)(output.Type),
|
|
2154
2159
|
};
|
|
2155
2160
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a = "
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
2
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://managedblockchain-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://managedblockchain-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://managedblockchain.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://managedblockchain.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -91,45 +91,45 @@ export class ThrottlingException extends __BaseException {
|
|
|
91
91
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
|
-
export class
|
|
94
|
+
export class TooManyTagsException extends __BaseException {
|
|
95
95
|
constructor(opts) {
|
|
96
96
|
super({
|
|
97
|
-
name: "
|
|
97
|
+
name: "TooManyTagsException",
|
|
98
98
|
$fault: "client",
|
|
99
99
|
...opts,
|
|
100
100
|
});
|
|
101
|
-
this.name = "
|
|
101
|
+
this.name = "TooManyTagsException";
|
|
102
102
|
this.$fault = "client";
|
|
103
|
-
Object.setPrototypeOf(this,
|
|
103
|
+
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
104
104
|
this.Message = opts.Message;
|
|
105
105
|
this.ResourceName = opts.ResourceName;
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
|
-
export class
|
|
108
|
+
export class ResourceNotFoundException extends __BaseException {
|
|
109
109
|
constructor(opts) {
|
|
110
110
|
super({
|
|
111
|
-
name: "
|
|
111
|
+
name: "ResourceNotFoundException",
|
|
112
112
|
$fault: "client",
|
|
113
113
|
...opts,
|
|
114
114
|
});
|
|
115
|
-
this.name = "
|
|
115
|
+
this.name = "ResourceNotFoundException";
|
|
116
116
|
this.$fault = "client";
|
|
117
|
-
Object.setPrototypeOf(this,
|
|
117
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
118
118
|
this.Message = opts.Message;
|
|
119
|
+
this.ResourceName = opts.ResourceName;
|
|
119
120
|
}
|
|
120
121
|
}
|
|
121
|
-
export class
|
|
122
|
+
export class ResourceNotReadyException extends __BaseException {
|
|
122
123
|
constructor(opts) {
|
|
123
124
|
super({
|
|
124
|
-
name: "
|
|
125
|
+
name: "ResourceNotReadyException",
|
|
125
126
|
$fault: "client",
|
|
126
127
|
...opts,
|
|
127
128
|
});
|
|
128
|
-
this.name = "
|
|
129
|
+
this.name = "ResourceNotReadyException";
|
|
129
130
|
this.$fault = "client";
|
|
130
|
-
Object.setPrototypeOf(this,
|
|
131
|
+
Object.setPrototypeOf(this, ResourceNotReadyException.prototype);
|
|
131
132
|
this.Message = opts.Message;
|
|
132
|
-
this.ResourceName = opts.ResourceName;
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
export var Framework;
|
|
@@ -13,6 +13,7 @@ export const serializeAws_restJson1CreateAccessorCommand = async (input, context
|
|
|
13
13
|
body = JSON.stringify({
|
|
14
14
|
...(input.AccessorType != null && { AccessorType: input.AccessorType }),
|
|
15
15
|
ClientRequestToken: input.ClientRequestToken ?? generateIdempotencyToken(),
|
|
16
|
+
...(input.Tags != null && { Tags: serializeAws_restJson1InputTagMap(input.Tags, context) }),
|
|
16
17
|
});
|
|
17
18
|
return new __HttpRequest({
|
|
18
19
|
protocol,
|
|
@@ -620,6 +621,9 @@ const deserializeAws_restJson1CreateAccessorCommandError = async (output, contex
|
|
|
620
621
|
case "ThrottlingException":
|
|
621
622
|
case "com.amazonaws.managedblockchain#ThrottlingException":
|
|
622
623
|
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
624
|
+
case "TooManyTagsException":
|
|
625
|
+
case "com.amazonaws.managedblockchain#TooManyTagsException":
|
|
626
|
+
throw await deserializeAws_restJson1TooManyTagsExceptionResponse(parsedOutput, context);
|
|
623
627
|
default:
|
|
624
628
|
const parsedBody = parsedOutput.body;
|
|
625
629
|
throwDefaultError({
|
|
@@ -2092,6 +2096,7 @@ const deserializeAws_restJson1Accessor = (output, context) => {
|
|
|
2092
2096
|
CreationDate: output.CreationDate != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreationDate)) : undefined,
|
|
2093
2097
|
Id: __expectString(output.Id),
|
|
2094
2098
|
Status: __expectString(output.Status),
|
|
2099
|
+
Tags: output.Tags != null ? deserializeAws_restJson1OutputTagMap(output.Tags, context) : undefined,
|
|
2095
2100
|
Type: __expectString(output.Type),
|
|
2096
2101
|
};
|
|
2097
2102
|
};
|
|
@@ -30,17 +30,12 @@ import { ManagedBlockchainClient } from "./ManagedBlockchainClient";
|
|
|
30
30
|
/**
|
|
31
31
|
* <p></p>
|
|
32
32
|
* <p>Amazon Managed Blockchain is a fully managed service for creating and managing blockchain networks using open-source frameworks. Blockchain allows you to build applications where multiple parties can securely and transparently run transactions and share data without the need for a trusted, central authority.</p>
|
|
33
|
-
*
|
|
34
|
-
*
|
|
33
|
+
* <p>Managed Blockchain supports the Hyperledger Fabric and Ethereum open-source frameworks. Because of fundamental differences between the frameworks, some API actions or data types may only apply in the context of one framework and not the other. For example, actions related to Hyperledger Fabric network members such as <code>CreateMember</code> and <code>DeleteMember</code> don't apply to Ethereum.</p>
|
|
34
|
+
* <p>The description for each action indicates the framework or frameworks to which it applies. Data types and properties that apply only in the context of a particular framework are similarly indicated.</p>
|
|
35
35
|
*/
|
|
36
36
|
export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
37
37
|
/**
|
|
38
|
-
* <
|
|
39
|
-
* <p>The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is
|
|
40
|
-
* subject to change. We recommend that you use this feature only with
|
|
41
|
-
* test scenarios, and not in production environments.</p>
|
|
42
|
-
* </important>
|
|
43
|
-
* <p>Creates a new accessor for use with Managed Blockchain Ethereum nodes. An accessor object is a container that has the information
|
|
38
|
+
* <p>Creates a new accessor for use with Managed Blockchain Ethereum nodes. An accessor contains information
|
|
44
39
|
* required for token based access to your Ethereum nodes.</p>
|
|
45
40
|
*/
|
|
46
41
|
createAccessor(args: CreateAccessorCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccessorCommandOutput>;
|
|
@@ -75,12 +70,7 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
75
70
|
createProposal(args: CreateProposalCommandInput, cb: (err: any, data?: CreateProposalCommandOutput) => void): void;
|
|
76
71
|
createProposal(args: CreateProposalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProposalCommandOutput) => void): void;
|
|
77
72
|
/**
|
|
78
|
-
* <
|
|
79
|
-
* <p>The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is
|
|
80
|
-
* subject to change. We recommend that you use this feature only with
|
|
81
|
-
* test scenarios, and not in production environments.</p>
|
|
82
|
-
* </important>
|
|
83
|
-
* <p>Deletes an accessor that your Amazon Web Services account owns. An accessor object is a container that has the
|
|
73
|
+
* <p>Deletes an accessor that your Amazon Web Services account owns. An accessor object is a container that has the
|
|
84
74
|
* information required for token based access to your Ethereum nodes including, the
|
|
85
75
|
* <code>BILLING_TOKEN</code>. After an accessor is deleted, the status of the accessor changes
|
|
86
76
|
* from <code>AVAILABLE</code> to <code>PENDING_DELETION</code>. An accessor in the
|
|
@@ -106,12 +96,7 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
106
96
|
deleteNode(args: DeleteNodeCommandInput, cb: (err: any, data?: DeleteNodeCommandOutput) => void): void;
|
|
107
97
|
deleteNode(args: DeleteNodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNodeCommandOutput) => void): void;
|
|
108
98
|
/**
|
|
109
|
-
* <
|
|
110
|
-
* <p>The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is
|
|
111
|
-
* subject to change. We recommend that you use this feature only with
|
|
112
|
-
* test scenarios, and not in production environments.</p>
|
|
113
|
-
* </important>
|
|
114
|
-
* <p>Returns detailed information about an accessor. An accessor object is a container that has the
|
|
99
|
+
* <p>Returns detailed information about an accessor. An accessor object is a container that has the
|
|
115
100
|
* information required for token based access to your Ethereum nodes.</p>
|
|
116
101
|
*/
|
|
117
102
|
getAccessor(args: GetAccessorCommandInput, options?: __HttpHandlerOptions): Promise<GetAccessorCommandOutput>;
|
|
@@ -146,12 +131,7 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
146
131
|
getProposal(args: GetProposalCommandInput, cb: (err: any, data?: GetProposalCommandOutput) => void): void;
|
|
147
132
|
getProposal(args: GetProposalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProposalCommandOutput) => void): void;
|
|
148
133
|
/**
|
|
149
|
-
* <
|
|
150
|
-
* <p>The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is
|
|
151
|
-
* subject to change. We recommend that you use this feature only with
|
|
152
|
-
* test scenarios, and not in production environments.</p>
|
|
153
|
-
* </important>
|
|
154
|
-
* <p>Returns a list of the accessors and their properties. Accessor objects are containers that have the
|
|
134
|
+
* <p>Returns a list of the accessors and their properties. Accessor objects are containers that have the
|
|
155
135
|
* information required for token based access to your Ethereum nodes.</p>
|
|
156
136
|
*/
|
|
157
137
|
listAccessors(args: ListAccessorsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessorsCommandOutput>;
|
|
@@ -152,8 +152,8 @@ export interface ManagedBlockchainClientResolvedConfig extends ManagedBlockchain
|
|
|
152
152
|
/**
|
|
153
153
|
* <p></p>
|
|
154
154
|
* <p>Amazon Managed Blockchain is a fully managed service for creating and managing blockchain networks using open-source frameworks. Blockchain allows you to build applications where multiple parties can securely and transparently run transactions and share data without the need for a trusted, central authority.</p>
|
|
155
|
-
*
|
|
156
|
-
*
|
|
155
|
+
* <p>Managed Blockchain supports the Hyperledger Fabric and Ethereum open-source frameworks. Because of fundamental differences between the frameworks, some API actions or data types may only apply in the context of one framework and not the other. For example, actions related to Hyperledger Fabric network members such as <code>CreateMember</code> and <code>DeleteMember</code> don't apply to Ethereum.</p>
|
|
156
|
+
* <p>The description for each action indicates the framework or frameworks to which it applies. Data types and properties that apply only in the context of a particular framework are similarly indicated.</p>
|
|
157
157
|
*/
|
|
158
158
|
export declare class ManagedBlockchainClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ManagedBlockchainClientResolvedConfig> {
|
|
159
159
|
/**
|
|
@@ -3,17 +3,18 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { CreateAccessorInput, CreateAccessorOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateAccessorCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateAccessorCommandInput extends CreateAccessorInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateAccessorCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateAccessorCommandOutput extends CreateAccessorOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
11
|
-
* <
|
|
12
|
-
* <p>The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is
|
|
13
|
-
* subject to change. We recommend that you use this feature only with
|
|
14
|
-
* test scenarios, and not in production environments.</p>
|
|
15
|
-
* </important>
|
|
16
|
-
* <p>Creates a new accessor for use with Managed Blockchain Ethereum nodes. An accessor object is a container that has the information
|
|
17
|
+
* <p>Creates a new accessor for use with Managed Blockchain Ethereum nodes. An accessor contains information
|
|
17
18
|
* required for token based access to your Ethereum nodes.</p>
|
|
18
19
|
* @example
|
|
19
20
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { CreateMemberInput, CreateMemberOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateMemberCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateMemberCommandInput extends CreateMemberInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateMemberCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateMemberCommandOutput extends CreateMemberOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { CreateNetworkInput, CreateNetworkOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateNetworkCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateNetworkCommandInput extends CreateNetworkInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateNetworkCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateNetworkCommandOutput extends CreateNetworkOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { CreateNodeInput, CreateNodeOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateNodeCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateNodeCommandInput extends CreateNodeInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateNodeCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateNodeCommandOutput extends CreateNodeOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { CreateProposalInput, CreateProposalOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateProposalCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateProposalCommandInput extends CreateProposalInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateProposalCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateProposalCommandOutput extends CreateProposalOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|