aws-sdk-qldb 1.52.0 → 1.53.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-qldb/client.rb +5 -5
- data/lib/aws-sdk-qldb/types.rb +4 -4
- data/lib/aws-sdk-qldb.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: a9542f9ca2bb755d23519d778fc68555240f61d289975383dd7a79ef31bd952a
|
4
|
+
data.tar.gz: ccd4118cfcdc8e892c7dd73fa826799c6aefe95fbfe205cb58d3db54b46b56b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ed0df746fc255658ccd05ac6b22e243a8977f23a2c4c6aa1668328be1dd0deb21d6b10948746284c9854c55fdbe32c7bdf479a86cea814620d7d61b2fcf04db
|
7
|
+
data.tar.gz: e18fb883385154e02e895565125a31a446a1c40e4908a5ace253a403b53e5988f25289fbe37ca85eedab86d4c15c823d3b9dab964931f1eb8becca6bc8a30e9b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.53.0
|
data/lib/aws-sdk-qldb/client.rb
CHANGED
@@ -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:
|
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:
|
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:
|
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:
|
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.
|
1728
|
+
context[:gem_version] = '1.53.0'
|
1729
1729
|
Seahorse::Client::Request.new(handlers, context)
|
1730
1730
|
end
|
1731
1731
|
|
data/lib/aws-sdk-qldb/types.rb
CHANGED
@@ -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:
|
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:
|
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:
|
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:
|
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
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.
|
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-
|
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
|