aws-sdk-managedblockchain 1.51.0 → 1.53.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-managedblockchain/client.rb +15 -11
- data/lib/aws-sdk-managedblockchain/client_api.rb +1 -0
- data/lib/aws-sdk-managedblockchain/types.rb +15 -11
- 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: 54ee5d42a2164cce0f317352e9b349d8a514a4b4d6cab9a7dc0594f8b4af3141
|
4
|
+
data.tar.gz: df936940acacac071022ba5223fa08944ba770f8069bb463299b3aff2a7f66f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd7653f2f5b050fbc1d057412d2053f798c0a9620c0b60559845cbea2a24b6e0a434caa79f4096142a46974c799b9cd66eb036fe61aeea04c1cc0ed28a4dceba
|
7
|
+
data.tar.gz: a5226becaf346a00bc16a7906cb4dd77c6f3bd483157844d224d4f3cf4472dc7f7d15d012277e8c9ec545219ebd507b0dcc3676d5a4578fdc95aa479c972a4fb
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.53.0 (2024-06-05)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.52.0 (2024-05-24)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This is a minor documentation update to address the impact of the shut down of the Goerli and Polygon networks.
|
13
|
+
|
4
14
|
1.51.0 (2024-05-13)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.53.0
|
@@ -454,17 +454,21 @@ module Aws::ManagedBlockchain
|
|
454
454
|
# @option params [String] :network_type
|
455
455
|
# The blockchain network that the `Accessor` token is created for.
|
456
456
|
#
|
457
|
-
# <note markdown="1">
|
458
|
-
#
|
459
|
-
# cannnot use the value `ETHEREUM_MAINNET_AND_GOERLI` to specify a
|
460
|
-
# `networkType` for your Accessor token.
|
457
|
+
# <note markdown="1"> * Use the actual `networkType` value for the blockchain network that
|
458
|
+
# you are creating the `Accessor` token for.
|
461
459
|
#
|
462
|
-
#
|
460
|
+
# * With the shut down of the *Ethereum Goerli* and *Polygon Mumbai
|
461
|
+
# Testnet* networks the following `networkType` values are no longer
|
462
|
+
# available for selection and use.
|
463
463
|
#
|
464
|
-
#
|
464
|
+
# * `ETHEREUM_MAINNET_AND_GOERLI`
|
465
465
|
#
|
466
|
-
#
|
467
|
-
#
|
466
|
+
# * `ETHEREUM_GOERLI`
|
467
|
+
#
|
468
|
+
# * `POLYGON_MUMBAI`
|
469
|
+
#
|
470
|
+
# However, your existing `Accessor` tokens with these `networkType`
|
471
|
+
# values will remain unchanged.
|
468
472
|
#
|
469
473
|
# </note>
|
470
474
|
#
|
@@ -714,7 +718,7 @@ module Aws::ManagedBlockchain
|
|
714
718
|
#
|
715
719
|
# * `n-ethereum-mainnet`
|
716
720
|
#
|
717
|
-
#
|
721
|
+
# ^
|
718
722
|
#
|
719
723
|
# @option params [String] :member_id
|
720
724
|
# The unique identifier of the member that owns this node.
|
@@ -958,7 +962,7 @@ module Aws::ManagedBlockchain
|
|
958
962
|
#
|
959
963
|
# * `n-ethereum-mainnet`
|
960
964
|
#
|
961
|
-
#
|
965
|
+
# ^
|
962
966
|
#
|
963
967
|
# @option params [String] :member_id
|
964
968
|
# The unique identifier of the member that owns this node.
|
@@ -1943,7 +1947,7 @@ module Aws::ManagedBlockchain
|
|
1943
1947
|
params: params,
|
1944
1948
|
config: config)
|
1945
1949
|
context[:gem_name] = 'aws-sdk-managedblockchain'
|
1946
|
-
context[:gem_version] = '1.
|
1950
|
+
context[:gem_version] = '1.53.0'
|
1947
1951
|
Seahorse::Client::Request.new(handlers, context)
|
1948
1952
|
end
|
1949
1953
|
|
@@ -680,6 +680,7 @@ module Aws::ManagedBlockchain
|
|
680
680
|
"endpointPrefix" => "managedblockchain",
|
681
681
|
"jsonVersion" => "1.1",
|
682
682
|
"protocol" => "rest-json",
|
683
|
+
"protocols" => ["rest-json"],
|
683
684
|
"serviceAbbreviation" => "ManagedBlockchain",
|
684
685
|
"serviceFullName" => "Amazon Managed Blockchain",
|
685
686
|
"serviceId" => "ManagedBlockchain",
|
@@ -226,17 +226,21 @@ module Aws::ManagedBlockchain
|
|
226
226
|
# @!attribute [rw] network_type
|
227
227
|
# The blockchain network that the `Accessor` token is created for.
|
228
228
|
#
|
229
|
-
# <note markdown="1">
|
230
|
-
#
|
231
|
-
# You cannnot use the value `ETHEREUM_MAINNET_AND_GOERLI` to specify a
|
232
|
-
# `networkType` for your Accessor token.
|
229
|
+
# <note markdown="1"> * Use the actual `networkType` value for the blockchain network that
|
230
|
+
# you are creating the `Accessor` token for.
|
233
231
|
#
|
234
|
-
#
|
232
|
+
# * With the shut down of the *Ethereum Goerli* and *Polygon Mumbai
|
233
|
+
# Testnet* networks the following `networkType` values are no longer
|
234
|
+
# available for selection and use.
|
235
235
|
#
|
236
|
-
#
|
236
|
+
# * `ETHEREUM_MAINNET_AND_GOERLI`
|
237
237
|
#
|
238
|
-
#
|
239
|
-
#
|
238
|
+
# * `ETHEREUM_GOERLI`
|
239
|
+
#
|
240
|
+
# * `POLYGON_MUMBAI`
|
241
|
+
#
|
242
|
+
# However, your existing `Accessor` tokens with these `networkType`
|
243
|
+
# values will remain unchanged.
|
240
244
|
#
|
241
245
|
# </note>
|
242
246
|
# @return [String]
|
@@ -434,7 +438,7 @@ module Aws::ManagedBlockchain
|
|
434
438
|
#
|
435
439
|
# * `n-ethereum-mainnet`
|
436
440
|
#
|
437
|
-
#
|
441
|
+
# ^
|
438
442
|
# @return [String]
|
439
443
|
#
|
440
444
|
# @!attribute [rw] member_id
|
@@ -611,7 +615,7 @@ module Aws::ManagedBlockchain
|
|
611
615
|
#
|
612
616
|
# * `n-ethereum-mainnet`
|
613
617
|
#
|
614
|
-
#
|
618
|
+
# ^
|
615
619
|
# @return [String]
|
616
620
|
#
|
617
621
|
# @!attribute [rw] member_id
|
@@ -1808,7 +1812,7 @@ module Aws::ManagedBlockchain
|
|
1808
1812
|
#
|
1809
1813
|
# * mainnet = `1`
|
1810
1814
|
#
|
1811
|
-
#
|
1815
|
+
# ^
|
1812
1816
|
# @return [String]
|
1813
1817
|
#
|
1814
1818
|
# @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.53.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: 2024-05
|
11
|
+
date: 2024-06-05 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.197.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.197.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|