Skip to content

Commit a226454

Browse files
author
AWS
committed
Amazon Translate Update: This release adds a new family of APIs for asynchronous batch translation service that provides option to translate large collection of text or HTML documents stored in Amazon S3 folder. This service accepts a batch of up to 5 GB in size per API call with each document not exceeding 1 MB size and the number of documents not exceeding 1 million per batch. See documentation for more information.
1 parent 58d488f commit a226454

File tree

3 files changed

+415
-13
lines changed

3 files changed

+415
-13
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Translate",
4+
"description": "This release adds a new family of APIs for asynchronous batch translation service that provides option to translate large collection of text or HTML documents stored in Amazon S3 folder. This service accepts a batch of up to 5 GB in size per API call with each document not exceeding 1 MB size and the number of documents not exceeding 1 million per batch. See documentation for more information."
5+
}
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
22
"pagination": {
3+
"ListTerminologies": {
4+
"input_token": "NextToken",
5+
"limit_key": "MaxResults",
6+
"output_token": "NextToken"
7+
},
8+
"ListTextTranslationJobs": {
9+
"input_token": "NextToken",
10+
"limit_key": "MaxResults",
11+
"output_token": "NextToken"
12+
}
313
}
4-
}
14+
}

0 commit comments

Comments
 (0)