aws-sdk-qldb 1.52.0 → 1.53.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: 7bf00a68ecf6fae4b9da45e2afeddb9b666f5f1e7b035e5260f5b43c79b9ea50
4
- data.tar.gz: cc89093d093dc80bf13e5c9d65e9c80dcb7f7e4469d3c466cb674d664447f3c9
3
+ metadata.gz: a9542f9ca2bb755d23519d778fc68555240f61d289975383dd7a79ef31bd952a
4
+ data.tar.gz: ccd4118cfcdc8e892c7dd73fa826799c6aefe95fbfe205cb58d3db54b46b56b6
5
5
  SHA512:
6
- metadata.gz: 9dd3448728cb51d2fc0885904b6bd52660a3a9869c81d37a3b79e3cbe2c4af55af4cfb9436c60c8de712d60a462e5a5b000173f38eb26799032f0284a72374a4
7
- data.tar.gz: 67a6ed0602b077149f860c14f57c7c60aa8e6e2186a81ccf262e44882e8eebd7481c303c1a380ae5d877294e01d07d74f989f819cb30d79a79e97aea1c6deb6f
6
+ metadata.gz: 3ed0df746fc255658ccd05ac6b22e243a8977f23a2c4c6aa1668328be1dd0deb21d6b10948746284c9854c55fdbe32c7bdf479a86cea814620d7d61b2fcf04db
7
+ data.tar.gz: e18fb883385154e02e895565125a31a446a1c40e4908a5ace253a403b53e5988f25289fbe37ca85eedab86d4c15c823d3b9dab964931f1eb8becca6bc8a30e9b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.52.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.53.0
@@ -959,14 +959,14 @@ module Aws::QLDB
959
959
  # The location of the block that you want to request. An address is an
960
960
  # Amazon Ion structure that has two fields: `strandId` and `sequenceNo`.
961
961
  #
962
- # For example: `\{strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:14\}`.
962
+ # For example: `{strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:14}`.
963
963
  #
964
964
  # @option params [Types::ValueHolder] :digest_tip_address
965
965
  # The latest block location covered by the digest for which to request a
966
966
  # proof. An address is an Amazon Ion structure that has two fields:
967
967
  # `strandId` and `sequenceNo`.
968
968
  #
969
- # For example: `\{strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:49\}`.
969
+ # For example: `{strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:49}`.
970
970
  #
971
971
  # @return [Types::GetBlockResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
972
972
  #
@@ -1043,7 +1043,7 @@ module Aws::QLDB
1043
1043
  # is an Amazon Ion structure that has two fields: `strandId` and
1044
1044
  # `sequenceNo`.
1045
1045
  #
1046
- # For example: `\{strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:14\}`.
1046
+ # For example: `{strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:14}`.
1047
1047
  #
1048
1048
  # @option params [required, String] :document_id
1049
1049
  # The UUID (represented in Base62-encoded text) of the document to be
@@ -1054,7 +1054,7 @@ module Aws::QLDB
1054
1054
  # proof. An address is an Amazon Ion structure that has two fields:
1055
1055
  # `strandId` and `sequenceNo`.
1056
1056
  #
1057
- # For example: `\{strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:49\}`.
1057
+ # For example: `{strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:49}`.
1058
1058
  #
1059
1059
  # @return [Types::GetRevisionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1060
1060
  #
@@ -1725,7 +1725,7 @@ module Aws::QLDB
1725
1725
  tracer: tracer
1726
1726
  )
1727
1727
  context[:gem_name] = 'aws-sdk-qldb'
1728
- context[:gem_version] = '1.52.0'
1728
+ context[:gem_version] = '1.53.0'
1729
1729
  Seahorse::Client::Request.new(handlers, context)
1730
1730
  end
1731
1731
 
@@ -464,7 +464,7 @@ module Aws::QLDB
464
464
  # Amazon Ion structure that has two fields: `strandId` and
465
465
  # `sequenceNo`.
466
466
  #
467
- # For example: `\{strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:14\}`.
467
+ # For example: `{strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:14}`.
468
468
  # @return [Types::ValueHolder]
469
469
  #
470
470
  # @!attribute [rw] digest_tip_address
@@ -472,7 +472,7 @@ module Aws::QLDB
472
472
  # a proof. An address is an Amazon Ion structure that has two fields:
473
473
  # `strandId` and `sequenceNo`.
474
474
  #
475
- # For example: `\{strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:49\}`.
475
+ # For example: `{strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:49}`.
476
476
  # @return [Types::ValueHolder]
477
477
  #
478
478
  # @see http://docs.aws.amazon.com/goto/WebAPI/qldb-2019-01-02/GetBlockRequest AWS API Documentation
@@ -546,7 +546,7 @@ module Aws::QLDB
546
546
  # address is an Amazon Ion structure that has two fields: `strandId`
547
547
  # and `sequenceNo`.
548
548
  #
549
- # For example: `\{strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:14\}`.
549
+ # For example: `{strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:14}`.
550
550
  # @return [Types::ValueHolder]
551
551
  #
552
552
  # @!attribute [rw] document_id
@@ -559,7 +559,7 @@ module Aws::QLDB
559
559
  # a proof. An address is an Amazon Ion structure that has two fields:
560
560
  # `strandId` and `sequenceNo`.
561
561
  #
562
- # For example: `\{strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:49\}`.
562
+ # For example: `{strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:49}`.
563
563
  # @return [Types::ValueHolder]
564
564
  #
565
565
  # @see http://docs.aws.amazon.com/goto/WebAPI/qldb-2019-01-02/GetRevisionRequest AWS API Documentation
data/lib/aws-sdk-qldb.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::QLDB
54
54
  autoload :EndpointProvider, 'aws-sdk-qldb/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-qldb/endpoints'
56
56
 
57
- GEM_VERSION = '1.52.0'
57
+ GEM_VERSION = '1.53.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-qldb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.52.0
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-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core