aws-sdk-managedblockchain 1.12.1 → 1.13.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 217d9028518df08e93b5ed7a6e8d71b022582f5ed619a7569dd166a61f3d6995
4
- data.tar.gz: 42e7219e53b6c8d0fb2500e6875ddae270ceddf602c515c72a6e92dbc4550e70
3
+ metadata.gz: 44766fe13708635539460e640696cc62be7a9d044593b83c66d4486f29bd5b1e
4
+ data.tar.gz: b659c0a97d01513ed7b66b90478c61d08d326a2230d9dd6fb139459dd4eed334
5
5
  SHA512:
6
- metadata.gz: e6230e351192d3619c6a0a18b07290a6d91ae0d5b057234c4b2d43cb39fd85dbcf51b1a85e953637fd6cf7cfa0c043a7978ad56abad0249fbe849a10c1a59baf
7
- data.tar.gz: 27853d184c5d50ed0a6e2b899cbd3bf131e182a104e6748e08d82eb3268fec04ddf399b899fef228fdae6b6ec6ad3fcf588801a2bed1d376808e76de5b9f5dda
6
+ metadata.gz: 43884aa12159a7019e0202770b585d647a35874e8f98bef191b5b2d1857cd0fd531fb6165b0df398e532581cb8650f5d4a3a756354d4d4a7fe87684c7891a75b
7
+ data.tar.gz: 7ccc56aeb15cc9155edcdf58f98aef27f901cd62069ad568733d52624a4a435ae41cec3c0e92cdf1d385d0f30473c2500d20b19733f671512b1bb621a155a255
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-managedblockchain/customizations'
45
47
  # @service
46
48
  module Aws::ManagedBlockchain
47
49
 
48
- GEM_VERSION = '1.12.1'
50
+ GEM_VERSION = '1.13.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1324,7 +1326,7 @@ module Aws::ManagedBlockchain
1324
1326
  params: params,
1325
1327
  config: config)
1326
1328
  context[:gem_name] = 'aws-sdk-managedblockchain'
1327
- context[:gem_version] = '1.12.1'
1329
+ context[:gem_version] = '1.13.0'
1328
1330
  Seahorse::Client::Request.new(handlers, context)
1329
1331
  end
1330
1332
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -59,6 +61,7 @@ module Aws::ManagedBlockchain
59
61
  :threshold_percentage,
60
62
  :proposal_duration_in_hours,
61
63
  :threshold_comparator)
64
+ SENSITIVE = []
62
65
  include Aws::Structure
63
66
  end
64
67
 
@@ -121,6 +124,7 @@ module Aws::ManagedBlockchain
121
124
  :invitation_id,
122
125
  :network_id,
123
126
  :member_configuration)
127
+ SENSITIVE = []
124
128
  include Aws::Structure
125
129
  end
126
130
 
@@ -132,6 +136,7 @@ module Aws::ManagedBlockchain
132
136
  #
133
137
  class CreateMemberOutput < Struct.new(
134
138
  :member_id)
139
+ SENSITIVE = []
135
140
  include Aws::Structure
136
141
  end
137
142
 
@@ -229,6 +234,7 @@ module Aws::ManagedBlockchain
229
234
  :framework_configuration,
230
235
  :voting_policy,
231
236
  :member_configuration)
237
+ SENSITIVE = []
232
238
  include Aws::Structure
233
239
  end
234
240
 
@@ -245,6 +251,7 @@ module Aws::ManagedBlockchain
245
251
  class CreateNetworkOutput < Struct.new(
246
252
  :network_id,
247
253
  :member_id)
254
+ SENSITIVE = []
248
255
  include Aws::Structure
249
256
  end
250
257
 
@@ -305,6 +312,7 @@ module Aws::ManagedBlockchain
305
312
  :network_id,
306
313
  :member_id,
307
314
  :node_configuration)
315
+ SENSITIVE = []
308
316
  include Aws::Structure
309
317
  end
310
318
 
@@ -316,6 +324,7 @@ module Aws::ManagedBlockchain
316
324
  #
317
325
  class CreateNodeOutput < Struct.new(
318
326
  :node_id)
