aws-sdk-rdsdataservice 1.87.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: bfcf63055f6d5d20d5de7bab99fb326fe3137e224f0efc90edf484210cfa1443
4
- data.tar.gz: a6203f4e8d66b6b1780de955e6cd19df956b9aa040db8e422266ea1be990ea9a
3
+ metadata.gz: c101291dbb8b4891737adb40a84a1e76570537520feae7bd5d6273a4b246a823
4
+ data.tar.gz: f60c0ba869482069bb2957c471cb498ecbd2711e6cd61dafb620c38d61cf6d4a
5
5
  SHA512:
6
- metadata.gz: 5193ecf1541bd795c3bd8e8fa7d7ab46e4db075bd54b61c734f1a422ee501bca31981bd2a2e3e7b3858529967dd364f9e6f46f1c5e2e243b5a59c53a42950464
7
- data.tar.gz: 9f7394f5415eeffbc61ad5a4aa71dcc3e222a601f5231e097435256bb1bc0ff5db861c237b7d0bcffe89d49a56c3a15adf8a172bc4e018b562d77ceb59411cc9
6
+ metadata.gz: 1d1e43a00a90c2ea407e4f6bfdc7d5f7603db2f4cfbbf3a14c969b81e9efbc959962e07a35fdc66caa708c0c56bd6d600418810c106b253d1602e4c68714a7b5
7
+ data.tar.gz: 0ae08e21a1af7211930883dbe948686c165e3d916f445990418820c954b7fe00a7411eb87e06ca4bd19b1bfd42a9aed666b7fbc6e6f3cdb469198d37b9d540b4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.88.0 (2026-05-29)
10
+ ------------------
11
+
12
+ * Feature - RDS Data API arrays (longValues, doubleValues, stringValues, booleanValues) in ExecuteStatement responses now correctly support null elements. Runtime change for JS v3 and .NET. Compile-time change for C plus plus, .NET, Kotlin, Rust. No impact for Java, Python, Ruby, PHP, Go.
13
+
4
14
  1.87.0 (2026-05-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.87.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
  #
@@ -830,6 +828,18 @@ module Aws::RDSDataService
830
828
  # For information about creating the secret, see [Create a database
831
829
  # secret][1].
832
830
  #
831
+ # <note markdown="1"> When you use the CLI on Linux to reference a secret created in the RDS
832
+ # console, the ARN might include special characters like `rds!cluster`.
833
+ # If you enclose the ARN in double quotes, the `!` character might
834
+ # trigger a shell expansion error, such as `-bash: !cluster: event not
835
+ # found`. To avoid this, escape the exclamation mark (\\!) in the ARN or
836
+ # enclose the entire ARN in single quotes (') instead of double quotes.
837
+ #
838
+ # Alternatively, disable shell history expansion by running `set +H`
839
+ # before you execute the command.
840
+ #
841
+ # </note>
842
+ #
833
843
  #
834
844
  #
835
845
  # [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/create_database_secret.html
@@ -1064,7 +1074,7 @@ module Aws::RDSDataService
1064
1074
  tracer: tracer
1065
1075
  )
1066
1076
  context[:gem_name] = 'aws-sdk-rdsdataservice'
1067
- context[:gem_version] = '1.87.0'
1077
+ context[:gem_version] = '1.89.0'
1068
1078
  Seahorse::Client::Request.new(handlers, context)
1069
1079
  end
1070
1080
 
@@ -375,8 +375,8 @@ module Aws::RDSDataService
375
375
  o.errors << Shapes::ShapeRef.new(shape: TransactionNotFoundException)
376
376
  o.errors << Shapes::ShapeRef.new(shape: InvalidSecretException)
377
377
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateException)
378
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableError)
379
378
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
379
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableError)
380
380
  o.errors << Shapes::ShapeRef.new(shape: DatabaseNotFoundException)
381
381
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
382
382
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
@@ -398,8 +398,8 @@ module Aws::RDSDataService
398
398
  o.errors << Shapes::ShapeRef.new(shape: TransactionNotFoundException)
