Skip to content

Commit 7450383

Browse files
author
AWS
committed
Amazon Chime SDK Meetings Update: Added new APIs for enabling Echo Reduction with Voice Focus.
1 parent 8e70b87 commit 7450383

File tree

2 files changed

+49
-4
lines changed

2 files changed

+49
-4
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 SDK Meetings",
4+
"contributor": "",
5+
"description": "Added new APIs for enabling Echo Reduction with Voice Focus."
6+
}

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

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,16 @@
222222
"type":"list",
223223
"member":{"shape":"Attendee"}
224224
},
225+
"AudioFeatures":{
226+
"type":"structure",
227+
"members":{
228+
"EchoReduction":{
229+
"shape":"MeetingFeatureStatus",
230+
"documentation":"<p>Makes echo reduction available to clients who connect to the meeting.</p>"
231+
}
232+
},
233+
"documentation":"<p>An optional category of meeting features that contains audio-specific configurations, such as operating parameters for Amazon Voice Focus.</p>"
234+
},
225235
"BadRequestException":{
226236
"type":"structure",
227237
"members":{
@@ -371,6 +381,10 @@
371381
"NotificationsConfiguration":{
372382
"shape":"NotificationsConfiguration",
373383
"documentation":"<p>The configuration for resource targets to receive notifications when meeting and attendee events occur.</p>"
384+
},
385+
"MeetingFeatures":{
386+
"shape":"MeetingFeaturesConfiguration",
387+
"documentation":"<p>Lists the audio and video features enabled for a meeting, such as echo reduction.</p>"
374388
}
375389
}
376390
},
@@ -409,6 +423,10 @@
409423
"shape":"ExternalMeetingId",
410424
"documentation":"<p>The external meeting ID.</p>"
411425
},
426+
"MeetingFeatures":{
427+
"shape":"MeetingFeaturesConfiguration",
428+
"documentation":"<p>Lists the audio and video features enabled for a meeting, such as echo reduction.</p>"
429+
},
412430
"NotificationsConfiguration":{
413431
"shape":"NotificationsConfiguration",
414432
"documentation":"<p>The configuration for resource targets to receive notifications when meeting and attendee events occur.</p>"
@@ -544,15 +562,15 @@
544562
},
545563
"ContentIdentificationType":{
546564
"shape":"TranscribeContentIdentificationType",
547-
"documentation":"<p>Set this field to <code>PII</code> to identify personal health information in the transcription output.</p>"
565+
"documentation":"<p>Set this field to <code>PII</code> to identify personally identifiable information in the transcription output.</p>"
548566
},
549567
"ContentRedactionType":{
550568
"shape":"TranscribeContentRedactionType",
551-
"documentation":"<p>Set this field to <code>PII</code> to redact personally identifiable information in the transcription output. Content redaction is performed only upon complete transcription of the audio segments.</p> <p>You can’t set both <code>ContentRedactionType</code> and <code>ContentIdentificationType</code> in the same request. If you set both, your request returns a <code>BadRequestException</code>.</p>"
569+
"documentation":"<p>Set this field to <code>PII</code> to redact personally identifiable information in the transcription output. Content redaction is performed only upon complete transcription of the audio segments.</p> <p>You can’t set <code>ContentRedactionType</code> and <code>ContentIdentificationType</code> in the same request. If you set both, your request returns a <code>BadRequestException</code>.</p>"
552570
},
553571
"PiiEntityTypes":{
554572
"shape":"TranscribePiiEntityTypes",
555-
"documentation":"<p>Lists the PII entity types you want to identify or redact. To specify entity types, you must enable <code>ContentIdentificationType</code> or <code>ContentRedactionType</code>.</p> <p> <code>PIIEntityTypes</code> must be comma-separated. The available values are: <code>BANK_ACCOUNT_NUMBER</code>, <code>BANK_ROUTING, CREDIT_DEBIT_NUMBER</code>, <code>CREDIT_DEBIT_CVV</code>, <code>CREDIT_DEBIT_EXPIRY</code>, <code>PIN</code>, <code>EMAIL</code>, <code>ADDRESS</code>, <code>NAME</code>, <code>PHONE</code>, <code>SSN</code>, and <code>ALL</code>.</p> <p> <code>PiiEntityTypes</code> is an optional parameter with a default value of <code>ALL</code>.</p>"
573+
"documentation":"<p>Lists the PII entity types you want to identify or redact. To specify entity types, you must enable <code>ContentIdentificationType</code> or <code>ContentRedactionType</code>.</p> <p>PIIEntityTypes must be comma-separated. The available values are: <code>BANK_ACCOUNT_NUMBER</code>, <code>BANK_ROUTING, CREDIT_DEBIT_NUMBER</code>, <code>CREDIT_DEBIT_CVV</code>, <code>CREDIT_DEBIT_EXPIRY</code>, <code>PIN</code>, <code>EMAIL</code>, <code>ADDRESS</code>, <code>NAME</code>, <code>PHONE</code>, <code>SSN</code>, and <code>ALL</code>.</p> <p> <code>PiiEntityTypes</code> is an optional parameter with a default value of <code>ALL</code>.</p>"
556574
},
557575
"LanguageModelName":{
558576
"shape":"TranscribeLanguageModelName",
@@ -764,10 +782,31 @@
764782
"MediaPlacement":{
765783
"shape":"MediaPlacement",
766784
"documentation":"<p>The media placement for the meeting.</p>"
785+
},
786+
"MeetingFeatures":{
787+
"shape":"MeetingFeaturesConfiguration",
788+
"documentation":"<p>The features available to a meeting, such as Amazon Voice Focus.</p>"
767789
}
768790
},
769791
"documentation":"<p>A meeting created using the Amazon Chime SDK.</p>"
770792
},
793+
"MeetingFeatureStatus":{
794+
"type":"string",
795+
"enum":[
796+
"AVAILABLE",
797+
"UNAVAILABLE"
798+
]
799+
},
800+
"MeetingFeaturesConfiguration":{
801+
"type":"structure",
802+
"members":{
803+
"Audio":{
804+
"shape":"AudioFeatures",
805+
"documentation":"<p>The configuration settings for the audio features available to a meeting. </p>"
806+
}
807+
},
808+
"documentation":"<p>The configuration settings of the features available to a meeting.</p>"
809+
},
771810
"NotFoundException":{
772811
"type":"structure",
773812
"members":{
@@ -1013,5 +1052,5 @@
10131052
"exception":true
10141053
}
10151054
},
1016-
"documentation":"<p>The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the AWS Regions for meetings, create and manage users, and send and receive meeting notifications.</p>"
1055+
"documentation":"<p>The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the AWS Regions for meetings, create and manage users, and send and receive meeting notifications. For more information about the meeting APIs, see <a href=\"http://amazonaws.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_meetings\">Amazon Chime SDK meetings</a>.</p>"
10171056
}

0 commit comments

Comments
 (0)