@aws-sdk/client-transcribe-streaming 3.288.0 → 3.290.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.
@@ -50,6 +50,27 @@ export interface StartCallAnalyticsStreamTranscriptionCommandOutput extends Star
50
50
  * @see {@link StartCallAnalyticsStreamTranscriptionCommandOutput} for command's `response` shape.
51
51
  * @see {@link TranscribeStreamingClientResolvedConfig | config} for TranscribeStreamingClient's `config` shape.
52
52
  *
53
+ * @throws {@link BadRequestException} (client fault)
54
+ * <p>One or more arguments to the <code>StartStreamTranscription</code>,
55
+ * <code>StartMedicalStreamTranscription</code>, or <code>StartCallAnalyticsStreamTranscription</code>
56
+ * operation was not valid. For example, <code>MediaEncoding</code> or <code>LanguageCode</code>
57
+ * used not valid values. Check the specified parameters and try your request again.</p>
58
+ *
59
+ * @throws {@link ConflictException} (client fault)
60
+ * <p>A new stream started with the same session ID. The current stream has been terminated.</p>
61
+ *
62
+ * @throws {@link InternalFailureException} (server fault)
63
+ * <p>A problem occurred while processing the audio. Amazon Transcribe terminated
64
+ * processing.</p>
65
+ *
66
+ * @throws {@link LimitExceededException} (client fault)
67
+ * <p>Your client has exceeded one of the Amazon Transcribe limits. This is typically the audio length
68
+ * limit. Break your audio stream into smaller chunks and try your request again.</p>
69
+ *
70
+ * @throws {@link ServiceUnavailableException} (server fault)
71
+ * <p>The service is currently unavailable. Try your request later.</p>
72
+ *
73
+ *
53
74
  */