327
+ SENSITIVE = []
319
328
  include Aws::Structure
320
329
  end
321
330
 
@@ -383,6 +392,7 @@ module Aws::ManagedBlockchain
383
392
  :member_id,
384
393
  :actions,
385
394
  :description)
395
+ SENSITIVE = []
386
396
  include Aws::Structure
387
397
  end
388
398
 
@@ -394,6 +404,7 @@ module Aws::ManagedBlockchain
394
404
  #
395
405
  class CreateProposalOutput < Struct.new(
396
406
  :proposal_id)
407
+ SENSITIVE = []
397
408
  include Aws::Structure
398
409
  end
399
410
 
@@ -419,6 +430,7 @@ module Aws::ManagedBlockchain
419
430
  class DeleteMemberInput < Struct.new(
420
431
  :network_id,
421
432
  :member_id)
433
+ SENSITIVE = []
422
434
  include Aws::Structure
423
435
  end
424
436
 
@@ -453,6 +465,7 @@ module Aws::ManagedBlockchain
453
465
  :network_id,
454
466
  :member_id,
455
467
  :node_id)
468
+ SENSITIVE = []
456
469
  include Aws::Structure
457
470
  end
458
471
 
@@ -481,6 +494,7 @@ module Aws::ManagedBlockchain
481
494
  class GetMemberInput < Struct.new(
482
495
  :network_id,
483
496
  :member_id)
497
+ SENSITIVE = []
484
498
  include Aws::Structure
485
499
  end
486
500
 
@@ -492,6 +506,7 @@ module Aws::ManagedBlockchain
492
506
  #
493
507
  class GetMemberOutput < Struct.new(
494
508
  :member)
509
+ SENSITIVE = []
495
510
  include Aws::Structure
496
511
  end
497
512
 
@@ -510,6 +525,7 @@ module Aws::ManagedBlockchain
510
525
  #
511
526
  class GetNetworkInput < Struct.new(
512
527
  :network_id)
528
+ SENSITIVE = []
513
529
  include Aws::Structure
514
530
  end
515
531
 
@@ -521,6 +537,7 @@ module Aws::ManagedBlockchain
521
537
  #
522
538
  class GetNetworkOutput < Struct.new(
523
539
  :network)
540
+ SENSITIVE = []
524
541
  include Aws::Structure
525
542
  end
526
543
 
@@ -551,6 +568,7 @@ module Aws::ManagedBlockchain
551
568
  :network_id,
552
569
  :member_id,
553
570
  :node_id)
571
+ SENSITIVE = []
554
572
  include Aws::Structure
555
573
  end
556
574
 
@@ -562,6 +580,7 @@ module Aws::ManagedBlockchain
562
580
  #
563
581
  class GetNodeOutput < Struct.new(
564
582
  :node)
583
+ SENSITIVE = []
565
584
  include Aws::Structure
566
585
  end
567
586
 
@@ -586,6 +605,7 @@ module Aws::ManagedBlockchain
586
605
  class GetProposalInput < Struct.new(
587
606
  :network_id,
588
607
  :proposal_id)
608
+ SENSITIVE = []
589
609
  include Aws::Structure
590
610
  end
591
611
 
@@ -597,6 +617,7 @@ module Aws::ManagedBlockchain
597
617
  #
598
618
  class GetProposalOutput < Struct.new(
599
619
  :proposal)
620
+ SENSITIVE = []
600
621
  include Aws::Structure
601
622
  end
602
623
 
@@ -607,6 +628,7 @@ module Aws::ManagedBlockchain
607
628
  #
608
629
  class IllegalActionException < Struct.new(
609
630
  :message)
631
+ SENSITIVE = []
610
632
  include Aws::Structure
611
633
  end
612
634
 
@@ -627,6 +649,7 @@ module Aws::ManagedBlockchain
627
649
  #
628
650
  class InvalidRequestException < Struct.new(
629
651
  :message)
652
+ SENSITIVE = []
630
653
  include Aws::Structure
631
654
  end
632
655
 
@@ -679,6 +702,7 @@ module Aws::ManagedBlockchain
679
702
  :expiration_date,
