brendanhay / amazonka

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

amazonka-kendra generates lenses without prefixes #919

Closed endgame closed 1 year ago

endgame commented 1 year ago

scripts/generate kendra generates service bindings which do not compile, because some of the generated lenses lose the type prefix. I suspect something involving a Ptr, but I'm not sure what. Until this is fixed, we cannot generate new versions of service bindings.