aws-sdk-managedblockchain 1.36.0 → 1.38.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3db259a19b3d53c6cbac239a19f0187d15f0ac884445f23c7b86527fbafb9b3
4
- data.tar.gz: 5869ae788e4a8588f975de6520d94223c0f7b72d0e3817fec43ab6d77ed70bad
3
+ metadata.gz: a644b99d9ec8ad002197c3b4a2ca1ff0141945fc153cfc475957a8c5fbcafeb5
4
+ data.tar.gz: 706010eeac9032a696cd199570b548762a42e58adaea1cb091b01621251a9b15
5
5
  SHA512:
6
- metadata.gz: 5cb8ebc1c7f49cadafa052a2c38a2f08eacdb6fbf34eb15511a451ea6d2b2216b1dd38857f0f02602480f8273b4b668f3793de9071533c9182a654ea0c6c3758
7
- data.tar.gz: 94d8a1491aabf8511288aa170203fe06ecd4a6ea522ba89fd00d153e10feec820263414726e17b341ffb93f169b07153ed78685e41a2ef72e72c8fcc5885e1c4
6
+ metadata.gz: 6e3291b5ce1cd76cd1dffc67dd98aab26d410499ae2d4ab019495e98d5979bf06cf8ca7279c51e8731f87580e1f49c24f1f03a5358e76273985dbdc46f14fbda
7
+ data.tar.gz: b7dc46fa4d478464f89bdb78ff0c616a5c36119d68e37a5d5dc5555f6c256a389ffc086cc39503cede9a3968078dfeac172adc3559aab34201ce1ade8b966c20
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.0 (2023-04-12)
5
+ ------------------
6
+
7
+ * Feature - Removal of the Ropsten network. The Ethereum foundation ceased support of Ropsten on December 31st, 2022..
8
+
9
+ 1.37.0 (2023-02-28)
10
+ ------------------
11
+
12
+ * Feature - This release adds support for tagging to the accessor resource in Amazon Managed Blockchain
13
+
4
14
  1.36.0 (2023-01-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.38.0
@@ -368,14 +368,9 @@ module Aws::ManagedBlockchain
368
368
 
369
369
  # @!group API Operations
370
370
 
371
- # The token based access feature is in preview release for Ethereum on
372
- # Amazon Managed Blockchain and is subject to change. We recommend that
373
- # you use this feature only with test scenarios, and not in production
374
- # environments.
375
- #
376
371
  # Creates a new accessor for use with Managed Blockchain Ethereum nodes.
377
- # An accessor object is a container that has the information required
378
- # for token based access to your Ethereum nodes.
372
+ # An accessor contains information required for token based access to
373
+ # your Ethereum nodes.
379
374
  #
380
375
  # @option params [required, String] :client_request_token
381
376
  # This is a unique, case-sensitive identifier that you provide to ensure
@@ -390,10 +385,27 @@ module Aws::ManagedBlockchain
390
385
  # @option params [required, String] :accessor_type
391
386
  # The type of accessor.
392
387
  #
393
- # <note markdown="1"> Currently accessor type is restricted to `BILLING_TOKEN`.
388
+ # <note markdown="1"> Currently, accessor type is restricted to `BILLING_TOKEN`.
394
389
  #
395
390
  # </note>
396
391
  #
392
+ # @option params [Hash<String,String>] :tags
393
+ # Tags to assign to the Accessor.
394
+ #
395
+ # Each tag consists of a key and an optional value. You can specify
396
+ # multiple key-value pairs in a single request with an overall maximum
397
+ # of 50 tags allowed per resource.
398
+ #
399
+ # For more information about tags, see [Tagging Resources][1] in the
400
+ # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
401
+ # Resources][2] in the *Amazon Managed Blockchain Hyperledger Fabric
402
+ # Developer Guide*.
403
+ #
404
+ #
405
+ #
406
+ # [1]: https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html
407
+ # [2]: https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html
408
+ #
397
409
  # @return [Types::CreateAccessorOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
398
410
  #
399
411
  # * {Types::CreateAccessorOutput#accessor_id #accessor_id} => String
@@ -404,6 +416,9 @@ module Aws::ManagedBlockchain
404
416
  # resp = client.create_accessor({
405
417
  # client_request_token: "ClientRequestTokenString", # required
406
418
  # accessor_type: "BILLING_TOKEN", # required, accepts BILLING_TOKEN
419
+ # tags: {
420
+ # "TagKey" => "TagValue",
421
+ # },
407
422
  # })
408
423
  #
409
424
  # @example Response structure
@@ -530,12 +545,11 @@ module Aws::ManagedBlockchain
530
545
  # Configuration properties for the first member within the network.
531
546
  #
532
547
  # @option params [Hash<String,String>] :tags
533
- # Tags to assign to the network. Each tag consists of a key and optional
534
- # value.
548
+ # Tags to assign to the network.
535
549
  #
536
- # When specifying tags during creation, you can specify multiple
537
- # key-value pairs in a single request, with an overall maximum of 50
538
- # tags added to each resource.
550
+ # Each tag consists of a key and an optional value. You can specify
551
+ # multiple key-value pairs in a single request with an overall maximum
552
+ # of 50 tags allowed per resource.
539
553
  #
540
554
  # For more information about tags, see [Tagging Resources][1] in the
541
555
  # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
@@ -639,8 +653,6 @@ module Aws::ManagedBlockchain
639
653
  #
640
654
  # * `n-ethereum-rinkeby`
641
655
  #
642
- # * `n-ethereum-ropsten`
643
- #
644
656
  # @option params [String] :member_id
645
657
  # The unique identifier of the member that owns this node.
646
658
  #
@@ -650,12 +662,11 @@ module Aws::ManagedBlockchain
650
662
  # The properties of a node configuration.
651
663
  #
652
664
  # @option params [Hash<String,String>] :tags
653
- # Tags to assign to the node. Each tag consists of a key and optional
654
- # value.
665
+ # Tags to assign to the node.
655
666
  #
656
- # When specifying tags during creation, you can specify multiple
657
- # key-value pairs in a single request, with an overall maximum of 50
658
- # tags added to each resource.
667
+ # Each tag consists of a key and an optional value. You can specify
668
+ # multiple key-value pairs in a single request with an overall maximum
669
+ # of 50 tags allowed per resource.
659
670
  #
660
671
  # For more information about tags, see [Tagging Resources][1] in the
661
672
  # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
@@ -750,13 +761,11 @@ module Aws::ManagedBlockchain
750
761
  # example, "Proposal to add Example Corp. as member."
751
762
  #
752
763
  # @option params [Hash<String,String>] :tags
753
- # Tags to assign to the proposal. Each tag consists of a key and
754
- # optional value.
764
+ # Tags to assign to the proposal.
755
765
  #
756
- # When specifying tags during creation, you can specify multiple
757
- # key-value pairs in a single request, with an overall maximum of 50
758
- # tags added to each resource. If the proposal is for a network
759
- # invitation, the invitation inherits the tags added to the proposal.
766
+ # Each tag consists of a key and an optional value. You can specify
767
+ # multiple key-value pairs in a single request with an overall maximum
768
+ # of 50 tags allowed per resource.
760
769
  #
761
770
  # For more information about tags, see [Tagging Resources][1] in the
762
771
  # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
@@ -809,11 +818,6 @@ module Aws::ManagedBlockchain
809
818
  req.send_request(options)
810
819
  end
811
820
 
812
- # The token based access feature is in preview release for Ethereum on
813
- # Amazon Managed Blockchain and is subject to change. We recommend that
814
- # you use this feature only with test scenarios, and not in production
815
- # environments.
816
- #
817
821
  # Deletes an accessor that your Amazon Web Services account owns. An
818
822
  # accessor object is a container that has the information required for
819
823
  # token based access to your Ethereum nodes including, the
@@ -895,8 +899,6 @@ module Aws::ManagedBlockchain
895
899
  #
896
900
  # * `n-ethereum-rinkeby`
897
901
  #
898
- # * `n-ethereum-ropsten`
899
- #
900
902
  # @option params [String] :member_id
901
903
  # The unique identifier of the member that owns this node.
902
904
  #
@@ -925,11 +927,6 @@ module Aws::ManagedBlockchain
925
927
  req.send_request(options)
926
928
  end
927
929
 
928
- # The token based access feature is in preview release for Ethereum on
929
- # Amazon Managed Blockchain and is subject to change. We recommend that
930
- # you use this feature only with test scenarios, and not in production
931
- # environments.
932
- #
933
930
  # Returns detailed information about an accessor. An accessor object is
934
931
  # a container that has the information required for token based access
935
932
  # to your Ethereum nodes.
@@ -955,6 +952,8 @@ module Aws::ManagedBlockchain
955
952
  # resp.accessor.status #=> String, one of "AVAILABLE", "PENDING_DELETION", "DELETED"
956
953
  # resp.accessor.creation_date #=> Time
957
954
  # resp.accessor.arn #=> String
955
+ # resp.accessor.tags #=> Hash
956
+ # resp.accessor.tags["TagKey"] #=> String
958
957
  #
959
958
  # @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/GetAccessor AWS API Documentation
960
959
  #
@@ -1166,11 +1165,6 @@ module Aws::ManagedBlockchain
1166
1165
  req.send_request(options)
1167
1166
  end
1168
1167
 
1169
- # The token based access feature is in preview release for Ethereum on
1170
- # Amazon Managed Blockchain and is subject to change. We recommend that
1171
- # you use this feature only with test scenarios, and not in production
1172
- # environments.
1173
- #
1174
1168
  # Returns a list of the accessors and their properties. Accessor objects
1175
1169
  # are containers that have the information required for token based
1176
1170
  # access to your Ethereum nodes.
@@ -1876,7 +1870,7 @@ module Aws::ManagedBlockchain
1876
1870
  params: params,
1877
1871
  config: config)
