Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Dec 27, 2024
1 parent 9541f3d commit 3d40591
Show file tree
Hide file tree
Showing 12 changed files with 392 additions and 116 deletions.
66 changes: 33 additions & 33 deletions apis/rds/2014-10-31/docs-2.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions gems/aws-sdk-rds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

1.264.0 (2024-12-27)
------------------

* Feature - Updates Amazon RDS documentation to correct various descriptions.

1.263.0 (2024-12-16)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-rds/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.263.0
1.264.0
2 changes: 1 addition & 1 deletion gems/aws-sdk-rds/lib/aws-sdk-rds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module Plugins
autoload :ReservedDBInstancesOffering, 'aws-sdk-rds/reserved_db_instances_offering'
autoload :ResourcePendingMaintenanceActionList, 'aws-sdk-rds/resource_pending_maintenance_action_list'

GEM_VERSION = '1.263.0'
GEM_VERSION = '1.264.0'

end

Expand Down
124 changes: 102 additions & 22 deletions gems/aws-sdk-rds/lib/aws-sdk-rds/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3324,7 +3324,7 @@ def create_custom_db_engine_version(params = {}, options = {})
# the DB cluster during the maintenance window. By default, minor engine
# upgrades are applied automatically.
#
# Valid for Cluster Type: Multi-AZ DB clusters only
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB cluster
#
# @option params [Integer] :monitoring_interval
# The interval, in seconds, between points when Enhanced Monitoring
Expand All @@ -3334,7 +3334,7 @@ def create_custom_db_engine_version(params = {}, options = {})
# If `MonitoringRoleArn` is specified, also set `MonitoringInterval` to
# a value other than `0`.
#
# Valid for Cluster Type: Multi-AZ DB clusters only
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
#
# Valid Values: `0 | 1 | 5 | 10 | 15 | 30 | 60`
#
Expand All @@ -3350,22 +3350,28 @@ def create_custom_db_engine_version(params = {}, options = {})
# If `MonitoringInterval` is set to a value other than `0`, supply a
# `MonitoringRoleArn` value.
#
# Valid for Cluster Type: Multi-AZ DB clusters only
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
#
#
#
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling
#
# @option params [String] :database_insights_mode
# Specifies the mode of Database Insights to enable for the cluster.
# The mode of Database Insights to enable for the DB cluster.
#
# If you set this value to `advanced`, you must also set the
# `PerformanceInsightsEnabled` parameter to `true` and the
# `PerformanceInsightsRetentionPeriod` parameter to 465.
#
# Valid for Cluster Type: Aurora DB clusters only
#
# @option params [Boolean] :enable_performance_insights
# Specifies whether to turn on Performance Insights for the DB cluster.
#
# For more information, see [ Using Amazon Performance Insights][1] in
# the *Amazon RDS User Guide*.
#
# Valid for Cluster Type: Multi-AZ DB clusters only
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
#
#
#
Expand All @@ -3383,12 +3389,12 @@ def create_custom_db_engine_version(params = {}, options = {})
# your Amazon Web Services account. Your Amazon Web Services account has
# a different default KMS key for each Amazon Web Services Region.
#
# Valid for Cluster Type: Multi-AZ DB clusters only
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
#
# @option params [Integer] :performance_insights_retention_period
# The number of days to retain Performance Insights data.
#
# Valid for Cluster Type: Multi-AZ DB clusters only
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
#
# Valid Values:
#
Expand Down Expand Up @@ -5359,7 +5365,14 @@ def create_db_cluster_snapshot(params = {}, options = {})
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
#
# @option params [String] :database_insights_mode
# Specifies the mode of Database Insights to enable for the instance.
# The mode of Database Insights to enable for the DB instance.
#
# This setting only applies to Amazon Aurora DB instances.
#
# <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
# changed.
#
# </note>
#
# @option params [Boolean] :enable_performance_insights
# Specifies whether to enable Performance Insights for the DB instance.
Expand Down Expand Up @@ -6427,7 +6440,11 @@ def create_db_instance(params = {}, options = {})
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
#
# @option params [String] :database_insights_mode
# Specifies the mode of Database Insights.
# The mode of Database Insights to enable for the read replica.
#
# <note markdown="1"> Currently, this setting is not supported.
#
# </note>
#
# @option params [Boolean] :enable_performance_insights
# Specifies whether to enable Performance Insights for the read replica.
Expand Down Expand Up @@ -6686,6 +6703,8 @@ def create_db_instance(params = {}, options = {})
# read replica. Follow the allocation rules specified in
# `CreateDBInstance`.
#
# This setting isn't valid for RDS for SQL Server.
#
# <note markdown="1"> Be sure to allocate enough storage for your read replica so that the
# create operation can succeed. You can also allocate additional storage
# for future growth.
Expand Down Expand Up @@ -11970,14 +11989,17 @@ def describe_db_cluster_parameter_groups(params = {}, options = {})
#
# Valid Values:
#
# * `customer`
# * `engine-default`
#
# * `engine`
# * `system`
#
# * `service`
# * `user`
#
# @option params [Array<Types::Filter>] :filters
# This parameter isn't currently supported.
# A filter that specifies one or more DB cluster parameters to describe.
#
# The only supported filter is `parameter-name`. The results list only
# includes information about the DB cluster parameters with these names.
#
# @option params [Integer] :max_records
# The maximum number of records to include in the response. If more
Expand Down Expand Up @@ -13769,7 +13791,10 @@ def describe_db_parameter_groups(params = {}, options = {})
# Valid Values: `user | system | engine-default`
#
# @option params [Array<Types::Filter>] :filters
# This parameter isn't currently supported.
# A filter that specifies one or more DB parameters to describe.
#
# The only supported filter is `parameter-name`. The results list only
# includes information about the DB parameters with these names.
#
# @option params [Integer] :max_records
# The maximum number of records to include in the response. If more
Expand Down Expand Up @@ -15373,7 +15398,10 @@ def describe_engine_default_cluster_parameters(params = {}, options = {})
# * `sqlserver-web-15.0`
#
# @option params [Array<Types::Filter>] :filters
# This parameter isn't currently supported.
# A filter that specifies one or more parameters to describe.
#
# The only supported filter is `parameter-name`. The results list only
# includes information about the parameters with these names.
#
# @option params [Integer] :max_records
# The maximum number of records to include in the response. If more
Expand Down Expand Up @@ -19226,7 +19254,7 @@ def modify_custom_db_engine_version(params = {}, options = {})
# the DB cluster during the maintenance window. By default, minor engine
# upgrades are applied automatically.
#
# Valid for Cluster Type: Multi-AZ DB clusters only
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
#
# @option params [Integer] :monitoring_interval
# The interval, in seconds, between points when Enhanced Monitoring
Expand Down Expand Up @@ -19259,7 +19287,16 @@ def modify_custom_db_engine_version(params = {}, options = {})
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.html#USER_Monitoring.OS.IAMRole
#
# @option params [String] :database_insights_mode
# Specifies the mode of Database Insights to enable for the cluster.
# Specifies the mode of Database Insights to enable for the DB cluster.
#
# If you change the value from `standard` to `advanced`, you must set
# the `PerformanceInsightsEnabled` parameter to `true` and the
# `PerformanceInsightsRetentionPeriod` parameter to 465.
#
# If you change the value from `advanced` to `standard`, you must set
# the `PerformanceInsightsEnabled` parameter to `false`.
#
# Valid for Cluster Type: Aurora DB clusters only
#
# @option params [Boolean] :enable_performance_insights
# Specifies whether to turn on Performance Insights for the DB cluster.
Expand All @@ -19285,12 +19322,12 @@ def modify_custom_db_engine_version(params = {}, options = {})
# your Amazon Web Services account. Your Amazon Web Services account has
# a different default KMS key for each Amazon Web Services Region.
#
# Valid for Cluster Type: Multi-AZ DB clusters only
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
#
# @option params [Integer] :performance_insights_retention_period
# The number of days to retain Performance Insights data.
#
# Valid for Cluster Type: Multi-AZ DB clusters only
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
#
# Valid Values:
#
Expand Down Expand Up @@ -20871,7 +20908,14 @@ def modify_db_cluster_snapshot_attribute(params = {}, options = {})
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
#
# @option params [String] :database_insights_mode
# Specifies the mode of Database Insights to enable for the instance.
# Specifies the mode of Database Insights to enable for the DB instance.
#
# This setting only applies to Amazon Aurora DB instances.
#
# <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
# changed.
#
# </note>
#
# @option params [Boolean] :enable_performance_insights
# Specifies whether to enable Performance Insights for the DB instance.
Expand Down Expand Up @@ -20929,6 +20973,29 @@ def modify_db_cluster_snapshot_attribute(params = {}, options = {})
#
# This setting doesn't apply to RDS Custom DB instances.
#
# The following values are valid for each DB engine:
#
# * Aurora MySQL - `audit | error | general | slowquery`
#
# * Aurora PostgreSQL - `postgresql`
#
# * RDS for MySQL - `error | general | slowquery`
#
# * RDS for PostgreSQL - `postgresql | upgrade`
#
# For more information about exporting CloudWatch Logs for Amazon RDS,
# see [ Publishing Database Logs to Amazon CloudWatch Logs][1] in the
# *Amazon RDS User Guide*.
#
# For more information about exporting CloudWatch Logs for Amazon
# Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in
# the *Amazon Aurora User Guide*.
#
#
#
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
#
# @option params [Array<Types::ProcessorFeature>] :processor_features
# The number of CPU cores and the number of threads per core for the DB
# instance class of the DB instance.
Expand Down Expand Up @@ -27601,6 +27668,8 @@ def restore_db_cluster_to_point_in_time(params = {}, options = {})
# The amount of storage (in gibibytes) to allocate initially for the DB
# instance. Follow the allocation rules specified in CreateDBInstance.
#
# This setting isn't valid for RDS for SQL Server.
#
# <note markdown="1"> Be sure to allocate enough storage for your new DB instance so that
# the restore operation can succeed. You can also allocate additional
# storage for future growth.
Expand Down Expand Up @@ -27968,6 +28037,8 @@ def restore_db_instance_from_db_snapshot(params = {}, options = {})
# The amount of storage (in gibibytes) to allocate initially for the DB
# instance. Follow the allocation rules specified in `CreateDBInstance`.
#
# This setting isn't valid for RDS for SQL Server.
#
# <note markdown="1"> Be sure to allocate enough storage for your new DB instance so that
# the restore operation can succeed. You can also allocate additional
# storage for future growth.
Expand Down Expand Up @@ -28285,7 +28356,14 @@ def restore_db_instance_from_db_snapshot(params = {}, options = {})
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html#MySQL.Procedural.Importing.Enabling.IAM
#
# @option params [String] :database_insights_mode
# Specifies the mode of Database Insights to enable for the instance.
# Specifies the mode of Database Insights to enable for the DB instance.
#
# This setting only applies to Amazon Aurora DB instances.
#
# <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
# changed.
#
# </note>
#
# @option params [Boolean] :enable_performance_insights
# Specifies whether to enable Performance Insights for the DB instance.
Expand Down Expand Up @@ -29299,6 +29377,8 @@ def restore_db_instance_from_s3(params = {}, options = {})
# The amount of storage (in gibibytes) to allocate initially for the DB
# instance. Follow the allocation rules specified in `CreateDBInstance`.
#
# This setting isn't valid for RDS for SQL Server.
#
# <note markdown="1"> Be sure to allocate enough storage for your new DB instance so that
# the restore operation can succeed. You can also allocate additional
# storage for future growth.
Expand Down Expand Up @@ -31794,7 +31874,7 @@ def build_request(operation_name, params = {})
tracer: tracer
)
context[:gem_name] = 'aws-sdk-rds'
context[:gem_version] = '1.263.0'
context[:gem_version] = '1.264.0'
Seahorse::Client::Request.new(handlers, context)
end

Expand Down
Loading

0 comments on commit 3d40591

Please sign in to comment.