@aws-sdk/client-transcribe 3.775.0 → 3.777.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 (44) hide show
  1. package/dist-types/commands/CreateCallAnalyticsCategoryCommand.d.ts +1 -0
  2. package/dist-types/commands/CreateLanguageModelCommand.d.ts +1 -0
  3. package/dist-types/commands/CreateMedicalVocabularyCommand.d.ts +1 -0
  4. package/dist-types/commands/CreateVocabularyCommand.d.ts +1 -0
  5. package/dist-types/commands/CreateVocabularyFilterCommand.d.ts +1 -0
  6. package/dist-types/commands/DeleteCallAnalyticsCategoryCommand.d.ts +1 -0
  7. package/dist-types/commands/DeleteCallAnalyticsJobCommand.d.ts +1 -0
  8. package/dist-types/commands/DeleteLanguageModelCommand.d.ts +1 -0
  9. package/dist-types/commands/DeleteMedicalScribeJobCommand.d.ts +1 -0
  10. package/dist-types/commands/DeleteMedicalTranscriptionJobCommand.d.ts +1 -0
  11. package/dist-types/commands/DeleteMedicalVocabularyCommand.d.ts +1 -0
  12. package/dist-types/commands/DeleteTranscriptionJobCommand.d.ts +1 -0
  13. package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -0
  14. package/dist-types/commands/DeleteVocabularyFilterCommand.d.ts +1 -0
  15. package/dist-types/commands/DescribeLanguageModelCommand.d.ts +1 -0
  16. package/dist-types/commands/GetCallAnalyticsCategoryCommand.d.ts +1 -0
  17. package/dist-types/commands/GetCallAnalyticsJobCommand.d.ts +1 -0
  18. package/dist-types/commands/GetMedicalScribeJobCommand.d.ts +1 -0
  19. package/dist-types/commands/GetMedicalTranscriptionJobCommand.d.ts +1 -0
  20. package/dist-types/commands/GetMedicalVocabularyCommand.d.ts +1 -0
  21. package/dist-types/commands/GetTranscriptionJobCommand.d.ts +1 -0
  22. package/dist-types/commands/GetVocabularyCommand.d.ts +1 -0
  23. package/dist-types/commands/GetVocabularyFilterCommand.d.ts +1 -0
  24. package/dist-types/commands/ListCallAnalyticsCategoriesCommand.d.ts +1 -0
  25. package/dist-types/commands/ListCallAnalyticsJobsCommand.d.ts +1 -0
  26. package/dist-types/commands/ListLanguageModelsCommand.d.ts +1 -0
  27. package/dist-types/commands/ListMedicalScribeJobsCommand.d.ts +1 -0
  28. package/dist-types/commands/ListMedicalTranscriptionJobsCommand.d.ts +1 -0
  29. package/dist-types/commands/ListMedicalVocabulariesCommand.d.ts +1 -0
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  31. package/dist-types/commands/ListTranscriptionJobsCommand.d.ts +1 -0
  32. package/dist-types/commands/ListVocabulariesCommand.d.ts +1 -0
  33. package/dist-types/commands/ListVocabularyFiltersCommand.d.ts +1 -0
  34. package/dist-types/commands/StartCallAnalyticsJobCommand.d.ts +1 -0
  35. package/dist-types/commands/StartMedicalScribeJobCommand.d.ts +1 -0
  36. package/dist-types/commands/StartMedicalTranscriptionJobCommand.d.ts +1 -0
  37. package/dist-types/commands/StartTranscriptionJobCommand.d.ts +1 -0
  38. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  39. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  40. package/dist-types/commands/UpdateCallAnalyticsCategoryCommand.d.ts +1 -0
  41. package/dist-types/commands/UpdateMedicalVocabularyCommand.d.ts +1 -0
  42. package/dist-types/commands/UpdateVocabularyCommand.d.ts +1 -0
  43. package/dist-types/commands/UpdateVocabularyFilterCommand.d.ts +1 -0
  44. package/package.json +2 -2
@@ -257,6 +257,7 @@ declare const CreateCallAnalyticsCategoryCommand_base: {
257
257
  * @throws {@link TranscribeServiceException}
258
258
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
259
259
  *
260
+ *
260
261
  * @public
261
262
  */
262
263
  export declare class CreateCallAnalyticsCategoryCommand extends CreateCallAnalyticsCategoryCommand_base {
@@ -109,6 +109,7 @@ declare const CreateLanguageModelCommand_base: {
109
109
  * @throws {@link TranscribeServiceException}
110
110
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
111
111
  *
112
+ *
112
113
  * @public
113
114
  */
114
115
  export declare class CreateLanguageModelCommand extends CreateLanguageModelCommand_base {
@@ -96,6 +96,7 @@ declare const CreateMedicalVocabularyCommand_base: {
96
96
  * @throws {@link TranscribeServiceException}
97
97
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
98
98
  *
99
+ *
99
100
  * @public
100
101
  */
101
102
  export declare class CreateMedicalVocabularyCommand extends CreateMedicalVocabularyCommand_base {
@@ -98,6 +98,7 @@ declare const CreateVocabularyCommand_base: {
98
98
  * @throws {@link TranscribeServiceException}
99
99
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class CreateVocabularyCommand extends CreateVocabularyCommand_base {
@@ -95,6 +95,7 @@ declare const CreateVocabularyFilterCommand_base: {
95
95
  * @throws {@link TranscribeServiceException}
96
96
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class CreateVocabularyFilterCommand extends CreateVocabularyFilterCommand_base {
@@ -72,6 +72,7 @@ declare const DeleteCallAnalyticsCategoryCommand_base: {
72
72
  * @throws {@link TranscribeServiceException}
73
73
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class DeleteCallAnalyticsCategoryCommand extends DeleteCallAnalyticsCategoryCommand_base {
@@ -68,6 +68,7 @@ declare const DeleteCallAnalyticsJobCommand_base: {
68
68
  * @throws {@link TranscribeServiceException}
69
69
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeleteCallAnalyticsJobCommand extends DeleteCallAnalyticsJobCommand_base {
@@ -68,6 +68,7 @@ declare const DeleteLanguageModelCommand_base: {
68
68
  * @throws {@link TranscribeServiceException}
69
69
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeleteLanguageModelCommand extends DeleteLanguageModelCommand_base {
@@ -68,6 +68,7 @@ declare const DeleteMedicalScribeJobCommand_base: {
68
68
  * @throws {@link TranscribeServiceException}
69
69
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeleteMedicalScribeJobCommand extends DeleteMedicalScribeJobCommand_base {
@@ -68,6 +68,7 @@ declare const DeleteMedicalTranscriptionJobCommand_base: {
68
68
  * @throws {@link TranscribeServiceException}
69
69
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeleteMedicalTranscriptionJobCommand extends DeleteMedicalTranscriptionJobCommand_base {
@@ -72,6 +72,7 @@ declare const DeleteMedicalVocabularyCommand_base: {
72
72
  * @throws {@link TranscribeServiceException}
73
73
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class DeleteMedicalVocabularyCommand extends DeleteMedicalVocabularyCommand_base {
@@ -68,6 +68,7 @@ declare const DeleteTranscriptionJobCommand_base: {
68
68
  * @throws {@link TranscribeServiceException}
69
69
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeleteTranscriptionJobCommand extends DeleteTranscriptionJobCommand_base {
@@ -72,6 +72,7 @@ declare const DeleteVocabularyCommand_base: {
72
72
  * @throws {@link TranscribeServiceException}
73
73
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class DeleteVocabularyCommand extends DeleteVocabularyCommand_base {
@@ -72,6 +72,7 @@ declare const DeleteVocabularyFilterCommand_base: {
72
72
  * @throws {@link TranscribeServiceException}
73
73
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class DeleteVocabularyFilterCommand extends DeleteVocabularyFilterCommand_base {
@@ -92,6 +92,7 @@ declare const DescribeLanguageModelCommand_base: {
92
92
  * @throws {@link TranscribeServiceException}
93
93
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class DescribeLanguageModelCommand extends DescribeLanguageModelCommand_base {
@@ -160,6 +160,7 @@ declare const GetCallAnalyticsCategoryCommand_base: {
160
160
  * @throws {@link TranscribeServiceException}
161
161
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
162
162
  *
163
+ *
163
164
  * @public
164
165
  */
165
166
  export declare class GetCallAnalyticsCategoryCommand extends GetCallAnalyticsCategoryCommand_base {
@@ -150,6 +150,7 @@ declare const GetCallAnalyticsJobCommand_base: {
150
150
  * @throws {@link TranscribeServiceException}
151
151
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
152
152
  *
153
+ *
153
154
  * @public
154
155
  */
155
156
  export declare class GetCallAnalyticsJobCommand extends GetCallAnalyticsJobCommand_base {
@@ -119,6 +119,7 @@ declare const GetMedicalScribeJobCommand_base: {
119
119
  * @throws {@link TranscribeServiceException}
120
120
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
121
121
  *
122
+ *
122
123
  * @public
123
124
  */
124
125
  export declare class GetMedicalScribeJobCommand extends GetMedicalScribeJobCommand_base {
@@ -113,6 +113,7 @@ declare const GetMedicalTranscriptionJobCommand_base: {
113
113
  * @throws {@link TranscribeServiceException}
114
114
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
115
115
  *
116
+ *
116
117
  * @public
117
118
  */
118
119
  export declare class GetMedicalTranscriptionJobCommand extends GetMedicalTranscriptionJobCommand_base {
@@ -82,6 +82,7 @@ declare const GetMedicalVocabularyCommand_base: {
82
82
  * @throws {@link TranscribeServiceException}
83
83
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class GetMedicalVocabularyCommand extends GetMedicalVocabularyCommand_base {
@@ -164,6 +164,7 @@ declare const GetTranscriptionJobCommand_base: {
164
164
  * @throws {@link TranscribeServiceException}
165
165
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
166
166
  *
167
+ *
167
168
  * @public
168
169
  */
169
170
  export declare class GetTranscriptionJobCommand extends GetTranscriptionJobCommand_base {
@@ -83,6 +83,7 @@ declare const GetVocabularyCommand_base: {
83
83
  * @throws {@link TranscribeServiceException}
84
84
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class GetVocabularyCommand extends GetVocabularyCommand_base {
@@ -76,6 +76,7 @@ declare const GetVocabularyFilterCommand_base: {
76
76
  * @throws {@link TranscribeServiceException}
77
77
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class GetVocabularyFilterCommand extends GetVocabularyFilterCommand_base {
@@ -161,6 +161,7 @@ declare const ListCallAnalyticsCategoriesCommand_base: {
161
161
  * @throws {@link TranscribeServiceException}
162
162
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
163
163
  *
164
+ *
164
165
  * @public
165
166
  */
166
167
  export declare class ListCallAnalyticsCategoriesCommand extends ListCallAnalyticsCategoriesCommand_base {
@@ -94,6 +94,7 @@ declare const ListCallAnalyticsJobsCommand_base: {
94
94
  * @throws {@link TranscribeServiceException}
95
95
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class ListCallAnalyticsJobsCommand extends ListCallAnalyticsJobsCommand_base {
@@ -90,6 +90,7 @@ declare const ListLanguageModelsCommand_base: {
90
90
  * @throws {@link TranscribeServiceException}
91
91
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class ListLanguageModelsCommand extends ListLanguageModelsCommand_base {
@@ -85,6 +85,7 @@ declare const ListMedicalScribeJobsCommand_base: {
85
85
  * @throws {@link TranscribeServiceException}
86
86
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class ListMedicalScribeJobsCommand extends ListMedicalScribeJobsCommand_base {
@@ -89,6 +89,7 @@ declare const ListMedicalTranscriptionJobsCommand_base: {
89
89
  * @throws {@link TranscribeServiceException}
90
90
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class ListMedicalTranscriptionJobsCommand extends ListMedicalTranscriptionJobsCommand_base {
@@ -82,6 +82,7 @@ declare const ListMedicalVocabulariesCommand_base: {
82
82
  * @throws {@link TranscribeServiceException}
83
83
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class ListMedicalVocabulariesCommand extends ListMedicalVocabulariesCommand_base {
@@ -81,6 +81,7 @@ declare const ListTagsForResourceCommand_base: {
81
81
  * @throws {@link TranscribeServiceException}
82
82
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -112,6 +112,7 @@ declare const ListTranscriptionJobsCommand_base: {
112
112
  * @throws {@link TranscribeServiceException}
113
113
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
114
114
  *
115
+ *
115
116
  * @public
116
117
  */
117
118
  export declare class ListTranscriptionJobsCommand extends ListTranscriptionJobsCommand_base {
@@ -82,6 +82,7 @@ declare const ListVocabulariesCommand_base: {
82
82
  * @throws {@link TranscribeServiceException}
83
83
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class ListVocabulariesCommand extends ListVocabulariesCommand_base {
@@ -79,6 +79,7 @@ declare const ListVocabularyFiltersCommand_base: {
79
79
  * @throws {@link TranscribeServiceException}
80
80
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class ListVocabularyFiltersCommand extends ListVocabularyFiltersCommand_base {
@@ -230,6 +230,7 @@ declare const StartCallAnalyticsJobCommand_base: {
230
230
  * @throws {@link TranscribeServiceException}
231
231
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
232
232
  *
233
+ *
233
234
  * @public
234
235
  */
235
236
  export declare class StartCallAnalyticsJobCommand extends StartCallAnalyticsJobCommand_base {
@@ -190,6 +190,7 @@ declare const StartMedicalScribeJobCommand_base: {
190
190
  * @throws {@link TranscribeServiceException}
191
191
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
192
192
  *
193
+ *
193
194
  * @public
194
195
  */
195
196
  export declare class StartMedicalScribeJobCommand extends StartMedicalScribeJobCommand_base {
@@ -184,6 +184,7 @@ declare const StartMedicalTranscriptionJobCommand_base: {
184
184
  * @throws {@link TranscribeServiceException}
185
185
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
186
186
  *
187
+ *
187
188
  * @public
188
189
  */
189
190
  export declare class StartMedicalTranscriptionJobCommand extends StartMedicalTranscriptionJobCommand_base {
@@ -257,6 +257,7 @@ declare const StartTranscriptionJobCommand_base: {
257
257
  * @throws {@link TranscribeServiceException}
258
258
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
259
259
  *
260
+ *
260
261
  * @public
261
262
  */
262
263
  export declare class StartTranscriptionJobCommand extends StartTranscriptionJobCommand_base {
@@ -24,7 +24,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
24
24
  declare const TagResourceCommand_base: {
25
25
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TranscribeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
28
28
  };
29
29
  /**
30
30
  * <p>Adds one or more custom tags, each in the form of a key:value pair, to the specified
@@ -83,6 +83,7 @@ declare const TagResourceCommand_base: {
83
83
  * @throws {@link TranscribeServiceException}
84
84
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -79,6 +79,7 @@ declare const UntagResourceCommand_base: {
79
79
  * @throws {@link TranscribeServiceException}
80
80
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
@@ -244,6 +244,7 @@ declare const UpdateCallAnalyticsCategoryCommand_base: {
244
244
  * @throws {@link TranscribeServiceException}
245
245
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
246
246
  *
247
+ *
247
248
  * @public
248
249
  */
249
250
  export declare class UpdateCallAnalyticsCategoryCommand extends UpdateCallAnalyticsCategoryCommand_base {
@@ -83,6 +83,7 @@ declare const UpdateMedicalVocabularyCommand_base: {
83
83
  * @throws {@link TranscribeServiceException}
84
84
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class UpdateMedicalVocabularyCommand extends UpdateMedicalVocabularyCommand_base {
@@ -87,6 +87,7 @@ declare const UpdateVocabularyCommand_base: {
87
87
  * @throws {@link TranscribeServiceException}
88
88
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class UpdateVocabularyCommand extends UpdateVocabularyCommand_base {
@@ -81,6 +81,7 @@ declare const UpdateVocabularyFilterCommand_base: {
81
81
  * @throws {@link TranscribeServiceException}
82
82
  * <p>Base exception class for all service exceptions from Transcribe service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class UpdateVocabularyFilterCommand extends UpdateVocabularyFilterCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-transcribe",
3
3
  "description": "AWS SDK for JavaScript Transcribe Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
4
+ "version": "3.777.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",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",