aws-sdk-managedblockchain 1.37.0 → 1.39.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-managedblockchain/client.rb +7 -6
- data/lib/aws-sdk-managedblockchain/types.rb +10 -15
- data/lib/aws-sdk-managedblockchain.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a02e41c9ef17b50e0b8c846f6e0df6207a7ea86997865a0d1363731b6d524a63
|
|
4
|
+
data.tar.gz: eb697cb817d46a15dfc7f71e75ed0fccbd78c2c5bb069bb8f8270dce15e9d1d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f4e614a2f5da02f32652e2ac825c288212cd647bb02df937837e95167e62d1fc9ae05d5f6a9c4a7b2541bc6ca8ec379f3b3f4e89701d0d3453a8a24529179fd7
|
|
7
|
+
data.tar.gz: f0b2eb01489c290326700e0f01ef96f70c5394812329ff3d08c3357edab6539a2fd1e623d70d809e7b2b011b5005df46a7dfd60322c073ab7fbf6354cea15b03
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.39.0 (2023-05-31)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.38.0 (2023-04-12)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Removal of the Ropsten network. The Ethereum foundation ceased support of Ropsten on December 31st, 2022..
|
|
13
|
+
|
|
4
14
|
1.37.0 (2023-02-28)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.39.0
|
|
@@ -275,6 +275,11 @@ module Aws::ManagedBlockchain
|
|
|
275
275
|
# in the future.
|
|
276
276
|
#
|
|
277
277
|
#
|
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
|
279
|
+
# A unique and opaque application ID that is appended to the
|
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
|
281
|
+
# maximum length of 50.
|
|
282
|
+
#
|
|
278
283
|
# @option options [String] :secret_access_key
|
|
279
284
|
#
|
|
280
285
|
# @option options [String] :session_token
|
|
@@ -385,7 +390,7 @@ module Aws::ManagedBlockchain
|
|
|
385
390
|
# @option params [required, String] :accessor_type
|
|
386
391
|
# The type of accessor.
|
|
387
392
|
#
|
|
388
|
-
# <note markdown="1"> Currently accessor type is restricted to `BILLING_TOKEN`.
|
|
393
|
+
# <note markdown="1"> Currently, accessor type is restricted to `BILLING_TOKEN`.
|
|
389
394
|
#
|
|
390
395
|
# </note>
|
|
391
396
|
#
|
|
@@ -653,8 +658,6 @@ module Aws::ManagedBlockchain
|
|
|
653
658
|
#
|
|
654
659
|
# * `n-ethereum-rinkeby`
|
|
655
660
|
#
|
|
656
|
-
# * `n-ethereum-ropsten`
|
|
657
|
-
#
|
|
658
661
|
# @option params [String] :member_id
|
|
659
662
|
# The unique identifier of the member that owns this node.
|
|
660
663
|
#
|
|
@@ -901,8 +904,6 @@ module Aws::ManagedBlockchain
|
|
|
901
904
|
#
|
|
902
905
|
# * `n-ethereum-rinkeby`
|
|
903
906
|
#
|
|
904
|
-
# * `n-ethereum-ropsten`
|
|
905
|
-
#
|
|
906
907
|
# @option params [String] :member_id
|
|
907
908
|
# The unique identifier of the member that owns this node.
|
|
908
909
|
#
|
|
@@ -1874,7 +1875,7 @@ module Aws::ManagedBlockchain
|
|
|
1874
1875
|
params: params,
|
|
1875
1876
|
config: config)
|
|
1876
1877
|
context[:gem_name] = 'aws-sdk-managedblockchain'
|
|
1877
|
-
context[:gem_version] = '1.
|
|
1878
|
+
context[:gem_version] = '1.39.0'
|
|
1878
1879
|
Seahorse::Client::Request.new(handlers, context)
|
|
1879
1880
|
end
|
|
1880
1881
|
|
|
@@ -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.39.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-05-31 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.174.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.174.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|