brendanhay / amazonka

A comprehensive Amazon Web Services SDK for Haskell.
https://amazonka.brendanhay.nz
Other
605 stars 227 forks source link

gen: Stop shape field names from jumping about #825

Closed endgame closed 1 year ago

endgame commented 2 years ago

Sort field names or something to stop them jumping around unpredictably when we regenerate.

Sorting would move createdAt away from updatedAt - maybe the thing to do is make sure we strictly follow botocore's ordering?