aws-sdk-rdsdataservice 1.19.1 → 1.20.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: b8db8a44b05ab1e57096f7df8a421df29a8a187bfd99c61f44d03858cb4f818d
4
- data.tar.gz: 3964754ee78ada6944d2ac8783bc1586e276001bcf5f7ec9e30696b1816785b9
3
+ metadata.gz: 5e2272ee6a4b01b1b1defbbc42b8f33053217c244d23cb1a87cd786c7250bfe7
4
+ data.tar.gz: 38b1424a3b3793966b94243fa6895fa52b11a8601ac3d5c74ded71a67c43b8f8
5
5
  SHA512:
6
- metadata.gz: 1377905118177c1c8008e222f0b98d36bdca6c4a11e1c352e29c6707d6cbc1ebb7ac23c4cd617bdf83ece810d8cb4da792a649c134baa485ba51a890a8f05cff
7
- data.tar.gz: 6c4594badb99432715ffd9d80a6041216e08181ec922fde6863f19d68b96da9c390a7f25b46f2340759b1b2ea19142203baf6d383565c63194c487320f66e03f
6
+ metadata.gz: 7784e12efc983d216b603fdd2939ea1661e4921b6f7780da7f20aa0173147346410aed3da4018ea3876a1c1e1b450461491fa7eb2f1eeb40ebb63e2f1a9703f1
7
+ data.tar.gz: cefb31909d5d97c83e729fd25e833741a72db3ac0abdb205b4f4267db583bd7879ec03c2e62019f3310b982e2b15d8af2895b4f8a2c693150339462350f8cf8a
@@ -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-rdsdataservice/customizations'
45
47
  # @service
46
48
  module Aws::RDSDataService
47
49
 
48
- GEM_VERSION = '1.19.1'
50
+ GEM_VERSION = '1.20.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:
@@ -810,7 +812,7 @@ module Aws::RDSDataService
810
812
  params: params,
811
813
  config: config)
812
814
  context[:gem_name] = 'aws-sdk-rdsdataservice'
813
- context[:gem_version] = '1.19.1'
815
+ context[:gem_version] = '1.20.0'
814
816
  Seahorse::Client::Request.new(handlers, context)
815
817
  end
816
818
 
@@ -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:
@@ -59,6 +61,7 @@ module Aws::RDSDataService
59
61
  :double_values,
60
62
  :long_values,
61
63
  :string_values)
64
+ SENSITIVE = []
62
65
  include Aws::Structure
63
66
  end
64
67
 
@@ -72,6 +75,7 @@ module Aws::RDSDataService
72
75
  #
73
76
  class BadRequestException < Struct.new(
74
77
  :message)
78
+ SENSITIVE = []
75
79
  include Aws::Structure
76
80
  end
77
81
 
@@ -173,6 +177,7 @@ module Aws::RDSDataService
173
177
  :secret_arn,
174
178
  :sql,
175
179
  :transaction_id)
180
+ SENSITIVE = []
176
181
  include Aws::Structure
177
182
  end
178
183
 
@@ -187,6 +192,7 @@ module Aws::RDSDataService
187
192
  #
188
193
  class BatchExecuteStatementResponse < Struct.new(
189
194
  :update_results)
195
+ SENSITIVE = []
190
196
  include Aws::Structure
191
197
  end
192
198
 
@@ -226,6 +232,7 @@ module Aws::RDSDataService
226
232
  :resource_arn,
227
233
  :schema,
228
234
  :secret_arn)
235
+ SENSITIVE = []
229
236
  include Aws::Structure
230
237
  end
231
238
 
@@ -240,6 +247,7 @@ module Aws::RDSDataService
240
247
  #
241
248
  class BeginTransactionResponse < Struct.new(
242
249
  :transaction_id)
250
+ SENSITIVE = []
243
251
  include Aws::Structure
244
252
  end
245
253
 
@@ -318,6 +326,7 @@ module Aws::RDSDataService
318
326
  :table_name,
319
327
  :type,
320
328
  :type_name)
329
+ SENSITIVE = []
321
330
  include Aws::Structure
322
331
  end
323
332
 
@@ -351,6 +360,7 @@ module Aws::RDSDataService
351
360
  :resource_arn,
352
361
  :secret_arn,
353
362
  :transaction_id)
363
+ SENSITIVE = []
354
364
  include Aws::Structure
355
365
  end
356
366
 
@@ -365,6 +375,7 @@ module Aws::RDSDataService
365
375
  #
366
376
  class CommitTransactionResponse < Struct.new(
367
377
  :transaction_status)
378
+ SENSITIVE = []
368
379
  include Aws::Structure
369
380
  end
370
381
 
@@ -415,6 +426,7 @@ module Aws::RDSDataService
415
426
  :db_cluster_or_instance_arn,
416
427
  :schema,
417
428
  :sql_statements)
429
+ SENSITIVE = []
418
430
  include Aws::Structure
419
431
  end
420
432
 
