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 49c7a4a commit e92b4beCopy full SHA for e92b4be
packages/aws_common/lib/src/config/aws_service.dart
@@ -558,6 +558,9 @@ class AWSService {
558
/// AWS IoT
559
static const iot = AWSService('iot');
560
561
+ /// AWS IoT Core Device
562
+ static const iotCore = AWSService('iotdevicegateway');
563
+
564
/// AWS IoT 1-Click Devices Service
565
static const iot1ClickDevicesService = AWSService('iot1click');
566
0 commit comments