Skip to content

Commit e132eb4

Browse files
author
AWS
committed
AmazonConnectCampaignService Update: This release adds support for specifying if Answering Machine should wait for prompt sound.
1 parent 39b0f93 commit e132eb4

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
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": "AmazonConnectCampaignService",
4+
"contributor": "",
5+
"description": "This release adds support for specifying if Answering Machine should wait for prompt sound."
6+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"endpointPrefix":"connect-campaigns",
66
"jsonVersion":"1.1",
77
"protocol":"rest-json",
8+
"protocols":["rest-json"],
89
"serviceFullName":"AmazonConnectCampaignService",
910
"serviceId":"ConnectCampaigns",
1011
"signatureVersion":"v4",
@@ -450,6 +451,10 @@
450451
"enableAnswerMachineDetection":{
451452
"shape":"Boolean",
452453
"documentation":"<p>Enable or disable answering machine detection</p>"
454+
},
455+
"awaitAnswerMachinePrompt":{
456+
"shape":"Boolean",
457+
"documentation":"<p>Enable or disable await answer machine prompt</p>"
453458
}
454459
},
455460
"documentation":"<p>Answering Machine Detection config</p>"

0 commit comments

Comments
 (0)