@aws-sdk/client-transcribe 3.454.0 → 3.459.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 (65) hide show
  1. package/README.md +71 -39
  2. package/dist-cjs/Transcribe.js +8 -0
  3. package/dist-cjs/commands/DeleteMedicalScribeJobCommand.js +51 -0
  4. package/dist-cjs/commands/GetMedicalScribeJobCommand.js +51 -0
  5. package/dist-cjs/commands/ListMedicalScribeJobsCommand.js +51 -0
  6. package/dist-cjs/commands/StartMedicalScribeJobCommand.js +51 -0
  7. package/dist-cjs/commands/index.js +4 -0
  8. package/dist-cjs/models/models_0.js +78 -1
  9. package/dist-cjs/pagination/ListMedicalScribeJobsPaginator.js +29 -0
  10. package/dist-cjs/pagination/index.js +1 -0
  11. package/dist-cjs/protocols/Aws_json1_1.js +242 -2
  12. package/dist-es/Transcribe.js +8 -0
  13. package/dist-es/commands/DeleteMedicalScribeJobCommand.js +47 -0
  14. package/dist-es/commands/GetMedicalScribeJobCommand.js +47 -0
  15. package/dist-es/commands/ListMedicalScribeJobsCommand.js +47 -0
  16. package/dist-es/commands/StartMedicalScribeJobCommand.js +47 -0
  17. package/dist-es/commands/index.js +4 -0
  18. package/dist-es/models/models_0.js +77 -0
  19. package/dist-es/pagination/ListMedicalScribeJobsPaginator.js +25 -0
  20. package/dist-es/pagination/index.js +1 -0
  21. package/dist-es/protocols/Aws_json1_1.js +232 -0
  22. package/dist-types/Transcribe.d.ts +28 -0
  23. package/dist-types/TranscribeClient.d.ts +6 -2
  24. package/dist-types/commands/CreateMedicalVocabularyCommand.d.ts +2 -2
  25. package/dist-types/commands/CreateVocabularyCommand.d.ts +2 -2
  26. package/dist-types/commands/CreateVocabularyFilterCommand.d.ts +2 -2
  27. package/dist-types/commands/DeleteMedicalScribeJobCommand.d.ts +87 -0
  28. package/dist-types/commands/GetCallAnalyticsJobCommand.d.ts +5 -2
  29. package/dist-types/commands/GetMedicalScribeJobCommand.d.ts +135 -0
  30. package/dist-types/commands/GetMedicalTranscriptionJobCommand.d.ts +1 -1
  31. package/dist-types/commands/GetMedicalVocabularyCommand.d.ts +1 -1
  32. package/dist-types/commands/GetTranscriptionJobCommand.d.ts +3 -3
  33. package/dist-types/commands/GetVocabularyCommand.d.ts +1 -1
  34. package/dist-types/commands/GetVocabularyFilterCommand.d.ts +1 -1
  35. package/dist-types/commands/ListCallAnalyticsJobsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListMedicalScribeJobsCommand.d.ts +104 -0
  37. package/dist-types/commands/ListMedicalTranscriptionJobsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListMedicalVocabulariesCommand.d.ts +1 -1
  39. package/dist-types/commands/ListTranscriptionJobsCommand.d.ts +2 -2
  40. package/dist-types/commands/ListVocabulariesCommand.d.ts +1 -1
  41. package/dist-types/commands/ListVocabularyFiltersCommand.d.ts +1 -1
  42. package/dist-types/commands/StartCallAnalyticsJobCommand.d.ts +9 -3
  43. package/dist-types/commands/StartMedicalScribeJobCommand.d.ts +203 -0
  44. package/dist-types/commands/StartMedicalTranscriptionJobCommand.d.ts +3 -3
  45. package/dist-types/commands/StartTranscriptionJobCommand.d.ts +6 -6
  46. package/dist-types/commands/UpdateMedicalVocabularyCommand.d.ts +2 -2
  47. package/dist-types/commands/UpdateVocabularyCommand.d.ts +2 -2
  48. package/dist-types/commands/UpdateVocabularyFilterCommand.d.ts +1 -1
  49. package/dist-types/commands/index.d.ts +4 -0
  50. package/dist-types/models/models_0.d.ts +709 -77
  51. package/dist-types/pagination/ListMedicalScribeJobsPaginator.d.ts +7 -0
  52. package/dist-types/pagination/index.d.ts +1 -0
  53. package/dist-types/protocols/Aws_json1_1.d.ts +36 -0
  54. package/dist-types/ts3.4/Transcribe.d.ts +68 -0
  55. package/dist-types/ts3.4/TranscribeClient.d.ts +24 -0
  56. package/dist-types/ts3.4/commands/DeleteMedicalScribeJobCommand.d.ts +37 -0
  57. package/dist-types/ts3.4/commands/GetMedicalScribeJobCommand.d.ts +39 -0
  58. package/dist-types/ts3.4/commands/ListMedicalScribeJobsCommand.d.ts +42 -0
  59. package/dist-types/ts3.4/commands/StartMedicalScribeJobCommand.d.ts +42 -0
  60. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  61. package/dist-types/ts3.4/models/models_0.d.ts +161 -0
  62. package/dist-types/ts3.4/pagination/ListMedicalScribeJobsPaginator.d.ts +11 -0
  63. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  64. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
  65. package/package.json +3 -3
