Skip to content

Commit

Permalink
Update services based on release-2024-11-27 of AWS Go SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Nov 28, 2024
1 parent 781f204 commit d744592
Show file tree
Hide file tree
Showing 5 changed files with 1,087 additions and 84 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-26
release-2024-11-27
3 changes: 2 additions & 1 deletion src/aws_bedrock_agent.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2526,7 +2526,8 @@

%% Example:
%% bedrock_embedding_model_configuration() :: #{
%% <<"dimensions">> => integer()
%% <<"dimensions">> => integer(),
%% <<"embeddingDataType">> => list(any())
%% }
-type bedrock_embedding_model_configuration() :: #{binary() => any()}.

Expand Down
Loading

0 comments on commit d744592

Please sign in to comment.