Skip to content

Commit d5c0ecd

Browse files
author
AWS
committed
Amazon Chime Update: Chime VoiceConnector Logging APIs will now support MediaMetricLogs. Also CreateMeetingDialOut now returns AccessDeniedException.
1 parent d406206 commit d5c0ecd

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
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": "Chime VoiceConnector Logging APIs will now support MediaMetricLogs. Also CreateMeetingDialOut now returns AccessDeniedException."
6+
}

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@
525525
{"shape":"ResourceLimitExceededException"},
526526
{"shape":"ThrottledClientException"},
527527
{"shape":"UnauthorizedClientException"},
528+
{"shape":"AccessDeniedException"},
528529
{"shape":"ServiceUnavailableException"},
529530
{"shape":"ServiceFailureException"}
530531
],
@@ -3710,7 +3711,7 @@
37103711
{"shape":"ServiceUnavailableException"},
37113712
{"shape":"ServiceFailureException"}
37123713
],
3713-
"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>"
3714+
"documentation":"<p>Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update request. The Lambda function can then return a new set of actions.</p>"
37143715
},
37153716
"UpdateSipRule":{
37163717
"name":"UpdateSipRule",
@@ -5231,7 +5232,7 @@
52315232
},
52325233
"Tags":{
52335234
"shape":"TagList",
5234-
"documentation":"<p>Tags assigned to the <code>AppInstanceUser</code>.</p>"
5235+
"documentation":"<p>Tags assigned to the <code>AppInstance</code>.</p>"
52355236
}
52365237
}
52375238
},
@@ -7089,7 +7090,7 @@
70897090
},
70907091
"ContentIdentificationType":{
70917092
"shape":"TranscribeContentIdentificationType",
7092-
"documentation":"<p>Set this field to <code>PII</code> to identify personal health information in the transcription output.</p>"
7093+
"documentation":"<p>Set this field to <code>PII</code> to identify personally identifiable information in the transcription output.</p>"
70937094
},
70947095
"ContentRedactionType":{
70957096
"shape":"TranscribeContentRedactionType",
@@ -9189,7 +9190,11 @@
91899190
"members":{
91909191
"EnableSIPLogs":{
91919192
"shape":"Boolean",
9192-
"documentation":"<p>When true, enables SIP message logs for sending to Amazon CloudWatch Logs.</p>"
9193+
"documentation":"<p>Boolean that enables SIP message logs to CloudWatch logs.</p>"
9194+
},
9195+
"EnableMediaMetricLogs":{
9196+
"shape":"Boolean",
9197+
"documentation":"<p>Boolean that enables logging of detailed media metrics for Voice Connectors to CloudWatch logs.</p>"
91939198
}
91949199
},
91959200
"documentation":"<p>The logging configuration associated with an Amazon Chime Voice Connector. Specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.</p>"
@@ -9322,7 +9327,7 @@
93229327
},
93239328
"EventIngestionUrl":{
93249329
"shape":"UriType",
9325-
"documentation":"<p>The event ingestion URL.</p>"
9330+
"documentation":"<p>The event ingestion URL to which you send client meeting events.</p>"
93269331
}
93279332
},
93289333
"documentation":"<p>A set of endpoints used by clients to connect to the media service group for an Amazon Chime SDK meeting.</p>"

0 commit comments

Comments
 (0)