54
75
  export declare class StartCallAnalyticsStreamTranscriptionCommand extends $Command<StartCallAnalyticsStreamTranscriptionCommandInput, StartCallAnalyticsStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig> {
55
76
  readonly input: StartCallAnalyticsStreamTranscriptionCommandInput;
@@ -52,6 +52,27 @@ export interface StartMedicalStreamTranscriptionCommandOutput extends StartMedic
52
52
  * @see {@link StartMedicalStreamTranscriptionCommandOutput} for command's `response` shape.
53
53
  * @see {@link TranscribeStreamingClientResolvedConfig | config} for TranscribeStreamingClient's `config` shape.
54
54
  *
55
+ * @throws {@link BadRequestException} (client fault)
56
+ * <p>One or more arguments to the <code>StartStreamTranscription</code>,
57
+ * <code>StartMedicalStreamTranscription</code>, or <code>StartCallAnalyticsStreamTranscription</code>
58
+ * operation was not valid. For example, <code>MediaEncoding</code> or <code>LanguageCode</code>
59
+ * used not valid values. Check the specified parameters and try your request again.</p>
60
+ *
61
+ * @throws {@link ConflictException} (client fault)
62
+ * <p>A new stream started with the same session ID. The current stream has been terminated.</p>
63
+ *
64
+ * @throws {@link InternalFailureException} (server fault)
65
+ * <p>A problem occurred while processing the audio. Amazon Transcribe terminated
66
+ * processing.</p>
67
+ *
68
+ * @throws {@link LimitExceededException} (client fault)
69
+ * <p>Your client has exceeded one of the Amazon Transcribe limits. This is typically the audio length
70
+ * limit. Break your audio stream into smaller chunks and try your request again.</p>
71
+ *
72
+ * @throws {@link ServiceUnavailableException} (server fault)
73
+ * <p>The service is currently unavailable. Try your request later.</p>
74
+ *
75
+ *
55
76
  */
56
77
  export declare class StartMedicalStreamTranscriptionCommand extends $Command<StartMedicalStreamTranscriptionCommandInput, StartMedicalStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig> {
57
78
  readonly input: StartMedicalStreamTranscriptionCommandInput;
@@ -49,6 +49,27 @@ export interface StartStreamTranscriptionCommandOutput extends StartStreamTransc
49
49
  * @see {@link StartStreamTranscriptionCommandOutput} for command's `response` shape.
50
50
  * @see {@link TranscribeStreamingClientResolvedConfig | config} for TranscribeStreamingClient's `config` shape.
51
51
  *
52
+ * @throws {@link BadRequestException} (client fault)
53
+ * <p>One or more arguments to the <code>StartStreamTranscription</code>,
54
+ * <code>StartMedicalStreamTranscription</code>, or <code>StartCallAnalyticsStreamTranscription</code>
55
+ * operation was not valid. For example, <code>MediaEncoding</code> or <code>LanguageCode</code>
56
+ * used not valid values. Check the specified parameters and try your request again.</p>
57
+ *
58
+ * @throws {@link ConflictException} (client fault)
59
+ * <p>A new stream started with the same session ID. The current stream has been terminated.</p>
60
+ *
61
+ * @throws {@link InternalFailureException} (server fault)
62
+ * <p>A problem occurred while processing the audio. Amazon Transcribe terminated
63
+ * processing.</p>
64
+ *
65
+ * @throws {@link LimitExceededException} (client fault)
66
+ * <p>Your client has exceeded one of the Amazon Transcribe limits. This is typically the audio length
67
+ * limit. Break your audio stream into smaller chunks and try your request again.</p>
68
+ *
69
+ * @throws {@link ServiceUnavailableException} (server fault)
70
+ * <p>The service is currently unavailable. Try your request later.</p>
71
+ *
72
+ *
52
73
  */
53
74
  export declare class StartStreamTranscriptionCommand extends $Command<StartStreamTranscriptionCommandInput, StartStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig> {
54
75
  readonly input: StartStreamTranscriptionCommandInput;
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.288.0",
4
+ "version": "3.290.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,43 +21,43 @@
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.288.0",
25
- "@aws-sdk/config-resolver": "3.287.0",
26
- "@aws-sdk/credential-provider-node": "3.288.0",
27
- "@aws-sdk/eventstream-handler-node": "3.272.0",
28
- "@aws-sdk/eventstream-serde-browser": "3.272.0",
29
- "@aws-sdk/eventstream-serde-config-resolver": "3.272.0",
30
- "@aws-sdk/eventstream-serde-node": "3.272.0",
31
- "@aws-sdk/fetch-http-handler": "3.282.0",
32
- "@aws-sdk/hash-node": "3.272.0",
33
- "@aws-sdk/invalid-dependency": "3.272.0",
34
- "@aws-sdk/middleware-content-length": "3.282.0",
35
- "@aws-sdk/middleware-endpoint": "3.282.0",
36
- "@aws-sdk/middleware-eventstream": "3.282.0",
37
- "@aws-sdk/middleware-host-header": "3.282.0",
38
- "@aws-sdk/middleware-logger": "3.288.0",
39
- "@aws-sdk/middleware-recursion-detection": "3.282.0",
40
- "@aws-sdk/middleware-retry": "3.287.0",
41
- "@aws-sdk/middleware-sdk-transcribe-streaming": "3.282.0",
42
- "@aws-sdk/middleware-serde": "3.272.0",
43
- "@aws-sdk/middleware-signing": "3.282.0",
44
- "@aws-sdk/middleware-stack": "3.272.0",
45
- "@aws-sdk/middleware-user-agent": "3.282.0",
46
- "@aws-sdk/node-config-provider": "3.287.0",
47
- "@aws-sdk/node-http-handler": "3.282.0",
48
- "@aws-sdk/protocol-http": "3.282.0",
49
- "@aws-sdk/smithy-client": "3.279.0",
50
- "@aws-sdk/types": "3.272.0",
51
- "@aws-sdk/url-parser": "3.272.0",
24
+ "@aws-sdk/client-sts": "3.290.0",
25
+ "@aws-sdk/config-resolver": "3.290.0",
26
+ "@aws-sdk/credential-provider-node": "3.290.0",
27
+ "@aws-sdk/eventstream-handler-node": "3.290.0",
28
+ "@aws-sdk/eventstream-serde-browser": "3.290.0",
29
+ "@aws-sdk/eventstream-serde-config-resolver": "3.290.0",
30
+ "@aws-sdk/eventstream-serde-node": "3.290.0",
31
+ "@aws-sdk/fetch-http-handler": "3.290.0",
32
+ "@aws-sdk/hash-node": "3.290.0",
33
+ "@aws-sdk/invalid-dependency": "3.290.0",
34
+ "@aws-sdk/middleware-content-length": "3.290.0",
35
+ "@aws-sdk/middleware-endpoint": "3.290.0",
36
+ "@aws-sdk/middleware-eventstream": "3.290.0",
37
+ "@aws-sdk/middleware-host-header": "3.290.0",
38
+ "@aws-sdk/middleware-logger": "3.290.0",
39
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
40
+ "@aws-sdk/middleware-retry": "3.290.0",
41
+ "@aws-sdk/middleware-sdk-transcribe-streaming": "3.290.0",
42
+ "@aws-sdk/middleware-serde": "3.290.0",
43
+ "@aws-sdk/middleware-signing": "3.290.0",
44
+ "@aws-sdk/middleware-stack": "3.290.0",
45
+ "@aws-sdk/middleware-user-agent": "3.290.0",
46
+ "@aws-sdk/node-config-provider": "3.290.0",
47
+ "@aws-sdk/node-http-handler": "3.290.0",
48
+ "@aws-sdk/protocol-http": "3.290.0",
49
+ "@aws-sdk/smithy-client": "3.290.0",
50
+ "@aws-sdk/types": "3.290.0",
51
+ "@aws-sdk/url-parser": "3.290.0",
52
52
  "@aws-sdk/util-base64": "3.208.0",
53
53
  "@aws-sdk/util-body-length-browser": "3.188.0",
54
54
  "@aws-sdk/util-body-length-node": "3.208.0",
55
- "@aws-sdk/util-defaults-mode-browser": "3.279.0",
56
- "@aws-sdk/util-defaults-mode-node": "3.287.0",
57
- "@aws-sdk/util-endpoints": "3.272.0",
58
- "@aws-sdk/util-retry": "3.272.0",
59
- "@aws-sdk/util-user-agent-browser": "3.282.0",
60
- "@aws-sdk/util-user-agent-node": "3.287.0",
55
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
56
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
57
+ "@aws-sdk/util-endpoints": "3.290.0",
58
+ "@aws-sdk/util-retry": "3.290.0",
59
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
60
+ "@aws-sdk/util-user-agent-node": "3.290.0",
61
61
  "@aws-sdk/util-utf8": "3.254.0",
62
62
  "tslib": "^2.3.1"
63
63
  },