Skip to content

Commit 9d14c09

Browse files
committed
Fix package name of AugmentedAIRuntime and EKSAuth clients
1 parent 1323d4e commit 9d14c09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const CLIENT_PACKAGE_NAMES_MAP: Record<string, string> = {
4545
AppTest: "client-apptest",
4646
ApplicationCostProfiler: "client-applicationcostprofiler",
4747
ARCZonalShift: "client-arc-zonal-shift",
48-
AugmentedAIRuntime: "client-sage-maker-a2iruntime",
48+
AugmentedAIRuntime: "client-sage-maker-a2i-runtime",
4949
AuditManager: "client-auditmanager",
5050
BackupStorage: "client-backupstorage",
5151
CUR: "client-cost-and-usage-report-service",
@@ -69,6 +69,7 @@ export const CLIENT_PACKAGE_NAMES_MAP: Record<string, string> = {
6969
ECRPUBLIC: "client-ecr-public",
7070
ELB: "client-elastic-load-balancing",
7171
ELBv2: "client-elastic-load-balancing-v2",
72+
EKSAuth: "client-eks-auth",
7273
ElastiCache: "client-elasticache",
7374
EntityResolution: "client-entityresolution",
7475
EMRcontainers: "client-emr-containers",

0 commit comments

Comments
 (0)