@@ -429,6 +441,7 @@ module Aws::RDSDataService
429
441
  #
430
442
  class ExecuteSqlResponse < Struct.new(
431
443
  :sql_statement_results)
444
+ SENSITIVE = []
432
445
  include Aws::Structure
433
446
  end
434
447
 
@@ -546,6 +559,7 @@ module Aws::RDSDataService
546
559
  :secret_arn,
547
560
  :sql,
548
561
  :transaction_id)
562
+ SENSITIVE = []
549
563
  include Aws::Structure
550
564
  end
551
565
 
@@ -577,6 +591,7 @@ module Aws::RDSDataService
577
591
  :generated_fields,
578
592
  :number_of_records_updated,
579
593
  :records)
594
+ SENSITIVE = []
580
595
  include Aws::Structure
581
596
  end
582
597
 
@@ -643,6 +658,7 @@ module Aws::RDSDataService
643
658
  :is_null,
644
659
  :long_value,
645
660
  :string_value)
661
+ SENSITIVE = []
646
662
  include Aws::Structure
647
663
  end
648
664
 
@@ -656,6 +672,7 @@ module Aws::RDSDataService
656
672
  #
657
673
  class ForbiddenException < Struct.new(
658
674
  :message)
675
+ SENSITIVE = []
659
676
  include Aws::Structure
660
677
  end
661
678
 
@@ -676,6 +693,7 @@ module Aws::RDSDataService
676
693
  #
677
694
  class NotFoundException < Struct.new(
678
695
  :message)
696
+ SENSITIVE = []
679
697
  include Aws::Structure
680
698
  end
681
699
 
@@ -689,6 +707,7 @@ module Aws::RDSDataService
689
707
  #
690
708
  class Record < Struct.new(
691
709
  :values)
710
+ SENSITIVE = []
692
711
  include Aws::Structure
693
712
  end
694
713
 
@@ -707,6 +726,7 @@ module Aws::RDSDataService
707
726
  class ResultFrame < Struct.new(
708
727
  :records,
709
728
  :result_set_metadata)
729
+ SENSITIVE = []
710
730
  include Aws::Structure
711
731
  end
712
732
 
@@ -725,6 +745,7 @@ module Aws::RDSDataService
725
745
  class ResultSetMetadata < Struct.new(
726
746
  :column_count,
727
747
  :column_metadata)
748
+ SENSITIVE = []
728
749
  include Aws::Structure
729
750
  end
730
751
 
@@ -753,6 +774,7 @@ module Aws::RDSDataService
753
774
  #
754
775
  class ResultSetOptions < Struct.new(
755
776
  :decimal_return_type)
777
+ SENSITIVE = []
756
778
  include Aws::Structure
757
779
  end
758
780
 
@@ -786,6 +808,7 @@ module Aws::RDSDataService
786
808
  :resource_arn,
787
809
  :secret_arn,
788
810
  :transaction_id)
811
+ SENSITIVE = []
789
812
  include Aws::Structure
790
813
  end
791
814
 
@@ -800,6 +823,7 @@ module Aws::RDSDataService
800
823
  #
801
824
  class RollbackTransactionResponse < Struct.new(
802
825
  :transaction_status)
826
+ SENSITIVE = []
803
827
  include Aws::Structure
804
828
  end
805
829
 
@@ -873,6 +897,7 @@ module Aws::RDSDataService
873
897
  :name,
874
898
  :type_hint,
875
899
  :value)
900
+ SENSITIVE = []
876
901
  include Aws::Structure
877
902
  end
878
903
 
@@ -893,6 +918,7 @@ module Aws::RDSDataService
893
918
  class SqlStatementResult < Struct.new(
894
919
  :number_of_records_updated,
895
920
  :result_frame)
921
+ SENSITIVE = []
896
922
  include Aws::Structure
897
923
  end
898
924
 
@@ -912,6 +938,7 @@ module Aws::RDSDataService
912
938
  class StatementTimeoutException < Struct.new(
913
939
  :db_connection_id,
914
940
  :message)
941
+ SENSITIVE = []
915
942
  include Aws::Structure
916
943
  end
917
944
 
@@ -925,6 +952,7 @@ module Aws::RDSDataService
925
952
  #
926
953
  class StructValue < Struct.new(
927
954
  :attributes)
955
+ SENSITIVE = []
928
956
  include Aws::Structure
929
957
  end
930
958
 
@@ -938,6 +966,7 @@ module Aws::RDSDataService
938
966
  #
939
967
  class UpdateResult < Struct.new(
940
968
  :generated_fields)
969
+ SENSITIVE = []
941
970
  include Aws::Structure
942
971
  end
943
972
 
@@ -998,6 +1027,7 @@ module Aws::RDSDataService
998
1027
  :real_value,
999
1028
  :string_value,
1000
1029
  :struct_value)
1030
+ SENSITIVE = []
1001
1031
  include Aws::Structure
1002
1032
  end
1003
1033
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rdsdataservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.1
4
+ version: 1.20.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