Skip to content

Commit 15045e2

Browse files
author
AWS
committed
Amazon Transcribe Service Update: This release adds support for call analytics (batch) within Amazon Transcribe.
1 parent cd82691 commit 15045e2

File tree

3 files changed

+834
-19
lines changed

3 files changed

+834
-19
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 Transcribe Service",
4+
"contributor": "",
5+
"description": "This release adds support for call analytics (batch) within Amazon Transcribe."
6+
}

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"pagination": {
3+
"ListCallAnalyticsCategories": {
4+
"input_token": "NextToken",
5+
"output_token": "NextToken",
6+
"limit_key": "MaxResults"
7+
},
8+
"ListCallAnalyticsJobs": {
9+
"input_token": "NextToken",
10+
"output_token": "NextToken",
11+
"limit_key": "MaxResults"
12+
},
313
"ListLanguageModels": {
414
"input_token": "NextToken",
515
"output_token": "NextToken",

0 commit comments

Comments
 (0)