Skip to content

Commit bc7acd7

Browse files
author
AWS
committed
AmazonConnectCampaignServiceV2 Update: This release added support for ring timer configuration for campaign calls.
1 parent 77ba6a7 commit bc7acd7

File tree

2 files changed

+30
-10
lines changed

2 files changed

+30
-10
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": "AmazonConnectCampaignServiceV2",
4+
"contributor": "",
5+
"description": "This release added support for ring timer configuration for campaign calls."
6+
}

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

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@
177177
{"shape":"ValidationException"},
178178
{"shape":"AccessDeniedException"}
179179
],
180-
"documentation":"<p>Describes the specific campaign.</p>"
180+
"documentation":"<p>Describes the specific campaign.</p>",
181+
"readonly":true
181182
},
182183
"GetCampaignState":{
183184
"name":"GetCampaignState",
@@ -229,7 +230,8 @@
229230
{"shape":"ValidationException"},
230231
{"shape":"AccessDeniedException"}
231232
],
232-
"documentation":"<p>Get the specific Connect instance config.</p>"
233+
"documentation":"<p>Get the specific Connect instance config.</p>",
234+
"readonly":true
233235
},
234236
"GetInstanceCommunicationLimits":{
235237
"name":"GetInstanceCommunicationLimits",
@@ -246,7 +248,8 @@
246248
{"shape":"ValidationException"},
247249
{"shape":"AccessDeniedException"}
248250
],
249-
"documentation":"<p>Get the instance communication limits.</p>"
251+
"documentation":"<p>Get the instance communication limits.</p>",
252+
"readonly":true
250253
},
251254
"GetInstanceOnboardingJobStatus":{
252255
"name":"GetInstanceOnboardingJobStatus",
@@ -263,7 +266,8 @@
263266
{"shape":"ValidationException"},
264267
{"shape":"AccessDeniedException"}
265268
],
266-
"documentation":"<p>Get the specific instance onboarding job status.</p>"
269+
"documentation":"<p>Get the specific instance onboarding job status.</p>",
270+
"readonly":true
267271
},
268272
"ListCampaigns":{
269273
"name":"ListCampaigns",
@@ -279,7 +283,8 @@
279283
{"shape":"ValidationException"},
280284
{"shape":"AccessDeniedException"}
281285
],
282-
"documentation":"<p>Provides summary information about the campaigns under the specified Amazon Connect account.</p>"
286+
"documentation":"<p>Provides summary information about the campaigns under the specified Amazon Connect account.</p>",
287+
"readonly":true
283288
},
284289
"ListConnectInstanceIntegrations":{
285290
"name":"ListConnectInstanceIntegrations",
@@ -297,7 +302,8 @@
297302
{"shape":"AccessDeniedException"},
298303
{"shape":"ThrottlingException"}
299304
],
300-
"documentation":"<p>Provides summary information about the integration under the specified Connect instance.</p>"
305+
"documentation":"<p>Provides summary information about the integration under the specified Connect instance.</p>",
306+
"readonly":true
301307
},
302308
"ListTagsForResource":{
303309
"name":"ListTagsForResource",
@@ -691,8 +697,7 @@
691697
},
692698
"AgentlessConfig":{
693699
"type":"structure",
694-
"members":{
695-
},
700+
"members":{},
696701
"documentation":"<p>Agentless config</p>"
697702
},
698703
"AnswerMachineDetectionConfig":{
@@ -2089,6 +2094,13 @@
20892094
},
20902095
"documentation":"<p>The request for ResumeCampaign API.</p>"
20912096
},
2097+
"RingTimeout":{
2098+
"type":"integer",
2099+
"documentation":"<p>Ring timeout for outbound calls</p>",
2100+
"box":true,
2101+
"max":60,
2102+
"min":15
2103+
},
20922104
"Schedule":{
20932105
"type":"structure",
20942106
"required":[
@@ -2347,7 +2359,8 @@
23472359
"destinationPhoneNumber":{"shape":"DestinationPhoneNumber"},
23482360
"attributes":{"shape":"Attributes"},
23492361
"connectSourcePhoneNumber":{"shape":"SourcePhoneNumber"},
2350-
"answerMachineDetectionConfig":{"shape":"AnswerMachineDetectionConfig"}
2362+
"answerMachineDetectionConfig":{"shape":"AnswerMachineDetectionConfig"},
2363+
"ringTimeout":{"shape":"RingTimeout"}
23512364
},
23522365
"documentation":"<p>Parameters for the Telephony Channel Subtype</p>"
23532366
},
@@ -2357,7 +2370,8 @@
23572370
"members":{
23582371
"connectContactFlowId":{"shape":"ContactFlowId"},
23592372
"connectSourcePhoneNumber":{"shape":"SourcePhoneNumber"},
2360-
"answerMachineDetectionConfig":{"shape":"AnswerMachineDetectionConfig"}
2373+
"answerMachineDetectionConfig":{"shape":"AnswerMachineDetectionConfig"},
2374+
"ringTimeout":{"shape":"RingTimeout"}
23612375
},
23622376
"documentation":"<p>Default Telephony Outbound config</p>"
23632377
},

0 commit comments

Comments
 (0)