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
feita há 2 meses250 visualizações
1 Resposta
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
ESPECIALISTA
respondido há 2 meses
  • Done, thank you, although I suspect this is more of an implementation issue

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas