aws-sdk-managedblockchain 1.35.0 → 1.37.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,11 +23,6 @@ module Aws::ManagedBlockchain
23
23
  include Aws::Structure
24
24
  end
25
25
 
26
- # The token based access feature is in preview release for Ethereum on
27
- # Amazon Managed Blockchain and is subject to change. We recommend that
28
- # you use this feature only with test scenarios, and not in production
29
- # environments.
30
- #
31
26
  # The properties of the Accessor.
32
27
  #
33
28
  # @!attribute [rw] id
@@ -67,6 +62,20 @@ module Aws::ManagedBlockchain
67
62
  # [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
68
63
  # @return [String]
69
64
  #
65
+ # @!attribute [rw] tags
66
+ # The tags assigned to the Accessor.
67
+ #
68
+ # For more information about tags, see [Tagging Resources][1] in the
69
+ # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
70
+ # Resources][2] in the *Amazon Managed Blockchain Hyperledger Fabric
71
+ # Developer Guide*.
72
+ #
73
+ #
74
+ #
75
+ # [1]: https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html
76
+ # [2]: https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html
77
+ # @return [Hash<String,String>]
78
+ #
70
79
  # @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/Accessor AWS API Documentation
71
80
  #
72
81
  class Accessor < Struct.new(
@@ -75,16 +84,12 @@ module Aws::ManagedBlockchain
75
84
  :billing_token,
76
85
  :status,
77
86
  :creation_date,
78
- :arn)
87
+ :arn,
88
+ :tags)
79
89
  SENSITIVE = []
80
90
  include Aws::Structure
81
91
  end
82
92
 
83
- # The token based access feature is in preview release for Ethereum on
84
- # Amazon Managed Blockchain and is subject to change. We recommend that
85
- # you use this feature only with test scenarios, and not in production
86
- # environments.
87
- #
88
93
  # A summary of accessor properties.
89
94
  #
90
95
  # @!attribute [rw] id
@@ -137,15 +142,6 @@ module Aws::ManagedBlockchain
137
142
  #
138
143
  # Applies only to Hyperledger Fabric.
139
144
  #
140
- # @note When making an API call, you may pass ApprovalThresholdPolicy
141
- # data as a hash:
142
- #
143
- # {
144
- # threshold_percentage: 1,
145
- # proposal_duration_in_hours: 1,
146
- # threshold_comparator: "GREATER_THAN", # accepts GREATER_THAN, GREATER_THAN_OR_EQUAL_TO
147
- # }
148
- #
149
145
  # @!attribute [rw] threshold_percentage
150
146
  # The percentage of votes among all members that must be `YES` for a
151
147
  # proposal to be approved. For example, a `ThresholdPercentage` value
@@ -180,14 +176,6 @@ module Aws::ManagedBlockchain
180
176
  include Aws::Structure
181
177
  end
182
178
 
183
- # @note When making an API call, you may pass CreateAccessorInput
184
- # data as a hash:
185
- #
186
- # {
187
- # client_request_token: "ClientRequestTokenString", # required
188
- # accessor_type: "BILLING_TOKEN", # required, accepts BILLING_TOKEN
189
- # }
190
- #
191
179
  # @!attribute [rw] client_request_token
192
180
  # This is a unique, case-sensitive identifier that you provide to
193
181
  # ensure the idempotency of the operation. An idempotent operation
@@ -208,11 +196,30 @@ module Aws::ManagedBlockchain
208
196
  # </note>
209
197
  # @return [String]
210
198
  #
199
+ # @!attribute [rw] tags
200
+ # Tags to assign to the Accessor.
201
+ #
202
+ # Each tag consists of a key and an optional value. You can specify
203
+ # multiple key-value pairs in a single request with an overall maximum
204
+ # of 50 tags allowed per resource.
205
+ #
206
+ # For more information about tags, see [Tagging Resources][1] in the
207
+ # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
208
+ # Resources][2] in the *Amazon Managed Blockchain Hyperledger Fabric
209
+ # Developer Guide*.
210
+ #
211
+ #
212
+ #
213
+ # [1]: https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html
214
+ # [2]: https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html
215
+ # @return [Hash<String,String>]
216
+ #
211
217
  # @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/CreateAccessorInput AWS API Documentation
212
218
  #
213
219
  class CreateAccessorInput < Struct.new(
214
220
  :client_request_token,
215
- :accessor_type)
221
+ :accessor_type,
222
+ :tags)
216
223
  SENSITIVE = []
217
224
  include Aws::Structure
218
225
  end
@@ -237,38 +244,6 @@ module Aws::ManagedBlockchain
237
244
  include Aws::Structure
238
245
  end
239
246
 
240
- # @note When making an API call, you may pass CreateMemberInput
241
- # data as a hash:
242
- #
243
- # {
244
- # client_request_token: "ClientRequestTokenString", # required
245
- # invitation_id: "ResourceIdString", # required
246
- # network_id: "ResourceIdString", # required
247
- # member_configuration: { # required
248
- # name: "NetworkMemberNameString", # required
249
- # description: "DescriptionString",
250
- # framework_configuration: { # required
251
- # fabric: {
252
- # admin_username: "UsernameString", # required
253
- # admin_password: "PasswordString", # required
254
- # },
255
- # },
256
- # log_publishing_configuration: {
257
- # fabric: {
258
- # ca_logs: {
259
- # cloudwatch: {
260
- # enabled: false,
261
- # },
262
- # },
263
- # },
264
- # },
265
- # tags: {
266
- # "TagKey" => "TagValue",
267
- # },
268
- # kms_key_arn: "ArnString",
269
- # },
270
- # }
271
- #
272
247
  # @!attribute [rw] client_request_token
273
248
  # A unique, case-sensitive identifier that you provide to ensure the
274
249
  # idempotency of the operation. An idempotent operation completes no
@@ -316,55 +291,6 @@ module Aws::ManagedBlockchain
316
291
  include Aws::Structure
317
292
  end
318
293
 
319
- # @note When making an API call, you may pass CreateNetworkInput
320
- # data as a hash:
321
- #
322
- # {
323
- # client_request_token: "ClientRequestTokenString", # required
324
- # name: "NameString", # required
325
- # description: "DescriptionString",
326
- # framework: "HYPERLEDGER_FABRIC", # required, accepts HYPERLEDGER_FABRIC, ETHEREUM
327
- # framework_version: "FrameworkVersionString", # required
328
- # framework_configuration: {
329
- # fabric: {
330
- # edition: "STARTER", # required, accepts STARTER, STANDARD
331
- # },
332
- # },
333
- # voting_policy: { # required
334
- # approval_threshold_policy: {
335
- # threshold_percentage: 1,
336
- # proposal_duration_in_hours: 1,
337
- # threshold_comparator: "GREATER_THAN", # accepts GREATER_THAN, GREATER_THAN_OR_EQUAL_TO
338
- # },
339
- # },
340
- # member_configuration: { # required
341
- # name: "NetworkMemberNameString", # required
342
- # description: "DescriptionString",
343
- # framework_configuration: { # required
344
- # fabric: {
345
- # admin_username: "UsernameString", # required
346
- # admin_password: "PasswordString", # required
347
- # },
348
- # },
349
- # log_publishing_configuration: {
350
- # fabric: {
351
- # ca_logs: {
352
- # cloudwatch: {
353
- # enabled: false,
354
- # },
355
- # },
356
- # },
357
- # },
358
- # tags: {
359
- # "TagKey" => "TagValue",
360
- # },
361
- # kms_key_arn: "ArnString",
362
- # },
363
- # tags: {
364
- # "TagKey" => "TagValue",
365
- # },
366
- # }
367
- #
368
294
  # @!attribute [rw] client_request_token
369
295
  # This is a unique, case-sensitive identifier that you provide to
370
296
  # ensure the idempotency of the operation. An idempotent operation
@@ -408,12 +334,11 @@ module Aws::ManagedBlockchain
408
334
  # @return [Types::MemberConfiguration]
409
335
  #
410
336
  # @!attribute [rw] tags
411
- # Tags to assign to the network. Each tag consists of a key and
412
- # optional value.
337
+ # Tags to assign to the network.
413
338
  #
414
- # When specifying tags during creation, you can specify multiple
415
- # key-value pairs in a single request, with an overall maximum of 50
416
- # tags added to each resource.
339
+ # Each tag consists of a key and an optional value. You can specify
340
+ # multiple key-value pairs in a single request with an overall maximum
341
+ # of 50 tags allowed per resource.
417
342
  #
418
343
  # For more information about tags, see [Tagging Resources][1] in the
419
344
  # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
@@ -459,37 +384,6 @@ module Aws::ManagedBlockchain
459
384
  include Aws::Structure
460
385
  end
461
386
 
462
- # @note When making an API call, you may pass CreateNodeInput
463
- # data as a hash:
464
- #
465
- # {
466
- # client_request_token: "ClientRequestTokenString", # required
467
- # network_id: "ResourceIdString", # required
468
- # member_id: "ResourceIdString",
469
- # node_configuration: { # required
470
- # instance_type: "InstanceTypeString", # required
471
- # availability_zone: "AvailabilityZoneString",
472
- # log_publishing_configuration: {
473
- # fabric: {
474
- # chaincode_logs: {
475
- # cloudwatch: {
476
- # enabled: false,
477
- # },
478
- # },
479
- # peer_logs: {
480
- # cloudwatch: {
481
- # enabled: false,
482
- # },
483
- # },
484
- # },
485
- # },
486
- # state_db: "LevelDB", # accepts LevelDB, CouchDB
487
- # },
488
- # tags: {
489
- # "TagKey" => "TagValue",
490
- # },
491
- # }
492
- #
493
387
  # @!attribute [rw] client_request_token
494
388
  # A unique, case-sensitive identifier that you provide to ensure the
495
389
  # idempotency of the operation. An idempotent operation completes no
@@ -526,12 +420,11 @@ module Aws::ManagedBlockchain
526
420
  # @return [Types::NodeConfiguration]
527
421
  #
528
422
  # @!attribute [rw] tags
529
- # Tags to assign to the node. Each tag consists of a key and optional
530
- # value.
423
+ # Tags to assign to the node.
531
424
  #
