feat: add bedrock-agent, bedrock-agentcore, bedrock-agentcore-control and eks clients#222
Open
godu wants to merge 6 commits into
Open
feat: add bedrock-agent, bedrock-agentcore, bedrock-agentcore-control and eks clients#222godu wants to merge 6 commits into
godu wants to merge 6 commits into
Conversation
Generate @effect-aws/client-bedrock-agent from the AWS Smithy manifest. Pin AWS SDK clients to 3.1045.0 and unify @smithy/types to 4.15.0 via pnpm overrides: AWS SDK 3.1046+ ships runtimeConfig as non-configurable ESM, which breaks the spy-based client tests.
Generate @effect-aws/client-bedrock-agentcore from the AWS Smithy manifest, pinned to AWS SDK 3.1045.0 via the existing pnpm override.
Generate @effect-aws/client-bedrock-agentcore-control, pinned to AWS SDK 3.1045.0. Generated from the v3.1045.0 model tag since the latest manifest references dataset/harness operations not present in the pinned SDK.
Generate @effect-aws/client-eks from the AWS Smithy manifest (v3.1045.0 tag, matching the AWS SDK baseline the repo pins to).
🦋 Changeset detectedLatest commit: 9964e97 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
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 |
floydspace
approved these changes
Jun 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds four new generated AWS clients:
@effect-aws/client-bedrock-agent@effect-aws/client-bedrock-agentcore@effect-aws/client-bedrock-agentcore-control@effect-aws/client-eksEach is generated from the AWS Smithy manifest via the repo's
codegen-clientflow, with aminorchangeset so the release pipeline publishes it.