@@ -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
0 commit comments