@aws-sdk/client-transcribe-streaming 3.649.0 → 3.651.1

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
@@ -1293,9 +1293,7 @@ var _xatvn = "x-amzn-transcribe-vocabulary-name";
1293
1293
  var _xatvn_ = "x-amzn-transcribe-vocabulary-names";
1294
1294
 
1295
1295
  // src/commands/StartCallAnalyticsStreamTranscriptionCommand.ts
1296
- var _StartCallAnalyticsStreamTranscriptionCommand = class _StartCallAnalyticsStreamTranscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
1297
- ...commonParams
1298
- }).m(function(Command, cs, config, o) {
1296
+ var _StartCallAnalyticsStreamTranscriptionCommand = class _StartCallAnalyticsStreamTranscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1299
1297
  return [
1300
1298
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1301
1299
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -1328,9 +1326,7 @@ var StartCallAnalyticsStreamTranscriptionCommand = _StartCallAnalyticsStreamTran
1328
1326
 
1329
1327
 
1330
1328
 
1331
- var _StartMedicalStreamTranscriptionCommand = class _StartMedicalStreamTranscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
1332
- ...commonParams
1333
- }).m(function(Command, cs, config, o) {
1329
+ var _StartMedicalStreamTranscriptionCommand = class _StartMedicalStreamTranscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1334
1330
  return [
1335
1331
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1336
1332
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -1363,9 +1359,7 @@ var StartMedicalStreamTranscriptionCommand = _StartMedicalStreamTranscriptionCom
1363
1359
 
1364
1360
 
1365
1361
 
1366
- var _StartStreamTranscriptionCommand = class _StartStreamTranscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
1367
- ...commonParams
1368
- }).m(function(Command, cs, config, o) {
1362
+ var _StartStreamTranscriptionCommand = class _StartStreamTranscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1369
1363
  return [
1370
1364
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1371
1365
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -10,9 +10,7 @@ import { de_StartCallAnalyticsStreamTranscriptionCommand, se_StartCallAnalyticsS
10
10
  export { $Command };
11
11
  export class StartCallAnalyticsStreamTranscriptionCommand extends $Command
12
12
  .classBuilder()
13
- .ep({
14
- ...commonParams,
15
- })
13
+ .ep(commonParams)
16
14
  .m(function (Command, cs, config, o) {
17
15
  return [
18
16
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -10,9 +10,7 @@ import { de_StartMedicalStreamTranscriptionCommand, se_StartMedicalStreamTranscr
10
10
  export { $Command };
11
11
  export class StartMedicalStreamTranscriptionCommand extends $Command
12
12
  .classBuilder()
13
- .ep({
14
- ...commonParams,
15
- })
13
+ .ep(commonParams)
16
14
  .m(function (Command, cs, config, o) {
17
15
  return [
18
16
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -10,9 +10,7 @@ import { de_StartStreamTranscriptionCommand, se_StartStreamTranscriptionCommand
10
10
  export { $Command };
11
11
  export class StartStreamTranscriptionCommand extends $Command
12
12
  .classBuilder()
13
- .ep({
14
- ...commonParams,
15
- })
13
+ .ep(commonParams)
16
14
  .m(function (Command, cs, config, o) {
17
15
  return [
18
16
  getSerdePlugin(config, this.serialize, this.deserialize),
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.649.0",
4
+ "version": "3.651.1",
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",
@@ -21,10 +21,10 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/client-sso-oidc": "3.649.0",
25
- "@aws-sdk/client-sts": "3.649.0",
26
- "@aws-sdk/core": "3.649.0",
27
- "@aws-sdk/credential-provider-node": "3.649.0",
24
+ "@aws-sdk/client-sso-oidc": "3.651.1",
25
+ "@aws-sdk/client-sts": "3.651.1",
26
+ "@aws-sdk/core": "3.651.1",
27
+ "@aws-sdk/credential-provider-node": "3.651.1",
28
28
  "@aws-sdk/eventstream-handler-node": "3.649.0",
29
29
  "@aws-sdk/middleware-eventstream": "3.649.0",
30
30
  "@aws-sdk/middleware-host-header": "3.649.0",