File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,12 @@ function(build_sdk_list)
81
81
if ("${svc} " STREQUAL "runtime.lex" )
82
82
LIST (APPEND C2J_SPECIAL_NAME_LIST "lex:runtime.lex" )
83
83
set (svc "lex" )
84
+ elseif ("${svc} " STREQUAL "runtime.lex.v2" )
85
+ LIST (APPEND C2J_SPECIAL_NAME_LIST "lexv2-runtime:runtime.lex.v2" )
86
+ set (svc "lexv2-runtime" )
87
+ elseif ("${svc} " STREQUAL "models.lex.v2" )
88
+ LIST (APPEND C2J_SPECIAL_NAME_LIST "lexv2-models:models.lex.v2" )
89
+ set (svc "lexv2-models" )
84
90
elseif ("${svc} " STREQUAL "transfer" )
85
91
LIST (APPEND C2J_SPECIAL_NAME_LIST "awstransfer:transfer" )
86
92
set (svc "awstransfer" )
Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ def ParseArguments():
47
47
48
48
serviceNameRemaps = {
49
49
"runtime.lex" : "lex" ,
50
+ "runtime.lex.v2" : "lexv2-runtime" ,
51
+ "models.lex.v2" : "lexv2-models" ,
50
52
"entitlement.marketplace" : "marketplace-entitlement" ,
51
53
"runtime.sagemaker" : "sagemaker-runtime" ,
52
54
"transfer" : "awstransfer" ,
You can’t perform that action at this time.
0 commit comments