680
703
  :status,
681
704
  :network_summary)
705
+ SENSITIVE = []
682
706
  include Aws::Structure
683
707
  end
684
708
 
@@ -701,6 +725,7 @@ module Aws::ManagedBlockchain
701
725
  #
702
726
  class InviteAction < Struct.new(
703
727
  :principal)
728
+ SENSITIVE = []
704
729
  include Aws::Structure
705
730
  end
706
731
 
@@ -726,6 +751,7 @@ module Aws::ManagedBlockchain
726
751
  class ListInvitationsInput < Struct.new(
727
752
  :max_results,
728
753
  :next_token)
754
+ SENSITIVE = []
729
755
  include Aws::Structure
730
756
  end
731
757
 
@@ -743,6 +769,7 @@ module Aws::ManagedBlockchain
743
769
  class ListInvitationsOutput < Struct.new(
744
770
  :invitations,
745
771
  :next_token)
772
+ SENSITIVE = []
746
773
  include Aws::Structure
747
774
  end
748
775
 
@@ -796,6 +823,7 @@ module Aws::ManagedBlockchain
796
823
  :is_owned,
797
824
  :max_results,
798
825
  :next_token)
826
+ SENSITIVE = []
799
827
  include Aws::Structure
800
828
  end
801
829
 
@@ -814,6 +842,7 @@ module Aws::ManagedBlockchain
814
842
  class ListMembersOutput < Struct.new(
815
843
  :members,
816
844
  :next_token)
845
+ SENSITIVE = []
817
846
  include Aws::Structure
818
847
  end
819
848
 
@@ -859,6 +888,7 @@ module Aws::ManagedBlockchain
859
888
  :status,
860
889
  :max_results,
861
890
  :next_token)
891
+ SENSITIVE = []
862
892
  include Aws::Structure
863
893
  end
864
894
 
@@ -877,6 +907,7 @@ module Aws::ManagedBlockchain
877
907
  class ListNetworksOutput < Struct.new(
878
908
  :networks,
879
909
  :next_token)
910
+ SENSITIVE = []
880
911
  include Aws::Structure
881
912
  end
882
913
 
@@ -921,6 +952,7 @@ module Aws::ManagedBlockchain
921
952
  :status,
922
953
  :max_results,
923
954
  :next_token)
955
+ SENSITIVE = []
924
956
  include Aws::Structure
925
957
  end
926
958
 
@@ -939,6 +971,7 @@ module Aws::ManagedBlockchain
939
971
  class ListNodesOutput < Struct.new(
940
972
  :nodes,
941
973
  :next_token)
974
+ SENSITIVE = []
942
975
  include Aws::Structure
943
976
  end
944
977
 
@@ -976,6 +1009,7 @@ module Aws::ManagedBlockchain
976
1009
  :proposal_id,
977
1010
  :max_results,
978
1011
  :next_token)
1012
+ SENSITIVE = []
979
1013
  include Aws::Structure
980
1014
  end
981
1015
 
@@ -993,6 +1027,7 @@ module Aws::ManagedBlockchain
993
1027
  class ListProposalVotesOutput < Struct.new(
994
1028
  :proposal_votes,
995
1029
  :next_token)
1030
+ SENSITIVE = []
996
1031
  include Aws::Structure
997
1032
  end
998
1033
 
@@ -1024,6 +1059,7 @@ module Aws::ManagedBlockchain
1024
1059
  :network_id,
1025
1060
  :max_results,
1026
1061
  :next_token)
1062
+ SENSITIVE = []
1027
1063
  include Aws::Structure
1028
1064
  end
1029
1065
 
@@ -1041,6 +1077,7 @@ module Aws::ManagedBlockchain
1041
1077
  class ListProposalsOutput < Struct.new(
1042
1078
  :proposals,
1043
1079
  :next_token)
1080
+ SENSITIVE = []
1044
1081
  include Aws::Structure
1045
1082
  end
1046
1083
 
@@ -1061,6 +1098,7 @@ module Aws::ManagedBlockchain
1061
1098
  #
