aws-sdk-rdsdataservice 1.88.0 → 1.89.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: 0f84439e6445191a5376a8866c65fda7c01750afbd29e7ec6dbec11e000ad7e8
4
- data.tar.gz: bb3f40f0b08abef198716c158b4369a7d61d69fbb9ba5712eb0b1e4b20142295
3
+ metadata.gz: c101291dbb8b4891737adb40a84a1e76570537520feae7bd5d6273a4b246a823
4
+ data.tar.gz: f60c0ba869482069bb2957c471cb498ecbd2711e6cd61dafb620c38d61cf6d4a
5
5
  SHA512:
6
- metadata.gz: 297cc91637e74aecdbd210b112203e9bd3b354b3afdc162c1c97f25d4c56d4953aa39dec78b2be543d0a9e585f802e7d1a4abb0a46d7b60df6fc75e0e4765bbb
7
- data.tar.gz: 596685fa7192778dbbb84e23696a0570dee3d3834747b8ae6c6163f158d4186d61e997074d5e722b29c35ec5f35d3a6bfeb2e3b3152f90d4664ac64c05dbe121
6
+ metadata.gz: 1d1e43a00a90c2ea407e4f6bfdc7d5f7603db2f4cfbbf3a14c969b81e9efbc959962e07a35fdc66caa708c0c56bd6d600418810c106b253d1602e4c68714a7b5
7
+ data.tar.gz: 0ae08e21a1af7211930883dbe948686c165e3d916f445990418820c954b7fe00a7411eb87e06ca4bd19b1bfd42a9aed666b7fbc6e6f3cdb469198d37b9d540b4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.89.0 (2026-06-29)
5
+ ------------------
6
+
7
+ * Feature - Updated documentation to remove Aurora Serverless V1 references.
8
+
4
9
  1.88.0 (2026-05-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.89.0
@@ -716,10 +716,8 @@ module Aws::RDSDataService
716
716
 
717
717
  # Runs one or more SQL statements.
718
718
  #
719
- # <note markdown="1"> This operation isn't supported for Aurora Serverless v2 and
720
- # provisioned DB clusters. For Aurora Serverless v1 DB clusters, the
721
- # operation is deprecated. Use the `BatchExecuteStatement` or
722
- # `ExecuteStatement` operation.
719
+ # <note markdown="1"> This operation is deprecated. Please use the `BatchExecuteStatement`
720
+ # or `ExecuteStatement` operation.
723
721
  #
724
722
  # </note>
725
723
  #
@@ -1076,7 +1074,7 @@ module Aws::RDSDataService
1076
1074
  tracer: tracer
1077
1075
  )
1078
1076
  context[:gem_name] = 'aws-sdk-rdsdataservice'
1079
- context[:gem_version] = '1.88.0'
1077
+ context[:gem_version] = '1.89.0'
1080
1078
  Seahorse::Client::Request.new(handlers, context)
1081
1079
  end
1082
1080
 
@@ -70,8 +70,8 @@ module Aws::RDSDataService
70
70
  class Unknown < ArrayValue; end
71
71
  end
72
72
 
73
- # There is an error in the call or in a SQL statement. (This error only
74
- # appears in calls from Aurora Serverless v1 databases.)
73
+ # There is an error in the call or in a SQL statement. This exception is
74
+ # deprecated.
75
75
  #
76
76
  # @!attribute [rw] message
77
77
  # The error message returned by this `BadRequestException` error.
@@ -367,9 +367,9 @@ module Aws::RDSDataService
367
367
  include Aws::Structure
368
368
  end
369
369
 
370
- # A request was cancelled because the Aurora Serverless v2 DB instance
371
- # was paused. The Data API request automatically resumes the DB
372
- # instance. Wait a few seconds and try again.
370
+ # A request was cancelled because the Aurora Serverless DB instance was
371
+ # paused. The Data API request automatically resumes the DB instance.
372
+ # Wait a few seconds and try again.
373
373
  #
374
374
  # @!attribute [rw] message
375
375
  # @return [String]
@@ -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.88.0'
57
+ GEM_VERSION = '1.89.0'
58
58
 
59
59
  end
60
60
 
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.88.0
4
+ version: 1.89.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services