When trying to retrieve paginated results for a listing of object versions, the official documentation shows that one should use the --starting-token option, however, I later discovered that the correct command is of the form aws s3api list-object-versions --bucket 'bucket' --key 'key' --version-id 'version'.
The option --version-id is nowhere to be found on the documentation page. I would recommend that the documentation be updated to include all current options, as well as including an example of retrieving subsequent pages of results from a paginated set.