Skip to content

Commit 7a29dd6

Browse files
authored
Create new IotData client (#1278)
* Create new IotData client * fix ci
1 parent 04908b3 commit 7a29dd6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- Support for Iot Data
8+
59
## 1.8.0
610

711
### Added

src/DependencyInjection/AwsPackagesProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ public static function getAllServices(): array
7777
'class' => \AsyncAws\Iot\IotClient::class,
7878
'package' => 'async-aws/iot',
7979
],
80+
'iot_data' => [
81+
'class' => \AsyncAws\IotData\IotDataClient::class,
82+
'package' => 'async-aws/iot-data',
83+
],
8084
'kinesis' => [
8185
'class' => \AsyncAws\Kinesis\KinesisClient::class,
8286
'package' => 'async-aws/kinesis',

0 commit comments

Comments
 (0)