Skip to content

Commit 3d40591

Browse files
Updated API models and rebuilt service gems.
1 parent 9541f3d commit 3d40591

File tree

12 files changed

+392
-116
lines changed

12 files changed

+392
-116
lines changed

apis/rds/2014-10-31/docs-2.json

Lines changed: 33 additions & 33 deletions
Large diffs are not rendered by default.

gems/aws-sdk-rds/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.264.0 (2024-12-27)
5+
------------------
6+
7+
* Feature - Updates Amazon RDS documentation to correct various descriptions.
8+
49
1.263.0 (2024-12-16)
510
------------------
611

gems/aws-sdk-rds/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.263.0
1+
1.264.0

gems/aws-sdk-rds/lib/aws-sdk-rds.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ module Plugins
8080
autoload :ReservedDBInstancesOffering, 'aws-sdk-rds/reserved_db_instances_offering'
8181
autoload :ResourcePendingMaintenanceActionList, 'aws-sdk-rds/resource_pending_maintenance_action_list'
8282

83-
GEM_VERSION = '1.263.0'
83+
GEM_VERSION = '1.264.0'
8484

8585
end
8686

gems/aws-sdk-rds/lib/aws-sdk-rds/client.rb

Lines changed: 102 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3324,7 +3324,7 @@ def create_custom_db_engine_version(params = {}, options = {})
33243324
# the DB cluster during the maintenance window. By default, minor engine
33253325
# upgrades are applied automatically.
33263326
#
3327-
# Valid for Cluster Type: Multi-AZ DB clusters only
3327+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB cluster
33283328
#
33293329
# @option params [Integer] :monitoring_interval
33303330
# The interval, in seconds, between points when Enhanced Monitoring
@@ -3334,7 +3334,7 @@ def create_custom_db_engine_version(params = {}, options = {})
33343334
# If `MonitoringRoleArn` is specified, also set `MonitoringInterval` to
33353335
# a value other than `0`.
33363336
#
3337-
# Valid for Cluster Type: Multi-AZ DB clusters only
3337+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
33383338
#
33393339
# Valid Values: `0 | 1 | 5 | 10 | 15 | 30 | 60`
33403340
#
@@ -3350,22 +3350,28 @@ def create_custom_db_engine_version(params = {}, options = {})
33503350
# If `MonitoringInterval` is set to a value other than `0`, supply a
33513351
# `MonitoringRoleArn` value.
33523352
#
3353-
# Valid for Cluster Type: Multi-AZ DB clusters only
3353+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
33543354
#
33553355
#
33563356
#
33573357
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling
33583358
#
33593359
# @option params [String] :database_insights_mode
3360-
# Specifies the mode of Database Insights to enable for the cluster.
3360+
# The mode of Database Insights to enable for the DB cluster.
3361+
#
3362+
# If you set this value to `advanced`, you must also set the
3363+
# `PerformanceInsightsEnabled` parameter to `true` and the
3364+
# `PerformanceInsightsRetentionPeriod` parameter to 465.
3365+
#
3366+
# Valid for Cluster Type: Aurora DB clusters only
33613367
#
33623368
# @option params [Boolean] :enable_performance_insights
33633369
# Specifies whether to turn on Performance Insights for the DB cluster.
33643370
#
33653371
# For more information, see [ Using Amazon Performance Insights][1] in
33663372
# the *Amazon RDS User Guide*.
33673373
#
3368-
# Valid for Cluster Type: Multi-AZ DB clusters only
3374+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
33693375
#
33703376
#
33713377
#
@@ -3383,12 +3389,12 @@ def create_custom_db_engine_version(params = {}, options = {})
33833389
# your Amazon Web Services account. Your Amazon Web Services account has
33843390
# a different default KMS key for each Amazon Web Services Region.
33853391
#
3386-
# Valid for Cluster Type: Multi-AZ DB clusters only
3392+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
33873393
#
33883394
# @option params [Integer] :performance_insights_retention_period
33893395
# The number of days to retain Performance Insights data.
33903396
#
3391-
# Valid for Cluster Type: Multi-AZ DB clusters only
3397+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
33923398
#
33933399
# Valid Values:
33943400
#
@@ -5359,7 +5365,14 @@ def create_db_cluster_snapshot(params = {}, options = {})
53595365
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
53605366
#
53615367
# @option params [String] :database_insights_mode
5362-
# Specifies the mode of Database Insights to enable for the instance.
5368+
# The mode of Database Insights to enable for the DB instance.
5369+
#
5370+
# This setting only applies to Amazon Aurora DB instances.
5371+
#
5372+
# <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
5373+
# changed.
5374+
#
5375+
# </note>
53635376
#
53645377
# @option params [Boolean] :enable_performance_insights
53655378
# Specifies whether to enable Performance Insights for the DB instance.
@@ -6427,7 +6440,11 @@ def create_db_instance(params = {}, options = {})
64276440
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
64286441
#
64296442
# @option params [String] :database_insights_mode
6430-
# Specifies the mode of Database Insights.
6443+
# The mode of Database Insights to enable for the read replica.
6444+
#
6445+
# <note markdown="1"> Currently, this setting is not supported.
6446+
#
6447+
# </note>
64316448
#
64326449
# @option params [Boolean] :enable_performance_insights
64336450
# Specifies whether to enable Performance Insights for the read replica.
@@ -6686,6 +6703,8 @@ def create_db_instance(params = {}, options = {})
66866703
# read replica. Follow the allocation rules specified in
66876704
# `CreateDBInstance`.
66886705
#
6706+
# This setting isn't valid for RDS for SQL Server.
6707+
#
66896708
# <note markdown="1"> Be sure to allocate enough storage for your read replica so that the
66906709
# create operation can succeed. You can also allocate additional storage
66916710
# for future growth.
@@ -11970,14 +11989,17 @@ def describe_db_cluster_parameter_groups(params = {}, options = {})
1197011989
#
1197111990
# Valid Values:
1197211991
#
11973-
# * `customer`
11992+
# * `engine-default`
1197411993
#
11975-
# * `engine`
11994+
# * `system`
1197611995
#
11977-
# * `service`
11996+
# * `user`
1197811997
#
1197911998
# @option params [Array<Types::Filter>] :filters
11980-
# This parameter isn't currently supported.
11999+
# A filter that specifies one or more DB cluster parameters to describe.
12000+
#
12001+
# The only supported filter is `parameter-name`. The results list only
12002+
# includes information about the DB cluster parameters with these names.
1198112003
#
1198212004
# @option params [Integer] :max_records
1198312005
# The maximum number of records to include in the response. If more
@@ -13769,7 +13791,10 @@ def describe_db_parameter_groups(params = {}, options = {})
1376913791
# Valid Values: `user | system | engine-default`
1377013792
#
1377113793
# @option params [Array<Types::Filter>] :filters
13772-
# This parameter isn't currently supported.
13794+
# A filter that specifies one or more DB parameters to describe.
13795+
#
13796+
# The only supported filter is `parameter-name`. The results list only
13797+
# includes information about the DB parameters with these names.
1377313798
#
1377413799
# @option params [Integer] :max_records
1377513800
# The maximum number of records to include in the response. If more
@@ -15373,7 +15398,10 @@ def describe_engine_default_cluster_parameters(params = {}, options = {})
1537315398
# * `sqlserver-web-15.0`
1537415399
#
1537515400
# @option params [Array<Types::Filter>] :filters
15376-
# This parameter isn't currently supported.
15401+
# A filter that specifies one or more parameters to describe.
15402+
#
15403+
# The only supported filter is `parameter-name`. The results list only
15404+
# includes information about the parameters with these names.
1537715405
#
1537815406
# @option params [Integer] :max_records
1537915407
# The maximum number of records to include in the response. If more
@@ -19226,7 +19254,7 @@ def modify_custom_db_engine_version(params = {}, options = {})
1922619254
# the DB cluster during the maintenance window. By default, minor engine
1922719255
# upgrades are applied automatically.
1922819256
#
19229-
# Valid for Cluster Type: Multi-AZ DB clusters only
19257+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
1923019258
#
1923119259
# @option params [Integer] :monitoring_interval
1923219260
# The interval, in seconds, between points when Enhanced Monitoring
@@ -19259,7 +19287,16 @@ def modify_custom_db_engine_version(params = {}, options = {})
1925919287
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.html#USER_Monitoring.OS.IAMRole
1926019288
#
1926119289
# @option params [String] :database_insights_mode
19262-
# Specifies the mode of Database Insights to enable for the cluster.
19290+
# Specifies the mode of Database Insights to enable for the DB cluster.
19291+
#
19292+
# If you change the value from `standard` to `advanced`, you must set
19293+
# the `PerformanceInsightsEnabled` parameter to `true` and the
19294+
# `PerformanceInsightsRetentionPeriod` parameter to 465.
19295+
#
19296+
# If you change the value from `advanced` to `standard`, you must set
19297+
# the `PerformanceInsightsEnabled` parameter to `false`.
19298+
#
19299+
# Valid for Cluster Type: Aurora DB clusters only
1926319300
#
1926419301
# @option params [Boolean] :enable_performance_insights
1926519302
# Specifies whether to turn on Performance Insights for the DB cluster.
@@ -19285,12 +19322,12 @@ def modify_custom_db_engine_version(params = {}, options = {})
1928519322
# your Amazon Web Services account. Your Amazon Web Services account has
1928619323
# a different default KMS key for each Amazon Web Services Region.
1928719324
#
19288-
# Valid for Cluster Type: Multi-AZ DB clusters only
19325+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
1928919326
#
1929019327
# @option params [Integer] :performance_insights_retention_period
1929119328
# The number of days to retain Performance Insights data.
1929219329
#
19293-
# Valid for Cluster Type: Multi-AZ DB clusters only
19330+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
1929419331
#
1929519332
# Valid Values:
1929619333
#
@@ -20871,7 +20908,14 @@ def modify_db_cluster_snapshot_attribute(params = {}, options = {})
2087120908
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
2087220909
#
2087320910
# @option params [String] :database_insights_mode
20874-
# Specifies the mode of Database Insights to enable for the instance.
20911+
# Specifies the mode of Database Insights to enable for the DB instance.
20912+
#
20913+
# This setting only applies to Amazon Aurora DB instances.
20914+
#
20915+
# <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
20916+
# changed.
20917+
#
20918+
# </note>
2087520919
#
2087620920
# @option params [Boolean] :enable_performance_insights
2087720921
# Specifies whether to enable Performance Insights for the DB instance.
@@ -20929,6 +20973,29 @@ def modify_db_cluster_snapshot_attribute(params = {}, options = {})
2092920973
#
2093020974
# This setting doesn't apply to RDS Custom DB instances.
2093120975
#
20976+
# The following values are valid for each DB engine:
20977+
#
20978+
# * Aurora MySQL - `audit | error | general | slowquery`
20979+
#
20980+
# * Aurora PostgreSQL - `postgresql`
20981+
#
20982+
# * RDS for MySQL - `error | general | slowquery`
20983+
#
20984+
# * RDS for PostgreSQL - `postgresql | upgrade`
20985+
#
20986+
# For more information about exporting CloudWatch Logs for Amazon RDS,
20987+
# see [ Publishing Database Logs to Amazon CloudWatch Logs][1] in the
20988+
# *Amazon RDS User Guide*.
20989+
#
20990+
# For more information about exporting CloudWatch Logs for Amazon
20991+
# Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in
20992+
# the *Amazon Aurora User Guide*.
20993+
#
20994+
#
20995+
#
20996+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
20997+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
20998+
#
2093220999
# @option params [Array<Types::ProcessorFeature>] :processor_features
2093321000
# The number of CPU cores and the number of threads per core for the DB
2093421001
# instance class of the DB instance.
@@ -27601,6 +27668,8 @@ def restore_db_cluster_to_point_in_time(params = {}, options = {})
2760127668
# The amount of storage (in gibibytes) to allocate initially for the DB
2760227669
# instance. Follow the allocation rules specified in CreateDBInstance.
2760327670
#
27671+
# This setting isn't valid for RDS for SQL Server.
27672+
#
2760427673
# <note markdown="1"> Be sure to allocate enough storage for your new DB instance so that
2760527674
# the restore operation can succeed. You can also allocate additional
2760627675
# storage for future growth.
@@ -27968,6 +28037,8 @@ def restore_db_instance_from_db_snapshot(params = {}, options = {})
2796828037
# The amount of storage (in gibibytes) to allocate initially for the DB
2796928038
# instance. Follow the allocation rules specified in `CreateDBInstance`.
2797028039
#
28040+
# This setting isn't valid for RDS for SQL Server.
28041+
#
2797128042
# <note markdown="1"> Be sure to allocate enough storage for your new DB instance so that
2797228043
# the restore operation can succeed. You can also allocate additional
2797328044
# storage for future growth.
@@ -28285,7 +28356,14 @@ def restore_db_instance_from_db_snapshot(params = {}, options = {})
2828528356
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html#MySQL.Procedural.Importing.Enabling.IAM
2828628357
#
2828728358
# @option params [String] :database_insights_mode
28288-
# Specifies the mode of Database Insights to enable for the instance.
28359+
# Specifies the mode of Database Insights to enable for the DB instance.
28360+
#
28361+
# This setting only applies to Amazon Aurora DB instances.
28362+
#
28363+
# <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
28364+
# changed.
28365+
#
28366+
# </note>
2828928367
#
2829028368
# @option params [Boolean] :enable_performance_insights
2829128369
# Specifies whether to enable Performance Insights for the DB instance.
@@ -29299,6 +29377,8 @@ def restore_db_instance_from_s3(params = {}, options = {})
2929929377
# The amount of storage (in gibibytes) to allocate initially for the DB
2930029378
# instance. Follow the allocation rules specified in `CreateDBInstance`.
2930129379
#
29380+
# This setting isn't valid for RDS for SQL Server.
29381+
#
2930229382
# <note markdown="1"> Be sure to allocate enough storage for your new DB instance so that
2930329383
# the restore operation can succeed. You can also allocate additional
2930429384
# storage for future growth.
@@ -31794,7 +31874,7 @@ def build_request(operation_name, params = {})
3179431874
tracer: tracer
3179531875
)
3179631876
context[:gem_name] = 'aws-sdk-rds'
31797-
context[:gem_version] = '1.263.0'
31877+
context[:gem_version] = '1.264.0'
3179831878
Seahorse::Client::Request.new(handlers, context)
3179931879
end
3180031880

0 commit comments

Comments
 (0)