aws-sdk-qldbsession 1.4.0 → 1.9.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 +5 -2
- data/lib/aws-sdk-qldbsession/client.rb +28 -9
- data/lib/aws-sdk-qldbsession/client_api.rb +2 -0
- data/lib/aws-sdk-qldbsession/errors.rb +2 -0
- data/lib/aws-sdk-qldbsession/resource.rb +2 -0
- data/lib/aws-sdk-qldbsession/types.rb +20 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20c385647d1c62b669f2c11c67f3c271ba33b57b238926c578bbfe2611d3b659
|
4
|
+
data.tar.gz: 2e5d3320a59e6a582a6f1dc552a309c84c543329ed988e720add99fe7f59c649
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 772f47be7bfd96f6e73ac98cf7a1765d22fd1df976b9d90d2ff9e79e140515f20bc6f3611a64719db3ac74a2a4201190fe2825a59e95544eaec1aa0faba26d8e
|
7
|
+
data.tar.gz: 855b0bc9ac4ae96e6a4483afff04c4b56f7a7106fd135ae4f117ee94e91990a4fa32872dc23c637b8edfc6c262990428a08431aee6d498bac89a63e52579ddc9
|
data/lib/aws-sdk-qldbsession.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -5,6 +7,7 @@
|
|
5
7
|
#
|
6
8
|
# WARNING ABOUT GENERATED CODE
|
7
9
|
|
10
|
+
|
8
11
|
require 'aws-sdk-core'
|
9
12
|
require 'aws-sigv4'
|
10
13
|
|
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-qldbsession/customizations'
|
|
42
45
|
#
|
43
46
|
# See {Errors} for more information.
|
44
47
|
#
|
45
|
-
#
|
48
|
+
# @!group service
|
46
49
|
module Aws::QLDBSession
|
47
50
|
|
48
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.9.0'
|
49
52
|
|
50
53
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
29
32
|
|
@@ -69,6 +72,7 @@ module Aws::QLDBSession
|
|
69
72
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
71
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
72
76
|
add_plugin(Aws::Plugins::SignatureV4)
|
73
77
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
74
78
|
|
@@ -81,13 +85,28 @@ module Aws::QLDBSession
|
|
81
85
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
82
86
|
# credentials.
|
83
87
|
#
|
88
|
+
# * `Aws::SharedCredentials` - Used for loading static credentials from a
|
89
|
+
# shared file, such as `~/.aws/config`.
|
90
|
+
#
|
91
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
92
|
+
#
|
93
|
+
# * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
|
94
|
+
# assume a role after providing credentials via the web.
|
95
|
+
#
|
96
|
+
# * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
|
97
|
+
# access token generated from `aws login`.
|
98
|
+
#
|
99
|
+
# * `Aws::ProcessCredentials` - Used for loading credentials from a
|
100
|
+
# process that outputs to stdout.
|
101
|
+
#
|
84
102
|
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
85
103
|
# from an EC2 IMDS on an EC2 instance.
|
86
104
|
#
|
87
|
-
# * `Aws::
|
88
|
-
#
|
105
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
106
|
+
# instances running in ECS.
|
89
107
|
#
|
90
|
-
# * `Aws::
|
108
|
+
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
109
|
+
# from the Cognito Identity service.
|
91
110
|
#
|
92
111
|
# When `:credentials` are not configured directly, the following
|
93
112
|
# locations will be searched for credentials:
|
@@ -97,10 +116,10 @@ module Aws::QLDBSession
|
|
97
116
|
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
98
117
|
# * `~/.aws/credentials`
|
99
118
|
# * `~/.aws/config`
|
100
|
-
# * EC2 IMDS instance profile - When used by default, the timeouts
|
101
|
-
# very aggressive. Construct and pass an instance of
|
102
|
-
# `Aws::InstanceProfileCredentails`
|
103
|
-
# timeouts.
|
119
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
|
+
# are very aggressive. Construct and pass an instance of
|
121
|
+
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
+
# enable retries and extended timeouts.
|
104
123
|
#
|
105
124
|
# @option options [required, String] :region
|
106
125
|
# The AWS region to connect to. The configured `:region` is
|
@@ -161,7 +180,7 @@ module Aws::QLDBSession
|
|
161
180
|
# @option options [String] :endpoint
|
162
181
|
# The client endpoint is normally constructed from the `:region`
|
163
182
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be a valid HTTP(S) URI.
|
183
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
184
|
#
|
166
185
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
186
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -453,7 +472,7 @@ module Aws::QLDBSession
|
|
453
472
|
params: params,
|
454
473
|
config: config)
|
455
474
|
context[:gem_name] = 'aws-sdk-qldbsession'
|
456
|
-
context[:gem_version] = '1.
|
475
|
+
context[:gem_version] = '1.9.0'
|
457
476
|
Seahorse::Client::Request.new(handlers, context)
|
458
477
|
end
|
459
478
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -36,6 +38,7 @@ module Aws::QLDBSession
|
|
36
38
|
class BadRequestException < Struct.new(
|
37
39
|
:message,
|
38
40
|
:code)
|
41
|
+
SENSITIVE = []
|
39
42
|
include Aws::Structure
|
40
43
|
end
|
41
44
|
|
@@ -65,6 +68,7 @@ module Aws::QLDBSession
|
|
65
68
|
class CommitTransactionRequest < Struct.new(
|
66
69
|
:transaction_id,
|
67
70
|
:commit_digest)
|
71
|
+
SENSITIVE = []
|
68
72
|
include Aws::Structure
|
69
73
|
end
|
70
74
|
|
@@ -83,6 +87,7 @@ module Aws::QLDBSession
|
|
83
87
|
class CommitTransactionResult < Struct.new(
|
84
88
|
:transaction_id,
|
85
89
|
:commit_digest)
|
90
|
+
SENSITIVE = []
|
86
91
|
include Aws::Structure
|
87
92
|
end
|
88
93
|
|
@@ -135,6 +140,7 @@ module Aws::QLDBSession
|
|
135
140
|
:transaction_id,
|
136
141
|
:statement,
|
137
142
|
:parameters)
|
143
|
+
SENSITIVE = []
|
138
144
|
include Aws::Structure
|
139
145
|
end
|
140
146
|
|
@@ -148,6 +154,7 @@ module Aws::QLDBSession
|
|
148
154
|
#
|
149
155
|
class ExecuteStatementResult < Struct.new(
|
150
156
|
:first_page)
|
157
|
+
SENSITIVE = []
|
151
158
|
include Aws::Structure
|
152
159
|
end
|
153
160
|
|
@@ -174,6 +181,7 @@ module Aws::QLDBSession
|
|
174
181
|
class FetchPageRequest < Struct.new(
|
175
182
|
:transaction_id,
|
176
183
|
:next_page_token)
|
184
|
+
SENSITIVE = []
|
177
185
|
include Aws::Structure
|
178
186
|
end
|
179
187
|
|
@@ -187,6 +195,7 @@ module Aws::QLDBSession
|
|
187
195
|
#
|
188
196
|
class FetchPageResult < Struct.new(
|
189
197
|
:page)
|
198
|
+
SENSITIVE = []
|
190
199
|
include Aws::Structure
|
191
200
|
end
|
192
201
|
|
@@ -204,6 +213,7 @@ module Aws::QLDBSession
|
|
204
213
|
class InvalidSessionException < Struct.new(
|
205
214
|
:message,
|
206
215
|
:code)
|
216
|
+
SENSITIVE = []
|
207
217
|
include Aws::Structure
|
208
218
|
end
|
209
219
|
|
@@ -217,6 +227,7 @@ module Aws::QLDBSession
|
|
217
227
|
#
|
218
228
|
class LimitExceededException < Struct.new(
|
219
229
|
:message)
|
230
|
+
SENSITIVE = []
|
220
231
|
include Aws::Structure
|
221
232
|
end
|
222
233
|
|
@@ -231,6 +242,7 @@ module Aws::QLDBSession
|
|
231
242
|
#
|
232
243
|
class OccConflictException < Struct.new(
|
233
244
|
:message)
|
245
|
+
SENSITIVE = []
|
234
246
|
include Aws::Structure
|
235
247
|
end
|
236
248
|
|
@@ -249,6 +261,7 @@ module Aws::QLDBSession
|
|
249
261
|
class Page < Struct.new(
|
250
262
|
:values,
|
251
263
|
:next_page_token)
|
264
|
+
SENSITIVE = []
|
252
265
|
include Aws::Structure
|
253
266
|
end
|
254
267
|
|
@@ -261,6 +274,7 @@ module Aws::QLDBSession
|
|
261
274
|
#
|
262
275
|
class RateExceededException < Struct.new(
|
263
276
|
:message)
|
277
|
+
SENSITIVE = []
|
264
278
|
include Aws::Structure
|
265
279
|
end
|
266
280
|
|
@@ -347,6 +361,7 @@ module Aws::QLDBSession
|
|
347
361
|
:abort_transaction,
|
348
362
|
:execute_statement,
|
349
363
|
:fetch_page)
|
364
|
+
SENSITIVE = []
|
350
365
|
include Aws::Structure
|
351
366
|
end
|
352
367
|
|
@@ -390,6 +405,7 @@ module Aws::QLDBSession
|
|
390
405
|
:abort_transaction,
|
391
406
|
:execute_statement,
|
392
407
|
:fetch_page)
|
408
|
+
SENSITIVE = []
|
393
409
|
include Aws::Structure
|
394
410
|
end
|
395
411
|
|
@@ -410,6 +426,7 @@ module Aws::QLDBSession
|
|
410
426
|
#
|
411
427
|
class StartSessionRequest < Struct.new(
|
412
428
|
:ledger_name)
|
429
|
+
SENSITIVE = []
|
413
430
|
include Aws::Structure
|
414
431
|
end
|
415
432
|
|
@@ -425,6 +442,7 @@ module Aws::QLDBSession
|
|
425
442
|
#
|
426
443
|
class StartSessionResult < Struct.new(
|
427
444
|
:session_token)
|
445
|
+
SENSITIVE = []
|
428
446
|
include Aws::Structure
|
429
447
|
end
|
430
448
|
|
@@ -446,6 +464,7 @@ module Aws::QLDBSession
|
|
446
464
|
#
|
447
465
|
class StartTransactionResult < Struct.new(
|
448
466
|
:transaction_id)
|
467
|
+
SENSITIVE = []
|
449
468
|
include Aws::Structure
|
450
469
|
end
|
451
470
|
|
@@ -474,6 +493,7 @@ module Aws::QLDBSession
|
|
474
493
|
class ValueHolder < Struct.new(
|
475
494
|
:ion_binary,
|
476
495
|
:ion_text)
|
496
|
+
SENSITIVE = []
|
477
497
|
include Aws::Structure
|
478
498
|
end
|
479
499
|
|
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.9.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-
|
11
|
+
date: 2020-09-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.109.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.109.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|