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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rdsdataservice/client.rb +13 -1
- data/lib/aws-sdk-rdsdataservice/client_api.rb +5 -5
- data/lib/aws-sdk-rdsdataservice/types.rb +18 -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: 0f84439e6445191a5376a8866c65fda7c01750afbd29e7ec6dbec11e000ad7e8
|
|
4
|
+
data.tar.gz: bb3f40f0b08abef198716c158b4369a7d61d69fbb9ba5712eb0b1e4b20142295
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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
|