aws-sdk-rdsdataservice 1.85.0 → 1.87.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: 2484006244a222518292019cb37bbbfb2707538ad96c15465b948d03ec272130
4
- data.tar.gz: b64195e9e34c9492eb059bd8817ad0b3b350ebc9f80aed9c073fa61c4eac0ae0
3
+ metadata.gz: bfcf63055f6d5d20d5de7bab99fb326fe3137e224f0efc90edf484210cfa1443
4
+ data.tar.gz: a6203f4e8d66b6b1780de955e6cd19df956b9aa040db8e422266ea1be990ea9a
5
5
  SHA512:
6
- metadata.gz: 97c80077e662765dc58e532543ea7c445e815b0d8b7d64fde9b1f341d3f483c35e5997df58d4b65b14d6b6185967b29f6be26b2e40db7aeae7e2f9ac4bdcf70a
7
- data.tar.gz: e6ba59bcc4f5d83fb9e9913ae2aec074c997fd11ad8c1f2dc5207115c6bf4f109d2583d37d38f68bf177847c6f0697c6ca830b399f8a4ecdc9745f266c4788ca
6
+ metadata.gz: 5193ecf1541bd795c3bd8e8fa7d7ab46e4db075bd54b61c734f1a422ee501bca31981bd2a2e3e7b3858529967dd364f9e6f46f1c5e2e243b5a59c53a42950464
7
+ data.tar.gz: 9f7394f5415eeffbc61ad5a4aa71dcc3e222a601f5231e097435256bb1bc0ff5db861c237b7d0bcffe89d49a56c3a15adf8a172bc4e018b562d77ceb59411cc9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.86.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.85.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.87.0
@@ -199,7 +199,7 @@ module Aws::RDSDataService
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::RDSDataService
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -1066,7 +1064,7 @@ module Aws::RDSDataService
1066
1064
  tracer: tracer
1067
1065
  )
1068
1066
  context[:gem_name] = 'aws-sdk-rdsdataservice'
1069
- context[:gem_version] = '1.85.0'
1067
+ context[:gem_version] = '1.87.0'
1070
1068
  Seahorse::Client::Request.new(handlers, context)
1071
1069
  end
1072
1070
 
@@ -54,7 +54,7 @@ module Aws::RDSDataService
54
54
  autoload :EndpointProvider, 'aws-sdk-rdsdataservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-rdsdataservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.85.0'
57
+ GEM_VERSION = '1.87.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -91,28 +91,8 @@ module Aws
91
91
  ?schema: ::String,
92
92
  ?parameter_sets: Array[
93
93
  Array[
94
- {
95
- name: ::String?,
96
- value: {
97
- is_null: bool?,
98
- boolean_value: bool?,
99
- long_value: ::Integer?,
100
- double_value: ::Float?,
101
- string_value: ::String?,
102
- blob_value: ::String?,
103
- array_value: {
104
- boolean_values: Array[bool]?,
105
- long_values: Array[::Integer]?,
106
- double_values: Array[::Float]?,
107
- string_values: Array[::String]?,
108
- array_values: Array[
109
- untyped,
110
- ]?
111
- }?
112
- }?,
113
- type_hint: ("JSON" | "UUID" | "TIMESTAMP" | "DATE" | "TIME" | "DECIMAL")?
114
- },
115
- ],
94
+ Params::sql_parameter
95
+ ]
116
96
  ],
117
97
  ?transaction_id: ::String
118
98
  ) -> _BatchExecuteStatementResponseSuccess
@@ -173,27 +153,7 @@ module Aws
173
153
  ?database: ::String,
174
154
  ?schema: ::String,
175
155
  ?parameters: Array[
176
- {
177
- name: ::String?,
178
- value: {
179
- is_null: bool?,
180
- boolean_value: bool?,
181
- long_value: ::Integer?,
182
- double_value: ::Float?,
183
- string_value: ::String?,
184
- blob_value: ::String?,
185
- array_value: {
186
- boolean_values: Array[bool]?,
187
- long_values: Array[::Integer]?,
188
- double_values: Array[::Float]?,
189
- string_values: Array[::String]?,
190
- array_values: Array[
191
- untyped,
192
- ]?
193
- }?
194
- }?,
195
- type_hint: ("JSON" | "UUID" | "TIMESTAMP" | "DATE" | "TIME" | "DECIMAL")?
196
- },
156
+ Params::sql_parameter
197
157
  ],
198
158
  ?transaction_id: ::String,
199
159
  ?include_result_metadata: bool,
data/sig/params.rbs ADDED
@@ -0,0 +1,45 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module RDSDataService
10
+ module Params
11
+ type array_value = {
12
+ boolean_values: Array[bool]?,
13
+ long_values: Array[::Integer]?,
14
+ double_values: Array[::Float]?,
15
+ string_values: Array[::String]?,
16
+ array_values: Array[
17
+ {
18
+ boolean_values: Array[bool]?,
19
+ long_values: Array[::Integer]?,
20
+ double_values: Array[::Float]?,
21
+ string_values: Array[::String]?,
22
+ array_values: untyped?
23
+ }
24
+ ]?
25
+ }
26
+
27
+ type field = {
28
+ is_null: bool?,
29
+ boolean_value: bool?,
30
+ long_value: ::Integer?,
31
+ double_value: ::Float?,
32
+ string_value: ::String?,
33
+ blob_value: ::String?,
34
+ array_value: Params::array_value?
35
+ }
36
+
37
+ type sql_parameter = {
38
+ name: ::String?,
39
+ value: Params::field?,
40
+ type_hint: ("JSON" | "UUID" | "TIMESTAMP" | "DATE" | "TIME" | "DECIMAL")?
41
+ }
42
+
43
+ end
44
+ end
45
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rdsdataservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.0
4
+ version: 1.87.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-rdsdataservice/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs