Skip to content

Commit ca69831

Browse files
authored
Add BedrockAgent client (#1990)
1 parent 006fda5 commit ca69831

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- Support for BedrockAgent
8+
59
### Dependency bumped
610

711
- Drop support for PHP versions lower than 8.2

src/DependencyInjection/AwsPackagesProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ public static function getAllServices(): array
2222
'class' => \AsyncAws\Athena\AthenaClient::class,
2323
'package' => 'async-aws/athena',
2424
],
25+
'bedrock_agent' => [
26+
'class' => \AsyncAws\BedrockAgent\BedrockAgentClient::class,
27+
'package' => 'async-aws/bedrock-agent',
28+
],
2529
'bedrock_runtime' => [
2630
'class' => \AsyncAws\BedrockRuntime\BedrockRuntimeClient::class,
2731
'package' => 'async-aws/bedrock-runtime',

0 commit comments

Comments
 (0)