aws-sdk-managedblockchain 1.51.0 → 1.52.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 +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 +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6f957d124ab6ad0410503c0bb29186269f53041f1fbd8f75f0e2dfc92fa6199
|
4
|
+
data.tar.gz: d6905d597ef36239b4670053692274855254d445693bd5886ba700ea3836a500
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c466f8112ce47bc9585fdb71e3d85444afb35c5e685be7f92082afa4b523561d47f62669b9afdb4852d4d752b15aeb7b48f5664bcfd013cd4aa91b9cf40ce2e
|
7
|
+
data.tar.gz: a7793f91d4ca021f05a619d6ed06ab9b144a1faf7d75f3ef0c2015d7fd02b9d009d2ffa397f4bddd90ed2e5bced2aeb67aa39f2549c1ec60154dea2448f5dce6
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.52.0 (2024-05-24)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This is a minor documentation update to address the impact of the shut down of the Goerli and Polygon networks.
|
8
|
+
|
4
9
|
1.51.0 (2024-05-13)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.52.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.52.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.52.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-05-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|