Skip to content

Commit

Permalink
Update services based on release-2025-02-03 of AWS Go SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Feb 4, 2025
1 parent ac21063 commit 9e2e2b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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-01-31
release-2025-02-03
3 changes: 3 additions & 0 deletions src/aws_mediatailor.erl
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@

%% Example:
%% configure_logs_for_playback_configuration_response() :: #{
%% <<"EnabledLoggingStrategies">> => list(list(any())()),
%% <<"PercentEnabled">> := integer(),
%% <<"PlaybackConfigurationName">> => string()
%% }
Expand Down Expand Up @@ -349,6 +350,7 @@

%% Example:
%% configure_logs_for_playback_configuration_request() :: #{
%% <<"EnabledLoggingStrategies">> => list(list(any())()),
%% <<"PercentEnabled">> => integer(),
%% <<"PlaybackConfigurationName">> => string()
%% }
Expand Down Expand Up @@ -1265,6 +1267,7 @@

%% Example:
%% log_configuration() :: #{
%% <<"EnabledLoggingStrategies">> => list(list(any())()),
%% <<"PercentEnabled">> => integer()
%% }
-type log_configuration() :: #{binary() => any()}.
Expand Down

0 comments on commit 9e2e2b1

Please sign in to comment.