@aws-sdk/client-transcribe-streaming 3.929.0 → 3.930.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/index.js CHANGED
@@ -136,16 +136,6 @@ const ContentRedactionOutput = {
136
136
  REDACTED: "redacted",
137
137
  REDACTED_AND_UNREDACTED: "redacted_and_unredacted",
138
138
  };
139
- exports.AudioStream = void 0;
140
- (function (AudioStream) {
141
- AudioStream.visit = (value, visitor) => {
142
- if (value.AudioEvent !== undefined)
143
- return visitor.AudioEvent(value.AudioEvent);
144
- if (value.ConfigurationEvent !== undefined)
145
- return visitor.ConfigurationEvent(value.ConfigurationEvent);
146
- return visitor._(value.$unknown[0], value.$unknown[1]);
147
- };
148
- })(exports.AudioStream || (exports.AudioStream = {}));
149
139
  let BadRequestException$1 = class BadRequestException extends TranscribeStreamingServiceException$1 {
150
140
  name = "BadRequestException";
151
141
  $fault = "client";
@@ -233,26 +223,6 @@ const Sentiment = {
233
223
  NEUTRAL: "NEUTRAL",
234
224
  POSITIVE: "POSITIVE",
235
225
  };
236
- exports.CallAnalyticsTranscriptResultStream = void 0;
237
- (function (CallAnalyticsTranscriptResultStream) {
238
- CallAnalyticsTranscriptResultStream.visit = (value, visitor) => {
239
- if (value.UtteranceEvent !== undefined)
240
- return visitor.UtteranceEvent(value.UtteranceEvent);
241
- if (value.CategoryEvent !== undefined)
242
- return visitor.CategoryEvent(value.CategoryEvent);
243
- if (value.BadRequestException !== undefined)
244
- return visitor.BadRequestException(value.BadRequestException);
245
- if (value.LimitExceededException !== undefined)
246
- return visitor.LimitExceededException(value.LimitExceededException);
247
- if (value.InternalFailureException !== undefined)
248
- return visitor.InternalFailureException(value.InternalFailureException);
249
- if (value.ConflictException !== undefined)
250
- return visitor.ConflictException(value.ConflictException);
251
- if (value.ServiceUnavailableException !== undefined)
252
- return visitor.ServiceUnavailableException(value.ServiceUnavailableException);
253
- return visitor._(value.$unknown[0], value.$unknown[1]);
254
- };
255
- })(exports.CallAnalyticsTranscriptResultStream || (exports.CallAnalyticsTranscriptResultStream = {}));
256
226
  const ClinicalNoteGenerationStatus = {
257
227
  COMPLETED: "COMPLETED",
258
228
  FAILED: "FAILED",
@@ -382,58 +352,10 @@ const Pronouns$1 = {
382
352
  const MedicalScribeSessionControlEventType = {
383
353
  END_OF_SESSION: "END_OF_SESSION",
384
354
  };
385
- exports.MedicalScribeInputStream = void 0;
386
- (function (MedicalScribeInputStream) {
387
- MedicalScribeInputStream.visit = (value, visitor) => {
388
- if (value.AudioEvent !== undefined)
389
- return visitor.AudioEvent(value.AudioEvent);
390
- if (value.SessionControlEvent !== undefined)
391
- return visitor.SessionControlEvent(value.SessionControlEvent);
392
- if (value.ConfigurationEvent !== undefined)
393
- return visitor.ConfigurationEvent(value.ConfigurationEvent);
394
- return visitor._(value.$unknown[0], value.$unknown[1]);
395
- };
396
- })(exports.MedicalScribeInputStream || (exports.MedicalScribeInputStream = {}));
397
355
  const MedicalScribeTranscriptItemType = {
398
356
  PRONUNCIATION: "pronunciation",
399
357
  PUNCTUATION: "punctuation",
400
358
  };
401
- exports.MedicalScribeResultStream = void 0;
402
- (function (MedicalScribeResultStream) {
403
- MedicalScribeResultStream.visit = (value, visitor) => {
404
- if (value.TranscriptEvent !== undefined)
405
- return visitor.TranscriptEvent(value.TranscriptEvent);
406
- if (value.BadRequestException !== undefined)
407
- return visitor.BadRequestException(value.BadRequestException);
408
- if (value.LimitExceededException !== undefined)
409
- return visitor.LimitExceededException(value.LimitExceededException);
410
- if (value.InternalFailureException !== undefined)
411
- return visitor.InternalFailureException(value.InternalFailureException);
412
- if (value.ConflictException !== undefined)
413
- return visitor.ConflictException(value.ConflictException);
414
- if (value.ServiceUnavailableException !== undefined)
415
- return visitor.ServiceUnavailableException(value.ServiceUnavailableException);
416
- return visitor._(value.$unknown[0], value.$unknown[1]);
417
- };
418
- })(exports.MedicalScribeResultStream || (exports.MedicalScribeResultStream = {}));
419
- exports.MedicalTranscriptResultStream = void 0;
420
- (function (MedicalTranscriptResultStream) {
421
- MedicalTranscriptResultStream.visit = (value, visitor) => {
422
- if (value.TranscriptEvent !== undefined)
423
- return visitor.TranscriptEvent(value.TranscriptEvent);
424
- if (value.BadRequestException !== undefined)
425
- return visitor.BadRequestException(value.BadRequestException);
426
- if (value.LimitExceededException !== undefined)
427
- return visitor.LimitExceededException(value.LimitExceededException);
428
- if (value.InternalFailureException !== undefined)
429
- return visitor.InternalFailureException(value.InternalFailureException);
430
- if (value.ConflictException !== undefined)
431
- return visitor.ConflictException(value.ConflictException);
432
- if (value.ServiceUnavailableException !== undefined)
433
- return visitor.ServiceUnavailableException(value.ServiceUnavailableException);
434
- return visitor._(value.$unknown[0], value.$unknown[1]);
435
- };
436
- })(exports.MedicalTranscriptResultStream || (exports.MedicalTranscriptResultStream = {}));
437
359
  const PartialResultsStability = {
438
360
  HIGH: "high",
439
361
  LOW: "low",
@@ -456,24 +378,6 @@ const Type = {
456
378
  CONVERSATION: "CONVERSATION",
457
379
  DICTATION: "DICTATION",
458
380
  };
459
- exports.TranscriptResultStream = void 0;
460
- (function (TranscriptResultStream) {
461
- TranscriptResultStream.visit = (value, visitor) => {
462
- if (value.TranscriptEvent !== undefined)
463
- return visitor.TranscriptEvent(value.TranscriptEvent);
464
- if (value.BadRequestException !== undefined)
465
- return visitor.BadRequestException(value.BadRequestException);
466
- if (value.LimitExceededException !== undefined)
467
- return visitor.LimitExceededException(value.LimitExceededException);
468
- if (value.InternalFailureException !== undefined)
469
- return visitor.InternalFailureException(value.InternalFailureException);
470
- if (value.ConflictException !== undefined)
471
- return visitor.ConflictException(value.ConflictException);
472
- if (value.ServiceUnavailableException !== undefined)
473
- return visitor.ServiceUnavailableException(value.ServiceUnavailableException);
474
- return visitor._(value.$unknown[0], value.$unknown[1]);
475
- };
476
- })(exports.TranscriptResultStream || (exports.TranscriptResultStream = {}));
477
381
 
478
382
  const _A = "Alternative";
479
383
  const _AC = "AudioChunk";
@@ -11,16 +11,6 @@ export const ContentRedactionOutput = {
11
11
  REDACTED: "redacted",
12
12
  REDACTED_AND_UNREDACTED: "redacted_and_unredacted",
13
13
  };
14
- export var AudioStream;
15
- (function (AudioStream) {
16
- AudioStream.visit = (value, visitor) => {
17
- if (value.AudioEvent !== undefined)
18
- return visitor.AudioEvent(value.AudioEvent);
19
- if (value.ConfigurationEvent !== undefined)
20
- return visitor.ConfigurationEvent(value.ConfigurationEvent);
21
- return visitor._(value.$unknown[0], value.$unknown[1]);
22
- };
23
- })(AudioStream || (AudioStream = {}));
24
14
  export class BadRequestException extends __BaseException {
25
15
  name = "BadRequestException";
26
16
  $fault = "client";
@@ -108,26 +98,6 @@ export const Sentiment = {
108
98
  NEUTRAL: "NEUTRAL",
109
99
  POSITIVE: "POSITIVE",
110
100
  };
111
- export var CallAnalyticsTranscriptResultStream;
112
- (function (CallAnalyticsTranscriptResultStream) {
113
- CallAnalyticsTranscriptResultStream.visit = (value, visitor) => {
114
- if (value.UtteranceEvent !== undefined)
115
- return visitor.UtteranceEvent(value.UtteranceEvent);
116
- if (value.CategoryEvent !== undefined)
117
- return visitor.CategoryEvent(value.CategoryEvent);
118
- if (value.BadRequestException !== undefined)
119
- return visitor.BadRequestException(value.BadRequestException);
120
- if (value.LimitExceededException !== undefined)
121
- return visitor.LimitExceededException(value.LimitExceededException);
122
- if (value.InternalFailureException !== undefined)
123
- return visitor.InternalFailureException(value.InternalFailureException);
124
- if (value.ConflictException !== undefined)
125
- return visitor.ConflictException(value.ConflictException);
126
- if (value.ServiceUnavailableException !== undefined)
127
- return visitor.ServiceUnavailableException(value.ServiceUnavailableException);
128
- return visitor._(value.$unknown[0], value.$unknown[1]);
129
- };
130
- })(CallAnalyticsTranscriptResultStream || (CallAnalyticsTranscriptResultStream = {}));
131
101
  export const ClinicalNoteGenerationStatus = {
132
102
  COMPLETED: "COMPLETED",
133
103
  FAILED: "FAILED",
@@ -257,58 +227,10 @@ export const Pronouns = {
257
227
  export const MedicalScribeSessionControlEventType = {
258
228
  END_OF_SESSION: "END_OF_SESSION",
259
229
  };
260
- export var MedicalScribeInputStream;
261
- (function (MedicalScribeInputStream) {
262
- MedicalScribeInputStream.visit = (value, visitor) => {
263
- if (value.AudioEvent !== undefined)
264
- return visitor.AudioEvent(value.AudioEvent);
265
- if (value.SessionControlEvent !== undefined)
266
- return visitor.SessionControlEvent(value.SessionControlEvent);
267
- if (value.ConfigurationEvent !== undefined)
268
- return visitor.ConfigurationEvent(value.ConfigurationEvent);
269
- return visitor._(value.$unknown[0], value.$unknown[1]);
270
- };
271
- })(MedicalScribeInputStream || (MedicalScribeInputStream = {}));
272
230
  export const MedicalScribeTranscriptItemType = {
273
231
  PRONUNCIATION: "pronunciation",
274
232
  PUNCTUATION: "punctuation",
275
233
  };
276
- export var MedicalScribeResultStream;
277
- (function (MedicalScribeResultStream) {
278
- MedicalScribeResultStream.visit = (value, visitor) => {
279
- if (value.TranscriptEvent !== undefined)
280
- return visitor.TranscriptEvent(value.TranscriptEvent);
281
- if (value.BadRequestException !== undefined)
282
- return visitor.BadRequestException(value.BadRequestException);
283
- if (value.LimitExceededException !== undefined)
284
- return visitor.LimitExceededException(value.LimitExceededException);
285
- if (value.InternalFailureException !== undefined)
286
- return visitor.InternalFailureException(value.InternalFailureException);
287
- if (value.ConflictException !== undefined)
288
- return visitor.ConflictException(value.ConflictException);
289
- if (value.ServiceUnavailableException !== undefined)
290
- return visitor.ServiceUnavailableException(value.ServiceUnavailableException);
291
- return visitor._(value.$unknown[0], value.$unknown[1]);
292
- };
293
- })(MedicalScribeResultStream || (MedicalScribeResultStream = {}));
294
- export var MedicalTranscriptResultStream;
295
- (function (MedicalTranscriptResultStream) {
296
- MedicalTranscriptResultStream.visit = (value, visitor) => {
297
- if (value.TranscriptEvent !== undefined)
298
- return visitor.TranscriptEvent(value.TranscriptEvent);
299
- if (value.BadRequestException !== undefined)
300
- return visitor.BadRequestException(value.BadRequestException);
301
- if (value.LimitExceededException !== undefined)
302
- return visitor.LimitExceededException(value.LimitExceededException);
303
- if (value.InternalFailureException !== undefined)
304
- return visitor.InternalFailureException(value.InternalFailureException);
305
- if (value.ConflictException !== undefined)
306
- return visitor.ConflictException(value.ConflictException);
307
- if (value.ServiceUnavailableException !== undefined)
308
- return visitor.ServiceUnavailableException(value.ServiceUnavailableException);
309
- return visitor._(value.$unknown[0], value.$unknown[1]);
310
- };
311
- })(MedicalTranscriptResultStream || (MedicalTranscriptResultStream = {}));
312
234
  export const PartialResultsStability = {
313
235
  HIGH: "high",
314
236
  LOW: "low",
@@ -331,21 +253,3 @@ export const Type = {
331
253
  CONVERSATION: "CONVERSATION",
332
254
  DICTATION: "DICTATION",
333
255
  };
334
- export var TranscriptResultStream;
335
- (function (TranscriptResultStream) {
336
- TranscriptResultStream.visit = (value, visitor) => {
337
- if (value.TranscriptEvent !== undefined)
338
- return visitor.TranscriptEvent(value.TranscriptEvent);
339
- if (value.BadRequestException !== undefined)
340
- return visitor.BadRequestException(value.BadRequestException);
341
- if (value.LimitExceededException !== undefined)
342
- return visitor.LimitExceededException(value.LimitExceededException);
343
- if (value.InternalFailureException !== undefined)
344
- return visitor.InternalFailureException(value.InternalFailureException);
345
- if (value.ConflictException !== undefined)
346
- return visitor.ConflictException(value.ConflictException);
347
- if (value.ServiceUnavailableException !== undefined)
348
- return visitor.ServiceUnavailableException(value.ServiceUnavailableException);
349
- return visitor._(value.$unknown[0], value.$unknown[1]);
350
- };
351
- })(TranscriptResultStream || (TranscriptResultStream = {}));
@@ -362,12 +362,15 @@ export declare namespace AudioStream {
362
362
  ConfigurationEvent?: never;
363
363
  $unknown: [string, any];
364
364
  }
365
+ /**
366
+ * @deprecated unused in schema-serde mode.
367
+ *
368
+ */
365
369
  interface Visitor<T> {
366
370
  AudioEvent: (value: AudioEvent) => T;
367
371
  ConfigurationEvent: (value: ConfigurationEvent) => T;
368
372
  _: (name: string, value: any) => T;
369
373
  }
370
- const visit: <T>(value: AudioStream, visitor: Visitor<T>) => T;
371
374
  }
372
375
  /**
373
376
  * <p>One or more arguments to the <code>StartStreamTranscription</code>,
@@ -858,6 +861,10 @@ export declare namespace CallAnalyticsTranscriptResultStream {
858
861
  ServiceUnavailableException?: never;
859
862
  $unknown: [string, any];
860
863
  }
864
+ /**
865
+ * @deprecated unused in schema-serde mode.
866
+ *
867
+ */
861
868
  interface Visitor<T> {
862
869
  UtteranceEvent: (value: UtteranceEvent) => T;
863
870
  CategoryEvent: (value: CategoryEvent) => T;
@@ -868,7 +875,6 @@ export declare namespace CallAnalyticsTranscriptResultStream {
868
875
  ServiceUnavailableException: (value: ServiceUnavailableException) => T;
869
876
  _: (name: string, value: any) => T;
870
877
  }
871
- const visit: <T>(value: CallAnalyticsTranscriptResultStream, visitor: Visitor<T>) => T;
872
878
  }
873
879
  /**
874
880
  * @public
@@ -1844,13 +1850,16 @@ export declare namespace MedicalScribeInputStream {
1844
1850
  ConfigurationEvent?: never;
1845
1851
  $unknown: [string, any];
1846
1852
  }
1853
+ /**
1854
+ * @deprecated unused in schema-serde mode.
1855
+ *
1856
+ */
1847
1857
  interface Visitor<T> {
1848
1858
  AudioEvent: (value: MedicalScribeAudioEvent) => T;
1849
1859
  SessionControlEvent: (value: MedicalScribeSessionControlEvent) => T;
1850
1860
  ConfigurationEvent: (value: MedicalScribeConfigurationEvent) => T;
1851
1861
  _: (name: string, value: any) => T;
1852
1862
  }
1853
- const visit: <T>(value: MedicalScribeInputStream, visitor: Visitor<T>) => T;
1854
1863
  }
1855
1864
  /**
1856
1865
  * @public
@@ -2079,6 +2088,10 @@ export declare namespace MedicalScribeResultStream {
2079
2088
  ServiceUnavailableException?: never;
2080
2089
  $unknown: [string, any];
2081
2090
  }
2091
+ /**
2092
+ * @deprecated unused in schema-serde mode.
2093
+ *
2094
+ */
2082
2095
  interface Visitor<T> {
2083
2096
  TranscriptEvent: (value: MedicalScribeTranscriptEvent) => T;
2084
2097
  BadRequestException: (value: BadRequestException) => T;
@@ -2088,7 +2101,6 @@ export declare namespace MedicalScribeResultStream {
2088
2101
  ServiceUnavailableException: (value: ServiceUnavailableException) => T;
2089
2102
  _: (name: string, value: any) => T;
2090
2103
  }
2091
- const visit: <T>(value: MedicalScribeResultStream, visitor: Visitor<T>) => T;
2092
2104
  }
2093
2105
  /**
2094
2106
  * <p>The <code>MedicalTranscript</code> associated with a
@@ -2235,6 +2247,10 @@ export declare namespace MedicalTranscriptResultStream {
2235
2247
  ServiceUnavailableException?: never;
2236
2248
  $unknown: [string, any];
2237
2249
  }
2250
+ /**
2251
+ * @deprecated unused in schema-serde mode.
2252
+ *
2253
+ */
2238
2254
  interface Visitor<T> {
2239
2255
  TranscriptEvent: (value: MedicalTranscriptEvent) => T;
2240
2256
  BadRequestException: (value: BadRequestException) => T;
@@ -2244,7 +2260,6 @@ export declare namespace MedicalTranscriptResultStream {
2244
2260
  ServiceUnavailableException: (value: ServiceUnavailableException) => T;
2245
2261
  _: (name: string, value: any) => T;
2246
2262
  }
2247
- const visit: <T>(value: MedicalTranscriptResultStream, visitor: Visitor<T>) => T;
2248
2263
  }
2249
2264
  /**
2250
2265
  * @public
@@ -3372,6 +3387,10 @@ export declare namespace TranscriptResultStream {
3372
3387
  ServiceUnavailableException?: never;
3373
3388
  $unknown: [string, any];
3374
3389
  }
3390
+ /**
3391
+ * @deprecated unused in schema-serde mode.
3392
+ *
3393
+ */
3375
3394
  interface Visitor<T> {
3376
3395
  TranscriptEvent: (value: TranscriptEvent) => T;
3377
3396
  BadRequestException: (value: BadRequestException) => T;
@@ -3381,7 +3400,6 @@ export declare namespace TranscriptResultStream {
3381
3400
  ServiceUnavailableException: (value: ServiceUnavailableException) => T;
3382
3401
  _: (name: string, value: any) => T;
3383
3402
  }
3384
- const visit: <T>(value: TranscriptResultStream, visitor: Visitor<T>) => T;
3385
3403
  }
3386
3404
  /**
3387
3405
  * @public
@@ -82,7 +82,6 @@ export declare namespace AudioStream {
82
82
  ConfigurationEvent: (value: ConfigurationEvent) => T;
83
83
  _: (name: string, value: any) => T;
84
84
  }
85
- const visit: <T>(value: AudioStream, visitor: Visitor<T>) => T;
86
85
  }
87
86
  export declare class BadRequestException extends __BaseException {
88
87
  readonly name: "BadRequestException";
@@ -295,10 +294,6 @@ export declare namespace CallAnalyticsTranscriptResultStream {
295
294
  ServiceUnavailableException: (value: ServiceUnavailableException) => T;
296
295
  _: (name: string, value: any) => T;
297
296
  }
298
- const visit: <T>(
299
- value: CallAnalyticsTranscriptResultStream,
300
- visitor: Visitor<T>
301
- ) => T;
302
297
  }
303
298
  export declare const ClinicalNoteGenerationStatus: {
304
299
  readonly COMPLETED: "COMPLETED";
@@ -592,7 +587,6 @@ export declare namespace MedicalScribeInputStream {
592
587
  ConfigurationEvent: (value: MedicalScribeConfigurationEvent) => T;
593
588
  _: (name: string, value: any) => T;
594
589
  }
595
- const visit: <T>(value: MedicalScribeInputStream, visitor: Visitor<T>) => T;
596
590
  }
597
591
  export declare const MedicalScribeTranscriptItemType: {
598
592
  readonly PRONUNCIATION: "pronunciation";
@@ -701,7 +695,6 @@ export declare namespace MedicalScribeResultStream {
701
695
  ServiceUnavailableException: (value: ServiceUnavailableException) => T;
702
696
  _: (name: string, value: any) => T;
703
697
  }
704
- const visit: <T>(value: MedicalScribeResultStream, visitor: Visitor<T>) => T;
705
698
  }
706
699
  export interface MedicalTranscript {
707
700
  Results?: MedicalResult[] | undefined;
@@ -790,10 +783,6 @@ export declare namespace MedicalTranscriptResultStream {
790
783
  ServiceUnavailableException: (value: ServiceUnavailableException) => T;
791
784
  _: (name: string, value: any) => T;
792
785
  }
793
- const visit: <T>(
794
- value: MedicalTranscriptResultStream,
795
- visitor: Visitor<T>
796
- ) => T;
797
786
  }
798
787
  export declare const PartialResultsStability: {
799
788
  readonly HIGH: "high";
@@ -1036,7 +1025,6 @@ export declare namespace TranscriptResultStream {
1036
1025
  ServiceUnavailableException: (value: ServiceUnavailableException) => T;
1037
1026
  _: (name: string, value: any) => T;
1038
1027
  }
1039
- const visit: <T>(value: TranscriptResultStream, visitor: Visitor<T>) => T;
1040
1028
  }
1041
1029
  export interface StartStreamTranscriptionResponse {
1042
1030
  RequestId?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-transcribe-streaming",
3
3
  "description": "AWS SDK for JavaScript Transcribe Streaming Client for Node.js, Browser and React Native",
4
- "version": "3.929.0",
4
+ "version": "3.930.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-transcribe-streaming",
@@ -22,48 +22,48 @@
22
22
  "dependencies": {
23
23
  "@aws-crypto/sha256-browser": "5.2.0",
24
24
  "@aws-crypto/sha256-js": "5.2.0",
25
- "@aws-sdk/core": "3.928.0",
26
- "@aws-sdk/credential-provider-node": "3.929.0",
27
- "@aws-sdk/eventstream-handler-node": "3.922.0",
28
- "@aws-sdk/middleware-eventstream": "3.922.0",
29
- "@aws-sdk/middleware-host-header": "3.922.0",
30
- "@aws-sdk/middleware-logger": "3.922.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.922.0",
32
- "@aws-sdk/middleware-sdk-transcribe-streaming": "3.922.0",
33
- "@aws-sdk/middleware-user-agent": "3.928.0",
34
- "@aws-sdk/middleware-websocket": "3.922.0",
35
- "@aws-sdk/region-config-resolver": "3.925.0",
36
- "@aws-sdk/types": "3.922.0",
37
- "@aws-sdk/util-endpoints": "3.922.0",
38
- "@aws-sdk/util-user-agent-browser": "3.922.0",
39
- "@aws-sdk/util-user-agent-node": "3.928.0",
40
- "@smithy/config-resolver": "^4.4.2",
41
- "@smithy/core": "^3.17.2",
42
- "@smithy/eventstream-serde-browser": "^4.2.4",
43
- "@smithy/eventstream-serde-config-resolver": "^4.3.4",
44
- "@smithy/eventstream-serde-node": "^4.2.4",
45
- "@smithy/fetch-http-handler": "^5.3.5",
46
- "@smithy/hash-node": "^4.2.4",
47
- "@smithy/invalid-dependency": "^4.2.4",
48
- "@smithy/middleware-content-length": "^4.2.4",
49
- "@smithy/middleware-endpoint": "^4.3.6",
50
- "@smithy/middleware-retry": "^4.4.6",
51
- "@smithy/middleware-serde": "^4.2.4",
52
- "@smithy/middleware-stack": "^4.2.4",
53
- "@smithy/node-config-provider": "^4.3.4",
54
- "@smithy/node-http-handler": "^4.4.4",
55
- "@smithy/protocol-http": "^5.3.4",
56
- "@smithy/smithy-client": "^4.9.2",
57
- "@smithy/types": "^4.8.1",
58
- "@smithy/url-parser": "^4.2.4",
25
+ "@aws-sdk/core": "3.930.0",
26
+ "@aws-sdk/credential-provider-node": "3.930.0",
27
+ "@aws-sdk/eventstream-handler-node": "3.930.0",
28
+ "@aws-sdk/middleware-eventstream": "3.930.0",
29
+ "@aws-sdk/middleware-host-header": "3.930.0",
30
+ "@aws-sdk/middleware-logger": "3.930.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.930.0",
32
+ "@aws-sdk/middleware-sdk-transcribe-streaming": "3.930.0",
33
+ "@aws-sdk/middleware-user-agent": "3.930.0",
34
+ "@aws-sdk/middleware-websocket": "3.930.0",
35
+ "@aws-sdk/region-config-resolver": "3.930.0",
36
+ "@aws-sdk/types": "3.930.0",
37
+ "@aws-sdk/util-endpoints": "3.930.0",
38
+ "@aws-sdk/util-user-agent-browser": "3.930.0",
39
+ "@aws-sdk/util-user-agent-node": "3.930.0",
40
+ "@smithy/config-resolver": "^4.4.3",
41
+ "@smithy/core": "^3.18.2",
42
+ "@smithy/eventstream-serde-browser": "^4.2.5",
43
+ "@smithy/eventstream-serde-config-resolver": "^4.3.5",
44
+ "@smithy/eventstream-serde-node": "^4.2.5",
45
+ "@smithy/fetch-http-handler": "^5.3.6",
46
+ "@smithy/hash-node": "^4.2.5",
47
+ "@smithy/invalid-dependency": "^4.2.5",
48
+ "@smithy/middleware-content-length": "^4.2.5",
49
+ "@smithy/middleware-endpoint": "^4.3.9",
50
+ "@smithy/middleware-retry": "^4.4.9",
51
+ "@smithy/middleware-serde": "^4.2.5",
52
+ "@smithy/middleware-stack": "^4.2.5",
53
+ "@smithy/node-config-provider": "^4.3.5",
54
+ "@smithy/node-http-handler": "^4.4.5",
55
+ "@smithy/protocol-http": "^5.3.5",
56
+ "@smithy/smithy-client": "^4.9.5",
57
+ "@smithy/types": "^4.9.0",
58
+ "@smithy/url-parser": "^4.2.5",
59
59
  "@smithy/util-base64": "^4.3.0",
60
60
  "@smithy/util-body-length-browser": "^4.2.0",
61
61
  "@smithy/util-body-length-node": "^4.2.1",
62
- "@smithy/util-defaults-mode-browser": "^4.3.5",
63
- "@smithy/util-defaults-mode-node": "^4.2.8",
64
- "@smithy/util-endpoints": "^3.2.4",
65
- "@smithy/util-middleware": "^4.2.4",
66
- "@smithy/util-retry": "^4.2.4",
62
+ "@smithy/util-defaults-mode-browser": "^4.3.8",
63
+ "@smithy/util-defaults-mode-node": "^4.2.11",
64
+ "@smithy/util-endpoints": "^3.2.5",
65
+ "@smithy/util-middleware": "^4.2.5",
66
+ "@smithy/util-retry": "^4.2.5",
67
67
  "@smithy/util-utf8": "^4.2.0",
68
68
  "tslib": "^2.6.2"
69
69
  },