|
671 | 671 | {"shape":"ResourceLimitExceededException"},
|
672 | 672 | {"shape":"ThrottledClientException"},
|
673 | 673 | {"shape":"UnauthorizedClientException"},
|
| 674 | + {"shape":"AccessDeniedException"}, |
674 | 675 | {"shape":"ServiceUnavailableException"},
|
675 | 676 | {"shape":"ServiceFailureException"}
|
676 | 677 | ],
|
|
3249 | 3250 | {"shape":"ServiceUnavailableException"},
|
3250 | 3251 | {"shape":"ServiceFailureException"}
|
3251 | 3252 | ],
|
3252 |
| - "documentation":"<p>Start transcription for the specified <code>meetingId</code>. </p>" |
| 3253 | + "documentation":"<p>Starts transcription for the specified <code>meetingId</code>. </p>" |
3253 | 3254 | },
|
3254 | 3255 | "StopMeetingTranscription":{
|
3255 | 3256 | "name":"StopMeetingTranscription",
|
|
5818 | 5819 | "documentation":"<p>The ID of the SIP media application.</p>",
|
5819 | 5820 | "location":"uri",
|
5820 | 5821 | "locationName":"sipMediaApplicationId"
|
| 5822 | + }, |
| 5823 | + "SipHeaders":{ |
| 5824 | + "shape":"SipHeadersMap", |
| 5825 | + "documentation":"<p>The SIP headers added to an outbound call leg.</p>" |
5821 | 5826 | }
|
5822 | 5827 | }
|
5823 | 5828 | },
|
|
9451 | 9456 | "members":{
|
9452 | 9457 | "Routes":{
|
9453 | 9458 | "shape":"OriginationRouteList",
|
9454 |
| - "documentation":"<p>The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum value of 20.</p>" |
| 9459 | + "documentation":"<p>The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum value of 20. This parameter is not required, but you must specify this parameter or <code>Disabled</code>.</p>" |
9455 | 9460 | },
|
9456 | 9461 | "Disabled":{
|
9457 | 9462 | "shape":"Boolean",
|
9458 |
| - "documentation":"<p>When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector.</p>" |
| 9463 | + "documentation":"<p>When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector. This parameter is not required, but you must specify this parameter or <code>Routes</code>.</p>" |
9459 | 9464 | }
|
9460 | 9465 | },
|
9461 |
| - "documentation":"<p>Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector.</p>" |
| 9466 | + "documentation":"<p>Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector.</p> <note> <p>The parameters listed below are not required, but you must use at least one. </p> </note>" |
9462 | 9467 | },
|
9463 | 9468 | "OriginationRoute":{
|
9464 | 9469 | "type":"structure",
|
|
9484 | 9489 | "documentation":"<p>The weight associated with the host. If hosts are equal in priority, calls are redistributed among them based on their relative weight.</p>"
|
9485 | 9490 | }
|
9486 | 9491 | },
|
9487 |
| - "documentation":"<p>Origination routes define call distribution properties for your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector. Limit: Ten origination routes for each Amazon Chime Voice Connector.</p>" |
| 9492 | + "documentation":"<p>Origination routes define call distribution properties for your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector. Limit: Ten origination routes for each Amazon Chime Voice Connector.</p> <note> <p>The parameters listed below are not required, but you must use at least one. </p> </note>" |
9488 | 9493 | },
|
9489 | 9494 | "OriginationRouteList":{
|
9490 | 9495 | "type":"list",
|
|
10722 | 10727 | "type":"integer",
|
10723 | 10728 | "min":1
|
10724 | 10729 | },
|
| 10730 | + "SipHeadersMap":{ |
| 10731 | + "type":"map", |
| 10732 | + "key":{"shape":"SensitiveString"}, |
| 10733 | + "value":{"shape":"SensitiveString"}, |
| 10734 | + "max":20, |
| 10735 | + "min":0 |
| 10736 | + }, |
10725 | 10737 | "SipMediaApplication":{
|
10726 | 10738 | "type":"structure",
|
10727 | 10739 | "members":{
|
|
11237 | 11249 | },
|
11238 | 11250 | "EngineTranscribeMedicalSettings":{
|
11239 | 11251 | "shape":"EngineTranscribeMedicalSettings",
|
11240 |
| - "documentation":"<p>The transcription configuration settings passed to Amazon Transcribe.</p>" |
| 11252 | + "documentation":"<p>The transcription configuration settings passed to Amazon Transcribe Medical.</p>" |
11241 | 11253 | }
|
11242 | 11254 | },
|
11243 | 11255 | "documentation":"<p>The configuration for the current transcription operation. Must contain <code>EngineTranscribeSettings</code> or <code>EngineTranscribeMedicalSettings</code>.</p>"
|
|
0 commit comments