532
- # When specifying tags during creation, you can specify multiple
533
- # key-value pairs in a single request, with an overall maximum of 50
534
- # tags added to each resource.
425
+ # Each tag consists of a key and an optional value. You can specify
426
+ # multiple key-value pairs in a single request with an overall maximum
427
+ # of 50 tags allowed per resource.
535
428
  #
536
429
  # For more information about tags, see [Tagging Resources][1] in the
537
430
  # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
@@ -568,31 +461,6 @@ module Aws::ManagedBlockchain
568
461
  include Aws::Structure
569
462
  end
570
463
 
571
- # @note When making an API call, you may pass CreateProposalInput
572
- # data as a hash:
573
- #
574
- # {
575
- # client_request_token: "ClientRequestTokenString", # required
576
- # network_id: "ResourceIdString", # required
577
- # member_id: "ResourceIdString", # required
578
- # actions: { # required
579
- # invitations: [
580
- # {
581
- # principal: "PrincipalString", # required
582
- # },
583
- # ],
584
- # removals: [
585
- # {
586
- # member_id: "ResourceIdString", # required
587
- # },
588
- # ],
589
- # },
590
- # description: "DescriptionString",
591
- # tags: {
592
- # "TagKey" => "TagValue",
593
- # },
594
- # }
595
- #
596
464
  # @!attribute [rw] client_request_token
597
465
  # A unique, case-sensitive identifier that you provide to ensure the
598
466
  # idempotency of the operation. An idempotent operation completes no
@@ -628,13 +496,11 @@ module Aws::ManagedBlockchain
628
496
  # @return [String]
629
497
  #
630
498
  # @!attribute [rw] tags
631
- # Tags to assign to the proposal. Each tag consists of a key and
632
- # optional value.
499
+ # Tags to assign to the proposal.
633
500
  #
634
- # When specifying tags during creation, you can specify multiple
635
- # key-value pairs in a single request, with an overall maximum of 50
636
- # tags added to each resource. If the proposal is for a network
637
- # invitation, the invitation inherits the tags added to the proposal.
501
+ # Each tag consists of a key and an optional value. You can specify
502
+ # multiple key-value pairs in a single request with an overall maximum
503
+ # of 50 tags allowed per resource.
638
504
  #
639
505
  # For more information about tags, see [Tagging Resources][1] in the
640
506
  # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
@@ -672,13 +538,6 @@ module Aws::ManagedBlockchain
672
538
  include Aws::Structure
673
539
  end
674
540
 
675
- # @note When making an API call, you may pass DeleteAccessorInput
676
- # data as a hash:
677
- #
678
- # {
679
- # accessor_id: "ResourceIdString", # required
680
- # }
681
- #
682
541
  # @!attribute [rw] accessor_id
683
542
  # The unique identifier of the accessor.
684
543
  # @return [String]
@@ -695,14 +554,6 @@ module Aws::ManagedBlockchain
695
554
  #
696
555
  class DeleteAccessorOutput < Aws::EmptyStructure; end
697
556
 
698
- # @note When making an API call, you may pass DeleteMemberInput
699
- # data as a hash:
700
- #
701
- # {
702
- # network_id: "ResourceIdString", # required
703
- # member_id: "ResourceIdString", # required
704
- # }
705
- #
706
557
  # @!attribute [rw] network_id
707
558
  # The unique identifier of the network from which the member is
708
559
  # removed.
@@ -725,15 +576,6 @@ module Aws::ManagedBlockchain
725
576
  #
726
577
  class DeleteMemberOutput < Aws::EmptyStructure; end
727
578
 
728
- # @note When making an API call, you may pass DeleteNodeInput
729
- # data as a hash:
730
- #
731
- # {
732
- # network_id: "ResourceIdString", # required
733
- # member_id: "ResourceIdString",
734
- # node_id: "ResourceIdString", # required
735
- # }
736
- #
737
579
  # @!attribute [rw] network_id
738
580
  # The unique identifier of the network that the node is on.
739
581
  #
@@ -773,13 +615,6 @@ module Aws::ManagedBlockchain
773
615
  #
774
616
  class DeleteNodeOutput < Aws::EmptyStructure; end
775
617
 
776
- # @note When making an API call, you may pass GetAccessorInput
777
- # data as a hash:
778
- #
779
- # {
780
- # accessor_id: "ResourceIdString", # required
781
- # }
782
- #
783
618
  # @!attribute [rw] accessor_id
784
619
  # The unique identifier of the accessor.
785
620
  # @return [String]
@@ -804,14 +639,6 @@ module Aws::ManagedBlockchain
804
639
  include Aws::Structure
805
640
  end
806
641
 
807
- # @note When making an API call, you may pass GetMemberInput
808
- # data as a hash:
809
- #
810
- # {
811
- # network_id: "ResourceIdString", # required
812
- # member_id: "ResourceIdString", # required
813
- # }
814
- #
815
642
  # @!attribute [rw] network_id
816
643
  # The unique identifier of the network to which the member belongs.
817
644
  # @return [String]
@@ -841,13 +668,6 @@ module Aws::ManagedBlockchain
841
668
  include Aws::Structure
842
669
  end
843
670
 
