aws-sdk-rds 1.243.0 → 1.245.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +23 -7
- data/lib/aws-sdk-rds/db_instance.rb +3 -4
- data/lib/aws-sdk-rds/endpoints.rb +162 -648
- data/lib/aws-sdk-rds/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-rds/resource.rb +3 -1
- data/lib/aws-sdk-rds/types.rb +55 -11
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd851527ea9b39cc242efde382481837883914cb25618cb8811b5d62254f7de5
|
4
|
+
data.tar.gz: 2d82428084786d2ba624ad7ed7e53d2a7c60b4eb10f00ea1d83deaf419099412
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27bbb8c8b229bf1381f12e59290d66507f22b9c2ccad6b7a1b734dc9126fd81e8680829045efc0439b4a31bbe443f8e38009d880f159ee10599671ea6c36435a
|
7
|
+
data.tar.gz: 162f703ad53ebded4a9e5a0efa6a9c3f9b20cd6a875a0e5520dbb5eba45d9c8ceec0a6eb42b8c1cce16550403f547cfc16d296134145378bed556aeea0314ec2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.245.0 (2024-09-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for the os-upgrade pending maintenance action for Amazon Aurora DB clusters.
|
8
|
+
|
9
|
+
1.244.0 (2024-09-11)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.243.0 (2024-09-10)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.245.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -721,8 +721,25 @@ module Aws::RDS
|
|
721
721
|
# @option params [required, String] :apply_action
|
722
722
|
# The pending maintenance action to apply to this resource.
|
723
723
|
#
|
724
|
-
# Valid Values:
|
725
|
-
#
|
724
|
+
# Valid Values:
|
725
|
+
#
|
726
|
+
# * `ca-certificate-rotation`
|
727
|
+
#
|
728
|
+
# * `db-upgrade`
|
729
|
+
#
|
730
|
+
# * `hardware-maintenance`
|
731
|
+
#
|
732
|
+
# * `os-upgrade`
|
733
|
+
#
|
734
|
+
# * `system-update`
|
735
|
+
#
|
736
|
+
# For more information about these actions, see [Maintenance actions for
|
737
|
+
# Amazon Aurora][1] or [Maintenance actions for Amazon RDS][2].
|
738
|
+
#
|
739
|
+
#
|
740
|
+
#
|
741
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-aurora
|
742
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-rds
|
726
743
|
#
|
727
744
|
# @option params [required, String] :opt_in_type
|
728
745
|
# A value that specifies the type of opt-in request, or undoes an opt-in
|
@@ -4593,6 +4610,8 @@ module Aws::RDS
|
|
4593
4610
|
#
|
4594
4611
|
# * `custom-sqlserver-web` (for RDS Custom for SQL Server DB instances)
|
4595
4612
|
#
|
4613
|
+
# * `custom-sqlserver-dev` (for RDS Custom for SQL Server DB instances)
|
4614
|
+
#
|
4596
4615
|
# * `db2-ae`
|
4597
4616
|
#
|
4598
4617
|
# * `db2-se`
|
@@ -4716,7 +4735,7 @@ module Aws::RDS
|
|
4716
4735
|
#
|
4717
4736
|
# * Must match the name of an existing DB subnet group.
|
4718
4737
|
#
|
4719
|
-
#
|
4738
|
+
# ^
|
4720
4739
|
#
|
4721
4740
|
# Example: `mydbsubnetgroup`
|
4722
4741
|
#
|
@@ -6297,9 +6316,6 @@ module Aws::RDS
|
|
6297
6316
|
# autogenerates a presigned URL that is a valid request for the
|
6298
6317
|
# operation that can run in the source Amazon Web Services Region.
|
6299
6318
|
#
|
6300
|
-
# `SourceRegion` isn't supported for SQL Server, because Amazon RDS for
|
6301
|
-
# SQL Server doesn't support cross-Region read replicas.
|
6302
|
-
#
|
6303
6319
|
# </note>
|
6304
6320
|
#
|
6305
6321
|
# This setting doesn't apply to RDS Custom DB instances.
|
@@ -31381,7 +31397,7 @@ module Aws::RDS
|
|
31381
31397
|
tracer: tracer
|
31382
31398
|
)
|
31383
31399
|
context[:gem_name] = 'aws-sdk-rds'
|
31384
|
-
context[:gem_version] = '1.
|
31400
|
+
context[:gem_version] = '1.245.0'
|
31385
31401
|
Seahorse::Client::Request.new(handlers, context)
|
31386
31402
|
end
|
31387
31403
|
|
@@ -1298,6 +1298,8 @@ module Aws::RDS
|
|
1298
1298
|
#
|
1299
1299
|
# * `custom-sqlserver-web` (for RDS Custom for SQL Server DB instances)
|
1300
1300
|
#
|
1301
|
+
# * `custom-sqlserver-dev` (for RDS Custom for SQL Server DB instances)
|
1302
|
+
#
|
1301
1303
|
# * `db2-ae`
|
1302
1304
|
#
|
1303
1305
|
# * `db2-se`
|
@@ -1415,7 +1417,7 @@ module Aws::RDS
|
|
1415
1417
|
#
|
1416
1418
|
# * Must match the name of an existing DB subnet group.
|
1417
1419
|
#
|
1418
|
-
#
|
1420
|
+
# ^
|
1419
1421
|
#
|
1420
1422
|
# Example: `mydbsubnetgroup`
|
1421
1423
|
# @option options [String] :preferred_maintenance_window
|
@@ -2571,9 +2573,6 @@ module Aws::RDS
|
|
2571
2573
|
# autogenerates a presigned URL that is a valid request for the
|
2572
2574
|
# operation that can run in the source Amazon Web Services Region.
|
2573
2575
|
#
|
2574
|
-
# `SourceRegion` isn't supported for SQL Server, because Amazon RDS for
|
2575
|
-
# SQL Server doesn't support cross-Region read replicas.
|
2576
|
-
#
|
2577
2576
|
# </note>
|
2578
2577
|
#
|
2579
2578
|
# This setting doesn't apply to RDS Custom DB instances.
|