Skip to content

Commit 2723ce6

Browse files
author
AWS
committed
Amazon Lex Model Building Service Update: Lex now supports the ja-JP locale
1 parent f029d2d commit 2723ce6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Lex Model Building Service",
4+
"contributor": "",
5+
"description": "Lex now supports the ja-JP locale"
6+
}

services/lexmodelbuilding/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2710,7 +2710,8 @@
27102710
"es-US",
27112711
"fr-FR",
27122712
"fr-CA",
2713-
"it-IT"
2713+
"it-IT",
2714+
"ja-JP"
27142715
]
27152716
},
27162717
"LocaleList":{

0 commit comments

Comments
 (0)