844
- # @note When making an API call, you may pass GetNetworkInput
845
- # data as a hash:
846
- #
847
- # {
848
- # network_id: "ResourceIdString", # required
849
- # }
850
- #
851
671
  # @!attribute [rw] network_id
852
672
  # The unique identifier of the network to get information about.
853
673
  # @return [String]
@@ -872,15 +692,6 @@ module Aws::ManagedBlockchain
872
692
  include Aws::Structure
873
693
  end
874
694
 
875
- # @note When making an API call, you may pass GetNodeInput
876
- # data as a hash:
877
- #
878
- # {
879
- # network_id: "ResourceIdString", # required
880
- # member_id: "ResourceIdString",
881
- # node_id: "ResourceIdString", # required
882
- # }
883
- #
884
695
  # @!attribute [rw] network_id
885
696
  # The unique identifier of the network that the node is on.
886
697
  # @return [String]
@@ -918,14 +729,6 @@ module Aws::ManagedBlockchain
918
729
  include Aws::Structure
919
730
  end
920
731
 
921
- # @note When making an API call, you may pass GetProposalInput
922
- # data as a hash:
923
- #
924
- # {
925
- # network_id: "ResourceIdString", # required
926
- # proposal_id: "ResourceIdString", # required
927
- # }
928
- #
929
732
  # @!attribute [rw] network_id
930
733
  # The unique identifier of the network for which the proposal is made.
931
734
  # @return [String]
@@ -1059,13 +862,6 @@ module Aws::ManagedBlockchain
1059
862
  #
1060
863
  # Applies only to Hyperledger Fabric.
1061
864
  #
1062
- # @note When making an API call, you may pass InviteAction
1063
- # data as a hash:
1064
- #
1065
- # {
1066
- # principal: "PrincipalString", # required
1067
- # }
1068
- #
1069
865
  # @!attribute [rw] principal
1070
866
  # The Amazon Web Services account ID to invite.
1071
867
  # @return [String]
@@ -1078,14 +874,6 @@ module Aws::ManagedBlockchain
1078
874
  include Aws::Structure
1079
875
  end
1080
876
 
1081
- # @note When making an API call, you may pass ListAccessorsInput
1082
- # data as a hash:
1083
- #
1084
- # {
1085
- # max_results: 1,
1086
- # next_token: "PaginationToken",
1087
- # }
1088
- #
1089
877
  # @!attribute [rw] max_results
1090
878
  # The maximum number of accessors to list.
1091
879
  # @return [Integer]
@@ -1123,14 +911,6 @@ module Aws::ManagedBlockchain
1123
911
  include Aws::Structure
1124
912
  end
1125
913
 
1126
- # @note When making an API call, you may pass ListInvitationsInput
1127
- # data as a hash:
1128
- #
1129
- # {
1130
- # max_results: 1,
1131
- # next_token: "PaginationToken",
1132
- # }
1133
- #
1134
914
  # @!attribute [rw] max_results
1135
915
  # The maximum number of invitations to return.
1136
916
  # @return [Integer]
@@ -1167,18 +947,6 @@ module Aws::ManagedBlockchain
1167
947
  include Aws::Structure
1168
948
  end
1169
949
 
1170
- # @note When making an API call, you may pass ListMembersInput
1171
- # data as a hash:
1172
- #
1173
- # {
1174
- # network_id: "ResourceIdString", # required
1175
- # name: "String",
1176
- # status: "CREATING", # accepts CREATING, AVAILABLE, CREATE_FAILED, UPDATING, DELETING, DELETED, INACCESSIBLE_ENCRYPTION_KEY
1177
- # is_owned: false,
1178
- # max_results: 1,
1179
- # next_token: "PaginationToken",
1180
- # }
1181
- #
1182
950
  # @!attribute [rw] network_id
1183
951
  # The unique identifier of the network for which to list members.
1184
952
  # @return [String]
@@ -1240,17 +1008,6 @@ module Aws::ManagedBlockchain
1240
1008
  include Aws::Structure
1241
1009
  end
1242
1010
 
1243
- # @note When making an API call, you may pass ListNetworksInput
1244
- # data as a hash:
1245
- #
1246
- # {
1247
- # name: "String",
1248
- # framework: "HYPERLEDGER_FABRIC", # accepts HYPERLEDGER_FABRIC, ETHEREUM
1249
- # status: "CREATING", # accepts CREATING, AVAILABLE, CREATE_FAILED, DELETING, DELETED
1250
- # max_results: 1,
1251
- # next_token: "PaginationToken",
1252
- # }
1253
- #
1254
1011
  # @!attribute [rw] name
1255
1012
  # The name of the network.
1256
1013
  # @return [String]
@@ -1307,17 +1064,6 @@ module Aws::ManagedBlockchain
1307
1064
  include Aws::Structure
1308
1065
  end
1309
1066
 
1310
- # @note When making an API call, you may pass ListNodesInput
1311
- # data as a hash:
1312
- #
1313
- # {
1314
- # network_id: "ResourceIdString", # required
1315
- # member_id: "ResourceIdString",
1316
- # status: "CREATING", # accepts CREATING, AVAILABLE, UNHEALTHY, CREATE_FAILED, UPDATING, DELETING, DELETED, FAILED, INACCESSIBLE_ENCRYPTION_KEY
1317
- # max_results: 1,
1318
- # next_token: "PaginationToken",
1319
- # }
1320
- #
1321
1067
  # @!attribute [rw] network_id
