@aws-sdk/client-transcribe 3.300.0 → 3.303.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.
Files changed (44) hide show
  1. package/dist-cjs/models/models_0.js +146 -167
  2. package/dist-es/models/models_0.js +146 -167
  3. package/dist-types/commands/CreateCallAnalyticsCategoryCommand.d.ts +11 -11
  4. package/dist-types/commands/CreateLanguageModelCommand.d.ts +4 -4
  5. package/dist-types/commands/CreateMedicalVocabularyCommand.d.ts +3 -3
  6. package/dist-types/commands/CreateVocabularyCommand.d.ts +4 -4
  7. package/dist-types/commands/CreateVocabularyFilterCommand.d.ts +4 -4
  8. package/dist-types/commands/DeleteCallAnalyticsCategoryCommand.d.ts +1 -1
  9. package/dist-types/commands/DeleteCallAnalyticsJobCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteLanguageModelCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteMedicalTranscriptionJobCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteMedicalVocabularyCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteTranscriptionJobCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteVocabularyFilterCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeLanguageModelCommand.d.ts +1 -1
  17. package/dist-types/commands/GetCallAnalyticsCategoryCommand.d.ts +1 -1
  18. package/dist-types/commands/GetCallAnalyticsJobCommand.d.ts +1 -1
  19. package/dist-types/commands/GetMedicalTranscriptionJobCommand.d.ts +1 -1
  20. package/dist-types/commands/GetMedicalVocabularyCommand.d.ts +1 -1
  21. package/dist-types/commands/GetTranscriptionJobCommand.d.ts +1 -1
  22. package/dist-types/commands/GetVocabularyCommand.d.ts +1 -1
  23. package/dist-types/commands/GetVocabularyFilterCommand.d.ts +1 -1
  24. package/dist-types/commands/ListCallAnalyticsCategoriesCommand.d.ts +1 -1
  25. package/dist-types/commands/ListCallAnalyticsJobsCommand.d.ts +1 -1
  26. package/dist-types/commands/ListLanguageModelsCommand.d.ts +1 -1
  27. package/dist-types/commands/ListMedicalTranscriptionJobsCommand.d.ts +1 -1
  28. package/dist-types/commands/ListMedicalVocabulariesCommand.d.ts +1 -1
  29. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  30. package/dist-types/commands/ListTranscriptionJobsCommand.d.ts +1 -1
  31. package/dist-types/commands/ListVocabulariesCommand.d.ts +1 -1
  32. package/dist-types/commands/ListVocabularyFiltersCommand.d.ts +1 -1
  33. package/dist-types/commands/StartCallAnalyticsJobCommand.d.ts +10 -10
  34. package/dist-types/commands/StartMedicalTranscriptionJobCommand.d.ts +6 -6
  35. package/dist-types/commands/StartTranscriptionJobCommand.d.ts +15 -15
  36. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  37. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  38. package/dist-types/commands/UpdateCallAnalyticsCategoryCommand.d.ts +11 -11
  39. package/dist-types/commands/UpdateMedicalVocabularyCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateVocabularyCommand.d.ts +2 -2
  41. package/dist-types/commands/UpdateVocabularyFilterCommand.d.ts +2 -2
  42. package/dist-types/models/models_0.d.ts +252 -147
  43. package/dist-types/ts3.4/models/models_0.d.ts +179 -146
  44. package/package.json +34 -34
@@ -12,121 +12,109 @@ export class BadRequestException extends __BaseException {
12
12
  this.Message = opts.Message;
13
13
  }
14
14
  }
