@aws-sdk/client-transcribe-streaming 3.928.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.
Files changed (29) hide show
  1. package/dist-cjs/index.js +1514 -1228
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/TranscribeStreamingClient.js +2 -0
  4. package/dist-es/commands/GetMedicalScribeStreamCommand.js +3 -9
  5. package/dist-es/commands/StartCallAnalyticsStreamTranscriptionCommand.js +2 -7
  6. package/dist-es/commands/StartMedicalScribeStreamCommand.js +2 -7
  7. package/dist-es/commands/StartMedicalStreamTranscriptionCommand.js +2 -7
  8. package/dist-es/commands/StartStreamTranscriptionCommand.js +2 -7
  9. package/dist-es/models/models_0.js +0 -227
  10. package/dist-es/runtimeConfig.shared.js +2 -0
  11. package/dist-es/schemas/schemas_0.js +1534 -0
  12. package/dist-types/TranscribeStreamingClient.d.ts +10 -1
  13. package/dist-types/models/models_0.d.ts +24 -74
  14. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  15. package/dist-types/runtimeConfig.d.ts +1 -0
  16. package/dist-types/runtimeConfig.native.d.ts +1 -0
  17. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  18. package/dist-types/schemas/schemas_0.d.ts +92 -0
  19. package/dist-types/ts3.4/TranscribeStreamingClient.d.ts +4 -0
  20. package/dist-types/ts3.4/models/models_0.d.ts +0 -61
  21. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  22. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  23. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  24. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  25. package/dist-types/ts3.4/schemas/schemas_0.d.ts +99 -0
  26. package/package.json +40 -40
  27. package/dist-es/protocols/Aws_restJson1.js +0 -988
  28. package/dist-types/protocols/Aws_restJson1.d.ts +0 -47
  29. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -68
