Skip to content

Commit e92ffe7

Browse files
committed
test: remove IoTRoboRunner
Service is deprecated aws/aws-sdk-js#4612
1 parent efe6473 commit e92ffe7

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/transforms/v2-to-v3/__fixtures__/new-client/global-import.input.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ new AWS.IoTEventsData();
181181
new AWS.IoTFleetHub();
182182
new AWS.IoTFleetWise();
183183
new AWS.IoTJobsDataPlane();
184-
new AWS.IoTRoboRunner();
185184
new AWS.IoTSecureTunneling();
186185
new AWS.IoTSiteWise();
187186
new AWS.IoTThingsGraph();

src/transforms/v2-to-v3/__fixtures__/new-client/global-import.output.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ import { IoTDataPlane } from "@aws-sdk/client-iot-data-plane";
177177
import { IoTEvents } from "@aws-sdk/client-iot-events";
178178
import { IoTEventsData } from "@aws-sdk/client-iot-events-data";
179179
import { IoTJobsDataPlane } from "@aws-sdk/client-iot-jobs-data-plane";
180-
import { IoTRoboRunner } from "@aws-sdk/client-iot-roborunner";
181180
import { IoTWireless } from "@aws-sdk/client-iot-wireless";
182181
import { IoTAnalytics } from "@aws-sdk/client-iotanalytics";
183182
import { IotDeviceAdvisor } from "@aws-sdk/client-iotdeviceadvisor";
@@ -561,7 +560,6 @@ new IoTEventsData();
561560
new IoTFleetHub();
562561
new IoTFleetWise();
563562
new IoTJobsDataPlane();
564-
new IoTRoboRunner();
565563
new IoTSecureTunneling();
566564
new IoTSiteWise();
567565
new IoTThingsGraph();

src/transforms/v2-to-v3/config/CLIENT_NAMES.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ export const CLIENT_NAMES = [
179179
"IoTFleetHub",
180180
"IoTFleetWise",
181181
"IoTJobsDataPlane",
182-
"IoTRoboRunner",
183182
"IoTSecureTunneling",
184183
"IoTSiteWise",
185184
"IoTThingsGraph",

0 commit comments

Comments
 (0)