Skip to content

Commit 6fa2d96

Browse files
authored
Add Comprehend client (#1259)
* Add Comprehend client * Added tests * fixed broken tests * Update baseline * Updated docs
1 parent 848b15b commit 6fa2d96

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
@@ -45,6 +45,10 @@ public static function getAllServices(): array
4545
'class' => \AsyncAws\CognitoIdentityProvider\CognitoIdentityProviderClient::class,
4646
'package' => 'async-aws/cognito-identity-provider',
4747
],
48+
'comprehend' => [
49+
'class' => \AsyncAws\Comprehend\ComprehendClient::class,
50+
'package' => 'async-aws/comprehend',
51+
],
4852
'dynamo_db' => [
4953
'class' => \AsyncAws\DynamoDb\DynamoDbClient::class,
5054
'package' => 'async-aws/dynamo-db',

0 commit comments

Comments
 (0)