|
2015 | 2015 | {"shape":"ServiceUnavailableException"},
|
2016 | 2016 | {"shape":"ServiceFailureException"}
|
2017 | 2017 | ],
|
2018 |
| - "documentation":"<p> Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps,name, and associated <code>VoiceConnectorItems</code> . </p>" |
| 2018 | + "documentation":"<p> Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps,name, and associated <code>VoiceConnectorItems</code>.</p>" |
2019 | 2019 | },
|
2020 | 2020 | "GetVoiceConnectorLoggingConfiguration":{
|
2021 | 2021 | "name":"GetVoiceConnectorLoggingConfiguration",
|
|
2473 | 2473 | {"shape":"ServiceUnavailableException"},
|
2474 | 2474 | {"shape":"ServiceFailureException"}
|
2475 | 2475 | ],
|
2476 |
| - "documentation":"<p> Lists up to 100 active Amazon Chime SDK meetings. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i> . </p>" |
| 2476 | + "documentation":"<p> Lists up to 100 active Amazon Chime SDK meetings. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p>" |
2477 | 2477 | },
|
2478 | 2478 | "ListPhoneNumberOrders":{
|
2479 | 2479 | "name":"ListPhoneNumberOrders",
|
|
2828 | 2828 | {"shape":"ServiceUnavailableException"},
|
2829 | 2829 | {"shape":"ServiceFailureException"}
|
2830 | 2830 | ],
|
2831 |
| - "documentation":"<p> Puts retention settings for the specified Amazon Chime Enterprise account. We recommend using AWS CloudTrail to monitor usage of this API for your account. For more information, see <a href=\"https://docs.aws.amazon.com/chime/latest/ag/cloudtrail.html\">Logging Amazon Chime API Calls with AWS CloudTrail</a> in the <i>Amazon Chime Administration Guide</i> . </p> <p> To turn off existing retention settings, remove the number of days from the corresponding <b>RetentionDays</b> field in the <b>RetentionSettings</b> object. For more information about retention settings, see <a href=\"https://docs.aws.amazon.com/chime/latest/ag/chat-retention.html\">Managing Chat Retention Policies</a> in the <i>Amazon Chime Administration Guide</i> . </p>" |
| 2831 | + "documentation":"<p> Puts retention settings for the specified Amazon Chime Enterprise account. We recommend using AWS CloudTrail to monitor usage of this API for your account. For more information, see <a href=\"https://docs.aws.amazon.com/chime/latest/ag/cloudtrail.html\">Logging Amazon Chime API Calls with AWS CloudTrail</a> in the <i>Amazon Chime Administration Guide</i>.</p> <p> To turn off existing retention settings, remove the number of days from the corresponding <b>RetentionDays</b> field in the <b>RetentionSettings</b> object. For more information about retention settings, see <a href=\"https://docs.aws.amazon.com/chime/latest/ag/chat-retention.html\">Managing Chat Retention Policies</a> in the <i>Amazon Chime Administration Guide</i>.</p>" |
2832 | 2832 | },
|
2833 | 2833 | "PutSipMediaApplicationLoggingConfiguration":{
|
2834 | 2834 | "name":"PutSipMediaApplicationLoggingConfiguration",
|
|
3568 | 3568 | ],
|
3569 | 3569 | "documentation":"<p>Updates the details of the specified SIP media application.</p>"
|
3570 | 3570 | },
|
| 3571 | + "UpdateSipMediaApplicationCall":{ |
| 3572 | + "name":"UpdateSipMediaApplicationCall", |
| 3573 | + "http":{ |
| 3574 | + "method":"POST", |
| 3575 | + "requestUri":"/sip-media-applications/{sipMediaApplicationId}/calls/{transactionId}", |
| 3576 | + "responseCode":202 |
| 3577 | + }, |
| 3578 | + "input":{"shape":"UpdateSipMediaApplicationCallRequest"}, |
| 3579 | + "output":{"shape":"UpdateSipMediaApplicationCallResponse"}, |
| 3580 | + "errors":[ |
| 3581 | + {"shape":"BadRequestException"}, |
| 3582 | + {"shape":"NotFoundException"}, |
| 3583 | + {"shape":"ForbiddenException"}, |
| 3584 | + {"shape":"ResourceLimitExceededException"}, |
| 3585 | + {"shape":"ThrottledClientException"}, |
| 3586 | + {"shape":"UnauthorizedClientException"}, |
| 3587 | + {"shape":"ServiceUnavailableException"}, |
| 3588 | + {"shape":"ServiceFailureException"} |
| 3589 | + ], |
| 3590 | + "documentation":"<p>Allows you to trigger a Lambda function at any time while a call is active, and replace the current actions with new actions returned by the invocation.</p>" |
| 3591 | + }, |
3571 | 3592 | "UpdateSipRule":{
|
3572 | 3593 | "name":"UpdateSipRule",
|
3573 | 3594 | "http":{
|
|
10161 | 10182 | },
|
10162 | 10183 | "documentation":"<p>The retention settings that determine how long to retain chat-room messages for an Amazon Chime Enterprise account.</p>"
|
10163 | 10184 | },
|
| 10185 | + "SMAUpdateCallArgumentsMap":{ |
| 10186 | + "type":"map", |
| 10187 | + "key":{"shape":"SensitiveString"}, |
| 10188 | + "value":{"shape":"SensitiveString"}, |
| 10189 | + "max":20, |
| 10190 | + "min":0 |
| 10191 | + }, |
10164 | 10192 | "SearchAvailablePhoneNumbersRequest":{
|
10165 | 10193 | "type":"structure",
|
10166 | 10194 | "members":{
|
|
11266 | 11294 | }
|
11267 | 11295 | }
|
11268 | 11296 | },
|
| 11297 | + "UpdateSipMediaApplicationCallRequest":{ |
| 11298 | + "type":"structure", |
| 11299 | + "required":[ |
| 11300 | + "SipMediaApplicationId", |
| 11301 | + "TransactionId", |
| 11302 | + "Arguments" |
| 11303 | + ], |
| 11304 | + "members":{ |
| 11305 | + "SipMediaApplicationId":{ |
| 11306 | + "shape":"NonEmptyString", |
| 11307 | + "documentation":"<p>The ID of the SIP media application handling the call.</p>", |
| 11308 | + "location":"uri", |
| 11309 | + "locationName":"sipMediaApplicationId" |
| 11310 | + }, |
| 11311 | + "TransactionId":{ |
| 11312 | + "shape":"NonEmptyString", |
| 11313 | + "documentation":"<p>The ID of the call transaction.</p>", |
| 11314 | + "location":"uri", |
| 11315 | + "locationName":"transactionId" |
| 11316 | + }, |
| 11317 | + "Arguments":{ |
| 11318 | + "shape":"SMAUpdateCallArgumentsMap", |
| 11319 | + "documentation":"<p>Arguments made available to the Lambda function as part of the <code>CALL_UPDATE_REQUESTED</code> event. Can contain 0-20 key-value pairs.</p>" |
| 11320 | + } |
| 11321 | + } |
| 11322 | + }, |
| 11323 | + "UpdateSipMediaApplicationCallResponse":{ |
| 11324 | + "type":"structure", |
| 11325 | + "members":{ |
| 11326 | + "SipMediaApplicationCall":{"shape":"SipMediaApplicationCall"} |
| 11327 | + } |
| 11328 | + }, |
11269 | 11329 | "UpdateSipMediaApplicationRequest":{
|
11270 | 11330 | "type":"structure",
|
11271 | 11331 | "required":["SipMediaApplicationId"],
|
|
0 commit comments