You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Adds support for Transcribe language identification feature to the StartMeetingTranscription API."
6
+
},
7
+
{
8
+
"type": "feature",
9
+
"category": "ECS",
10
+
"description": "Amazon ECS UpdateService API now supports additional parameters: loadBalancers, propagateTags, enableECSManagedTags, and serviceRegistries"
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,11 @@
1
1
# Changelog for AWS SDK for JavaScript
2
-
<!--LATEST=2.1087.0-->
2
+
<!--LATEST=2.1088.0-->
3
3
<!--ENTRYINSERT-->
4
4
5
+
## 2.1088.0
6
+
* feature: ChimeSDKMeetings: Adds support for Transcribe language identification feature to the StartMeetingTranscription API.
7
+
* feature: ECS: Amazon ECS UpdateService API now supports additional parameters: loadBalancers, propagateTags, enableECSManagedTags, and serviceRegistries
8
+
5
9
## 2.1087.0
6
10
* feature: Connect: This release updates the *InstanceStorageConfig APIs so they support a new ResourceType: REAL_TIME_CONTACT_ANALYSIS_SEGMENTS. Use this resource type to enable streaming for real-time contact analysis and to associate the Kinesis stream where real-time contact analysis segments will be published.
7
11
* feature: DevOpsGuru: Amazon DevOps Guru now integrates with Amazon CodeGuru Profiler. You can view CodeGuru Profiler recommendations for your AWS Lambda function in DevOps Guru. This feature is enabled by default for new customers as of 3/4/2022. Existing customers can enable this feature with UpdateEventSourcesConfig.
Copy file name to clipboardExpand all lines: apis/chime-sdk-meetings-2021-07-15.normal.json
+25-10Lines changed: 25 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -362,7 +362,7 @@
362
362
"documentation": "<p>Makes echo reduction available to clients who connect to the meeting.</p>"
363
363
}
364
364
},
365
-
"documentation": "<p>An optional category of meeting features that contains audio-specific configurations, such as operating parameters for Amazon Voice Focus.</p>"
365
+
"documentation": "<p>An optional category of meeting features that contains audio-specific configurations, such as operating parameters for Amazon Voice Focus.</p>"
366
366
},
367
367
"BatchCreateAttendeeErrorList": {
368
368
"type": "list",
@@ -494,7 +494,7 @@
494
494
},
495
495
"MediaRegion": {
496
496
"shape": "MediaRegion",
497
-
"documentation": "<p>The Region in which to create the meeting.</p> <p> Available values: <code>af-south-1</code>, <code>ap-northeast-1</code>, <code>ap-northeast-2</code>, <code>ap-south-1</code>, <code>ap-southeast-1</code>, <code>ap-southeast-2</code>, <code>ca-central-1</code>, <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>, <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>, <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>, <code>us-west-1</code>, <code>us-west-2</code> . </p>"
497
+
"documentation": "<p>The Region in which to create the meeting.</p> <p> Available values: <code>af-south-1</code>, <code>ap-northeast-1</code>, <code>ap-northeast-2</code>, <code>ap-south-1</code>, <code>ap-southeast-1</code>, <code>ap-southeast-2</code>, <code>ca-central-1</code>, <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>, <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>, <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>, <code>us-west-1</code>, <code>us-west-2</code>. </p> <p>Available values in AWS GovCloud (US) Regions: <code>us-gov-east-1</code>, <code>us-gov-west-1</code>.</p>"
498
498
},
499
499
"MeetingHostId": {
500
500
"shape": "ExternalUserId",
@@ -539,7 +539,7 @@
539
539
},
540
540
"MediaRegion": {
541
541
"shape": "MediaRegion",
542
-
"documentation": "<p>The Region in which to create the meeting.</p>"
542
+
"documentation": "<p>The Region in which to create the meeting.</p> <p> Available values: <code>af-south-1</code>, <code>ap-northeast-1</code>, <code>ap-northeast-2</code>, <code>ap-south-1</code>, <code>ap-southeast-1</code>, <code>ap-southeast-2</code>, <code>ca-central-1</code>, <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>, <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>, <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>, <code>us-west-1</code>, <code>us-west-2</code>. </p> <p>Available values in AWS GovCloud (US) Regions: <code>us-gov-east-1</code>, <code>us-gov-west-1</code>.</p>"
543
543
},
544
544
"MeetingHostId": {
545
545
"shape": "ExternalUserId",
@@ -660,9 +660,6 @@
660
660
},
661
661
"EngineTranscribeSettings": {
662
662
"type": "structure",
663
-
"required": [
664
-
"LanguageCode"
665
-
],
666
663
"members": {
667
664
"LanguageCode": {
668
665
"shape": "TranscribeLanguageCode",
@@ -702,11 +699,23 @@
702
699
},
703
700
"PiiEntityTypes": {
704
701
"shape": "TranscribePiiEntityTypes",
705
-
"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>"
702
+
"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>"
706
703
},
707
704
"LanguageModelName": {
708
705
"shape": "TranscribeLanguageModelName",
709
706
"documentation": "<p>The name of the language model used during transcription.</p>"
707
+
},
708
+
"IdentifyLanguage": {
709
+
"shape": "Boolean",
710
+
"documentation": "<p>Automatically identifies the language spoken in media files.</p>"
711
+
},
712
+
"LanguageOptions": {
713
+
"shape": "TranscribeLanguageOptions",
714
+
"documentation": "<p>Language codes for the languages that you want to identify. You must provide at least 2 codes.</p>"
715
+
},
716
+
"PreferredLanguage": {
717
+
"shape": "TranscribeLanguageCode",
718
+
"documentation": "<p>Language code for the preferred language.</p>"
710
719
}
711
720
},
712
721
"documentation": "<p>Settings specific to the Amazon Transcribe engine.</p>"
@@ -885,7 +894,7 @@
885
894
},
886
895
"MediaRegion": {
887
896
"shape": "MediaRegion",
888
-
"documentation": "<p>The Region in which you create the meeting. Available values: <code>af-south-1</code>, <code>ap-northeast-1</code>, <code>ap-northeast-2</code>, <code>ap-south-1</code>, <code>ap-southeast-1</code>, <code>ap-southeast-2</code>, <code>ca-central-1</code>, <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>, <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>, <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>, <code>us-west-1</code>, <code>us-west-2</code>.</p>"
897
+
"documentation": "<p>The Region in which you create the meeting. Available values: <code>af-south-1</code>, <code>ap-northeast-1</code>, <code>ap-northeast-2</code>, <code>ap-south-1</code>, <code>ap-southeast-1</code>, <code>ap-southeast-2</code>, <code>ca-central-1</code>, <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>, <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>, <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>, <code>us-west-1</code>, <code>us-west-2</code>.</p> <p>Available values in AWS GovCloud (US) Regions: <code>us-gov-east-1</code>, <code>us-gov-west-1</code>.</p>"
889
898
},
890
899
"MediaPlacement": {
891
900
"shape": "MediaPlacement",
@@ -913,7 +922,7 @@
913
922
"documentation": "<p>The configuration settings for the audio features available to a meeting. </p>"
914
923
}
915
924
},
916
-
"documentation": "<p>The configuration settings of the features available to a meeting.</p>"
925
+
"documentation": "<p>The configuration settings of the features available to a meeting.></p>"
917
926
},
918
927
"NotificationsConfiguration": {
919
928
"type": "structure",
@@ -1010,6 +1019,12 @@
1010
1019
"min": 1,
1011
1020
"pattern": "^[0-9a-zA-Z._-]+"
1012
1021
},
1022
+
"TranscribeLanguageOptions": {
1023
+
"type": "string",
1024
+
"max": 200,
1025
+
"min": 1,
1026
+
"pattern": "^[a-zA-Z-,]+"
1027
+
},
1013
1028
"TranscribeMedicalContentIdentificationType": {
1014
1029
"type": "string",
1015
1030
"enum": [
@@ -1106,5 +1121,5 @@
1106
1121
"documentation": "<p>The configuration for the current transcription operation. Must contain <code>EngineTranscribeSettings</code> or <code>EngineTranscribeMedicalSettings</code>.</p>"
1107
1122
}
1108
1123
},
1109
-
"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>"
1124
+
"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=\"https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html\">Amazon Chime SDK meetings</a>.</p>"
0 commit comments