Skip to content

Commit 264e9ec

Browse files
joshijityllark
authored andcommitted
Added IOT Core device service to service list
1 parent 6cf2ed4 commit 264e9ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/aws_common/lib/src/config/aws_service.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,9 @@ class AWSService {
558558
/// AWS IoT
559559
static const iot = AWSService('iot');
560560

561+
/// AWS IoT Core Device
562+
static const iotCore = AWSService('iotdevicegateway');
563+
561564
/// AWS IoT 1-Click Devices Service
562565
static const iot1ClickDevicesService = AWSService('iot1click');
563566

0 commit comments

Comments
 (0)