From bbd7c6ecf46b069ba88f69feb0e07ff76d6747eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 14 Feb 2024 01:31:13 +0000 Subject: [PATCH] Update services based on v1.50.17 of AWS Go SDK Reference: https://github.com/aws/aws-sdk-go/releases/tag/v1.50.17 --- .latest-tag-aws-sdk-go | 2 +- src/aws_marketplace_catalog.erl | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.latest-tag-aws-sdk-go b/.latest-tag-aws-sdk-go index 6f40fc3b..ed48aea0 100644 --- a/.latest-tag-aws-sdk-go +++ b/.latest-tag-aws-sdk-go @@ -1 +1 @@ -v1.50.16 +v1.50.17 diff --git a/src/aws_marketplace_catalog.erl b/src/aws_marketplace_catalog.erl index 8e1b3170..1fcb7ab3 100644 --- a/src/aws_marketplace_catalog.erl +++ b/src/aws_marketplace_catalog.erl @@ -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) ->