Skip to content

Commit 992b538

Browse files
Added CloudWatch client (#1045)
* Added CloudWatch client * Re-generated code * Added tests and some docs Co-authored-by: Nyholm <[email protected]>
1 parent 0b74df9 commit 992b538

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
@@ -17,6 +17,10 @@ public static function getAllServices(): array
1717
'class' => \AsyncAws\CloudFront\CloudFrontClient::class,
1818
'package' => 'async-aws/cloud-front',
1919
],
20+
'cloud_watch' => [
21+
'class' => \AsyncAws\CloudWatch\CloudWatchClient::class,
22+
'package' => 'async-aws/cloud-watch',
23+
],
2024
'cloud_watch_logs' => [
2125
'class' => \AsyncAws\CloudWatchLogs\CloudWatchLogsClient::class,
2226
'package' => 'async-aws/cloud-watch-logs',

0 commit comments

Comments
 (0)