@aws-sdk/client-chime-sdk-meetings 3.316.0 → 3.319.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/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +2 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +2 -0
- package/dist-types/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +1 -1
- package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +8 -2
- package/dist-types/commands/UpdateAttendeeCapabilitiesCommand.d.ts +2 -2
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +79 -26
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/package.json +5 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const q = "
|
|
5
|
-
const a =
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
5
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://meetings-chime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://meetings-chime-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://meetings-chime.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://meetings-chime.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -232,10 +232,12 @@ exports.TranscribeLanguageCode = {
|
|
|
232
232
|
ES_US: "es-US",
|
|
233
233
|
FR_CA: "fr-CA",
|
|
234
234
|
FR_FR: "fr-FR",
|
|
235
|
+
HI_IN: "hi-IN",
|
|
235
236
|
IT_IT: "it-IT",
|
|
236
237
|
JA_JP: "ja-JP",
|
|
237
238
|
KO_KR: "ko-KR",
|
|
238
239
|
PT_BR: "pt-BR",
|
|
240
|
+
TH_TH: "th-TH",
|
|
239
241
|
ZH_CN: "zh-CN",
|
|
240
242
|
};
|
|
241
243
|
exports.TranscribePartialResultsStability = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const q = "
|
|
2
|
-
const a =
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
2
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://meetings-chime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://meetings-chime-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://meetings-chime.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://meetings-chime.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -218,10 +218,12 @@ export const TranscribeLanguageCode = {
|
|
|
218
218
|
ES_US: "es-US",
|
|
219
219
|
FR_CA: "fr-CA",
|
|
220
220
|
FR_FR: "fr-FR",
|
|
221
|
+
HI_IN: "hi-IN",
|
|
221
222
|
IT_IT: "it-IT",
|
|
222
223
|
JA_JP: "ja-JP",
|
|
223
224
|
KO_KR: "ko-KR",
|
|
224
225
|
PT_BR: "pt-BR",
|
|
226
|
+
TH_TH: "th-TH",
|
|
225
227
|
ZH_CN: "zh-CN",
|
|
226
228
|
};
|
|
227
229
|
export const TranscribePartialResultsStability = {
|
|
@@ -37,7 +37,7 @@ export interface BatchUpdateAttendeeCapabilitiesExceptCommandOutput extends __Me
|
|
|
37
37
|
* </li>
|
|
38
38
|
* <li>
|
|
39
39
|
* <p>When you change a <code>video</code> or <code>content</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
|
|
40
|
-
* and if the attendee turned on their video or content streams, remote
|
|
40
|
+
* and if the attendee turned on their video or content streams, remote attendees can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.</p>
|
|
41
41
|
* </li>
|
|
42
42
|
* </ul>
|
|
43
43
|
* @example
|
|
@@ -22,6 +22,10 @@ export interface StartMeetingTranscriptionCommandOutput extends __MetadataBearer
|
|
|
22
22
|
* <p>Starts transcription for the specified <code>meetingId</code>. For more information, refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
|
|
23
23
|
* Using Amazon Chime SDK live transcription
|
|
24
24
|
* </a> in the <i>Amazon Chime SDK Developer Guide</i>.</p>
|
|
25
|
+
* <p>If you specify an invalid configuration, a <code>TranscriptFailed</code> event will be sent with the contents of the <code>BadRequestException</code> generated by Amazon Transcribe.
|
|
26
|
+
* For more information on each parameter and which combinations are valid, refer to the
|
|
27
|
+
* <a href="https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html">StartStreamTranscription</a> API in the
|
|
28
|
+
* <i>Amazon Transcribe Developer Guide</i>.</p>
|
|
25
29
|
* <important>
|
|
26
30
|
* <p>Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon Transcribe is subject to the
|
|
27
31
|
* <a href="https://aws.amazon.com/service-terms/">AWS Service Terms</a>, including the terms specific to the AWS Machine Learning and Artificial Intelligence Services.</p>
|
|
@@ -36,7 +40,7 @@ export interface StartMeetingTranscriptionCommandOutput extends __MetadataBearer
|
|
|
36
40
|
* MeetingId: "STRING_VALUE", // required
|
|
37
41
|
* TranscriptionConfiguration: { // TranscriptionConfiguration
|
|
38
42
|
* EngineTranscribeSettings: { // EngineTranscribeSettings
|
|
39
|
-
* LanguageCode: "en-US" || "en-GB" || "es-US" || "fr-CA" || "fr-FR" || "en-AU" || "it-IT" || "de-DE" || "pt-BR" || "ja-JP" || "ko-KR" || "zh-CN",
|
|
43
|
+
* LanguageCode: "en-US" || "en-GB" || "es-US" || "fr-CA" || "fr-FR" || "en-AU" || "it-IT" || "de-DE" || "pt-BR" || "ja-JP" || "ko-KR" || "zh-CN" || "th-TH" || "hi-IN",
|
|
40
44
|
* VocabularyFilterMethod: "remove" || "mask" || "tag",
|
|
41
45
|
* VocabularyFilterName: "STRING_VALUE",
|
|
42
46
|
* VocabularyName: "STRING_VALUE",
|
|
@@ -49,7 +53,9 @@ export interface StartMeetingTranscriptionCommandOutput extends __MetadataBearer
|
|
|
49
53
|
* LanguageModelName: "STRING_VALUE",
|
|
50
54
|
* IdentifyLanguage: true || false,
|
|
51
55
|
* LanguageOptions: "STRING_VALUE",
|
|
52
|
-
* PreferredLanguage: "en-US" || "en-GB" || "es-US" || "fr-CA" || "fr-FR" || "en-AU" || "it-IT" || "de-DE" || "pt-BR" || "ja-JP" || "ko-KR" || "zh-CN",
|
|
56
|
+
* PreferredLanguage: "en-US" || "en-GB" || "es-US" || "fr-CA" || "fr-FR" || "en-AU" || "it-IT" || "de-DE" || "pt-BR" || "ja-JP" || "ko-KR" || "zh-CN" || "th-TH" || "hi-IN",
|
|
57
|
+
* VocabularyNames: "STRING_VALUE",
|
|
58
|
+
* VocabularyFilterNames: "STRING_VALUE",
|
|
53
59
|
* },
|
|
54
60
|
* EngineTranscribeMedicalSettings: { // EngineTranscribeMedicalSettings
|
|
55
61
|
* LanguageCode: "en-US", // required
|
|
@@ -19,7 +19,7 @@ export interface UpdateAttendeeCapabilitiesCommandOutput extends UpdateAttendeeC
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>The
|
|
22
|
+
* <p>The capabilities that you want to update.</p>
|
|
23
23
|
* <note>
|
|
24
24
|
* <p>You use the capabilities with a set of values that control what the capabilities can do, such as <code>SendReceive</code> data. For more information about those values, see
|
|
25
25
|
* .</p>
|
|
@@ -37,7 +37,7 @@ export interface UpdateAttendeeCapabilitiesCommandOutput extends UpdateAttendeeC
|
|
|
37
37
|
* </li>
|
|
38
38
|
* <li>
|
|
39
39
|
* <p>When you change a <code>video</code> or <code>content</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
|
|
40
|
-
* and if the attendee turned on their video or content streams, remote
|
|
40
|
+
* and if the attendee turned on their video or content streams, remote attendees can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.</p>
|
|
41
41
|
* </li>
|
|
42
42
|
* </ul>
|
|
43
43
|
* @example
|
|
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region?: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|
|
@@ -34,7 +34,7 @@ export type MediaCapabilities = (typeof MediaCapabilities)[keyof typeof MediaCap
|
|
|
34
34
|
* </li>
|
|
35
35
|
* <li>
|
|
36
36
|
* <p>When you change a <code>video</code> or <code>content</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
|
|
37
|
-
* and if the attendee turned on their video or content streams, remote
|
|
37
|
+
* and if the attendee turned on their video or content streams, remote attendees can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.</p>
|
|
38
38
|
* </li>
|
|
39
39
|
* </ul>
|
|
40
40
|
*/
|
|
@@ -103,7 +103,7 @@ export interface Attendee {
|
|
|
103
103
|
* </li>
|
|
104
104
|
* <li>
|
|
105
105
|
* <p>When you change a <code>video</code> or <code>content</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
|
|
106
|
-
* and if the attendee turned on their video or content streams, remote
|
|
106
|
+
* and if the attendee turned on their video or content streams, remote attendees can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.</p>
|
|
107
107
|
* </li>
|
|
108
108
|
* </ul>
|
|
109
109
|
*/
|
|
@@ -444,7 +444,7 @@ export interface CreateAttendeeRequest {
|
|
|
444
444
|
* </li>
|
|
445
445
|
* <li>
|
|
446
446
|
* <p>When you change a <code>video</code> or <code>content</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
|
|
447
|
-
* and if the attendee turned on their video or content streams, remote
|
|
447
|
+
* and if the attendee turned on their video or content streams, remote attendees can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.</p>
|
|
448
448
|
* </li>
|
|
449
449
|
* </ul>
|
|
450
450
|
*/
|
|
@@ -1057,10 +1057,12 @@ export declare const TranscribeLanguageCode: {
|
|
|
1057
1057
|
readonly ES_US: "es-US";
|
|
1058
1058
|
readonly FR_CA: "fr-CA";
|
|
1059
1059
|
readonly FR_FR: "fr-FR";
|
|
1060
|
+
readonly HI_IN: "hi-IN";
|
|
1060
1061
|
readonly IT_IT: "it-IT";
|
|
1061
1062
|
readonly JA_JP: "ja-JP";
|
|
1062
1063
|
readonly KO_KR: "ko-KR";
|
|
1063
1064
|
readonly PT_BR: "pt-BR";
|
|
1065
|
+
readonly TH_TH: "th-TH";
|
|
1064
1066
|
readonly ZH_CN: "zh-CN";
|
|
1065
1067
|
};
|
|
1066
1068
|
/**
|
|
@@ -1118,72 +1120,123 @@ export declare const TranscribeVocabularyFilterMethod: {
|
|
|
1118
1120
|
export type TranscribeVocabularyFilterMethod = (typeof TranscribeVocabularyFilterMethod)[keyof typeof TranscribeVocabularyFilterMethod];
|
|
1119
1121
|
/**
|
|
1120
1122
|
* @public
|
|
1121
|
-
* <p>Settings specific
|
|
1123
|
+
* <p>Settings specific for Amazon Transcribe as the live transcription engine. </p>
|
|
1124
|
+
* <p>If you specify an invalid combination of parameters, a <code>TranscriptFailed</code> event will be sent with the contents of the
|
|
1125
|
+
* <code>BadRequestException</code> generated by Amazon Transcribe. For more information on each parameter and which combinations are valid, refer to the
|
|
1126
|
+
* <a href="https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html">StartStreamTranscription</a> API in the
|
|
1127
|
+
* <i>Amazon Transcribe Developer Guide</i>.</p>
|
|
1122
1128
|
*/
|
|
1123
1129
|
export interface EngineTranscribeSettings {
|
|
1124
1130
|
/**
|
|
1125
|
-
* <p>
|
|
1131
|
+
* <p>Specify the language code that represents the language spoken.</p>
|
|
1132
|
+
* <p>If you're unsure of the language spoken in your audio, consider using <code>IdentifyLanguage</code> to enable automatic language identification.</p>
|
|
1126
1133
|
*/
|
|
1127
1134
|
LanguageCode?: TranscribeLanguageCode | string;
|
|
1128
1135
|
/**
|
|
1129
|
-
* <p>
|
|
1136
|
+
* <p>Specify how you want your vocabulary filter applied to your transcript.</p>
|
|
1137
|
+
* <p>To replace words with <code>***</code>, choose <code>mask</code>.</p>
|
|
1138
|
+
* <p>To delete words, choose <code>remove</code>.</p>
|
|
1139
|
+
* <p>To flag words without changing them, choose <code>tag</code>.</p>
|
|
1130
1140
|
*/
|
|
1131
1141
|
VocabularyFilterMethod?: TranscribeVocabularyFilterMethod | string;
|
|
1132
1142
|
/**
|
|
1133
|
-
* <p>
|
|
1143
|
+
* <p>Specify the name of the custom vocabulary filter that you want to use when processing your transcription. Note that vocabulary filter names are case sensitive. </p>
|
|
1144
|
+
* <p>If you use Amazon Transcribe in multiple Regions, the vocabulary filter must be available in Amazon Transcribe in each Region.</p>
|
|
1145
|
+
* <p>If you include <code>IdentifyLanguage</code> and want to use one or more vocabulary filters with your transcription, use the <code>VocabularyFilterNames</code> parameter instead.</p>
|
|
1134
1146
|
*/
|
|
1135
1147
|
VocabularyFilterName?: string;
|
|
1136
1148
|
/**
|
|
1137
|
-
* <p>
|
|
1149
|
+
* <p>Specify the name of the custom vocabulary that you want to use when processing your transcription. Note that vocabulary names are case sensitive.</p>
|
|
1150
|
+
* <p>If you use Amazon Transcribe multiple Regions, the vocabulary must be available in Amazon Transcribe in each Region.</p>
|
|
1151
|
+
* <p>If you include <code>IdentifyLanguage</code> and want to use one or more custom vocabularies with your transcription, use the <code>VocabularyNames</code>
|
|
1152
|
+
* parameter instead.</p>
|
|
1138
1153
|
*/
|
|
1139
1154
|
VocabularyName?: string;
|
|
1140
1155
|
/**
|
|
1141
|
-
* <p>The AWS Region
|
|
1156
|
+
* <p>The AWS Region in which to use Amazon Transcribe.</p>
|
|
1157
|
+
* <p>If you don't specify a Region, then the <a href="https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeeting.html">MediaRegion</a> of the meeting is used.
|
|
1158
|
+
* However, if Amazon Transcribe is not available in the <code>MediaRegion</code>, then a <code>TranscriptFailed</code> event is sent.</p>
|
|
1159
|
+
* <p>Use <code>auto</code> to use Amazon Transcribe in a Region near the meeting’s <code>MediaRegion</code>. For more information, refer to
|
|
1160
|
+
* <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/transcription-options.html#choose-region">Choosing a transcription Region</a> in the
|
|
1161
|
+
* <i>Amazon Chime SDK Developer Guide</i>.</p>
|
|
1142
1162
|
*/
|
|
1143
1163
|
Region?: TranscribeRegion | string;
|
|
1144
1164
|
/**
|
|
1145
|
-
* <p>
|
|
1165
|
+
* <p>Enables partial result stabilization for your transcription. Partial result stabilization can reduce latency in your output, but may impact accuracy.</p>
|
|
1146
1166
|
*/
|
|
1147
1167
|
EnablePartialResultsStabilization?: boolean;
|
|
1148
1168
|
/**
|
|
1149
|
-
* <p>
|
|
1169
|
+
* <p>Specify the level of stability to use when you enable partial results stabilization (<code>EnablePartialResultsStabilization</code>).</p>
|
|
1170
|
+
* <p>Low stability provides the highest accuracy. High stability transcribes faster, but with slightly lower accuracy.</p>
|
|
1150
1171
|
*/
|
|
1151
1172
|
PartialResultsStability?: TranscribePartialResultsStability | string;
|
|
1152
1173
|
/**
|
|
1153
|
-
* <p>
|
|
1174
|
+
* <p>Labels all personally identifiable information (PII) identified in your transcript. If you don't include <code>PiiEntityTypes</code>, all PII is identified.</p>
|
|
1175
|
+
* <note>
|
|
1176
|
+
* <p>You can’t set <code>ContentIdentificationType</code> and <code>ContentRedactionType</code>.</p>
|
|
1177
|
+
* </note>
|
|
1154
1178
|
*/
|
|
1155
1179
|
ContentIdentificationType?: TranscribeContentIdentificationType | string;
|
|
1156
1180
|
/**
|
|
1157
|
-
* <p>
|
|
1158
|
-
* <
|
|
1181
|
+
* <p>Content redaction is performed at the segment level. If you don't include <code>PiiEntityTypes</code>, all PII is redacted.</p>
|
|
1182
|
+
* <note>
|
|
1183
|
+
* <p>You can’t set <code>ContentRedactionType</code> and <code>ContentIdentificationType</code>.</p>
|
|
1184
|
+
* </note>
|
|
1159
1185
|
*/
|
|
1160
1186
|
ContentRedactionType?: TranscribeContentRedactionType | string;
|
|
1161
1187
|
/**
|
|
1162
|
-
* <p>
|
|
1163
|
-
* <p>
|
|
1164
|
-
* <code>
|
|
1165
|
-
*
|
|
1166
|
-
*
|
|
1167
|
-
* <p>
|
|
1168
|
-
* <code>PiiEntityTypes</code> is an optional parameter with a default value of <code>ALL</code>.</p>
|
|
1188
|
+
* <p>Specify which types of personally identifiable information (PII) you want to redact in your transcript. You can include as many types as you'd like, or you can select <code>ALL</code>.</p>
|
|
1189
|
+
* <p>Values must be comma-separated and can include: <code>ADDRESS</code>, <code>BANK_ACCOUNT_NUMBER</code>, <code>BANK_ROUTING</code>, <code>CREDIT_DEBIT_CVV</code>, <code>CREDIT_DEBIT_EXPIRY</code>
|
|
1190
|
+
* <code>CREDIT_DEBIT_NUMBER</code>, <code>EMAIL</code>,<code>NAME</code>, <code>PHONE</code>, <code>PIN</code>,
|
|
1191
|
+
* <code>SSN</code>, or <code>ALL</code>.</p>
|
|
1192
|
+
* <p>Note that if you include <code>PiiEntityTypes</code>, you must also include <code>ContentIdentificationType</code> or <code>ContentRedactionType</code>.</p>
|
|
1193
|
+
* <p>If you include <code>ContentRedactionType</code> or <code>ContentIdentificationType</code>, but do not include PiiEntityTypes, all PII is redacted or identified.</p>
|
|
1169
1194
|
*/
|
|
1170
1195
|
PiiEntityTypes?: string;
|
|
1171
1196
|
/**
|
|
1172
|
-
* <p>
|
|
1197
|
+
* <p>Specify the name of the custom language model that you want to use when processing your transcription. Note that language model names are case sensitive.</p>
|
|
1198
|
+
* <p>The language of the specified language model must match the language code. If the languages don't match, the custom language model isn't applied. There are no errors or warnings associated with
|
|
1199
|
+
* a language mismatch.</p>
|
|
1200
|
+
* <p>If you use Amazon Transcribe in multiple Regions, the custom language model must be available in Amazon Transcribe in each Region.</p>
|
|
1173
1201
|
*/
|
|
1174
1202
|
LanguageModelName?: string;
|
|
1175
1203
|
/**
|
|
1176
|
-
* <p>
|
|
1204
|
+
* <p>Enables automatic language identification for your transcription.</p>
|
|
1205
|
+
* <p>If you include <code>IdentifyLanguage</code>, you can optionally use <code>LanguageOptions</code> to include a list of language codes that you think may be present in your audio stream.
|
|
1206
|
+
* Including language options can improve transcription accuracy.</p>
|
|
1207
|
+
* <p>You can also use <code>PreferredLanguage</code> to include a preferred language. Doing so can help Amazon Transcribe identify the language faster.</p>
|
|
1208
|
+
* <p>You must include either <code>LanguageCode</code> or <code>IdentifyLanguage</code>.</p>
|
|
1209
|
+
* <p>Language identification can't be combined with custom language models or redaction.</p>
|
|
1177
1210
|
*/
|
|
1178
1211
|
IdentifyLanguage?: boolean;
|
|
1179
1212
|
/**
|
|
1180
|
-
* <p>
|
|
1213
|
+
* <p>Specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. If you're unsure what languages
|
|
1214
|
+
* are present, do not include this parameter.</p>
|
|
1215
|
+
* <p>Including language options can improve the accuracy of language identification.</p>
|
|
1216
|
+
* <p>If you include <code>LanguageOptions</code>, you must also include <code>IdentifyLanguage</code>.</p>
|
|
1217
|
+
* <important>
|
|
1218
|
+
* <p>You can only include one language dialect per language. For example, you cannot include <code>en-US</code> and <code>en-AU</code>.</p>
|
|
1219
|
+
* </important>
|
|
1181
1220
|
*/
|
|
1182
1221
|
LanguageOptions?: string;
|
|
1183
1222
|
/**
|
|
1184
|
-
* <p>
|
|
1223
|
+
* <p>Specify a preferred language from the subset of languages codes you specified in <code>LanguageOptions</code>.</p>
|
|
1224
|
+
* <p>You can only use this parameter if you include <code>IdentifyLanguage</code> and <code>LanguageOptions</code>.</p>
|
|
1185
1225
|
*/
|
|
1186
1226
|
PreferredLanguage?: TranscribeLanguageCode | string;
|
|
1227
|
+
/**
|
|
1228
|
+
* <p>Specify the names of the custom vocabularies that you want to use when processing your transcription. Note that vocabulary names are case sensitive.</p>
|
|
1229
|
+
* <p>If you use Amazon Transcribe in multiple Regions, the vocabulary must be available in Amazon Transcribe in each Region.</p>
|
|
1230
|
+
* <p>If you don't include <code>IdentifyLanguage</code> and want to use a custom vocabulary with your transcription, use the <code>VocabularyName</code> parameter instead.</p>
|
|
1231
|
+
*/
|
|
1232
|
+
VocabularyNames?: string;
|
|
1233
|
+
/**
|
|
1234
|
+
* <p>Specify the names of the custom vocabulary filters that you want to use when processing your transcription. Note that vocabulary filter names are case sensitive.</p>
|
|
1235
|
+
* <p>If you use Amazon Transcribe in multiple Regions, the vocabulary filter must be available in Amazon Transcribe in each Region.</p>
|
|
1236
|
+
* <p> If you're <i>not</i> including <code>IdentifyLanguage</code> and want to use a custom vocabulary filter with your transcription, use the <code>VocabularyFilterName</code>
|
|
1237
|
+
* parameter instead.</p>
|
|
1238
|
+
*/
|
|
1239
|
+
VocabularyFilterNames?: string;
|
|
1187
1240
|
}
|
|
1188
1241
|
/**
|
|
1189
1242
|
* @public
|
|
@@ -1293,7 +1346,7 @@ export interface UpdateAttendeeCapabilitiesRequest {
|
|
|
1293
1346
|
*/
|
|
1294
1347
|
AttendeeId: string | undefined;
|
|
1295
1348
|
/**
|
|
1296
|
-
* <p>The
|
|
1349
|
+
* <p>The capabilities that you want to update.</p>
|
|
1297
1350
|
*/
|
|
1298
1351
|
Capabilities: AttendeeCapabilities | undefined;
|
|
1299
1352
|
}
|
|
@@ -26,7 +26,7 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
26
26
|
defaultSigningName: string;
|
|
27
27
|
};
|
|
28
28
|
export interface EndpointParameters extends __EndpointParameters {
|
|
29
|
-
Region
|
|
29
|
+
Region?: string;
|
|
30
30
|
UseDualStack?: boolean;
|
|
31
31
|
UseFIPS?: boolean;
|
|
32
32
|
Endpoint?: string;
|
|
@@ -331,10 +331,12 @@ export declare const TranscribeLanguageCode: {
|
|
|
331
331
|
readonly ES_US: "es-US";
|
|
332
332
|
readonly FR_CA: "fr-CA";
|
|
333
333
|
readonly FR_FR: "fr-FR";
|
|
334
|
+
readonly HI_IN: "hi-IN";
|
|
334
335
|
readonly IT_IT: "it-IT";
|
|
335
336
|
readonly JA_JP: "ja-JP";
|
|
336
337
|
readonly KO_KR: "ko-KR";
|
|
337
338
|
readonly PT_BR: "pt-BR";
|
|
339
|
+
readonly TH_TH: "th-TH";
|
|
338
340
|
readonly ZH_CN: "zh-CN";
|
|
339
341
|
};
|
|
340
342
|
export type TranscribeLanguageCode =
|
|
@@ -385,6 +387,8 @@ export interface EngineTranscribeSettings {
|
|
|
385
387
|
IdentifyLanguage?: boolean;
|
|
386
388
|
LanguageOptions?: string;
|
|
387
389
|
PreferredLanguage?: TranscribeLanguageCode | string;
|
|
390
|
+
VocabularyNames?: string;
|
|
391
|
+
VocabularyFilterNames?: string;
|
|
388
392
|
}
|
|
389
393
|
export interface TranscriptionConfiguration {
|
|
390
394
|
EngineTranscribeSettings?: EngineTranscribeSettings;
|
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.319.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",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.319.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.319.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.310.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.310.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.310.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.319.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.310.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.316.0",
|
|
50
50
|
"@aws-sdk/util-defaults-mode-node": "3.316.0",
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.319.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.310.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-node": "3.310.0",
|