brendanhay / amazonka

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

gen: Sort waiters, error checks, and lenses in generated output #890

Closed endgame closed 1 year ago

endgame commented 1 year ago

Same output as https://github.com/brendanhay/amazonka/pull/862, but sticks to HashMap internally to avoid triggering https://github.com/brendanhay/amazonka/issue/888

A couple of enums change value in a strange way, because the generator cannot handle enums-of-numeric values. See https://github.com/brendanhay/amazonka/issues/889