aws-sdk-managedblockchain 1.14.0 → 1.16.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: 71c261603492467b196f7d595ed490442ed0f6cd3477c544bafb8b0a2b001970
4
- data.tar.gz: 1fd38d07e0aef710cc1fda515b40d651c59b30cf1bc64cfc8b732199e3097e6b
3
+ metadata.gz: beda203913a5d0bb84271c4f59f82642d633f91ccc30d0cc265f2984aeef5c4c
4
+ data.tar.gz: df3bd8f34114c4d8138d78b2ad2e420fb8183d95b76cf2661a4f40133abc4dfb
5
5
  SHA512:
6
- metadata.gz: 72e47ed4f01285ec9a3c38085195d657e28b62cf733a2defbd363da76cba1dda39824a316ada9a4fa3b289d776be632e5d34985a3e4675a7ef7e563efbf9388c
7
- data.tar.gz: b19d9b6857efb75d98f68caa0ddcaf4c4160849cb3e16eb83ad6bfa0f6224e7c7f045b3b1d9aa0bc9db44c75292e52625f044ce3b5ba7a1926601930b99b5dea
6
+ metadata.gz: 9aa6cf46159d6668129448fbcc18c59d737d8d88228f843956e60180a6047b252a4ff5056450022b9e0e776bb00f4d2cbe1ed0d2c6a1f82cbb43a38d7b34ae83
7
+ data.tar.gz: 37a2332ffef33b038e493d40abf3f4824bbedca6f82e8c33ed4d181af4a4d5c3e68ce869e3a3d514e2f8ecfde8f183fe233f38a35e36357c1b333c371a27025f
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -47,6 +48,6 @@ require_relative 'aws-sdk-managedblockchain/customizations'
47
48
  # @!group service
48
49
  module Aws::ManagedBlockchain
49
50
 
50
- GEM_VERSION = '1.14.0'
51
+ GEM_VERSION = '1.16.0'
51
52
 
52
53
  end
@@ -536,6 +536,7 @@ module Aws::ManagedBlockchain
536
536
  # },
537
537
  # },
538
538
  # },
539
+ # state_db: "LevelDB", # accepts LevelDB, CouchDB
539
540
  # },
540
541
  # })
541
542
  #
@@ -800,6 +801,7 @@ module Aws::ManagedBlockchain
800
801
  # resp.node.framework_attributes.fabric.peer_event_endpoint #=> String
801
802
  # resp.node.log_publishing_configuration.fabric.chaincode_logs.cloudwatch.enabled #=> Boolean
802
803
  # resp.node.log_publishing_configuration.fabric.peer_logs.cloudwatch.enabled #=> Boolean
804
+ # resp.node.state_db #=> String, one of "LevelDB", "CouchDB"
803
805
  # resp.node.status #=> String, one of "CREATING", "AVAILABLE", "CREATE_FAILED", "UPDATING", "DELETING", "DELETED", "FAILED"
804
806
  # resp.node.creation_date #=> Time
805
807
  #
@@ -858,7 +860,7 @@ module Aws::ManagedBlockchain
858
860
  req.send_request(options)
859
861
  end
860
862
 
861
- # Returns a listing of all invitations made on the specified network.
863
+ # Returns a listing of all invitations for the current AWS account.
862
864
  #
863
865
  # @option params [Integer] :max_results
864
866
  # The maximum number of invitations to return.
@@ -1341,7 +1343,7 @@ module Aws::ManagedBlockchain
1341
1343
  params: params,
1342
1344
  config: config)
1343
1345
  context[:gem_name] = 'aws-sdk-managedblockchain'
1344
- context[:gem_version] = '1.14.0'
1346
+ context[:gem_version] = '1.16.0'
1345
1347
  Seahorse::Client::Request.new(handlers, context)
1346
1348
  end
1347
1349
 
@@ -119,6 +119,7 @@ module Aws::ManagedBlockchain
119
119
  ResourceLimitExceededException = Shapes::StructureShape.new(name: 'ResourceLimitExceededException')
120
120
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
121
121
  ResourceNotReadyException = Shapes::StructureShape.new(name: 'ResourceNotReadyException')
122
+ StateDBType = Shapes::StringShape.new(name: 'StateDBType')
122
123
  String = Shapes::StringShape.new(name: 'String')
123
124
  ThresholdComparator = Shapes::StringShape.new(name: 'ThresholdComparator')
124
125
  ThresholdPercentageInt = Shapes::IntegerShape.new(name: 'ThresholdPercentageInt')
@@ -404,6 +405,7 @@ module Aws::ManagedBlockchain
404
405
  Node.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZoneString, location_name: "AvailabilityZone"))
405
406
  Node.add_member(:framework_attributes, Shapes::ShapeRef.new(shape: NodeFrameworkAttributes, location_name: "FrameworkAttributes"))
