@aws-sdk/client-transcribe 3.952.0 → 3.953.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 (63) hide show
  1. package/dist-cjs/index.js +570 -383
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/CreateCallAnalyticsCategoryCommand.js +2 -2
  4. package/dist-es/commands/CreateLanguageModelCommand.js +2 -2
  5. package/dist-es/commands/CreateMedicalVocabularyCommand.js +2 -2
  6. package/dist-es/commands/CreateVocabularyCommand.js +2 -2
  7. package/dist-es/commands/CreateVocabularyFilterCommand.js +2 -2
  8. package/dist-es/commands/DeleteCallAnalyticsCategoryCommand.js +2 -2
  9. package/dist-es/commands/DeleteCallAnalyticsJobCommand.js +2 -2
  10. package/dist-es/commands/DeleteLanguageModelCommand.js +2 -2
  11. package/dist-es/commands/DeleteMedicalScribeJobCommand.js +2 -2
  12. package/dist-es/commands/DeleteMedicalTranscriptionJobCommand.js +2 -2
  13. package/dist-es/commands/DeleteMedicalVocabularyCommand.js +2 -2
  14. package/dist-es/commands/DeleteTranscriptionJobCommand.js +2 -2
  15. package/dist-es/commands/DeleteVocabularyCommand.js +2 -2
  16. package/dist-es/commands/DeleteVocabularyFilterCommand.js +2 -2
  17. package/dist-es/commands/DescribeLanguageModelCommand.js +2 -2
  18. package/dist-es/commands/GetCallAnalyticsCategoryCommand.js +2 -2
  19. package/dist-es/commands/GetCallAnalyticsJobCommand.js +2 -2
  20. package/dist-es/commands/GetMedicalScribeJobCommand.js +2 -2
  21. package/dist-es/commands/GetMedicalTranscriptionJobCommand.js +2 -2
  22. package/dist-es/commands/GetMedicalVocabularyCommand.js +2 -2
  23. package/dist-es/commands/GetTranscriptionJobCommand.js +2 -2
  24. package/dist-es/commands/GetVocabularyCommand.js +2 -2
  25. package/dist-es/commands/GetVocabularyFilterCommand.js +2 -2
  26. package/dist-es/commands/ListCallAnalyticsCategoriesCommand.js +2 -2
  27. package/dist-es/commands/ListCallAnalyticsJobsCommand.js +2 -2
  28. package/dist-es/commands/ListLanguageModelsCommand.js +2 -2
  29. package/dist-es/commands/ListMedicalScribeJobsCommand.js +2 -2
  30. package/dist-es/commands/ListMedicalTranscriptionJobsCommand.js +2 -2
  31. package/dist-es/commands/ListMedicalVocabulariesCommand.js +2 -2
  32. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  33. package/dist-es/commands/ListTranscriptionJobsCommand.js +2 -2
  34. package/dist-es/commands/ListVocabulariesCommand.js +2 -2
  35. package/dist-es/commands/ListVocabularyFiltersCommand.js +2 -2
  36. package/dist-es/commands/StartCallAnalyticsJobCommand.js +2 -2
  37. package/dist-es/commands/StartMedicalScribeJobCommand.js +2 -2
  38. package/dist-es/commands/StartMedicalTranscriptionJobCommand.js +2 -2
  39. package/dist-es/commands/StartTranscriptionJobCommand.js +2 -2
  40. package/dist-es/commands/TagResourceCommand.js +2 -2
  41. package/dist-es/commands/UntagResourceCommand.js +2 -2
  42. package/dist-es/commands/UpdateCallAnalyticsCategoryCommand.js +2 -2
  43. package/dist-es/commands/UpdateMedicalVocabularyCommand.js +2 -2
  44. package/dist-es/commands/UpdateVocabularyCommand.js +2 -2
  45. package/dist-es/commands/UpdateVocabularyFilterCommand.js +2 -2
  46. package/dist-es/index.js +1 -0
  47. package/dist-es/runtimeConfig.shared.js +6 -6
  48. package/dist-es/schemas/schemas_0.js +351 -337
  49. package/dist-types/TranscribeClient.d.ts +1 -10
  50. package/dist-types/index.d.ts +1 -0
  51. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  52. package/dist-types/runtimeConfig.d.ts +6 -2
  53. package/dist-types/runtimeConfig.native.d.ts +6 -2
  54. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  55. package/dist-types/schemas/schemas_0.d.ts +174 -203
  56. package/dist-types/ts3.4/TranscribeClient.d.ts +0 -4
  57. package/dist-types/ts3.4/index.d.ts +1 -0
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  62. package/dist-types/ts3.4/schemas/schemas_0.d.ts +173 -205
  63. package/package.json +34 -34
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
26
26
  },