15
- export var BaseModelName;
16
- (function (BaseModelName) {
17
- BaseModelName["NARROW_BAND"] = "NarrowBand";
18
- BaseModelName["WIDE_BAND"] = "WideBand";
19
- })(BaseModelName || (BaseModelName = {}));
20
- export var CallAnalyticsJobStatus;
21
- (function (CallAnalyticsJobStatus) {
22
- CallAnalyticsJobStatus["COMPLETED"] = "COMPLETED";
23
- CallAnalyticsJobStatus["FAILED"] = "FAILED";
24
- CallAnalyticsJobStatus["IN_PROGRESS"] = "IN_PROGRESS";
25
- CallAnalyticsJobStatus["QUEUED"] = "QUEUED";
26
- })(CallAnalyticsJobStatus || (CallAnalyticsJobStatus = {}));
27
- export var ParticipantRole;
28
- (function (ParticipantRole) {
29
- ParticipantRole["AGENT"] = "AGENT";
30
- ParticipantRole["CUSTOMER"] = "CUSTOMER";
31
- })(ParticipantRole || (ParticipantRole = {}));
32
- export var LanguageCode;
33
- (function (LanguageCode) {
34
- LanguageCode["AF_ZA"] = "af-ZA";
35
- LanguageCode["AR_AE"] = "ar-AE";
36
- LanguageCode["AR_SA"] = "ar-SA";
37
- LanguageCode["DA_DK"] = "da-DK";
38
- LanguageCode["DE_CH"] = "de-CH";
39
- LanguageCode["DE_DE"] = "de-DE";
40
- LanguageCode["EN_AB"] = "en-AB";
41
- LanguageCode["EN_AU"] = "en-AU";
42
- LanguageCode["EN_GB"] = "en-GB";
43
- LanguageCode["EN_IE"] = "en-IE";
44
- LanguageCode["EN_IN"] = "en-IN";
45
- LanguageCode["EN_NZ"] = "en-NZ";
46
- LanguageCode["EN_US"] = "en-US";
47
- LanguageCode["EN_WL"] = "en-WL";
48
- LanguageCode["EN_ZA"] = "en-ZA";
49
- LanguageCode["ES_ES"] = "es-ES";
50
- LanguageCode["ES_US"] = "es-US";
51
- LanguageCode["FA_IR"] = "fa-IR";
52
- LanguageCode["FR_CA"] = "fr-CA";
53
- LanguageCode["FR_FR"] = "fr-FR";
54
- LanguageCode["HE_IL"] = "he-IL";
55
- LanguageCode["HI_IN"] = "hi-IN";
56
- LanguageCode["ID_ID"] = "id-ID";
57
- LanguageCode["IT_IT"] = "it-IT";
58
- LanguageCode["JA_JP"] = "ja-JP";
59
- LanguageCode["KO_KR"] = "ko-KR";
60
- LanguageCode["MS_MY"] = "ms-MY";
61
- LanguageCode["NL_NL"] = "nl-NL";
62
- LanguageCode["PT_BR"] = "pt-BR";
63
- LanguageCode["PT_PT"] = "pt-PT";
64
- LanguageCode["RU_RU"] = "ru-RU";
65
- LanguageCode["SV_SE"] = "sv-SE";
66
- LanguageCode["TA_IN"] = "ta-IN";
67
- LanguageCode["TE_IN"] = "te-IN";
68
- LanguageCode["TH_TH"] = "th-TH";
69
- LanguageCode["TR_TR"] = "tr-TR";
70
- LanguageCode["VI_VN"] = "vi-VN";
71
- LanguageCode["ZH_CN"] = "zh-CN";
72
- LanguageCode["ZH_TW"] = "zh-TW";
73
- })(LanguageCode || (LanguageCode = {}));
74
- export var MediaFormat;
75
- (function (MediaFormat) {
76
- MediaFormat["AMR"] = "amr";
77
- MediaFormat["FLAC"] = "flac";
78
- MediaFormat["MP3"] = "mp3";
79
- MediaFormat["MP4"] = "mp4";
80
- MediaFormat["OGG"] = "ogg";
81
- MediaFormat["WAV"] = "wav";
82
- MediaFormat["WEBM"] = "webm";
83
- })(MediaFormat || (MediaFormat = {}));
84
- export var PiiEntityType;
85
- (function (PiiEntityType) {
86
- PiiEntityType["ADDRESS"] = "ADDRESS";
87
- PiiEntityType["ALL"] = "ALL";
88
- PiiEntityType["BANK_ACCOUNT_NUMBER"] = "BANK_ACCOUNT_NUMBER";
89
- PiiEntityType["BANK_ROUTING"] = "BANK_ROUTING";
90
- PiiEntityType["CREDIT_DEBIT_CVV"] = "CREDIT_DEBIT_CVV";
91
- PiiEntityType["CREDIT_DEBIT_EXPIRY"] = "CREDIT_DEBIT_EXPIRY";
92
- PiiEntityType["CREDIT_DEBIT_NUMBER"] = "CREDIT_DEBIT_NUMBER";
93
- PiiEntityType["EMAIL"] = "EMAIL";
94
- PiiEntityType["NAME"] = "NAME";
95
- PiiEntityType["PHONE"] = "PHONE";
96
- PiiEntityType["PIN"] = "PIN";
97
- PiiEntityType["SSN"] = "SSN";
98
- })(PiiEntityType || (PiiEntityType = {}));
99
- export var RedactionOutput;
100
- (function (RedactionOutput) {
101
- RedactionOutput["REDACTED"] = "redacted";
102
- RedactionOutput["REDACTED_AND_UNREDACTED"] = "redacted_and_unredacted";
103
- })(RedactionOutput || (RedactionOutput = {}));
104
- export var RedactionType;
105
- (function (RedactionType) {
106
- RedactionType["PII"] = "PII";
107
- })(RedactionType || (RedactionType = {}));
108
- export var VocabularyFilterMethod;
109
- (function (VocabularyFilterMethod) {
110
- VocabularyFilterMethod["MASK"] = "mask";
111
- VocabularyFilterMethod["REMOVE"] = "remove";
112
- VocabularyFilterMethod["TAG"] = "tag";
113
- })(VocabularyFilterMethod || (VocabularyFilterMethod = {}));
114
- export var InputType;
115
- (function (InputType) {
116
- InputType["POST_CALL"] = "POST_CALL";
117
- InputType["REAL_TIME"] = "REAL_TIME";
118
- })(InputType || (InputType = {}));
119
- export var SentimentValue;
120
- (function (SentimentValue) {
121
- SentimentValue["MIXED"] = "MIXED";
122
- SentimentValue["NEGATIVE"] = "NEGATIVE";
123
- SentimentValue["NEUTRAL"] = "NEUTRAL";
124
- SentimentValue["POSITIVE"] = "POSITIVE";
125
- })(SentimentValue || (SentimentValue = {}));
126
- export var TranscriptFilterType;
127
- (function (TranscriptFilterType) {
128
- TranscriptFilterType["EXACT"] = "EXACT";
129
- })(TranscriptFilterType || (TranscriptFilterType = {}));
15
+ export const BaseModelName = {
16
+ NARROW_BAND: "NarrowBand",
17
+ WIDE_BAND: "WideBand",
18
+ };
19
+ export const CallAnalyticsJobStatus = {
20
+ COMPLETED: "COMPLETED",
21
+ FAILED: "FAILED",
22
+ IN_PROGRESS: "IN_PROGRESS",
23
+ QUEUED: "QUEUED",
24
+ };
25
+ export const ParticipantRole = {
26
+ AGENT: "AGENT",
27
+ CUSTOMER: "CUSTOMER",
28
+ };
29
+ export const LanguageCode = {
30
+ AF_ZA: "af-ZA",
31
+ AR_AE: "ar-AE",
32
+ AR_SA: "ar-SA",
33
+ DA_DK: "da-DK",
34
+ DE_CH: "de-CH",
35
+ DE_DE: "de-DE",
36
+ EN_AB: "en-AB",
37
+ EN_AU: "en-AU",
38
+ EN_GB: "en-GB",
39
+ EN_IE: "en-IE",
40
+ EN_IN: "en-IN",
41
+ EN_NZ: "en-NZ",
42
+ EN_US: "en-US",
43
+ EN_WL: "en-WL",
44
+ EN_ZA: "en-ZA",
45
+ ES_ES: "es-ES",
46
+ ES_US: "es-US",
47
+ FA_IR: "fa-IR",
48
+ FR_CA: "fr-CA",
49
+ FR_FR: "fr-FR",
50
+ HE_IL: "he-IL",
51
+ HI_IN: "hi-IN",
52
+ ID_ID: "id-ID",
53
+ IT_IT: "it-IT",
54
+ JA_JP: "ja-JP",
55
+ KO_KR: "ko-KR",
56
+ MS_MY: "ms-MY",
57
+ NL_NL: "nl-NL",
58
+ PT_BR: "pt-BR",
59
+ PT_PT: "pt-PT",
60
+ RU_RU: "ru-RU",
61
+ SV_SE: "sv-SE",
62
+ TA_IN: "ta-IN",
63
+ TE_IN: "te-IN",
64
+ TH_TH: "th-TH",
65
+ TR_TR: "tr-TR",
66
+ VI_VN: "vi-VN",
67
+ ZH_CN: "zh-CN",
68
+ ZH_TW: "zh-TW",
69
+ };
70
+ export const MediaFormat = {
71
+ AMR: "amr",
72
+ FLAC: "flac",
73
+ MP3: "mp3",
74
+ MP4: "mp4",
75
+ OGG: "ogg",
76
+ WAV: "wav",
77
+ WEBM: "webm",
78
+ };
79
+ export const PiiEntityType = {
80
+ ADDRESS: "ADDRESS",
81
+ ALL: "ALL",
82
+ BANK_ACCOUNT_NUMBER: "BANK_ACCOUNT_NUMBER",
83
+ BANK_ROUTING: "BANK_ROUTING",
84
+ CREDIT_DEBIT_CVV: "CREDIT_DEBIT_CVV",
85
+ CREDIT_DEBIT_EXPIRY: "CREDIT_DEBIT_EXPIRY",
86
+ CREDIT_DEBIT_NUMBER: "CREDIT_DEBIT_NUMBER",
87
+ EMAIL: "EMAIL",
88
+ NAME: "NAME",
89
+ PHONE: "PHONE",
90
+ PIN: "PIN",
91
+ SSN: "SSN",
92
+ };
93
+ export const RedactionOutput = {
94
+ REDACTED: "redacted",
95
+ REDACTED_AND_UNREDACTED: "redacted_and_unredacted",
96
+ };
97
+ export const RedactionType = {
98
+ PII: "PII",
99
+ };
100
+ export const VocabularyFilterMethod = {
101
+ MASK: "mask",
102
+ REMOVE: "remove",
103
+ TAG: "tag",
104
+ };
105
+ export const InputType = {
106
+ POST_CALL: "POST_CALL",
107
+ REAL_TIME: "REAL_TIME",
108
+ };
109
+ export const SentimentValue = {
110
+ MIXED: "MIXED",
111
+ NEGATIVE: "NEGATIVE",
112
+ NEUTRAL: "NEUTRAL",
113
+ POSITIVE: "POSITIVE",
114
+ };
115
+ export const TranscriptFilterType = {
116
+ EXACT: "EXACT",
117
+ };
130
118
  export var Rule;
