aws-sdk-rdsdataservice 1.37.0 → 1.38.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rdsdataservice/client.rb +5 -1
- data/lib/aws-sdk-rdsdataservice/client_api.rb +10 -10
- data/lib/aws-sdk-rdsdataservice/types.rb +4 -0
- data/lib/aws-sdk-rdsdataservice.rb +1 -1
- 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: 41b47ad1c05cf06a8e7e6250bbe4c703779feb73a700e64e1da752de836c5bc8
|
|
4
|
+
data.tar.gz: f3e779728098743a8abb5b5ec576add5311a14b46932faafd4379a11eb521375
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7050899c48cf62d1aa2856dc773071f6a58fcd03fbab48abab415fa0aacf7b3a6a509695d23cb663de0c039e0e6a2f43fc2c402bd91c9a7ffe6db3b18a37f799
|
|
7
|
+
data.tar.gz: a2ec1a8cb60cac9f66a0bca02e260f34ff7e3327f81c772b2cc28b8cc5d5aa64082c5faa675d20fcfda41da8ad3c9ff2d8167f6c5d079bbca1edf3c5b88acfb9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.38.0
|
|
@@ -400,6 +400,10 @@ module Aws::RDSDataService
|
|
|
400
400
|
# @option params [String] :schema
|
|
401
401
|
# The name of the database schema.
|
|
402
402
|
#
|
|
403
|
+
# <note markdown="1"> Currently, the `schema` parameter isn't supported.
|
|
404
|
+
#
|
|
405
|
+
# </note>
|
|
406
|
+
#
|
|
403
407
|
# @option params [Array<Array>] :parameter_sets
|
|
404
408
|
# The parameter set for the batch operation.
|
|
405
409
|
#
|
|
@@ -929,7 +933,7 @@ module Aws::RDSDataService
|
|
|
929
933
|
params: params,
|
|
930
934
|
config: config)
|
|
931
935
|
context[:gem_name] = 'aws-sdk-rdsdataservice'
|
|
932
|
-
context[:gem_version] = '1.
|
|
936
|
+
context[:gem_version] = '1.38.0'
|
|
933
937
|
Seahorse::Client::Request.new(handlers, context)
|
|
934
938
|
end
|
|
935
939
|
|
|
@@ -186,10 +186,10 @@ module Aws::RDSDataService
|
|
|
186
186
|
ExecuteStatementResponse.add_member(:formatted_records, Shapes::ShapeRef.new(shape: FormattedSqlRecords, location_name: "formattedRecords"))
|
|
187
187
|
ExecuteStatementResponse.struct_class = Types::ExecuteStatementResponse
|
|
188
188
|
|
|
189
|
-
Field.add_member(:is_null, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "isNull"))
|
|
190
|
-
Field.add_member(:boolean_value, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "booleanValue"))
|
|
191
|
-
Field.add_member(:long_value, Shapes::ShapeRef.new(shape: BoxedLong, location_name: "longValue"))
|
|
192
|
-
Field.add_member(:double_value, Shapes::ShapeRef.new(shape: BoxedDouble, location_name: "doubleValue"))
|
|
189
|
+
Field.add_member(:is_null, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "isNull", metadata: {"box"=>true}))
|
|
190
|
+
Field.add_member(:boolean_value, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "booleanValue", metadata: {"box"=>true}))
|
|
191
|
+
Field.add_member(:long_value, Shapes::ShapeRef.new(shape: BoxedLong, location_name: "longValue", metadata: {"box"=>true}))
|
|
192
|
+
Field.add_member(:double_value, Shapes::ShapeRef.new(shape: BoxedDouble, location_name: "doubleValue", metadata: {"box"=>true}))
|
|
193
193
|
Field.add_member(:string_value, Shapes::ShapeRef.new(shape: String, location_name: "stringValue"))
|
|
194
194
|
Field.add_member(:blob_value, Shapes::ShapeRef.new(shape: Blob, location_name: "blobValue"))
|
|
195
195
|
Field.add_member(:array_value, Shapes::ShapeRef.new(shape: ArrayValue, location_name: "arrayValue"))
|
|
@@ -278,12 +278,12 @@ module Aws::RDSDataService
|
|
|
278
278
|
|
|
279
279
|
UpdateResults.member = Shapes::ShapeRef.new(shape: UpdateResult)
|
|
280
280
|
|
|
281
|
-
Value.add_member(:is_null, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "isNull"))
|
|
282
|
-
Value.add_member(:bit_value, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "bitValue"))
|
|
283
|
-
Value.add_member(:big_int_value, Shapes::ShapeRef.new(shape: BoxedLong, location_name: "bigIntValue"))
|
|
284
|
-
Value.add_member(:int_value, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "intValue"))
|
|
285
|
-
Value.add_member(:double_value, Shapes::ShapeRef.new(shape: BoxedDouble, location_name: "doubleValue"))
|
|
286
|
-
Value.add_member(:real_value, Shapes::ShapeRef.new(shape: BoxedFloat, location_name: "realValue"))
|
|
281
|
+
Value.add_member(:is_null, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "isNull", metadata: {"box"=>true}))
|
|
282
|
+
Value.add_member(:bit_value, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "bitValue", metadata: {"box"=>true}))
|
|
283
|
+
Value.add_member(:big_int_value, Shapes::ShapeRef.new(shape: BoxedLong, location_name: "bigIntValue", metadata: {"box"=>true}))
|
|
284
|
+
Value.add_member(:int_value, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "intValue", metadata: {"box"=>true}))
|
|
285
|
+
Value.add_member(:double_value, Shapes::ShapeRef.new(shape: BoxedDouble, location_name: "doubleValue", metadata: {"box"=>true}))
|
|
286
|
+
Value.add_member(:real_value, Shapes::ShapeRef.new(shape: BoxedFloat, location_name: "realValue", metadata: {"box"=>true}))
|
|
287
287
|
Value.add_member(:string_value, Shapes::ShapeRef.new(shape: String, location_name: "stringValue"))
|
|
288
288
|
Value.add_member(:blob_value, Shapes::ShapeRef.new(shape: Blob, location_name: "blobValue"))
|
|
289
289
|
Value.add_member(:array_values, Shapes::ShapeRef.new(shape: ArrayValueList, location_name: "arrayValues"))
|
|
@@ -154,6 +154,10 @@ module Aws::RDSDataService
|
|
|
154
154
|
#
|
|
155
155
|
# @!attribute [rw] schema
|
|
156
156
|
# The name of the database schema.
|
|
157
|
+
#
|
|
158
|
+
# <note markdown="1"> Currently, the `schema` parameter isn't supported.
|
|
159
|
+
#
|
|
160
|
+
# </note>
|
|
157
161
|
# @return [String]
|
|
158
162
|
#
|
|
159
163
|
# @!attribute [rw] parameter_sets
|
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.
|
|
4
|
+
version: 1.38.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: 2022-
|
|
11
|
+
date: 2022-10-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|