1062
1099
  class LogConfiguration < Struct.new(
1063
1100
  :enabled)
1101
+ SENSITIVE = []
1064
1102
  include Aws::Structure
1065
1103
  end
1066
1104
 
@@ -1083,6 +1121,7 @@ module Aws::ManagedBlockchain
1083
1121
  #
1084
1122
  class LogConfigurations < Struct.new(
1085
1123
  :cloudwatch)
1124
+ SENSITIVE = []
1086
1125
  include Aws::Structure
1087
1126
  end
1088
1127
 
@@ -1152,6 +1191,7 @@ module Aws::ManagedBlockchain
1152
1191
  :log_publishing_configuration,
1153
1192
  :status,
1154
1193
  :creation_date)
1194
+ SENSITIVE = []
1155
1195
  include Aws::Structure
1156
1196
  end
1157
1197
 
@@ -1203,6 +1243,7 @@ module Aws::ManagedBlockchain
1203
1243
  :description,
1204
1244
  :framework_configuration,
1205
1245
  :log_publishing_configuration)
1246
+ SENSITIVE = []
1206
1247
  include Aws::Structure
1207
1248
  end
1208
1249
 
@@ -1222,6 +1263,7 @@ module Aws::ManagedBlockchain
1222
1263
  class MemberFabricAttributes < Struct.new(
1223
1264
  :admin_username,
1224
1265
  :ca_endpoint)
1266
+ SENSITIVE = []
1225
1267
  include Aws::Structure
1226
1268
  end
1227
1269
 
@@ -1254,6 +1296,7 @@ module Aws::ManagedBlockchain
1254
1296
  class MemberFabricConfiguration < Struct.new(
1255
1297
  :admin_username,
1256
1298
  :admin_password)
1299
+ SENSITIVE = [:admin_password]
1257
1300
  include Aws::Structure
1258
1301
  end
1259
1302
 
@@ -1283,6 +1326,7 @@ module Aws::ManagedBlockchain
1283
1326
  #
1284
1327
  class MemberFabricLogPublishingConfiguration < Struct.new(
1285
1328
  :ca_logs)
1329
+ SENSITIVE = []
1286
1330
  include Aws::Structure
1287
1331
  end
1288
1332
 
@@ -1298,6 +1342,7 @@ module Aws::ManagedBlockchain
1298
1342
  #
1299
1343
  class MemberFrameworkAttributes < Struct.new(
1300
1344
  :fabric)
1345
+ SENSITIVE = []
1301
1346
  include Aws::Structure
1302
1347
  end
1303
1348
 
@@ -1323,6 +1368,7 @@ module Aws::ManagedBlockchain
1323
1368
  #
1324
1369
  class MemberFrameworkConfiguration < Struct.new(
1325
1370
  :fabric)
1371
+ SENSITIVE = []
1326
1372
  include Aws::Structure
1327
1373
  end
1328
1374
 
@@ -1352,6 +1398,7 @@ module Aws::ManagedBlockchain
1352
1398
  #
1353
1399
  class MemberLogPublishingConfiguration < Struct.new(
1354
1400
  :fabric)
1401
+ SENSITIVE = []
1355
1402
  include Aws::Structure
1356
1403
  end
1357
1404
 
@@ -1410,6 +1457,7 @@ module Aws::ManagedBlockchain
1410
1457
  :status,
1411
1458
  :creation_date,
1412
1459
  :is_owned)
1460
+ SENSITIVE = []
1413
1461
  include Aws::Structure
1414
1462
  end
1415
1463
 
@@ -1471,6 +1519,7 @@ module Aws::ManagedBlockchain
1471
1519
  :voting_policy,
1472
1520
  :status,
1473
1521
  :creation_date)
1522
+ SENSITIVE = []
1474
1523
  include Aws::Structure
1475
1524
  end
1476
1525
 
@@ -1495,6 +1544,7 @@ module Aws::ManagedBlockchain
1495
1544
  class NetworkFabricAttributes < Struct.new(
1496
1545
  :ordering_service_endpoint,
1497
1546
  :edition)
1547
+ SENSITIVE = []
1498
1548
  include Aws::Structure
