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 Feb 5, 2025
1 parent ae7c222 commit f8dc9a4
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 53 deletions.
14 changes: 7 additions & 7 deletions apis/rds/2014-10-31/docs-2.json

Large diffs are not rendered by default.

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

1.1046.0 (2025-02-05)
------------------

* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1045.0 (2025-02-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-partitions/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1045.0
1.1046.0
1 change: 1 addition & 0 deletions gems/aws-partitions/partitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3395,6 +3395,7 @@
},
"cassandra" : {
"endpoints" : {
"af-south-1" : { },
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
Expand Down
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.268.0 (2025-02-05)
------------------

* Feature - Documentation updates to clarify the description for the parameter AllocatedStorage for the DB cluster data type, the description for the parameter DeleteAutomatedBackups for the DeleteDBCluster API operation, and removing an outdated note for the CreateDBParameterGroup API operation.

1.267.0 (2025-01-31)
------------------

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.267.0
1.268.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.267.0'
GEM_VERSION = '1.268.0'

end

Expand Down
40 changes: 12 additions & 28 deletions gems/aws-sdk-rds/lib/aws-sdk-rds/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7051,22 +7051,6 @@ def create_db_instance_read_replica(params = {}, options = {})
#
# This command doesn't apply to RDS Custom.
#
# After you create a DB parameter group, you should wait at least 5
# minutes before creating your first DB instance that uses that DB
# parameter group as the default parameter group. This allows Amazon RDS
# to fully complete the create action before the parameter group is used
# as the default for a new DB instance. This is especially important for
# parameters that are critical when creating the default database for a
# DB instance, such as the character set for the default database
# defined by the `character_set_database` parameter. You can use the
# *Parameter Groups* option of the [Amazon RDS console][1] or the
# *DescribeDBParameters* command to verify that your DB parameter group
# has been created or modified.
#
#
#
# [1]: https://console.aws.amazon.com/rds/
#
# @option params [required, String] :db_parameter_group_name
# The name of the DB parameter group.
#
Expand Down Expand Up @@ -8367,13 +8351,13 @@ def create_global_cluster(params = {}, options = {})
# @option params [String] :data_filter
# Data filtering options for the integration. For more information, see
# [Data filtering for Aurora zero-ETL integrations with Amazon
# Redshift][1].
#
# Valid for: Integrations with Aurora MySQL source DB clusters only
# Redshift][1] or [Data filtering for Amazon RDS zero-ETL integrations
# with Amazon Redshift][2].
#
#
#
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.filtering.html
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/zero-etl.filtering.html
#
# @option params [String] :description
# A description of the integration.
Expand Down Expand Up @@ -9157,7 +9141,8 @@ def delete_custom_db_engine_version(params = {}, options = {})
# Specifies whether to remove automated backups immediately after the DB
# cluster is deleted. This parameter isn't case-sensitive. The default
# is to remove automated backups immediately after the DB cluster is
# deleted.
# deleted, unless the Amazon Web Services Backup policy specifies a
# point-in-time restore rule.
#
# @return [Types::DeleteDBClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
Expand Down Expand Up @@ -21914,6 +21899,8 @@ def modify_db_proxy_endpoint(params = {}, options = {})
# hyphens; it can't end with a hyphen or contain two consecutive
# hyphens.
#
# You can't rename the `default` target group.
#
# @return [Types::ModifyDBProxyTargetGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::ModifyDBProxyTargetGroupResponse#db_proxy_target_group #db_proxy_target_group} => Types::DBProxyTargetGroup
Expand Down Expand Up @@ -22839,12 +22826,6 @@ def modify_global_cluster(params = {}, options = {})

# Modifies a zero-ETL integration with Amazon Redshift.
#
# <note markdown="1"> Currently, you can only modify integrations that have Aurora MySQL
# source DB clusters. Integrations with Aurora PostgreSQL and RDS
# sources currently don't support modifying the integration.
#
# </note>
#
# @option params [required, String] :integration_identifier
# The unique identifier of the integration to modify.
#
Expand All @@ -22853,11 +22834,14 @@ def modify_global_cluster(params = {}, options = {})
#
# @option params [String] :data_filter
# A new data filter for the integration. For more information, see [Data
# filtering for Aurora zero-ETL integrations with Amazon Redshift][1].
# filtering for Aurora zero-ETL integrations with Amazon Redshift][1] or
# [Data filtering for Amazon RDS zero-ETL integrations with Amazon
# Redshift][2].
#
#
#
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Zero_ETL_Filtering.html
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/zero-etl.filtering.html
#
# @option params [String] :description
# A new description for the integration.
Expand Down Expand Up @@ -31908,7 +31892,7 @@ def build_request(operation_name, params = {})
tracer: tracer
)
context[:gem_name] = 'aws-sdk-rds'
context[:gem_version] = '1.267.0'
context[:gem_version] = '1.268.0'
Seahorse::Client::Request.new(handlers, context)
end

Expand Down
10 changes: 5 additions & 5 deletions gems/aws-sdk-rds/lib/aws-sdk-rds/db_cluster.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ def id
end
alias :db_cluster_identifier :id

# For all database engines except Amazon Aurora, `AllocatedStorage`
# specifies the allocated storage size in gibibytes (GiB). For Aurora,
# `AllocatedStorage` always returns 1, because Aurora DB cluster storage
# size isn't fixed, but instead automatically adjusts as needed.
# `AllocatedStorage` specifies the allocated storage size in gibibytes
# (GiB). For Aurora, `AllocatedStorage` can vary because Aurora DB
# cluster storage size adjusts as needed.
# @return [Integer]
def allocated_storage
data[:allocated_storage]
Expand Down Expand Up @@ -1906,7 +1905,8 @@ def create_snapshot(options = {})
# Specifies whether to remove automated backups immediately after the DB
# cluster is deleted. This parameter isn't case-sensitive. The default
# is to remove automated backups immediately after the DB cluster is
# deleted.
# deleted, unless the Amazon Web Services Backup policy specifies a
# point-in-time restore rule.
# @return [DBCluster]
def delete(options = {})
options = options.merge(db_cluster_identifier: @id)
Expand Down
23 changes: 13 additions & 10 deletions gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6534,13 +6534,13 @@ class CreateGlobalClusterResult < Struct.new(
# @!attribute [rw] data_filter
# Data filtering options for the integration. For more information,
# see [Data filtering for Aurora zero-ETL integrations with Amazon
# Redshift][1].
#
# Valid for: Integrations with Aurora MySQL source DB clusters only
# Redshift][1] or [Data filtering for Amazon RDS zero-ETL integrations
# with Amazon Redshift][2].
#
#
#
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.filtering.html
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/zero-etl.filtering.html
# @return [String]
#
# @!attribute [rw] description
Expand Down Expand Up @@ -6803,11 +6803,9 @@ class CustomDBEngineVersionQuotaExceededFault < Aws::EmptyStructure; end
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html
#
# @!attribute [rw] allocated_storage
# For all database engines except Amazon Aurora, `AllocatedStorage`
# specifies the allocated storage size in gibibytes (GiB). For Aurora,
# `AllocatedStorage` always returns 1, because Aurora DB cluster
# storage size isn't fixed, but instead automatically adjusts as
# needed.
# `AllocatedStorage` specifies the allocated storage size in gibibytes
# (GiB). For Aurora, `AllocatedStorage` can vary because Aurora DB
# cluster storage size adjusts as needed.
# @return [Integer]
#
# @!attribute [rw] availability_zones
Expand Down Expand Up @@ -11599,7 +11597,8 @@ class DeleteDBClusterEndpointMessage < Struct.new(
# Specifies whether to remove automated backups immediately after the
# DB cluster is deleted. This parameter isn't case-sensitive. The
# default is to remove automated backups immediately after the DB
# cluster is deleted.
# cluster is deleted, unless the Amazon Web Services Backup policy
# specifies a point-in-time restore rule.
# @return [Boolean]
#
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBClusterMessage AWS API Documentation
Expand Down Expand Up @@ -19755,6 +19754,8 @@ class ModifyDBProxyResponse < Struct.new(
# begin with a letter and must contain only ASCII letters, digits, and
# hyphens; it can't end with a hyphen or contain two consecutive
# hyphens.
#
# You can't rename the `default` target group.
# @return [String]
#
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBProxyTargetGroupRequest AWS API Documentation
Expand Down Expand Up @@ -20206,11 +20207,13 @@ class ModifyGlobalClusterResult < Struct.new(
# @!attribute [rw] data_filter
# A new data filter for the integration. For more information, see
# [Data filtering for Aurora zero-ETL integrations with Amazon
# Redshift][1].
# Redshift][1] or [Data filtering for Amazon RDS zero-ETL integrations
# with Amazon Redshift][2].
#
#
#
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Zero_ETL_Filtering.html
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/zero-etl.filtering.html
# @return [String]
#
# @!attribute [rw] description
Expand Down

0 comments on commit f8dc9a4

Please sign in to comment.