27
27
  ],
28
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
- protocol: config?.protocol ??
30
- new protocols_1.AwsJson1_1Protocol({
31
- defaultNamespace: "com.amazonaws.transcribe",
32
- serviceTarget: "Transcribe",
33
- awsQueryCompatible: false,
34
- }),
29
+ protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
30
+ protocolSettings: config?.protocolSettings ?? {
31
+ defaultNamespace: "com.amazonaws.transcribe",
32
+ version: "2017-10-26",
33
+ serviceTarget: "Transcribe",
34
+ },
35
35
  serviceId: config?.serviceId ?? "Transcribe",
36
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
37
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateCallAnalyticsCategory } from "../schemas/schemas_0";
4
+ import { CreateCallAnalyticsCategory$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateCallAnalyticsCategoryCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateCallAnalyticsCategoryCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "CreateCallAnalyticsCategory", {})
13
13
  .n("TranscribeClient", "CreateCallAnalyticsCategoryCommand")
14
- .sc(CreateCallAnalyticsCategory)
14
+ .sc(CreateCallAnalyticsCategory$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateLanguageModel } from "../schemas/schemas_0";
4
+ import { CreateLanguageModel$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateLanguageModelCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateLanguageModelCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "CreateLanguageModel", {})
13
13
  .n("TranscribeClient", "CreateLanguageModelCommand")
14
- .sc(CreateLanguageModel)
14
+ .sc(CreateLanguageModel$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateMedicalVocabulary } from "../schemas/schemas_0";
4
+ import { CreateMedicalVocabulary$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateMedicalVocabularyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateMedicalVocabularyCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "CreateMedicalVocabulary", {})
13
13
  .n("TranscribeClient", "CreateMedicalVocabularyCommand")
14
- .sc(CreateMedicalVocabulary)
14
+ .sc(CreateMedicalVocabulary$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateVocabulary } from "../schemas/schemas_0";
4
+ import { CreateVocabulary$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateVocabularyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateVocabularyCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "CreateVocabulary", {})
13
13
  .n("TranscribeClient", "CreateVocabularyCommand")
14
- .sc(CreateVocabulary)
14
+ .sc(CreateVocabulary$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateVocabularyFilter } from "../schemas/schemas_0";
4
+ import { CreateVocabularyFilter$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateVocabularyFilterCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateVocabularyFilterCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "CreateVocabularyFilter", {})
13
13
  .n("TranscribeClient", "CreateVocabularyFilterCommand")
14
- .sc(CreateVocabularyFilter)
14
+ .sc(CreateVocabularyFilter$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteCallAnalyticsCategory } from "../schemas/schemas_0";
4
+ import { DeleteCallAnalyticsCategory$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteCallAnalyticsCategoryCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteCallAnalyticsCategoryCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "DeleteCallAnalyticsCategory", {})
13
13
  .n("TranscribeClient", "DeleteCallAnalyticsCategoryCommand")
