Skip to content

Commit 086bc9f

Browse files
godufloydspace
andauthored
feat: add bedrock-agent, bedrock-agentcore, bedrock-agentcore-control and eks clients (#222)
* feat: add bedrock-agent client 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. * feat: add bedrock-agentcore client Generate @effect-aws/client-bedrock-agentcore from the AWS Smithy manifest, pinned to AWS SDK 3.1045.0 via the existing pnpm override. * feat: add bedrock-agentcore-control client 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. * chore: dedupe pnpm-lock.yaml * feat: add eks client Generate @effect-aws/client-eks from the AWS Smithy manifest (v3.1045.0 tag, matching the AWS SDK baseline the repo pins to). * chore: upgrade to latest aws-sdk, fix changesets * Revert "chore: upgrade to latest aws-sdk, fix changesets" This reverts commit 9964e97. * chore: update video embed to a clickable thumbnail in README --------- Co-authored-by: Victor Korzunin <5180700+floydspace@users.noreply.github.com>
1 parent 9804259 commit 086bc9f

101 files changed

Lines changed: 12916 additions & 880 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@effect-aws/client-bedrock-agent": minor
3+
---
4+
5+
add @effect-aws/client-bedrock-agent
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@effect-aws/client-bedrock-agentcore-control": minor
3+
---
4+
5+
add @effect-aws/client-bedrock-agentcore-control
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@effect-aws/client-bedrock-agentcore": minor
3+
---
4+
5+
add @effect-aws/client-bedrock-agentcore

.changeset/add-client-eks.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@effect-aws/client-eks": minor
3+
---
4+
5+
add @effect-aws/client-eks

README.md

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client-bedrock-agent/.gitattributes

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client-bedrock-agent/.gitignore

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client-bedrock-agent/.npmignore

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client-bedrock-agent/.projen/deps.json

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client-bedrock-agent/.projen/files.json

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)