We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa2d96 commit 4adff2dCopy full SHA for 4adff2d
CHANGELOG.md
@@ -8,6 +8,7 @@
8
- Support for CodeCommit
9
- Support for TimestreamQuery
10
- Support for TimestreamWrite
11
+- Support for Iot Core
12
13
## 1.7.0
14
src/DependencyInjection/AwsPackagesProvider.php
@@ -73,6 +73,10 @@ public static function getAllServices(): array
73
'class' => \AsyncAws\Iam\IamClient::class,
74
'package' => 'async-aws/iam',
75
],
76
+ 'iot' => [
77
+ 'class' => \AsyncAws\Iot\IotClient::class,
78
+ 'package' => 'async-aws/iot',
79
+ ],
80
'kinesis' => [
81
'class' => \AsyncAws\Kinesis\KinesisClient::class,
82
'package' => 'async-aws/kinesis',
0 commit comments