diff --git a/.changeset/warm-laws-sneeze.md b/.changeset/warm-laws-sneeze.md new file mode 100644 index 000000000..bc8004ad1 --- /dev/null +++ b/.changeset/warm-laws-sneeze.md @@ -0,0 +1,5 @@ +--- +"aws-sdk-js-codemod": patch +--- + +Remove package names for BackupStorage and IoTRoboRunner diff --git a/src/transforms/v2-to-v3/config/CLIENT_PACKAGE_NAMES_MAP.ts b/src/transforms/v2-to-v3/config/CLIENT_PACKAGE_NAMES_MAP.ts index 2b7d087ce..ea8a175ce 100644 --- a/src/transforms/v2-to-v3/config/CLIENT_PACKAGE_NAMES_MAP.ts +++ b/src/transforms/v2-to-v3/config/CLIENT_PACKAGE_NAMES_MAP.ts @@ -47,7 +47,6 @@ export const CLIENT_PACKAGE_NAMES_MAP: Record = { ARCZonalShift: "client-arc-zonal-shift", AugmentedAIRuntime: "client-sagemaker-a2i-runtime", AuditManager: "client-auditmanager", - BackupStorage: "client-backupstorage", CUR: "client-cost-and-usage-report-service", CleanRooms: "client-cleanrooms", CloudHSMV2: "client-cloudhsm-v2", @@ -94,7 +93,6 @@ export const CLIENT_PACKAGE_NAMES_MAP: Record = { IoTSiteWise: "client-iotsitewise", IoTThingsGraph: "client-iotthingsgraph", IoTTwinMaker: "client-iottwinmaker", - IoTRoboRunner: "client-iot-roborunner", IVSRealTime: "client-ivs-realtime", KafkaConnect: "client-kafkaconnect", KinesisVideoSignalingChannels: "client-kinesis-video-signaling",