|
177 | 177 | {"shape":"ValidationException"}, |
178 | 178 | {"shape":"AccessDeniedException"} |
179 | 179 | ], |
180 | | - "documentation":"<p>Describes the specific campaign.</p>" |
| 180 | + "documentation":"<p>Describes the specific campaign.</p>", |
| 181 | + "readonly":true |
181 | 182 | }, |
182 | 183 | "GetCampaignState":{ |
183 | 184 | "name":"GetCampaignState", |
|
229 | 230 | {"shape":"ValidationException"}, |
230 | 231 | {"shape":"AccessDeniedException"} |
231 | 232 | ], |
232 | | - "documentation":"<p>Get the specific Connect instance config.</p>" |
| 233 | + "documentation":"<p>Get the specific Connect instance config.</p>", |
| 234 | + "readonly":true |
233 | 235 | }, |
234 | 236 | "GetInstanceCommunicationLimits":{ |
235 | 237 | "name":"GetInstanceCommunicationLimits", |
|
246 | 248 | {"shape":"ValidationException"}, |
247 | 249 | {"shape":"AccessDeniedException"} |
248 | 250 | ], |
249 | | - "documentation":"<p>Get the instance communication limits.</p>" |
| 251 | + "documentation":"<p>Get the instance communication limits.</p>", |
| 252 | + "readonly":true |
250 | 253 | }, |
251 | 254 | "GetInstanceOnboardingJobStatus":{ |
252 | 255 | "name":"GetInstanceOnboardingJobStatus", |
|
263 | 266 | {"shape":"ValidationException"}, |
264 | 267 | {"shape":"AccessDeniedException"} |
265 | 268 | ], |
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 |
267 | 271 | }, |
268 | 272 | "ListCampaigns":{ |
269 | 273 | "name":"ListCampaigns", |
|
279 | 283 | {"shape":"ValidationException"}, |
280 | 284 | {"shape":"AccessDeniedException"} |
281 | 285 | ], |
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 |
283 | 288 | }, |
284 | 289 | "ListConnectInstanceIntegrations":{ |
285 | 290 | "name":"ListConnectInstanceIntegrations", |
|
297 | 302 | {"shape":"AccessDeniedException"}, |
298 | 303 | {"shape":"ThrottlingException"} |
299 | 304 | ], |
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 |
301 | 307 | }, |
302 | 308 | "ListTagsForResource":{ |
303 | 309 | "name":"ListTagsForResource", |
|
691 | 697 | }, |
692 | 698 | "AgentlessConfig":{ |
693 | 699 | "type":"structure", |
694 | | - "members":{ |
695 | | - }, |
| 700 | + "members":{}, |
696 | 701 | "documentation":"<p>Agentless config</p>" |
697 | 702 | }, |
698 | 703 | "AnswerMachineDetectionConfig":{ |
|
2089 | 2094 | }, |
2090 | 2095 | "documentation":"<p>The request for ResumeCampaign API.</p>" |
2091 | 2096 | }, |
| 2097 | + "RingTimeout":{ |
| 2098 | + "type":"integer", |
| 2099 | + "documentation":"<p>Ring timeout for outbound calls</p>", |
| 2100 | + "box":true, |
| 2101 | + "max":60, |
| 2102 | + "min":15 |
| 2103 | + }, |
2092 | 2104 | "Schedule":{ |
2093 | 2105 | "type":"structure", |
2094 | 2106 | "required":[ |
|
2347 | 2359 | "destinationPhoneNumber":{"shape":"DestinationPhoneNumber"}, |
2348 | 2360 | "attributes":{"shape":"Attributes"}, |
2349 | 2361 | "connectSourcePhoneNumber":{"shape":"SourcePhoneNumber"}, |
2350 | | - "answerMachineDetectionConfig":{"shape":"AnswerMachineDetectionConfig"} |
| 2362 | + "answerMachineDetectionConfig":{"shape":"AnswerMachineDetectionConfig"}, |
| 2363 | + "ringTimeout":{"shape":"RingTimeout"} |
2351 | 2364 | }, |
2352 | 2365 | "documentation":"<p>Parameters for the Telephony Channel Subtype</p>" |
2353 | 2366 | }, |
|
2357 | 2370 | "members":{ |
2358 | 2371 | "connectContactFlowId":{"shape":"ContactFlowId"}, |
2359 | 2372 | "connectSourcePhoneNumber":{"shape":"SourcePhoneNumber"}, |
2360 | | - "answerMachineDetectionConfig":{"shape":"AnswerMachineDetectionConfig"} |
| 2373 | + "answerMachineDetectionConfig":{"shape":"AnswerMachineDetectionConfig"}, |
| 2374 | + "ringTimeout":{"shape":"RingTimeout"} |
2361 | 2375 | }, |
2362 | 2376 | "documentation":"<p>Default Telephony Outbound config</p>" |
2363 | 2377 | }, |
|
0 commit comments