floydspace / effect-aws

🚰 Effectful AWS
https://floydspace.github.io/effect-aws/
MIT License
49 stars 4 forks source link

feat: adds some clients #69

Closed godu closed 1 month ago

godu commented 1 month ago

account, cloudtrail, cloudwatch, cloudwatch-events, cloudwatch-logs, cognito-identity-provider, kinesis, mq, opensearch, rds, sts

changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: 79e447798188eeec4f31682699f101841cedf75e

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

ryanemcdaniel commented 1 month ago

Finally had free time to work on my project again just to find out client-scheduler didn't actually work lol

My bad tho, I was cutting corners and didn't locally pack/install to verify

@godu thanks for fixing that!

godu commented 4 weeks ago

thanks for improving codegen, turns out client-scheduler missed some methods, your fix revieled that, I didn't dive deep what is the difference, but looks good

Yes, I had noticed the service shape don't contain all operations... It is more reliable to select all operation shapes instead.