aws-sdk-rdsdataservice 1.23.0 → 1.24.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 158403f848ba7e5ac5bd7e3daba3848e5ae544cea266e08eac12c680ae547318
4
- data.tar.gz: 5314736d7ffcd899ca3abf5e0e25ef1d8eea67d842991349f29c86bda1d2b922
3
+ metadata.gz: 7d5213924441e7c63bbff6d9f453dab73620aeb29fc444b649575be780611a7c
4
+ data.tar.gz: 653ac71bc95b21748b1f62631db978b47196e45f535230efa0e586336e764932
5
5
  SHA512:
6
- metadata.gz: 55f2b6d4bd026f5f54f33959d82c0ffc65da8ce75e269a070858aaa0f0e47677005eddb9f6aa2fedad188344e12d1af260092f091ea58bfd9780c5b46d74d146
7
- data.tar.gz: 573b0ffd41f74d9e435309775dd69f3412983fc15edd058f7d7ef5d5c6e37918d9c80c5c59910e89a96802702b5b5edaf7ad2bab98a811e148fecf2d4cca3b29
6
+ metadata.gz: f40b95c9d4c31b5a7d23ef836dc42a595b1e9e15a9b5e79fdda54058a19fe16c3d888fbd7f3a70ef43e6661dffc3b58aa4804b77e8e65ecd6279b1f31a4d5025
7
+ data.tar.gz: 840d732b00b676a7c3244ada5beb9137042e2db5f8aa4cb15c99585b20aad2c45d2c0f361c4fec909fdb8958838b64a581f1747cf3319db65fb115f5b6e17b16
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-rdsdataservice/customizations'
48
48
  # @!group service
49
49
  module Aws::RDSDataService
50
50
 
51
- GEM_VERSION = '1.23.0'
51
+ GEM_VERSION = '1.24.0'
52
52
 
53
53
  end
@@ -389,7 +389,7 @@ module Aws::RDSDataService
389
389
  # [
390
390
  # {
391
391
  # name: "ParameterName",
392
- # type_hint: "DATE", # accepts DATE, DECIMAL, TIME, TIMESTAMP
392
+ # type_hint: "JSON", # accepts JSON, UUID, TIMESTAMP, DATE, TIME, DECIMAL
393
393
  # value: {
394
394
  # array_value: {
395
395
  # array_values: [
@@ -652,6 +652,10 @@ module Aws::RDSDataService
652
652
  # @option params [String] :schema
653
653
  # The name of the database schema.
654
654
  #
655
+ # <note markdown="1"> Currently, the `schema` parameter isn't supported.
656
+ #
657
+ # </note>
658
+ #
655
659
  # @option params [required, String] :secret_arn
656
660
  # The name or ARN of the secret that enables access to the DB cluster.
657
661
  #
@@ -682,7 +686,7 @@ module Aws::RDSDataService
682
686
  # parameters: [
683
687
  # {
684
688
  # name: "ParameterName",
685
- # type_hint: "DATE", # accepts DATE, DECIMAL, TIME, TIMESTAMP
689
+ # type_hint: "JSON", # accepts JSON, UUID, TIMESTAMP, DATE, TIME, DECIMAL
686
690
  # value: {
687
691
  # array_value: {
688
692
  # array_values: [
@@ -706,7 +710,7 @@ module Aws::RDSDataService
706
710
  # ],
707
711
  # resource_arn: "Arn", # required
708
712
  # result_set_options: {
709
- # decimal_return_type: "DOUBLE_OR_LONG", # accepts DOUBLE_OR_LONG, STRING
713
+ # decimal_return_type: "STRING", # accepts STRING, DOUBLE_OR_LONG
710
714
  # },
711
715
  # schema: "DbName",
712
716
  # secret_arn: "Arn", # required
@@ -827,7 +831,7 @@ module Aws::RDSDataService
827
831
  params: params,
828
832
  config: config)
829
833
  context[:gem_name] = 'aws-sdk-rdsdataservice'
830
- context[:gem_version] = '1.23.0'
834
+ context[:gem_version] = '1.24.0'
831
835
  Seahorse::Client::Request.new(handlers, context)
832
836
  end
833
837
 
@@ -91,7 +91,7 @@ module Aws::RDSDataService
91
91
  # [
92
92
  # {
93
93
  # name: "ParameterName",
94
- # type_hint: "DATE", # accepts DATE, DECIMAL, TIME, TIMESTAMP
94
+ # type_hint: "JSON", # accepts JSON, UUID, TIMESTAMP, DATE, TIME, DECIMAL
95
95
  # value: {
96
96
  # array_value: {
97
97
  # array_values: [
@@ -458,7 +458,7 @@ module Aws::RDSDataService
458
458
  # parameters: [
459
459
  # {
460
460
  # name: "ParameterName",
461
- # type_hint: "DATE", # accepts DATE, DECIMAL, TIME, TIMESTAMP
461
+ # type_hint: "JSON", # accepts JSON, UUID, TIMESTAMP, DATE, TIME, DECIMAL
462
462
  # value: {
463
463
  # array_value: {
464
464
  # array_values: [
@@ -482,7 +482,7 @@ module Aws::RDSDataService
482
482
  # ],
483
483
  # resource_arn: "Arn", # required
484
484
  # result_set_options: {
485
- # decimal_return_type: "DOUBLE_OR_LONG", # accepts DOUBLE_OR_LONG, STRING
485
+ # decimal_return_type: "STRING", # accepts STRING, DOUBLE_OR_LONG
486
486
  # },
487
487
  # schema: "DbName",
488
488
  # secret_arn: "Arn", # required
@@ -527,6 +527,10 @@ module Aws::RDSDataService
527
527
  #
528
528
  # @!attribute [rw] schema
529
529
  # The name of the database schema.
530
+ #
531
+ # <note markdown="1"> Currently, the `schema` parameter isn't supported.
532
+ #
533
+ # </note>
530
534
  # @return [String]
531
535
  #
532
536
  # @!attribute [rw] secret_arn
@@ -755,7 +759,7 @@ module Aws::RDSDataService
755
759
  # data as a hash:
756
760
  #
757
761
  # {
758
- # decimal_return_type: "DOUBLE_OR_LONG", # accepts DOUBLE_OR_LONG, STRING
762
+ # decimal_return_type: "STRING", # accepts STRING, DOUBLE_OR_LONG
759
763
  # }
760
764
  #
761
765
  # @!attribute [rw] decimal_return_type
@@ -840,7 +844,7 @@ module Aws::RDSDataService
840
844
  #
841
845
  # {
842
846
  # name: "ParameterName",
843
- # type_hint: "DATE", # accepts DATE, DECIMAL, TIME, TIMESTAMP
847
+ # type_hint: "JSON", # accepts JSON, UUID, TIMESTAMP, DATE, TIME, DECIMAL
844
848
  # value: {
845
849
  # array_value: {
846
850
  # array_values: [
@@ -868,23 +872,28 @@ module Aws::RDSDataService
868
872
  #
869
873
  # @!attribute [rw] type_hint
870
874
  # A hint that specifies the correct object type for data type mapping.
875
+ # Possible values are as follows:
871
876
  #
872
- # **Values:**
877
+ # * `DATE` - The corresponding `String` parameter value is sent as an
878
+ # object of `DATE` type to the database. The accepted format is
879
+ # `YYYY-MM-DD`.
873
880
  #
874
881
  # * `DECIMAL` - The corresponding `String` parameter value is sent as
875
882
  # an object of `DECIMAL` type to the database.
876
883
  #
877
- # * `TIMESTAMP` - The corresponding `String` parameter value is sent
878
- # as an object of `TIMESTAMP` type to the database. The accepted
879
- # format is `YYYY-MM-DD HH:MM:SS[.FFF]`.
884
+ # * `JSON` - The corresponding `String` parameter value is sent as an
885
+ # object of `JSON` type to the database.
880
886
  #
881
887
  # * `TIME` - The corresponding `String` parameter value is sent as an
882
888
  # object of `TIME` type to the database. The accepted format is
883
889
  # `HH:MM:SS[.FFF]`.
884
890
  #
885
- # * `DATE` - The corresponding `String` parameter value is sent as an
886
- # object of `DATE` type to the database. The accepted format is
887
- # `YYYY-MM-DD`.
891
+ # * `TIMESTAMP` - The corresponding `String` parameter value is sent
892
+ # as an object of `TIMESTAMP` type to the database. The accepted
893
+ # format is `YYYY-MM-DD HH:MM:SS[.FFF]`.
894
+ #
895
+ # * `UUID` - The corresponding `String` parameter value is sent as an
896
+ # object of `UUID` type to the database.
888
897
  # @return [String]
889
898
  #
890
899
  # @!attribute [rw] value
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.23.0
4
+ version: 1.24.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-09-30 00:00:00.000000000 Z
11
+ date: 2021-02-02 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.109.0
22
+ version: 3.112.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.109.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement