Skip to content

Commit f8dc9a4

Browse files
Updated API models and rebuilt service gems.
1 parent ae7c222 commit f8dc9a4

File tree

10 files changed

+51
-53
lines changed

10 files changed

+51
-53
lines changed

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

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

gems/aws-partitions/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.1046.0 (2025-02-05)
5+
------------------
6+
7+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8+
49
1.1045.0 (2025-02-04)
510
------------------
611

gems/aws-partitions/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1045.0
1+
1.1046.0

gems/aws-partitions/partitions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3395,6 +3395,7 @@
33953395
},
33963396
"cassandra" : {
33973397
"endpoints" : {
3398+
"af-south-1" : { },
33983399
"ap-east-1" : { },
33993400
"ap-northeast-1" : { },
34003401
"ap-northeast-2" : { },

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.268.0 (2025-02-05)
5+
------------------
6+
7+
* 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.
8+
49
1.267.0 (2025-01-31)
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.267.0
1+
1.268.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.267.0'
83+
GEM_VERSION = '1.268.0'
8484

8585
end
8686

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

Lines changed: 12 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7051,22 +7051,6 @@ def create_db_instance_read_replica(params = {}, options = {})
70517051
#
70527052
# This command doesn't apply to RDS Custom.
70537053
#
7054-
# After you create a DB parameter group, you should wait at least 5
7055-
# minutes before creating your first DB instance that uses that DB
7056-
# parameter group as the default parameter group. This allows Amazon RDS
7057-
# to fully complete the create action before the parameter group is used
7058-
# as the default for a new DB instance. This is especially important for
7059-
# parameters that are critical when creating the default database for a
7060-
# DB instance, such as the character set for the default database
7061-
# defined by the `character_set_database` parameter. You can use the
7062-
# *Parameter Groups* option of the [Amazon RDS console][1] or the
7063-
# *DescribeDBParameters* command to verify that your DB parameter group
7064-
# has been created or modified.
7065-
#
7066-
#
7067-
#
7068-
# [1]: https://console.aws.amazon.com/rds/
7069-
#
70707054
# @option params [required, String] :db_parameter_group_name
70717055
# The name of the DB parameter group.
70727056
#
@@ -8367,13 +8351,13 @@ def create_global_cluster(params = {}, options = {})
83678351
# @option params [String] :data_filter
83688352
# Data filtering options for the integration. For more information, see
83698353
# [Data filtering for Aurora zero-ETL integrations with Amazon
8370-
# Redshift][1].
8371-
#
8372-
# Valid for: Integrations with Aurora MySQL source DB clusters only
8354+
# Redshift][1] or [Data filtering for Amazon RDS zero-ETL integrations
8355+
# with Amazon Redshift][2].
83738356
#
83748357
#
83758358
#
83768359
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.filtering.html
8360+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/zero-etl.filtering.html
83778361
#
83788362
# @option params [String] :description
83798363
# A description of the integration.
@@ -9157,7 +9141,8 @@ def delete_custom_db_engine_version(params = {}, options = {})
91579141
# Specifies whether to remove automated backups immediately after the DB
91589142
# cluster is deleted. This parameter isn't case-sensitive. The default
91599143
# is to remove automated backups immediately after the DB cluster is
9160-
# deleted.
9144+
# deleted, unless the Amazon Web Services Backup policy specifies a
9145+
# point-in-time restore rule.
91619146
#
91629147
# @return [Types::DeleteDBClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
91639148
#
@@ -21914,6 +21899,8 @@ def modify_db_proxy_endpoint(params = {}, options = {})
2191421899
# hyphens; it can't end with a hyphen or contain two consecutive
2191521900
# hyphens.
2191621901
#
21902+
# You can't rename the `default` target group.
21903+
#
2191721904
# @return [Types::ModifyDBProxyTargetGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2191821905
#
2191921906
# * {Types::ModifyDBProxyTargetGroupResponse#db_proxy_target_group #db_proxy_target_group} => Types::DBProxyTargetGroup
@@ -22839,12 +22826,6 @@ def modify_global_cluster(params = {}, options = {})
2283922826

2284022827
# Modifies a zero-ETL integration with Amazon Redshift.
2284122828
#
22842-
# <note markdown="1"> Currently, you can only modify integrations that have Aurora MySQL
22843-
# source DB clusters. Integrations with Aurora PostgreSQL and RDS
22844-
# sources currently don't support modifying the integration.
22845-
#
22846-
# </note>
22847-
#
2284822829
# @option params [required, String] :integration_identifier
2284922830
# The unique identifier of the integration to modify.
2285022831
#
@@ -22853,11 +22834,14 @@ def modify_global_cluster(params = {}, options = {})
2285322834
#
2285422835
# @option params [String] :data_filter
2285522836
# A new data filter for the integration. For more information, see [Data
22856-
# filtering for Aurora zero-ETL integrations with Amazon Redshift][1].
22837+
# filtering for Aurora zero-ETL integrations with Amazon Redshift][1] or
22838+
# [Data filtering for Amazon RDS zero-ETL integrations with Amazon
22839+
# Redshift][2].
2285722840
#
2285822841
#
2285922842
#
2286022843
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Zero_ETL_Filtering.html
22844+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/zero-etl.filtering.html
2286122845
#
2286222846
# @option params [String] :description
2286322847
# A new description for the integration.
@@ -31908,7 +31892,7 @@ def build_request(operation_name, params = {})
3190831892
tracer: tracer
3190931893
)
3191031894
context[:gem_name] = 'aws-sdk-rds'
31911-
context[:gem_version] = '1.267.0'
31895+
context[:gem_version] = '1.268.0'
3191231896
Seahorse::Client::Request.new(handlers, context)
3191331897
end
3191431898

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ def id
3535
end
3636
alias :db_cluster_identifier :id
3737

38-
# For all database engines except Amazon Aurora, `AllocatedStorage`
39-
# specifies the allocated storage size in gibibytes (GiB). For Aurora,
40-
# `AllocatedStorage` always returns 1, because Aurora DB cluster storage
41-
# size isn't fixed, but instead automatically adjusts as needed.
38+
# `AllocatedStorage` specifies the allocated storage size in gibibytes
39+
# (GiB). For Aurora, `AllocatedStorage` can vary because Aurora DB
40+
# cluster storage size adjusts as needed.
4241
# @return [Integer]
4342
def allocated_storage
4443
data[:allocated_storage]
@@ -1906,7 +1905,8 @@ def create_snapshot(options = {})
19061905
# Specifies whether to remove automated backups immediately after the DB
19071906
# cluster is deleted. This parameter isn't case-sensitive. The default
19081907
# is to remove automated backups immediately after the DB cluster is
1909-
# deleted.
1908+
# deleted, unless the Amazon Web Services Backup policy specifies a
1909+
# point-in-time restore rule.
19101910
# @return [DBCluster]
19111911
def delete(options = {})
19121912
options = options.merge(db_cluster_identifier: @id)

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

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6534,13 +6534,13 @@ class CreateGlobalClusterResult < Struct.new(
65346534
# @!attribute [rw] data_filter
65356535
# Data filtering options for the integration. For more information,
65366536
# see [Data filtering for Aurora zero-ETL integrations with Amazon
6537-
# Redshift][1].
6538-
#
6539-
# Valid for: Integrations with Aurora MySQL source DB clusters only
6537+
# Redshift][1] or [Data filtering for Amazon RDS zero-ETL integrations
6538+
# with Amazon Redshift][2].
65406539
#
65416540
#
65426541
#
65436542
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.filtering.html
6543+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/zero-etl.filtering.html
65446544
# @return [String]
65456545
#
65466546
# @!attribute [rw] description
@@ -6803,11 +6803,9 @@ class CustomDBEngineVersionQuotaExceededFault < Aws::EmptyStructure; end
68036803
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html
68046804
#
68056805
# @!attribute [rw] allocated_storage
6806-
# For all database engines except Amazon Aurora, `AllocatedStorage`
6807-
# specifies the allocated storage size in gibibytes (GiB). For Aurora,
6808-
# `AllocatedStorage` always returns 1, because Aurora DB cluster
6809-
# storage size isn't fixed, but instead automatically adjusts as
6810-
# needed.
6806+
# `AllocatedStorage` specifies the allocated storage size in gibibytes
6807+
# (GiB). For Aurora, `AllocatedStorage` can vary because Aurora DB
6808+
# cluster storage size adjusts as needed.
68116809
# @return [Integer]
68126810
#
68136811
# @!attribute [rw] availability_zones
@@ -11599,7 +11597,8 @@ class DeleteDBClusterEndpointMessage < Struct.new(
1159911597
# Specifies whether to remove automated backups immediately after the
1160011598
# DB cluster is deleted. This parameter isn't case-sensitive. The
1160111599
# default is to remove automated backups immediately after the DB
11602-
# cluster is deleted.
11600+
# cluster is deleted, unless the Amazon Web Services Backup policy
11601+
# specifies a point-in-time restore rule.
1160311602
# @return [Boolean]
1160411603
#
1160511604
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBClusterMessage AWS API Documentation
@@ -19755,6 +19754,8 @@ class ModifyDBProxyResponse < Struct.new(
1975519754
# begin with a letter and must contain only ASCII letters, digits, and
1975619755
# hyphens; it can't end with a hyphen or contain two consecutive
1975719756
# hyphens.
19757+
#
19758+
# You can't rename the `default` target group.
1975819759
# @return [String]
1975919760
#
1976019761
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBProxyTargetGroupRequest AWS API Documentation
@@ -20206,11 +20207,13 @@ class ModifyGlobalClusterResult < Struct.new(
2020620207
# @!attribute [rw] data_filter
2020720208
# A new data filter for the integration. For more information, see
2020820209
# [Data filtering for Aurora zero-ETL integrations with Amazon
20209-
# Redshift][1].
20210+
# Redshift][1] or [Data filtering for Amazon RDS zero-ETL integrations
20211+
# with Amazon Redshift][2].
2021020212
#
2021120213
#
2021220214
#
2021320215
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Zero_ETL_Filtering.html
20216+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/zero-etl.filtering.html
2021420217
# @return [String]
2021520218
#
2021620219
# @!attribute [rw] description

0 commit comments

Comments
 (0)