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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-managedblockchain/client.rb +2 -6
- data/lib/aws-sdk-managedblockchain/types.rb +10 -15
- data/lib/aws-sdk-managedblockchain.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a644b99d9ec8ad002197c3b4a2ca1ff0141945fc153cfc475957a8c5fbcafeb5
|
|
4
|
+
data.tar.gz: 706010eeac9032a696cd199570b548762a42e58adaea1cb091b01621251a9b15
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e3291b5ce1cd76cd1dffc67dd98aab26d410499ae2d4ab019495e98d5979bf06cf8ca7279c51e8731f87580e1f49c24f1f03a5358e76273985dbdc46f14fbda
|
|
7
|
+
data.tar.gz: b7dc46fa4d478464f89bdb78ff0c616a5c36119d68e37a5d5dc5555f6c256a389ffc086cc39503cede9a3968078dfeac172adc3559aab34201ce1ade8b966c20
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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
|
|
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
|
|
1509
|
-
#
|
|
1510
|
-
#
|
|
1511
|
-
#
|
|
1512
|
-
#
|
|
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
|
|
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
|
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.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-
|
|
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
|