Skip to content

Commit 0204766

Browse files
Implement firehose client PutRecord and PutRecordBatch (#1076)
* Implement firehose client `PutRecord` and `PutRecordBatch` * Fixes * Update psalm.baseline.xml * Added changelog entry
1 parent 7462152 commit 0204766

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/DependencyInjection/AwsPackagesProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ public static function getAllServices(): array
4141
'class' => \AsyncAws\EventBridge\EventBridgeClient::class,
4242
'package' => 'async-aws/event-bridge',
4343
],
44+
'firehose' => [
45+
'class' => \AsyncAws\Firehose\FirehoseClient::class,
46+
'package' => 'async-aws/firehose',
47+
],
4448
'iam' => [
4549
'class' => \AsyncAws\Iam\IamClient::class,
4650
'package' => 'async-aws/iam',

0 commit comments

Comments
 (0)