@@ -1,47 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { EventStreamSerdeContext as __EventStreamSerdeContext, SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { GetMedicalScribeStreamCommandInput, GetMedicalScribeStreamCommandOutput } from "../commands/GetMedicalScribeStreamCommand";
4
- import { StartCallAnalyticsStreamTranscriptionCommandInput, StartCallAnalyticsStreamTranscriptionCommandOutput } from "../commands/StartCallAnalyticsStreamTranscriptionCommand";
5
- import { StartMedicalScribeStreamCommandInput, StartMedicalScribeStreamCommandOutput } from "../commands/StartMedicalScribeStreamCommand";
6
- import { StartMedicalStreamTranscriptionCommandInput, StartMedicalStreamTranscriptionCommandOutput } from "../commands/StartMedicalStreamTranscriptionCommand";
7
- import { StartStreamTranscriptionCommandInput, StartStreamTranscriptionCommandOutput } from "../commands/StartStreamTranscriptionCommand";
8
- /**
9
- * serializeAws_restJson1GetMedicalScribeStreamCommand
10
- */
11
- export declare const se_GetMedicalScribeStreamCommand: (input: GetMedicalScribeStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
12
- /**
13
- * serializeAws_restJson1StartCallAnalyticsStreamTranscriptionCommand
14
- */
15
- export declare const se_StartCallAnalyticsStreamTranscriptionCommand: (input: StartCallAnalyticsStreamTranscriptionCommandInput, context: __SerdeContext & __EventStreamSerdeContext) => Promise<__HttpRequest>;
16
- /**
17
- * serializeAws_restJson1StartMedicalScribeStreamCommand
18
- */
19
- export declare const se_StartMedicalScribeStreamCommand: (input: StartMedicalScribeStreamCommandInput, context: __SerdeContext & __EventStreamSerdeContext) => Promise<__HttpRequest>;
20
- /**
21
- * serializeAws_restJson1StartMedicalStreamTranscriptionCommand
22
- */
23
- export declare const se_StartMedicalStreamTranscriptionCommand: (input: StartMedicalStreamTranscriptionCommandInput, context: __SerdeContext & __EventStreamSerdeContext) => Promise<__HttpRequest>;
24
- /**
25
- * serializeAws_restJson1StartStreamTranscriptionCommand
26
- */
27
- export declare const se_StartStreamTranscriptionCommand: (input: StartStreamTranscriptionCommandInput, context: __SerdeContext & __EventStreamSerdeContext) => Promise<__HttpRequest>;
28
- /**
29
- * deserializeAws_restJson1GetMedicalScribeStreamCommand
30
- */
31
- export declare const de_GetMedicalScribeStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMedicalScribeStreamCommandOutput>;
32
- /**
33
- * deserializeAws_restJson1StartCallAnalyticsStreamTranscriptionCommand
34
- */
35
- export declare const de_StartCallAnalyticsStreamTranscriptionCommand: (output: __HttpResponse, context: __SerdeContext & __EventStreamSerdeContext) => Promise<StartCallAnalyticsStreamTranscriptionCommandOutput>;
36
- /**
37
- * deserializeAws_restJson1StartMedicalScribeStreamCommand
38
- */
39
- export declare const de_StartMedicalScribeStreamCommand: (output: __HttpResponse, context: __SerdeContext & __EventStreamSerdeContext) => Promise<StartMedicalScribeStreamCommandOutput>;
40
- /**
41
- * deserializeAws_restJson1StartMedicalStreamTranscriptionCommand
42
- */
43
- export declare const de_StartMedicalStreamTranscriptionCommand: (output: __HttpResponse, context: __SerdeContext & __EventStreamSerdeContext) => Promise<StartMedicalStreamTranscriptionCommandOutput>;
44
- /**
45
- * deserializeAws_restJson1StartStreamTranscriptionCommand
46
- */
47
- export declare const de_StartStreamTranscriptionCommand: (output: __HttpResponse, context: __SerdeContext & __EventStreamSerdeContext) => Promise<StartStreamTranscriptionCommandOutput>;
@@ -1,68 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import {
6
- EventStreamSerdeContext as __EventStreamSerdeContext,
7
- SerdeContext as __SerdeContext,
8
- } from "@smithy/types";
9
- import {
10
- GetMedicalScribeStreamCommandInput,
11
- GetMedicalScribeStreamCommandOutput,
12
- } from "../commands/GetMedicalScribeStreamCommand";
13
- import {
14
- StartCallAnalyticsStreamTranscriptionCommandInput,
15
- StartCallAnalyticsStreamTranscriptionCommandOutput,
16
- } from "../commands/StartCallAnalyticsStreamTranscriptionCommand";
17
- import {
18
- StartMedicalScribeStreamCommandInput,
19
- StartMedicalScribeStreamCommandOutput,
20
- } from "../commands/StartMedicalScribeStreamCommand";
21
- import {
22
- StartMedicalStreamTranscriptionCommandInput,
23
- StartMedicalStreamTranscriptionCommandOutput,
24
- } from "../commands/StartMedicalStreamTranscriptionCommand";
25
- import {
26
- StartStreamTranscriptionCommandInput,
27
- StartStreamTranscriptionCommandOutput,
28
- } from "../commands/StartStreamTranscriptionCommand";
29
- export declare const se_GetMedicalScribeStreamCommand: (
30
- input: GetMedicalScribeStreamCommandInput,
31
- context: __SerdeContext
32
- ) => Promise<__HttpRequest>;
33
- export declare const se_StartCallAnalyticsStreamTranscriptionCommand: (
34
- input: StartCallAnalyticsStreamTranscriptionCommandInput,
35
- context: __SerdeContext & __EventStreamSerdeContext
36
- ) => Promise<__HttpRequest>;
37
- export declare const se_StartMedicalScribeStreamCommand: (
38
- input: StartMedicalScribeStreamCommandInput,
39
- context: __SerdeContext & __EventStreamSerdeContext
40
- ) => Promise<__HttpRequest>;
41
- export declare const se_StartMedicalStreamTranscriptionCommand: (
42
- input: StartMedicalStreamTranscriptionCommandInput,
43
- context: __SerdeContext & __EventStreamSerdeContext
44
- ) => Promise<__HttpRequest>;
45
- export declare const se_StartStreamTranscriptionCommand: (
46
- input: StartStreamTranscriptionCommandInput,
47
- context: __SerdeContext & __EventStreamSerdeContext
48
- ) => Promise<__HttpRequest>;
49
- export declare const de_GetMedicalScribeStreamCommand: (
50
- output: __HttpResponse,
51
- context: __SerdeContext
52
- ) => Promise<GetMedicalScribeStreamCommandOutput>;
53
- export declare const de_StartCallAnalyticsStreamTranscriptionCommand: (
54
- output: __HttpResponse,
55
- context: __SerdeContext & __EventStreamSerdeContext
56
- ) => Promise<StartCallAnalyticsStreamTranscriptionCommandOutput>;
57
- export declare const de_StartMedicalScribeStreamCommand: (
58
- output: __HttpResponse,
59
- context: __SerdeContext & __EventStreamSerdeContext
60
- ) => Promise<StartMedicalScribeStreamCommandOutput>;
61
- export declare const de_StartMedicalStreamTranscriptionCommand: (
62
- output: __HttpResponse,
63
- context: __SerdeContext & __EventStreamSerdeContext
64
- ) => Promise<StartMedicalStreamTranscriptionCommandOutput>;
65
- export declare const de_StartStreamTranscriptionCommand: (
66
- output: __HttpResponse,
67
- context: __SerdeContext & __EventStreamSerdeContext
68
- ) => Promise<StartStreamTranscriptionCommandOutput>;