@aws-sdk/client-chime-sdk-meetings 3.105.0 → 3.108.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.108.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.107.0...v3.108.0) (2022-06-09)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-chime-sdk-meetings:** Adds support for live transcription in AWS GovCloud (US) Regions. ([e42639d](https://github.com/aws/aws-sdk-js-v3/commit/e42639d4c08bf730f1a41e26f5932571a57fa111))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.105.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.104.0...v3.105.0) (2022-06-06)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -457,6 +457,7 @@ var TranscribeRegion;
|
|
|
457
457
|
TranscribeRegion["SA_EAST_1"] = "sa-east-1";
|
|
458
458
|
TranscribeRegion["US_EAST_1"] = "us-east-1";
|
|
459
459
|
TranscribeRegion["US_EAST_2"] = "us-east-2";
|
|
460
|
+
TranscribeRegion["US_GOV_WEST_1"] = "us-gov-west-1";
|
|
460
461
|
TranscribeRegion["US_WEST_2"] = "us-west-2";
|
|
461
462
|
})(TranscribeRegion = exports.TranscribeRegion || (exports.TranscribeRegion = {}));
|
|
462
463
|
var TranscribeVocabularyFilterMethod;
|
|
@@ -358,6 +358,7 @@ export var TranscribeRegion;
|
|
|
358
358
|
TranscribeRegion["SA_EAST_1"] = "sa-east-1";
|
|
359
359
|
TranscribeRegion["US_EAST_1"] = "us-east-1";
|
|
360
360
|
TranscribeRegion["US_EAST_2"] = "us-east-2";
|
|
361
|
+
TranscribeRegion["US_GOV_WEST_1"] = "us-gov-west-1";
|
|
361
362
|
TranscribeRegion["US_WEST_2"] = "us-west-2";
|
|
362
363
|
})(TranscribeRegion || (TranscribeRegion = {}));
|
|
363
364
|
export var TranscribeVocabularyFilterMethod;
|
|
@@ -891,6 +891,7 @@ export declare enum TranscribeRegion {
|
|
|
891
891
|
SA_EAST_1 = "sa-east-1",
|
|
892
892
|
US_EAST_1 = "us-east-1",
|
|
893
893
|
US_EAST_2 = "us-east-2",
|
|
894
|
+
US_GOV_WEST_1 = "us-gov-west-1",
|
|
894
895
|
US_WEST_2 = "us-west-2"
|
|
895
896
|
}
|
|
896
897
|
export declare enum TranscribeVocabularyFilterMethod {
|
|
@@ -526,6 +526,7 @@ export declare enum TranscribeRegion {
|
|
|
526
526
|
SA_EAST_1 = "sa-east-1",
|
|
527
527
|
US_EAST_1 = "us-east-1",
|
|
528
528
|
US_EAST_2 = "us-east-2",
|
|
529
|
+
US_GOV_WEST_1 = "us-gov-west-1",
|
|
529
530
|
US_WEST_2 = "us-west-2"
|
|
530
531
|
}
|
|
531
532
|
export declare enum TranscribeVocabularyFilterMethod {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-meetings",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Meetings Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.108.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|