406
407
  Node.add_member(:log_publishing_configuration, Shapes::ShapeRef.new(shape: NodeLogPublishingConfiguration, location_name: "LogPublishingConfiguration"))
408
+ Node.add_member(:state_db, Shapes::ShapeRef.new(shape: StateDBType, location_name: "StateDB"))
407
409
  Node.add_member(:status, Shapes::ShapeRef.new(shape: NodeStatus, location_name: "Status"))
408
410
  Node.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationDate"))
409
411
  Node.struct_class = Types::Node
@@ -411,6 +413,7 @@ module Aws::ManagedBlockchain
411
413
  NodeConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceTypeString, required: true, location_name: "InstanceType"))
412
414
  NodeConfiguration.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZoneString, required: true, location_name: "AvailabilityZone"))
413
415
  NodeConfiguration.add_member(:log_publishing_configuration, Shapes::ShapeRef.new(shape: NodeLogPublishingConfiguration, location_name: "LogPublishingConfiguration"))
416
+ NodeConfiguration.add_member(:state_db, Shapes::ShapeRef.new(shape: StateDBType, location_name: "StateDB"))
414
417
  NodeConfiguration.struct_class = Types::NodeConfiguration
415
418
 
416
419
  NodeFabricAttributes.add_member(:peer_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "PeerEndpoint"))
@@ -279,6 +279,7 @@ module Aws::ManagedBlockchain
279
279
  # },
280
280
  # },
281
281
  # },
282
+ # state_db: "LevelDB", # accepts LevelDB, CouchDB
282
283
  # },
283
284
  # }
284
285
  #
@@ -1234,6 +1235,8 @@ module Aws::ManagedBlockchain
1234
1235
  # @return [Types::MemberFrameworkConfiguration]
1235
1236
  #
1236
1237
  # @!attribute [rw] log_publishing_configuration
1238
+ # Configuration properties for logging events associated with a member
1239
+ # of a Managed Blockchain network.
1237
1240
  # @return [Types::MemberLogPublishingConfiguration]
1238
1241
  #
1239
1242
  # @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/MemberConfiguration AWS API Documentation
@@ -1686,8 +1689,15 @@ module Aws::ManagedBlockchain
1686
1689
  # @return [Types::NodeFrameworkAttributes]
1687
1690
  #
1688
1691
  # @!attribute [rw] log_publishing_configuration
1692
+ # Configuration properties for logging events associated with a peer
1693
+ # node owned by a member in a Managed Blockchain network.
1689
1694
  # @return [Types::NodeLogPublishingConfiguration]
1690
1695
  #
1696
+ # @!attribute [rw] state_db
1697
+ # The state database that the node uses. Values are `LevelDB` or
1698
+ # `CouchDB`.
1699
+ # @return [String]
1700
+ #
1691
1701
  # @!attribute [rw] status
1692
1702
  # The status of the node.
1693
1703
  # @return [String]
@@ -1706,6 +1716,7 @@ module Aws::ManagedBlockchain
1706
1716
  :availability_zone,
1707
1717
  :framework_attributes,
1708
1718
  :log_publishing_configuration,
1719
+ :state_db,
1709
1720
  :status,
1710
1721
  :creation_date)
1711
1722
  SENSITIVE = []
@@ -1734,6 +1745,7 @@ module Aws::ManagedBlockchain
1734
1745
  # },
1735
1746
  # },
1736
1747
  # },
1748
+ # state_db: "LevelDB", # accepts LevelDB, CouchDB
1737
1749
  # }
1738
1750
  #
1739
1751
  # @!attribute [rw] instance_type
@@ -1745,14 +1757,23 @@ module Aws::ManagedBlockchain
1745
1757
  # @return [String]
1746
1758
  #
1747
1759
  # @!attribute [rw] log_publishing_configuration
1760
+ # Configuration properties for logging events associated with a peer
1761
+ # node owned by a member in a Managed Blockchain network.
1748
1762
  # @return [Types::NodeLogPublishingConfiguration]
1749
1763
  #
1764
+ # @!attribute [rw] state_db
1765
+ # The state database that the node uses. Values are `LevelDB` or
1766
+ # `CouchDB`. When using an Amazon Managed Blockchain network with
1767
+ # Hyperledger Fabric version 1.4 or later, the default is `CouchDB`.
1768
+ # @return [String]
1769
+ #
1750
1770
  # @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/NodeConfiguration AWS API Documentation
1751
1771
  #
1752
1772
  class NodeConfiguration < Struct.new(
1753
1773
  :instance_type,
1754
1774
  :availability_zone,
1755
- :log_publishing_configuration)
1775
+ :log_publishing_configuration,
1776
+ :state_db)
1756
1777
  SENSITIVE = []
1757
1778
  include Aws::Structure
1758
1779
  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.14.0
4
+ version: 1.16.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: 2020-08-25 00:00:00.000000000 Z
11
+ date: 2020-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core