1322
1068
  # The unique identifier of the network for which to list nodes.
1323
1069
  # @return [String]
@@ -1374,16 +1120,6 @@ module Aws::ManagedBlockchain
1374
1120
  include Aws::Structure
1375
1121
  end
1376
1122
 
1377
- # @note When making an API call, you may pass ListProposalVotesInput
1378
- # data as a hash:
1379
- #
1380
- # {
1381
- # network_id: "ResourceIdString", # required
1382
- # proposal_id: "ResourceIdString", # required
1383
- # max_results: 1,
1384
- # next_token: "PaginationToken",
1385
- # }
1386
- #
1387
1123
  # @!attribute [rw] network_id
1388
1124
  # The unique identifier of the network.
1389
1125
  # @return [String]
@@ -1430,15 +1166,6 @@ module Aws::ManagedBlockchain
1430
1166
  include Aws::Structure
1431
1167
  end
1432
1168
 
1433
- # @note When making an API call, you may pass ListProposalsInput
1434
- # data as a hash:
1435
- #
1436
- # {
1437
- # network_id: "ResourceIdString", # required
1438
- # max_results: 1,
1439
- # next_token: "PaginationToken",
1440
- # }
1441
- #
1442
1169
  # @!attribute [rw] network_id
1443
1170
  # The unique identifier of the network.
1444
1171
  # @return [String]
@@ -1480,13 +1207,6 @@ module Aws::ManagedBlockchain
1480
1207
  include Aws::Structure
1481
1208
  end
1482
1209
 
1483
- # @note When making an API call, you may pass ListTagsForResourceRequest
1484
- # data as a hash:
1485
- #
1486
- # {
1487
- # resource_arn: "ArnString", # required
1488
- # }
1489
- #
1490
1210
  # @!attribute [rw] resource_arn
1491
1211
  # The Amazon Resource Name (ARN) of the resource. For more information
1492
1212
  # about ARNs and their format, see [Amazon Resource Names (ARNs)][1]
@@ -1519,13 +1239,6 @@ module Aws::ManagedBlockchain
1519
1239
 
1520
1240
  # A configuration for logging events.
1521
1241
  #
1522
- # @note When making an API call, you may pass LogConfiguration
1523
- # data as a hash:
1524
- #
1525
- # {
1526
- # enabled: false,
1527
- # }
1528
- #
1529
1242
  # @!attribute [rw] enabled
1530
1243
  # Indicates whether logging is enabled.
1531
1244
  # @return [Boolean]
@@ -1540,15 +1253,6 @@ module Aws::ManagedBlockchain
1540
1253
 
1541
1254
  # A collection of log configurations.
1542
1255
  #
1543
- # @note When making an API call, you may pass LogConfigurations
1544
- # data as a hash:
1545
- #
1546
- # {
1547
- # cloudwatch: {
1548
- # enabled: false,
1549
- # },
1550
- # }
1551
- #
1552
1256
  # @!attribute [rw] cloudwatch
1553
1257
  # Parameters for publishing logs to Amazon CloudWatch Logs.
1554
1258
  # @return [Types::LogConfiguration]
@@ -1634,13 +1338,17 @@ module Aws::ManagedBlockchain
1634
1338
  #
1635
1339
  # @!attribute [rw] tags
1636
1340
  # Tags assigned to the member. Tags consist of a key and optional
1637
- # value. For more information about tags, see [Tagging Resources][1]
1638
- # in the *Amazon Managed Blockchain Hyperledger Fabric Developer
1639
- # Guide*.
1341
+ # value.
1640
1342
  #
1343
+ # For more information about tags, see [Tagging Resources][1] in the
1344
+ # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
1345
+ # Resources][2] in the *Amazon Managed Blockchain Hyperledger Fabric
1346
+ # Developer Guide*.
1641
1347
  #
1642
1348
  #
1643
- # [1]: https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html
1349
+ #
1350
+ # [1]: https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html
1351
+ # [2]: https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html
1644
1352
  # @return [Hash<String,String>]
1645
1353
  #
1646
1354
  # @!attribute [rw] arn
@@ -1690,33 +1398,6 @@ module Aws::ManagedBlockchain
1690
1398
  #
1691
1399
  # Applies only to Hyperledger Fabric.
1692
1400
  #
1693
- # @note When making an API call, you may pass MemberConfiguration
1694
- # data as a hash:
1695
- #
1696
- # {
1697
- # name: "NetworkMemberNameString", # required
1698
- # description: "DescriptionString",
1699
- # framework_configuration: { # required
1700
- # fabric: {
1701
- # admin_username: "UsernameString", # required
1702
- # admin_password: "PasswordString", # required
1703
- # },
1704
- # },
1705
- # log_publishing_configuration: {
1706
- # fabric: {
1707
- # ca_logs: {
1708
- # cloudwatch: {
1709
- # enabled: false,
1710
- # },
1711
- # },
1712
- # },
1713
- # },
1714
- # tags: {
1715
- # "TagKey" => "TagValue",
1716
- # },
1717
- # kms_key_arn: "ArnString",
1718
- # }
1719
- #
1720
1401
  # @!attribute [rw] name
