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 1323d4e commit 9d14c09Copy full SHA for 9d14c09
src/transforms/v2-to-v3/config/CLIENT_PACKAGE_NAMES_MAP.ts
@@ -45,7 +45,7 @@ export const CLIENT_PACKAGE_NAMES_MAP: Record<string, string> = {
45
AppTest: "client-apptest",
46
ApplicationCostProfiler: "client-applicationcostprofiler",
47
ARCZonalShift: "client-arc-zonal-shift",
48
- AugmentedAIRuntime: "client-sage-maker-a2iruntime",
+ AugmentedAIRuntime: "client-sage-maker-a2i-runtime",
49
AuditManager: "client-auditmanager",
50
BackupStorage: "client-backupstorage",
51
CUR: "client-cost-and-usage-report-service",
@@ -69,6 +69,7 @@ export const CLIENT_PACKAGE_NAMES_MAP: Record<string, string> = {
69
ECRPUBLIC: "client-ecr-public",
70
ELB: "client-elastic-load-balancing",
71
ELBv2: "client-elastic-load-balancing-v2",
72
+ EKSAuth: "client-eks-auth",
73
ElastiCache: "client-elasticache",
74
EntityResolution: "client-entityresolution",
75
EMRcontainers: "client-emr-containers",
0 commit comments