aws-sdk-qldbsession 1.5.1 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4de43ed0fa7cd7a33095fe7b3cbcae4306a8b5f59f2de1df0ea02924aad81f55
4
- data.tar.gz: 160dec99182489e972de822c9421738e887fcc90d50416e421f8ac4fb6543513
3
+ metadata.gz: 108720b5828cfd3f27f3cdc56064662f48420de4b0db2f44b43546085ab7f114
4
+ data.tar.gz: 7d5ae5d641c87a98e17bc9ff0278fe478f4b6f81f92128a0785be859e46b8104
5
5
  SHA512:
6
- metadata.gz: b5909be9378d802d38bee8dd4ded509d376aedb31a970fdf67caacfbd3b472ad20dfff0a0466d031f5ce6e77bf84862bb544a20b118ac9f6c976910e4f437f49
7
- data.tar.gz: fcc108ddb1291b35c37d931aa516a39913a14b9c4ac4939d10fe6bb69193a13b170d386aa84a0acf0448d6c64663312e52bbc7ac4583df1e3e6064417fb3b706
6
+ metadata.gz: caf52c4ba0b1ffcaf51e04b9d3602e98281667dcafbd82eef167cea97ec8f20703d46e63e140272c686cfceab4c3222b2ede9268a9b75014a0b60005a85a4d92
7
+ data.tar.gz: 450417b94c6d6b62b0a2f5423ebaf1968f31046fcd2133921fc8303e14710e23ec1b2bb4e0ce1ed3c30f941c76fc207efdd2cab7021ca25a7c02c8b2bb17c58e
@@ -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:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-qldbsession/customizations'
45
47
  # @service
46
48
  module Aws::QLDBSession
47
49
 
48
- GEM_VERSION = '1.5.1'
50
+ GEM_VERSION = '1.6.0'
49
51
 
50
52
  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:
@@ -455,7 +457,7 @@ module Aws::QLDBSession
455
457
  params: params,
456
458
  config: config)
457
459
  context[:gem_name] = 'aws-sdk-qldbsession'
458
- context[:gem_version] = '1.5.1'
460
+ context[:gem_version] = '1.6.0'
459
461
  Seahorse::Client::Request.new(handlers, context)
460
462
  end
461
463
 
@@ -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:
@@ -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:
@@ -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:
@@ -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.5.1
4
+ version: 1.6.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-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core