Skip to content

Commit

Permalink
Update services based on release-2025-02-05 of AWS Go SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Feb 6, 2025
1 parent 0065332 commit b845a55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion .latest-tag-aws-sdk-go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release-2025-02-04
release-2025-02-05
20 changes: 0 additions & 20 deletions src/aws_rds.erl
Original file line number Diff line number Diff line change
Expand Up @@ -7238,22 +7238,6 @@ create_db_instance_read_replica(Client, Input, Options)
%% settings to take effect.
%%
%% 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:
%% https://console.aws.amazon.com/rds/ or the
%% DescribeDBParameters command to verify
%% that your DB parameter group has been created or modified.
-spec create_db_parameter_group(aws_client:aws_client(), create_db_parameter_group_message()) ->
{ok, create_db_parameter_group_result(), tuple()} |
{error, any()} |
Expand Down Expand Up @@ -10006,10 +9990,6 @@ modify_global_cluster(Client, Input, Options)
request(Client, <<"ModifyGlobalCluster">>, Input, Options).

%% @doc Modifies a zero-ETL integration with Amazon Redshift.
%%
%% 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.
-spec modify_integration(aws_client:aws_client(), modify_integration_message()) ->
{ok, integration(), tuple()} |
{error, any()} |
Expand Down

0 comments on commit b845a55

Please sign in to comment.