1499
1549
  end
1500
1550
 
@@ -1520,6 +1570,7 @@ module Aws::ManagedBlockchain
1520
1570
  #
1521
1571
  class NetworkFabricConfiguration < Struct.new(
1522
1572
  :edition)
1573
+ SENSITIVE = []
1523
1574
  include Aws::Structure
1524
1575
  end
1525
1576
 
@@ -1535,6 +1586,7 @@ module Aws::ManagedBlockchain
1535
1586
  #
1536
1587
  class NetworkFrameworkAttributes < Struct.new(
1537
1588
  :fabric)
1589
+ SENSITIVE = []
1538
1590
  include Aws::Structure
1539
1591
  end
1540
1592
 
@@ -1559,6 +1611,7 @@ module Aws::ManagedBlockchain
1559
1611
  #
1560
1612
  class NetworkFrameworkConfiguration < Struct.new(
1561
1613
  :fabric)
1614
+ SENSITIVE = []
1562
1615
  include Aws::Structure
1563
1616
  end
1564
1617
 
@@ -1602,6 +1655,7 @@ module Aws::ManagedBlockchain
1602
1655
  :framework_version,
1603
1656
  :status,
1604
1657
  :creation_date)
1658
+ SENSITIVE = []
1605
1659
  include Aws::Structure
1606
1660
  end
1607
1661
 
@@ -1654,6 +1708,7 @@ module Aws::ManagedBlockchain
1654
1708
  :log_publishing_configuration,
1655
1709
  :status,
1656
1710
  :creation_date)
1711
+ SENSITIVE = []
1657
1712
  include Aws::Structure
1658
1713
  end
1659
1714
 
@@ -1698,6 +1753,7 @@ module Aws::ManagedBlockchain
1698
1753
  :instance_type,
1699
1754
  :availability_zone,
1700
1755
  :log_publishing_configuration)
1756
+ SENSITIVE = []
1701
1757
  include Aws::Structure
1702
1758
  end
1703
1759
 
@@ -1719,6 +1775,7 @@ module Aws::ManagedBlockchain
1719
1775
  class NodeFabricAttributes < Struct.new(
1720
1776
  :peer_endpoint,
1721
1777
  :peer_event_endpoint)
1778
+ SENSITIVE = []
1722
1779
  include Aws::Structure
1723
1780
  end
1724
1781
 
@@ -1762,6 +1819,7 @@ module Aws::ManagedBlockchain
1762
1819
  class NodeFabricLogPublishingConfiguration < Struct.new(
1763
1820
  :chaincode_logs,
1764
1821
  :peer_logs)
1822
+ SENSITIVE = []
1765
1823
  include Aws::Structure
1766
1824
  end
1767
1825
 
@@ -1777,6 +1835,7 @@ module Aws::ManagedBlockchain
1777
1835
  #
1778
1836
  class NodeFrameworkAttributes < Struct.new(
1779
1837
  :fabric)
1838
+ SENSITIVE = []
1780
1839
  include Aws::Structure
1781
1840
  end
1782
1841
 
@@ -1811,6 +1870,7 @@ module Aws::ManagedBlockchain
1811
1870
  #
1812
1871
  class NodeLogPublishingConfiguration < Struct.new(
1813
1872
  :fabric)
1873
+ SENSITIVE = []
1814
1874
  include Aws::Structure
1815
1875
  end
1816
1876
 
@@ -1844,6 +1904,7 @@ module Aws::ManagedBlockchain
1844
1904
  :creation_date,
1845
1905
  :availability_zone,
1846
1906
  :instance_type)
1907
+ SENSITIVE = []
1847
1908
  include Aws::Structure
1848
1909
  end
1849
1910
 
@@ -1939,6 +2000,7 @@ module Aws::ManagedBlockchain
1939
2000
  :yes_vote_count,
1940
2001
  :no_vote_count,
1941
2002
  :outstanding_vote_count)
2003
+ SENSITIVE = []
1942
2004
  include Aws::Structure
1943
2005
  end
1944
2006
 