@@ -38,12 +38,26 @@ export interface ChannelDefinition {
38
38
  ParticipantRole?: ParticipantRole;
39
39
  }
40
40
  export declare const LanguageCode: {
41
+ readonly AB_GE: "ab-GE";
41
42
  readonly AF_ZA: "af-ZA";
42
43
  readonly AR_AE: "ar-AE";
43
44
  readonly AR_SA: "ar-SA";
45
+ readonly AST_ES: "ast-ES";
46
+ readonly AZ_AZ: "az-AZ";
47
+ readonly BA_RU: "ba-RU";
48
+ readonly BE_BY: "be-BY";
49
+ readonly BG_BG: "bg-BG";
50
+ readonly BN_IN: "bn-IN";
51
+ readonly BS_BA: "bs-BA";
52
+ readonly CA_ES: "ca-ES";
53
+ readonly CKB_IQ: "ckb-IQ";
54
+ readonly CKB_IR: "ckb-IR";
55
+ readonly CS_CZ: "cs-CZ";
56
+ readonly CY_WL: "cy-WL";
44
57
  readonly DA_DK: "da-DK";
45
58
  readonly DE_CH: "de-CH";
46
59
  readonly DE_DE: "de-DE";
60
+ readonly EL_GR: "el-GR";
47
61
  readonly EN_AB: "en-AB";
48
62
  readonly EN_AU: "en-AU";
49
63
  readonly EN_GB: "en-GB";
@@ -55,28 +69,78 @@ export declare const LanguageCode: {
55
69
  readonly EN_ZA: "en-ZA";
56
70
  readonly ES_ES: "es-ES";
57
71
  readonly ES_US: "es-US";
72
+ readonly ET_ET: "et-ET";
73
+ readonly EU_ES: "eu-ES";
58
74
  readonly FA_IR: "fa-IR";
75
+ readonly FI_FI: "fi-FI";
59
76
  readonly FR_CA: "fr-CA";
60
77
  readonly FR_FR: "fr-FR";
78
+ readonly GL_ES: "gl-ES";
79
+ readonly GU_IN: "gu-IN";
80
+ readonly HA_NG: "ha-NG";
61
81
  readonly HE_IL: "he-IL";
62
82
  readonly HI_IN: "hi-IN";
83
+ readonly HR_HR: "hr-HR";
84
+ readonly HU_HU: "hu-HU";
85
+ readonly HY_AM: "hy-AM";
63
86
  readonly ID_ID: "id-ID";
87
+ readonly IS_IS: "is-IS";
64
88
  readonly IT_IT: "it-IT";
65
89
  readonly JA_JP: "ja-JP";
90
+ readonly KAB_DZ: "kab-DZ";
91
+ readonly KA_GE: "ka-GE";
92
+ readonly KK_KZ: "kk-KZ";
93
+ readonly KN_IN: "kn-IN";
66
94
  readonly KO_KR: "ko-KR";
95
+ readonly KY_KG: "ky-KG";
96
+ readonly LG_IN: "lg-IN";
97
+ readonly LT_LT: "lt-LT";
98
+ readonly LV_LV: "lv-LV";
99
+ readonly MHR_RU: "mhr-RU";
100
+ readonly MI_NZ: "mi-NZ";
101
+ readonly MK_MK: "mk-MK";
102
+ readonly ML_IN: "ml-IN";
103
+ readonly MN_MN: "mn-MN";
104
+ readonly MR_IN: "mr-IN";
67
105
  readonly MS_MY: "ms-MY";
106
+ readonly MT_MT: "mt-MT";
68
107
  readonly NL_NL: "nl-NL";
108
+ readonly NO_NO: "no-NO";
109
+ readonly OR_IN: "or-IN";
110
+ readonly PA_IN: "pa-IN";
111
+ readonly PL_PL: "pl-PL";
112
+ readonly PS_AF: "ps-AF";
69
113
  readonly PT_BR: "pt-BR";
70
114
  readonly PT_PT: "pt-PT";
115
+ readonly RO_RO: "ro-RO";
71
116
  readonly RU_RU: "ru-RU";
117
+ readonly RW_RW: "rw-RW";
118
+ readonly SI_LK: "si-LK";
119
+ readonly SK_SK: "sk-SK";
120
+ readonly SL_SI: "sl-SI";
121
+ readonly SO_SO: "so-SO";
122
+ readonly SR_RS: "sr-RS";
123
+ readonly SU_ID: "su-ID";
72
124
  readonly SV_SE: "sv-SE";
125
+ readonly SW_BI: "sw-BI";
126
+ readonly SW_KE: "sw-KE";
127
+ readonly SW_RW: "sw-RW";
128
+ readonly SW_TZ: "sw-TZ";
129
+ readonly SW_UG: "sw-UG";
73
130
  readonly TA_IN: "ta-IN";
74
131
  readonly TE_IN: "te-IN";
75
132
  readonly TH_TH: "th-TH";
133
+ readonly TL_PH: "tl-PH";
76
134
  readonly TR_TR: "tr-TR";
135
+ readonly TT_RU: "tt-RU";
136
+ readonly UG_CN: "ug-CN";
137
+ readonly UK_UA: "uk-UA";
138
+ readonly UZ_UZ: "uz-UZ";
77
139
  readonly VI_VN: "vi-VN";
140
+ readonly WO_SN: "wo-SN";
78
141
  readonly ZH_CN: "zh-CN";
79
142
  readonly ZH_TW: "zh-TW";
143
+ readonly ZU_ZA: "zu-ZA";
80
144
  };
81
145
  export type LanguageCode = (typeof LanguageCode)[keyof typeof LanguageCode];
82
146
  export interface Media {
@@ -129,6 +193,9 @@ export interface LanguageIdSettings {
129
193
  VocabularyFilterName?: string;
130
194
  LanguageModelName?: string;
131
195
  }
196
+ export interface Summarization {
197
+ GenerateAbstractiveSummary: boolean | undefined;
198
+ }
132
199
  export declare const VocabularyFilterMethod: {
133
200
  readonly MASK: "mask";
134
201
  readonly REMOVE: "remove";
@@ -144,6 +211,7 @@ export interface CallAnalyticsJobSettings {
144
211
  ContentRedaction?: ContentRedaction;
145
212
  LanguageOptions?: LanguageCode[];
146
213
  LanguageIdSettings?: Partial<Record<LanguageCode, LanguageIdSettings>>;
214
+ Summarization?: Summarization;
147
215
  }
148
216
  export interface Transcript {
149
217
  TranscriptFileUri?: string;
@@ -420,6 +488,9 @@ export interface DeleteCallAnalyticsJobResponse {}
420
488
  export interface DeleteLanguageModelRequest {
421
489
  ModelName: string | undefined;
422
490
  }
491
+ export interface DeleteMedicalScribeJobRequest {
492
+ MedicalScribeJobName: string | undefined;
493
+ }
423
494
  export interface DeleteMedicalTranscriptionJobRequest {
424
495
  MedicalTranscriptionJobName: string | undefined;
425
496
  }
@@ -464,6 +535,62 @@ export interface GetCallAnalyticsJobRequest {
464
535
  export interface GetCallAnalyticsJobResponse {
465
536
  CallAnalyticsJob?: CallAnalyticsJob;
466
537
  }
538
+ export interface GetMedicalScribeJobRequest {
539
+ MedicalScribeJobName: string | undefined;
540
+ }
541
+ export declare const MedicalScribeParticipantRole: {
542
+ readonly CLINICIAN: "CLINICIAN";
543
+ readonly PATIENT: "PATIENT";
544
+ };
545
+ export type MedicalScribeParticipantRole =
546
+ (typeof MedicalScribeParticipantRole)[keyof typeof MedicalScribeParticipantRole];
547
+ export interface MedicalScribeChannelDefinition {
548
+ ChannelId: number | undefined;
549
+ ParticipantRole: MedicalScribeParticipantRole | undefined;
550
+ }
551
+ export declare const MedicalScribeLanguageCode: {
552
+ readonly EN_US: "en-US";
553
+ };
554
+ export type MedicalScribeLanguageCode =
555
+ (typeof MedicalScribeLanguageCode)[keyof typeof MedicalScribeLanguageCode];
556
+ export declare const MedicalScribeJobStatus: {
557
+ readonly COMPLETED: "COMPLETED";
558
+ readonly FAILED: "FAILED";
559
+ readonly IN_PROGRESS: "IN_PROGRESS";
560
+ readonly QUEUED: "QUEUED";
561
+ };
562
+ export type MedicalScribeJobStatus =
563
+ (typeof MedicalScribeJobStatus)[keyof typeof MedicalScribeJobStatus];
564
+ export interface MedicalScribeOutput {
565
+ TranscriptFileUri: string | undefined;
566
+ ClinicalDocumentUri: string | undefined;
567
+ }
568
+ export interface MedicalScribeSettings {
569
+ ShowSpeakerLabels?: boolean;
570
+ MaxSpeakerLabels?: number;
571
+ ChannelIdentification?: boolean;
572
+ VocabularyName?: string;
573
+ VocabularyFilterName?: string;
574
+ VocabularyFilterMethod?: VocabularyFilterMethod;
575
+ }
576
+ export interface MedicalScribeJob {
577
+ MedicalScribeJobName?: string;
578
+ MedicalScribeJobStatus?: MedicalScribeJobStatus;
579
+ LanguageCode?: MedicalScribeLanguageCode;
580
+ Media?: Media;
581
+ MedicalScribeOutput?: MedicalScribeOutput;
582
+ StartTime?: Date;
583
+ CreationTime?: Date;
584
+ CompletionTime?: Date;
585
+ FailureReason?: string;
586
+ Settings?: MedicalScribeSettings;
587
+ DataAccessRoleArn?: string;
588
+ ChannelDefinitions?: MedicalScribeChannelDefinition[];
589
+ Tags?: Tag[];
590
+ }
591
+ export interface GetMedicalScribeJobResponse {
592
+ MedicalScribeJob?: MedicalScribeJob;
593
+ }
467
594
  export interface GetMedicalTranscriptionJobRequest {
468
595
  MedicalTranscriptionJobName: string | undefined;
469
596
  }
@@ -653,6 +780,26 @@ export interface ListLanguageModelsResponse {
653
780
  NextToken?: string;
654
781
  Models?: LanguageModel[];
655
782
  }
783
+ export interface ListMedicalScribeJobsRequest {
784
+ Status?: MedicalScribeJobStatus;
785
+ JobNameContains?: string;
786
+ NextToken?: string;
787
+ MaxResults?: number;
788
+ }
789
+ export interface MedicalScribeJobSummary {
790
+ MedicalScribeJobName?: string;
791
+ CreationTime?: Date;
792
+ StartTime?: Date;
793
+ CompletionTime?: Date;
794
+ LanguageCode?: MedicalScribeLanguageCode;
795
+ MedicalScribeJobStatus?: MedicalScribeJobStatus;
796
+ FailureReason?: string;
797
+ }
798
+ export interface ListMedicalScribeJobsResponse {
799
+ Status?: MedicalScribeJobStatus;
800
+ NextToken?: string;
801
+ MedicalScribeJobSummaries?: MedicalScribeJobSummary[];
802
+ }
656
803
  export interface ListMedicalTranscriptionJobsRequest {
657
804
  Status?: TranscriptionJobStatus;
658
805
  JobNameContains?: string;
@@ -772,6 +919,20 @@ export interface StartCallAnalyticsJobRequest {
772
919
  export interface StartCallAnalyticsJobResponse {
773
920
  CallAnalyticsJob?: CallAnalyticsJob;
774
921
  }
922
+ export interface StartMedicalScribeJobRequest {
923
+ MedicalScribeJobName: string | undefined;
924
+ Media: Media | undefined;
925
+ OutputBucketName: string | undefined;
926
+ OutputEncryptionKMSKeyId?: string;
927
+ KMSEncryptionContext?: Record<string, string>;
928
+ DataAccessRoleArn: string | undefined;
929
+ Settings: MedicalScribeSettings | undefined;
930
+ ChannelDefinitions?: MedicalScribeChannelDefinition[];
931
+ Tags?: Tag[];
932
+ }
933
+ export interface StartMedicalScribeJobResponse {
934
+ MedicalScribeJob?: MedicalScribeJob;
935
+ }
775
936
  export interface StartMedicalTranscriptionJobRequest {
776
937
  MedicalTranscriptionJobName: string | undefined;
777
938
  LanguageCode: LanguageCode | undefined;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListMedicalScribeJobsCommandInput,
4
+ ListMedicalScribeJobsCommandOutput,
5
+ } from "../commands/ListMedicalScribeJobsCommand";
6
+ import { TranscribePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListMedicalScribeJobs(
8
+ config: TranscribePaginationConfiguration,
9
+ input: ListMedicalScribeJobsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListMedicalScribeJobsCommandOutput>;
@@ -2,6 +2,7 @@ export * from "./Interfaces";
2
2
  export * from "./ListCallAnalyticsCategoriesPaginator";
3
3
  export * from "./ListCallAnalyticsJobsPaginator";
4
4
  export * from "./ListLanguageModelsPaginator";
5
+ export * from "./ListMedicalScribeJobsPaginator";
5
6
  export * from "./ListMedicalTranscriptionJobsPaginator";
6
7
  export * from "./ListMedicalVocabulariesPaginator";
7
8
  export * from "./ListTranscriptionJobsPaginator";
@@ -35,6 +35,10 @@ import {
35
35
  DeleteLanguageModelCommandInput,
36
36
  DeleteLanguageModelCommandOutput,
37
37
  } from "../commands/DeleteLanguageModelCommand";
38
+ import {
39
+ DeleteMedicalScribeJobCommandInput,
40
+ DeleteMedicalScribeJobCommandOutput,
41
+ } from "../commands/DeleteMedicalScribeJobCommand";
38
42
  import {
39
43
  DeleteMedicalTranscriptionJobCommandInput,
40
44
  DeleteMedicalTranscriptionJobCommandOutput,
@@ -67,6 +71,10 @@ import {
67
71
  GetCallAnalyticsJobCommandInput,
68
72
  GetCallAnalyticsJobCommandOutput,
69
73
  } from "../commands/GetCallAnalyticsJobCommand";
74
+ import {
75
+ GetMedicalScribeJobCommandInput,
76
+ GetMedicalScribeJobCommandOutput,
77
+ } from "../commands/GetMedicalScribeJobCommand";
70
78
  import {
71
79
  GetMedicalTranscriptionJobCommandInput,
72
80
  GetMedicalTranscriptionJobCommandOutput,
@@ -99,6 +107,10 @@ import {
99
107
  ListLanguageModelsCommandInput,
100
108
  ListLanguageModelsCommandOutput,
101
109
  } from "../commands/ListLanguageModelsCommand";
110
+ import {
111
+ ListMedicalScribeJobsCommandInput,
112
+ ListMedicalScribeJobsCommandOutput,
113
+ } from "../commands/ListMedicalScribeJobsCommand";
102
114
  import {
103
115
  ListMedicalTranscriptionJobsCommandInput,
104
116
  ListMedicalTranscriptionJobsCommandOutput,
@@ -127,6 +139,10 @@ import {
127
139
  StartCallAnalyticsJobCommandInput,
128
140
  StartCallAnalyticsJobCommandOutput,
129
141
  } from "../commands/StartCallAnalyticsJobCommand";
142
+ import {
143
+ StartMedicalScribeJobCommandInput,
144
+ StartMedicalScribeJobCommandOutput,
145
+ } from "../commands/StartMedicalScribeJobCommand";
130
146
  import {
131
147
  StartMedicalTranscriptionJobCommandInput,
132
148
  StartMedicalTranscriptionJobCommandOutput,
@@ -191,6 +207,10 @@ export declare const se_DeleteLanguageModelCommand: (
191
207
  input: DeleteLanguageModelCommandInput,
192
208
  context: __SerdeContext
193
209
  ) => Promise<__HttpRequest>;
210
+ export declare const se_DeleteMedicalScribeJobCommand: (
211
+ input: DeleteMedicalScribeJobCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
194
214
  export declare const se_DeleteMedicalTranscriptionJobCommand: (
195
215
  input: DeleteMedicalTranscriptionJobCommandInput,
196
216
  context: __SerdeContext
@@ -223,6 +243,10 @@ export declare const se_GetCallAnalyticsJobCommand: (
223
243
  input: GetCallAnalyticsJobCommandInput,
224
244
  context: __SerdeContext
225
245
  ) => Promise<__HttpRequest>;
246
+ export declare const se_GetMedicalScribeJobCommand: (
247
+ input: GetMedicalScribeJobCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
226
250
  export declare const se_GetMedicalTranscriptionJobCommand: (
227
251
  input: GetMedicalTranscriptionJobCommandInput,
228
252
  context: __SerdeContext
@@ -255,6 +279,10 @@ export declare const se_ListLanguageModelsCommand: (
255
279
  input: ListLanguageModelsCommandInput,
256
280
  context: __SerdeContext
257
281
  ) => Promise<__HttpRequest>;
282
+ export declare const se_ListMedicalScribeJobsCommand: (
283
+ input: ListMedicalScribeJobsCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
258
286
  export declare const se_ListMedicalTranscriptionJobsCommand: (
259
287
  input: ListMedicalTranscriptionJobsCommandInput,
260
288
  context: __SerdeContext
@@ -283,6 +311,10 @@ export declare const se_StartCallAnalyticsJobCommand: (
283
311
  input: StartCallAnalyticsJobCommandInput,
284
312
  context: __SerdeContext
285
313
  ) => Promise<__HttpRequest>;
314
+ export declare const se_StartMedicalScribeJobCommand: (
315
+ input: StartMedicalScribeJobCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
286
318
  export declare const se_StartMedicalTranscriptionJobCommand: (
287
319
  input: StartMedicalTranscriptionJobCommandInput,
288
320
  context: __SerdeContext
@@ -347,6 +379,10 @@ export declare const de_DeleteLanguageModelCommand: (
347
379
  output: __HttpResponse,
348
380
  context: __SerdeContext
349
381
  ) => Promise<DeleteLanguageModelCommandOutput>;
382
+ export declare const de_DeleteMedicalScribeJobCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<DeleteMedicalScribeJobCommandOutput>;
350
386
  export declare const de_DeleteMedicalTranscriptionJobCommand: (
351
387
  output: __HttpResponse,
352
388
  context: __SerdeContext
@@ -379,6 +415,10 @@ export declare const de_GetCallAnalyticsJobCommand: (
379
415
  output: __HttpResponse,
380
416
  context: __SerdeContext
381
417
  ) => Promise<GetCallAnalyticsJobCommandOutput>;
418
+ export declare const de_GetMedicalScribeJobCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<GetMedicalScribeJobCommandOutput>;
382
422
  export declare const de_GetMedicalTranscriptionJobCommand: (
383
423
  output: __HttpResponse,
384
424
  context: __SerdeContext
@@ -411,6 +451,10 @@ export declare const de_ListLanguageModelsCommand: (
411
451
  output: __HttpResponse,
412
452
  context: __SerdeContext
413
453
  ) => Promise<ListLanguageModelsCommandOutput>;
454
+ export declare const de_ListMedicalScribeJobsCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<ListMedicalScribeJobsCommandOutput>;
414
458
  export declare const de_ListMedicalTranscriptionJobsCommand: (
415
459
  output: __HttpResponse,
416
460
  context: __SerdeContext
@@ -439,6 +483,10 @@ export declare const de_StartCallAnalyticsJobCommand: (
439
483
  output: __HttpResponse,
440
484
  context: __SerdeContext
441
485
  ) => Promise<StartCallAnalyticsJobCommandOutput>;
486
+ export declare const de_StartMedicalScribeJobCommand: (
487
+ output: __HttpResponse,
488
+ context: __SerdeContext
489
+ ) => Promise<StartMedicalScribeJobCommandOutput>;
442
490
  export declare const de_StartMedicalTranscriptionJobCommand: (
443
491
  output: __HttpResponse,
444
492
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-transcribe",
3
3
  "description": "AWS SDK for JavaScript Transcribe Client for Node.js, Browser and React Native",
4
- "version": "3.454.0",
4
+ "version": "3.459.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.454.0",
24
+ "@aws-sdk/client-sts": "3.458.0",
25
25
  "@aws-sdk/core": "3.451.0",
26
- "@aws-sdk/credential-provider-node": "3.451.0",
26
+ "@aws-sdk/credential-provider-node": "3.458.0",
27
27
  "@aws-sdk/middleware-host-header": "3.451.0",
28
28
  "@aws-sdk/middleware-logger": "3.451.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.451.0",