131
119
  (function (Rule) {
132
120
  Rule.visit = (value, visitor) => {
@@ -141,16 +129,15 @@ export var Rule;
141
129
  return visitor._(value.$unknown[0], value.$unknown[1]);
142
130
  };
143
131
  })(Rule || (Rule = {}));
144
- export var CLMLanguageCode;
145
- (function (CLMLanguageCode) {
146
- CLMLanguageCode["DE_DE"] = "de-DE";
147
- CLMLanguageCode["EN_AU"] = "en-AU";
148
- CLMLanguageCode["EN_GB"] = "en-GB";
149
- CLMLanguageCode["EN_US"] = "en-US";
150
- CLMLanguageCode["ES_US"] = "es-US";
151
- CLMLanguageCode["HI_IN"] = "hi-IN";
152
- CLMLanguageCode["JA_JP"] = "ja-JP";
153
- })(CLMLanguageCode || (CLMLanguageCode = {}));
132
+ export const CLMLanguageCode = {
133
+ DE_DE: "de-DE",
134
+ EN_AU: "en-AU",
135
+ EN_GB: "en-GB",
136
+ EN_US: "en-US",
137
+ ES_US: "es-US",
138
+ HI_IN: "hi-IN",
139
+ JA_JP: "ja-JP",
140
+ };
154
141
  export class ConflictException extends __BaseException {
155
142
  constructor(opts) {
156
143
  super({
@@ -190,18 +177,16 @@ export class LimitExceededException extends __BaseException {
190
177
  this.Message = opts.Message;
191
178
  }
192
179
  }
193
- export var ModelStatus;
194
- (function (ModelStatus) {
195
- ModelStatus["COMPLETED"] = "COMPLETED";
196
- ModelStatus["FAILED"] = "FAILED";
197
- ModelStatus["IN_PROGRESS"] = "IN_PROGRESS";
198
- })(ModelStatus || (ModelStatus = {}));
199
- export var VocabularyState;
200
- (function (VocabularyState) {
201
- VocabularyState["FAILED"] = "FAILED";
202
- VocabularyState["PENDING"] = "PENDING";
203
- VocabularyState["READY"] = "READY";
204
- })(VocabularyState || (VocabularyState = {}));
180
+ export const ModelStatus = {
181
+ COMPLETED: "COMPLETED",
182
+ FAILED: "FAILED",
183
+ IN_PROGRESS: "IN_PROGRESS",
184
+ };
185
+ export const VocabularyState = {
186
+ FAILED: "FAILED",
187
+ PENDING: "PENDING",
188
+ READY: "READY",
189
+ };
205
190
  export class NotFoundException extends __BaseException {
206
191
  constructor(opts) {
207
192
  super({
@@ -215,33 +200,27 @@ export class NotFoundException extends __BaseException {
215
200
  this.Message = opts.Message;
216
201
  }
217
202
  }
218
- export var MedicalContentIdentificationType;
219
- (function (MedicalContentIdentificationType) {
220
- MedicalContentIdentificationType["PHI"] = "PHI";
221
- })(MedicalContentIdentificationType || (MedicalContentIdentificationType = {}));
222
- export var Specialty;
223
- (function (Specialty) {
224
- Specialty["PRIMARYCARE"] = "PRIMARYCARE";
225
- })(Specialty || (Specialty = {}));
226
- export var TranscriptionJobStatus;
227
- (function (TranscriptionJobStatus) {
228
- TranscriptionJobStatus["COMPLETED"] = "COMPLETED";
229
- TranscriptionJobStatus["FAILED"] = "FAILED";
230
- TranscriptionJobStatus["IN_PROGRESS"] = "IN_PROGRESS";
231
- TranscriptionJobStatus["QUEUED"] = "QUEUED";
232
- })(TranscriptionJobStatus || (TranscriptionJobStatus = {}));
233
- export var Type;
234
- (function (Type) {
235
- Type["CONVERSATION"] = "CONVERSATION";
236
- Type["DICTATION"] = "DICTATION";
237
- })(Type || (Type = {}));
238
- export var SubtitleFormat;
239
- (function (SubtitleFormat) {
240
- SubtitleFormat["SRT"] = "srt";
241
- SubtitleFormat["VTT"] = "vtt";
242
- })(SubtitleFormat || (SubtitleFormat = {}));
243
- export var OutputLocationType;
244
- (function (OutputLocationType) {
245
- OutputLocationType["CUSTOMER_BUCKET"] = "CUSTOMER_BUCKET";
246
- OutputLocationType["SERVICE_BUCKET"] = "SERVICE_BUCKET";
247
- })(OutputLocationType || (OutputLocationType = {}));
203
+ export const MedicalContentIdentificationType = {
204
+ PHI: "PHI",
205
+ };
206
+ export const Specialty = {
207
+ PRIMARYCARE: "PRIMARYCARE",
208
+ };
209
+ export const TranscriptionJobStatus = {
210
+ COMPLETED: "COMPLETED",
211
+ FAILED: "FAILED",
212
+ IN_PROGRESS: "IN_PROGRESS",
213
+ QUEUED: "QUEUED",
214
+ };
215
+ export const Type = {
216
+ CONVERSATION: "CONVERSATION",
217
+ DICTATION: "DICTATION",
218
+ };
219
+ export const SubtitleFormat = {
220
+ SRT: "srt",
221
+ VTT: "vtt",
222
+ };
223
+ export const OutputLocationType = {
224
+ CUSTOMER_BUCKET: "CUSTOMER_BUCKET",
225
+ SERVICE_BUCKET: "SERVICE_BUCKET",
226
+ };
@@ -41,19 +41,19 @@ export interface CreateCallAnalyticsCategoryCommandOutput extends CreateCallAnal
41
41
  * import { TranscribeClient, CreateCallAnalyticsCategoryCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
42
42
  * // const { TranscribeClient, CreateCallAnalyticsCategoryCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
43
43
  * const client = new TranscribeClient(config);
44
- * const input = {
44
+ * const input = { // CreateCallAnalyticsCategoryRequest
45
45
  * CategoryName: "STRING_VALUE", // required
46
- * Rules: [ // required
47
- * { // Union: only one key present
48
- * NonTalkTimeFilter: {
46
+ * Rules: [ // RuleList // required
47
+ * { // Rule Union: only one key present
48
+ * NonTalkTimeFilter: { // NonTalkTimeFilter
49
49
  * Threshold: Number("long"),
50
- * AbsoluteTimeRange: {
50
+ * AbsoluteTimeRange: { // AbsoluteTimeRange
51
51
  * StartTime: Number("long"),
52
52
  * EndTime: Number("long"),
53
53
  * First: Number("long"),
54
54
  * Last: Number("long"),
55
55
  * },
56
- * RelativeTimeRange: {
56
+ * RelativeTimeRange: { // RelativeTimeRange
57
57
  * StartPercentage: Number("int"),
58
58
  * EndPercentage: Number("int"),
59
59
  * First: Number("int"),
@@ -61,7 +61,7 @@ export interface CreateCallAnalyticsCategoryCommandOutput extends CreateCallAnal
61
61
  * },
62
62
  * Negate: true || false,
63
63
  * },
64
- * InterruptionFilter: {
64
+ * InterruptionFilter: { // InterruptionFilter
65
65
  * Threshold: Number("long"),
66
66
  * ParticipantRole: "AGENT" || "CUSTOMER",
67
67
  * AbsoluteTimeRange: {
@@ -78,7 +78,7 @@ export interface CreateCallAnalyticsCategoryCommandOutput extends CreateCallAnal
78
78
  * },
79
79
  * Negate: true || false,
80
80
  * },
81
- * TranscriptFilter: {
81
+ * TranscriptFilter: { // TranscriptFilter
82
82
  * TranscriptFilterType: "EXACT", // required
83
83
  * AbsoluteTimeRange: {
84
84
  * StartTime: Number("long"),
@@ -94,12 +94,12 @@ export interface CreateCallAnalyticsCategoryCommandOutput extends CreateCallAnal
94
94
  * },
95
95
  * ParticipantRole: "AGENT" || "CUSTOMER",
96
96
  * Negate: true || false,
97
- * Targets: [ // required
97
+ * Targets: [ // StringTargetList // required
98
98
  * "STRING_VALUE",
99
99
  * ],
100
100
  * },
101
- * SentimentFilter: {
102
- * Sentiments: [ // required
101
+ * SentimentFilter: { // SentimentFilter
102
+ * Sentiments: [ // SentimentValueList // required
103
103
  * "POSITIVE" || "NEGATIVE" || "NEUTRAL" || "MIXED",
104
104
  * ],
105
105
  * AbsoluteTimeRange: {
@@ -42,17 +42,17 @@ export interface CreateLanguageModelCommandOutput extends CreateLanguageModelRes
42
42
  * import { TranscribeClient, CreateLanguageModelCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
43
43
  * // const { TranscribeClient, CreateLanguageModelCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
44
44
  * const client = new TranscribeClient(config);
45
- * const input = {
45
+ * const input = { // CreateLanguageModelRequest
46
46
  * LanguageCode: "en-US" || "hi-IN" || "es-US" || "en-GB" || "en-AU" || "de-DE" || "ja-JP", // required
47
47
  * BaseModelName: "NarrowBand" || "WideBand", // required
48
48
  * ModelName: "STRING_VALUE", // required
49
- * InputDataConfig: {
49
+ * InputDataConfig: { // InputDataConfig
50
50
  * S3Uri: "STRING_VALUE", // required
51
51
  * TuningDataS3Uri: "STRING_VALUE",
52
52
  * DataAccessRoleArn: "STRING_VALUE", // required
53
53
  * },
54
- * Tags: [
55
- * {
54
+ * Tags: [ // TagList
55
+ * { // Tag
56
56
  * Key: "STRING_VALUE", // required
57
57
  * Value: "STRING_VALUE", // required
58
58
  * },
@@ -38,12 +38,12 @@ export interface CreateMedicalVocabularyCommandOutput extends CreateMedicalVocab
38
38
  * import { TranscribeClient, CreateMedicalVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
39
39
  * // const { TranscribeClient, CreateMedicalVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
40
40
  * const client = new TranscribeClient(config);
41
- * const input = {
41
+ * const input = { // CreateMedicalVocabularyRequest
42
42
  * VocabularyName: "STRING_VALUE", // required
43
43
  * LanguageCode: "af-ZA" || "ar-AE" || "ar-SA" || "da-DK" || "de-CH" || "de-DE" || "en-AB" || "en-AU" || "en-GB" || "en-IE" || "en-IN" || "en-US" || "en-WL" || "es-ES" || "es-US" || "fa-IR" || "fr-CA" || "fr-FR" || "he-IL" || "hi-IN" || "id-ID" || "it-IT" || "ja-JP" || "ko-KR" || "ms-MY" || "nl-NL" || "pt-BR" || "pt-PT" || "ru-RU" || "ta-IN" || "te-IN" || "tr-TR" || "zh-CN" || "zh-TW" || "th-TH" || "en-ZA" || "en-NZ" || "vi-VN" || "sv-SE", // required
44
44
  * VocabularyFileUri: "STRING_VALUE", // required
45
- * Tags: [
46
- * {
45
+ * Tags: [ // TagList
46
+ * { // Tag
47
47
  * Key: "STRING_VALUE", // required
48
48
  * Value: "STRING_VALUE", // required
49
49
  * },
@@ -36,15 +36,15 @@ export interface CreateVocabularyCommandOutput extends CreateVocabularyResponse,
36
36
  * import { TranscribeClient, CreateVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
37
37
  * // const { TranscribeClient, CreateVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
38
38
  * const client = new TranscribeClient(config);
39
- * const input = {
39
+ * const input = { // CreateVocabularyRequest
40
40
  * VocabularyName: "STRING_VALUE", // required
41
41
  * LanguageCode: "af-ZA" || "ar-AE" || "ar-SA" || "da-DK" || "de-CH" || "de-DE" || "en-AB" || "en-AU" || "en-GB" || "en-IE" || "en-IN" || "en-US" || "en-WL" || "es-ES" || "es-US" || "fa-IR" || "fr-CA" || "fr-FR" || "he-IL" || "hi-IN" || "id-ID" || "it-IT" || "ja-JP" || "ko-KR" || "ms-MY" || "nl-NL" || "pt-BR" || "pt-PT" || "ru-RU" || "ta-IN" || "te-IN" || "tr-TR" || "zh-CN" || "zh-TW" || "th-TH" || "en-ZA" || "en-NZ" || "vi-VN" || "sv-SE", // required
42
- * Phrases: [
42
+ * Phrases: [ // Phrases
43
43
  * "STRING_VALUE",
44
44
  * ],
45
45
  * VocabularyFileUri: "STRING_VALUE",
46
- * Tags: [
47
- * {
46
+ * Tags: [ // TagList
47
+ * { // Tag
48
48
  * Key: "STRING_VALUE", // required
49
49
  * Value: "STRING_VALUE", // required
50
50
  * },
@@ -35,15 +35,15 @@ export interface CreateVocabularyFilterCommandOutput extends CreateVocabularyFil
35
35
  * import { TranscribeClient, CreateVocabularyFilterCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
36
36
  * // const { TranscribeClient, CreateVocabularyFilterCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
37
37
  * const client = new TranscribeClient(config);
38
- * const input = {
38
+ * const input = { // CreateVocabularyFilterRequest
39
39
  * VocabularyFilterName: "STRING_VALUE", // required
40
40
  * LanguageCode: "af-ZA" || "ar-AE" || "ar-SA" || "da-DK" || "de-CH" || "de-DE" || "en-AB" || "en-AU" || "en-GB" || "en-IE" || "en-IN" || "en-US" || "en-WL" || "es-ES" || "es-US" || "fa-IR" || "fr-CA" || "fr-FR" || "he-IL" || "hi-IN" || "id-ID" || "it-IT" || "ja-JP" || "ko-KR" || "ms-MY" || "nl-NL" || "pt-BR" || "pt-PT" || "ru-RU" || "ta-IN" || "te-IN" || "tr-TR" || "zh-CN" || "zh-TW" || "th-TH" || "en-ZA" || "en-NZ" || "vi-VN" || "sv-SE", // required
41
- * Words: [
41
+ * Words: [ // Words
42
42
  * "STRING_VALUE",
43
43
  * ],
44
44
  * VocabularyFilterFileUri: "STRING_VALUE",
45
- * Tags: [
46
- * {
45
+ * Tags: [ // TagList
46
+ * { // Tag
47
47
  * Key: "STRING_VALUE", // required
48
48
  * Value: "STRING_VALUE", // required
49
49
  * },
@@ -28,7 +28,7 @@ export interface DeleteCallAnalyticsCategoryCommandOutput extends DeleteCallAnal
28
28
  * import { TranscribeClient, DeleteCallAnalyticsCategoryCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
29
29
  * // const { TranscribeClient, DeleteCallAnalyticsCategoryCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
30
30
  * const client = new TranscribeClient(config);
31
- * const input = {
31
+ * const input = { // DeleteCallAnalyticsCategoryRequest
32
32
  * CategoryName: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DeleteCallAnalyticsCategoryCommand(input);
@@ -28,7 +28,7 @@ export interface DeleteCallAnalyticsJobCommandOutput extends DeleteCallAnalytics
28
28
  * import { TranscribeClient, DeleteCallAnalyticsJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
29
29
  * // const { TranscribeClient, DeleteCallAnalyticsJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
30
30
  * const client = new TranscribeClient(config);
31
- * const input = {
31
+ * const input = { // DeleteCallAnalyticsJobRequest
32
32
  * CallAnalyticsJobName: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DeleteCallAnalyticsJobCommand(input);
@@ -28,7 +28,7 @@ export interface DeleteLanguageModelCommandOutput extends __MetadataBearer {
28
28
  * import { TranscribeClient, DeleteLanguageModelCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
29
29
  * // const { TranscribeClient, DeleteLanguageModelCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
30
30
  * const client = new TranscribeClient(config);
31
- * const input = {
31
+ * const input = { // DeleteLanguageModelRequest
32
32
  * ModelName: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DeleteLanguageModelCommand(input);
@@ -28,7 +28,7 @@ export interface DeleteMedicalTranscriptionJobCommandOutput extends __MetadataBe
28
28
  * import { TranscribeClient, DeleteMedicalTranscriptionJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
29
29
  * // const { TranscribeClient, DeleteMedicalTranscriptionJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
30
30
  * const client = new TranscribeClient(config);
31
- * const input = {
31
+ * const input = { // DeleteMedicalTranscriptionJobRequest
32
32
  * MedicalTranscriptionJobName: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DeleteMedicalTranscriptionJobCommand(input);
@@ -28,7 +28,7 @@ export interface DeleteMedicalVocabularyCommandOutput extends __MetadataBearer {
28
28
  * import { TranscribeClient, DeleteMedicalVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
29
29
  * // const { TranscribeClient, DeleteMedicalVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
30
30
  * const client = new TranscribeClient(config);
31
- * const input = {
31
+ * const input = { // DeleteMedicalVocabularyRequest
32
32
  * VocabularyName: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DeleteMedicalVocabularyCommand(input);
@@ -28,7 +28,7 @@ export interface DeleteTranscriptionJobCommandOutput extends __MetadataBearer {
28
28
  * import { TranscribeClient, DeleteTranscriptionJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
29
29
  * // const { TranscribeClient, DeleteTranscriptionJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
30
30
  * const client = new TranscribeClient(config);
31
- * const input = {
31
+ * const input = { // DeleteTranscriptionJobRequest
32
32
  * TranscriptionJobName: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DeleteTranscriptionJobCommand(input);
@@ -28,7 +28,7 @@ export interface DeleteVocabularyCommandOutput extends __MetadataBearer {
28
28
  * import { TranscribeClient, DeleteVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
29
29
  * // const { TranscribeClient, DeleteVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
30
30
  * const client = new TranscribeClient(config);
31
- * const input = {
31
+ * const input = { // DeleteVocabularyRequest
32
32
  * VocabularyName: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DeleteVocabularyCommand(input);
@@ -28,7 +28,7 @@ export interface DeleteVocabularyFilterCommandOutput extends __MetadataBearer {
28
28
  * import { TranscribeClient, DeleteVocabularyFilterCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
29
29
  * // const { TranscribeClient, DeleteVocabularyFilterCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
30
30
  * const client = new TranscribeClient(config);
31
- * const input = {
31
+ * const input = { // DeleteVocabularyFilterRequest
32
32
  * VocabularyFilterName: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DeleteVocabularyFilterCommand(input);
@@ -32,7 +32,7 @@ export interface DescribeLanguageModelCommandOutput extends DescribeLanguageMode
32
32
  * import { TranscribeClient, DescribeLanguageModelCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
33
33
  * // const { TranscribeClient, DescribeLanguageModelCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
34
34
  * const client = new TranscribeClient(config);
35
- * const input = {
35
+ * const input = { // DescribeLanguageModelRequest
36
36
  * ModelName: "STRING_VALUE", // required
37
37
  * };
38
38
  * const command = new DescribeLanguageModelCommand(input);
@@ -27,7 +27,7 @@ export interface GetCallAnalyticsCategoryCommandOutput extends GetCallAnalyticsC
27
27
  * import { TranscribeClient, GetCallAnalyticsCategoryCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
28
28
  * // const { TranscribeClient, GetCallAnalyticsCategoryCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
29
29
  * const client = new TranscribeClient(config);
30
- * const input = {
30
+ * const input = { // GetCallAnalyticsCategoryRequest
31
31
  * CategoryName: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new GetCallAnalyticsCategoryCommand(input);
@@ -37,7 +37,7 @@ export interface GetCallAnalyticsJobCommandOutput extends GetCallAnalyticsJobRes
37
37
  * import { TranscribeClient, GetCallAnalyticsJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
38
38
  * // const { TranscribeClient, GetCallAnalyticsJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
39
39
  * const client = new TranscribeClient(config);
40
- * const input = {
40
+ * const input = { // GetCallAnalyticsJobRequest
41
41
  * CallAnalyticsJobName: "STRING_VALUE", // required
42
42
  * };
43
43
  * const command = new GetCallAnalyticsJobCommand(input);
@@ -33,7 +33,7 @@ export interface GetMedicalTranscriptionJobCommandOutput extends GetMedicalTrans
33
33
  * import { TranscribeClient, GetMedicalTranscriptionJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
34
34
  * // const { TranscribeClient, GetMedicalTranscriptionJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
35
35
  * const client = new TranscribeClient(config);
36
- * const input = {
36
+ * const input = { // GetMedicalTranscriptionJobRequest
37
37
  * MedicalTranscriptionJobName: "STRING_VALUE", // required
38
38
  * };
39
39
  * const command = new GetMedicalTranscriptionJobCommand(input);
@@ -31,7 +31,7 @@ export interface GetMedicalVocabularyCommandOutput extends GetMedicalVocabularyR
31
31
  * import { TranscribeClient, GetMedicalVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
32
32
  * // const { TranscribeClient, GetMedicalVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
33
33
  * const client = new TranscribeClient(config);
34
- * const input = {
34
+ * const input = { // GetMedicalVocabularyRequest
35
35
  * VocabularyName: "STRING_VALUE", // required
36
36
  * };
37
37
  * const command = new GetMedicalVocabularyCommand(input);