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
posta 2 mesi fa250 visualizzazioni
1 Risposta
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
ESPERTO
con risposta 2 mesi fa
  • Done, thank you, although I suspect this is more of an implementation issue

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande