aws-sdk-rdsdataservice 1.25.0 → 1.26.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.rb +1 -1
- data/lib/aws-sdk-rdsdataservice/client.rb +1 -1
- data/lib/aws-sdk-rdsdataservice/client_api.rb +31 -3
- data/lib/aws-sdk-rdsdataservice/types.rb +43 -43
- metadata +7 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f4c5c173e52311d565924e81c64f95f0ed54576906800ce3b7c0d9f2d56baed4
|
4
|
+
data.tar.gz: 6e06b8c68a9b12f397815d781d1f8e27e85b4b885c0a2df24452269debed6948
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12506f78ce0935a41dac3861aec9b076ea60287c128afb025187048bba176abab8c87ba49266372c8b7da236bfa2f6d0da3adde9a213c8a20677ab8f353ec9c3
|
7
|
+
data.tar.gz: 3aaccd3e9c67a960cd23ba72b5b7bd9afe3e9ff397e07d8c10c9ef4e2f4acd57292c0358166a813016096b638bf38f91018ac358fd9ed284a5c47667e44c87af
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.26.0
|
@@ -831,7 +831,7 @@ module Aws::RDSDataService
|
|
831
831
|
params: params,
|
832
832
|
config: config)
|
833
833
|
context[:gem_name] = 'aws-sdk-rdsdataservice'
|
834
|
-
context[:gem_version] = '1.
|
834
|
+
context[:gem_version] = '1.26.0'
|
835
835
|
Seahorse::Client::Request.new(handlers, context)
|
836
836
|
end
|
837
837
|
|
@@ -15,7 +15,7 @@ module Aws::RDSDataService
|
|
15
15
|
|
16
16
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
17
17
|
ArrayOfArray = Shapes::ListShape.new(name: 'ArrayOfArray')
|
18
|
-
ArrayValue = Shapes::
|
18
|
+
ArrayValue = Shapes::UnionShape.new(name: 'ArrayValue')
|
19
19
|
ArrayValueList = Shapes::ListShape.new(name: 'ArrayValueList')
|
20
20
|
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
21
21
|
BatchExecuteStatementRequest = Shapes::StructureShape.new(name: 'BatchExecuteStatementRequest')
|
@@ -41,7 +41,7 @@ module Aws::RDSDataService
|
|
41
41
|
ExecuteSqlResponse = Shapes::StructureShape.new(name: 'ExecuteSqlResponse')
|
42
42
|
ExecuteStatementRequest = Shapes::StructureShape.new(name: 'ExecuteStatementRequest')
|
43
43
|
ExecuteStatementResponse = Shapes::StructureShape.new(name: 'ExecuteStatementResponse')
|
44
|
-
Field = Shapes::
|
44
|
+
Field = Shapes::UnionShape.new(name: 'Field')
|
45
45
|
FieldList = Shapes::ListShape.new(name: 'FieldList')
|
46
46
|
ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
|
47
47
|
Id = Shapes::StringShape.new(name: 'Id')
|
@@ -77,7 +77,7 @@ module Aws::RDSDataService
|
|
77
77
|
TypeHint = Shapes::StringShape.new(name: 'TypeHint')
|
78
78
|
UpdateResult = Shapes::StructureShape.new(name: 'UpdateResult')
|
79
79
|
UpdateResults = Shapes::ListShape.new(name: 'UpdateResults')
|
80
|
-
Value = Shapes::
|
80
|
+
Value = Shapes::UnionShape.new(name: 'Value')
|
81
81
|
|
82
82
|
ArrayOfArray.member = Shapes::ShapeRef.new(shape: ArrayValue)
|
83
83
|
|
@@ -86,6 +86,13 @@ module Aws::RDSDataService
|
|
86
86
|
ArrayValue.add_member(:double_values, Shapes::ShapeRef.new(shape: DoubleArray, location_name: "doubleValues"))
|
87
87
|
ArrayValue.add_member(:long_values, Shapes::ShapeRef.new(shape: LongArray, location_name: "longValues"))
|
88
88
|
ArrayValue.add_member(:string_values, Shapes::ShapeRef.new(shape: StringArray, location_name: "stringValues"))
|
89
|
+
ArrayValue.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
90
|
+
ArrayValue.add_member_subclass(:array_values, Types::ArrayValue::ArrayValues)
|
91
|
+
ArrayValue.add_member_subclass(:boolean_values, Types::ArrayValue::BooleanValues)
|
92
|
+
ArrayValue.add_member_subclass(:double_values, Types::ArrayValue::DoubleValues)
|
93
|
+
ArrayValue.add_member_subclass(:long_values, Types::ArrayValue::LongValues)
|
94
|
+
ArrayValue.add_member_subclass(:string_values, Types::ArrayValue::StringValues)
|
95
|
+
ArrayValue.add_member_subclass(:unknown, Types::ArrayValue::Unknown)
|
89
96
|
ArrayValue.struct_class = Types::ArrayValue
|
90
97
|
|
91
98
|
ArrayValueList.member = Shapes::ShapeRef.new(shape: Value)
|
@@ -177,6 +184,15 @@ module Aws::RDSDataService
|
|
177
184
|
Field.add_member(:is_null, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "isNull"))
|
178
185
|
Field.add_member(:long_value, Shapes::ShapeRef.new(shape: BoxedLong, location_name: "longValue"))
|
179
186
|
Field.add_member(:string_value, Shapes::ShapeRef.new(shape: String, location_name: "stringValue"))
|
187
|
+
Field.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
188
|
+
Field.add_member_subclass(:array_value, Types::Field::ArrayValue)
|
189
|
+
Field.add_member_subclass(:blob_value, Types::Field::BlobValue)
|
190
|
+
Field.add_member_subclass(:boolean_value, Types::Field::BooleanValue)
|
191
|
+
Field.add_member_subclass(:double_value, Types::Field::DoubleValue)
|
192
|
+
Field.add_member_subclass(:is_null, Types::Field::IsNull)
|
193
|
+
Field.add_member_subclass(:long_value, Types::Field::LongValue)
|
194
|
+
Field.add_member_subclass(:string_value, Types::Field::StringValue)
|
195
|
+
Field.add_member_subclass(:unknown, Types::Field::Unknown)
|
180
196
|
Field.struct_class = Types::Field
|
181
197
|
|
182
198
|
FieldList.member = Shapes::ShapeRef.new(shape: Field)
|
@@ -262,6 +278,18 @@ module Aws::RDSDataService
|
|
262
278
|
Value.add_member(:real_value, Shapes::ShapeRef.new(shape: BoxedFloat, location_name: "realValue"))
|
263
279
|
Value.add_member(:string_value, Shapes::ShapeRef.new(shape: String, location_name: "stringValue"))
|
264
280
|
Value.add_member(:struct_value, Shapes::ShapeRef.new(shape: StructValue, location_name: "structValue"))
|
281
|
+
Value.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
282
|
+
Value.add_member_subclass(:array_values, Types::Value::ArrayValues)
|
283
|
+
Value.add_member_subclass(:big_int_value, Types::Value::BigIntValue)
|
284
|
+
Value.add_member_subclass(:bit_value, Types::Value::BitValue)
|
285
|
+
Value.add_member_subclass(:blob_value, Types::Value::BlobValue)
|
286
|
+
Value.add_member_subclass(:double_value, Types::Value::DoubleValue)
|
287
|
+
Value.add_member_subclass(:int_value, Types::Value::IntValue)
|
288
|
+
Value.add_member_subclass(:is_null, Types::Value::IsNull)
|
289
|
+
Value.add_member_subclass(:real_value, Types::Value::RealValue)
|
290
|
+
Value.add_member_subclass(:string_value, Types::Value::StringValue)
|
291
|
+
Value.add_member_subclass(:struct_value, Types::Value::StructValue)
|
292
|
+
Value.add_member_subclass(:unknown, Types::Value::Unknown)
|
265
293
|
Value.struct_class = Types::Value
|
266
294
|
|
267
295
|
|
@@ -12,26 +12,9 @@ module Aws::RDSDataService
|
|
12
12
|
|
13
13
|
# Contains an array.
|
14
14
|
#
|
15
|
-
# @note
|
16
|
-
# data as a hash:
|
15
|
+
# @note ArrayValue is a union - when making an API calls you must set exactly one of the members.
|
17
16
|
#
|
18
|
-
#
|
19
|
-
# array_values: [
|
20
|
-
# {
|
21
|
-
# array_values: {
|
22
|
-
# # recursive ArrayOfArray
|
23
|
-
# },
|
24
|
-
# boolean_values: [false],
|
25
|
-
# double_values: [1.0],
|
26
|
-
# long_values: [1],
|
27
|
-
# string_values: ["String"],
|
28
|
-
# },
|
29
|
-
# ],
|
30
|
-
# boolean_values: [false],
|
31
|
-
# double_values: [1.0],
|
32
|
-
# long_values: [1],
|
33
|
-
# string_values: ["String"],
|
34
|
-
# }
|
17
|
+
# @note ArrayValue is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of ArrayValue corresponding to the set member.
|
35
18
|
#
|
36
19
|
# @!attribute [rw] array_values
|
37
20
|
# An array of arrays.
|
@@ -60,9 +43,18 @@ module Aws::RDSDataService
|
|
60
43
|
:boolean_values,
|
61
44
|
:double_values,
|
62
45
|
:long_values,
|
63
|
-
:string_values
|
46
|
+
:string_values,
|
47
|
+
:unknown)
|
64
48
|
SENSITIVE = []
|
65
49
|
include Aws::Structure
|
50
|
+
include Aws::Structure::Union
|
51
|
+
|
52
|
+
class ArrayValues < ArrayValue; end
|
53
|
+
class BooleanValues < ArrayValue; end
|
54
|
+
class DoubleValues < ArrayValue; end
|
55
|
+
class LongValues < ArrayValue; end
|
56
|
+
class StringValues < ArrayValue; end
|
57
|
+
class Unknown < ArrayValue; end
|
66
58
|
end
|
67
59
|
|
68
60
|
# There is an error in the call or in a SQL statement.
|
@@ -601,28 +593,9 @@ module Aws::RDSDataService
|
|
601
593
|
|
602
594
|
# Contains a value.
|
603
595
|
#
|
604
|
-
# @note
|
605
|
-
# data as a hash:
|
596
|
+
# @note Field is a union - when making an API calls you must set exactly one of the members.
|
606
597
|
#
|
607
|
-
#
|
608
|
-
# array_value: {
|
609
|
-
# array_values: [
|
610
|
-
# {
|
611
|
-
# # recursive ArrayValue
|
612
|
-
# },
|
613
|
-
# ],
|
614
|
-
# boolean_values: [false],
|
615
|
-
# double_values: [1.0],
|
616
|
-
# long_values: [1],
|
617
|
-
# string_values: ["String"],
|
618
|
-
# },
|
619
|
-
# blob_value: "data",
|
620
|
-
# boolean_value: false,
|
621
|
-
# double_value: 1.0,
|
622
|
-
# is_null: false,
|
623
|
-
# long_value: 1,
|
624
|
-
# string_value: "String",
|
625
|
-
# }
|
598
|
+
# @note Field is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of Field corresponding to the set member.
|
626
599
|
#
|
627
600
|
# @!attribute [rw] array_value
|
628
601
|
# An array of values.
|
@@ -661,9 +634,20 @@ module Aws::RDSDataService
|
|
661
634
|
:double_value,
|
662
635
|
:is_null,
|
663
636
|
:long_value,
|
664
|
-
:string_value
|
637
|
+
:string_value,
|
638
|
+
:unknown)
|
665
639
|
SENSITIVE = []
|
666
640
|
include Aws::Structure
|
641
|
+
include Aws::Structure::Union
|
642
|
+
|
643
|
+
class ArrayValue < Field; end
|
644
|
+
class BlobValue < Field; end
|
645
|
+
class BooleanValue < Field; end
|
646
|
+
class DoubleValue < Field; end
|
647
|
+
class IsNull < Field; end
|
648
|
+
class LongValue < Field; end
|
649
|
+
class StringValue < Field; end
|
650
|
+
class Unknown < Field; end
|
667
651
|
end
|
668
652
|
|
669
653
|
# There are insufficient privileges to make the call.
|
@@ -983,6 +967,8 @@ module Aws::RDSDataService
|
|
983
967
|
#
|
984
968
|
# <important> <p>This data type is deprecated.</p> </important>
|
985
969
|
#
|
970
|
+
# @note Value is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of Value corresponding to the set member.
|
971
|
+
#
|
986
972
|
# @!attribute [rw] array_values
|
987
973
|
# An array of column values.
|
988
974
|
# @return [Array<Types::Value>]
|
@@ -1035,9 +1021,23 @@ module Aws::RDSDataService
|
|
1035
1021
|
:is_null,
|
1036
1022
|
:real_value,
|
1037
1023
|
:string_value,
|
1038
|
-
:struct_value
|
1024
|
+
:struct_value,
|
1025
|
+
:unknown)
|
1039
1026
|
SENSITIVE = []
|
1040
1027
|
include Aws::Structure
|
1028
|
+
include Aws::Structure::Union
|
1029
|
+
|
1030
|
+
class ArrayValues < Value; end
|
1031
|
+
class BigIntValue < Value; end
|
1032
|
+
class BitValue < Value; end
|
1033
|
+
class BlobValue < Value; end
|
1034
|
+
class DoubleValue < Value; end
|
1035
|
+
class IntValue < Value; end
|
1036
|
+
class IsNull < Value; end
|
1037
|
+
class RealValue < Value; end
|
1038
|
+
class StringValue < Value; end
|
1039
|
+
class StructValue < Value; end
|
1040
|
+
class Unknown < Value; end
|
1041
1041
|
end
|
1042
1042
|
|
1043
1043
|
end
|
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.26.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: 2021-
|
11
|
+
date: 2021-07-28 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.118.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.118.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
66
66
|
licenses:
|
67
67
|
- Apache-2.0
|
68
68
|
metadata:
|
69
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
70
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
69
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-rdsdataservice
|
70
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-rdsdataservice/CHANGELOG.md
|
71
71
|
post_install_message:
|
72
72
|
rdoc_options: []
|
73
73
|
require_paths:
|
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
83
83
|
- !ruby/object:Gem::Version
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
|
-
|
87
|
-
rubygems_version: 2.7.6.2
|
86
|
+
rubygems_version: 3.1.6
|
88
87
|
signing_key:
|
89
88
|
specification_version: 4
|
90
89
|
summary: AWS SDK for Ruby - AWS RDS DataService
|