Currently, in the code generator, we use the json models from the Javascript SDK v2: https://github.com/aws/aws-sdk-js/tree/master/apis
Those are deprecated (not updated anymore) and replaced with Smithy
All the models are available as "json ast": https://github.com/aws/api-models-aws
We should update the generator to this new format if we want to continue to update the clients.