14
- .sc(DeleteCallAnalyticsCategory)
14
+ .sc(DeleteCallAnalyticsCategory$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteCallAnalyticsJob } from "../schemas/schemas_0";
4
+ import { DeleteCallAnalyticsJob$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteCallAnalyticsJobCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteCallAnalyticsJobCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "DeleteCallAnalyticsJob", {})
13
13
  .n("TranscribeClient", "DeleteCallAnalyticsJobCommand")
14
- .sc(DeleteCallAnalyticsJob)
14
+ .sc(DeleteCallAnalyticsJob$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteLanguageModel } from "../schemas/schemas_0";
4
+ import { DeleteLanguageModel$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteLanguageModelCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteLanguageModelCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "DeleteLanguageModel", {})
13
13
  .n("TranscribeClient", "DeleteLanguageModelCommand")
14
- .sc(DeleteLanguageModel)
14
+ .sc(DeleteLanguageModel$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteMedicalScribeJob } from "../schemas/schemas_0";
4
+ import { DeleteMedicalScribeJob$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteMedicalScribeJobCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteMedicalScribeJobCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "DeleteMedicalScribeJob", {})
13
13
  .n("TranscribeClient", "DeleteMedicalScribeJobCommand")
14
- .sc(DeleteMedicalScribeJob)
14
+ .sc(DeleteMedicalScribeJob$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteMedicalTranscriptionJob } from "../schemas/schemas_0";
4
+ import { DeleteMedicalTranscriptionJob$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteMedicalTranscriptionJobCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteMedicalTranscriptionJobCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "DeleteMedicalTranscriptionJob", {})
13
13
  .n("TranscribeClient", "DeleteMedicalTranscriptionJobCommand")
14
- .sc(DeleteMedicalTranscriptionJob)
14
+ .sc(DeleteMedicalTranscriptionJob$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteMedicalVocabulary } from "../schemas/schemas_0";
4
+ import { DeleteMedicalVocabulary$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteMedicalVocabularyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteMedicalVocabularyCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "DeleteMedicalVocabulary", {})
13
13
  .n("TranscribeClient", "DeleteMedicalVocabularyCommand")
14
- .sc(DeleteMedicalVocabulary)
14
+ .sc(DeleteMedicalVocabulary$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteTranscriptionJob } from "../schemas/schemas_0";
4
+ import { DeleteTranscriptionJob$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteTranscriptionJobCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteTranscriptionJobCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "DeleteTranscriptionJob", {})
13
13
  .n("TranscribeClient", "DeleteTranscriptionJobCommand")
14
- .sc(DeleteTranscriptionJob)
14
+ .sc(DeleteTranscriptionJob$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteVocabulary } from "../schemas/schemas_0";
4
+ import { DeleteVocabulary$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteVocabularyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteVocabularyCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "DeleteVocabulary", {})
13
13
  .n("TranscribeClient", "DeleteVocabularyCommand")
14
- .sc(DeleteVocabulary)
14
+ .sc(DeleteVocabulary$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteVocabularyFilter } from "../schemas/schemas_0";
4
+ import { DeleteVocabularyFilter$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteVocabularyFilterCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteVocabularyFilterCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "DeleteVocabularyFilter", {})
13
13
  .n("TranscribeClient", "DeleteVocabularyFilterCommand")
14
- .sc(DeleteVocabularyFilter)
14
+ .sc(DeleteVocabularyFilter$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeLanguageModel } from "../schemas/schemas_0";
4
+ import { DescribeLanguageModel$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeLanguageModelCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeLanguageModelCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "DescribeLanguageModel", {})
13
13
  .n("TranscribeClient", "DescribeLanguageModelCommand")
14
- .sc(DescribeLanguageModel)
14
+ .sc(DescribeLanguageModel$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetCallAnalyticsCategory } from "../schemas/schemas_0";
4
+ import { GetCallAnalyticsCategory$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetCallAnalyticsCategoryCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetCallAnalyticsCategoryCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "GetCallAnalyticsCategory", {})
13
13
  .n("TranscribeClient", "GetCallAnalyticsCategoryCommand")
