brendanhay / amazonka

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

Nixpkgs update #918

Closed endgame closed 1 year ago

endgame commented 1 year ago

Update nixpkgs, update botocore, configure new services. Regenerations are in https://github.com/brendanhay/amazonka/pull/917

brendanhay commented 1 year ago

LGTM

endgame commented 1 year ago

Annoyingly, the regeneration of amazonka-fsx (and maybe others?) falls afoul of #888 . I am testing a build of everything locally with only the nixpkgs bump and it it works, I'll force-push it.

endgame commented 1 year ago

Even sticking with the same botocore, gen makes dodgy service bindings for amazonka-kendra: the type prefixes mysteriously disappear for some lenses. I suspect more Ptr shenanigans; in the interests of keeping things moving (things are similarly broken on current main), I will merge this, not merge any regenerations, and defer fixing this until we can fix the Ptr problems properly.