1721
1402
  # The name of the member.
1722
1403
  # @return [String]
@@ -1737,17 +1418,21 @@ module Aws::ManagedBlockchain
1737
1418
  #
1738
1419
  # @!attribute [rw] tags
1739
1420
  # Tags assigned to the member. Tags consist of a key and optional
1740
- # value. For more information about tags, see [Tagging Resources][1]
1741
- # in the *Amazon Managed Blockchain Hyperledger Fabric Developer
1742
- # Guide*.
1421
+ # value.
1743
1422
  #
1744
1423
  # When specifying tags during creation, you can specify multiple
1745
1424
  # key-value pairs in a single request, with an overall maximum of 50
1746
1425
  # tags added to each resource.
1747
1426
  #
1427
+ # For more information about tags, see [Tagging Resources][1] in the
1428
+ # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
1429
+ # Resources][2] in the *Amazon Managed Blockchain Hyperledger Fabric
1430
+ # Developer Guide*.
1431
+ #
1748
1432
  #
1749
1433
  #
1750
- # [1]: https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html
1434
+ # [1]: https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html
1435
+ # [2]: https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html
1751
1436
  # @return [Hash<String,String>]
1752
1437
  #
1753
1438
  # @!attribute [rw] kms_key_arn
@@ -1814,14 +1499,6 @@ module Aws::ManagedBlockchain
1814
1499
  # Configuration properties for Hyperledger Fabric for a member in a
1815
1500
  # Managed Blockchain network using the Hyperledger Fabric framework.
1816
1501
  #
1817
- # @note When making an API call, you may pass MemberFabricConfiguration
1818
- # data as a hash:
1819
- #
1820
- # {
1821
- # admin_username: "UsernameString", # required
1822
- # admin_password: "PasswordString", # required
1823
- # }
1824
- #
1825
1502
  # @!attribute [rw] admin_username
1826
1503
  # The user name for the member's initial administrative user.
1827
1504
  # @return [String]
@@ -1848,17 +1525,6 @@ module Aws::ManagedBlockchain
1848
1525
  # of a Managed Blockchain network using the Hyperledger Fabric
1849
1526
  # framework.
1850
1527
  #
1851
- # @note When making an API call, you may pass MemberFabricLogPublishingConfiguration
1852
- # data as a hash:
1853
- #
1854
- # {
1855
- # ca_logs: {
1856
- # cloudwatch: {
1857
- # enabled: false,
1858
- # },
1859
- # },
1860
- # }
1861
- #
1862
1528
  # @!attribute [rw] ca_logs
1863
1529
  # Configuration properties for logging events associated with a
1864
1530
  # member's Certificate Authority (CA). CA logs help you determine
@@ -1893,16 +1559,6 @@ module Aws::ManagedBlockchain
1893
1559
  # Configuration properties relevant to a member for the blockchain
1894
1560
  # framework that the Managed Blockchain network uses.
1895
1561
  #
1896
- # @note When making an API call, you may pass MemberFrameworkConfiguration
1897
- # data as a hash:
1898
- #
1899
- # {
1900
- # fabric: {
1901
- # admin_username: "UsernameString", # required
1902
- # admin_password: "PasswordString", # required
1903
- # },
1904
- # }
1905
- #
1906
1562
  # @!attribute [rw] fabric
1907
1563
  # Attributes of Hyperledger Fabric for a member on a Managed
1908
1564
  # Blockchain network that uses Hyperledger Fabric.
@@ -1919,19 +1575,6 @@ module Aws::ManagedBlockchain
1919
1575
  # Configuration properties for logging events associated with a member
1920
1576
  # of a Managed Blockchain network.
1921
1577
  #
1922
- # @note When making an API call, you may pass MemberLogPublishingConfiguration
1923
- # data as a hash:
1924
- #
1925
- # {
1926
- # fabric: {
1927
- # ca_logs: {
1928
- # cloudwatch: {
1929
- # enabled: false,
1930
- # },
1931
- # },
1932
- # },
1933
- # }
1934
- #
1935
1578
  # @!attribute [rw] fabric
1936
1579
  # Configuration properties for logging events associated with a member
1937
1580
  # of a Managed Blockchain network using the Hyperledger Fabric
@@ -2171,13 +1814,6 @@ module Aws::ManagedBlockchain
2171
1814
 
2172
1815
  # Hyperledger Fabric configuration properties for the network.
2173
1816
  #
2174
- # @note When making an API call, you may pass NetworkFabricConfiguration
2175
- # data as a hash:
2176
- #
2177
- # {
2178
- # edition: "STARTER", # required, accepts STARTER, STANDARD
2179
- # }
2180
- #
2181
1817
  # @!attribute [rw] edition
2182
1818
  # The edition of Amazon Managed Blockchain that the network uses. For
2183
1819
  # more information, see [Amazon Managed Blockchain Pricing][1].
