Arthur Weber

Results 3 issues of Arthur Weber

Add `Divisible` type class, useful to create `Eq`/`Ord`/`Predicate` as composition. Inspirated by Haskell's [`Data.Functor.Contravariant.Divisable`](https://hackage.haskell.org/package/contravariant-1.5.5/docs/Data-Functor-Contravariant-Divisible.html)

- Regenerates clients : `iam`, `ec2`, `elasticache`, `sns`. - Improves codegen with some ideas from https://github.com/floydspace/effect-aws/pull/46 - Exports exceptions with the same name as the original package ```diff import type...

https://aws.amazon.com/blogs/developer/abortcontroller-in-modular-aws-sdk-for-javascript/ I think it must be easy to implement cancellation. ```diff -- return (input: Input, options?: __HttpHandlerOptions) => ++ return (input: Input, options?: Omit) => Effect.tryPromise({ -- try: () =>...