Skip to content

Commit c3e62a1

Browse files
author
awstools
committed
Updates SDK to v2.1088.0
1 parent c80da9b commit c3e62a1

17 files changed

+285
-186
lines changed

.changes/2.1088.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ChimeSDKMeetings",
5+
"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"
11+
}
12+
]

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1087.0-->
2+
<!--LATEST=2.1088.0-->
33
<!--ENTRYINSERT-->
44

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+
59
## 2.1087.0
610
* 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.
711
* 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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1087.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1088.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/chime-sdk-meetings-2021-07-15.min.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,6 @@
326326
"members": {
327327
"EngineTranscribeSettings": {
328328
"type": "structure",
329-
"required": [
330-
"LanguageCode"
331-
],
332329
"members": {
333330
"LanguageCode": {},
334331
"VocabularyFilterMethod": {},
@@ -342,7 +339,12 @@
342339
"ContentIdentificationType": {},
343340
"ContentRedactionType": {},
344341
"PiiEntityTypes": {},
345-
"LanguageModelName": {}
342+
"LanguageModelName": {},
343+
"IdentifyLanguage": {
344+
"type": "boolean"
345+
},
346+
"LanguageOptions": {},
347+
"PreferredLanguage": {}
346348
}
347349
},
348350
"EngineTranscribeMedicalSettings": {

apis/chime-sdk-meetings-2021-07-15.normal.json

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
"documentation": "<p>Makes echo reduction available to clients who connect to the meeting.</p>"
363363
}
364364
},
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>"
366366
},
367367
"BatchCreateAttendeeErrorList": {
368368
"type": "list",
@@ -494,7 +494,7 @@
494494
},
495495
"MediaRegion": {
496496
"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>"
498498
},
499499
"MeetingHostId": {
500500
"shape": "ExternalUserId",
@@ -539,7 +539,7 @@
539539
},
540540
"MediaRegion": {
541541
"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>"
543543
},
544544
"MeetingHostId": {
545545
"shape": "ExternalUserId",
@@ -660,9 +660,6 @@
660660
},
661661
"EngineTranscribeSettings": {
662662
"type": "structure",
663-
"required": [
664-
"LanguageCode"
665-
],
666663
"members": {
667664
"LanguageCode": {
668665
"shape": "TranscribeLanguageCode",
@@ -702,11 +699,23 @@
702699
},
703700
"PiiEntityTypes": {
704701
"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>"
706703
},
707704
"LanguageModelName": {
708705
"shape": "TranscribeLanguageModelName",
709706
"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>"
710719
}
711720
},
712721
"documentation": "<p>Settings specific to the Amazon Transcribe engine.</p>"
@@ -885,7 +894,7 @@
885894
},
886895
"MediaRegion": {
887896
"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>"
889898
},
890899
"MediaPlacement": {
891900
"shape": "MediaPlacement",
@@ -913,7 +922,7 @@
913922
"documentation": "<p>The configuration settings for the audio features available to a meeting. </p>"
914923
}
915924
},
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.&gt;</p>"
917926
},
918927
"NotificationsConfiguration": {
919928
"type": "structure",
@@ -1010,6 +1019,12 @@
10101019
"min": 1,
10111020
"pattern": "^[0-9a-zA-Z._-]+"
10121021
},
1022+
"TranscribeLanguageOptions": {
1023+
"type": "string",
1024+
"max": 200,
1025+
"min": 1,
1026+
"pattern": "^[a-zA-Z-,]+"
1027+
},
10131028
"TranscribeMedicalContentIdentificationType": {
10141029
"type": "string",
10151030
"enum": [
@@ -1106,5 +1121,5 @@
11061121
"documentation": "<p>The configuration for the current transcription operation. Must contain <code>EngineTranscribeSettings</code> or <code>EngineTranscribeMedicalSettings</code>.</p>"
11071122
}
11081123
},
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>"
11101125
}

apis/ecs-2014-11-13.min.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,6 +1458,16 @@
14581458
},
14591459
"enableExecuteCommand": {
14601460
"type": "boolean"
1461+
},
1462+
"enableECSManagedTags": {
1463+
"type": "boolean"
1464+
},
1465+
"loadBalancers": {
1466+
"shape": "S15"
1467+
},
1468+
"propagateTags": {},
1469+
"serviceRegistries": {
1470+
"shape": "S18"
14611471
}
14621472
}
14631473
},

0 commit comments

Comments
 (0)