Skip to content

Commit df95a44

Browse files
author
AWS
committed
Amazon Translate Update: Added ListLanguages API which can be used to list the languages supported by Translate.
1 parent 029b801 commit df95a44

File tree

3 files changed

+141
-23
lines changed

3 files changed

+141
-23
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 Translate",
4+
"contributor": "",
5+
"description": "Added ListLanguages API which can be used to list the languages supported by Translate."
6+
}

services/translate/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"pagination": {
3+
"ListLanguages": {
4+
"input_token": "NextToken",
5+
"limit_key": "MaxResults",
6+
"output_token": "NextToken"
7+
},
38
"ListParallelData": {
49
"input_token": "NextToken",
510
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)