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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4cf858cf1094d41bd3fe648795ad1cbd91dd44c4520e7bdacc2f0bfba86473b3
4
- data.tar.gz: ed5ad4a5b452c8b3ecd3c2cd6f2bcd867f16d8b4f6bcbf92a856458cb97d2cdc
3
+ metadata.gz: c6f957d124ab6ad0410503c0bb29186269f53041f1fbd8f75f0e2dfc92fa6199
4
+ data.tar.gz: d6905d597ef36239b4670053692274855254d445693bd5886ba700ea3836a500
5
5
  SHA512:
6
- metadata.gz: ea2d297d8791e5595fdf8f39ae62c3faefaa17169ba0716ed6bff6f6644ca88fb19ecde91754e9088acc89757443bb62bb10e744676a0d5813a667e35d4fec65
7
- data.tar.gz: 2e06323e61406fd7cdb81da3d807fc424c85664539f902002d5e8d5bc60f53c4ea6dac2c67404e1f8dbc3f30001649e6eb65ebd02faf3d38f14956d88b91ce5c
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.51.0
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"> We recommend using the appropriate `networkType` value for the
458
- # blockchain network that you are creating the `Accessor` token for. You
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
- # The default value of `ETHEREUM_MAINNET_AND_GOERLI` is only applied:
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
- # * when the `CreateAccessor` action does not set a `networkType`.
464
+ # * `ETHEREUM_MAINNET_AND_GOERLI`
465
465
  #
466
- # * to all existing `Accessor` tokens that were created before the
467
- # `networkType` property was introduced.
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
- # * `n-ethereum-goerli`
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
- # * `n-ethereum-goerli`
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.51.0'
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"> We recommend using the appropriate `networkType` value for the
230
- # blockchain network that you are creating the `Accessor` token for.
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
- # The default value of `ETHEREUM_MAINNET_AND_GOERLI` is only applied:
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
- # * when the `CreateAccessor` action does not set a `networkType`.
236
+ # * `ETHEREUM_MAINNET_AND_GOERLI`
237
237
  #
238
- # * to all existing `Accessor` tokens that were created before the
239
- # `networkType` property was introduced.
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
- # * `n-ethereum-goerli`
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
- # * `n-ethereum-goerli`
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
- # * goerli = `5`
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
@@ -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.51.0'
55
+ GEM_VERSION = '1.52.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.51.0
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-13 00:00:00.000000000 Z
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