File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,6 @@ new AWS.IoTEventsData();
181
181
new AWS . IoTFleetHub ( ) ;
182
182
new AWS . IoTFleetWise ( ) ;
183
183
new AWS . IoTJobsDataPlane ( ) ;
184
- new AWS . IoTRoboRunner ( ) ;
185
184
new AWS . IoTSecureTunneling ( ) ;
186
185
new AWS . IoTSiteWise ( ) ;
187
186
new AWS . IoTThingsGraph ( ) ;
Original file line number Diff line number Diff line change @@ -177,7 +177,6 @@ import { IoTDataPlane } from "@aws-sdk/client-iot-data-plane";
177
177
import { IoTEvents } from "@aws-sdk/client-iot-events" ;
178
178
import { IoTEventsData } from "@aws-sdk/client-iot-events-data" ;
179
179
import { IoTJobsDataPlane } from "@aws-sdk/client-iot-jobs-data-plane" ;
180
- import { IoTRoboRunner } from "@aws-sdk/client-iot-roborunner" ;
181
180
import { IoTWireless } from "@aws-sdk/client-iot-wireless" ;
182
181
import { IoTAnalytics } from "@aws-sdk/client-iotanalytics" ;
183
182
import { IotDeviceAdvisor } from "@aws-sdk/client-iotdeviceadvisor" ;
@@ -561,7 +560,6 @@ new IoTEventsData();
561
560
new IoTFleetHub ( ) ;
562
561
new IoTFleetWise ( ) ;
563
562
new IoTJobsDataPlane ( ) ;
564
- new IoTRoboRunner ( ) ;
565
563
new IoTSecureTunneling ( ) ;
566
564
new IoTSiteWise ( ) ;
567
565
new IoTThingsGraph ( ) ;
Original file line number Diff line number Diff line change @@ -179,7 +179,6 @@ export const CLIENT_NAMES = [
179
179
"IoTFleetHub" ,
180
180
"IoTFleetWise" ,
181
181
"IoTJobsDataPlane" ,
182
- "IoTRoboRunner" ,
183
182
"IoTSecureTunneling" ,
184
183
"IoTSiteWise" ,
185
184
"IoTThingsGraph" ,
You can’t perform that action at this time.
0 commit comments