14
- .sc(GetCallAnalyticsCategory)
14
+ .sc(GetCallAnalyticsCategory$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetCallAnalyticsJob } from "../schemas/schemas_0";
4
+ import { GetCallAnalyticsJob$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetCallAnalyticsJobCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetCallAnalyticsJobCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "GetCallAnalyticsJob", {})
13
13
  .n("TranscribeClient", "GetCallAnalyticsJobCommand")
14
- .sc(GetCallAnalyticsJob)
14
+ .sc(GetCallAnalyticsJob$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetMedicalScribeJob } from "../schemas/schemas_0";
4
+ import { GetMedicalScribeJob$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetMedicalScribeJobCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetMedicalScribeJobCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "GetMedicalScribeJob", {})
13
13
  .n("TranscribeClient", "GetMedicalScribeJobCommand")
14
- .sc(GetMedicalScribeJob)
14
+ .sc(GetMedicalScribeJob$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetMedicalTranscriptionJob } from "../schemas/schemas_0";
4
+ import { GetMedicalTranscriptionJob$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetMedicalTranscriptionJobCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetMedicalTranscriptionJobCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "GetMedicalTranscriptionJob", {})
13
13
  .n("TranscribeClient", "GetMedicalTranscriptionJobCommand")
14
- .sc(GetMedicalTranscriptionJob)
14
+ .sc(GetMedicalTranscriptionJob$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetMedicalVocabulary } from "../schemas/schemas_0";
4
+ import { GetMedicalVocabulary$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetMedicalVocabularyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetMedicalVocabularyCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "GetMedicalVocabulary", {})
13
13
  .n("TranscribeClient", "GetMedicalVocabularyCommand")
14
- .sc(GetMedicalVocabulary)
14
+ .sc(GetMedicalVocabulary$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetTranscriptionJob } from "../schemas/schemas_0";
4
+ import { GetTranscriptionJob$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetTranscriptionJobCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetTranscriptionJobCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "GetTranscriptionJob", {})
13
13
  .n("TranscribeClient", "GetTranscriptionJobCommand")
14
- .sc(GetTranscriptionJob)
14
+ .sc(GetTranscriptionJob$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetVocabulary } from "../schemas/schemas_0";
4
+ import { GetVocabulary$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetVocabularyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetVocabularyCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "GetVocabulary", {})
13
13
  .n("TranscribeClient", "GetVocabularyCommand")
14
- .sc(GetVocabulary)
14
+ .sc(GetVocabulary$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetVocabularyFilter } from "../schemas/schemas_0";
4
+ import { GetVocabularyFilter$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetVocabularyFilterCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetVocabularyFilterCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "GetVocabularyFilter", {})
13
13
  .n("TranscribeClient", "GetVocabularyFilterCommand")
14
- .sc(GetVocabularyFilter)
14
+ .sc(GetVocabularyFilter$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListCallAnalyticsCategories } from "../schemas/schemas_0";
4
+ import { ListCallAnalyticsCategories$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListCallAnalyticsCategoriesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListCallAnalyticsCategoriesCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "ListCallAnalyticsCategories", {})
13
13
  .n("TranscribeClient", "ListCallAnalyticsCategoriesCommand")
14
- .sc(ListCallAnalyticsCategories)
14
+ .sc(ListCallAnalyticsCategories$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListCallAnalyticsJobs } from "../schemas/schemas_0";
4
+ import { ListCallAnalyticsJobs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListCallAnalyticsJobsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListCallAnalyticsJobsCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "ListCallAnalyticsJobs", {})
13
13
  .n("TranscribeClient", "ListCallAnalyticsJobsCommand")
