|
627 | 627 | {"shape":"ResourceNotFoundException"},
|
628 | 628 | {"shape":"InternalServiceException"},
|
629 | 629 | {"shape":"ServiceQuotaExceededException"},
|
630 |
| - {"shape":"ThrottlingException"} |
| 630 | + {"shape":"ThrottlingException"}, |
| 631 | + {"shape":"ConflictException"} |
631 | 632 | ],
|
632 |
| - "documentation":"<p>Adds a new participant into an on-going chat contact. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/chat-customize-flow.html\">Customize chat flow experiences by integrating custom participants</a>.</p>" |
| 633 | + "documentation":"<p>Adds a new participant into an on-going chat contact or webRTC call. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/chat-customize-flow.html\">Customize chat flow experiences by integrating custom participants</a> or <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/enable-multiuser-inapp.html\">Enable multi-user web, in-app, and video calling</a>.</p>" |
633 | 634 | },
|
634 | 635 | "CreatePersistentContactAssociation":{
|
635 | 636 | "name":"CreatePersistentContactAssociation",
|
|
2182 | 2183 | {"shape":"ThrottlingException"},
|
2183 | 2184 | {"shape":"ResourceNotFoundException"}
|
2184 | 2185 | ],
|
2185 |
| - "documentation":"<p>Gets the real-time metric data from the specified Amazon Connect instance.</p> <p>For a description of each metric, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html\">Metrics definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p> <note> <p>When you make a successful API request, you can expect the following metric values in the response:</p> <ol> <li> <p> <b>Metric value is null</b>: The calculation cannot be performed due to divide by zero or insufficient data</p> </li> <li> <p> <b>Metric value is a number (including 0) of defined type</b>: The number provided is the calculation result</p> </li> <li> <p> <b>MetricResult list is empty</b>: The request cannot find any data in the system</p> </li> </ol> <p>The following guidelines can help you work with the API:</p> <ul> <li> <p>Each dimension in the metric response must contain a value</p> </li> <li> <p>Each item in MetricResult must include all requested metrics</p> </li> <li> <p>If the response is slow due to large result sets, try these approaches:</p> <ul> <li> <p>Narrow the time range of your request</p> </li> <li> <p>Add filters to reduce the amount of data returned</p> </li> </ul> </li> </ul> </note>" |
| 2186 | + "documentation":"<p>Gets the real-time metric data from the specified Amazon Connect instance.</p> <p>For a description of each metric, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html\">Metrics definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p> <note> <p>When you make a successful API request, you can expect the following metric values in the response:</p> <ol> <li> <p> <b>Metric value is null</b>: The calculation cannot be performed due to divide by zero or insufficient data</p> </li> <li> <p> <b>Metric value is a number (including 0) of defined type</b>: The number provided is the calculation result</p> </li> <li> <p> <b>MetricResult list is empty</b>: The request cannot find any data in the system</p> </li> </ol> <p>The following guidelines can help you work with the API:</p> <ul> <li> <p>Each dimension in the metric response must contain a value</p> </li> <li> <p>Each item in MetricResult must include all requested metrics</p> </li> <li> <p>If the response is slow due to large result sets, try these approaches:</p> <ul> <li> <p>Add filters to reduce the amount of data returned</p> </li> </ul> </li> </ul> </note>" |
2186 | 2187 | },
|
2187 | 2188 | "GetCurrentUserData":{
|
2188 | 2189 | "name":"GetCurrentUserData",
|
|
8660 | 8661 | },
|
8661 | 8662 | "ContactId":{
|
8662 | 8663 | "shape":"ContactId",
|
8663 |
| - "documentation":"<p>The identifier of the contact in this instance of Amazon Connect. Only contacts in the CHAT channel are supported.</p>" |
| 8664 | + "documentation":"<p>The identifier of the contact in this instance of Amazon Connect. Supports contacts in the CHAT channel and VOICE (WebRTC) channels. For WebRTC calls, this should be the initial contact ID that was generated when the contact was first created (from the StartWebRTCContact API) in the VOICE channel</p>" |
8664 | 8665 | },
|
8665 | 8666 | "ClientToken":{
|
8666 | 8667 | "shape":"ClientToken",
|
|
8669 | 8670 | },
|
8670 | 8671 | "ParticipantDetails":{
|
8671 | 8672 | "shape":"ParticipantDetailsToAdd",
|
8672 |
| - "documentation":"<p>Information identifying the participant.</p> <important> <p>The only Valid value for <code>ParticipantRole</code> is <code>CUSTOM_BOT</code>. </p> <p> <code>DisplayName</code> is <b>Required</b>.</p> </important>" |
| 8673 | + "documentation":"<p>Information identifying the participant.</p> <important> <p>The only valid value for <code>ParticipantRole</code> is <code>CUSTOM_BOT</code> for chat contact and <code>CUSTOMER</code> for voice contact.</p> </important>" |
8673 | 8674 | }
|
8674 | 8675 | }
|
8675 | 8676 | },
|
|
18430 | 18431 | "DisplayName":{
|
18431 | 18432 | "shape":"DisplayName",
|
18432 | 18433 | "documentation":"<p>The display name of the participant.</p>"
|
18433 |
| - } |
| 18434 | + }, |
| 18435 | + "ParticipantCapabilities":{"shape":"ParticipantCapabilities"} |
18434 | 18436 | },
|
18435 | 18437 | "documentation":"<p>The details to add for the participant.</p>"
|
18436 | 18438 | },
|
|
0 commit comments