aws-sdk-managedblockchain 1.20.0 → 1.21.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/lib/aws-sdk-managedblockchain.rb +1 -1
- data/lib/aws-sdk-managedblockchain/client.rb +7 -10
- data/lib/aws-sdk-managedblockchain/types.rb +12 -18
- 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: 9ccc6feb30ff2d911233b6c3c160b962a557be5d4b86b3fb8186cd2dd552e2b2
|
|
4
|
+
data.tar.gz: 83b940c56630d541e17dd3fb1c3f923af3014d5e3875d480868a36576e8a8261
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd565f1f6cad9a19d94ac30ddfd99e8bdbad51b9d235283dd3ccb9abe8d5489fa12dd101e8b22fb2ded1ba046f7b6651936d4e30ad9d6713245bc1fc4bb26ce6
|
|
7
|
+
data.tar.gz: cc1b50d57790924d5bf94e690f1ed510a9ef2ef06bd920b8932c733b4b605fa2ff471539ede76d4a54b725fcf7c13457b2f060604fc6d34281d029f4e0836f2c
|
|
@@ -441,7 +441,7 @@ module Aws::ManagedBlockchain
|
|
|
441
441
|
#
|
|
442
442
|
# When specifying tags during creation, you can specify multiple
|
|
443
443
|
# key-value pairs in a single request, with an overall maximum of 50
|
|
444
|
-
# added to each resource.
|
|
444
|
+
# tags added to each resource.
|
|
445
445
|
#
|
|
446
446
|
# For more information about tags, see [Tagging Resources][1] in the
|
|
447
447
|
# *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
|
|
@@ -523,9 +523,6 @@ module Aws::ManagedBlockchain
|
|
|
523
523
|
#
|
|
524
524
|
# Applies to Hyperledger Fabric and Ethereum.
|
|
525
525
|
#
|
|
526
|
-
# Ethereum on Managed Blockchain is in preview release and is subject to
|
|
527
|
-
# change.
|
|
528
|
-
#
|
|
529
526
|
# @option params [required, String] :client_request_token
|
|
530
527
|
# A unique, case-sensitive identifier that you provide to ensure the
|
|
531
528
|
# idempotency of the operation. An idempotent operation completes no
|
|
@@ -561,7 +558,7 @@ module Aws::ManagedBlockchain
|
|
|
561
558
|
#
|
|
562
559
|
# When specifying tags during creation, you can specify multiple
|
|
563
560
|
# key-value pairs in a single request, with an overall maximum of 50
|
|
564
|
-
# added to each resource.
|
|
561
|
+
# tags added to each resource.
|
|
565
562
|
#
|
|
566
563
|
# For more information about tags, see [Tagging Resources][1] in the
|
|
567
564
|
# *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
|
|
@@ -660,8 +657,8 @@ module Aws::ManagedBlockchain
|
|
|
660
657
|
#
|
|
661
658
|
# When specifying tags during creation, you can specify multiple
|
|
662
659
|
# key-value pairs in a single request, with an overall maximum of 50
|
|
663
|
-
# added to each resource. If the proposal is for a network
|
|
664
|
-
# the invitation inherits the tags added to the proposal.
|
|
660
|
+
# tags added to each resource. If the proposal is for a network
|
|
661
|
+
# invitation, the invitation inherits the tags added to the proposal.
|
|
665
662
|
#
|
|
666
663
|
# For more information about tags, see [Tagging Resources][1] in the
|
|
667
664
|
# *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
|
|
@@ -1442,8 +1439,8 @@ module Aws::ManagedBlockchain
|
|
|
1442
1439
|
# @option params [required, Hash<String,String>] :tags
|
|
1443
1440
|
# The tags to assign to the specified resource. Tag values can be empty,
|
|
1444
1441
|
# for example, `"MyTagKey" : ""`. You can specify multiple key-value
|
|
1445
|
-
# pairs in a single request, with an overall maximum of 50 added to
|
|
1446
|
-
# resource.
|
|
1442
|
+
# pairs in a single request, with an overall maximum of 50 tags added to
|
|
1443
|
+
# each resource.
|
|
1447
1444
|
#
|
|
1448
1445
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
1449
1446
|
#
|
|
@@ -1651,7 +1648,7 @@ module Aws::ManagedBlockchain
|
|
|
1651
1648
|
params: params,
|
|
1652
1649
|
config: config)
|
|
1653
1650
|
context[:gem_name] = 'aws-sdk-managedblockchain'
|
|
1654
|
-
context[:gem_version] = '1.
|
|
1651
|
+
context[:gem_version] = '1.21.0'
|
|
1655
1652
|
Seahorse::Client::Request.new(handlers, context)
|
|
1656
1653
|
end
|
|
1657
1654
|
|
|
@@ -247,7 +247,7 @@ module Aws::ManagedBlockchain
|
|
|
247
247
|
#
|
|
248
248
|
# When specifying tags during creation, you can specify multiple
|
|
249
249
|
# key-value pairs in a single request, with an overall maximum of 50
|
|
250
|
-
# added to each resource.
|
|
250
|
+
# tags added to each resource.
|
|
251
251
|
#
|
|
252
252
|
# For more information about tags, see [Tagging Resources][1] in the
|
|
253
253
|
# *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
|
|
@@ -363,7 +363,7 @@ module Aws::ManagedBlockchain
|
|
|
363
363
|
#
|
|
364
364
|
# When specifying tags during creation, you can specify multiple
|
|
365
365
|
# key-value pairs in a single request, with an overall maximum of 50
|
|
366
|
-
# added to each resource.
|
|
366
|
+
# tags added to each resource.
|
|
367
367
|
#
|
|
368
368
|
# For more information about tags, see [Tagging Resources][1] in the
|
|
369
369
|
# *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
|
|
@@ -465,8 +465,8 @@ module Aws::ManagedBlockchain
|
|
|
465
465
|
#
|
|
466
466
|
# When specifying tags during creation, you can specify multiple
|
|
467
467
|
# key-value pairs in a single request, with an overall maximum of 50
|
|
468
|
-
# added to each resource. If the proposal is for a network
|
|
469
|
-
# the invitation inherits the tags added to the proposal.
|
|
468
|
+
# tags added to each resource. If the proposal is for a network
|
|
469
|
+
# invitation, the invitation inherits the tags added to the proposal.
|
|
470
470
|
#
|
|
471
471
|
# For more information about tags, see [Tagging Resources][1] in the
|
|
472
472
|
# *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
|
|
@@ -1443,7 +1443,7 @@ module Aws::ManagedBlockchain
|
|
|
1443
1443
|
#
|
|
1444
1444
|
# When specifying tags during creation, you can specify multiple
|
|
1445
1445
|
# key-value pairs in a single request, with an overall maximum of 50
|
|
1446
|
-
# added to each resource.
|
|
1446
|
+
# tags added to each resource.
|
|
1447
1447
|
#
|
|
1448
1448
|
#
|
|
1449
1449
|
#
|
|
@@ -1778,8 +1778,7 @@ module Aws::ManagedBlockchain
|
|
|
1778
1778
|
include Aws::Structure
|
|
1779
1779
|
end
|
|
1780
1780
|
|
|
1781
|
-
# Attributes of Ethereum for a network.
|
|
1782
|
-
# is in preview release and is subject to change.
|
|
1781
|
+
# Attributes of Ethereum for a network.
|
|
1783
1782
|
#
|
|
1784
1783
|
# @!attribute [rw] chain_id
|
|
1785
1784
|
# The Ethereum `CHAIN_ID` associated with the Ethereum network. Chain
|
|
@@ -1861,8 +1860,7 @@ module Aws::ManagedBlockchain
|
|
|
1861
1860
|
#
|
|
1862
1861
|
# @!attribute [rw] ethereum
|
|
1863
1862
|
# Attributes of an Ethereum network for Managed Blockchain resources
|
|
1864
|
-
# participating in an Ethereum network.
|
|
1865
|
-
# is in preview release and is subject to change.
|
|
1863
|
+
# participating in an Ethereum network.
|
|
1866
1864
|
# @return [Types::NetworkEthereumAttributes]
|
|
1867
1865
|
#
|
|
1868
1866
|
# @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/NetworkFrameworkAttributes AWS API Documentation
|
|
@@ -1976,8 +1974,7 @@ module Aws::ManagedBlockchain
|
|
|
1976
1974
|
#
|
|
1977
1975
|
# @!attribute [rw] availability_zone
|
|
1978
1976
|
# The Availability Zone in which the node exists. Required for
|
|
1979
|
-
# Ethereum nodes.
|
|
1980
|
-
# and is subject to change.
|
|
1977
|
+
# Ethereum nodes.
|
|
1981
1978
|
# @return [String]
|
|
1982
1979
|
#
|
|
1983
1980
|
# @!attribute [rw] framework_attributes
|
|
@@ -2079,8 +2076,7 @@ module Aws::ManagedBlockchain
|
|
|
2079
2076
|
#
|
|
2080
2077
|
# @!attribute [rw] availability_zone
|
|
2081
2078
|
# The Availability Zone in which the node exists. Required for
|
|
2082
|
-
# Ethereum nodes.
|
|
2083
|
-
# and is subject to change.
|
|
2079
|
+
# Ethereum nodes.
|
|
2084
2080
|
# @return [String]
|
|
2085
2081
|
#
|
|
2086
2082
|
# @!attribute [rw] log_publishing_configuration
|
|
@@ -2107,8 +2103,7 @@ module Aws::ManagedBlockchain
|
|
|
2107
2103
|
include Aws::Structure
|
|
2108
2104
|
end
|
|
2109
2105
|
|
|
2110
|
-
# Attributes of an Ethereum node.
|
|
2111
|
-
# preview release and is subject to change.
|
|
2106
|
+
# Attributes of an Ethereum node.
|
|
2112
2107
|
#
|
|
2113
2108
|
# @!attribute [rw] http_endpoint
|
|
2114
2109
|
# The endpoint on which the Ethereum node listens to run Ethereum
|
|
@@ -2219,8 +2214,7 @@ module Aws::ManagedBlockchain
|
|
|
2219
2214
|
#
|
|
2220
2215
|
# @!attribute [rw] ethereum
|
|
2221
2216
|
# Attributes of Ethereum for a node on a Managed Blockchain network
|
|
2222
|
-
# that uses Ethereum.
|
|
2223
|
-
# release and is subject to change.
|
|
2217
|
+
# that uses Ethereum.
|
|
2224
2218
|
# @return [Types::NodeEthereumAttributes]
|
|
2225
2219
|
#
|
|
2226
2220
|
# @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/NodeFrameworkAttributes AWS API Documentation
|
|
@@ -2692,7 +2686,7 @@ module Aws::ManagedBlockchain
|
|
|
2692
2686
|
# The tags to assign to the specified resource. Tag values can be
|
|
2693
2687
|
# empty, for example, `"MyTagKey" : ""`. You can specify multiple
|
|
2694
2688
|
# key-value pairs in a single request, with an overall maximum of 50
|
|
2695
|
-
# added to each resource.
|
|
2689
|
+
# tags added to each resource.
|
|
2696
2690
|
# @return [Hash<String,String>]
|
|
2697
2691
|
#
|
|
2698
2692
|
# @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/TagResourceRequest 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.21.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: 2021-
|
|
11
|
+
date: 2021-03-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|