aws-sdk-rdsdataservice 1.87.0 → 1.88.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: 0f84439e6445191a5376a8866c65fda7c01750afbd29e7ec6dbec11e000ad7e8
4
+ data.tar.gz: bb3f40f0b08abef198716c158b4369a7d61d69fbb9ba5712eb0b1e4b20142295
5
5
  SHA512:
6
- metadata.gz: 5193ecf1541bd795c3bd8e8fa7d7ab46e4db075bd54b61c734f1a422ee501bca31981bd2a2e3e7b3858529967dd364f9e6f46f1c5e2e243b5a59c53a42950464
7
- data.tar.gz: 9f7394f5415eeffbc61ad5a4aa71dcc3e222a601f5231e097435256bb1bc0ff5db861c237b7d0bcffe89d49a56c3a15adf8a172bc4e018b562d77ceb59411cc9
6
+ metadata.gz: 297cc91637e74aecdbd210b112203e9bd3b354b3afdc162c1c97f25d4c56d4953aa39dec78b2be543d0a9e585f802e7d1a4abb0a46d7b60df6fc75e0e4765bbb
7
+ data.tar.gz: 596685fa7192778dbbb84e23696a0570dee3d3834747b8ae6c6163f158d4186d61e997074d5e722b29c35ec5f35d3a6bfeb2e3b3152f90d4664ac64c05dbe121
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.88.0 (2026-05-29)
5
+ ------------------
6
+
7
+ * 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.
8
+
4
9
  1.87.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.87.0
1
+ 1.88.0
@@ -830,6 +830,18 @@ module Aws::RDSDataService
830
830
  # For information about creating the secret, see [Create a database
831
831
  # secret][1].
832
832
  #
833
+ # <note markdown="1"> When you use the CLI on Linux to reference a secret created in the RDS
834
+ # console, the ARN might include special characters like `rds!cluster`.
835
+ # If you enclose the ARN in double quotes, the `!` character might
836
+ # trigger a shell expansion error, such as `-bash: !cluster: event not
837
+ # found`. To avoid this, escape the exclamation mark (\\!) in the ARN or
838
+ # enclose the entire ARN in single quotes (') instead of double quotes.
839
+ #
840
+ # Alternatively, disable shell history expansion by running `set +H`
841
+ # before you execute the command.
842
+ #
843
+ # </note>
844
+ #
833
845
  #
834
846
  #
835
847
  # [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/create_database_secret.html
@@ -1064,7 +1076,7 @@ module Aws::RDSDataService
1064
1076
  tracer: tracer
1065
1077
  )
1066
1078
  context[:gem_name] = 'aws-sdk-rdsdataservice'
1067
- context[:gem_version] = '1.87.0'
1079
+ context[:gem_version] = '1.88.0'
1068
1080
  Seahorse::Client::Request.new(handlers, context)
1069
1081
  end
1070
1082
 
@@ -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
@@ -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.88.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.88.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services