aws-sdk-managedblockchain 1.9.0 → 1.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/aws-sdk-managedblockchain.rb +4 -2
- data/lib/aws-sdk-managedblockchain/client.rb +30 -11
- data/lib/aws-sdk-managedblockchain/client_api.rb +2 -0
- data/lib/aws-sdk-managedblockchain/errors.rb +2 -0
- data/lib/aws-sdk-managedblockchain/resource.rb +2 -0
- data/lib/aws-sdk-managedblockchain/types.rb +75 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 71c261603492467b196f7d595ed490442ed0f6cd3477c544bafb8b0a2b001970
|
4
|
+
data.tar.gz: 1fd38d07e0aef710cc1fda515b40d651c59b30cf1bc64cfc8b732199e3097e6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72e47ed4f01285ec9a3c38085195d657e28b62cf733a2defbd363da76cba1dda39824a316ada9a4fa3b289d776be632e5d34985a3e4675a7ef7e563efbf9388c
|
7
|
+
data.tar.gz: b19d9b6857efb75d98f68caa0ddcaf4c4160849cb3e16eb83ad6bfa0f6224e7c7f045b3b1d9aa0bc9db44c75292e52625f044ce3b5ba7a1926601930b99b5dea
|
@@ -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:
|
@@ -42,9 +44,9 @@ require_relative 'aws-sdk-managedblockchain/customizations'
|
|
42
44
|
#
|
43
45
|
# See {Errors} for more information.
|
44
46
|
#
|
45
|
-
#
|
47
|
+
# @!group service
|
46
48
|
module Aws::ManagedBlockchain
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.14.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:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
29
32
|
|
@@ -69,6 +72,7 @@ module Aws::ManagedBlockchain
|
|
69
72
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
71
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
72
76
|
add_plugin(Aws::Plugins::SignatureV4)
|
73
77
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
74
78
|
|
@@ -81,13 +85,28 @@ module Aws::ManagedBlockchain
|
|
81
85
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
82
86
|
# credentials.
|
83
87
|
#
|
88
|
+
# * `Aws::SharedCredentials` - Used for loading static credentials from a
|
89
|
+
# shared file, such as `~/.aws/config`.
|
90
|
+
#
|
91
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
92
|
+
#
|
93
|
+
# * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
|
94
|
+
# assume a role after providing credentials via the web.
|
95
|
+
#
|
96
|
+
# * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
|
97
|
+
# access token generated from `aws login`.
|
98
|
+
#
|
99
|
+
# * `Aws::ProcessCredentials` - Used for loading credentials from a
|
100
|
+
# process that outputs to stdout.
|
101
|
+
#
|
84
102
|
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
85
103
|
# from an EC2 IMDS on an EC2 instance.
|
86
104
|
#
|
87
|
-
# * `Aws::
|
88
|
-
#
|
105
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
106
|
+
# instances running in ECS.
|
89
107
|
#
|
90
|
-
# * `Aws::
|
108
|
+
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
109
|
+
# from the Cognito Identity service.
|
91
110
|
#
|
92
111
|
# When `:credentials` are not configured directly, the following
|
93
112
|
# locations will be searched for credentials:
|
@@ -97,15 +116,15 @@ module Aws::ManagedBlockchain
|
|
97
116
|
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
98
117
|
# * `~/.aws/credentials`
|
99
118
|
# * `~/.aws/config`
|
100
|
-
# * EC2 IMDS instance profile - When used by default, the timeouts
|
101
|
-
# very aggressive. Construct and pass an instance of
|
102
|
-
# `Aws::InstanceProfileCredentails`
|
103
|
-
# timeouts.
|
119
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
|
+
# are very aggressive. Construct and pass an instance of
|
121
|
+
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
+
# enable retries and extended timeouts.
|
104
123
|
#
|
105
124
|
# @option options [required, String] :region
|
106
125
|
# The AWS region to connect to. The configured `:region` is
|
107
126
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
127
|
+
# a default `:region` is searched for in the following locations:
|
109
128
|
#
|
110
129
|
# * `Aws.config[:region]`
|
111
130
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +180,7 @@ module Aws::ManagedBlockchain
|
|
161
180
|
# @option options [String] :endpoint
|
162
181
|
# The client endpoint is normally constructed from the `:region`
|
163
182
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
183
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
184
|
#
|
166
185
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
186
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -176,7 +195,7 @@ module Aws::ManagedBlockchain
|
|
176
195
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
196
|
#
|
178
197
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
198
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
199
|
#
|
181
200
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
201
|
# The log formatter.
|
@@ -1322,7 +1341,7 @@ module Aws::ManagedBlockchain
|
|
1322
1341
|
params: params,
|
1323
1342
|
config: config)
|
1324
1343
|
context[:gem_name] = 'aws-sdk-managedblockchain'
|
1325
|
-
context[:gem_version] = '1.
|
1344
|
+
context[:gem_version] = '1.14.0'
|
1326
1345
|
Seahorse::Client::Request.new(handlers, context)
|
1327
1346
|
end
|
1328
1347
|
|
@@ -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.
|
4
|
+
version: 1.14.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-
|
11
|
+
date: 2020-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.99.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.99.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
81
|
version: '0'
|
82
82
|
requirements: []
|
83
83
|
rubyforge_project:
|
84
|
-
rubygems_version: 2.
|
84
|
+
rubygems_version: 2.7.6.2
|
85
85
|
signing_key:
|
86
86
|
specification_version: 4
|
87
87
|
summary: AWS SDK for Ruby - ManagedBlockchain
|