1878
1872
  context[:gem_name] = 'aws-sdk-managedblockchain'
1879
- context[:gem_version] = '1.36.0'
1873
+ context[:gem_version] = '1.38.0'
1880
1874
  Seahorse::Client::Request.new(handlers, context)
1881
1875
  end
1882
1876
 
@@ -177,6 +177,7 @@ module Aws::ManagedBlockchain
177
177
  Accessor.add_member(:status, Shapes::ShapeRef.new(shape: AccessorStatus, location_name: "Status"))
178
178
  Accessor.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationDate"))
179
179
  Accessor.add_member(:arn, Shapes::ShapeRef.new(shape: ArnString, location_name: "Arn"))
180
+ Accessor.add_member(:tags, Shapes::ShapeRef.new(shape: OutputTagMap, location_name: "Tags"))
180
181
  Accessor.struct_class = Types::Accessor
181
182
 
182
183
  AccessorSummary.add_member(:id, Shapes::ShapeRef.new(shape: ResourceIdString, location_name: "Id"))
@@ -195,6 +196,7 @@ module Aws::ManagedBlockchain
195
196
 
196
197
  CreateAccessorInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestTokenString, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
197
198
  CreateAccessorInput.add_member(:accessor_type, Shapes::ShapeRef.new(shape: AccessorType, required: true, location_name: "AccessorType"))
