Synthetics DescribeRuntimeVersions command MaxResults maximum is invalid

0

As per the documentation for Synthetics:DescribeRuntimeVersions, the maximum value for the MaxResults property should be 100. However, the actually implemented maximum MaxValue is 80. This happens both with the AWS JS SDK v3 and the AWS CLI v2:

$ aws synthetics describe-runtime-versions --max-results 81
An error occurred (ValidationException) when calling the DescribeRuntimeVersions operation: Invalid MaxResults
$ aws synthetics describe-runtime-versions --max-results 80 | jq '.RuntimeVersions | length'
30

There is either an issue with the documentation, or its implementation

nmussy
已提问 2 个月前250 查看次数
1 回答
1

Hello.

Scroll to the bottom of the documentation page and you'll find a form to submit feedback.
I encourage you to report using that form.
a

profile picture
专家
已回答 2 个月前
  • Done, thank you, although I suspect this is more of an implementation issue

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则