399
399
  o.errors << Shapes::ShapeRef.new(shape: InvalidSecretException)
400
400
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateException)
401
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableError)
402
401
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
402
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableError)
403
403
  o.errors << Shapes::ShapeRef.new(shape: DatabaseNotFoundException)
404
404
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
405
405
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
@@ -420,8 +420,8 @@ module Aws::RDSDataService
420
420
  o.errors << Shapes::ShapeRef.new(shape: TransactionNotFoundException)
421
421
  o.errors << Shapes::ShapeRef.new(shape: InvalidSecretException)
422
422
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateException)
423
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableError)
424
423
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
424
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableError)
425
425
  o.errors << Shapes::ShapeRef.new(shape: DatabaseNotFoundException)
426
426
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
427
427
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
@@ -458,8 +458,8 @@ module Aws::RDSDataService
458
458
  o.errors << Shapes::ShapeRef.new(shape: TransactionNotFoundException)
459
459
  o.errors << Shapes::ShapeRef.new(shape: InvalidSecretException)
460
460
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateException)
461
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableError)
462
461
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
462
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableError)
463
463
  o.errors << Shapes::ShapeRef.new(shape: DatabaseNotFoundException)
464
464
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
465
465
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
@@ -481,8 +481,8 @@ module Aws::RDSDataService
481
481
  o.errors << Shapes::ShapeRef.new(shape: TransactionNotFoundException)
482
482
  o.errors << Shapes::ShapeRef.new(shape: InvalidSecretException)
483
483
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateException)
484
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableError)
485
484
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
485
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableError)
486
486
  o.errors << Shapes::ShapeRef.new(shape: DatabaseNotFoundException)
487
487
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
488
488
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
@@ -30,23 +30,23 @@ module Aws::RDSDataService
30
30
  # @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.
31
31
  #
32
32
  # @!attribute [rw] boolean_values
33
- # An array of Boolean values.
33
+ # An array of Boolean values. Can contain null values.
34
34
  # @return [Array<Boolean>]
35
35
  #
36
36
  # @!attribute [rw] long_values
37
- # An array of integers.
37
+ # An array of integers. Can contain null values.
38
38
  # @return [Array<Integer>]
39
39
  #
40
40
  # @!attribute [rw] double_values
41
- # An array of floating-point numbers.
41
+ # An array of floating-point numbers. Can contain null values.
42
42
  # @return [Array<Float>]
43
43
  #
44
44
  # @!attribute [rw] string_values
45
- # An array of strings.
45
+ # An array of strings. Can contain null values.
46
46
  # @return [Array<String>]
47
47
  #
48
48
  # @!attribute [rw] array_values
49
- # An array of arrays.
49
+ # An array of arrays. Can contain null values.
50
50
  # @return [Array<Types::ArrayValue>]
51
51
  #
52
52
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-data-2018-08-01/ArrayValue AWS API Documentation
@@ -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]
@@ -466,6 +466,19 @@ module Aws::RDSDataService
466
466
  # For information about creating the secret, see [Create a database
467
467
  # secret][1].
468
468
  #
469
+ # <note markdown="1"> When you use the CLI on Linux to reference a secret created in the
470
+ # RDS console, the ARN might include special characters like
471
+ # `rds!cluster`. If you enclose the ARN in double quotes, the `!`
472
+ # character might trigger a shell expansion error, such as `-bash:
473
+ # !cluster: event not found`. To avoid this, escape the exclamation
474
+ # mark (\\!) in the ARN or enclose the entire ARN in single quotes
475
+ # (') instead of double quotes.
476
+ #
477
+ # Alternatively, disable shell history expansion by running `set +H`
478
+ # before you execute the command.
479
+ #
480
+ # </note>
481
+ #
469
482
  #
470
483
  #
471
484
  # [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/create_database_secret.html
@@ -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.87.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.87.0
4
+ version: 1.89.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services