199
+ CreateAccessorInput.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagMap, location_name: "Tags"))
198
200
  CreateAccessorInput.struct_class = Types::CreateAccessorInput
199
201
 
200
202
  CreateAccessorOutput.add_member(:accessor_id, Shapes::ShapeRef.new(shape: ResourceIdString, location_name: "AccessorId"))
@@ -692,6 +694,7 @@ module Aws::ManagedBlockchain
692
694
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
693
695
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
694
696
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
697
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
695
698
  end)
696
699
 
697
700
  api.add_operation(:create_member, Seahorse::Model::Operation.new.tap do |o|
@@ -14,36 +14,39 @@ module Aws::ManagedBlockchain
14
14
  use_dual_stack = parameters.use_dual_stack
15
15
  use_fips = parameters.use_fips
16
16
  endpoint = parameters.endpoint
17
- if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
- if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
19
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
- raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
- end
22
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
- raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
24
- end
25
- return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
26
- end
27
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
28
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
29
- return Aws::Endpoints::Endpoint.new(url: "https://managedblockchain-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
30
- end
31
- raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
32
- end
17
+ if Aws::Endpoints::Matchers.set?(endpoint)
33
18
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
34
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
- return Aws::Endpoints::Endpoint.new(url: "https://managedblockchain-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
36
- end
37
- raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
19
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
38
20
  end
39
21
  if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
40
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
41
- return Aws::Endpoints::Endpoint.new(url: "https://managedblockchain.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
22
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
23
+ end
24
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
25
+ end
26
+ if Aws::Endpoints::Matchers.set?(region)
27
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
28
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
29
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
30
+ return Aws::Endpoints::Endpoint.new(url: "https://managedblockchain-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
31
+ end
32
+ raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
+ end
34
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
+ return Aws::Endpoints::Endpoint.new(url: "https://managedblockchain-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
+ end
38
+ raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
39
+ end
40
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
41
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
42
+ return Aws::Endpoints::Endpoint.new(url: "https://managedblockchain.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
43
+ end
44
+ raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
42
45
  end
43
- raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
46
+ return Aws::Endpoints::Endpoint.new(url: "https://managedblockchain.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
44
47
  end
45
- return Aws::Endpoints::Endpoint.new(url: "https://managedblockchain.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
46
48
  end
49
+ raise ArgumentError, "Invalid Configuration: Missing Region"
47
50
  raise ArgumentError, 'No endpoint could be resolved'
48
51
 
49
52
  end
@@ -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
@@ -37,7 +32,7 @@ module Aws::ManagedBlockchain
37
32
  # @!attribute [rw] type
38
33
  # The type of the accessor.
39
34
  #
40
- # <note markdown="1"> Currently accessor type is restricted to `BILLING_TOKEN`.
35
+ # <note markdown="1"> Currently, accessor type is restricted to `BILLING_TOKEN`.
41
36
  #
42
37
  # </note>
43
38
  # @return [String]
@@ -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
@@ -186,16 +191,35 @@ module Aws::ManagedBlockchain
186
191
  # @!attribute [rw] accessor_type
187
192
  # The type of accessor.
188
193
  #
189
- # <note markdown="1"> Currently accessor type is restricted to `BILLING_TOKEN`.
194
+ # <note markdown="1"> Currently, accessor type is restricted to `BILLING_TOKEN`.
190
195
  #
191
196
  # </note>
192
197
  # @return [String]
193
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
+ #
194
217
  # @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/CreateAccessorInput AWS API Documentation
195
218
  #
196
219
  class CreateAccessorInput < Struct.new(
197
220
  :client_request_token,
198
- :accessor_type)
221
+ :accessor_type,
222
+ :tags)
199
223
  SENSITIVE = []
200
224
  include Aws::Structure
201
225
  end
@@ -310,12 +334,11 @@ module Aws::ManagedBlockchain
310
334
  # @return [Types::MemberConfiguration]
311
335
  #
312
336
  # @!attribute [rw] tags
313
- # Tags to assign to the network. Each tag consists of a key and
314
- # optional value.
337
+ # Tags to assign to the network.
315
338
  #
316
- # When specifying tags during creation, you can specify multiple
317
- # key-value pairs in a single request, with an overall maximum of 50
318
- # 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.
319
342
  #
320
343
  # For more information about tags, see [Tagging Resources][1] in the
321
344
  # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
@@ -382,8 +405,6 @@ module Aws::ManagedBlockchain
382
405
  # * `n-ethereum-goerli`
383
406
  #
384
407
  # * `n-ethereum-rinkeby`
385
- #
386
- # * `n-ethereum-ropsten`
387
408
  # @return [String]
388
409
  #
389
410
  # @!attribute [rw] member_id
@@ -397,12 +418,11 @@ module Aws::ManagedBlockchain
397
418
  # @return [Types::NodeConfiguration]
398
419
  #
399
420
  # @!attribute [rw] tags
400
- # Tags to assign to the node. Each tag consists of a key and optional
401
- # value.
421
+ # Tags to assign to the node.
402
422
  #
403
- # When specifying tags during creation, you can specify multiple
404
- # key-value pairs in a single request, with an overall maximum of 50
405
- # tags added to each resource.
423
+ # Each tag consists of a key and an optional value. You can specify
424
+ # multiple key-value pairs in a single request with an overall maximum
425
+ # of 50 tags allowed per resource.
406
426
  #
407
427
  # For more information about tags, see [Tagging Resources][1] in the
408
428
  # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
@@ -474,13 +494,11 @@ module Aws::ManagedBlockchain
474
494
  # @return [String]
475
495
  #
476
496
  # @!attribute [rw] tags
477
- # Tags to assign to the proposal. Each tag consists of a key and
478
- # optional value.
497
+ # Tags to assign to the proposal.
479
498
  #
480
- # When specifying tags during creation, you can specify multiple
481
- # key-value pairs in a single request, with an overall maximum of 50
482
- # tags added to each resource. If the proposal is for a network
483
- # invitation, the invitation inherits the tags added to the proposal.
499
+ # Each tag consists of a key and an optional value. You can specify
500
+ # multiple key-value pairs in a single request with an overall maximum
501
+ # of 50 tags allowed per resource.
484
502
  #
485
503
  # For more information about tags, see [Tagging Resources][1] in the
486
504
  # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
@@ -566,8 +584,6 @@ module Aws::ManagedBlockchain
566
584
  # * `n-ethereum-goerli`
567
585
  #
568
586
  # * `n-ethereum-rinkeby`
569
- #
570
- # * `n-ethereum-ropsten`
571
587
  # @return [String]
572
588
  #
573
589
  # @!attribute [rw] member_id
@@ -1318,13 +1334,17 @@ module Aws::ManagedBlockchain
1318
1334
  #
1319
1335
  # @!attribute [rw] tags
1320
1336
  # Tags assigned to the member. Tags consist of a key and optional
1321
- # value. For more information about tags, see [Tagging Resources][1]
1322
- # in the *Amazon Managed Blockchain Hyperledger Fabric Developer
1323
- # Guide*.
1337
+ # value.
1338
+ #
1339
+ # For more information about tags, see [Tagging Resources][1] in the
1340
+ # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
1341
+ # Resources][2] in the *Amazon Managed Blockchain Hyperledger Fabric
1342
+ # Developer Guide*.
1324
1343
  #
1325
1344
  #
1326
1345
  #
1327
- # [1]: https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html
1346
+ # [1]: https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html
1347
+ # [2]: https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html
1328
1348
  # @return [Hash<String,String>]
1329
1349
  #
1330
1350
  # @!attribute [rw] arn
@@ -1394,17 +1414,21 @@ module Aws::ManagedBlockchain
1394
1414
  #
1395
1415
  # @!attribute [rw] tags
1396
1416
  # Tags assigned to the member. Tags consist of a key and optional
1397
- # value. For more information about tags, see [Tagging Resources][1]
1398
- # in the *Amazon Managed Blockchain Hyperledger Fabric Developer
1399
- # Guide*.
1417
+ # value.
1400
1418
  #
1401
1419
  # When specifying tags during creation, you can specify multiple
1402
1420
  # key-value pairs in a single request, with an overall maximum of 50
1403
1421
  # tags added to each resource.
1404
1422
  #
1423
+ # For more information about tags, see [Tagging Resources][1] in the
1424
+ # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
1425
+ # Resources][2] in the *Amazon Managed Blockchain Hyperledger Fabric
1426
+ # Developer Guide*.
1427
+ #
1405
1428
  #
1406
1429
  #
1407
- # [1]: https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html
1430
+ # [1]: https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html
1431
+ # [2]: https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html
1408
1432
  # @return [Hash<String,String>]
1409
1433
  #
1410
1434
  # @!attribute [rw] kms_key_arn
@@ -1469,7 +1493,8 @@ module Aws::ManagedBlockchain
1469
1493
  end
1470
1494
 
1471
1495
  # Configuration properties for Hyperledger Fabric for a member in a
1472
- # Managed Blockchain network using the Hyperledger Fabric framework.
1496
+ # Managed Blockchain network that is using the Hyperledger Fabric
1497
+ # framework.
1473
1498
  #
1474
1499
  # @!attribute [rw] admin_username
1475
1500
  # The user name for the member's initial administrative user.
@@ -1477,11 +1502,11 @@ module Aws::ManagedBlockchain
1477
1502
  #
1478
1503
  # @!attribute [rw] admin_password
1479
1504
  # The password for the member's initial administrative user. The
1480
- # `AdminPassword` must be at least eight characters long and no more
1481
- # than 32 characters. It must contain at least one uppercase letter,
1482
- # one lowercase letter, and one digit. It cannot have a single
1483
- # quotation mark (‘), a double quotation marks (“), a forward
1484
- # slash(/), a backward slash(\\), @, or a space.
1505
+ # `AdminPassword` must be at least 8 characters long and no more than
1506
+ # 32 characters. It must contain at least one uppercase letter, one
1507
+ # lowercase letter, and one digit. It cannot have a single quotation
1508
+ # mark (‘), a double quotation marks (“), a forward slash(/), a
1509
+ # backward slash(\\), @, or a space.
1485
1510
  # @return [String]
1486
1511
  #
1487
1512
  # @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/MemberFabricConfiguration AWS API Documentation
@@ -1680,7 +1705,7 @@ module Aws::ManagedBlockchain
1680
1705
  # @return [String]
1681
1706
  #
1682
1707
  # @!attribute [rw] voting_policy
1683
- # The voting rules for the network to decide if a proposal is
1708
+ # The voting rules that the network uses to decide if a proposal is
1684
1709
  # accepted.
1685
1710
  # @return [Types::VotingPolicy]
1686
1711
  #
@@ -1747,8 +1772,6 @@ module Aws::ManagedBlockchain
1747
1772
  # * goerli = `5`
1748
1773
  #
1749
1774
  # * rinkeby = `4`
1750
- #
1751
- # * ropsten = `3`
1752
1775
  # @return [String]
1753
1776
  #
1754
1777
  # @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/NetworkEthereumAttributes AWS API Documentation
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-managedblockchain/customizations'
52
52
  # @!group service
53
53
  module Aws::ManagedBlockchain
54
54
 
55
- GEM_VERSION = '1.36.0'
55
+ GEM_VERSION = '1.38.0'
56
56
 
57
57
  end
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.36.0
4
+ version: 1.38.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: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core