@@ -1976,6 +2038,7 @@ module Aws::ManagedBlockchain
1976
2038
  class ProposalActions < Struct.new(
1977
2039
  :invitations,
1978
2040
  :removals)
2041
+ SENSITIVE = []
1979
2042
  include Aws::Structure
1980
2043
  end
1981
2044
 
@@ -2043,6 +2106,7 @@ module Aws::ManagedBlockchain
2043
2106
  :status,
2044
2107
  :creation_date,
2045
2108
  :expiration_date)
2109
+ SENSITIVE = []
2046
2110
  include Aws::Structure
2047
2111
  end
2048
2112
 
@@ -2061,6 +2125,7 @@ module Aws::ManagedBlockchain
2061
2125
  #
2062
2126
  class RejectInvitationInput < Struct.new(
2063
2127
  :invitation_id)
2128
+ SENSITIVE = []
2064
2129
  include Aws::Structure
2065
2130
  end
2066
2131
 
@@ -2087,6 +2152,7 @@ module Aws::ManagedBlockchain
2087
2152
  #
2088
2153
  class RemoveAction < Struct.new(
2089
2154
  :member_id)
2155
+ SENSITIVE = []
2090
2156
  include Aws::Structure
2091
2157
  end
2092
2158
 
@@ -2099,6 +2165,7 @@ module Aws::ManagedBlockchain
2099
2165
  #
2100
2166
  class ResourceAlreadyExistsException < Struct.new(
2101
2167
  :message)
2168
+ SENSITIVE = []
2102
2169
  include Aws::Structure
2103
2170
  end
2104
2171
 
@@ -2113,6 +2180,7 @@ module Aws::ManagedBlockchain
2113
2180
  #
2114
2181
  class ResourceLimitExceededException < Struct.new(
2115
2182
  :message)
2183
+ SENSITIVE = []
2116
2184
  include Aws::Structure
2117
2185
  end
2118
2186
 
@@ -2126,6 +2194,7 @@ module Aws::ManagedBlockchain
2126
2194
  #
2127
2195
  class ResourceNotFoundException < Struct.new(
2128
2196
  :message)
2197
+ SENSITIVE = []
2129
2198
  include Aws::Structure
2130
2199
  end
2131
2200
 
@@ -2139,6 +2208,7 @@ module Aws::ManagedBlockchain
2139
2208
  #
2140
2209
  class ResourceNotReadyException < Struct.new(
2141
2210
  :message)
2211
+ SENSITIVE = []
2142
2212
  include Aws::Structure
2143
2213
  end
2144
2214
 
@@ -2188,6 +2258,7 @@ module Aws::ManagedBlockchain
2188
2258
  :network_id,
2189
2259
  :member_id,
2190
2260
  :log_publishing_configuration)
2261
+ SENSITIVE = []
2191
2262
  include Aws::Structure
2192
2263
  end
2193
2264
 
@@ -2242,6 +2313,7 @@ module Aws::ManagedBlockchain
2242
2313
  :member_id,
2243
2314
  :node_id,
2244
2315
  :log_publishing_configuration)
2316
+ SENSITIVE = []
2245
2317
  include Aws::Structure
2246
2318
  end
2247
2319
 
@@ -2282,6 +2354,7 @@ module Aws::ManagedBlockchain
2282
2354
  :proposal_id,
2283
2355
  :voter_member_id,
2284
2356
  :vote)
2357
+ SENSITIVE = []
2285
2358
  include Aws::Structure
2286
2359
  end
2287
2360
 
@@ -2309,6 +2382,7 @@ module Aws::ManagedBlockchain
2309
2382
  :vote,
2310
2383
  :member_name,
2311
2384
  :member_id)
2385
+ SENSITIVE = []
2312
2386
  include Aws::Structure
2313
2387
  end
2314
2388
 
@@ -2336,6 +2410,7 @@ module Aws::ManagedBlockchain
2336
2410
  #
2337
2411
  class VotingPolicy < Struct.new(
2338
2412
  :approval_threshold_policy)
2413
+ SENSITIVE = []
2339
2414
  include Aws::Structure
2340
2415
  end
2341
2416
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-managedblockchain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.1
4
+ version: 1.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core