aws-sdk-qldbsession 1.3.0 → 1.4.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-qldbsession.rb +1 -1
- data/lib/aws-sdk-qldbsession/client.rb +25 -2
- data/lib/aws-sdk-qldbsession/types.rb +11 -9
- 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: 186e2a1fb3e99e07ba96b3127534f4aaa699a5ba78146e6b666dad88563efda6
|
4
|
+
data.tar.gz: 2dd5cfd95ba5f70a36a5ad1e3b3e55ae0c488be4e1c17b922c127f7d0962d30d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2248fe5cc83aa4011513f0043e0f6051e80f88f80bbd8370101b34928225b00c782c4642f7f4e538e7083ef5ae7a37fd67a108107373064a3e46f088aff0cf2e
|
7
|
+
data.tar.gz: 95ffdd49260355dc85869151f41a24a54f0b0708f3eedf3e7cf479446c6b5d3e0fb66fae1f5c97c752314bda880538199882ecfec80be3622b8362d486bbb0d9
|
data/lib/aws-sdk-qldbsession.rb
CHANGED
@@ -176,7 +176,7 @@ module Aws::QLDBSession
|
|
176
176
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
177
|
#
|
178
178
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
179
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
180
|
#
|
181
181
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
182
|
# The log formatter.
|
@@ -320,6 +320,29 @@ module Aws::QLDBSession
|
|
320
320
|
|
321
321
|
# Sends a command to an Amazon QLDB ledger.
|
322
322
|
#
|
323
|
+
# <note markdown="1"> Instead of interacting directly with this API, we recommend that you
|
324
|
+
# use the Amazon QLDB Driver or the QLDB Shell to execute data
|
325
|
+
# transactions on a ledger.
|
326
|
+
#
|
327
|
+
# * If you are working with an AWS SDK, use the QLDB Driver. The driver
|
328
|
+
# provides a high-level abstraction layer above this `qldbsession`
|
329
|
+
# data plane and manages `SendCommand` API calls for you. For
|
330
|
+
# information and a list of supported programming languages, see
|
331
|
+
# [Getting started with the driver][1] in the *Amazon QLDB Developer
|
332
|
+
# Guide*.
|
333
|
+
#
|
334
|
+
# * If you are working with the AWS Command Line Interface (AWS CLI),
|
335
|
+
# use the QLDB Shell. The shell is a command line interface that uses
|
336
|
+
# the QLDB Driver to interact with a ledger. For information, see
|
337
|
+
# [Accessing Amazon QLDB using the QLDB Shell][2].
|
338
|
+
#
|
339
|
+
# </note>
|
340
|
+
#
|
341
|
+
#
|
342
|
+
#
|
343
|
+
# [1]: https://docs.aws.amazon.com/qldb/latest/developerguide/getting-started-driver.html
|
344
|
+
# [2]: https://docs.aws.amazon.com/qldb/latest/developerguide/data-shell.html
|
345
|
+
#
|
323
346
|
# @option params [String] :session_token
|
324
347
|
# Specifies the session token for the current command. A session token
|
325
348
|
# is constant throughout the life of the session.
|
@@ -430,7 +453,7 @@ module Aws::QLDBSession
|
|
430
453
|
params: params,
|
431
454
|
config: config)
|
432
455
|
context[:gem_name] = 'aws-sdk-qldbsession'
|
433
|
-
context[:gem_version] = '1.
|
456
|
+
context[:gem_version] = '1.4.0'
|
434
457
|
Seahorse::Client::Request.new(handlers, context)
|
435
458
|
end
|
436
459
|
|
@@ -50,7 +50,7 @@ module Aws::QLDBSession
|
|
50
50
|
# }
|
51
51
|
#
|
52
52
|
# @!attribute [rw] transaction_id
|
53
|
-
# Specifies the transaction
|
53
|
+
# Specifies the transaction ID of the transaction to commit.
|
54
54
|
# @return [String]
|
55
55
|
#
|
56
56
|
# @!attribute [rw] commit_digest
|
@@ -71,7 +71,7 @@ module Aws::QLDBSession
|
|
71
71
|
# Contains the details of the committed transaction.
|
72
72
|
#
|
73
73
|
# @!attribute [rw] transaction_id
|
74
|
-
# The transaction
|
74
|
+
# The transaction ID of the committed transaction.
|
75
75
|
# @return [String]
|
76
76
|
#
|
77
77
|
# @!attribute [rw] commit_digest
|
@@ -117,7 +117,7 @@ module Aws::QLDBSession
|
|
117
117
|
# }
|
118
118
|
#
|
119
119
|
# @!attribute [rw] transaction_id
|
120
|
-
# Specifies the transaction
|
120
|
+
# Specifies the transaction ID of the request.
|
121
121
|
# @return [String]
|
122
122
|
#
|
123
123
|
# @!attribute [rw] statement
|
@@ -162,7 +162,7 @@ module Aws::QLDBSession
|
|
162
162
|
# }
|
163
163
|
#
|
164
164
|
# @!attribute [rw] transaction_id
|
165
|
-
# Specifies the transaction
|
165
|
+
# Specifies the transaction ID of the page to be fetched.
|
166
166
|
# @return [String]
|
167
167
|
#
|
168
168
|
# @!attribute [rw] next_page_token
|
@@ -190,7 +190,7 @@ module Aws::QLDBSession
|
|
190
190
|
include Aws::Structure
|
191
191
|
end
|
192
192
|
|
193
|
-
# Returned if the session doesn't exist anymore because it timed
|
193
|
+
# Returned if the session doesn't exist anymore because it timed out or
|
194
194
|
# expired.
|
195
195
|
#
|
196
196
|
# @!attribute [rw] message
|
@@ -221,7 +221,8 @@ module Aws::QLDBSession
|
|
221
221
|
end
|
222
222
|
|
223
223
|
# Returned when a transaction cannot be written to the journal due to a
|
224
|
-
# failure in the verification phase of
|
224
|
+
# failure in the verification phase of *optimistic concurrency control*
|
225
|
+
# (OCC).
|
225
226
|
#
|
226
227
|
# @!attribute [rw] message
|
227
228
|
# @return [String]
|
@@ -392,7 +393,7 @@ module Aws::QLDBSession
|
|
392
393
|
include Aws::Structure
|
393
394
|
end
|
394
395
|
|
395
|
-
# Specifies a request to start a
|
396
|
+
# Specifies a request to start a new session.
|
396
397
|
#
|
397
398
|
# @note When making an API call, you may pass StartSessionRequest
|
398
399
|
# data as a hash:
|
@@ -438,7 +439,7 @@ module Aws::QLDBSession
|
|
438
439
|
# Contains the details of the started transaction.
|
439
440
|
#
|
440
441
|
# @!attribute [rw] transaction_id
|
441
|
-
# The transaction
|
442
|
+
# The transaction ID of the started transaction.
|
442
443
|
# @return [String]
|
443
444
|
#
|
444
445
|
# @see http://docs.aws.amazon.com/goto/WebAPI/qldb-session-2019-07-11/StartTransactionResult AWS API Documentation
|
@@ -448,7 +449,8 @@ module Aws::QLDBSession
|
|
448
449
|
include Aws::Structure
|
449
450
|
end
|
450
451
|
|
451
|
-
# A structure that can
|
452
|
+
# A structure that can contain an Amazon Ion value in multiple encoding
|
453
|
+
# formats.
|
452
454
|
#
|
453
455
|
# @note When making an API call, you may pass ValueHolder
|
454
456
|
# data as a hash:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-qldbsession
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.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-05-
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|