Skip to content

Commit

Permalink
Update services based on v1.47.12 of AWS Go SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Nov 16, 2023
1 parent 7c1da2c commit 679e3c7
Show file tree
Hide file tree
Showing 4 changed files with 325 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .latest-tag-aws-sdk-go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.47.11
v1.47.12
5 changes: 0 additions & 5 deletions src/aws_auto_scaling.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1307,11 +1307,6 @@ set_instance_protection(Client, Input, Options)

%% @doc Starts an instance refresh.
%%
%% During an instance refresh, Amazon EC2 Auto Scaling performs a rolling
%% update of instances in an Auto Scaling group. Instances are terminated
%% first and then replaced, which temporarily reduces the capacity available
%% within your Auto Scaling group.
%%
%% This operation is part of the instance refresh feature in Amazon EC2 Auto
%% Scaling, which helps you update instances in your Auto Scaling group. This
%% feature is helpful, for example, when you have a new AMI or a new user
Expand Down
6 changes: 4 additions & 2 deletions src/aws_cloudtrail.erl
Original file line number Diff line number Diff line change
Expand Up @@ -785,8 +785,10 @@ update_channel(Client, Input, Options)
%% The required `EventDataStore' value is an ARN or the ID portion of the
%% ARN. Other parameters are optional, but at least one optional parameter
%% must be specified, or CloudTrail throws an error. `RetentionPeriod' is
%% in days, and valid values are integers between 90 and 2557. By default,
%% `TerminationProtection' is enabled.
%% in days, and valid values are integers between 7 and 3653 if the
%% `BillingMode' is set to `EXTENDABLE_RETENTION_PRICING', or between
%% 7 and 2557 if `BillingMode' is set to `FIXED_RETENTION_PRICING'.
%% By default, `TerminationProtection' is enabled.
%%
%% For event data stores for CloudTrail events, `AdvancedEventSelectors'
%% includes or excludes management, data, or Insights events in your event
Expand Down
Loading

0 comments on commit 679e3c7

Please sign in to comment.