Skip to content

Commit 7e5f999

Browse files
author
AWS
committed
Amazon Chime Update: Adds support for SipHeaders parameter for CreateSipMediaApplicationCall.
1 parent e3ef4dc commit 7e5f999

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
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": "Amazon Chime",
4+
"contributor": "",
5+
"description": "Adds support for SipHeaders parameter for CreateSipMediaApplicationCall."
6+
}

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

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,7 @@
671671
{"shape":"ResourceLimitExceededException"},
672672
{"shape":"ThrottledClientException"},
673673
{"shape":"UnauthorizedClientException"},
674+
{"shape":"AccessDeniedException"},
674675
{"shape":"ServiceUnavailableException"},
675676
{"shape":"ServiceFailureException"}
676677
],
@@ -3249,7 +3250,7 @@
32493250
{"shape":"ServiceUnavailableException"},
32503251
{"shape":"ServiceFailureException"}
32513252
],
3252-
"documentation":"<p>Start transcription for the specified <code>meetingId</code>. </p>"
3253+
"documentation":"<p>Starts transcription for the specified <code>meetingId</code>. </p>"
32533254
},
32543255
"StopMeetingTranscription":{
32553256
"name":"StopMeetingTranscription",
@@ -5818,6 +5819,10 @@
58185819
"documentation":"<p>The ID of the SIP media application.</p>",
58195820
"location":"uri",
58205821
"locationName":"sipMediaApplicationId"
5822+
},
5823+
"SipHeaders":{
5824+
"shape":"SipHeadersMap",
5825+
"documentation":"<p>The SIP headers added to an outbound call leg.</p>"
58215826
}
58225827
}
58235828
},
@@ -9451,14 +9456,14 @@
94519456
"members":{
94529457
"Routes":{
94539458
"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>"
94559460
},
94569461
"Disabled":{
94579462
"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>"
94599464
}
94609465
},
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>"
94629467
},
94639468
"OriginationRoute":{
94649469
"type":"structure",
@@ -9484,7 +9489,7 @@
94849489
"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>"
94859490
}
94869491
},
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>"
94889493
},
94899494
"OriginationRouteList":{
94909495
"type":"list",
@@ -10722,6 +10727,13 @@
1072210727
"type":"integer",
1072310728
"min":1
1072410729
},
10730+
"SipHeadersMap":{
10731+
"type":"map",
10732+
"key":{"shape":"SensitiveString"},
10733+
"value":{"shape":"SensitiveString"},
10734+
"max":20,
10735+
"min":0
10736+
},
1072510737
"SipMediaApplication":{
1072610738
"type":"structure",
1072710739
"members":{
@@ -11237,7 +11249,7 @@
1123711249
},
1123811250
"EngineTranscribeMedicalSettings":{
1123911251
"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>"
1124111253
}
1124211254
},
1124311255
"documentation":"<p>The configuration for the current transcription operation. Must contain <code>EngineTranscribeSettings</code> or <code>EngineTranscribeMedicalSettings</code>.</p>"

0 commit comments

Comments
 (0)