14
- .sc(ListCallAnalyticsJobs)
14
+ .sc(ListCallAnalyticsJobs$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListLanguageModels } from "../schemas/schemas_0";
4
+ import { ListLanguageModels$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListLanguageModelsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListLanguageModelsCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "ListLanguageModels", {})
13
13
  .n("TranscribeClient", "ListLanguageModelsCommand")
14
- .sc(ListLanguageModels)
14
+ .sc(ListLanguageModels$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListMedicalScribeJobs } from "../schemas/schemas_0";
4
+ import { ListMedicalScribeJobs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListMedicalScribeJobsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListMedicalScribeJobsCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "ListMedicalScribeJobs", {})
13
13
  .n("TranscribeClient", "ListMedicalScribeJobsCommand")
14
- .sc(ListMedicalScribeJobs)
14
+ .sc(ListMedicalScribeJobs$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListMedicalTranscriptionJobs } from "../schemas/schemas_0";
4
+ import { ListMedicalTranscriptionJobs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListMedicalTranscriptionJobsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListMedicalTranscriptionJobsCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "ListMedicalTranscriptionJobs", {})
13
13
  .n("TranscribeClient", "ListMedicalTranscriptionJobsCommand")
14
- .sc(ListMedicalTranscriptionJobs)
14
+ .sc(ListMedicalTranscriptionJobs$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListMedicalVocabularies } from "../schemas/schemas_0";
4
+ import { ListMedicalVocabularies$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListMedicalVocabulariesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListMedicalVocabulariesCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "ListMedicalVocabularies", {})
13
13
  .n("TranscribeClient", "ListMedicalVocabulariesCommand")
14
- .sc(ListMedicalVocabularies)
14
+ .sc(ListMedicalVocabularies$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTagsForResource } from "../schemas/schemas_0";
4
+ import { ListTagsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTagsForResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "ListTagsForResource", {})
13
13
  .n("TranscribeClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource)
14
+ .sc(ListTagsForResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTranscriptionJobs } from "../schemas/schemas_0";
4
+ import { ListTranscriptionJobs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTranscriptionJobsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTranscriptionJobsCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "ListTranscriptionJobs", {})
13
13
  .n("TranscribeClient", "ListTranscriptionJobsCommand")
14
- .sc(ListTranscriptionJobs)
14
+ .sc(ListTranscriptionJobs$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListVocabularies } from "../schemas/schemas_0";
4
+ import { ListVocabularies$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListVocabulariesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListVocabulariesCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "ListVocabularies", {})
13
13
  .n("TranscribeClient", "ListVocabulariesCommand")
14
- .sc(ListVocabularies)
14
+ .sc(ListVocabularies$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListVocabularyFilters } from "../schemas/schemas_0";
4
+ import { ListVocabularyFilters$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListVocabularyFiltersCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListVocabularyFiltersCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "ListVocabularyFilters", {})
13
13
  .n("TranscribeClient", "ListVocabularyFiltersCommand")
14
- .sc(ListVocabularyFilters)
14
+ .sc(ListVocabularyFilters$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartCallAnalyticsJob } from "../schemas/schemas_0";
4
+ import { StartCallAnalyticsJob$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartCallAnalyticsJobCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartCallAnalyticsJobCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "StartCallAnalyticsJob", {})
13
13
  .n("TranscribeClient", "StartCallAnalyticsJobCommand")
14
- .sc(StartCallAnalyticsJob)
14
+ .sc(StartCallAnalyticsJob$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartMedicalScribeJob } from "../schemas/schemas_0";
4
+ import { StartMedicalScribeJob$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartMedicalScribeJobCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartMedicalScribeJobCommand extends $Command
11
11
  })
12
12
  .s("Transcribe", "StartMedicalScribeJob", {})
13
13
  .n("TranscribeClient", "StartMedicalScribeJobCommand")
14
- .sc(StartMedicalScribeJob)
14
+ .sc(StartMedicalScribeJob$)
15
15
  .build() {
16
16
  }