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
gefragt vor 2 Monaten250 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor 2 Monaten
  • Done, thank you, although I suspect this is more of an implementation issue

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen