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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rdsdataservice/client.rb +3 -5
- data/lib/aws-sdk-rdsdataservice/types.rb +5 -5
- data/lib/aws-sdk-rdsdataservice.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c101291dbb8b4891737adb40a84a1e76570537520feae7bd5d6273a4b246a823
|
|
4
|
+
data.tar.gz: f60c0ba869482069bb2957c471cb498ecbd2711e6cd61dafb620c38d61cf6d4a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d1e43a00a90c2ea407e4f6bfdc7d5f7603db2f4cfbbf3a14c969b81e9efbc959962e07a35fdc66caa708c0c56bd6d600418810c106b253d1602e4c68714a7b5
|
|
7
|
+
data.tar.gz: 0ae08e21a1af7211930883dbe948686c165e3d916f445990418820c954b7fe00a7411eb87e06ca4bd19b1bfd42a9aed666b7fbc6e6f3cdb469198d37b9d540b4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
|
720
|
-
#
|
|
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.
|
|
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.
|
|
74
|
-
#
|
|
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
|
|
371
|
-
#
|
|
372
|
-
#
|
|
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]
|