Skip to content

Commit 4adff2d

Browse files
authored
feat: Add Iot client (#1267)
* feat: Add Iot client * fix ci * add changelog mention
1 parent 6fa2d96 commit 4adff2d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- Support for CodeCommit
99
- Support for TimestreamQuery
1010
- Support for TimestreamWrite
11+
- Support for Iot Core
1112

1213
## 1.7.0
1314

src/DependencyInjection/AwsPackagesProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ public static function getAllServices(): array
7373
'class' => \AsyncAws\Iam\IamClient::class,
7474
'package' => 'async-aws/iam',
7575
],
76+
'iot' => [
77+
'class' => \AsyncAws\Iot\IotClient::class,
78+
'package' => 'async-aws/iot',
79+
],
7680
'kinesis' => [
7781
'class' => \AsyncAws\Kinesis\KinesisClient::class,
7882
'package' => 'async-aws/kinesis',

0 commit comments

Comments
 (0)