@@ -2220,15 +1856,6 @@ module Aws::ManagedBlockchain
2220
1856
  # Configuration properties relevant to the network for the blockchain
2221
1857
  # framework that the network uses.
2222
1858
  #
2223
- # @note When making an API call, you may pass NetworkFrameworkConfiguration
2224
- # data as a hash:
2225
- #
2226
- # {
2227
- # fabric: {
2228
- # edition: "STARTER", # required, accepts STARTER, STANDARD
2229
- # },
2230
- # }
2231
- #
2232
1859
  # @!attribute [rw] fabric
2233
1860
  # Hyperledger Fabric configuration properties for a Managed Blockchain
2234
1861
  # network that uses Hyperledger Fabric.
@@ -2444,29 +2071,6 @@ module Aws::ManagedBlockchain
2444
2071
 
2445
2072
  # Configuration properties of a node.
2446
2073
  #
2447
- # @note When making an API call, you may pass NodeConfiguration
2448
- # data as a hash:
2449
- #
2450
- # {
2451
- # instance_type: "InstanceTypeString", # required
2452
- # availability_zone: "AvailabilityZoneString",
2453
- # log_publishing_configuration: {
2454
- # fabric: {
2455
- # chaincode_logs: {
2456
- # cloudwatch: {
2457
- # enabled: false,
2458
- # },
2459
- # },
2460
- # peer_logs: {
2461
- # cloudwatch: {
2462
- # enabled: false,
2463
- # },
2464
- # },
2465
- # },
2466
- # },
2467
- # state_db: "LevelDB", # accepts LevelDB, CouchDB
2468
- # }
2469
- #
2470
2074
  # @!attribute [rw] instance_type
2471
2075
  # The Amazon Managed Blockchain instance type for the node.
2472
2076
  # @return [String]
@@ -2560,22 +2164,6 @@ module Aws::ManagedBlockchain
2560
2164
  # Configuration properties for logging events associated with a peer
2561
2165
  # node owned by a member in a Managed Blockchain network.
2562
2166
  #
2563
- # @note When making an API call, you may pass NodeFabricLogPublishingConfiguration
2564
- # data as a hash:
2565
- #
2566
- # {
2567
- # chaincode_logs: {
2568
- # cloudwatch: {
2569
- # enabled: false,
2570
- # },
2571
- # },
2572
- # peer_logs: {
2573
- # cloudwatch: {
2574
- # enabled: false,
2575
- # },
2576
- # },
2577
- # }
2578
- #
2579
2167
  # @!attribute [rw] chaincode_logs
2580
2168
  # Configuration properties for logging events associated with
2581
2169
  # chaincode execution on a peer node. Chaincode logs contain the
@@ -2626,24 +2214,6 @@ module Aws::ManagedBlockchain
2626
2214
  # Configuration properties for logging events associated with a peer
2627
2215
  # node on a Hyperledger Fabric network on Managed Blockchain.
2628
2216
  #
2629
- # @note When making an API call, you may pass NodeLogPublishingConfiguration
2630
- # data as a hash:
2631
- #
2632
- # {
2633
- # fabric: {
2634
- # chaincode_logs: {
2635
- # cloudwatch: {
2636
- # enabled: false,
2637
- # },
2638
- # },
2639
- # peer_logs: {
2640
- # cloudwatch: {
2641
- # enabled: false,
2642
- # },
2643
- # },
2644
- # },
2645
- # }
2646
- #
2647
2217
  # @!attribute [rw] fabric
2648
2218
  # Configuration properties for logging events associated with a node
2649
2219
  # that is owned by a member of a Managed Blockchain network using the
@@ -2832,22 +2402,6 @@ module Aws::ManagedBlockchain
2832
2402
  #
2833
2403
  # Applies only to Hyperledger Fabric.
2834
2404
  #
2835
- # @note When making an API call, you may pass ProposalActions
2836
- # data as a hash:
2837
- #
2838
- # {
2839
- # invitations: [
2840
- # {
2841
- # principal: "PrincipalString", # required
2842
- # },
2843
- # ],
2844
- # removals: [
2845
- # {
2846
- # member_id: "ResourceIdString", # required
2847
- # },
2848
- # ],
2849
- # }
2850
- #
2851
2405
  # @!attribute [rw] invitations
2852
2406
  # The actions to perform for an `APPROVED` proposal to invite an
2853
2407
  # Amazon Web Services account to create a member and join the network.
@@ -2949,13 +2503,6 @@ module Aws::ManagedBlockchain
2949
2503
  include Aws::Structure
2950
2504
  end
2951
2505
 
2952
- # @note When making an API call, you may pass RejectInvitationInput
2953
- # data as a hash:
2954
- #
2955
- # {
2956
- # invitation_id: "ResourceIdString", # required
2957
- # }
2958
- #
2959
2506
  # @!attribute [rw] invitation_id
2960
2507
  # The unique identifier of the invitation to reject.
2961
2508
  # @return [String]
@@ -2978,13 +2525,6 @@ module Aws::ManagedBlockchain
2978
2525
  #
2979
2526
  # Applies only to Hyperledger Fabric.
2980
2527
  #
