Skip to content

Commit

Permalink
Update services based on release-2024-11-22 of AWS Go SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Nov 23, 2024
1 parent a57ef62 commit c43ab32
Show file tree
Hide file tree
Showing 21 changed files with 6,021 additions and 118 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-2024-11-21
release-2024-11-22
3 changes: 3 additions & 0 deletions src/aws_auto_scaling.erl
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@
%% <<"MetricName">> => string(),
%% <<"Metrics">> => list(target_tracking_metric_data_query()()),
%% <<"Namespace">> => string(),
%% <<"Period">> => integer(),
%% <<"Statistic">> => list(any()),
%% <<"Unit">> => string()
%% }
Expand Down Expand Up @@ -921,6 +922,7 @@
%% Example:
%% target_tracking_metric_stat() :: #{
%% <<"Metric">> => metric(),
%% <<"Period">> => integer(),
%% <<"Stat">> => string(),
%% <<"Unit">> => string()
%% }
Expand Down Expand Up @@ -1662,6 +1664,7 @@
%% <<"Id">> => string(),
%% <<"Label">> => string(),
%% <<"MetricStat">> => target_tracking_metric_stat(),
%% <<"Period">> => integer(),
%% <<"ReturnData">> => boolean()
%% }
-type target_tracking_metric_data_query() :: #{binary() => any()}.
Expand Down
Loading

0 comments on commit c43ab32

Please sign in to comment.