aws-sdk-rds 1.244.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e24d93d9deb5acdd1656e20c2dc05ce644aece9d9c937861ca7e4724af8950a1
4
- data.tar.gz: 1d418c4f83da331bde806253b7591ff9522790df3edab038e12b12d11a887db2
3
+ metadata.gz: fd851527ea9b39cc242efde382481837883914cb25618cb8811b5d62254f7de5
4
+ data.tar.gz: 2d82428084786d2ba624ad7ed7e53d2a7c60b4eb10f00ea1d83deaf419099412
5
5
  SHA512:
6
- metadata.gz: c96a6189775dcc071f01bf329729e5621d7440beaa9671b3565d2c18f33ee591cc397b616f546a3fd12b815e5816bff3fa16ced8f8dc7f46cc96ec9adb62cd41
7
- data.tar.gz: e84fd3f0f777a03d621aecb3ae4c589baa7723d81ada4d9b9407d212e3a5dcfae3d4df9eae99e78a8a13dc54400a863180a7ce6feb1f1b63fdd4689bbf5532bd
6
+ metadata.gz: 27bbb8c8b229bf1381f12e59290d66507f22b9c2ccad6b7a1b734dc9126fd81e8680829045efc0439b4a31bbe443f8e38009d880f159ee10599671ea6c36435a
7
+ data.tar.gz: 162f703ad53ebded4a9e5a0efa6a9c3f9b20cd6a875a0e5520dbb5eba45d9c8ceec0a6eb42b8c1cce16550403f547cfc16d296134145378bed556aeea0314ec2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.244.0 (2024-09-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.244.0
1
+ 1.245.0
@@ -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: `system-update`, `db-upgrade`, `hardware-maintenance`,
725
- # `ca-certificate-rotation`
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
- # * Must not be `default`.
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.244.0'
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
- # * Must not be `default`.
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.
@@ -1429,6 +1429,8 @@ module Aws::RDS
1429
1429
  #
1430
1430
  # * `custom-sqlserver-web` (for RDS Custom for SQL Server DB instances)
1431
1431
  #
1432
+ # * `custom-sqlserver-dev` (for RDS Custom for SQL Server DB instances)
1433
+ #
1432
1434
  # * `db2-ae`
1433
1435
  #
1434
1436
  # * `db2-se`
@@ -1546,7 +1548,7 @@ module Aws::RDS
1546
1548
  #
1547
1549
  # * Must match the name of an existing DB subnet group.
1548
1550
  #
1549
- # * Must not be `default`.
1551
+ # ^
1550
1552
  #
1551
1553
  # Example: `mydbsubnetgroup`
1552
1554
  # @option options [String] :preferred_maintenance_window
@@ -285,8 +285,25 @@ module Aws::RDS
285
285
  # @!attribute [rw] apply_action
286
286
  # The pending maintenance action to apply to this resource.
287
287
  #
288
- # Valid Values: `system-update`, `db-upgrade`, `hardware-maintenance`,
289
- # `ca-certificate-rotation`
288
+ # Valid Values:
289
+ #
290
+ # * `ca-certificate-rotation`
291
+ #
292
+ # * `db-upgrade`
293
+ #
294
+ # * `hardware-maintenance`
295
+ #
296
+ # * `os-upgrade`
297
+ #
298
+ # * `system-update`
299
+ #
300
+ # For more information about these actions, see [Maintenance actions
301
+ # for Amazon Aurora][1] or [Maintenance actions for Amazon RDS][2].
302
+ #
303
+ #
304
+ #
305
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-aurora
306
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-rds
290
307
  # @return [String]
291
308
  #
292
309
  # @!attribute [rw] opt_in_type
@@ -1027,8 +1044,7 @@ module Aws::RDS
1027
1044
  # The number of seconds for a proxy to wait for a connection to become
1028
1045
  # available in the connection pool. This setting only applies when the
1029
1046
  # proxy has opened its maximum number of connections and all
1030
- # connections are busy with client sessions. For an unlimited wait
1031
- # time, specify `0`.
1047
+ # connections are busy with client sessions.
1032
1048
  #
1033
1049
  # Default: `120`
1034
1050
  #
@@ -3601,6 +3617,9 @@ module Aws::RDS
3601
3617
  # * `custom-sqlserver-web` (for RDS Custom for SQL Server DB
3602
3618
  # instances)
3603
3619
  #
3620
+ # * `custom-sqlserver-dev` (for RDS Custom for SQL Server DB
3621
+ # instances)
3622
+ #
3604
3623
  # * `db2-ae`
3605
3624
  #
3606
3625
  # * `db2-se`
@@ -3730,7 +3749,7 @@ module Aws::RDS
3730
3749
  #
3731
3750
  # * Must match the name of an existing DB subnet group.
3732
3751
  #
3733
- # * Must not be `default`.
3752
+ # ^
3734
3753
  #
3735
3754
  # Example: `mydbsubnetgroup`
3736
3755
  # @return [String]
@@ -5082,9 +5101,6 @@ module Aws::RDS
5082
5101
  # autogenerates a presigned URL that is a valid request for the
5083
5102
  # operation that can run in the source Amazon Web Services Region.
5084
5103
  #
5085
- # `SourceRegion` isn't supported for SQL Server, because Amazon RDS
5086
- # for SQL Server doesn't support cross-Region read replicas.
5087
- #
5088
5104
  # </note>
5089
5105
  #
5090
5106
  # This setting doesn't apply to RDS Custom DB instances.
@@ -9779,7 +9795,21 @@ module Aws::RDS
9779
9795
  # @return [String]
9780
9796
  #
9781
9797
  # @!attribute [rw] parameter_apply_status
9782
- # The status of parameter updates.
9798
+ # The status of parameter updates. Valid values are:
9799
+ #
9800
+ # * `applying`: The parameter group change is being applied to the
9801
+ # database.
9802
+ #
9803
+ # * `failed-to-apply`: The parameter group is in an invalid state.
9804
+ #
9805
+ # * `in-sync`: The parameter group change is synchronized with the
9806
+ # database.
9807
+ #
9808
+ # * `pending-database-upgrade`: The parameter group change will be
9809
+ # applied after the DB instance is upgraded.
9810
+ #
9811
+ # * `pending-reboot`: The parameter group change will be applied after
9812
+ # the DB instance reboots.
9783
9813
  # @return [String]
9784
9814
  #
9785
9815
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBParameterGroupStatus AWS API Documentation
@@ -20899,12 +20929,26 @@ module Aws::RDS
20899
20929
  # For more information about maintenance actions, see [Maintaining a
20900
20930
  # DB instance][1].
20901
20931
  #
20902
- # Valid Values:` system-update | db-upgrade | hardware-maintenance |
20903
- # ca-certificate-rotation`
20932
+ # Valid Values:
20933
+ #
20934
+ # * `ca-certificate-rotation`
20935
+ #
20936
+ # * `db-upgrade`
20937
+ #
20938
+ # * `hardware-maintenance`
20939
+ #
20940
+ # * `os-upgrade`
20941
+ #
20942
+ # * `system-update`
20943
+ #
20944
+ # For more information about these actions, see [Maintenance actions
20945
+ # for Amazon Aurora][2] or [Maintenance actions for Amazon RDS][3].
20904
20946
  #
20905
20947
  #
20906
20948
  #
20907
20949
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html
20950
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-aurora
20951
+ # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-rds
20908
20952
  # @return [String]
20909
20953
  #
20910
20954
  # @!attribute [rw] auto_applied_after_date
data/lib/aws-sdk-rds.rb CHANGED
@@ -78,6 +78,6 @@ require_relative 'aws-sdk-rds/customizations'
78
78
  # @!group service
79
79
  module Aws::RDS
80
80
 
81
- GEM_VERSION = '1.244.0'
81
+ GEM_VERSION = '1.245.0'
82
82
 
83
83
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.244.0
4
+ version: 1.245.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-11 00:00:00.000000000 Z
11
+ date: 2024-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core