|
525 | 525 | {"shape":"ResourceLimitExceededException"},
|
526 | 526 | {"shape":"ThrottledClientException"},
|
527 | 527 | {"shape":"UnauthorizedClientException"},
|
| 528 | + {"shape":"AccessDeniedException"}, |
528 | 529 | {"shape":"ServiceUnavailableException"},
|
529 | 530 | {"shape":"ServiceFailureException"}
|
530 | 531 | ],
|
|
3710 | 3711 | {"shape":"ServiceUnavailableException"},
|
3711 | 3712 | {"shape":"ServiceFailureException"}
|
3712 | 3713 | ],
|
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>" |
3714 | 3715 | },
|
3715 | 3716 | "UpdateSipRule":{
|
3716 | 3717 | "name":"UpdateSipRule",
|
|
5231 | 5232 | },
|
5232 | 5233 | "Tags":{
|
5233 | 5234 | "shape":"TagList",
|
5234 |
| - "documentation":"<p>Tags assigned to the <code>AppInstanceUser</code>.</p>" |
| 5235 | + "documentation":"<p>Tags assigned to the <code>AppInstance</code>.</p>" |
5235 | 5236 | }
|
5236 | 5237 | }
|
5237 | 5238 | },
|
|
7089 | 7090 | },
|
7090 | 7091 | "ContentIdentificationType":{
|
7091 | 7092 | "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>" |
7093 | 7094 | },
|
7094 | 7095 | "ContentRedactionType":{
|
7095 | 7096 | "shape":"TranscribeContentRedactionType",
|
|
9189 | 9190 | "members":{
|
9190 | 9191 | "EnableSIPLogs":{
|
9191 | 9192 | "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>" |
9193 | 9198 | }
|
9194 | 9199 | },
|
9195 | 9200 | "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 | 9327 | },
|
9323 | 9328 | "EventIngestionUrl":{
|
9324 | 9329 | "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>" |
9326 | 9331 | }
|
9327 | 9332 | },
|
9328 | 9333 | "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