aws-sdk-managedblockchain 1.37.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: 949e30028dc06e314a8fdead3443245a334ec5837668d10c091dbc4f7bf601ce
4
- data.tar.gz: 5d100598f32d2bda2a373ef02677c39b95511369823dd3fba4fe30a8e9192761
3
+ metadata.gz: a644b99d9ec8ad002197c3b4a2ca1ff0141945fc153cfc475957a8c5fbcafeb5
4
+ data.tar.gz: 706010eeac9032a696cd199570b548762a42e58adaea1cb091b01621251a9b15
5
5
  SHA512:
6
- metadata.gz: be4cad416c48cd95ce3c81dd4e127b50e3081e6b820001814a2633c047ca162b9730fe0d03a5af8584fa1fb9397cb481236622390af0a18868d60c9f143e244d
7
- data.tar.gz: 20a10ce2eec9527e028ddb50fc3b7982f34dfd4831d7927039e034bebe7f0e61fd146283add7175ab19c7579992dd05d60e485d879a275adc57e15d4fd5fd2d0
6
+ metadata.gz: 6e3291b5ce1cd76cd1dffc67dd98aab26d410499ae2d4ab019495e98d5979bf06cf8ca7279c51e8731f87580e1f49c24f1f03a5358e76273985dbdc46f14fbda
7
+ data.tar.gz: b7dc46fa4d478464f89bdb78ff0c616a5c36119d68e37a5d5dc5555f6c256a389ffc086cc39503cede9a3968078dfeac172adc3559aab34201ce1ade8b966c20
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.37.0 (2023-02-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.0
@@ -385,7 +385,7 @@ module Aws::ManagedBlockchain
385
385
  # @option params [required, String] :accessor_type
386
386
  # The type of accessor.
387
387
  #
388
- # <note markdown="1"> Currently accessor type is restricted to `BILLING_TOKEN`.
388
+ # <note markdown="1"> Currently, accessor type is restricted to `BILLING_TOKEN`.
389
389
  #
390
390
  # </note>
391
391
  #
@@ -653,8 +653,6 @@ module Aws::ManagedBlockchain
653
653
  #
654
654
  # * `n-ethereum-rinkeby`
655
655
  #
656
- # * `n-ethereum-ropsten`
657
- #
658
656
  # @option params [String] :member_id
659
657
  # The unique identifier of the member that owns this node.
660
658
  #
@@ -901,8 +899,6 @@ module Aws::ManagedBlockchain
901
899
  #
902
900
  # * `n-ethereum-rinkeby`
903
901
  #
904
- # * `n-ethereum-ropsten`
905
- #
906
902
  # @option params [String] :member_id
907
903
  # The unique identifier of the member that owns this node.
908
904
  #
@@ -1874,7 +1870,7 @@ module Aws::ManagedBlockchain
1874
1870
  params: params,
1875
1871
  config: config)
1876
1872
  context[:gem_name] = 'aws-sdk-managedblockchain'
1877
- context[:gem_version] = '1.37.0'
1873
+ context[:gem_version] = '1.38.0'
1878
1874
  Seahorse::Client::Request.new(handlers, context)
1879
1875
  end
1880
1876
 
@@ -32,7 +32,7 @@ module Aws::ManagedBlockchain
32
32
  # @!attribute [rw] type
33
33
  # The type of the accessor.
34
34
  #
35
- # <note markdown="1"> Currently accessor type is restricted to `BILLING_TOKEN`.
35
+ # <note markdown="1"> Currently, accessor type is restricted to `BILLING_TOKEN`.
36
36
  #
37
37
  # </note>
38
38
  # @return [String]
@@ -191,7 +191,7 @@ module Aws::ManagedBlockchain
191
191
  # @!attribute [rw] accessor_type
192
192
  # The type of accessor.
193
193
  #
194
- # <note markdown="1"> Currently accessor type is restricted to `BILLING_TOKEN`.
194
+ # <note markdown="1"> Currently, accessor type is restricted to `BILLING_TOKEN`.
195
195
  #
196
196
  # </note>
197
197
  # @return [String]
@@ -405,8 +405,6 @@ module Aws::ManagedBlockchain
405
405
  # * `n-ethereum-goerli`
406
406
  #
407
407
  # * `n-ethereum-rinkeby`
408
- #
409
- # * `n-ethereum-ropsten`
410
408
  # @return [String]
411
409
  #
412
410
  # @!attribute [rw] member_id
@@ -586,8 +584,6 @@ module Aws::ManagedBlockchain
586
584
  # * `n-ethereum-goerli`
587
585
  #
588
586
  # * `n-ethereum-rinkeby`
589
- #
590
- # * `n-ethereum-ropsten`
591
587
  # @return [String]
592
588
  #
593
589
  # @!attribute [rw] member_id
@@ -1497,7 +1493,8 @@ module Aws::ManagedBlockchain
1497
1493
  end
1498
1494
 
1499
1495
  # Configuration properties for Hyperledger Fabric for a member in a
1500
- # Managed Blockchain network using the Hyperledger Fabric framework.
1496
+ # Managed Blockchain network that is using the Hyperledger Fabric
1497
+ # framework.
1501
1498
  #
1502
1499
  # @!attribute [rw] admin_username
1503
1500
  # The user name for the member's initial administrative user.
@@ -1505,11 +1502,11 @@ module Aws::ManagedBlockchain
1505
1502
  #
1506
1503
  # @!attribute [rw] admin_password
1507
1504
  # The password for the member's initial administrative user. The
1508
- # `AdminPassword` must be at least eight characters long and no more
1509
- # than 32 characters. It must contain at least one uppercase letter,
1510
- # one lowercase letter, and one digit. It cannot have a single
1511
- # quotation mark (‘), a double quotation marks (“), a forward
1512
- # 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.
1513
1510
  # @return [String]
1514
1511
  #
1515
1512
  # @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/MemberFabricConfiguration AWS API Documentation
@@ -1708,7 +1705,7 @@ module Aws::ManagedBlockchain
1708
1705
  # @return [String]
1709
1706
  #
1710
1707
  # @!attribute [rw] voting_policy
1711
- # 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
1712
1709
  # accepted.
1713
1710
  # @return [Types::VotingPolicy]
1714
1711
  #
@@ -1775,8 +1772,6 @@ module Aws::ManagedBlockchain
1775
1772
  # * goerli = `5`
1776
1773
  #
1777
1774
  # * rinkeby = `4`
1778
- #
1779
- # * ropsten = `3`
1780
1775
  # @return [String]
1781
1776
  #
1782
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.37.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.37.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-02-28 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