2981
- # @note When making an API call, you may pass RemoveAction
2982
- # data as a hash:
2983
- #
2984
- # {
2985
- # member_id: "ResourceIdString", # required
2986
- # }
2987
- #
2988
2528
  # @!attribute [rw] member_id
2989
2529
  # The unique identifier of the member to remove.
2990
2530
  # @return [String]
@@ -3059,16 +2599,6 @@ module Aws::ManagedBlockchain
3059
2599
  include Aws::Structure
3060
2600
  end
3061
2601
 
3062
- # @note When making an API call, you may pass TagResourceRequest
3063
- # data as a hash:
3064
- #
3065
- # {
3066
- # resource_arn: "ArnString", # required
3067
- # tags: { # required
3068
- # "TagKey" => "TagValue",
3069
- # },
3070
- # }
3071
- #
3072
2602
  # @!attribute [rw] resource_arn
3073
2603
  # The Amazon Resource Name (ARN) of the resource. For more information
3074
2604
  # about ARNs and their format, see [Amazon Resource Names (ARNs)][1]
@@ -3123,14 +2653,6 @@ module Aws::ManagedBlockchain
3123
2653
  include Aws::Structure
3124
2654
  end
3125
2655
 
3126
- # @note When making an API call, you may pass UntagResourceRequest
3127
- # data as a hash:
3128
- #
3129
- # {
3130
- # resource_arn: "ArnString", # required
3131
- # tag_keys: ["TagKey"], # required
3132
- # }
3133
- #
3134
2656
  # @!attribute [rw] resource_arn
3135
2657
  # The Amazon Resource Name (ARN) of the resource. For more information
3136
2658
  # about ARNs and their format, see [Amazon Resource Names (ARNs)][1]
@@ -3158,23 +2680,6 @@ module Aws::ManagedBlockchain
3158
2680
  #
3159
2681
  class UntagResourceResponse < Aws::EmptyStructure; end
3160
2682
 
3161
- # @note When making an API call, you may pass UpdateMemberInput
3162
- # data as a hash:
3163
- #
3164
- # {
3165
- # network_id: "ResourceIdString", # required
3166
- # member_id: "ResourceIdString", # required
3167
- # log_publishing_configuration: {
3168
- # fabric: {
3169
- # ca_logs: {
3170
- # cloudwatch: {
3171
- # enabled: false,
3172
- # },
3173
- # },
3174
- # },
3175
- # },
3176
- # }
3177
- #
3178
2683
  # @!attribute [rw] network_id
3179
2684
  # The unique identifier of the Managed Blockchain network to which the
3180
2685
  # member belongs.
@@ -3202,29 +2707,6 @@ module Aws::ManagedBlockchain
3202
2707
  #
3203
2708
  class UpdateMemberOutput < Aws::EmptyStructure; end
3204
2709
 
3205
- # @note When making an API call, you may pass UpdateNodeInput
3206
- # data as a hash:
3207
- #
3208
- # {
3209
- # network_id: "ResourceIdString", # required
3210
- # member_id: "ResourceIdString",
3211
- # node_id: "ResourceIdString", # required
3212
- # log_publishing_configuration: {
3213
- # fabric: {
3214
- # chaincode_logs: {
3215
- # cloudwatch: {
3216
- # enabled: false,
3217
- # },
3218
- # },
3219
- # peer_logs: {
3220
- # cloudwatch: {
3221
- # enabled: false,
3222
- # },
3223
- # },
3224
- # },
3225
- # },
3226
- # }
3227
- #
3228
2710
  # @!attribute [rw] network_id
3229
2711
  # The unique identifier of the network that the node is on.
3230
2712
  # @return [String]
@@ -3258,16 +2740,6 @@ module Aws::ManagedBlockchain
3258
2740
  #
3259
2741
  class UpdateNodeOutput < Aws::EmptyStructure; end
3260
2742
 
3261
- # @note When making an API call, you may pass VoteOnProposalInput
3262
- # data as a hash:
3263
- #
3264
- # {
3265
- # network_id: "ResourceIdString", # required
3266
- # proposal_id: "ResourceIdString", # required
3267
- # voter_member_id: "ResourceIdString", # required
3268
- # vote: "YES", # required, accepts YES, NO
3269
- # }
3270
- #
3271
2743
  # @!attribute [rw] network_id
3272
2744
  # The unique identifier of the network.
3273
2745
  # @return [String]
@@ -3329,17 +2801,6 @@ module Aws::ManagedBlockchain
3329
2801
  #
3330
2802
  # Applies only to Hyperledger Fabric.
3331
2803
  #
3332
- # @note When making an API call, you may pass VotingPolicy
3333
- # data as a hash:
3334
- #
3335
- # {
3336
- # approval_threshold_policy: {
3337
- # threshold_percentage: 1,
3338
- # proposal_duration_in_hours: 1,
3339
- # threshold_comparator: "GREATER_THAN", # accepts GREATER_THAN, GREATER_THAN_OR_EQUAL_TO
3340
- # },
3341
- # }
3342
- #
3343
2804
  # @!attribute [rw] approval_threshold_policy
3344
2805
  # Defines the rules for the network for voting on proposals, such as
3345
2806
  # the percentage of `YES` votes required for the proposal to be