aws-sdk-managedblockchain 1.36.0 → 1.37.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: 949e30028dc06e314a8fdead3443245a334ec5837668d10c091dbc4f7bf601ce
4
+ data.tar.gz: 5d100598f32d2bda2a373ef02677c39b95511369823dd3fba4fe30a8e9192761
5
5
  SHA512:
6
- metadata.gz: 5cb8ebc1c7f49cadafa052a2c38a2f08eacdb6fbf34eb15511a451ea6d2b2216b1dd38857f0f02602480f8273b4b668f3793de9071533c9182a654ea0c6c3758
7
- data.tar.gz: 94d8a1491aabf8511288aa170203fe06ecd4a6ea522ba89fd00d153e10feec820263414726e17b341ffb93f169b07153ed78685e41a2ef72e72c8fcc5885e1c4
6
+ metadata.gz: be4cad416c48cd95ce3c81dd4e127b50e3081e6b820001814a2633c047ca162b9730fe0d03a5af8584fa1fb9397cb481236622390af0a18868d60c9f143e244d
7
+ data.tar.gz: 20a10ce2eec9527e028ddb50fc3b7982f34dfd4831d7927039e034bebe7f0e61fd146283add7175ab19c7579992dd05d60e485d879a275adc57e15d4fd5fd2d0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.0 (2023-02-28)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for tagging to the accessor resource in Amazon Managed Blockchain
8
+
4
9
  1.36.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.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
@@ -394,6 +389,23 @@ module Aws::ManagedBlockchain
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
@@ -650,12 +664,11 @@ module Aws::ManagedBlockchain
650
664
  # The properties of a node configuration.
651
665
  #
652
666
  # @option params [Hash<String,String>] :tags
653
- # Tags to assign to the node. Each tag consists of a key and optional
654
- # value.
667
+ # Tags to assign to the node.
655
668
  #
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.
669
+ # Each tag consists of a key and an optional value. You can specify
670
+ # multiple key-value pairs in a single request with an overall maximum
671
+ # of 50 tags allowed per resource.
659
672
  #
660
673
  # For more information about tags, see [Tagging Resources][1] in the
661
674
  # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
@@ -750,13 +763,11 @@ module Aws::ManagedBlockchain
750
763
  # example, "Proposal to add Example Corp. as member."
751
764
  #
752
765
  # @option params [Hash<String,String>] :tags
753
- # Tags to assign to the proposal. Each tag consists of a key and
754
- # optional value.
766
+ # Tags to assign to the proposal.
755
767
  #
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.
768
+ # Each tag consists of a key and an optional value. You can specify
769
+ # multiple key-value pairs in a single request with an overall maximum
770
+ # of 50 tags allowed per resource.
760
771
  #
761
772
  # For more information about tags, see [Tagging Resources][1] in the
762
773
  # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
@@ -809,11 +820,6 @@ module Aws::ManagedBlockchain
809
820
  req.send_request(options)
810
821
  end
811
822
 
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
823
  # Deletes an accessor that your Amazon Web Services account owns. An
818
824
  # accessor object is a container that has the information required for
819
825
  # token based access to your Ethereum nodes including, the
@@ -925,11 +931,6 @@ module Aws::ManagedBlockchain
925
931
  req.send_request(options)
926
932
  end
927
933
 
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
934
  # Returns detailed information about an accessor. An accessor object is
934
935
  # a container that has the information required for token based access
935
936
  # to your Ethereum nodes.
@@ -955,6 +956,8 @@ module Aws::ManagedBlockchain
955
956
  # resp.accessor.status #=> String, one of "AVAILABLE", "PENDING_DELETION", "DELETED"
956
957
  # resp.accessor.creation_date #=> Time
957
958
  # resp.accessor.arn #=> String
959
+ # resp.accessor.tags #=> Hash
960
+ # resp.accessor.tags["TagKey"] #=> String
958
961
  #
959
962
  # @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/GetAccessor AWS API Documentation
960
963
  #
@@ -1166,11 +1169,6 @@ module Aws::ManagedBlockchain
1166
1169
  req.send_request(options)
1167
1170
  end
1168
1171
 
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
1172
  # Returns a list of the accessors and their properties. Accessor objects
1175
1173
  # are containers that have the information required for token based
1176
1174
  # access to your Ethereum nodes.
@@ -1876,7 +1874,7 @@ module Aws::ManagedBlockchain
1876
1874
  params: params,
1877
1875
  config: config)
1878
1876
  context[:gem_name] = 'aws-sdk-managedblockchain'
1879
- context[:gem_version] = '1.36.0'
1877
+ context[:gem_version] = '1.37.0'
1880
1878
  Seahorse::Client::Request.new(handlers, context)
1881
1879
  end
1882
1880
 
@@ -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
@@ -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
@@ -191,11 +196,30 @@ module Aws::ManagedBlockchain
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
@@ -397,12 +420,11 @@ module Aws::ManagedBlockchain
397
420
  # @return [Types::NodeConfiguration]
398
421
  #
399
422
  # @!attribute [rw] tags
400
- # Tags to assign to the node. Each tag consists of a key and optional
401
- # value.
423
+ # Tags to assign to the node.
402
424
  #
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.
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.
406
428
  #
407
429
  # For more information about tags, see [Tagging Resources][1] in the
408
430
  # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
@@ -474,13 +496,11 @@ module Aws::ManagedBlockchain
474
496
  # @return [String]
475
497
  #
476
498
  # @!attribute [rw] tags
477
- # Tags to assign to the proposal. Each tag consists of a key and
478
- # optional value.
499
+ # Tags to assign to the proposal.
479
500
  #
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.
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.
484
504
  #
485
505
  # For more information about tags, see [Tagging Resources][1] in the
486
506
  # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
@@ -1318,13 +1338,17 @@ module Aws::ManagedBlockchain
1318
1338
  #
1319
1339
  # @!attribute [rw] tags
1320
1340
  # 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*.
1341
+ # value.
1324
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*.
1325
1347
  #
1326
1348
  #
1327
- # [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
1328
1352
  # @return [Hash<String,String>]
1329
1353
  #
1330
1354
  # @!attribute [rw] arn
@@ -1394,17 +1418,21 @@ module Aws::ManagedBlockchain
1394
1418
  #
1395
1419
  # @!attribute [rw] tags
1396
1420
  # 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*.
1421
+ # value.
1400
1422
  #
1401
1423
  # When specifying tags during creation, you can specify multiple
1402
1424
  # key-value pairs in a single request, with an overall maximum of 50
1403
1425
  # tags added to each resource.
1404
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*.
1405
1431
  #
1406
1432
  #
1407
- # [1]: https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html
1433
+ #
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
1408
1436
  # @return [Hash<String,String>]
1409
1437
  #
1410
1438
  # @!attribute [rw] kms_key_arn
@@ -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.37.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.37.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-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core