Skip to content

Commit

Permalink
Update services based on v1.50.17 of AWS Go SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Feb 14, 2024
1 parent 7674abc commit bbd7c6e
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 @@
v1.50.16
v1.50.17
3 changes: 3 additions & 0 deletions src/aws_marketplace_catalog.erl
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
%%====================================================================

%% @doc Returns metadata and content for multiple entities.
%%
%% This is the Batch version of the `DescribeEntity' API and uses the
%% same IAM permission action as `DescribeEntity' API.
batch_describe_entities(Client, Input) ->
batch_describe_entities(Client, Input, []).
batch_describe_entities(Client, Input0, Options0) ->
Expand Down

0 comments on commit bbd7c6e

Please sign in to comment.