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
asked 2 months ago72 views
1 Answer
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
EXPERT
answered 2 months ago
  • Done, thank you, although I suspect this is more of an implementation issue

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions