@aws-sdk/client-transcribe 3.489.0 → 3.495.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.
- package/dist-cjs/Transcribe.js +1 -97
- package/dist-cjs/TranscribeClient.js +1 -43
- package/dist-cjs/commands/CreateCallAnalyticsCategoryCommand.js +1 -28
- package/dist-cjs/commands/CreateLanguageModelCommand.js +1 -28
- package/dist-cjs/commands/CreateMedicalVocabularyCommand.js +1 -28
- package/dist-cjs/commands/CreateVocabularyCommand.js +1 -28
- package/dist-cjs/commands/CreateVocabularyFilterCommand.js +1 -28
- package/dist-cjs/commands/DeleteCallAnalyticsCategoryCommand.js +1 -28
- package/dist-cjs/commands/DeleteCallAnalyticsJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteLanguageModelCommand.js +1 -28
- package/dist-cjs/commands/DeleteMedicalScribeJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteMedicalTranscriptionJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteMedicalVocabularyCommand.js +1 -28
- package/dist-cjs/commands/DeleteTranscriptionJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteVocabularyCommand.js +1 -28
- package/dist-cjs/commands/DeleteVocabularyFilterCommand.js +1 -28
- package/dist-cjs/commands/DescribeLanguageModelCommand.js +1 -28
- package/dist-cjs/commands/GetCallAnalyticsCategoryCommand.js +1 -28
- package/dist-cjs/commands/GetCallAnalyticsJobCommand.js +1 -28
- package/dist-cjs/commands/GetMedicalScribeJobCommand.js +1 -28
- package/dist-cjs/commands/GetMedicalTranscriptionJobCommand.js +1 -28
- package/dist-cjs/commands/GetMedicalVocabularyCommand.js +1 -28
- package/dist-cjs/commands/GetTranscriptionJobCommand.js +1 -28
- package/dist-cjs/commands/GetVocabularyCommand.js +1 -28
- package/dist-cjs/commands/GetVocabularyFilterCommand.js +1 -28
- package/dist-cjs/commands/ListCallAnalyticsCategoriesCommand.js +1 -28
- package/dist-cjs/commands/ListCallAnalyticsJobsCommand.js +1 -28
- package/dist-cjs/commands/ListLanguageModelsCommand.js +1 -28
- package/dist-cjs/commands/ListMedicalScribeJobsCommand.js +1 -28
- package/dist-cjs/commands/ListMedicalTranscriptionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListMedicalVocabulariesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTranscriptionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListVocabulariesCommand.js +1 -28
- package/dist-cjs/commands/ListVocabularyFiltersCommand.js +1 -28
- package/dist-cjs/commands/StartCallAnalyticsJobCommand.js +1 -28
- package/dist-cjs/commands/StartMedicalScribeJobCommand.js +1 -28
- package/dist-cjs/commands/StartMedicalTranscriptionJobCommand.js +1 -28
- package/dist-cjs/commands/StartTranscriptionJobCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateCallAnalyticsCategoryCommand.js +1 -28
- package/dist-cjs/commands/UpdateMedicalVocabularyCommand.js +1 -28
- package/dist-cjs/commands/UpdateVocabularyCommand.js +1 -28
- package/dist-cjs/commands/UpdateVocabularyFilterCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -46
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3990 -11
- package/dist-cjs/models/TranscribeServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -315
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListCallAnalyticsCategoriesPaginator.js +1 -7
- package/dist-cjs/pagination/ListCallAnalyticsJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListLanguageModelsPaginator.js +1 -7
- package/dist-cjs/pagination/ListMedicalScribeJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListMedicalTranscriptionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListMedicalVocabulariesPaginator.js +1 -7
- package/dist-cjs/pagination/ListTranscriptionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListVocabulariesPaginator.js +1 -7
- package/dist-cjs/pagination/ListVocabularyFiltersPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -13
- package/dist-cjs/protocols/Aws_json1_1.js +1 -2635
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
package/dist-cjs/index.js
CHANGED
|
@@ -1,12 +1,3991 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
Object.defineProperty
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
var
|
|
12
|
-
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
|
|
21
|
+
// src/index.ts
|
|
22
|
+
var src_exports = {};
|
|
23
|
+
__export(src_exports, {
|
|
24
|
+
BadRequestException: () => BadRequestException,
|
|
25
|
+
BaseModelName: () => BaseModelName,
|
|
26
|
+
CLMLanguageCode: () => CLMLanguageCode,
|
|
27
|
+
CallAnalyticsJobStatus: () => CallAnalyticsJobStatus,
|
|
28
|
+
ConflictException: () => ConflictException,
|
|
29
|
+
CreateCallAnalyticsCategoryCommand: () => CreateCallAnalyticsCategoryCommand,
|
|
30
|
+
CreateLanguageModelCommand: () => CreateLanguageModelCommand,
|
|
31
|
+
CreateMedicalVocabularyCommand: () => CreateMedicalVocabularyCommand,
|
|
32
|
+
CreateVocabularyCommand: () => CreateVocabularyCommand,
|
|
33
|
+
CreateVocabularyFilterCommand: () => CreateVocabularyFilterCommand,
|
|
34
|
+
DeleteCallAnalyticsCategoryCommand: () => DeleteCallAnalyticsCategoryCommand,
|
|
35
|
+
DeleteCallAnalyticsJobCommand: () => DeleteCallAnalyticsJobCommand,
|
|
36
|
+
DeleteLanguageModelCommand: () => DeleteLanguageModelCommand,
|
|
37
|
+
DeleteMedicalScribeJobCommand: () => DeleteMedicalScribeJobCommand,
|
|
38
|
+
DeleteMedicalTranscriptionJobCommand: () => DeleteMedicalTranscriptionJobCommand,
|
|
39
|
+
DeleteMedicalVocabularyCommand: () => DeleteMedicalVocabularyCommand,
|
|
40
|
+
DeleteTranscriptionJobCommand: () => DeleteTranscriptionJobCommand,
|
|
41
|
+
DeleteVocabularyCommand: () => DeleteVocabularyCommand,
|
|
42
|
+
DeleteVocabularyFilterCommand: () => DeleteVocabularyFilterCommand,
|
|
43
|
+
DescribeLanguageModelCommand: () => DescribeLanguageModelCommand,
|
|
44
|
+
GetCallAnalyticsCategoryCommand: () => GetCallAnalyticsCategoryCommand,
|
|
45
|
+
GetCallAnalyticsJobCommand: () => GetCallAnalyticsJobCommand,
|
|
46
|
+
GetMedicalScribeJobCommand: () => GetMedicalScribeJobCommand,
|
|
47
|
+
GetMedicalTranscriptionJobCommand: () => GetMedicalTranscriptionJobCommand,
|
|
48
|
+
GetMedicalVocabularyCommand: () => GetMedicalVocabularyCommand,
|
|
49
|
+
GetTranscriptionJobCommand: () => GetTranscriptionJobCommand,
|
|
50
|
+
GetVocabularyCommand: () => GetVocabularyCommand,
|
|
51
|
+
GetVocabularyFilterCommand: () => GetVocabularyFilterCommand,
|
|
52
|
+
InputType: () => InputType,
|
|
53
|
+
InternalFailureException: () => InternalFailureException,
|
|
54
|
+
LanguageCode: () => LanguageCode,
|
|
55
|
+
LimitExceededException: () => LimitExceededException,
|
|
56
|
+
ListCallAnalyticsCategoriesCommand: () => ListCallAnalyticsCategoriesCommand,
|
|
57
|
+
ListCallAnalyticsJobsCommand: () => ListCallAnalyticsJobsCommand,
|
|
58
|
+
ListLanguageModelsCommand: () => ListLanguageModelsCommand,
|
|
59
|
+
ListMedicalScribeJobsCommand: () => ListMedicalScribeJobsCommand,
|
|
60
|
+
ListMedicalTranscriptionJobsCommand: () => ListMedicalTranscriptionJobsCommand,
|
|
61
|
+
ListMedicalVocabulariesCommand: () => ListMedicalVocabulariesCommand,
|
|
62
|
+
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
63
|
+
ListTranscriptionJobsCommand: () => ListTranscriptionJobsCommand,
|
|
64
|
+
ListVocabulariesCommand: () => ListVocabulariesCommand,
|
|
65
|
+
ListVocabularyFiltersCommand: () => ListVocabularyFiltersCommand,
|
|
66
|
+
MediaFormat: () => MediaFormat,
|
|
67
|
+
MedicalContentIdentificationType: () => MedicalContentIdentificationType,
|
|
68
|
+
MedicalScribeJobStatus: () => MedicalScribeJobStatus,
|
|
69
|
+
MedicalScribeLanguageCode: () => MedicalScribeLanguageCode,
|
|
70
|
+
MedicalScribeParticipantRole: () => MedicalScribeParticipantRole,
|
|
71
|
+
ModelStatus: () => ModelStatus,
|
|
72
|
+
NotFoundException: () => NotFoundException,
|
|
73
|
+
OutputLocationType: () => OutputLocationType,
|
|
74
|
+
ParticipantRole: () => ParticipantRole,
|
|
75
|
+
PiiEntityType: () => PiiEntityType,
|
|
76
|
+
RedactionOutput: () => RedactionOutput,
|
|
77
|
+
RedactionType: () => RedactionType,
|
|
78
|
+
Rule: () => Rule,
|
|
79
|
+
SentimentValue: () => SentimentValue,
|
|
80
|
+
Specialty: () => Specialty,
|
|
81
|
+
StartCallAnalyticsJobCommand: () => StartCallAnalyticsJobCommand,
|
|
82
|
+
StartMedicalScribeJobCommand: () => StartMedicalScribeJobCommand,
|
|
83
|
+
StartMedicalTranscriptionJobCommand: () => StartMedicalTranscriptionJobCommand,
|
|
84
|
+
StartTranscriptionJobCommand: () => StartTranscriptionJobCommand,
|
|
85
|
+
SubtitleFormat: () => SubtitleFormat,
|
|
86
|
+
TagResourceCommand: () => TagResourceCommand,
|
|
87
|
+
ToxicityCategory: () => ToxicityCategory,
|
|
88
|
+
Transcribe: () => Transcribe,
|
|
89
|
+
TranscribeClient: () => TranscribeClient,
|
|
90
|
+
TranscribeServiceException: () => TranscribeServiceException,
|
|
91
|
+
TranscriptFilterType: () => TranscriptFilterType,
|
|
92
|
+
TranscriptionJobStatus: () => TranscriptionJobStatus,
|
|
93
|
+
Type: () => Type,
|
|
94
|
+
UntagResourceCommand: () => UntagResourceCommand,
|
|
95
|
+
UpdateCallAnalyticsCategoryCommand: () => UpdateCallAnalyticsCategoryCommand,
|
|
96
|
+
UpdateMedicalVocabularyCommand: () => UpdateMedicalVocabularyCommand,
|
|
97
|
+
UpdateVocabularyCommand: () => UpdateVocabularyCommand,
|
|
98
|
+
UpdateVocabularyFilterCommand: () => UpdateVocabularyFilterCommand,
|
|
99
|
+
VocabularyFilterMethod: () => VocabularyFilterMethod,
|
|
100
|
+
VocabularyState: () => VocabularyState,
|
|
101
|
+
__Client: () => import_smithy_client.Client,
|
|
102
|
+
paginateListCallAnalyticsCategories: () => paginateListCallAnalyticsCategories,
|
|
103
|
+
paginateListCallAnalyticsJobs: () => paginateListCallAnalyticsJobs,
|
|
104
|
+
paginateListLanguageModels: () => paginateListLanguageModels,
|
|
105
|
+
paginateListMedicalScribeJobs: () => paginateListMedicalScribeJobs,
|
|
106
|
+
paginateListMedicalTranscriptionJobs: () => paginateListMedicalTranscriptionJobs,
|
|
107
|
+
paginateListMedicalVocabularies: () => paginateListMedicalVocabularies,
|
|
108
|
+
paginateListTranscriptionJobs: () => paginateListTranscriptionJobs,
|
|
109
|
+
paginateListVocabularies: () => paginateListVocabularies,
|
|
110
|
+
paginateListVocabularyFilters: () => paginateListVocabularyFilters
|
|
111
|
+
});
|
|
112
|
+
module.exports = __toCommonJS(src_exports);
|
|
113
|
+
|
|
114
|
+
// src/TranscribeClient.ts
|
|
115
|
+
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
116
|
+
var import_middleware_logger = require("@aws-sdk/middleware-logger");
|
|
117
|
+
var import_middleware_recursion_detection = require("@aws-sdk/middleware-recursion-detection");
|
|
118
|
+
var import_middleware_signing = require("@aws-sdk/middleware-signing");
|
|
119
|
+
var import_middleware_user_agent = require("@aws-sdk/middleware-user-agent");
|
|
120
|
+
var import_config_resolver = require("@smithy/config-resolver");
|
|
121
|
+
var import_middleware_content_length = require("@smithy/middleware-content-length");
|
|
122
|
+
var import_middleware_endpoint = require("@smithy/middleware-endpoint");
|
|
123
|
+
var import_middleware_retry = require("@smithy/middleware-retry");
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
// src/endpoint/EndpointParameters.ts
|
|
127
|
+
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
|
128
|
+
return {
|
|
129
|
+
...options,
|
|
130
|
+
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
131
|
+
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
132
|
+
defaultSigningName: "transcribe"
|
|
133
|
+
};
|
|
134
|
+
}, "resolveClientEndpointParameters");
|
|
135
|
+
var commonParams = {
|
|
136
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
137
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
138
|
+
Region: { type: "builtInParams", name: "region" },
|
|
139
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
140
|
+
};
|
|
141
|
+
|
|
142
|
+
// src/TranscribeClient.ts
|
|
143
|
+
var import_runtimeConfig = require("././runtimeConfig");
|
|
144
|
+
|
|
145
|
+
// src/runtimeExtensions.ts
|
|
146
|
+
var import_region_config_resolver = require("@aws-sdk/region-config-resolver");
|
|
147
|
+
var import_protocol_http = require("@smithy/protocol-http");
|
|
148
|
+
var import_smithy_client = require("@smithy/smithy-client");
|
|
149
|
+
var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
|
|
150
|
+
var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
151
|
+
const extensionConfiguration = {
|
|
152
|
+
...asPartial((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig)),
|
|
153
|
+
...asPartial((0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig)),
|
|
154
|
+
...asPartial((0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig))
|
|
155
|
+
};
|
|
156
|
+
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
157
|
+
return {
|
|
158
|
+
...runtimeConfig,
|
|
159
|
+
...(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
160
|
+
...(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
161
|
+
...(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration)
|
|
162
|
+
};
|
|
163
|
+
}, "resolveRuntimeExtensions");
|
|
164
|
+
|
|
165
|
+
// src/TranscribeClient.ts
|
|
166
|
+
var _TranscribeClient = class _TranscribeClient extends import_smithy_client.Client {
|
|
167
|
+
constructor(...[configuration]) {
|
|
168
|
+
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
169
|
+
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
170
|
+
const _config_2 = (0, import_config_resolver.resolveRegionConfig)(_config_1);
|
|
171
|
+
const _config_3 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_2);
|
|
172
|
+
const _config_4 = (0, import_middleware_retry.resolveRetryConfig)(_config_3);
|
|
173
|
+
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
174
|
+
const _config_6 = (0, import_middleware_signing.resolveAwsAuthConfig)(_config_5);
|
|
175
|
+
const _config_7 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_6);
|
|
176
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
|
|
177
|
+
super(_config_8);
|
|
178
|
+
this.config = _config_8;
|
|
179
|
+
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
180
|
+
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
181
|
+
this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
|
|
182
|
+
this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
|
|
183
|
+
this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
|
|
184
|
+
this.middlewareStack.use((0, import_middleware_signing.getAwsAuthPlugin)(this.config));
|
|
185
|
+
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
186
|
+
}
|
|
187
|
+
/**
|
|
188
|
+
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
189
|
+
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
190
|
+
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
191
|
+
*/
|
|
192
|
+
destroy() {
|
|
193
|
+
super.destroy();
|
|
194
|
+
}
|
|
195
|
+
};
|
|
196
|
+
__name(_TranscribeClient, "TranscribeClient");
|
|
197
|
+
var TranscribeClient = _TranscribeClient;
|
|
198
|
+
|
|
199
|
+
// src/Transcribe.ts
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
// src/commands/CreateCallAnalyticsCategoryCommand.ts
|
|
203
|
+
|
|
204
|
+
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
205
|
+
|
|
206
|
+
var import_types = require("@smithy/types");
|
|
207
|
+
|
|
208
|
+
// src/protocols/Aws_json1_1.ts
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
// src/models/TranscribeServiceException.ts
|
|
213
|
+
|
|
214
|
+
var _TranscribeServiceException = class _TranscribeServiceException extends import_smithy_client.ServiceException {
|
|
215
|
+
/**
|
|
216
|
+
* @internal
|
|
217
|
+
*/
|
|
218
|
+
constructor(options) {
|
|
219
|
+
super(options);
|
|
220
|
+
Object.setPrototypeOf(this, _TranscribeServiceException.prototype);
|
|
221
|
+
}
|
|
222
|
+
};
|
|
223
|
+
__name(_TranscribeServiceException, "TranscribeServiceException");
|
|
224
|
+
var TranscribeServiceException = _TranscribeServiceException;
|
|
225
|
+
|
|
226
|
+
// src/models/models_0.ts
|
|
227
|
+
var _BadRequestException = class _BadRequestException extends TranscribeServiceException {
|
|
228
|
+
/**
|
|
229
|
+
* @internal
|
|
230
|
+
*/
|
|
231
|
+
constructor(opts) {
|
|
232
|
+
super({
|
|
233
|
+
name: "BadRequestException",
|
|
234
|
+
$fault: "client",
|
|
235
|
+
...opts
|
|
236
|
+
});
|
|
237
|
+
this.name = "BadRequestException";
|
|
238
|
+
this.$fault = "client";
|
|
239
|
+
Object.setPrototypeOf(this, _BadRequestException.prototype);
|
|
240
|
+
this.Message = opts.Message;
|
|
241
|
+
}
|
|
242
|
+
};
|
|
243
|
+
__name(_BadRequestException, "BadRequestException");
|
|
244
|
+
var BadRequestException = _BadRequestException;
|
|
245
|
+
var BaseModelName = {
|
|
246
|
+
NARROW_BAND: "NarrowBand",
|
|
247
|
+
WIDE_BAND: "WideBand"
|
|
248
|
+
};
|
|
249
|
+
var CallAnalyticsJobStatus = {
|
|
250
|
+
COMPLETED: "COMPLETED",
|
|
251
|
+
FAILED: "FAILED",
|
|
252
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
253
|
+
QUEUED: "QUEUED"
|
|
254
|
+
};
|
|
255
|
+
var ParticipantRole = {
|
|
256
|
+
AGENT: "AGENT",
|
|
257
|
+
CUSTOMER: "CUSTOMER"
|
|
258
|
+
};
|
|
259
|
+
var LanguageCode = {
|
|
260
|
+
AB_GE: "ab-GE",
|
|
261
|
+
AF_ZA: "af-ZA",
|
|
262
|
+
AR_AE: "ar-AE",
|
|
263
|
+
AR_SA: "ar-SA",
|
|
264
|
+
AST_ES: "ast-ES",
|
|
265
|
+
AZ_AZ: "az-AZ",
|
|
266
|
+
BA_RU: "ba-RU",
|
|
267
|
+
BE_BY: "be-BY",
|
|
268
|
+
BG_BG: "bg-BG",
|
|
269
|
+
BN_IN: "bn-IN",
|
|
270
|
+
BS_BA: "bs-BA",
|
|
271
|
+
CA_ES: "ca-ES",
|
|
272
|
+
CKB_IQ: "ckb-IQ",
|
|
273
|
+
CKB_IR: "ckb-IR",
|
|
274
|
+
CS_CZ: "cs-CZ",
|
|
275
|
+
CY_WL: "cy-WL",
|
|
276
|
+
DA_DK: "da-DK",
|
|
277
|
+
DE_CH: "de-CH",
|
|
278
|
+
DE_DE: "de-DE",
|
|
279
|
+
EL_GR: "el-GR",
|
|
280
|
+
EN_AB: "en-AB",
|
|
281
|
+
EN_AU: "en-AU",
|
|
282
|
+
EN_GB: "en-GB",
|
|
283
|
+
EN_IE: "en-IE",
|
|
284
|
+
EN_IN: "en-IN",
|
|
285
|
+
EN_NZ: "en-NZ",
|
|
286
|
+
EN_US: "en-US",
|
|
287
|
+
EN_WL: "en-WL",
|
|
288
|
+
EN_ZA: "en-ZA",
|
|
289
|
+
ES_ES: "es-ES",
|
|
290
|
+
ES_US: "es-US",
|
|
291
|
+
ET_ET: "et-ET",
|
|
292
|
+
EU_ES: "eu-ES",
|
|
293
|
+
FA_IR: "fa-IR",
|
|
294
|
+
FI_FI: "fi-FI",
|
|
295
|
+
FR_CA: "fr-CA",
|
|
296
|
+
FR_FR: "fr-FR",
|
|
297
|
+
GL_ES: "gl-ES",
|
|
298
|
+
GU_IN: "gu-IN",
|
|
299
|
+
HA_NG: "ha-NG",
|
|
300
|
+
HE_IL: "he-IL",
|
|
301
|
+
HI_IN: "hi-IN",
|
|
302
|
+
HR_HR: "hr-HR",
|
|
303
|
+
HU_HU: "hu-HU",
|
|
304
|
+
HY_AM: "hy-AM",
|
|
305
|
+
ID_ID: "id-ID",
|
|
306
|
+
IS_IS: "is-IS",
|
|
307
|
+
IT_IT: "it-IT",
|
|
308
|
+
JA_JP: "ja-JP",
|
|
309
|
+
KAB_DZ: "kab-DZ",
|
|
310
|
+
KA_GE: "ka-GE",
|
|
311
|
+
KK_KZ: "kk-KZ",
|
|
312
|
+
KN_IN: "kn-IN",
|
|
313
|
+
KO_KR: "ko-KR",
|
|
314
|
+
KY_KG: "ky-KG",
|
|
315
|
+
LG_IN: "lg-IN",
|
|
316
|
+
LT_LT: "lt-LT",
|
|
317
|
+
LV_LV: "lv-LV",
|
|
318
|
+
MHR_RU: "mhr-RU",
|
|
319
|
+
MI_NZ: "mi-NZ",
|
|
320
|
+
MK_MK: "mk-MK",
|
|
321
|
+
ML_IN: "ml-IN",
|
|
322
|
+
MN_MN: "mn-MN",
|
|
323
|
+
MR_IN: "mr-IN",
|
|
324
|
+
MS_MY: "ms-MY",
|
|
325
|
+
MT_MT: "mt-MT",
|
|
326
|
+
NL_NL: "nl-NL",
|
|
327
|
+
NO_NO: "no-NO",
|
|
328
|
+
OR_IN: "or-IN",
|
|
329
|
+
PA_IN: "pa-IN",
|
|
330
|
+
PL_PL: "pl-PL",
|
|
331
|
+
PS_AF: "ps-AF",
|
|
332
|
+
PT_BR: "pt-BR",
|
|
333
|
+
PT_PT: "pt-PT",
|
|
334
|
+
RO_RO: "ro-RO",
|
|
335
|
+
RU_RU: "ru-RU",
|
|
336
|
+
RW_RW: "rw-RW",
|
|
337
|
+
SI_LK: "si-LK",
|
|
338
|
+
SK_SK: "sk-SK",
|
|
339
|
+
SL_SI: "sl-SI",
|
|
340
|
+
SO_SO: "so-SO",
|
|
341
|
+
SR_RS: "sr-RS",
|
|
342
|
+
SU_ID: "su-ID",
|
|
343
|
+
SV_SE: "sv-SE",
|
|
344
|
+
SW_BI: "sw-BI",
|
|
345
|
+
SW_KE: "sw-KE",
|
|
346
|
+
SW_RW: "sw-RW",
|
|
347
|
+
SW_TZ: "sw-TZ",
|
|
348
|
+
SW_UG: "sw-UG",
|
|
349
|
+
TA_IN: "ta-IN",
|
|
350
|
+
TE_IN: "te-IN",
|
|
351
|
+
TH_TH: "th-TH",
|
|
352
|
+
TL_PH: "tl-PH",
|
|
353
|
+
TR_TR: "tr-TR",
|
|
354
|
+
TT_RU: "tt-RU",
|
|
355
|
+
UG_CN: "ug-CN",
|
|
356
|
+
UK_UA: "uk-UA",
|
|
357
|
+
UZ_UZ: "uz-UZ",
|
|
358
|
+
VI_VN: "vi-VN",
|
|
359
|
+
WO_SN: "wo-SN",
|
|
360
|
+
ZH_CN: "zh-CN",
|
|
361
|
+
ZH_TW: "zh-TW",
|
|
362
|
+
ZU_ZA: "zu-ZA"
|
|
363
|
+
};
|
|
364
|
+
var MediaFormat = {
|
|
365
|
+
AMR: "amr",
|
|
366
|
+
FLAC: "flac",
|
|
367
|
+
M4A: "m4a",
|
|
368
|
+
MP3: "mp3",
|
|
369
|
+
MP4: "mp4",
|
|
370
|
+
OGG: "ogg",
|
|
371
|
+
WAV: "wav",
|
|
372
|
+
WEBM: "webm"
|
|
373
|
+
};
|
|
374
|
+
var PiiEntityType = {
|
|
375
|
+
ADDRESS: "ADDRESS",
|
|
376
|
+
ALL: "ALL",
|
|
377
|
+
BANK_ACCOUNT_NUMBER: "BANK_ACCOUNT_NUMBER",
|
|
378
|
+
BANK_ROUTING: "BANK_ROUTING",
|
|
379
|
+
CREDIT_DEBIT_CVV: "CREDIT_DEBIT_CVV",
|
|
380
|
+
CREDIT_DEBIT_EXPIRY: "CREDIT_DEBIT_EXPIRY",
|
|
381
|
+
CREDIT_DEBIT_NUMBER: "CREDIT_DEBIT_NUMBER",
|
|
382
|
+
EMAIL: "EMAIL",
|
|
383
|
+
NAME: "NAME",
|
|
384
|
+
PHONE: "PHONE",
|
|
385
|
+
PIN: "PIN",
|
|
386
|
+
SSN: "SSN"
|
|
387
|
+
};
|
|
388
|
+
var RedactionOutput = {
|
|
389
|
+
REDACTED: "redacted",
|
|
390
|
+
REDACTED_AND_UNREDACTED: "redacted_and_unredacted"
|
|
391
|
+
};
|
|
392
|
+
var RedactionType = {
|
|
393
|
+
PII: "PII"
|
|
394
|
+
};
|
|
395
|
+
var VocabularyFilterMethod = {
|
|
396
|
+
MASK: "mask",
|
|
397
|
+
REMOVE: "remove",
|
|
398
|
+
TAG: "tag"
|
|
399
|
+
};
|
|
400
|
+
var InputType = {
|
|
401
|
+
POST_CALL: "POST_CALL",
|
|
402
|
+
REAL_TIME: "REAL_TIME"
|
|
403
|
+
};
|
|
404
|
+
var SentimentValue = {
|
|
405
|
+
MIXED: "MIXED",
|
|
406
|
+
NEGATIVE: "NEGATIVE",
|
|
407
|
+
NEUTRAL: "NEUTRAL",
|
|
408
|
+
POSITIVE: "POSITIVE"
|
|
409
|
+
};
|
|
410
|
+
var TranscriptFilterType = {
|
|
411
|
+
EXACT: "EXACT"
|
|
412
|
+
};
|
|
413
|
+
var Rule;
|
|
414
|
+
((Rule3) => {
|
|
415
|
+
Rule3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
416
|
+
if (value.NonTalkTimeFilter !== void 0)
|
|
417
|
+
return visitor.NonTalkTimeFilter(value.NonTalkTimeFilter);
|
|
418
|
+
if (value.InterruptionFilter !== void 0)
|
|
419
|
+
return visitor.InterruptionFilter(value.InterruptionFilter);
|
|
420
|
+
if (value.TranscriptFilter !== void 0)
|
|
421
|
+
return visitor.TranscriptFilter(value.TranscriptFilter);
|
|
422
|
+
if (value.SentimentFilter !== void 0)
|
|
423
|
+
return visitor.SentimentFilter(value.SentimentFilter);
|
|
424
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
425
|
+
}, "visit");
|
|
426
|
+
})(Rule || (Rule = {}));
|
|
427
|
+
var CLMLanguageCode = {
|
|
428
|
+
DE_DE: "de-DE",
|
|
429
|
+
EN_AU: "en-AU",
|
|
430
|
+
EN_GB: "en-GB",
|
|
431
|
+
EN_US: "en-US",
|
|
432
|
+
ES_US: "es-US",
|
|
433
|
+
HI_IN: "hi-IN",
|
|
434
|
+
JA_JP: "ja-JP"
|
|
435
|
+
};
|
|
436
|
+
var _ConflictException = class _ConflictException extends TranscribeServiceException {
|
|
437
|
+
/**
|
|
438
|
+
* @internal
|
|
439
|
+
*/
|
|
440
|
+
constructor(opts) {
|
|
441
|
+
super({
|
|
442
|
+
name: "ConflictException",
|
|
443
|
+
$fault: "client",
|
|
444
|
+
...opts
|
|
445
|
+
});
|
|
446
|
+
this.name = "ConflictException";
|
|
447
|
+
this.$fault = "client";
|
|
448
|
+
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
449
|
+
this.Message = opts.Message;
|
|
450
|
+
}
|
|
451
|
+
};
|
|
452
|
+
__name(_ConflictException, "ConflictException");
|
|
453
|
+
var ConflictException = _ConflictException;
|
|
454
|
+
var _InternalFailureException = class _InternalFailureException extends TranscribeServiceException {
|
|
455
|
+
/**
|
|
456
|
+
* @internal
|
|
457
|
+
*/
|
|
458
|
+
constructor(opts) {
|
|
459
|
+
super({
|
|
460
|
+
name: "InternalFailureException",
|
|
461
|
+
$fault: "server",
|
|
462
|
+
...opts
|
|
463
|
+
});
|
|
464
|
+
this.name = "InternalFailureException";
|
|
465
|
+
this.$fault = "server";
|
|
466
|
+
Object.setPrototypeOf(this, _InternalFailureException.prototype);
|
|
467
|
+
this.Message = opts.Message;
|
|
468
|
+
}
|
|
469
|
+
};
|
|
470
|
+
__name(_InternalFailureException, "InternalFailureException");
|
|
471
|
+
var InternalFailureException = _InternalFailureException;
|
|
472
|
+
var _LimitExceededException = class _LimitExceededException extends TranscribeServiceException {
|
|
473
|
+
/**
|
|
474
|
+
* @internal
|
|
475
|
+
*/
|
|
476
|
+
constructor(opts) {
|
|
477
|
+
super({
|
|
478
|
+
name: "LimitExceededException",
|
|
479
|
+
$fault: "client",
|
|
480
|
+
...opts
|
|
481
|
+
});
|
|
482
|
+
this.name = "LimitExceededException";
|
|
483
|
+
this.$fault = "client";
|
|
484
|
+
Object.setPrototypeOf(this, _LimitExceededException.prototype);
|
|
485
|
+
this.Message = opts.Message;
|
|
486
|
+
}
|
|
487
|
+
};
|
|
488
|
+
__name(_LimitExceededException, "LimitExceededException");
|
|
489
|
+
var LimitExceededException = _LimitExceededException;
|
|
490
|
+
var ModelStatus = {
|
|
491
|
+
COMPLETED: "COMPLETED",
|
|
492
|
+
FAILED: "FAILED",
|
|
493
|
+
IN_PROGRESS: "IN_PROGRESS"
|
|
494
|
+
};
|
|
495
|
+
var VocabularyState = {
|
|
496
|
+
FAILED: "FAILED",
|
|
497
|
+
PENDING: "PENDING",
|
|
498
|
+
READY: "READY"
|
|
499
|
+
};
|
|
500
|
+
var _NotFoundException = class _NotFoundException extends TranscribeServiceException {
|
|
501
|
+
/**
|
|
502
|
+
* @internal
|
|
503
|
+
*/
|
|
504
|
+
constructor(opts) {
|
|
505
|
+
super({
|
|
506
|
+
name: "NotFoundException",
|
|
507
|
+
$fault: "client",
|
|
508
|
+
...opts
|
|
509
|
+
});
|
|
510
|
+
this.name = "NotFoundException";
|
|
511
|
+
this.$fault = "client";
|
|
512
|
+
Object.setPrototypeOf(this, _NotFoundException.prototype);
|
|
513
|
+
this.Message = opts.Message;
|
|
514
|
+
}
|
|
515
|
+
};
|
|
516
|
+
__name(_NotFoundException, "NotFoundException");
|
|
517
|
+
var NotFoundException = _NotFoundException;
|
|
518
|
+
var MedicalScribeParticipantRole = {
|
|
519
|
+
CLINICIAN: "CLINICIAN",
|
|
520
|
+
PATIENT: "PATIENT"
|
|
521
|
+
};
|
|
522
|
+
var MedicalScribeLanguageCode = {
|
|
523
|
+
EN_US: "en-US"
|
|
524
|
+
};
|
|
525
|
+
var MedicalScribeJobStatus = {
|
|
526
|
+
COMPLETED: "COMPLETED",
|
|
527
|
+
FAILED: "FAILED",
|
|
528
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
529
|
+
QUEUED: "QUEUED"
|
|
530
|
+
};
|
|
531
|
+
var MedicalContentIdentificationType = {
|
|
532
|
+
PHI: "PHI"
|
|
533
|
+
};
|
|
534
|
+
var Specialty = {
|
|
535
|
+
PRIMARYCARE: "PRIMARYCARE"
|
|
536
|
+
};
|
|
537
|
+
var TranscriptionJobStatus = {
|
|
538
|
+
COMPLETED: "COMPLETED",
|
|
539
|
+
FAILED: "FAILED",
|
|
540
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
541
|
+
QUEUED: "QUEUED"
|
|
542
|
+
};
|
|
543
|
+
var Type = {
|
|
544
|
+
CONVERSATION: "CONVERSATION",
|
|
545
|
+
DICTATION: "DICTATION"
|
|
546
|
+
};
|
|
547
|
+
var SubtitleFormat = {
|
|
548
|
+
SRT: "srt",
|
|
549
|
+
VTT: "vtt"
|
|
550
|
+
};
|
|
551
|
+
var ToxicityCategory = {
|
|
552
|
+
ALL: "ALL"
|
|
553
|
+
};
|
|
554
|
+
var OutputLocationType = {
|
|
555
|
+
CUSTOMER_BUCKET: "CUSTOMER_BUCKET",
|
|
556
|
+
SERVICE_BUCKET: "SERVICE_BUCKET"
|
|
557
|
+
};
|
|
558
|
+
|
|
559
|
+
// src/protocols/Aws_json1_1.ts
|
|
560
|
+
var se_CreateCallAnalyticsCategoryCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
561
|
+
const headers = sharedHeaders("CreateCallAnalyticsCategory");
|
|
562
|
+
let body;
|
|
563
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
564
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
565
|
+
}, "se_CreateCallAnalyticsCategoryCommand");
|
|
566
|
+
var se_CreateLanguageModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
567
|
+
const headers = sharedHeaders("CreateLanguageModel");
|
|
568
|
+
let body;
|
|
569
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
570
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
571
|
+
}, "se_CreateLanguageModelCommand");
|
|
572
|
+
var se_CreateMedicalVocabularyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
573
|
+
const headers = sharedHeaders("CreateMedicalVocabulary");
|
|
574
|
+
let body;
|
|
575
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
576
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
577
|
+
}, "se_CreateMedicalVocabularyCommand");
|
|
578
|
+
var se_CreateVocabularyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
579
|
+
const headers = sharedHeaders("CreateVocabulary");
|
|
580
|
+
let body;
|
|
581
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
582
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
583
|
+
}, "se_CreateVocabularyCommand");
|
|
584
|
+
var se_CreateVocabularyFilterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
585
|
+
const headers = sharedHeaders("CreateVocabularyFilter");
|
|
586
|
+
let body;
|
|
587
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
588
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
589
|
+
}, "se_CreateVocabularyFilterCommand");
|
|
590
|
+
var se_DeleteCallAnalyticsCategoryCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
591
|
+
const headers = sharedHeaders("DeleteCallAnalyticsCategory");
|
|
592
|
+
let body;
|
|
593
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
594
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
595
|
+
}, "se_DeleteCallAnalyticsCategoryCommand");
|
|
596
|
+
var se_DeleteCallAnalyticsJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
597
|
+
const headers = sharedHeaders("DeleteCallAnalyticsJob");
|
|
598
|
+
let body;
|
|
599
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
600
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
601
|
+
}, "se_DeleteCallAnalyticsJobCommand");
|
|
602
|
+
var se_DeleteLanguageModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
603
|
+
const headers = sharedHeaders("DeleteLanguageModel");
|
|
604
|
+
let body;
|
|
605
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
606
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
607
|
+
}, "se_DeleteLanguageModelCommand");
|
|
608
|
+
var se_DeleteMedicalScribeJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
609
|
+
const headers = sharedHeaders("DeleteMedicalScribeJob");
|
|
610
|
+
let body;
|
|
611
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
612
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
613
|
+
}, "se_DeleteMedicalScribeJobCommand");
|
|
614
|
+
var se_DeleteMedicalTranscriptionJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
615
|
+
const headers = sharedHeaders("DeleteMedicalTranscriptionJob");
|
|
616
|
+
let body;
|
|
617
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
618
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
619
|
+
}, "se_DeleteMedicalTranscriptionJobCommand");
|
|
620
|
+
var se_DeleteMedicalVocabularyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
621
|
+
const headers = sharedHeaders("DeleteMedicalVocabulary");
|
|
622
|
+
let body;
|
|
623
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
624
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
625
|
+
}, "se_DeleteMedicalVocabularyCommand");
|
|
626
|
+
var se_DeleteTranscriptionJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
627
|
+
const headers = sharedHeaders("DeleteTranscriptionJob");
|
|
628
|
+
let body;
|
|
629
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
630
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
631
|
+
}, "se_DeleteTranscriptionJobCommand");
|
|
632
|
+
var se_DeleteVocabularyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
633
|
+
const headers = sharedHeaders("DeleteVocabulary");
|
|
634
|
+
let body;
|
|
635
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
636
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
637
|
+
}, "se_DeleteVocabularyCommand");
|
|
638
|
+
var se_DeleteVocabularyFilterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
639
|
+
const headers = sharedHeaders("DeleteVocabularyFilter");
|
|
640
|
+
let body;
|
|
641
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
642
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
643
|
+
}, "se_DeleteVocabularyFilterCommand");
|
|
644
|
+
var se_DescribeLanguageModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
645
|
+
const headers = sharedHeaders("DescribeLanguageModel");
|
|
646
|
+
let body;
|
|
647
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
648
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
649
|
+
}, "se_DescribeLanguageModelCommand");
|
|
650
|
+
var se_GetCallAnalyticsCategoryCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
651
|
+
const headers = sharedHeaders("GetCallAnalyticsCategory");
|
|
652
|
+
let body;
|
|
653
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
654
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
655
|
+
}, "se_GetCallAnalyticsCategoryCommand");
|
|
656
|
+
var se_GetCallAnalyticsJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
657
|
+
const headers = sharedHeaders("GetCallAnalyticsJob");
|
|
658
|
+
let body;
|
|
659
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
660
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
661
|
+
}, "se_GetCallAnalyticsJobCommand");
|
|
662
|
+
var se_GetMedicalScribeJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
663
|
+
const headers = sharedHeaders("GetMedicalScribeJob");
|
|
664
|
+
let body;
|
|
665
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
666
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
667
|
+
}, "se_GetMedicalScribeJobCommand");
|
|
668
|
+
var se_GetMedicalTranscriptionJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
669
|
+
const headers = sharedHeaders("GetMedicalTranscriptionJob");
|
|
670
|
+
let body;
|
|
671
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
672
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
673
|
+
}, "se_GetMedicalTranscriptionJobCommand");
|
|
674
|
+
var se_GetMedicalVocabularyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
675
|
+
const headers = sharedHeaders("GetMedicalVocabulary");
|
|
676
|
+
let body;
|
|
677
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
678
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
679
|
+
}, "se_GetMedicalVocabularyCommand");
|
|
680
|
+
var se_GetTranscriptionJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
681
|
+
const headers = sharedHeaders("GetTranscriptionJob");
|
|
682
|
+
let body;
|
|
683
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
684
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
685
|
+
}, "se_GetTranscriptionJobCommand");
|
|
686
|
+
var se_GetVocabularyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
687
|
+
const headers = sharedHeaders("GetVocabulary");
|
|
688
|
+
let body;
|
|
689
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
690
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
691
|
+
}, "se_GetVocabularyCommand");
|
|
692
|
+
var se_GetVocabularyFilterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
693
|
+
const headers = sharedHeaders("GetVocabularyFilter");
|
|
694
|
+
let body;
|
|
695
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
696
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
697
|
+
}, "se_GetVocabularyFilterCommand");
|
|
698
|
+
var se_ListCallAnalyticsCategoriesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
699
|
+
const headers = sharedHeaders("ListCallAnalyticsCategories");
|
|
700
|
+
let body;
|
|
701
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
702
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
703
|
+
}, "se_ListCallAnalyticsCategoriesCommand");
|
|
704
|
+
var se_ListCallAnalyticsJobsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
705
|
+
const headers = sharedHeaders("ListCallAnalyticsJobs");
|
|
706
|
+
let body;
|
|
707
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
708
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
709
|
+
}, "se_ListCallAnalyticsJobsCommand");
|
|
710
|
+
var se_ListLanguageModelsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
711
|
+
const headers = sharedHeaders("ListLanguageModels");
|
|
712
|
+
let body;
|
|
713
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
714
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
715
|
+
}, "se_ListLanguageModelsCommand");
|
|
716
|
+
var se_ListMedicalScribeJobsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
717
|
+
const headers = sharedHeaders("ListMedicalScribeJobs");
|
|
718
|
+
let body;
|
|
719
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
720
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
721
|
+
}, "se_ListMedicalScribeJobsCommand");
|
|
722
|
+
var se_ListMedicalTranscriptionJobsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
723
|
+
const headers = sharedHeaders("ListMedicalTranscriptionJobs");
|
|
724
|
+
let body;
|
|
725
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
726
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
727
|
+
}, "se_ListMedicalTranscriptionJobsCommand");
|
|
728
|
+
var se_ListMedicalVocabulariesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
729
|
+
const headers = sharedHeaders("ListMedicalVocabularies");
|
|
730
|
+
let body;
|
|
731
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
732
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
733
|
+
}, "se_ListMedicalVocabulariesCommand");
|
|
734
|
+
var se_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
735
|
+
const headers = sharedHeaders("ListTagsForResource");
|
|
736
|
+
let body;
|
|
737
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
738
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
739
|
+
}, "se_ListTagsForResourceCommand");
|
|
740
|
+
var se_ListTranscriptionJobsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
741
|
+
const headers = sharedHeaders("ListTranscriptionJobs");
|
|
742
|
+
let body;
|
|
743
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
744
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
745
|
+
}, "se_ListTranscriptionJobsCommand");
|
|
746
|
+
var se_ListVocabulariesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
747
|
+
const headers = sharedHeaders("ListVocabularies");
|
|
748
|
+
let body;
|
|
749
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
750
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
751
|
+
}, "se_ListVocabulariesCommand");
|
|
752
|
+
var se_ListVocabularyFiltersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
753
|
+
const headers = sharedHeaders("ListVocabularyFilters");
|
|
754
|
+
let body;
|
|
755
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
756
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
757
|
+
}, "se_ListVocabularyFiltersCommand");
|
|
758
|
+
var se_StartCallAnalyticsJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
759
|
+
const headers = sharedHeaders("StartCallAnalyticsJob");
|
|
760
|
+
let body;
|
|
761
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
762
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
763
|
+
}, "se_StartCallAnalyticsJobCommand");
|
|
764
|
+
var se_StartMedicalScribeJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
765
|
+
const headers = sharedHeaders("StartMedicalScribeJob");
|
|
766
|
+
let body;
|
|
767
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
768
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
769
|
+
}, "se_StartMedicalScribeJobCommand");
|
|
770
|
+
var se_StartMedicalTranscriptionJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
771
|
+
const headers = sharedHeaders("StartMedicalTranscriptionJob");
|
|
772
|
+
let body;
|
|
773
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
774
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
775
|
+
}, "se_StartMedicalTranscriptionJobCommand");
|
|
776
|
+
var se_StartTranscriptionJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
777
|
+
const headers = sharedHeaders("StartTranscriptionJob");
|
|
778
|
+
let body;
|
|
779
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
780
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
781
|
+
}, "se_StartTranscriptionJobCommand");
|
|
782
|
+
var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
783
|
+
const headers = sharedHeaders("TagResource");
|
|
784
|
+
let body;
|
|
785
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
786
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
787
|
+
}, "se_TagResourceCommand");
|
|
788
|
+
var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
789
|
+
const headers = sharedHeaders("UntagResource");
|
|
790
|
+
let body;
|
|
791
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
792
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
793
|
+
}, "se_UntagResourceCommand");
|
|
794
|
+
var se_UpdateCallAnalyticsCategoryCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
795
|
+
const headers = sharedHeaders("UpdateCallAnalyticsCategory");
|
|
796
|
+
let body;
|
|
797
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
798
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
799
|
+
}, "se_UpdateCallAnalyticsCategoryCommand");
|
|
800
|
+
var se_UpdateMedicalVocabularyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
801
|
+
const headers = sharedHeaders("UpdateMedicalVocabulary");
|
|
802
|
+
let body;
|
|
803
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
804
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
805
|
+
}, "se_UpdateMedicalVocabularyCommand");
|
|
806
|
+
var se_UpdateVocabularyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
807
|
+
const headers = sharedHeaders("UpdateVocabulary");
|
|
808
|
+
let body;
|
|
809
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
810
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
811
|
+
}, "se_UpdateVocabularyCommand");
|
|
812
|
+
var se_UpdateVocabularyFilterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
813
|
+
const headers = sharedHeaders("UpdateVocabularyFilter");
|
|
814
|
+
let body;
|
|
815
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
816
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
817
|
+
}, "se_UpdateVocabularyFilterCommand");
|
|
818
|
+
var de_CreateCallAnalyticsCategoryCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
819
|
+
if (output.statusCode >= 300) {
|
|
820
|
+
return de_CreateCallAnalyticsCategoryCommandError(output, context);
|
|
821
|
+
}
|
|
822
|
+
const data = await parseBody(output.body, context);
|
|
823
|
+
let contents = {};
|
|
824
|
+
contents = de_CreateCallAnalyticsCategoryResponse(data, context);
|
|
825
|
+
const response = {
|
|
826
|
+
$metadata: deserializeMetadata(output),
|
|
827
|
+
...contents
|
|
828
|
+
};
|
|
829
|
+
return response;
|
|
830
|
+
}, "de_CreateCallAnalyticsCategoryCommand");
|
|
831
|
+
var de_CreateCallAnalyticsCategoryCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
832
|
+
const parsedOutput = {
|
|
833
|
+
...output,
|
|
834
|
+
body: await parseErrorBody(output.body, context)
|
|
835
|
+
};
|
|
836
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
837
|
+
switch (errorCode) {
|
|
838
|
+
case "BadRequestException":
|
|
839
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
840
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
841
|
+
case "ConflictException":
|
|
842
|
+
case "com.amazonaws.transcribe#ConflictException":
|
|
843
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
844
|
+
case "InternalFailureException":
|
|
845
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
846
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
847
|
+
case "LimitExceededException":
|
|
848
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
849
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
850
|
+
default:
|
|
851
|
+
const parsedBody = parsedOutput.body;
|
|
852
|
+
return throwDefaultError({
|
|
853
|
+
output,
|
|
854
|
+
parsedBody,
|
|
855
|
+
errorCode
|
|
856
|
+
});
|
|
857
|
+
}
|
|
858
|
+
}, "de_CreateCallAnalyticsCategoryCommandError");
|
|
859
|
+
var de_CreateLanguageModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
860
|
+
if (output.statusCode >= 300) {
|
|
861
|
+
return de_CreateLanguageModelCommandError(output, context);
|
|
862
|
+
}
|
|
863
|
+
const data = await parseBody(output.body, context);
|
|
864
|
+
let contents = {};
|
|
865
|
+
contents = (0, import_smithy_client._json)(data);
|
|
866
|
+
const response = {
|
|
867
|
+
$metadata: deserializeMetadata(output),
|
|
868
|
+
...contents
|
|
869
|
+
};
|
|
870
|
+
return response;
|
|
871
|
+
}, "de_CreateLanguageModelCommand");
|
|
872
|
+
var de_CreateLanguageModelCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
873
|
+
const parsedOutput = {
|
|
874
|
+
...output,
|
|
875
|
+
body: await parseErrorBody(output.body, context)
|
|
876
|
+
};
|
|
877
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
878
|
+
switch (errorCode) {
|
|
879
|
+
case "BadRequestException":
|
|
880
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
881
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
882
|
+
case "ConflictException":
|
|
883
|
+
case "com.amazonaws.transcribe#ConflictException":
|
|
884
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
885
|
+
case "InternalFailureException":
|
|
886
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
887
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
888
|
+
case "LimitExceededException":
|
|
889
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
890
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
891
|
+
default:
|
|
892
|
+
const parsedBody = parsedOutput.body;
|
|
893
|
+
return throwDefaultError({
|
|
894
|
+
output,
|
|
895
|
+
parsedBody,
|
|
896
|
+
errorCode
|
|
897
|
+
});
|
|
898
|
+
}
|
|
899
|
+
}, "de_CreateLanguageModelCommandError");
|
|
900
|
+
var de_CreateMedicalVocabularyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
901
|
+
if (output.statusCode >= 300) {
|
|
902
|
+
return de_CreateMedicalVocabularyCommandError(output, context);
|
|
903
|
+
}
|
|
904
|
+
const data = await parseBody(output.body, context);
|
|
905
|
+
let contents = {};
|
|
906
|
+
contents = de_CreateMedicalVocabularyResponse(data, context);
|
|
907
|
+
const response = {
|
|
908
|
+
$metadata: deserializeMetadata(output),
|
|
909
|
+
...contents
|
|
910
|
+
};
|
|
911
|
+
return response;
|
|
912
|
+
}, "de_CreateMedicalVocabularyCommand");
|
|
913
|
+
var de_CreateMedicalVocabularyCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
914
|
+
const parsedOutput = {
|
|
915
|
+
...output,
|
|
916
|
+
body: await parseErrorBody(output.body, context)
|
|
917
|
+
};
|
|
918
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
919
|
+
switch (errorCode) {
|
|
920
|
+
case "BadRequestException":
|
|
921
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
922
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
923
|
+
case "ConflictException":
|
|
924
|
+
case "com.amazonaws.transcribe#ConflictException":
|
|
925
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
926
|
+
case "InternalFailureException":
|
|
927
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
928
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
929
|
+
case "LimitExceededException":
|
|
930
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
931
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
932
|
+
default:
|
|
933
|
+
const parsedBody = parsedOutput.body;
|
|
934
|
+
return throwDefaultError({
|
|
935
|
+
output,
|
|
936
|
+
parsedBody,
|
|
937
|
+
errorCode
|
|
938
|
+
});
|
|
939
|
+
}
|
|
940
|
+
}, "de_CreateMedicalVocabularyCommandError");
|
|
941
|
+
var de_CreateVocabularyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
942
|
+
if (output.statusCode >= 300) {
|
|
943
|
+
return de_CreateVocabularyCommandError(output, context);
|
|
944
|
+
}
|
|
945
|
+
const data = await parseBody(output.body, context);
|
|
946
|
+
let contents = {};
|
|
947
|
+
contents = de_CreateVocabularyResponse(data, context);
|
|
948
|
+
const response = {
|
|
949
|
+
$metadata: deserializeMetadata(output),
|
|
950
|
+
...contents
|
|
951
|
+
};
|
|
952
|
+
return response;
|
|
953
|
+
}, "de_CreateVocabularyCommand");
|
|
954
|
+
var de_CreateVocabularyCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
955
|
+
const parsedOutput = {
|
|
956
|
+
...output,
|
|
957
|
+
body: await parseErrorBody(output.body, context)
|
|
958
|
+
};
|
|
959
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
960
|
+
switch (errorCode) {
|
|
961
|
+
case "BadRequestException":
|
|
962
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
963
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
964
|
+
case "ConflictException":
|
|
965
|
+
case "com.amazonaws.transcribe#ConflictException":
|
|
966
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
967
|
+
case "InternalFailureException":
|
|
968
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
969
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
970
|
+
case "LimitExceededException":
|
|
971
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
972
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
973
|
+
default:
|
|
974
|
+
const parsedBody = parsedOutput.body;
|
|
975
|
+
return throwDefaultError({
|
|
976
|
+
output,
|
|
977
|
+
parsedBody,
|
|
978
|
+
errorCode
|
|
979
|
+
});
|
|
980
|
+
}
|
|
981
|
+
}, "de_CreateVocabularyCommandError");
|
|
982
|
+
var de_CreateVocabularyFilterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
983
|
+
if (output.statusCode >= 300) {
|
|
984
|
+
return de_CreateVocabularyFilterCommandError(output, context);
|
|
985
|
+
}
|
|
986
|
+
const data = await parseBody(output.body, context);
|
|
987
|
+
let contents = {};
|
|
988
|
+
contents = de_CreateVocabularyFilterResponse(data, context);
|
|
989
|
+
const response = {
|
|
990
|
+
$metadata: deserializeMetadata(output),
|
|
991
|
+
...contents
|
|
992
|
+
};
|
|
993
|
+
return response;
|
|
994
|
+
}, "de_CreateVocabularyFilterCommand");
|
|
995
|
+
var de_CreateVocabularyFilterCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
996
|
+
const parsedOutput = {
|
|
997
|
+
...output,
|
|
998
|
+
body: await parseErrorBody(output.body, context)
|
|
999
|
+
};
|
|
1000
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1001
|
+
switch (errorCode) {
|
|
1002
|
+
case "BadRequestException":
|
|
1003
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1004
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1005
|
+
case "ConflictException":
|
|
1006
|
+
case "com.amazonaws.transcribe#ConflictException":
|
|
1007
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
1008
|
+
case "InternalFailureException":
|
|
1009
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1010
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1011
|
+
case "LimitExceededException":
|
|
1012
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1013
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1014
|
+
default:
|
|
1015
|
+
const parsedBody = parsedOutput.body;
|
|
1016
|
+
return throwDefaultError({
|
|
1017
|
+
output,
|
|
1018
|
+
parsedBody,
|
|
1019
|
+
errorCode
|
|
1020
|
+
});
|
|
1021
|
+
}
|
|
1022
|
+
}, "de_CreateVocabularyFilterCommandError");
|
|
1023
|
+
var de_DeleteCallAnalyticsCategoryCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1024
|
+
if (output.statusCode >= 300) {
|
|
1025
|
+
return de_DeleteCallAnalyticsCategoryCommandError(output, context);
|
|
1026
|
+
}
|
|
1027
|
+
const data = await parseBody(output.body, context);
|
|
1028
|
+
let contents = {};
|
|
1029
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1030
|
+
const response = {
|
|
1031
|
+
$metadata: deserializeMetadata(output),
|
|
1032
|
+
...contents
|
|
1033
|
+
};
|
|
1034
|
+
return response;
|
|
1035
|
+
}, "de_DeleteCallAnalyticsCategoryCommand");
|
|
1036
|
+
var de_DeleteCallAnalyticsCategoryCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1037
|
+
const parsedOutput = {
|
|
1038
|
+
...output,
|
|
1039
|
+
body: await parseErrorBody(output.body, context)
|
|
1040
|
+
};
|
|
1041
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1042
|
+
switch (errorCode) {
|
|
1043
|
+
case "BadRequestException":
|
|
1044
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1045
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1046
|
+
case "InternalFailureException":
|
|
1047
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1048
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1049
|
+
case "LimitExceededException":
|
|
1050
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1051
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1052
|
+
case "NotFoundException":
|
|
1053
|
+
case "com.amazonaws.transcribe#NotFoundException":
|
|
1054
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1055
|
+
default:
|
|
1056
|
+
const parsedBody = parsedOutput.body;
|
|
1057
|
+
return throwDefaultError({
|
|
1058
|
+
output,
|
|
1059
|
+
parsedBody,
|
|
1060
|
+
errorCode
|
|
1061
|
+
});
|
|
1062
|
+
}
|
|
1063
|
+
}, "de_DeleteCallAnalyticsCategoryCommandError");
|
|
1064
|
+
var de_DeleteCallAnalyticsJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1065
|
+
if (output.statusCode >= 300) {
|
|
1066
|
+
return de_DeleteCallAnalyticsJobCommandError(output, context);
|
|
1067
|
+
}
|
|
1068
|
+
const data = await parseBody(output.body, context);
|
|
1069
|
+
let contents = {};
|
|
1070
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1071
|
+
const response = {
|
|
1072
|
+
$metadata: deserializeMetadata(output),
|
|
1073
|
+
...contents
|
|
1074
|
+
};
|
|
1075
|
+
return response;
|
|
1076
|
+
}, "de_DeleteCallAnalyticsJobCommand");
|
|
1077
|
+
var de_DeleteCallAnalyticsJobCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1078
|
+
const parsedOutput = {
|
|
1079
|
+
...output,
|
|
1080
|
+
body: await parseErrorBody(output.body, context)
|
|
1081
|
+
};
|
|
1082
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1083
|
+
switch (errorCode) {
|
|
1084
|
+
case "BadRequestException":
|
|
1085
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1086
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1087
|
+
case "InternalFailureException":
|
|
1088
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1089
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1090
|
+
case "LimitExceededException":
|
|
1091
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1092
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1093
|
+
default:
|
|
1094
|
+
const parsedBody = parsedOutput.body;
|
|
1095
|
+
return throwDefaultError({
|
|
1096
|
+
output,
|
|
1097
|
+
parsedBody,
|
|
1098
|
+
errorCode
|
|
1099
|
+
});
|
|
1100
|
+
}
|
|
1101
|
+
}, "de_DeleteCallAnalyticsJobCommandError");
|
|
1102
|
+
var de_DeleteLanguageModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1103
|
+
if (output.statusCode >= 300) {
|
|
1104
|
+
return de_DeleteLanguageModelCommandError(output, context);
|
|
1105
|
+
}
|
|
1106
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1107
|
+
const response = {
|
|
1108
|
+
$metadata: deserializeMetadata(output)
|
|
1109
|
+
};
|
|
1110
|
+
return response;
|
|
1111
|
+
}, "de_DeleteLanguageModelCommand");
|
|
1112
|
+
var de_DeleteLanguageModelCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1113
|
+
const parsedOutput = {
|
|
1114
|
+
...output,
|
|
1115
|
+
body: await parseErrorBody(output.body, context)
|
|
1116
|
+
};
|
|
1117
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1118
|
+
switch (errorCode) {
|
|
1119
|
+
case "BadRequestException":
|
|
1120
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1121
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1122
|
+
case "InternalFailureException":
|
|
1123
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1124
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1125
|
+
case "LimitExceededException":
|
|
1126
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1127
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1128
|
+
default:
|
|
1129
|
+
const parsedBody = parsedOutput.body;
|
|
1130
|
+
return throwDefaultError({
|
|
1131
|
+
output,
|
|
1132
|
+
parsedBody,
|
|
1133
|
+
errorCode
|
|
1134
|
+
});
|
|
1135
|
+
}
|
|
1136
|
+
}, "de_DeleteLanguageModelCommandError");
|
|
1137
|
+
var de_DeleteMedicalScribeJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1138
|
+
if (output.statusCode >= 300) {
|
|
1139
|
+
return de_DeleteMedicalScribeJobCommandError(output, context);
|
|
1140
|
+
}
|
|
1141
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1142
|
+
const response = {
|
|
1143
|
+
$metadata: deserializeMetadata(output)
|
|
1144
|
+
};
|
|
1145
|
+
return response;
|
|
1146
|
+
}, "de_DeleteMedicalScribeJobCommand");
|
|
1147
|
+
var de_DeleteMedicalScribeJobCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1148
|
+
const parsedOutput = {
|
|
1149
|
+
...output,
|
|
1150
|
+
body: await parseErrorBody(output.body, context)
|
|
1151
|
+
};
|
|
1152
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1153
|
+
switch (errorCode) {
|
|
1154
|
+
case "BadRequestException":
|
|
1155
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1156
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1157
|
+
case "InternalFailureException":
|
|
1158
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1159
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1160
|
+
case "LimitExceededException":
|
|
1161
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1162
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1163
|
+
default:
|
|
1164
|
+
const parsedBody = parsedOutput.body;
|
|
1165
|
+
return throwDefaultError({
|
|
1166
|
+
output,
|
|
1167
|
+
parsedBody,
|
|
1168
|
+
errorCode
|
|
1169
|
+
});
|
|
1170
|
+
}
|
|
1171
|
+
}, "de_DeleteMedicalScribeJobCommandError");
|
|
1172
|
+
var de_DeleteMedicalTranscriptionJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1173
|
+
if (output.statusCode >= 300) {
|
|
1174
|
+
return de_DeleteMedicalTranscriptionJobCommandError(output, context);
|
|
1175
|
+
}
|
|
1176
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1177
|
+
const response = {
|
|
1178
|
+
$metadata: deserializeMetadata(output)
|
|
1179
|
+
};
|
|
1180
|
+
return response;
|
|
1181
|
+
}, "de_DeleteMedicalTranscriptionJobCommand");
|
|
1182
|
+
var de_DeleteMedicalTranscriptionJobCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1183
|
+
const parsedOutput = {
|
|
1184
|
+
...output,
|
|
1185
|
+
body: await parseErrorBody(output.body, context)
|
|
1186
|
+
};
|
|
1187
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1188
|
+
switch (errorCode) {
|
|
1189
|
+
case "BadRequestException":
|
|
1190
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1191
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1192
|
+
case "InternalFailureException":
|
|
1193
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1194
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1195
|
+
case "LimitExceededException":
|
|
1196
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1197
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1198
|
+
default:
|
|
1199
|
+
const parsedBody = parsedOutput.body;
|
|
1200
|
+
return throwDefaultError({
|
|
1201
|
+
output,
|
|
1202
|
+
parsedBody,
|
|
1203
|
+
errorCode
|
|
1204
|
+
});
|
|
1205
|
+
}
|
|
1206
|
+
}, "de_DeleteMedicalTranscriptionJobCommandError");
|
|
1207
|
+
var de_DeleteMedicalVocabularyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1208
|
+
if (output.statusCode >= 300) {
|
|
1209
|
+
return de_DeleteMedicalVocabularyCommandError(output, context);
|
|
1210
|
+
}
|
|
1211
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1212
|
+
const response = {
|
|
1213
|
+
$metadata: deserializeMetadata(output)
|
|
1214
|
+
};
|
|
1215
|
+
return response;
|
|
1216
|
+
}, "de_DeleteMedicalVocabularyCommand");
|
|
1217
|
+
var de_DeleteMedicalVocabularyCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1218
|
+
const parsedOutput = {
|
|
1219
|
+
...output,
|
|
1220
|
+
body: await parseErrorBody(output.body, context)
|
|
1221
|
+
};
|
|
1222
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1223
|
+
switch (errorCode) {
|
|
1224
|
+
case "BadRequestException":
|
|
1225
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1226
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1227
|
+
case "InternalFailureException":
|
|
1228
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1229
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1230
|
+
case "LimitExceededException":
|
|
1231
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1232
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1233
|
+
case "NotFoundException":
|
|
1234
|
+
case "com.amazonaws.transcribe#NotFoundException":
|
|
1235
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1236
|
+
default:
|
|
1237
|
+
const parsedBody = parsedOutput.body;
|
|
1238
|
+
return throwDefaultError({
|
|
1239
|
+
output,
|
|
1240
|
+
parsedBody,
|
|
1241
|
+
errorCode
|
|
1242
|
+
});
|
|
1243
|
+
}
|
|
1244
|
+
}, "de_DeleteMedicalVocabularyCommandError");
|
|
1245
|
+
var de_DeleteTranscriptionJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1246
|
+
if (output.statusCode >= 300) {
|
|
1247
|
+
return de_DeleteTranscriptionJobCommandError(output, context);
|
|
1248
|
+
}
|
|
1249
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1250
|
+
const response = {
|
|
1251
|
+
$metadata: deserializeMetadata(output)
|
|
1252
|
+
};
|
|
1253
|
+
return response;
|
|
1254
|
+
}, "de_DeleteTranscriptionJobCommand");
|
|
1255
|
+
var de_DeleteTranscriptionJobCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1256
|
+
const parsedOutput = {
|
|
1257
|
+
...output,
|
|
1258
|
+
body: await parseErrorBody(output.body, context)
|
|
1259
|
+
};
|
|
1260
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1261
|
+
switch (errorCode) {
|
|
1262
|
+
case "BadRequestException":
|
|
1263
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1264
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1265
|
+
case "InternalFailureException":
|
|
1266
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1267
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1268
|
+
case "LimitExceededException":
|
|
1269
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1270
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1271
|
+
default:
|
|
1272
|
+
const parsedBody = parsedOutput.body;
|
|
1273
|
+
return throwDefaultError({
|
|
1274
|
+
output,
|
|
1275
|
+
parsedBody,
|
|
1276
|
+
errorCode
|
|
1277
|
+
});
|
|
1278
|
+
}
|
|
1279
|
+
}, "de_DeleteTranscriptionJobCommandError");
|
|
1280
|
+
var de_DeleteVocabularyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1281
|
+
if (output.statusCode >= 300) {
|
|
1282
|
+
return de_DeleteVocabularyCommandError(output, context);
|
|
1283
|
+
}
|
|
1284
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1285
|
+
const response = {
|
|
1286
|
+
$metadata: deserializeMetadata(output)
|
|
1287
|
+
};
|
|
1288
|
+
return response;
|
|
1289
|
+
}, "de_DeleteVocabularyCommand");
|
|
1290
|
+
var de_DeleteVocabularyCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1291
|
+
const parsedOutput = {
|
|
1292
|
+
...output,
|
|
1293
|
+
body: await parseErrorBody(output.body, context)
|
|
1294
|
+
};
|
|
1295
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1296
|
+
switch (errorCode) {
|
|
1297
|
+
case "BadRequestException":
|
|
1298
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1299
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1300
|
+
case "InternalFailureException":
|
|
1301
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1302
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1303
|
+
case "LimitExceededException":
|
|
1304
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1305
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1306
|
+
case "NotFoundException":
|
|
1307
|
+
case "com.amazonaws.transcribe#NotFoundException":
|
|
1308
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1309
|
+
default:
|
|
1310
|
+
const parsedBody = parsedOutput.body;
|
|
1311
|
+
return throwDefaultError({
|
|
1312
|
+
output,
|
|
1313
|
+
parsedBody,
|
|
1314
|
+
errorCode
|
|
1315
|
+
});
|
|
1316
|
+
}
|
|
1317
|
+
}, "de_DeleteVocabularyCommandError");
|
|
1318
|
+
var de_DeleteVocabularyFilterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1319
|
+
if (output.statusCode >= 300) {
|
|
1320
|
+
return de_DeleteVocabularyFilterCommandError(output, context);
|
|
1321
|
+
}
|
|
1322
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1323
|
+
const response = {
|
|
1324
|
+
$metadata: deserializeMetadata(output)
|
|
1325
|
+
};
|
|
1326
|
+
return response;
|
|
1327
|
+
}, "de_DeleteVocabularyFilterCommand");
|
|
1328
|
+
var de_DeleteVocabularyFilterCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1329
|
+
const parsedOutput = {
|
|
1330
|
+
...output,
|
|
1331
|
+
body: await parseErrorBody(output.body, context)
|
|
1332
|
+
};
|
|
1333
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1334
|
+
switch (errorCode) {
|
|
1335
|
+
case "BadRequestException":
|
|
1336
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1337
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1338
|
+
case "InternalFailureException":
|
|
1339
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1340
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1341
|
+
case "LimitExceededException":
|
|
1342
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1343
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1344
|
+
case "NotFoundException":
|
|
1345
|
+
case "com.amazonaws.transcribe#NotFoundException":
|
|
1346
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1347
|
+
default:
|
|
1348
|
+
const parsedBody = parsedOutput.body;
|
|
1349
|
+
return throwDefaultError({
|
|
1350
|
+
output,
|
|
1351
|
+
parsedBody,
|
|
1352
|
+
errorCode
|
|
1353
|
+
});
|
|
1354
|
+
}
|
|
1355
|
+
}, "de_DeleteVocabularyFilterCommandError");
|
|
1356
|
+
var de_DescribeLanguageModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1357
|
+
if (output.statusCode >= 300) {
|
|
1358
|
+
return de_DescribeLanguageModelCommandError(output, context);
|
|
1359
|
+
}
|
|
1360
|
+
const data = await parseBody(output.body, context);
|
|
1361
|
+
let contents = {};
|
|
1362
|
+
contents = de_DescribeLanguageModelResponse(data, context);
|
|
1363
|
+
const response = {
|
|
1364
|
+
$metadata: deserializeMetadata(output),
|
|
1365
|
+
...contents
|
|
1366
|
+
};
|
|
1367
|
+
return response;
|
|
1368
|
+
}, "de_DescribeLanguageModelCommand");
|
|
1369
|
+
var de_DescribeLanguageModelCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1370
|
+
const parsedOutput = {
|
|
1371
|
+
...output,
|
|
1372
|
+
body: await parseErrorBody(output.body, context)
|
|
1373
|
+
};
|
|
1374
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1375
|
+
switch (errorCode) {
|
|
1376
|
+
case "BadRequestException":
|
|
1377
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1378
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1379
|
+
case "InternalFailureException":
|
|
1380
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1381
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1382
|
+
case "LimitExceededException":
|
|
1383
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1384
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1385
|
+
case "NotFoundException":
|
|
1386
|
+
case "com.amazonaws.transcribe#NotFoundException":
|
|
1387
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1388
|
+
default:
|
|
1389
|
+
const parsedBody = parsedOutput.body;
|
|
1390
|
+
return throwDefaultError({
|
|
1391
|
+
output,
|
|
1392
|
+
parsedBody,
|
|
1393
|
+
errorCode
|
|
1394
|
+
});
|
|
1395
|
+
}
|
|
1396
|
+
}, "de_DescribeLanguageModelCommandError");
|
|
1397
|
+
var de_GetCallAnalyticsCategoryCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1398
|
+
if (output.statusCode >= 300) {
|
|
1399
|
+
return de_GetCallAnalyticsCategoryCommandError(output, context);
|
|
1400
|
+
}
|
|
1401
|
+
const data = await parseBody(output.body, context);
|
|
1402
|
+
let contents = {};
|
|
1403
|
+
contents = de_GetCallAnalyticsCategoryResponse(data, context);
|
|
1404
|
+
const response = {
|
|
1405
|
+
$metadata: deserializeMetadata(output),
|
|
1406
|
+
...contents
|
|
1407
|
+
};
|
|
1408
|
+
return response;
|
|
1409
|
+
}, "de_GetCallAnalyticsCategoryCommand");
|
|
1410
|
+
var de_GetCallAnalyticsCategoryCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1411
|
+
const parsedOutput = {
|
|
1412
|
+
...output,
|
|
1413
|
+
body: await parseErrorBody(output.body, context)
|
|
1414
|
+
};
|
|
1415
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1416
|
+
switch (errorCode) {
|
|
1417
|
+
case "BadRequestException":
|
|
1418
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1419
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1420
|
+
case "InternalFailureException":
|
|
1421
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1422
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1423
|
+
case "LimitExceededException":
|
|
1424
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1425
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1426
|
+
case "NotFoundException":
|
|
1427
|
+
case "com.amazonaws.transcribe#NotFoundException":
|
|
1428
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1429
|
+
default:
|
|
1430
|
+
const parsedBody = parsedOutput.body;
|
|
1431
|
+
return throwDefaultError({
|
|
1432
|
+
output,
|
|
1433
|
+
parsedBody,
|
|
1434
|
+
errorCode
|
|
1435
|
+
});
|
|
1436
|
+
}
|
|
1437
|
+
}, "de_GetCallAnalyticsCategoryCommandError");
|
|
1438
|
+
var de_GetCallAnalyticsJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1439
|
+
if (output.statusCode >= 300) {
|
|
1440
|
+
return de_GetCallAnalyticsJobCommandError(output, context);
|
|
1441
|
+
}
|
|
1442
|
+
const data = await parseBody(output.body, context);
|
|
1443
|
+
let contents = {};
|
|
1444
|
+
contents = de_GetCallAnalyticsJobResponse(data, context);
|
|
1445
|
+
const response = {
|
|
1446
|
+
$metadata: deserializeMetadata(output),
|
|
1447
|
+
...contents
|
|
1448
|
+
};
|
|
1449
|
+
return response;
|
|
1450
|
+
}, "de_GetCallAnalyticsJobCommand");
|
|
1451
|
+
var de_GetCallAnalyticsJobCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1452
|
+
const parsedOutput = {
|
|
1453
|
+
...output,
|
|
1454
|
+
body: await parseErrorBody(output.body, context)
|
|
1455
|
+
};
|
|
1456
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1457
|
+
switch (errorCode) {
|
|
1458
|
+
case "BadRequestException":
|
|
1459
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1460
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1461
|
+
case "InternalFailureException":
|
|
1462
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1463
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1464
|
+
case "LimitExceededException":
|
|
1465
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1466
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1467
|
+
case "NotFoundException":
|
|
1468
|
+
case "com.amazonaws.transcribe#NotFoundException":
|
|
1469
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1470
|
+
default:
|
|
1471
|
+
const parsedBody = parsedOutput.body;
|
|
1472
|
+
return throwDefaultError({
|
|
1473
|
+
output,
|
|
1474
|
+
parsedBody,
|
|
1475
|
+
errorCode
|
|
1476
|
+
});
|
|
1477
|
+
}
|
|
1478
|
+
}, "de_GetCallAnalyticsJobCommandError");
|
|
1479
|
+
var de_GetMedicalScribeJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1480
|
+
if (output.statusCode >= 300) {
|
|
1481
|
+
return de_GetMedicalScribeJobCommandError(output, context);
|
|
1482
|
+
}
|
|
1483
|
+
const data = await parseBody(output.body, context);
|
|
1484
|
+
let contents = {};
|
|
1485
|
+
contents = de_GetMedicalScribeJobResponse(data, context);
|
|
1486
|
+
const response = {
|
|
1487
|
+
$metadata: deserializeMetadata(output),
|
|
1488
|
+
...contents
|
|
1489
|
+
};
|
|
1490
|
+
return response;
|
|
1491
|
+
}, "de_GetMedicalScribeJobCommand");
|
|
1492
|
+
var de_GetMedicalScribeJobCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1493
|
+
const parsedOutput = {
|
|
1494
|
+
...output,
|
|
1495
|
+
body: await parseErrorBody(output.body, context)
|
|
1496
|
+
};
|
|
1497
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1498
|
+
switch (errorCode) {
|
|
1499
|
+
case "BadRequestException":
|
|
1500
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1501
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1502
|
+
case "InternalFailureException":
|
|
1503
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1504
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1505
|
+
case "LimitExceededException":
|
|
1506
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1507
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1508
|
+
case "NotFoundException":
|
|
1509
|
+
case "com.amazonaws.transcribe#NotFoundException":
|
|
1510
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1511
|
+
default:
|
|
1512
|
+
const parsedBody = parsedOutput.body;
|
|
1513
|
+
return throwDefaultError({
|
|
1514
|
+
output,
|
|
1515
|
+
parsedBody,
|
|
1516
|
+
errorCode
|
|
1517
|
+
});
|
|
1518
|
+
}
|
|
1519
|
+
}, "de_GetMedicalScribeJobCommandError");
|
|
1520
|
+
var de_GetMedicalTranscriptionJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1521
|
+
if (output.statusCode >= 300) {
|
|
1522
|
+
return de_GetMedicalTranscriptionJobCommandError(output, context);
|
|
1523
|
+
}
|
|
1524
|
+
const data = await parseBody(output.body, context);
|
|
1525
|
+
let contents = {};
|
|
1526
|
+
contents = de_GetMedicalTranscriptionJobResponse(data, context);
|
|
1527
|
+
const response = {
|
|
1528
|
+
$metadata: deserializeMetadata(output),
|
|
1529
|
+
...contents
|
|
1530
|
+
};
|
|
1531
|
+
return response;
|
|
1532
|
+
}, "de_GetMedicalTranscriptionJobCommand");
|
|
1533
|
+
var de_GetMedicalTranscriptionJobCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1534
|
+
const parsedOutput = {
|
|
1535
|
+
...output,
|
|
1536
|
+
body: await parseErrorBody(output.body, context)
|
|
1537
|
+
};
|
|
1538
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1539
|
+
switch (errorCode) {
|
|
1540
|
+
case "BadRequestException":
|
|
1541
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1542
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1543
|
+
case "InternalFailureException":
|
|
1544
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1545
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1546
|
+
case "LimitExceededException":
|
|
1547
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1548
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1549
|
+
case "NotFoundException":
|
|
1550
|
+
case "com.amazonaws.transcribe#NotFoundException":
|
|
1551
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1552
|
+
default:
|
|
1553
|
+
const parsedBody = parsedOutput.body;
|
|
1554
|
+
return throwDefaultError({
|
|
1555
|
+
output,
|
|
1556
|
+
parsedBody,
|
|
1557
|
+
errorCode
|
|
1558
|
+
});
|
|
1559
|
+
}
|
|
1560
|
+
}, "de_GetMedicalTranscriptionJobCommandError");
|
|
1561
|
+
var de_GetMedicalVocabularyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1562
|
+
if (output.statusCode >= 300) {
|
|
1563
|
+
return de_GetMedicalVocabularyCommandError(output, context);
|
|
1564
|
+
}
|
|
1565
|
+
const data = await parseBody(output.body, context);
|
|
1566
|
+
let contents = {};
|
|
1567
|
+
contents = de_GetMedicalVocabularyResponse(data, context);
|
|
1568
|
+
const response = {
|
|
1569
|
+
$metadata: deserializeMetadata(output),
|
|
1570
|
+
...contents
|
|
1571
|
+
};
|
|
1572
|
+
return response;
|
|
1573
|
+
}, "de_GetMedicalVocabularyCommand");
|
|
1574
|
+
var de_GetMedicalVocabularyCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1575
|
+
const parsedOutput = {
|
|
1576
|
+
...output,
|
|
1577
|
+
body: await parseErrorBody(output.body, context)
|
|
1578
|
+
};
|
|
1579
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1580
|
+
switch (errorCode) {
|
|
1581
|
+
case "BadRequestException":
|
|
1582
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1583
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1584
|
+
case "InternalFailureException":
|
|
1585
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1586
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1587
|
+
case "LimitExceededException":
|
|
1588
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1589
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1590
|
+
case "NotFoundException":
|
|
1591
|
+
case "com.amazonaws.transcribe#NotFoundException":
|
|
1592
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1593
|
+
default:
|
|
1594
|
+
const parsedBody = parsedOutput.body;
|
|
1595
|
+
return throwDefaultError({
|
|
1596
|
+
output,
|
|
1597
|
+
parsedBody,
|
|
1598
|
+
errorCode
|
|
1599
|
+
});
|
|
1600
|
+
}
|
|
1601
|
+
}, "de_GetMedicalVocabularyCommandError");
|
|
1602
|
+
var de_GetTranscriptionJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1603
|
+
if (output.statusCode >= 300) {
|
|
1604
|
+
return de_GetTranscriptionJobCommandError(output, context);
|
|
1605
|
+
}
|
|
1606
|
+
const data = await parseBody(output.body, context);
|
|
1607
|
+
let contents = {};
|
|
1608
|
+
contents = de_GetTranscriptionJobResponse(data, context);
|
|
1609
|
+
const response = {
|
|
1610
|
+
$metadata: deserializeMetadata(output),
|
|
1611
|
+
...contents
|
|
1612
|
+
};
|
|
1613
|
+
return response;
|
|
1614
|
+
}, "de_GetTranscriptionJobCommand");
|
|
1615
|
+
var de_GetTranscriptionJobCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1616
|
+
const parsedOutput = {
|
|
1617
|
+
...output,
|
|
1618
|
+
body: await parseErrorBody(output.body, context)
|
|
1619
|
+
};
|
|
1620
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1621
|
+
switch (errorCode) {
|
|
1622
|
+
case "BadRequestException":
|
|
1623
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1624
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1625
|
+
case "InternalFailureException":
|
|
1626
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1627
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1628
|
+
case "LimitExceededException":
|
|
1629
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1630
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1631
|
+
case "NotFoundException":
|
|
1632
|
+
case "com.amazonaws.transcribe#NotFoundException":
|
|
1633
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1634
|
+
default:
|
|
1635
|
+
const parsedBody = parsedOutput.body;
|
|
1636
|
+
return throwDefaultError({
|
|
1637
|
+
output,
|
|
1638
|
+
parsedBody,
|
|
1639
|
+
errorCode
|
|
1640
|
+
});
|
|
1641
|
+
}
|
|
1642
|
+
}, "de_GetTranscriptionJobCommandError");
|
|
1643
|
+
var de_GetVocabularyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1644
|
+
if (output.statusCode >= 300) {
|
|
1645
|
+
return de_GetVocabularyCommandError(output, context);
|
|
1646
|
+
}
|
|
1647
|
+
const data = await parseBody(output.body, context);
|
|
1648
|
+
let contents = {};
|
|
1649
|
+
contents = de_GetVocabularyResponse(data, context);
|
|
1650
|
+
const response = {
|
|
1651
|
+
$metadata: deserializeMetadata(output),
|
|
1652
|
+
...contents
|
|
1653
|
+
};
|
|
1654
|
+
return response;
|
|
1655
|
+
}, "de_GetVocabularyCommand");
|
|
1656
|
+
var de_GetVocabularyCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1657
|
+
const parsedOutput = {
|
|
1658
|
+
...output,
|
|
1659
|
+
body: await parseErrorBody(output.body, context)
|
|
1660
|
+
};
|
|
1661
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1662
|
+
switch (errorCode) {
|
|
1663
|
+
case "BadRequestException":
|
|
1664
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1665
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1666
|
+
case "InternalFailureException":
|
|
1667
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1668
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1669
|
+
case "LimitExceededException":
|
|
1670
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1671
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1672
|
+
case "NotFoundException":
|
|
1673
|
+
case "com.amazonaws.transcribe#NotFoundException":
|
|
1674
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1675
|
+
default:
|
|
1676
|
+
const parsedBody = parsedOutput.body;
|
|
1677
|
+
return throwDefaultError({
|
|
1678
|
+
output,
|
|
1679
|
+
parsedBody,
|
|
1680
|
+
errorCode
|
|
1681
|
+
});
|
|
1682
|
+
}
|
|
1683
|
+
}, "de_GetVocabularyCommandError");
|
|
1684
|
+
var de_GetVocabularyFilterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1685
|
+
if (output.statusCode >= 300) {
|
|
1686
|
+
return de_GetVocabularyFilterCommandError(output, context);
|
|
1687
|
+
}
|
|
1688
|
+
const data = await parseBody(output.body, context);
|
|
1689
|
+
let contents = {};
|
|
1690
|
+
contents = de_GetVocabularyFilterResponse(data, context);
|
|
1691
|
+
const response = {
|
|
1692
|
+
$metadata: deserializeMetadata(output),
|
|
1693
|
+
...contents
|
|
1694
|
+
};
|
|
1695
|
+
return response;
|
|
1696
|
+
}, "de_GetVocabularyFilterCommand");
|
|
1697
|
+
var de_GetVocabularyFilterCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1698
|
+
const parsedOutput = {
|
|
1699
|
+
...output,
|
|
1700
|
+
body: await parseErrorBody(output.body, context)
|
|
1701
|
+
};
|
|
1702
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1703
|
+
switch (errorCode) {
|
|
1704
|
+
case "BadRequestException":
|
|
1705
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1706
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1707
|
+
case "InternalFailureException":
|
|
1708
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1709
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1710
|
+
case "LimitExceededException":
|
|
1711
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1712
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1713
|
+
case "NotFoundException":
|
|
1714
|
+
case "com.amazonaws.transcribe#NotFoundException":
|
|
1715
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1716
|
+
default:
|
|
1717
|
+
const parsedBody = parsedOutput.body;
|
|
1718
|
+
return throwDefaultError({
|
|
1719
|
+
output,
|
|
1720
|
+
parsedBody,
|
|
1721
|
+
errorCode
|
|
1722
|
+
});
|
|
1723
|
+
}
|
|
1724
|
+
}, "de_GetVocabularyFilterCommandError");
|
|
1725
|
+
var de_ListCallAnalyticsCategoriesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1726
|
+
if (output.statusCode >= 300) {
|
|
1727
|
+
return de_ListCallAnalyticsCategoriesCommandError(output, context);
|
|
1728
|
+
}
|
|
1729
|
+
const data = await parseBody(output.body, context);
|
|
1730
|
+
let contents = {};
|
|
1731
|
+
contents = de_ListCallAnalyticsCategoriesResponse(data, context);
|
|
1732
|
+
const response = {
|
|
1733
|
+
$metadata: deserializeMetadata(output),
|
|
1734
|
+
...contents
|
|
1735
|
+
};
|
|
1736
|
+
return response;
|
|
1737
|
+
}, "de_ListCallAnalyticsCategoriesCommand");
|
|
1738
|
+
var de_ListCallAnalyticsCategoriesCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1739
|
+
const parsedOutput = {
|
|
1740
|
+
...output,
|
|
1741
|
+
body: await parseErrorBody(output.body, context)
|
|
1742
|
+
};
|
|
1743
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1744
|
+
switch (errorCode) {
|
|
1745
|
+
case "BadRequestException":
|
|
1746
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1747
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1748
|
+
case "InternalFailureException":
|
|
1749
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1750
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1751
|
+
case "LimitExceededException":
|
|
1752
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1753
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1754
|
+
default:
|
|
1755
|
+
const parsedBody = parsedOutput.body;
|
|
1756
|
+
return throwDefaultError({
|
|
1757
|
+
output,
|
|
1758
|
+
parsedBody,
|
|
1759
|
+
errorCode
|
|
1760
|
+
});
|
|
1761
|
+
}
|
|
1762
|
+
}, "de_ListCallAnalyticsCategoriesCommandError");
|
|
1763
|
+
var de_ListCallAnalyticsJobsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1764
|
+
if (output.statusCode >= 300) {
|
|
1765
|
+
return de_ListCallAnalyticsJobsCommandError(output, context);
|
|
1766
|
+
}
|
|
1767
|
+
const data = await parseBody(output.body, context);
|
|
1768
|
+
let contents = {};
|
|
1769
|
+
contents = de_ListCallAnalyticsJobsResponse(data, context);
|
|
1770
|
+
const response = {
|
|
1771
|
+
$metadata: deserializeMetadata(output),
|
|
1772
|
+
...contents
|
|
1773
|
+
};
|
|
1774
|
+
return response;
|
|
1775
|
+
}, "de_ListCallAnalyticsJobsCommand");
|
|
1776
|
+
var de_ListCallAnalyticsJobsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1777
|
+
const parsedOutput = {
|
|
1778
|
+
...output,
|
|
1779
|
+
body: await parseErrorBody(output.body, context)
|
|
1780
|
+
};
|
|
1781
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1782
|
+
switch (errorCode) {
|
|
1783
|
+
case "BadRequestException":
|
|
1784
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1785
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1786
|
+
case "InternalFailureException":
|
|
1787
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1788
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1789
|
+
case "LimitExceededException":
|
|
1790
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1791
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1792
|
+
default:
|
|
1793
|
+
const parsedBody = parsedOutput.body;
|
|
1794
|
+
return throwDefaultError({
|
|
1795
|
+
output,
|
|
1796
|
+
parsedBody,
|
|
1797
|
+
errorCode
|
|
1798
|
+
});
|
|
1799
|
+
}
|
|
1800
|
+
}, "de_ListCallAnalyticsJobsCommandError");
|
|
1801
|
+
var de_ListLanguageModelsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1802
|
+
if (output.statusCode >= 300) {
|
|
1803
|
+
return de_ListLanguageModelsCommandError(output, context);
|
|
1804
|
+
}
|
|
1805
|
+
const data = await parseBody(output.body, context);
|
|
1806
|
+
let contents = {};
|
|
1807
|
+
contents = de_ListLanguageModelsResponse(data, context);
|
|
1808
|
+
const response = {
|
|
1809
|
+
$metadata: deserializeMetadata(output),
|
|
1810
|
+
...contents
|
|
1811
|
+
};
|
|
1812
|
+
return response;
|
|
1813
|
+
}, "de_ListLanguageModelsCommand");
|
|
1814
|
+
var de_ListLanguageModelsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1815
|
+
const parsedOutput = {
|
|
1816
|
+
...output,
|
|
1817
|
+
body: await parseErrorBody(output.body, context)
|
|
1818
|
+
};
|
|
1819
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1820
|
+
switch (errorCode) {
|
|
1821
|
+
case "BadRequestException":
|
|
1822
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1823
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1824
|
+
case "InternalFailureException":
|
|
1825
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1826
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1827
|
+
case "LimitExceededException":
|
|
1828
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1829
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1830
|
+
default:
|
|
1831
|
+
const parsedBody = parsedOutput.body;
|
|
1832
|
+
return throwDefaultError({
|
|
1833
|
+
output,
|
|
1834
|
+
parsedBody,
|
|
1835
|
+
errorCode
|
|
1836
|
+
});
|
|
1837
|
+
}
|
|
1838
|
+
}, "de_ListLanguageModelsCommandError");
|
|
1839
|
+
var de_ListMedicalScribeJobsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1840
|
+
if (output.statusCode >= 300) {
|
|
1841
|
+
return de_ListMedicalScribeJobsCommandError(output, context);
|
|
1842
|
+
}
|
|
1843
|
+
const data = await parseBody(output.body, context);
|
|
1844
|
+
let contents = {};
|
|
1845
|
+
contents = de_ListMedicalScribeJobsResponse(data, context);
|
|
1846
|
+
const response = {
|
|
1847
|
+
$metadata: deserializeMetadata(output),
|
|
1848
|
+
...contents
|
|
1849
|
+
};
|
|
1850
|
+
return response;
|
|
1851
|
+
}, "de_ListMedicalScribeJobsCommand");
|
|
1852
|
+
var de_ListMedicalScribeJobsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1853
|
+
const parsedOutput = {
|
|
1854
|
+
...output,
|
|
1855
|
+
body: await parseErrorBody(output.body, context)
|
|
1856
|
+
};
|
|
1857
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1858
|
+
switch (errorCode) {
|
|
1859
|
+
case "BadRequestException":
|
|
1860
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1861
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1862
|
+
case "InternalFailureException":
|
|
1863
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1864
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1865
|
+
case "LimitExceededException":
|
|
1866
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1867
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1868
|
+
default:
|
|
1869
|
+
const parsedBody = parsedOutput.body;
|
|
1870
|
+
return throwDefaultError({
|
|
1871
|
+
output,
|
|
1872
|
+
parsedBody,
|
|
1873
|
+
errorCode
|
|
1874
|
+
});
|
|
1875
|
+
}
|
|
1876
|
+
}, "de_ListMedicalScribeJobsCommandError");
|
|
1877
|
+
var de_ListMedicalTranscriptionJobsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1878
|
+
if (output.statusCode >= 300) {
|
|
1879
|
+
return de_ListMedicalTranscriptionJobsCommandError(output, context);
|
|
1880
|
+
}
|
|
1881
|
+
const data = await parseBody(output.body, context);
|
|
1882
|
+
let contents = {};
|
|
1883
|
+
contents = de_ListMedicalTranscriptionJobsResponse(data, context);
|
|
1884
|
+
const response = {
|
|
1885
|
+
$metadata: deserializeMetadata(output),
|
|
1886
|
+
...contents
|
|
1887
|
+
};
|
|
1888
|
+
return response;
|
|
1889
|
+
}, "de_ListMedicalTranscriptionJobsCommand");
|
|
1890
|
+
var de_ListMedicalTranscriptionJobsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1891
|
+
const parsedOutput = {
|
|
1892
|
+
...output,
|
|
1893
|
+
body: await parseErrorBody(output.body, context)
|
|
1894
|
+
};
|
|
1895
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1896
|
+
switch (errorCode) {
|
|
1897
|
+
case "BadRequestException":
|
|
1898
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1899
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1900
|
+
case "InternalFailureException":
|
|
1901
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1902
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1903
|
+
case "LimitExceededException":
|
|
1904
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1905
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1906
|
+
default:
|
|
1907
|
+
const parsedBody = parsedOutput.body;
|
|
1908
|
+
return throwDefaultError({
|
|
1909
|
+
output,
|
|
1910
|
+
parsedBody,
|
|
1911
|
+
errorCode
|
|
1912
|
+
});
|
|
1913
|
+
}
|
|
1914
|
+
}, "de_ListMedicalTranscriptionJobsCommandError");
|
|
1915
|
+
var de_ListMedicalVocabulariesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1916
|
+
if (output.statusCode >= 300) {
|
|
1917
|
+
return de_ListMedicalVocabulariesCommandError(output, context);
|
|
1918
|
+
}
|
|
1919
|
+
const data = await parseBody(output.body, context);
|
|
1920
|
+
let contents = {};
|
|
1921
|
+
contents = de_ListMedicalVocabulariesResponse(data, context);
|
|
1922
|
+
const response = {
|
|
1923
|
+
$metadata: deserializeMetadata(output),
|
|
1924
|
+
...contents
|
|
1925
|
+
};
|
|
1926
|
+
return response;
|
|
1927
|
+
}, "de_ListMedicalVocabulariesCommand");
|
|
1928
|
+
var de_ListMedicalVocabulariesCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1929
|
+
const parsedOutput = {
|
|
1930
|
+
...output,
|
|
1931
|
+
body: await parseErrorBody(output.body, context)
|
|
1932
|
+
};
|
|
1933
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1934
|
+
switch (errorCode) {
|
|
1935
|
+
case "BadRequestException":
|
|
1936
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1937
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1938
|
+
case "InternalFailureException":
|
|
1939
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1940
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1941
|
+
case "LimitExceededException":
|
|
1942
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1943
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1944
|
+
default:
|
|
1945
|
+
const parsedBody = parsedOutput.body;
|
|
1946
|
+
return throwDefaultError({
|
|
1947
|
+
output,
|
|
1948
|
+
parsedBody,
|
|
1949
|
+
errorCode
|
|
1950
|
+
});
|
|
1951
|
+
}
|
|
1952
|
+
}, "de_ListMedicalVocabulariesCommandError");
|
|
1953
|
+
var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1954
|
+
if (output.statusCode >= 300) {
|
|
1955
|
+
return de_ListTagsForResourceCommandError(output, context);
|
|
1956
|
+
}
|
|
1957
|
+
const data = await parseBody(output.body, context);
|
|
1958
|
+
let contents = {};
|
|
1959
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1960
|
+
const response = {
|
|
1961
|
+
$metadata: deserializeMetadata(output),
|
|
1962
|
+
...contents
|
|
1963
|
+
};
|
|
1964
|
+
return response;
|
|
1965
|
+
}, "de_ListTagsForResourceCommand");
|
|
1966
|
+
var de_ListTagsForResourceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1967
|
+
const parsedOutput = {
|
|
1968
|
+
...output,
|
|
1969
|
+
body: await parseErrorBody(output.body, context)
|
|
1970
|
+
};
|
|
1971
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1972
|
+
switch (errorCode) {
|
|
1973
|
+
case "BadRequestException":
|
|
1974
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
1975
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1976
|
+
case "InternalFailureException":
|
|
1977
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
1978
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
1979
|
+
case "LimitExceededException":
|
|
1980
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
1981
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1982
|
+
case "NotFoundException":
|
|
1983
|
+
case "com.amazonaws.transcribe#NotFoundException":
|
|
1984
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1985
|
+
default:
|
|
1986
|
+
const parsedBody = parsedOutput.body;
|
|
1987
|
+
return throwDefaultError({
|
|
1988
|
+
output,
|
|
1989
|
+
parsedBody,
|
|
1990
|
+
errorCode
|
|
1991
|
+
});
|
|
1992
|
+
}
|
|
1993
|
+
}, "de_ListTagsForResourceCommandError");
|
|
1994
|
+
var de_ListTranscriptionJobsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1995
|
+
if (output.statusCode >= 300) {
|
|
1996
|
+
return de_ListTranscriptionJobsCommandError(output, context);
|
|
1997
|
+
}
|
|
1998
|
+
const data = await parseBody(output.body, context);
|
|
1999
|
+
let contents = {};
|
|
2000
|
+
contents = de_ListTranscriptionJobsResponse(data, context);
|
|
2001
|
+
const response = {
|
|
2002
|
+
$metadata: deserializeMetadata(output),
|
|
2003
|
+
...contents
|
|
2004
|
+
};
|
|
2005
|
+
return response;
|
|
2006
|
+
}, "de_ListTranscriptionJobsCommand");
|
|
2007
|
+
var de_ListTranscriptionJobsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2008
|
+
const parsedOutput = {
|
|
2009
|
+
...output,
|
|
2010
|
+
body: await parseErrorBody(output.body, context)
|
|
2011
|
+
};
|
|
2012
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2013
|
+
switch (errorCode) {
|
|
2014
|
+
case "BadRequestException":
|
|
2015
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
2016
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2017
|
+
case "InternalFailureException":
|
|
2018
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
2019
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
2020
|
+
case "LimitExceededException":
|
|
2021
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
2022
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
2023
|
+
default:
|
|
2024
|
+
const parsedBody = parsedOutput.body;
|
|
2025
|
+
return throwDefaultError({
|
|
2026
|
+
output,
|
|
2027
|
+
parsedBody,
|
|
2028
|
+
errorCode
|
|
2029
|
+
});
|
|
2030
|
+
}
|
|
2031
|
+
}, "de_ListTranscriptionJobsCommandError");
|
|
2032
|
+
var de_ListVocabulariesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2033
|
+
if (output.statusCode >= 300) {
|
|
2034
|
+
return de_ListVocabulariesCommandError(output, context);
|
|
2035
|
+
}
|
|
2036
|
+
const data = await parseBody(output.body, context);
|
|
2037
|
+
let contents = {};
|
|
2038
|
+
contents = de_ListVocabulariesResponse(data, context);
|
|
2039
|
+
const response = {
|
|
2040
|
+
$metadata: deserializeMetadata(output),
|
|
2041
|
+
...contents
|
|
2042
|
+
};
|
|
2043
|
+
return response;
|
|
2044
|
+
}, "de_ListVocabulariesCommand");
|
|
2045
|
+
var de_ListVocabulariesCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2046
|
+
const parsedOutput = {
|
|
2047
|
+
...output,
|
|
2048
|
+
body: await parseErrorBody(output.body, context)
|
|
2049
|
+
};
|
|
2050
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2051
|
+
switch (errorCode) {
|
|
2052
|
+
case "BadRequestException":
|
|
2053
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
2054
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2055
|
+
case "InternalFailureException":
|
|
2056
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
2057
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
2058
|
+
case "LimitExceededException":
|
|
2059
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
2060
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
2061
|
+
default:
|
|
2062
|
+
const parsedBody = parsedOutput.body;
|
|
2063
|
+
return throwDefaultError({
|
|
2064
|
+
output,
|
|
2065
|
+
parsedBody,
|
|
2066
|
+
errorCode
|
|
2067
|
+
});
|
|
2068
|
+
}
|
|
2069
|
+
}, "de_ListVocabulariesCommandError");
|
|
2070
|
+
var de_ListVocabularyFiltersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2071
|
+
if (output.statusCode >= 300) {
|
|
2072
|
+
return de_ListVocabularyFiltersCommandError(output, context);
|
|
2073
|
+
}
|
|
2074
|
+
const data = await parseBody(output.body, context);
|
|
2075
|
+
let contents = {};
|
|
2076
|
+
contents = de_ListVocabularyFiltersResponse(data, context);
|
|
2077
|
+
const response = {
|
|
2078
|
+
$metadata: deserializeMetadata(output),
|
|
2079
|
+
...contents
|
|
2080
|
+
};
|
|
2081
|
+
return response;
|
|
2082
|
+
}, "de_ListVocabularyFiltersCommand");
|
|
2083
|
+
var de_ListVocabularyFiltersCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2084
|
+
const parsedOutput = {
|
|
2085
|
+
...output,
|
|
2086
|
+
body: await parseErrorBody(output.body, context)
|
|
2087
|
+
};
|
|
2088
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2089
|
+
switch (errorCode) {
|
|
2090
|
+
case "BadRequestException":
|
|
2091
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
2092
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2093
|
+
case "InternalFailureException":
|
|
2094
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
2095
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
2096
|
+
case "LimitExceededException":
|
|
2097
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
2098
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
2099
|
+
default:
|
|
2100
|
+
const parsedBody = parsedOutput.body;
|
|
2101
|
+
return throwDefaultError({
|
|
2102
|
+
output,
|
|
2103
|
+
parsedBody,
|
|
2104
|
+
errorCode
|
|
2105
|
+
});
|
|
2106
|
+
}
|
|
2107
|
+
}, "de_ListVocabularyFiltersCommandError");
|
|
2108
|
+
var de_StartCallAnalyticsJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2109
|
+
if (output.statusCode >= 300) {
|
|
2110
|
+
return de_StartCallAnalyticsJobCommandError(output, context);
|
|
2111
|
+
}
|
|
2112
|
+
const data = await parseBody(output.body, context);
|
|
2113
|
+
let contents = {};
|
|
2114
|
+
contents = de_StartCallAnalyticsJobResponse(data, context);
|
|
2115
|
+
const response = {
|
|
2116
|
+
$metadata: deserializeMetadata(output),
|
|
2117
|
+
...contents
|
|
2118
|
+
};
|
|
2119
|
+
return response;
|
|
2120
|
+
}, "de_StartCallAnalyticsJobCommand");
|
|
2121
|
+
var de_StartCallAnalyticsJobCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2122
|
+
const parsedOutput = {
|
|
2123
|
+
...output,
|
|
2124
|
+
body: await parseErrorBody(output.body, context)
|
|
2125
|
+
};
|
|
2126
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2127
|
+
switch (errorCode) {
|
|
2128
|
+
case "BadRequestException":
|
|
2129
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
2130
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2131
|
+
case "ConflictException":
|
|
2132
|
+
case "com.amazonaws.transcribe#ConflictException":
|
|
2133
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
2134
|
+
case "InternalFailureException":
|
|
2135
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
2136
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
2137
|
+
case "LimitExceededException":
|
|
2138
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
2139
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
2140
|
+
default:
|
|
2141
|
+
const parsedBody = parsedOutput.body;
|
|
2142
|
+
return throwDefaultError({
|
|
2143
|
+
output,
|
|
2144
|
+
parsedBody,
|
|
2145
|
+
errorCode
|
|
2146
|
+
});
|
|
2147
|
+
}
|
|
2148
|
+
}, "de_StartCallAnalyticsJobCommandError");
|
|
2149
|
+
var de_StartMedicalScribeJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2150
|
+
if (output.statusCode >= 300) {
|
|
2151
|
+
return de_StartMedicalScribeJobCommandError(output, context);
|
|
2152
|
+
}
|
|
2153
|
+
const data = await parseBody(output.body, context);
|
|
2154
|
+
let contents = {};
|
|
2155
|
+
contents = de_StartMedicalScribeJobResponse(data, context);
|
|
2156
|
+
const response = {
|
|
2157
|
+
$metadata: deserializeMetadata(output),
|
|
2158
|
+
...contents
|
|
2159
|
+
};
|
|
2160
|
+
return response;
|
|
2161
|
+
}, "de_StartMedicalScribeJobCommand");
|
|
2162
|
+
var de_StartMedicalScribeJobCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2163
|
+
const parsedOutput = {
|
|
2164
|
+
...output,
|
|
2165
|
+
body: await parseErrorBody(output.body, context)
|
|
2166
|
+
};
|
|
2167
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2168
|
+
switch (errorCode) {
|
|
2169
|
+
case "BadRequestException":
|
|
2170
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
2171
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2172
|
+
case "ConflictException":
|
|
2173
|
+
case "com.amazonaws.transcribe#ConflictException":
|
|
2174
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
2175
|
+
case "InternalFailureException":
|
|
2176
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
2177
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
2178
|
+
case "LimitExceededException":
|
|
2179
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
2180
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
2181
|
+
default:
|
|
2182
|
+
const parsedBody = parsedOutput.body;
|
|
2183
|
+
return throwDefaultError({
|
|
2184
|
+
output,
|
|
2185
|
+
parsedBody,
|
|
2186
|
+
errorCode
|
|
2187
|
+
});
|
|
2188
|
+
}
|
|
2189
|
+
}, "de_StartMedicalScribeJobCommandError");
|
|
2190
|
+
var de_StartMedicalTranscriptionJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2191
|
+
if (output.statusCode >= 300) {
|
|
2192
|
+
return de_StartMedicalTranscriptionJobCommandError(output, context);
|
|
2193
|
+
}
|
|
2194
|
+
const data = await parseBody(output.body, context);
|
|
2195
|
+
let contents = {};
|
|
2196
|
+
contents = de_StartMedicalTranscriptionJobResponse(data, context);
|
|
2197
|
+
const response = {
|
|
2198
|
+
$metadata: deserializeMetadata(output),
|
|
2199
|
+
...contents
|
|
2200
|
+
};
|
|
2201
|
+
return response;
|
|
2202
|
+
}, "de_StartMedicalTranscriptionJobCommand");
|
|
2203
|
+
var de_StartMedicalTranscriptionJobCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2204
|
+
const parsedOutput = {
|
|
2205
|
+
...output,
|
|
2206
|
+
body: await parseErrorBody(output.body, context)
|
|
2207
|
+
};
|
|
2208
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2209
|
+
switch (errorCode) {
|
|
2210
|
+
case "BadRequestException":
|
|
2211
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
2212
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2213
|
+
case "ConflictException":
|
|
2214
|
+
case "com.amazonaws.transcribe#ConflictException":
|
|
2215
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
2216
|
+
case "InternalFailureException":
|
|
2217
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
2218
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
2219
|
+
case "LimitExceededException":
|
|
2220
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
2221
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
2222
|
+
default:
|
|
2223
|
+
const parsedBody = parsedOutput.body;
|
|
2224
|
+
return throwDefaultError({
|
|
2225
|
+
output,
|
|
2226
|
+
parsedBody,
|
|
2227
|
+
errorCode
|
|
2228
|
+
});
|
|
2229
|
+
}
|
|
2230
|
+
}, "de_StartMedicalTranscriptionJobCommandError");
|
|
2231
|
+
var de_StartTranscriptionJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2232
|
+
if (output.statusCode >= 300) {
|
|
2233
|
+
return de_StartTranscriptionJobCommandError(output, context);
|
|
2234
|
+
}
|
|
2235
|
+
const data = await parseBody(output.body, context);
|
|
2236
|
+
let contents = {};
|
|
2237
|
+
contents = de_StartTranscriptionJobResponse(data, context);
|
|
2238
|
+
const response = {
|
|
2239
|
+
$metadata: deserializeMetadata(output),
|
|
2240
|
+
...contents
|
|
2241
|
+
};
|
|
2242
|
+
return response;
|
|
2243
|
+
}, "de_StartTranscriptionJobCommand");
|
|
2244
|
+
var de_StartTranscriptionJobCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2245
|
+
const parsedOutput = {
|
|
2246
|
+
...output,
|
|
2247
|
+
body: await parseErrorBody(output.body, context)
|
|
2248
|
+
};
|
|
2249
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2250
|
+
switch (errorCode) {
|
|
2251
|
+
case "BadRequestException":
|
|
2252
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
2253
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2254
|
+
case "ConflictException":
|
|
2255
|
+
case "com.amazonaws.transcribe#ConflictException":
|
|
2256
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
2257
|
+
case "InternalFailureException":
|
|
2258
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
2259
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
2260
|
+
case "LimitExceededException":
|
|
2261
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
2262
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
2263
|
+
default:
|
|
2264
|
+
const parsedBody = parsedOutput.body;
|
|
2265
|
+
return throwDefaultError({
|
|
2266
|
+
output,
|
|
2267
|
+
parsedBody,
|
|
2268
|
+
errorCode
|
|
2269
|
+
});
|
|
2270
|
+
}
|
|
2271
|
+
}, "de_StartTranscriptionJobCommandError");
|
|
2272
|
+
var de_TagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2273
|
+
if (output.statusCode >= 300) {
|
|
2274
|
+
return de_TagResourceCommandError(output, context);
|
|
2275
|
+
}
|
|
2276
|
+
const data = await parseBody(output.body, context);
|
|
2277
|
+
let contents = {};
|
|
2278
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2279
|
+
const response = {
|
|
2280
|
+
$metadata: deserializeMetadata(output),
|
|
2281
|
+
...contents
|
|
2282
|
+
};
|
|
2283
|
+
return response;
|
|
2284
|
+
}, "de_TagResourceCommand");
|
|
2285
|
+
var de_TagResourceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2286
|
+
const parsedOutput = {
|
|
2287
|
+
...output,
|
|
2288
|
+
body: await parseErrorBody(output.body, context)
|
|
2289
|
+
};
|
|
2290
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2291
|
+
switch (errorCode) {
|
|
2292
|
+
case "BadRequestException":
|
|
2293
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
2294
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2295
|
+
case "ConflictException":
|
|
2296
|
+
case "com.amazonaws.transcribe#ConflictException":
|
|
2297
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
2298
|
+
case "InternalFailureException":
|
|
2299
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
2300
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
2301
|
+
case "LimitExceededException":
|
|
2302
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
2303
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
2304
|
+
case "NotFoundException":
|
|
2305
|
+
case "com.amazonaws.transcribe#NotFoundException":
|
|
2306
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2307
|
+
default:
|
|
2308
|
+
const parsedBody = parsedOutput.body;
|
|
2309
|
+
return throwDefaultError({
|
|
2310
|
+
output,
|
|
2311
|
+
parsedBody,
|
|
2312
|
+
errorCode
|
|
2313
|
+
});
|
|
2314
|
+
}
|
|
2315
|
+
}, "de_TagResourceCommandError");
|
|
2316
|
+
var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2317
|
+
if (output.statusCode >= 300) {
|
|
2318
|
+
return de_UntagResourceCommandError(output, context);
|
|
2319
|
+
}
|
|
2320
|
+
const data = await parseBody(output.body, context);
|
|
2321
|
+
let contents = {};
|
|
2322
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2323
|
+
const response = {
|
|
2324
|
+
$metadata: deserializeMetadata(output),
|
|
2325
|
+
...contents
|
|
2326
|
+
};
|
|
2327
|
+
return response;
|
|
2328
|
+
}, "de_UntagResourceCommand");
|
|
2329
|
+
var de_UntagResourceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2330
|
+
const parsedOutput = {
|
|
2331
|
+
...output,
|
|
2332
|
+
body: await parseErrorBody(output.body, context)
|
|
2333
|
+
};
|
|
2334
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2335
|
+
switch (errorCode) {
|
|
2336
|
+
case "BadRequestException":
|
|
2337
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
2338
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2339
|
+
case "ConflictException":
|
|
2340
|
+
case "com.amazonaws.transcribe#ConflictException":
|
|
2341
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
2342
|
+
case "InternalFailureException":
|
|
2343
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
2344
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
2345
|
+
case "LimitExceededException":
|
|
2346
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
2347
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
2348
|
+
case "NotFoundException":
|
|
2349
|
+
case "com.amazonaws.transcribe#NotFoundException":
|
|
2350
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2351
|
+
default:
|
|
2352
|
+
const parsedBody = parsedOutput.body;
|
|
2353
|
+
return throwDefaultError({
|
|
2354
|
+
output,
|
|
2355
|
+
parsedBody,
|
|
2356
|
+
errorCode
|
|
2357
|
+
});
|
|
2358
|
+
}
|
|
2359
|
+
}, "de_UntagResourceCommandError");
|
|
2360
|
+
var de_UpdateCallAnalyticsCategoryCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2361
|
+
if (output.statusCode >= 300) {
|
|
2362
|
+
return de_UpdateCallAnalyticsCategoryCommandError(output, context);
|
|
2363
|
+
}
|
|
2364
|
+
const data = await parseBody(output.body, context);
|
|
2365
|
+
let contents = {};
|
|
2366
|
+
contents = de_UpdateCallAnalyticsCategoryResponse(data, context);
|
|
2367
|
+
const response = {
|
|
2368
|
+
$metadata: deserializeMetadata(output),
|
|
2369
|
+
...contents
|
|
2370
|
+
};
|
|
2371
|
+
return response;
|
|
2372
|
+
}, "de_UpdateCallAnalyticsCategoryCommand");
|
|
2373
|
+
var de_UpdateCallAnalyticsCategoryCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2374
|
+
const parsedOutput = {
|
|
2375
|
+
...output,
|
|
2376
|
+
body: await parseErrorBody(output.body, context)
|
|
2377
|
+
};
|
|
2378
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2379
|
+
switch (errorCode) {
|
|
2380
|
+
case "BadRequestException":
|
|
2381
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
2382
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2383
|
+
case "ConflictException":
|
|
2384
|
+
case "com.amazonaws.transcribe#ConflictException":
|
|
2385
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
2386
|
+
case "InternalFailureException":
|
|
2387
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
2388
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
2389
|
+
case "LimitExceededException":
|
|
2390
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
2391
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
2392
|
+
case "NotFoundException":
|
|
2393
|
+
case "com.amazonaws.transcribe#NotFoundException":
|
|
2394
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2395
|
+
default:
|
|
2396
|
+
const parsedBody = parsedOutput.body;
|
|
2397
|
+
return throwDefaultError({
|
|
2398
|
+
output,
|
|
2399
|
+
parsedBody,
|
|
2400
|
+
errorCode
|
|
2401
|
+
});
|
|
2402
|
+
}
|
|
2403
|
+
}, "de_UpdateCallAnalyticsCategoryCommandError");
|
|
2404
|
+
var de_UpdateMedicalVocabularyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2405
|
+
if (output.statusCode >= 300) {
|
|
2406
|
+
return de_UpdateMedicalVocabularyCommandError(output, context);
|
|
2407
|
+
}
|
|
2408
|
+
const data = await parseBody(output.body, context);
|
|
2409
|
+
let contents = {};
|
|
2410
|
+
contents = de_UpdateMedicalVocabularyResponse(data, context);
|
|
2411
|
+
const response = {
|
|
2412
|
+
$metadata: deserializeMetadata(output),
|
|
2413
|
+
...contents
|
|
2414
|
+
};
|
|
2415
|
+
return response;
|
|
2416
|
+
}, "de_UpdateMedicalVocabularyCommand");
|
|
2417
|
+
var de_UpdateMedicalVocabularyCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2418
|
+
const parsedOutput = {
|
|
2419
|
+
...output,
|
|
2420
|
+
body: await parseErrorBody(output.body, context)
|
|
2421
|
+
};
|
|
2422
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2423
|
+
switch (errorCode) {
|
|
2424
|
+
case "BadRequestException":
|
|
2425
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
2426
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2427
|
+
case "ConflictException":
|
|
2428
|
+
case "com.amazonaws.transcribe#ConflictException":
|
|
2429
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
2430
|
+
case "InternalFailureException":
|
|
2431
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
2432
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
2433
|
+
case "LimitExceededException":
|
|
2434
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
2435
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
2436
|
+
case "NotFoundException":
|
|
2437
|
+
case "com.amazonaws.transcribe#NotFoundException":
|
|
2438
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2439
|
+
default:
|
|
2440
|
+
const parsedBody = parsedOutput.body;
|
|
2441
|
+
return throwDefaultError({
|
|
2442
|
+
output,
|
|
2443
|
+
parsedBody,
|
|
2444
|
+
errorCode
|
|
2445
|
+
});
|
|
2446
|
+
}
|
|
2447
|
+
}, "de_UpdateMedicalVocabularyCommandError");
|
|
2448
|
+
var de_UpdateVocabularyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2449
|
+
if (output.statusCode >= 300) {
|
|
2450
|
+
return de_UpdateVocabularyCommandError(output, context);
|
|
2451
|
+
}
|
|
2452
|
+
const data = await parseBody(output.body, context);
|
|
2453
|
+
let contents = {};
|
|
2454
|
+
contents = de_UpdateVocabularyResponse(data, context);
|
|
2455
|
+
const response = {
|
|
2456
|
+
$metadata: deserializeMetadata(output),
|
|
2457
|
+
...contents
|
|
2458
|
+
};
|
|
2459
|
+
return response;
|
|
2460
|
+
}, "de_UpdateVocabularyCommand");
|
|
2461
|
+
var de_UpdateVocabularyCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2462
|
+
const parsedOutput = {
|
|
2463
|
+
...output,
|
|
2464
|
+
body: await parseErrorBody(output.body, context)
|
|
2465
|
+
};
|
|
2466
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2467
|
+
switch (errorCode) {
|
|
2468
|
+
case "BadRequestException":
|
|
2469
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
2470
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2471
|
+
case "ConflictException":
|
|
2472
|
+
case "com.amazonaws.transcribe#ConflictException":
|
|
2473
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
2474
|
+
case "InternalFailureException":
|
|
2475
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
2476
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
2477
|
+
case "LimitExceededException":
|
|
2478
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
2479
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
2480
|
+
case "NotFoundException":
|
|
2481
|
+
case "com.amazonaws.transcribe#NotFoundException":
|
|
2482
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2483
|
+
default:
|
|
2484
|
+
const parsedBody = parsedOutput.body;
|
|
2485
|
+
return throwDefaultError({
|
|
2486
|
+
output,
|
|
2487
|
+
parsedBody,
|
|
2488
|
+
errorCode
|
|
2489
|
+
});
|
|
2490
|
+
}
|
|
2491
|
+
}, "de_UpdateVocabularyCommandError");
|
|
2492
|
+
var de_UpdateVocabularyFilterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2493
|
+
if (output.statusCode >= 300) {
|
|
2494
|
+
return de_UpdateVocabularyFilterCommandError(output, context);
|
|
2495
|
+
}
|
|
2496
|
+
const data = await parseBody(output.body, context);
|
|
2497
|
+
let contents = {};
|
|
2498
|
+
contents = de_UpdateVocabularyFilterResponse(data, context);
|
|
2499
|
+
const response = {
|
|
2500
|
+
$metadata: deserializeMetadata(output),
|
|
2501
|
+
...contents
|
|
2502
|
+
};
|
|
2503
|
+
return response;
|
|
2504
|
+
}, "de_UpdateVocabularyFilterCommand");
|
|
2505
|
+
var de_UpdateVocabularyFilterCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2506
|
+
const parsedOutput = {
|
|
2507
|
+
...output,
|
|
2508
|
+
body: await parseErrorBody(output.body, context)
|
|
2509
|
+
};
|
|
2510
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2511
|
+
switch (errorCode) {
|
|
2512
|
+
case "BadRequestException":
|
|
2513
|
+
case "com.amazonaws.transcribe#BadRequestException":
|
|
2514
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2515
|
+
case "InternalFailureException":
|
|
2516
|
+
case "com.amazonaws.transcribe#InternalFailureException":
|
|
2517
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
2518
|
+
case "LimitExceededException":
|
|
2519
|
+
case "com.amazonaws.transcribe#LimitExceededException":
|
|
2520
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
2521
|
+
case "NotFoundException":
|
|
2522
|
+
case "com.amazonaws.transcribe#NotFoundException":
|
|
2523
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2524
|
+
default:
|
|
2525
|
+
const parsedBody = parsedOutput.body;
|
|
2526
|
+
return throwDefaultError({
|
|
2527
|
+
output,
|
|
2528
|
+
parsedBody,
|
|
2529
|
+
errorCode
|
|
2530
|
+
});
|
|
2531
|
+
}
|
|
2532
|
+
}, "de_UpdateVocabularyFilterCommandError");
|
|
2533
|
+
var de_BadRequestExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2534
|
+
const body = parsedOutput.body;
|
|
2535
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2536
|
+
const exception = new BadRequestException({
|
|
2537
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2538
|
+
...deserialized
|
|
2539
|
+
});
|
|
2540
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2541
|
+
}, "de_BadRequestExceptionRes");
|
|
2542
|
+
var de_ConflictExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2543
|
+
const body = parsedOutput.body;
|
|
2544
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2545
|
+
const exception = new ConflictException({
|
|
2546
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2547
|
+
...deserialized
|
|
2548
|
+
});
|
|
2549
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2550
|
+
}, "de_ConflictExceptionRes");
|
|
2551
|
+
var de_InternalFailureExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2552
|
+
const body = parsedOutput.body;
|
|
2553
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2554
|
+
const exception = new InternalFailureException({
|
|
2555
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2556
|
+
...deserialized
|
|
2557
|
+
});
|
|
2558
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2559
|
+
}, "de_InternalFailureExceptionRes");
|
|
2560
|
+
var de_LimitExceededExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2561
|
+
const body = parsedOutput.body;
|
|
2562
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2563
|
+
const exception = new LimitExceededException({
|
|
2564
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2565
|
+
...deserialized
|
|
2566
|
+
});
|
|
2567
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2568
|
+
}, "de_LimitExceededExceptionRes");
|
|
2569
|
+
var de_NotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2570
|
+
const body = parsedOutput.body;
|
|
2571
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2572
|
+
const exception = new NotFoundException({
|
|
2573
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2574
|
+
...deserialized
|
|
2575
|
+
});
|
|
2576
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2577
|
+
}, "de_NotFoundExceptionRes");
|
|
2578
|
+
var de_CallAnalyticsJob = /* @__PURE__ */ __name((output, context) => {
|
|
2579
|
+
return (0, import_smithy_client.take)(output, {
|
|
2580
|
+
CallAnalyticsJobName: import_smithy_client.expectString,
|
|
2581
|
+
CallAnalyticsJobStatus: import_smithy_client.expectString,
|
|
2582
|
+
ChannelDefinitions: import_smithy_client._json,
|
|
2583
|
+
CompletionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2584
|
+
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2585
|
+
DataAccessRoleArn: import_smithy_client.expectString,
|
|
2586
|
+
FailureReason: import_smithy_client.expectString,
|
|
2587
|
+
IdentifiedLanguageScore: import_smithy_client.limitedParseFloat32,
|
|
2588
|
+
LanguageCode: import_smithy_client.expectString,
|
|
2589
|
+
Media: import_smithy_client._json,
|
|
2590
|
+
MediaFormat: import_smithy_client.expectString,
|
|
2591
|
+
MediaSampleRateHertz: import_smithy_client.expectInt32,
|
|
2592
|
+
Settings: import_smithy_client._json,
|
|
2593
|
+
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2594
|
+
Transcript: import_smithy_client._json
|
|
2595
|
+
});
|
|
2596
|
+
}, "de_CallAnalyticsJob");
|
|
2597
|
+
var de_CallAnalyticsJobSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
2598
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2599
|
+
return de_CallAnalyticsJobSummary(entry, context);
|
|
2600
|
+
});
|
|
2601
|
+
return retVal;
|
|
2602
|
+
}, "de_CallAnalyticsJobSummaries");
|
|
2603
|
+
var de_CallAnalyticsJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2604
|
+
return (0, import_smithy_client.take)(output, {
|
|
2605
|
+
CallAnalyticsJobName: import_smithy_client.expectString,
|
|
2606
|
+
CallAnalyticsJobStatus: import_smithy_client.expectString,
|
|
2607
|
+
CompletionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2608
|
+
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2609
|
+
FailureReason: import_smithy_client.expectString,
|
|
2610
|
+
LanguageCode: import_smithy_client.expectString,
|
|
2611
|
+
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2612
|
+
});
|
|
2613
|
+
}, "de_CallAnalyticsJobSummary");
|
|
2614
|
+
var de_CategoryProperties = /* @__PURE__ */ __name((output, context) => {
|
|
2615
|
+
return (0, import_smithy_client.take)(output, {
|
|
2616
|
+
CategoryName: import_smithy_client.expectString,
|
|
2617
|
+
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2618
|
+
InputType: import_smithy_client.expectString,
|
|
2619
|
+
LastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2620
|
+
Rules: import_smithy_client._json
|
|
2621
|
+
});
|
|
2622
|
+
}, "de_CategoryProperties");
|
|
2623
|
+
var de_CategoryPropertiesList = /* @__PURE__ */ __name((output, context) => {
|
|
2624
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2625
|
+
return de_CategoryProperties(entry, context);
|
|
2626
|
+
});
|
|
2627
|
+
return retVal;
|
|
2628
|
+
}, "de_CategoryPropertiesList");
|
|
2629
|
+
var de_CreateCallAnalyticsCategoryResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2630
|
+
return (0, import_smithy_client.take)(output, {
|
|
2631
|
+
CategoryProperties: (_) => de_CategoryProperties(_, context)
|
|
2632
|
+
});
|
|
2633
|
+
}, "de_CreateCallAnalyticsCategoryResponse");
|
|
2634
|
+
var de_CreateMedicalVocabularyResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2635
|
+
return (0, import_smithy_client.take)(output, {
|
|
2636
|
+
FailureReason: import_smithy_client.expectString,
|
|
2637
|
+
LanguageCode: import_smithy_client.expectString,
|
|
2638
|
+
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2639
|
+
VocabularyName: import_smithy_client.expectString,
|
|
2640
|
+
VocabularyState: import_smithy_client.expectString
|
|
2641
|
+
});
|
|
2642
|
+
}, "de_CreateMedicalVocabularyResponse");
|
|
2643
|
+
var de_CreateVocabularyFilterResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2644
|
+
return (0, import_smithy_client.take)(output, {
|
|
2645
|
+
LanguageCode: import_smithy_client.expectString,
|
|
2646
|
+
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2647
|
+
VocabularyFilterName: import_smithy_client.expectString
|
|
2648
|
+
});
|
|
2649
|
+
}, "de_CreateVocabularyFilterResponse");
|
|
2650
|
+
var de_CreateVocabularyResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2651
|
+
return (0, import_smithy_client.take)(output, {
|
|
2652
|
+
FailureReason: import_smithy_client.expectString,
|
|
2653
|
+
LanguageCode: import_smithy_client.expectString,
|
|
2654
|
+
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2655
|
+
VocabularyName: import_smithy_client.expectString,
|
|
2656
|
+
VocabularyState: import_smithy_client.expectString
|
|
2657
|
+
});
|
|
2658
|
+
}, "de_CreateVocabularyResponse");
|
|
2659
|
+
var de_DescribeLanguageModelResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2660
|
+
return (0, import_smithy_client.take)(output, {
|
|
2661
|
+
LanguageModel: (_) => de_LanguageModel(_, context)
|
|
2662
|
+
});
|
|
2663
|
+
}, "de_DescribeLanguageModelResponse");
|
|
2664
|
+
var de_GetCallAnalyticsCategoryResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2665
|
+
return (0, import_smithy_client.take)(output, {
|
|
2666
|
+
CategoryProperties: (_) => de_CategoryProperties(_, context)
|
|
2667
|
+
});
|
|
2668
|
+
}, "de_GetCallAnalyticsCategoryResponse");
|
|
2669
|
+
var de_GetCallAnalyticsJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2670
|
+
return (0, import_smithy_client.take)(output, {
|
|
2671
|
+
CallAnalyticsJob: (_) => de_CallAnalyticsJob(_, context)
|
|
2672
|
+
});
|
|
2673
|
+
}, "de_GetCallAnalyticsJobResponse");
|
|
2674
|
+
var de_GetMedicalScribeJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2675
|
+
return (0, import_smithy_client.take)(output, {
|
|
2676
|
+
MedicalScribeJob: (_) => de_MedicalScribeJob(_, context)
|
|
2677
|
+
});
|
|
2678
|
+
}, "de_GetMedicalScribeJobResponse");
|
|
2679
|
+
var de_GetMedicalTranscriptionJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2680
|
+
return (0, import_smithy_client.take)(output, {
|
|
2681
|
+
MedicalTranscriptionJob: (_) => de_MedicalTranscriptionJob(_, context)
|
|
2682
|
+
});
|
|
2683
|
+
}, "de_GetMedicalTranscriptionJobResponse");
|
|
2684
|
+
var de_GetMedicalVocabularyResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2685
|
+
return (0, import_smithy_client.take)(output, {
|
|
2686
|
+
DownloadUri: import_smithy_client.expectString,
|
|
2687
|
+
FailureReason: import_smithy_client.expectString,
|
|
2688
|
+
LanguageCode: import_smithy_client.expectString,
|
|
2689
|
+
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2690
|
+
VocabularyName: import_smithy_client.expectString,
|
|
2691
|
+
VocabularyState: import_smithy_client.expectString
|
|
2692
|
+
});
|
|
2693
|
+
}, "de_GetMedicalVocabularyResponse");
|
|
2694
|
+
var de_GetTranscriptionJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2695
|
+
return (0, import_smithy_client.take)(output, {
|
|
2696
|
+
TranscriptionJob: (_) => de_TranscriptionJob(_, context)
|
|
2697
|
+
});
|
|
2698
|
+
}, "de_GetTranscriptionJobResponse");
|
|
2699
|
+
var de_GetVocabularyFilterResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2700
|
+
return (0, import_smithy_client.take)(output, {
|
|
2701
|
+
DownloadUri: import_smithy_client.expectString,
|
|
2702
|
+
LanguageCode: import_smithy_client.expectString,
|
|
2703
|
+
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2704
|
+
VocabularyFilterName: import_smithy_client.expectString
|
|
2705
|
+
});
|
|
2706
|
+
}, "de_GetVocabularyFilterResponse");
|
|
2707
|
+
var de_GetVocabularyResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2708
|
+
return (0, import_smithy_client.take)(output, {
|
|
2709
|
+
DownloadUri: import_smithy_client.expectString,
|
|
2710
|
+
FailureReason: import_smithy_client.expectString,
|
|
2711
|
+
LanguageCode: import_smithy_client.expectString,
|
|
2712
|
+
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2713
|
+
VocabularyName: import_smithy_client.expectString,
|
|
2714
|
+
VocabularyState: import_smithy_client.expectString
|
|
2715
|
+
});
|
|
2716
|
+
}, "de_GetVocabularyResponse");
|
|
2717
|
+
var de_LanguageCodeItem = /* @__PURE__ */ __name((output, context) => {
|
|
2718
|
+
return (0, import_smithy_client.take)(output, {
|
|
2719
|
+
DurationInSeconds: import_smithy_client.limitedParseFloat32,
|
|
2720
|
+
LanguageCode: import_smithy_client.expectString
|
|
2721
|
+
});
|
|
2722
|
+
}, "de_LanguageCodeItem");
|
|
2723
|
+
var de_LanguageCodeList = /* @__PURE__ */ __name((output, context) => {
|
|
2724
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2725
|
+
return de_LanguageCodeItem(entry, context);
|
|
2726
|
+
});
|
|
2727
|
+
return retVal;
|
|
2728
|
+
}, "de_LanguageCodeList");
|
|
2729
|
+
var de_LanguageModel = /* @__PURE__ */ __name((output, context) => {
|
|
2730
|
+
return (0, import_smithy_client.take)(output, {
|
|
2731
|
+
BaseModelName: import_smithy_client.expectString,
|
|
2732
|
+
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2733
|
+
FailureReason: import_smithy_client.expectString,
|
|
2734
|
+
InputDataConfig: import_smithy_client._json,
|
|
2735
|
+
LanguageCode: import_smithy_client.expectString,
|
|
2736
|
+
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2737
|
+
ModelName: import_smithy_client.expectString,
|
|
2738
|
+
ModelStatus: import_smithy_client.expectString,
|
|
2739
|
+
UpgradeAvailability: import_smithy_client.expectBoolean
|
|
2740
|
+
});
|
|
2741
|
+
}, "de_LanguageModel");
|
|
2742
|
+
var de_ListCallAnalyticsCategoriesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2743
|
+
return (0, import_smithy_client.take)(output, {
|
|
2744
|
+
Categories: (_) => de_CategoryPropertiesList(_, context),
|
|
2745
|
+
NextToken: import_smithy_client.expectString
|
|
2746
|
+
});
|
|
2747
|
+
}, "de_ListCallAnalyticsCategoriesResponse");
|
|
2748
|
+
var de_ListCallAnalyticsJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2749
|
+
return (0, import_smithy_client.take)(output, {
|
|
2750
|
+
CallAnalyticsJobSummaries: (_) => de_CallAnalyticsJobSummaries(_, context),
|
|
2751
|
+
NextToken: import_smithy_client.expectString,
|
|
2752
|
+
Status: import_smithy_client.expectString
|
|
2753
|
+
});
|
|
2754
|
+
}, "de_ListCallAnalyticsJobsResponse");
|
|
2755
|
+
var de_ListLanguageModelsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2756
|
+
return (0, import_smithy_client.take)(output, {
|
|
2757
|
+
Models: (_) => de_Models(_, context),
|
|
2758
|
+
NextToken: import_smithy_client.expectString
|
|
2759
|
+
});
|
|
2760
|
+
}, "de_ListLanguageModelsResponse");
|
|
2761
|
+
var de_ListMedicalScribeJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2762
|
+
return (0, import_smithy_client.take)(output, {
|
|
2763
|
+
MedicalScribeJobSummaries: (_) => de_MedicalScribeJobSummaries(_, context),
|
|
2764
|
+
NextToken: import_smithy_client.expectString,
|
|
2765
|
+
Status: import_smithy_client.expectString
|
|
2766
|
+
});
|
|
2767
|
+
}, "de_ListMedicalScribeJobsResponse");
|
|
2768
|
+
var de_ListMedicalTranscriptionJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2769
|
+
return (0, import_smithy_client.take)(output, {
|
|
2770
|
+
MedicalTranscriptionJobSummaries: (_) => de_MedicalTranscriptionJobSummaries(_, context),
|
|
2771
|
+
NextToken: import_smithy_client.expectString,
|
|
2772
|
+
Status: import_smithy_client.expectString
|
|
2773
|
+
});
|
|
2774
|
+
}, "de_ListMedicalTranscriptionJobsResponse");
|
|
2775
|
+
var de_ListMedicalVocabulariesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2776
|
+
return (0, import_smithy_client.take)(output, {
|
|
2777
|
+
NextToken: import_smithy_client.expectString,
|
|
2778
|
+
Status: import_smithy_client.expectString,
|
|
2779
|
+
Vocabularies: (_) => de_Vocabularies(_, context)
|
|
2780
|
+
});
|
|
2781
|
+
}, "de_ListMedicalVocabulariesResponse");
|
|
2782
|
+
var de_ListTranscriptionJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2783
|
+
return (0, import_smithy_client.take)(output, {
|
|
2784
|
+
NextToken: import_smithy_client.expectString,
|
|
2785
|
+
Status: import_smithy_client.expectString,
|
|
2786
|
+
TranscriptionJobSummaries: (_) => de_TranscriptionJobSummaries(_, context)
|
|
2787
|
+
});
|
|
2788
|
+
}, "de_ListTranscriptionJobsResponse");
|
|
2789
|
+
var de_ListVocabulariesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2790
|
+
return (0, import_smithy_client.take)(output, {
|
|
2791
|
+
NextToken: import_smithy_client.expectString,
|
|
2792
|
+
Status: import_smithy_client.expectString,
|
|
2793
|
+
Vocabularies: (_) => de_Vocabularies(_, context)
|
|
2794
|
+
});
|
|
2795
|
+
}, "de_ListVocabulariesResponse");
|
|
2796
|
+
var de_ListVocabularyFiltersResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2797
|
+
return (0, import_smithy_client.take)(output, {
|
|
2798
|
+
NextToken: import_smithy_client.expectString,
|
|
2799
|
+
VocabularyFilters: (_) => de_VocabularyFilters(_, context)
|
|
2800
|
+
});
|
|
2801
|
+
}, "de_ListVocabularyFiltersResponse");
|
|
2802
|
+
var de_MedicalScribeJob = /* @__PURE__ */ __name((output, context) => {
|
|
2803
|
+
return (0, import_smithy_client.take)(output, {
|
|
2804
|
+
ChannelDefinitions: import_smithy_client._json,
|
|
2805
|
+
CompletionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2806
|
+
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2807
|
+
DataAccessRoleArn: import_smithy_client.expectString,
|
|
2808
|
+
FailureReason: import_smithy_client.expectString,
|
|
2809
|
+
LanguageCode: import_smithy_client.expectString,
|
|
2810
|
+
Media: import_smithy_client._json,
|
|
2811
|
+
MedicalScribeJobName: import_smithy_client.expectString,
|
|
2812
|
+
MedicalScribeJobStatus: import_smithy_client.expectString,
|
|
2813
|
+
MedicalScribeOutput: import_smithy_client._json,
|
|
2814
|
+
Settings: import_smithy_client._json,
|
|
2815
|
+
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2816
|
+
Tags: import_smithy_client._json
|
|
2817
|
+
});
|
|
2818
|
+
}, "de_MedicalScribeJob");
|
|
2819
|
+
var de_MedicalScribeJobSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
2820
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2821
|
+
return de_MedicalScribeJobSummary(entry, context);
|
|
2822
|
+
});
|
|
2823
|
+
return retVal;
|
|
2824
|
+
}, "de_MedicalScribeJobSummaries");
|
|
2825
|
+
var de_MedicalScribeJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2826
|
+
return (0, import_smithy_client.take)(output, {
|
|
2827
|
+
CompletionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2828
|
+
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2829
|
+
FailureReason: import_smithy_client.expectString,
|
|
2830
|
+
LanguageCode: import_smithy_client.expectString,
|
|
2831
|
+
MedicalScribeJobName: import_smithy_client.expectString,
|
|
2832
|
+
MedicalScribeJobStatus: import_smithy_client.expectString,
|
|
2833
|
+
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2834
|
+
});
|
|
2835
|
+
}, "de_MedicalScribeJobSummary");
|
|
2836
|
+
var de_MedicalTranscriptionJob = /* @__PURE__ */ __name((output, context) => {
|
|
2837
|
+
return (0, import_smithy_client.take)(output, {
|
|
2838
|
+
CompletionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2839
|
+
ContentIdentificationType: import_smithy_client.expectString,
|
|
2840
|
+
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2841
|
+
FailureReason: import_smithy_client.expectString,
|
|
2842
|
+
LanguageCode: import_smithy_client.expectString,
|
|
2843
|
+
Media: import_smithy_client._json,
|
|
2844
|
+
MediaFormat: import_smithy_client.expectString,
|
|
2845
|
+
MediaSampleRateHertz: import_smithy_client.expectInt32,
|
|
2846
|
+
MedicalTranscriptionJobName: import_smithy_client.expectString,
|
|
2847
|
+
Settings: import_smithy_client._json,
|
|
2848
|
+
Specialty: import_smithy_client.expectString,
|
|
2849
|
+
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2850
|
+
Tags: import_smithy_client._json,
|
|
2851
|
+
Transcript: import_smithy_client._json,
|
|
2852
|
+
TranscriptionJobStatus: import_smithy_client.expectString,
|
|
2853
|
+
Type: import_smithy_client.expectString
|
|
2854
|
+
});
|
|
2855
|
+
}, "de_MedicalTranscriptionJob");
|
|
2856
|
+
var de_MedicalTranscriptionJobSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
2857
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2858
|
+
return de_MedicalTranscriptionJobSummary(entry, context);
|
|
2859
|
+
});
|
|
2860
|
+
return retVal;
|
|
2861
|
+
}, "de_MedicalTranscriptionJobSummaries");
|
|
2862
|
+
var de_MedicalTranscriptionJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2863
|
+
return (0, import_smithy_client.take)(output, {
|
|
2864
|
+
CompletionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2865
|
+
ContentIdentificationType: import_smithy_client.expectString,
|
|
2866
|
+
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2867
|
+
FailureReason: import_smithy_client.expectString,
|
|
2868
|
+
LanguageCode: import_smithy_client.expectString,
|
|
2869
|
+
MedicalTranscriptionJobName: import_smithy_client.expectString,
|
|
2870
|
+
OutputLocationType: import_smithy_client.expectString,
|
|
2871
|
+
Specialty: import_smithy_client.expectString,
|
|
2872
|
+
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2873
|
+
TranscriptionJobStatus: import_smithy_client.expectString,
|
|
2874
|
+
Type: import_smithy_client.expectString
|
|
2875
|
+
});
|
|
2876
|
+
}, "de_MedicalTranscriptionJobSummary");
|
|
2877
|
+
var de_Models = /* @__PURE__ */ __name((output, context) => {
|
|
2878
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2879
|
+
return de_LanguageModel(entry, context);
|
|
2880
|
+
});
|
|
2881
|
+
return retVal;
|
|
2882
|
+
}, "de_Models");
|
|
2883
|
+
var de_StartCallAnalyticsJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2884
|
+
return (0, import_smithy_client.take)(output, {
|
|
2885
|
+
CallAnalyticsJob: (_) => de_CallAnalyticsJob(_, context)
|
|
2886
|
+
});
|
|
2887
|
+
}, "de_StartCallAnalyticsJobResponse");
|
|
2888
|
+
var de_StartMedicalScribeJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2889
|
+
return (0, import_smithy_client.take)(output, {
|
|
2890
|
+
MedicalScribeJob: (_) => de_MedicalScribeJob(_, context)
|
|
2891
|
+
});
|
|
2892
|
+
}, "de_StartMedicalScribeJobResponse");
|
|
2893
|
+
var de_StartMedicalTranscriptionJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2894
|
+
return (0, import_smithy_client.take)(output, {
|
|
2895
|
+
MedicalTranscriptionJob: (_) => de_MedicalTranscriptionJob(_, context)
|
|
2896
|
+
});
|
|
2897
|
+
}, "de_StartMedicalTranscriptionJobResponse");
|
|
2898
|
+
var de_StartTranscriptionJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2899
|
+
return (0, import_smithy_client.take)(output, {
|
|
2900
|
+
TranscriptionJob: (_) => de_TranscriptionJob(_, context)
|
|
2901
|
+
});
|
|
2902
|
+
}, "de_StartTranscriptionJobResponse");
|
|
2903
|
+
var de_TranscriptionJob = /* @__PURE__ */ __name((output, context) => {
|
|
2904
|
+
return (0, import_smithy_client.take)(output, {
|
|
2905
|
+
CompletionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2906
|
+
ContentRedaction: import_smithy_client._json,
|
|
2907
|
+
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2908
|
+
FailureReason: import_smithy_client.expectString,
|
|
2909
|
+
IdentifiedLanguageScore: import_smithy_client.limitedParseFloat32,
|
|
2910
|
+
IdentifyLanguage: import_smithy_client.expectBoolean,
|
|
2911
|
+
IdentifyMultipleLanguages: import_smithy_client.expectBoolean,
|
|
2912
|
+
JobExecutionSettings: import_smithy_client._json,
|
|
2913
|
+
LanguageCode: import_smithy_client.expectString,
|
|
2914
|
+
LanguageCodes: (_) => de_LanguageCodeList(_, context),
|
|
2915
|
+
LanguageIdSettings: import_smithy_client._json,
|
|
2916
|
+
LanguageOptions: import_smithy_client._json,
|
|
2917
|
+
Media: import_smithy_client._json,
|
|
2918
|
+
MediaFormat: import_smithy_client.expectString,
|
|
2919
|
+
MediaSampleRateHertz: import_smithy_client.expectInt32,
|
|
2920
|
+
ModelSettings: import_smithy_client._json,
|
|
2921
|
+
Settings: import_smithy_client._json,
|
|
2922
|
+
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2923
|
+
Subtitles: import_smithy_client._json,
|
|
2924
|
+
Tags: import_smithy_client._json,
|
|
2925
|
+
ToxicityDetection: import_smithy_client._json,
|
|
2926
|
+
Transcript: import_smithy_client._json,
|
|
2927
|
+
TranscriptionJobName: import_smithy_client.expectString,
|
|
2928
|
+
TranscriptionJobStatus: import_smithy_client.expectString
|
|
2929
|
+
});
|
|
2930
|
+
}, "de_TranscriptionJob");
|
|
2931
|
+
var de_TranscriptionJobSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
2932
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2933
|
+
return de_TranscriptionJobSummary(entry, context);
|
|
2934
|
+
});
|
|
2935
|
+
return retVal;
|
|
2936
|
+
}, "de_TranscriptionJobSummaries");
|
|
2937
|
+
var de_TranscriptionJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2938
|
+
return (0, import_smithy_client.take)(output, {
|
|
2939
|
+
CompletionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2940
|
+
ContentRedaction: import_smithy_client._json,
|
|
2941
|
+
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2942
|
+
FailureReason: import_smithy_client.expectString,
|
|
2943
|
+
IdentifiedLanguageScore: import_smithy_client.limitedParseFloat32,
|
|
2944
|
+
IdentifyLanguage: import_smithy_client.expectBoolean,
|
|
2945
|
+
IdentifyMultipleLanguages: import_smithy_client.expectBoolean,
|
|
2946
|
+
LanguageCode: import_smithy_client.expectString,
|
|
2947
|
+
LanguageCodes: (_) => de_LanguageCodeList(_, context),
|
|
2948
|
+
ModelSettings: import_smithy_client._json,
|
|
2949
|
+
OutputLocationType: import_smithy_client.expectString,
|
|
2950
|
+
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2951
|
+
ToxicityDetection: import_smithy_client._json,
|
|
2952
|
+
TranscriptionJobName: import_smithy_client.expectString,
|
|
2953
|
+
TranscriptionJobStatus: import_smithy_client.expectString
|
|
2954
|
+
});
|
|
2955
|
+
}, "de_TranscriptionJobSummary");
|
|
2956
|
+
var de_UpdateCallAnalyticsCategoryResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2957
|
+
return (0, import_smithy_client.take)(output, {
|
|
2958
|
+
CategoryProperties: (_) => de_CategoryProperties(_, context)
|
|
2959
|
+
});
|
|
2960
|
+
}, "de_UpdateCallAnalyticsCategoryResponse");
|
|
2961
|
+
var de_UpdateMedicalVocabularyResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2962
|
+
return (0, import_smithy_client.take)(output, {
|
|
2963
|
+
LanguageCode: import_smithy_client.expectString,
|
|
2964
|
+
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2965
|
+
VocabularyName: import_smithy_client.expectString,
|
|
2966
|
+
VocabularyState: import_smithy_client.expectString
|
|
2967
|
+
});
|
|
2968
|
+
}, "de_UpdateMedicalVocabularyResponse");
|
|
2969
|
+
var de_UpdateVocabularyFilterResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2970
|
+
return (0, import_smithy_client.take)(output, {
|
|
2971
|
+
LanguageCode: import_smithy_client.expectString,
|
|
2972
|
+
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2973
|
+
VocabularyFilterName: import_smithy_client.expectString
|
|
2974
|
+
});
|
|
2975
|
+
}, "de_UpdateVocabularyFilterResponse");
|
|
2976
|
+
var de_UpdateVocabularyResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2977
|
+
return (0, import_smithy_client.take)(output, {
|
|
2978
|
+
LanguageCode: import_smithy_client.expectString,
|
|
2979
|
+
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2980
|
+
VocabularyName: import_smithy_client.expectString,
|
|
2981
|
+
VocabularyState: import_smithy_client.expectString
|
|
2982
|
+
});
|
|
2983
|
+
}, "de_UpdateVocabularyResponse");
|
|
2984
|
+
var de_Vocabularies = /* @__PURE__ */ __name((output, context) => {
|
|
2985
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2986
|
+
return de_VocabularyInfo(entry, context);
|
|
2987
|
+
});
|
|
2988
|
+
return retVal;
|
|
2989
|
+
}, "de_Vocabularies");
|
|
2990
|
+
var de_VocabularyFilterInfo = /* @__PURE__ */ __name((output, context) => {
|
|
2991
|
+
return (0, import_smithy_client.take)(output, {
|
|
2992
|
+
LanguageCode: import_smithy_client.expectString,
|
|
2993
|
+
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2994
|
+
VocabularyFilterName: import_smithy_client.expectString
|
|
2995
|
+
});
|
|
2996
|
+
}, "de_VocabularyFilterInfo");
|
|
2997
|
+
var de_VocabularyFilters = /* @__PURE__ */ __name((output, context) => {
|
|
2998
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2999
|
+
return de_VocabularyFilterInfo(entry, context);
|
|
3000
|
+
});
|
|
3001
|
+
return retVal;
|
|
3002
|
+
}, "de_VocabularyFilters");
|
|
3003
|
+
var de_VocabularyInfo = /* @__PURE__ */ __name((output, context) => {
|
|
3004
|
+
return (0, import_smithy_client.take)(output, {
|
|
3005
|
+
LanguageCode: import_smithy_client.expectString,
|
|
3006
|
+
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3007
|
+
VocabularyName: import_smithy_client.expectString,
|
|
3008
|
+
VocabularyState: import_smithy_client.expectString
|
|
3009
|
+
});
|
|
3010
|
+
}, "de_VocabularyInfo");
|
|
3011
|
+
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
3012
|
+
httpStatusCode: output.statusCode,
|
|
3013
|
+
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
3014
|
+
extendedRequestId: output.headers["x-amz-id-2"],
|
|
3015
|
+
cfId: output.headers["x-amz-cf-id"]
|
|
3016
|
+
}), "deserializeMetadata");
|
|
3017
|
+
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
3018
|
+
var throwDefaultError = (0, import_smithy_client.withBaseException)(TranscribeServiceException);
|
|
3019
|
+
var buildHttpRpcRequest = /* @__PURE__ */ __name(async (context, headers, path, resolvedHostname, body) => {
|
|
3020
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
3021
|
+
const contents = {
|
|
3022
|
+
protocol,
|
|
3023
|
+
hostname,
|
|
3024
|
+
port,
|
|
3025
|
+
method: "POST",
|
|
3026
|
+
path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path,
|
|
3027
|
+
headers
|
|
3028
|
+
};
|
|
3029
|
+
if (resolvedHostname !== void 0) {
|
|
3030
|
+
contents.hostname = resolvedHostname;
|
|
3031
|
+
}
|
|
3032
|
+
if (body !== void 0) {
|
|
3033
|
+
contents.body = body;
|
|
3034
|
+
}
|
|
3035
|
+
return new import_protocol_http.HttpRequest(contents);
|
|
3036
|
+
}, "buildHttpRpcRequest");
|
|
3037
|
+
function sharedHeaders(operation) {
|
|
3038
|
+
return {
|
|
3039
|
+
"content-type": "application/x-amz-json-1.1",
|
|
3040
|
+
"x-amz-target": `Transcribe.${operation}`
|
|
3041
|
+
};
|
|
3042
|
+
}
|
|
3043
|
+
__name(sharedHeaders, "sharedHeaders");
|
|
3044
|
+
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
3045
|
+
if (encoded.length) {
|
|
3046
|
+
return JSON.parse(encoded);
|
|
3047
|
+
}
|
|
3048
|
+
return {};
|
|
3049
|
+
}), "parseBody");
|
|
3050
|
+
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
|
3051
|
+
const value = await parseBody(errorBody, context);
|
|
3052
|
+
value.message = value.message ?? value.Message;
|
|
3053
|
+
return value;
|
|
3054
|
+
}, "parseErrorBody");
|
|
3055
|
+
var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
3056
|
+
const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
|
|
3057
|
+
const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
|
|
3058
|
+
let cleanValue = rawValue;
|
|
3059
|
+
if (typeof cleanValue === "number") {
|
|
3060
|
+
cleanValue = cleanValue.toString();
|
|
3061
|
+
}
|
|
3062
|
+
if (cleanValue.indexOf(",") >= 0) {
|
|
3063
|
+
cleanValue = cleanValue.split(",")[0];
|
|
3064
|
+
}
|
|
3065
|
+
if (cleanValue.indexOf(":") >= 0) {
|
|
3066
|
+
cleanValue = cleanValue.split(":")[0];
|
|
3067
|
+
}
|
|
3068
|
+
if (cleanValue.indexOf("#") >= 0) {
|
|
3069
|
+
cleanValue = cleanValue.split("#")[1];
|
|
3070
|
+
}
|
|
3071
|
+
return cleanValue;
|
|
3072
|
+
}, "sanitizeErrorCode");
|
|
3073
|
+
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
3074
|
+
if (headerKey !== void 0) {
|
|
3075
|
+
return sanitizeErrorCode(output.headers[headerKey]);
|
|
3076
|
+
}
|
|
3077
|
+
if (data.code !== void 0) {
|
|
3078
|
+
return sanitizeErrorCode(data.code);
|
|
3079
|
+
}
|
|
3080
|
+
if (data["__type"] !== void 0) {
|
|
3081
|
+
return sanitizeErrorCode(data["__type"]);
|
|
3082
|
+
}
|
|
3083
|
+
}, "loadRestJsonErrorCode");
|
|
3084
|
+
|
|
3085
|
+
// src/commands/CreateCallAnalyticsCategoryCommand.ts
|
|
3086
|
+
var _CreateCallAnalyticsCategoryCommand = class _CreateCallAnalyticsCategoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3087
|
+
...commonParams
|
|
3088
|
+
}).m(function(Command, cs, config, o) {
|
|
3089
|
+
return [
|
|
3090
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3091
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3092
|
+
];
|
|
3093
|
+
}).s("Transcribe", "CreateCallAnalyticsCategory", {}).n("TranscribeClient", "CreateCallAnalyticsCategoryCommand").f(void 0, void 0).ser(se_CreateCallAnalyticsCategoryCommand).de(de_CreateCallAnalyticsCategoryCommand).build() {
|
|
3094
|
+
};
|
|
3095
|
+
__name(_CreateCallAnalyticsCategoryCommand, "CreateCallAnalyticsCategoryCommand");
|
|
3096
|
+
var CreateCallAnalyticsCategoryCommand = _CreateCallAnalyticsCategoryCommand;
|
|
3097
|
+
|
|
3098
|
+
// src/commands/CreateLanguageModelCommand.ts
|
|
3099
|
+
|
|
3100
|
+
|
|
3101
|
+
|
|
3102
|
+
|
|
3103
|
+
var _CreateLanguageModelCommand = class _CreateLanguageModelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3104
|
+
...commonParams
|
|
3105
|
+
}).m(function(Command, cs, config, o) {
|
|
3106
|
+
return [
|
|
3107
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3108
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3109
|
+
];
|
|
3110
|
+
}).s("Transcribe", "CreateLanguageModel", {}).n("TranscribeClient", "CreateLanguageModelCommand").f(void 0, void 0).ser(se_CreateLanguageModelCommand).de(de_CreateLanguageModelCommand).build() {
|
|
3111
|
+
};
|
|
3112
|
+
__name(_CreateLanguageModelCommand, "CreateLanguageModelCommand");
|
|
3113
|
+
var CreateLanguageModelCommand = _CreateLanguageModelCommand;
|
|
3114
|
+
|
|
3115
|
+
// src/commands/CreateMedicalVocabularyCommand.ts
|
|
3116
|
+
|
|
3117
|
+
|
|
3118
|
+
|
|
3119
|
+
|
|
3120
|
+
var _CreateMedicalVocabularyCommand = class _CreateMedicalVocabularyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3121
|
+
...commonParams
|
|
3122
|
+
}).m(function(Command, cs, config, o) {
|
|
3123
|
+
return [
|
|
3124
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3125
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3126
|
+
];
|
|
3127
|
+
}).s("Transcribe", "CreateMedicalVocabulary", {}).n("TranscribeClient", "CreateMedicalVocabularyCommand").f(void 0, void 0).ser(se_CreateMedicalVocabularyCommand).de(de_CreateMedicalVocabularyCommand).build() {
|
|
3128
|
+
};
|
|
3129
|
+
__name(_CreateMedicalVocabularyCommand, "CreateMedicalVocabularyCommand");
|
|
3130
|
+
var CreateMedicalVocabularyCommand = _CreateMedicalVocabularyCommand;
|
|
3131
|
+
|
|
3132
|
+
// src/commands/CreateVocabularyCommand.ts
|
|
3133
|
+
|
|
3134
|
+
|
|
3135
|
+
|
|
3136
|
+
|
|
3137
|
+
var _CreateVocabularyCommand = class _CreateVocabularyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3138
|
+
...commonParams
|
|
3139
|
+
}).m(function(Command, cs, config, o) {
|
|
3140
|
+
return [
|
|
3141
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3142
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3143
|
+
];
|
|
3144
|
+
}).s("Transcribe", "CreateVocabulary", {}).n("TranscribeClient", "CreateVocabularyCommand").f(void 0, void 0).ser(se_CreateVocabularyCommand).de(de_CreateVocabularyCommand).build() {
|
|
3145
|
+
};
|
|
3146
|
+
__name(_CreateVocabularyCommand, "CreateVocabularyCommand");
|
|
3147
|
+
var CreateVocabularyCommand = _CreateVocabularyCommand;
|
|
3148
|
+
|
|
3149
|
+
// src/commands/CreateVocabularyFilterCommand.ts
|
|
3150
|
+
|
|
3151
|
+
|
|
3152
|
+
|
|
3153
|
+
|
|
3154
|
+
var _CreateVocabularyFilterCommand = class _CreateVocabularyFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3155
|
+
...commonParams
|
|
3156
|
+
}).m(function(Command, cs, config, o) {
|
|
3157
|
+
return [
|
|
3158
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3159
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3160
|
+
];
|
|
3161
|
+
}).s("Transcribe", "CreateVocabularyFilter", {}).n("TranscribeClient", "CreateVocabularyFilterCommand").f(void 0, void 0).ser(se_CreateVocabularyFilterCommand).de(de_CreateVocabularyFilterCommand).build() {
|
|
3162
|
+
};
|
|
3163
|
+
__name(_CreateVocabularyFilterCommand, "CreateVocabularyFilterCommand");
|
|
3164
|
+
var CreateVocabularyFilterCommand = _CreateVocabularyFilterCommand;
|
|
3165
|
+
|
|
3166
|
+
// src/commands/DeleteCallAnalyticsCategoryCommand.ts
|
|
3167
|
+
|
|
3168
|
+
|
|
3169
|
+
|
|
3170
|
+
|
|
3171
|
+
var _DeleteCallAnalyticsCategoryCommand = class _DeleteCallAnalyticsCategoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3172
|
+
...commonParams
|
|
3173
|
+
}).m(function(Command, cs, config, o) {
|
|
3174
|
+
return [
|
|
3175
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3176
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3177
|
+
];
|
|
3178
|
+
}).s("Transcribe", "DeleteCallAnalyticsCategory", {}).n("TranscribeClient", "DeleteCallAnalyticsCategoryCommand").f(void 0, void 0).ser(se_DeleteCallAnalyticsCategoryCommand).de(de_DeleteCallAnalyticsCategoryCommand).build() {
|
|
3179
|
+
};
|
|
3180
|
+
__name(_DeleteCallAnalyticsCategoryCommand, "DeleteCallAnalyticsCategoryCommand");
|
|
3181
|
+
var DeleteCallAnalyticsCategoryCommand = _DeleteCallAnalyticsCategoryCommand;
|
|
3182
|
+
|
|
3183
|
+
// src/commands/DeleteCallAnalyticsJobCommand.ts
|
|
3184
|
+
|
|
3185
|
+
|
|
3186
|
+
|
|
3187
|
+
|
|
3188
|
+
var _DeleteCallAnalyticsJobCommand = class _DeleteCallAnalyticsJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3189
|
+
...commonParams
|
|
3190
|
+
}).m(function(Command, cs, config, o) {
|
|
3191
|
+
return [
|
|
3192
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3193
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3194
|
+
];
|
|
3195
|
+
}).s("Transcribe", "DeleteCallAnalyticsJob", {}).n("TranscribeClient", "DeleteCallAnalyticsJobCommand").f(void 0, void 0).ser(se_DeleteCallAnalyticsJobCommand).de(de_DeleteCallAnalyticsJobCommand).build() {
|
|
3196
|
+
};
|
|
3197
|
+
__name(_DeleteCallAnalyticsJobCommand, "DeleteCallAnalyticsJobCommand");
|
|
3198
|
+
var DeleteCallAnalyticsJobCommand = _DeleteCallAnalyticsJobCommand;
|
|
3199
|
+
|
|
3200
|
+
// src/commands/DeleteLanguageModelCommand.ts
|
|
3201
|
+
|
|
3202
|
+
|
|
3203
|
+
|
|
3204
|
+
|
|
3205
|
+
var _DeleteLanguageModelCommand = class _DeleteLanguageModelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3206
|
+
...commonParams
|
|
3207
|
+
}).m(function(Command, cs, config, o) {
|
|
3208
|
+
return [
|
|
3209
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3210
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3211
|
+
];
|
|
3212
|
+
}).s("Transcribe", "DeleteLanguageModel", {}).n("TranscribeClient", "DeleteLanguageModelCommand").f(void 0, void 0).ser(se_DeleteLanguageModelCommand).de(de_DeleteLanguageModelCommand).build() {
|
|
3213
|
+
};
|
|
3214
|
+
__name(_DeleteLanguageModelCommand, "DeleteLanguageModelCommand");
|
|
3215
|
+
var DeleteLanguageModelCommand = _DeleteLanguageModelCommand;
|
|
3216
|
+
|
|
3217
|
+
// src/commands/DeleteMedicalScribeJobCommand.ts
|
|
3218
|
+
|
|
3219
|
+
|
|
3220
|
+
|
|
3221
|
+
|
|
3222
|
+
var _DeleteMedicalScribeJobCommand = class _DeleteMedicalScribeJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3223
|
+
...commonParams
|
|
3224
|
+
}).m(function(Command, cs, config, o) {
|
|
3225
|
+
return [
|
|
3226
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3227
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3228
|
+
];
|
|
3229
|
+
}).s("Transcribe", "DeleteMedicalScribeJob", {}).n("TranscribeClient", "DeleteMedicalScribeJobCommand").f(void 0, void 0).ser(se_DeleteMedicalScribeJobCommand).de(de_DeleteMedicalScribeJobCommand).build() {
|
|
3230
|
+
};
|
|
3231
|
+
__name(_DeleteMedicalScribeJobCommand, "DeleteMedicalScribeJobCommand");
|
|
3232
|
+
var DeleteMedicalScribeJobCommand = _DeleteMedicalScribeJobCommand;
|
|
3233
|
+
|
|
3234
|
+
// src/commands/DeleteMedicalTranscriptionJobCommand.ts
|
|
3235
|
+
|
|
3236
|
+
|
|
3237
|
+
|
|
3238
|
+
|
|
3239
|
+
var _DeleteMedicalTranscriptionJobCommand = class _DeleteMedicalTranscriptionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3240
|
+
...commonParams
|
|
3241
|
+
}).m(function(Command, cs, config, o) {
|
|
3242
|
+
return [
|
|
3243
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3244
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3245
|
+
];
|
|
3246
|
+
}).s("Transcribe", "DeleteMedicalTranscriptionJob", {}).n("TranscribeClient", "DeleteMedicalTranscriptionJobCommand").f(void 0, void 0).ser(se_DeleteMedicalTranscriptionJobCommand).de(de_DeleteMedicalTranscriptionJobCommand).build() {
|
|
3247
|
+
};
|
|
3248
|
+
__name(_DeleteMedicalTranscriptionJobCommand, "DeleteMedicalTranscriptionJobCommand");
|
|
3249
|
+
var DeleteMedicalTranscriptionJobCommand = _DeleteMedicalTranscriptionJobCommand;
|
|
3250
|
+
|
|
3251
|
+
// src/commands/DeleteMedicalVocabularyCommand.ts
|
|
3252
|
+
|
|
3253
|
+
|
|
3254
|
+
|
|
3255
|
+
|
|
3256
|
+
var _DeleteMedicalVocabularyCommand = class _DeleteMedicalVocabularyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3257
|
+
...commonParams
|
|
3258
|
+
}).m(function(Command, cs, config, o) {
|
|
3259
|
+
return [
|
|
3260
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3261
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3262
|
+
];
|
|
3263
|
+
}).s("Transcribe", "DeleteMedicalVocabulary", {}).n("TranscribeClient", "DeleteMedicalVocabularyCommand").f(void 0, void 0).ser(se_DeleteMedicalVocabularyCommand).de(de_DeleteMedicalVocabularyCommand).build() {
|
|
3264
|
+
};
|
|
3265
|
+
__name(_DeleteMedicalVocabularyCommand, "DeleteMedicalVocabularyCommand");
|
|
3266
|
+
var DeleteMedicalVocabularyCommand = _DeleteMedicalVocabularyCommand;
|
|
3267
|
+
|
|
3268
|
+
// src/commands/DeleteTranscriptionJobCommand.ts
|
|
3269
|
+
|
|
3270
|
+
|
|
3271
|
+
|
|
3272
|
+
|
|
3273
|
+
var _DeleteTranscriptionJobCommand = class _DeleteTranscriptionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3274
|
+
...commonParams
|
|
3275
|
+
}).m(function(Command, cs, config, o) {
|
|
3276
|
+
return [
|
|
3277
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3278
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3279
|
+
];
|
|
3280
|
+
}).s("Transcribe", "DeleteTranscriptionJob", {}).n("TranscribeClient", "DeleteTranscriptionJobCommand").f(void 0, void 0).ser(se_DeleteTranscriptionJobCommand).de(de_DeleteTranscriptionJobCommand).build() {
|
|
3281
|
+
};
|
|
3282
|
+
__name(_DeleteTranscriptionJobCommand, "DeleteTranscriptionJobCommand");
|
|
3283
|
+
var DeleteTranscriptionJobCommand = _DeleteTranscriptionJobCommand;
|
|
3284
|
+
|
|
3285
|
+
// src/commands/DeleteVocabularyCommand.ts
|
|
3286
|
+
|
|
3287
|
+
|
|
3288
|
+
|
|
3289
|
+
|
|
3290
|
+
var _DeleteVocabularyCommand = class _DeleteVocabularyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3291
|
+
...commonParams
|
|
3292
|
+
}).m(function(Command, cs, config, o) {
|
|
3293
|
+
return [
|
|
3294
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3295
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3296
|
+
];
|
|
3297
|
+
}).s("Transcribe", "DeleteVocabulary", {}).n("TranscribeClient", "DeleteVocabularyCommand").f(void 0, void 0).ser(se_DeleteVocabularyCommand).de(de_DeleteVocabularyCommand).build() {
|
|
3298
|
+
};
|
|
3299
|
+
__name(_DeleteVocabularyCommand, "DeleteVocabularyCommand");
|
|
3300
|
+
var DeleteVocabularyCommand = _DeleteVocabularyCommand;
|
|
3301
|
+
|
|
3302
|
+
// src/commands/DeleteVocabularyFilterCommand.ts
|
|
3303
|
+
|
|
3304
|
+
|
|
3305
|
+
|
|
3306
|
+
|
|
3307
|
+
var _DeleteVocabularyFilterCommand = class _DeleteVocabularyFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3308
|
+
...commonParams
|
|
3309
|
+
}).m(function(Command, cs, config, o) {
|
|
3310
|
+
return [
|
|
3311
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3312
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3313
|
+
];
|
|
3314
|
+
}).s("Transcribe", "DeleteVocabularyFilter", {}).n("TranscribeClient", "DeleteVocabularyFilterCommand").f(void 0, void 0).ser(se_DeleteVocabularyFilterCommand).de(de_DeleteVocabularyFilterCommand).build() {
|
|
3315
|
+
};
|
|
3316
|
+
__name(_DeleteVocabularyFilterCommand, "DeleteVocabularyFilterCommand");
|
|
3317
|
+
var DeleteVocabularyFilterCommand = _DeleteVocabularyFilterCommand;
|
|
3318
|
+
|
|
3319
|
+
// src/commands/DescribeLanguageModelCommand.ts
|
|
3320
|
+
|
|
3321
|
+
|
|
3322
|
+
|
|
3323
|
+
|
|
3324
|
+
var _DescribeLanguageModelCommand = class _DescribeLanguageModelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3325
|
+
...commonParams
|
|
3326
|
+
}).m(function(Command, cs, config, o) {
|
|
3327
|
+
return [
|
|
3328
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3329
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3330
|
+
];
|
|
3331
|
+
}).s("Transcribe", "DescribeLanguageModel", {}).n("TranscribeClient", "DescribeLanguageModelCommand").f(void 0, void 0).ser(se_DescribeLanguageModelCommand).de(de_DescribeLanguageModelCommand).build() {
|
|
3332
|
+
};
|
|
3333
|
+
__name(_DescribeLanguageModelCommand, "DescribeLanguageModelCommand");
|
|
3334
|
+
var DescribeLanguageModelCommand = _DescribeLanguageModelCommand;
|
|
3335
|
+
|
|
3336
|
+
// src/commands/GetCallAnalyticsCategoryCommand.ts
|
|
3337
|
+
|
|
3338
|
+
|
|
3339
|
+
|
|
3340
|
+
|
|
3341
|
+
var _GetCallAnalyticsCategoryCommand = class _GetCallAnalyticsCategoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3342
|
+
...commonParams
|
|
3343
|
+
}).m(function(Command, cs, config, o) {
|
|
3344
|
+
return [
|
|
3345
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3346
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3347
|
+
];
|
|
3348
|
+
}).s("Transcribe", "GetCallAnalyticsCategory", {}).n("TranscribeClient", "GetCallAnalyticsCategoryCommand").f(void 0, void 0).ser(se_GetCallAnalyticsCategoryCommand).de(de_GetCallAnalyticsCategoryCommand).build() {
|
|
3349
|
+
};
|
|
3350
|
+
__name(_GetCallAnalyticsCategoryCommand, "GetCallAnalyticsCategoryCommand");
|
|
3351
|
+
var GetCallAnalyticsCategoryCommand = _GetCallAnalyticsCategoryCommand;
|
|
3352
|
+
|
|
3353
|
+
// src/commands/GetCallAnalyticsJobCommand.ts
|
|
3354
|
+
|
|
3355
|
+
|
|
3356
|
+
|
|
3357
|
+
|
|
3358
|
+
var _GetCallAnalyticsJobCommand = class _GetCallAnalyticsJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3359
|
+
...commonParams
|
|
3360
|
+
}).m(function(Command, cs, config, o) {
|
|
3361
|
+
return [
|
|
3362
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3363
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3364
|
+
];
|
|
3365
|
+
}).s("Transcribe", "GetCallAnalyticsJob", {}).n("TranscribeClient", "GetCallAnalyticsJobCommand").f(void 0, void 0).ser(se_GetCallAnalyticsJobCommand).de(de_GetCallAnalyticsJobCommand).build() {
|
|
3366
|
+
};
|
|
3367
|
+
__name(_GetCallAnalyticsJobCommand, "GetCallAnalyticsJobCommand");
|
|
3368
|
+
var GetCallAnalyticsJobCommand = _GetCallAnalyticsJobCommand;
|
|
3369
|
+
|
|
3370
|
+
// src/commands/GetMedicalScribeJobCommand.ts
|
|
3371
|
+
|
|
3372
|
+
|
|
3373
|
+
|
|
3374
|
+
|
|
3375
|
+
var _GetMedicalScribeJobCommand = class _GetMedicalScribeJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3376
|
+
...commonParams
|
|
3377
|
+
}).m(function(Command, cs, config, o) {
|
|
3378
|
+
return [
|
|
3379
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3380
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3381
|
+
];
|
|
3382
|
+
}).s("Transcribe", "GetMedicalScribeJob", {}).n("TranscribeClient", "GetMedicalScribeJobCommand").f(void 0, void 0).ser(se_GetMedicalScribeJobCommand).de(de_GetMedicalScribeJobCommand).build() {
|
|
3383
|
+
};
|
|
3384
|
+
__name(_GetMedicalScribeJobCommand, "GetMedicalScribeJobCommand");
|
|
3385
|
+
var GetMedicalScribeJobCommand = _GetMedicalScribeJobCommand;
|
|
3386
|
+
|
|
3387
|
+
// src/commands/GetMedicalTranscriptionJobCommand.ts
|
|
3388
|
+
|
|
3389
|
+
|
|
3390
|
+
|
|
3391
|
+
|
|
3392
|
+
var _GetMedicalTranscriptionJobCommand = class _GetMedicalTranscriptionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3393
|
+
...commonParams
|
|
3394
|
+
}).m(function(Command, cs, config, o) {
|
|
3395
|
+
return [
|
|
3396
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3397
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3398
|
+
];
|
|
3399
|
+
}).s("Transcribe", "GetMedicalTranscriptionJob", {}).n("TranscribeClient", "GetMedicalTranscriptionJobCommand").f(void 0, void 0).ser(se_GetMedicalTranscriptionJobCommand).de(de_GetMedicalTranscriptionJobCommand).build() {
|
|
3400
|
+
};
|
|
3401
|
+
__name(_GetMedicalTranscriptionJobCommand, "GetMedicalTranscriptionJobCommand");
|
|
3402
|
+
var GetMedicalTranscriptionJobCommand = _GetMedicalTranscriptionJobCommand;
|
|
3403
|
+
|
|
3404
|
+
// src/commands/GetMedicalVocabularyCommand.ts
|
|
3405
|
+
|
|
3406
|
+
|
|
3407
|
+
|
|
3408
|
+
|
|
3409
|
+
var _GetMedicalVocabularyCommand = class _GetMedicalVocabularyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3410
|
+
...commonParams
|
|
3411
|
+
}).m(function(Command, cs, config, o) {
|
|
3412
|
+
return [
|
|
3413
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3414
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3415
|
+
];
|
|
3416
|
+
}).s("Transcribe", "GetMedicalVocabulary", {}).n("TranscribeClient", "GetMedicalVocabularyCommand").f(void 0, void 0).ser(se_GetMedicalVocabularyCommand).de(de_GetMedicalVocabularyCommand).build() {
|
|
3417
|
+
};
|
|
3418
|
+
__name(_GetMedicalVocabularyCommand, "GetMedicalVocabularyCommand");
|
|
3419
|
+
var GetMedicalVocabularyCommand = _GetMedicalVocabularyCommand;
|
|
3420
|
+
|
|
3421
|
+
// src/commands/GetTranscriptionJobCommand.ts
|
|
3422
|
+
|
|
3423
|
+
|
|
3424
|
+
|
|
3425
|
+
|
|
3426
|
+
var _GetTranscriptionJobCommand = class _GetTranscriptionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3427
|
+
...commonParams
|
|
3428
|
+
}).m(function(Command, cs, config, o) {
|
|
3429
|
+
return [
|
|
3430
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3431
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3432
|
+
];
|
|
3433
|
+
}).s("Transcribe", "GetTranscriptionJob", {}).n("TranscribeClient", "GetTranscriptionJobCommand").f(void 0, void 0).ser(se_GetTranscriptionJobCommand).de(de_GetTranscriptionJobCommand).build() {
|
|
3434
|
+
};
|
|
3435
|
+
__name(_GetTranscriptionJobCommand, "GetTranscriptionJobCommand");
|
|
3436
|
+
var GetTranscriptionJobCommand = _GetTranscriptionJobCommand;
|
|
3437
|
+
|
|
3438
|
+
// src/commands/GetVocabularyCommand.ts
|
|
3439
|
+
|
|
3440
|
+
|
|
3441
|
+
|
|
3442
|
+
|
|
3443
|
+
var _GetVocabularyCommand = class _GetVocabularyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3444
|
+
...commonParams
|
|
3445
|
+
}).m(function(Command, cs, config, o) {
|
|
3446
|
+
return [
|
|
3447
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3448
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3449
|
+
];
|
|
3450
|
+
}).s("Transcribe", "GetVocabulary", {}).n("TranscribeClient", "GetVocabularyCommand").f(void 0, void 0).ser(se_GetVocabularyCommand).de(de_GetVocabularyCommand).build() {
|
|
3451
|
+
};
|
|
3452
|
+
__name(_GetVocabularyCommand, "GetVocabularyCommand");
|
|
3453
|
+
var GetVocabularyCommand = _GetVocabularyCommand;
|
|
3454
|
+
|
|
3455
|
+
// src/commands/GetVocabularyFilterCommand.ts
|
|
3456
|
+
|
|
3457
|
+
|
|
3458
|
+
|
|
3459
|
+
|
|
3460
|
+
var _GetVocabularyFilterCommand = class _GetVocabularyFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3461
|
+
...commonParams
|
|
3462
|
+
}).m(function(Command, cs, config, o) {
|
|
3463
|
+
return [
|
|
3464
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3465
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3466
|
+
];
|
|
3467
|
+
}).s("Transcribe", "GetVocabularyFilter", {}).n("TranscribeClient", "GetVocabularyFilterCommand").f(void 0, void 0).ser(se_GetVocabularyFilterCommand).de(de_GetVocabularyFilterCommand).build() {
|
|
3468
|
+
};
|
|
3469
|
+
__name(_GetVocabularyFilterCommand, "GetVocabularyFilterCommand");
|
|
3470
|
+
var GetVocabularyFilterCommand = _GetVocabularyFilterCommand;
|
|
3471
|
+
|
|
3472
|
+
// src/commands/ListCallAnalyticsCategoriesCommand.ts
|
|
3473
|
+
|
|
3474
|
+
|
|
3475
|
+
|
|
3476
|
+
|
|
3477
|
+
var _ListCallAnalyticsCategoriesCommand = class _ListCallAnalyticsCategoriesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3478
|
+
...commonParams
|
|
3479
|
+
}).m(function(Command, cs, config, o) {
|
|
3480
|
+
return [
|
|
3481
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3482
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3483
|
+
];
|
|
3484
|
+
}).s("Transcribe", "ListCallAnalyticsCategories", {}).n("TranscribeClient", "ListCallAnalyticsCategoriesCommand").f(void 0, void 0).ser(se_ListCallAnalyticsCategoriesCommand).de(de_ListCallAnalyticsCategoriesCommand).build() {
|
|
3485
|
+
};
|
|
3486
|
+
__name(_ListCallAnalyticsCategoriesCommand, "ListCallAnalyticsCategoriesCommand");
|
|
3487
|
+
var ListCallAnalyticsCategoriesCommand = _ListCallAnalyticsCategoriesCommand;
|
|
3488
|
+
|
|
3489
|
+
// src/commands/ListCallAnalyticsJobsCommand.ts
|
|
3490
|
+
|
|
3491
|
+
|
|
3492
|
+
|
|
3493
|
+
|
|
3494
|
+
var _ListCallAnalyticsJobsCommand = class _ListCallAnalyticsJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3495
|
+
...commonParams
|
|
3496
|
+
}).m(function(Command, cs, config, o) {
|
|
3497
|
+
return [
|
|
3498
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3499
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3500
|
+
];
|
|
3501
|
+
}).s("Transcribe", "ListCallAnalyticsJobs", {}).n("TranscribeClient", "ListCallAnalyticsJobsCommand").f(void 0, void 0).ser(se_ListCallAnalyticsJobsCommand).de(de_ListCallAnalyticsJobsCommand).build() {
|
|
3502
|
+
};
|
|
3503
|
+
__name(_ListCallAnalyticsJobsCommand, "ListCallAnalyticsJobsCommand");
|
|
3504
|
+
var ListCallAnalyticsJobsCommand = _ListCallAnalyticsJobsCommand;
|
|
3505
|
+
|
|
3506
|
+
// src/commands/ListLanguageModelsCommand.ts
|
|
3507
|
+
|
|
3508
|
+
|
|
3509
|
+
|
|
3510
|
+
|
|
3511
|
+
var _ListLanguageModelsCommand = class _ListLanguageModelsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3512
|
+
...commonParams
|
|
3513
|
+
}).m(function(Command, cs, config, o) {
|
|
3514
|
+
return [
|
|
3515
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3516
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3517
|
+
];
|
|
3518
|
+
}).s("Transcribe", "ListLanguageModels", {}).n("TranscribeClient", "ListLanguageModelsCommand").f(void 0, void 0).ser(se_ListLanguageModelsCommand).de(de_ListLanguageModelsCommand).build() {
|
|
3519
|
+
};
|
|
3520
|
+
__name(_ListLanguageModelsCommand, "ListLanguageModelsCommand");
|
|
3521
|
+
var ListLanguageModelsCommand = _ListLanguageModelsCommand;
|
|
3522
|
+
|
|
3523
|
+
// src/commands/ListMedicalScribeJobsCommand.ts
|
|
3524
|
+
|
|
3525
|
+
|
|
3526
|
+
|
|
3527
|
+
|
|
3528
|
+
var _ListMedicalScribeJobsCommand = class _ListMedicalScribeJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3529
|
+
...commonParams
|
|
3530
|
+
}).m(function(Command, cs, config, o) {
|
|
3531
|
+
return [
|
|
3532
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3533
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3534
|
+
];
|
|
3535
|
+
}).s("Transcribe", "ListMedicalScribeJobs", {}).n("TranscribeClient", "ListMedicalScribeJobsCommand").f(void 0, void 0).ser(se_ListMedicalScribeJobsCommand).de(de_ListMedicalScribeJobsCommand).build() {
|
|
3536
|
+
};
|
|
3537
|
+
__name(_ListMedicalScribeJobsCommand, "ListMedicalScribeJobsCommand");
|
|
3538
|
+
var ListMedicalScribeJobsCommand = _ListMedicalScribeJobsCommand;
|
|
3539
|
+
|
|
3540
|
+
// src/commands/ListMedicalTranscriptionJobsCommand.ts
|
|
3541
|
+
|
|
3542
|
+
|
|
3543
|
+
|
|
3544
|
+
|
|
3545
|
+
var _ListMedicalTranscriptionJobsCommand = class _ListMedicalTranscriptionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3546
|
+
...commonParams
|
|
3547
|
+
}).m(function(Command, cs, config, o) {
|
|
3548
|
+
return [
|
|
3549
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3550
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3551
|
+
];
|
|
3552
|
+
}).s("Transcribe", "ListMedicalTranscriptionJobs", {}).n("TranscribeClient", "ListMedicalTranscriptionJobsCommand").f(void 0, void 0).ser(se_ListMedicalTranscriptionJobsCommand).de(de_ListMedicalTranscriptionJobsCommand).build() {
|
|
3553
|
+
};
|
|
3554
|
+
__name(_ListMedicalTranscriptionJobsCommand, "ListMedicalTranscriptionJobsCommand");
|
|
3555
|
+
var ListMedicalTranscriptionJobsCommand = _ListMedicalTranscriptionJobsCommand;
|
|
3556
|
+
|
|
3557
|
+
// src/commands/ListMedicalVocabulariesCommand.ts
|
|
3558
|
+
|
|
3559
|
+
|
|
3560
|
+
|
|
3561
|
+
|
|
3562
|
+
var _ListMedicalVocabulariesCommand = class _ListMedicalVocabulariesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3563
|
+
...commonParams
|
|
3564
|
+
}).m(function(Command, cs, config, o) {
|
|
3565
|
+
return [
|
|
3566
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3567
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3568
|
+
];
|
|
3569
|
+
}).s("Transcribe", "ListMedicalVocabularies", {}).n("TranscribeClient", "ListMedicalVocabulariesCommand").f(void 0, void 0).ser(se_ListMedicalVocabulariesCommand).de(de_ListMedicalVocabulariesCommand).build() {
|
|
3570
|
+
};
|
|
3571
|
+
__name(_ListMedicalVocabulariesCommand, "ListMedicalVocabulariesCommand");
|
|
3572
|
+
var ListMedicalVocabulariesCommand = _ListMedicalVocabulariesCommand;
|
|
3573
|
+
|
|
3574
|
+
// src/commands/ListTagsForResourceCommand.ts
|
|
3575
|
+
|
|
3576
|
+
|
|
3577
|
+
|
|
3578
|
+
|
|
3579
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3580
|
+
...commonParams
|
|
3581
|
+
}).m(function(Command, cs, config, o) {
|
|
3582
|
+
return [
|
|
3583
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3584
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3585
|
+
];
|
|
3586
|
+
}).s("Transcribe", "ListTagsForResource", {}).n("TranscribeClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
3587
|
+
};
|
|
3588
|
+
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
3589
|
+
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
3590
|
+
|
|
3591
|
+
// src/commands/ListTranscriptionJobsCommand.ts
|
|
3592
|
+
|
|
3593
|
+
|
|
3594
|
+
|
|
3595
|
+
|
|
3596
|
+
var _ListTranscriptionJobsCommand = class _ListTranscriptionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3597
|
+
...commonParams
|
|
3598
|
+
}).m(function(Command, cs, config, o) {
|
|
3599
|
+
return [
|
|
3600
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3601
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3602
|
+
];
|
|
3603
|
+
}).s("Transcribe", "ListTranscriptionJobs", {}).n("TranscribeClient", "ListTranscriptionJobsCommand").f(void 0, void 0).ser(se_ListTranscriptionJobsCommand).de(de_ListTranscriptionJobsCommand).build() {
|
|
3604
|
+
};
|
|
3605
|
+
__name(_ListTranscriptionJobsCommand, "ListTranscriptionJobsCommand");
|
|
3606
|
+
var ListTranscriptionJobsCommand = _ListTranscriptionJobsCommand;
|
|
3607
|
+
|
|
3608
|
+
// src/commands/ListVocabulariesCommand.ts
|
|
3609
|
+
|
|
3610
|
+
|
|
3611
|
+
|
|
3612
|
+
|
|
3613
|
+
var _ListVocabulariesCommand = class _ListVocabulariesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3614
|
+
...commonParams
|
|
3615
|
+
}).m(function(Command, cs, config, o) {
|
|
3616
|
+
return [
|
|
3617
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3618
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3619
|
+
];
|
|
3620
|
+
}).s("Transcribe", "ListVocabularies", {}).n("TranscribeClient", "ListVocabulariesCommand").f(void 0, void 0).ser(se_ListVocabulariesCommand).de(de_ListVocabulariesCommand).build() {
|
|
3621
|
+
};
|
|
3622
|
+
__name(_ListVocabulariesCommand, "ListVocabulariesCommand");
|
|
3623
|
+
var ListVocabulariesCommand = _ListVocabulariesCommand;
|
|
3624
|
+
|
|
3625
|
+
// src/commands/ListVocabularyFiltersCommand.ts
|
|
3626
|
+
|
|
3627
|
+
|
|
3628
|
+
|
|
3629
|
+
|
|
3630
|
+
var _ListVocabularyFiltersCommand = class _ListVocabularyFiltersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3631
|
+
...commonParams
|
|
3632
|
+
}).m(function(Command, cs, config, o) {
|
|
3633
|
+
return [
|
|
3634
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3635
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3636
|
+
];
|
|
3637
|
+
}).s("Transcribe", "ListVocabularyFilters", {}).n("TranscribeClient", "ListVocabularyFiltersCommand").f(void 0, void 0).ser(se_ListVocabularyFiltersCommand).de(de_ListVocabularyFiltersCommand).build() {
|
|
3638
|
+
};
|
|
3639
|
+
__name(_ListVocabularyFiltersCommand, "ListVocabularyFiltersCommand");
|
|
3640
|
+
var ListVocabularyFiltersCommand = _ListVocabularyFiltersCommand;
|
|
3641
|
+
|
|
3642
|
+
// src/commands/StartCallAnalyticsJobCommand.ts
|
|
3643
|
+
|
|
3644
|
+
|
|
3645
|
+
|
|
3646
|
+
|
|
3647
|
+
var _StartCallAnalyticsJobCommand = class _StartCallAnalyticsJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3648
|
+
...commonParams
|
|
3649
|
+
}).m(function(Command, cs, config, o) {
|
|
3650
|
+
return [
|
|
3651
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3652
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3653
|
+
];
|
|
3654
|
+
}).s("Transcribe", "StartCallAnalyticsJob", {}).n("TranscribeClient", "StartCallAnalyticsJobCommand").f(void 0, void 0).ser(se_StartCallAnalyticsJobCommand).de(de_StartCallAnalyticsJobCommand).build() {
|
|
3655
|
+
};
|
|
3656
|
+
__name(_StartCallAnalyticsJobCommand, "StartCallAnalyticsJobCommand");
|
|
3657
|
+
var StartCallAnalyticsJobCommand = _StartCallAnalyticsJobCommand;
|
|
3658
|
+
|
|
3659
|
+
// src/commands/StartMedicalScribeJobCommand.ts
|
|
3660
|
+
|
|
3661
|
+
|
|
3662
|
+
|
|
3663
|
+
|
|
3664
|
+
var _StartMedicalScribeJobCommand = class _StartMedicalScribeJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3665
|
+
...commonParams
|
|
3666
|
+
}).m(function(Command, cs, config, o) {
|
|
3667
|
+
return [
|
|
3668
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3669
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3670
|
+
];
|
|
3671
|
+
}).s("Transcribe", "StartMedicalScribeJob", {}).n("TranscribeClient", "StartMedicalScribeJobCommand").f(void 0, void 0).ser(se_StartMedicalScribeJobCommand).de(de_StartMedicalScribeJobCommand).build() {
|
|
3672
|
+
};
|
|
3673
|
+
__name(_StartMedicalScribeJobCommand, "StartMedicalScribeJobCommand");
|
|
3674
|
+
var StartMedicalScribeJobCommand = _StartMedicalScribeJobCommand;
|
|
3675
|
+
|
|
3676
|
+
// src/commands/StartMedicalTranscriptionJobCommand.ts
|
|
3677
|
+
|
|
3678
|
+
|
|
3679
|
+
|
|
3680
|
+
|
|
3681
|
+
var _StartMedicalTranscriptionJobCommand = class _StartMedicalTranscriptionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3682
|
+
...commonParams
|
|
3683
|
+
}).m(function(Command, cs, config, o) {
|
|
3684
|
+
return [
|
|
3685
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3686
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3687
|
+
];
|
|
3688
|
+
}).s("Transcribe", "StartMedicalTranscriptionJob", {}).n("TranscribeClient", "StartMedicalTranscriptionJobCommand").f(void 0, void 0).ser(se_StartMedicalTranscriptionJobCommand).de(de_StartMedicalTranscriptionJobCommand).build() {
|
|
3689
|
+
};
|
|
3690
|
+
__name(_StartMedicalTranscriptionJobCommand, "StartMedicalTranscriptionJobCommand");
|
|
3691
|
+
var StartMedicalTranscriptionJobCommand = _StartMedicalTranscriptionJobCommand;
|
|
3692
|
+
|
|
3693
|
+
// src/commands/StartTranscriptionJobCommand.ts
|
|
3694
|
+
|
|
3695
|
+
|
|
3696
|
+
|
|
3697
|
+
|
|
3698
|
+
var _StartTranscriptionJobCommand = class _StartTranscriptionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3699
|
+
...commonParams
|
|
3700
|
+
}).m(function(Command, cs, config, o) {
|
|
3701
|
+
return [
|
|
3702
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3703
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3704
|
+
];
|
|
3705
|
+
}).s("Transcribe", "StartTranscriptionJob", {}).n("TranscribeClient", "StartTranscriptionJobCommand").f(void 0, void 0).ser(se_StartTranscriptionJobCommand).de(de_StartTranscriptionJobCommand).build() {
|
|
3706
|
+
};
|
|
3707
|
+
__name(_StartTranscriptionJobCommand, "StartTranscriptionJobCommand");
|
|
3708
|
+
var StartTranscriptionJobCommand = _StartTranscriptionJobCommand;
|
|
3709
|
+
|
|
3710
|
+
// src/commands/TagResourceCommand.ts
|
|
3711
|
+
|
|
3712
|
+
|
|
3713
|
+
|
|
3714
|
+
|
|
3715
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3716
|
+
...commonParams
|
|
3717
|
+
}).m(function(Command, cs, config, o) {
|
|
3718
|
+
return [
|
|
3719
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3720
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3721
|
+
];
|
|
3722
|
+
}).s("Transcribe", "TagResource", {}).n("TranscribeClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
3723
|
+
};
|
|
3724
|
+
__name(_TagResourceCommand, "TagResourceCommand");
|
|
3725
|
+
var TagResourceCommand = _TagResourceCommand;
|
|
3726
|
+
|
|
3727
|
+
// src/commands/UntagResourceCommand.ts
|
|
3728
|
+
|
|
3729
|
+
|
|
3730
|
+
|
|
3731
|
+
|
|
3732
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3733
|
+
...commonParams
|
|
3734
|
+
}).m(function(Command, cs, config, o) {
|
|
3735
|
+
return [
|
|
3736
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3737
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3738
|
+
];
|
|
3739
|
+
}).s("Transcribe", "UntagResource", {}).n("TranscribeClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
3740
|
+
};
|
|
3741
|
+
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
3742
|
+
var UntagResourceCommand = _UntagResourceCommand;
|
|
3743
|
+
|
|
3744
|
+
// src/commands/UpdateCallAnalyticsCategoryCommand.ts
|
|
3745
|
+
|
|
3746
|
+
|
|
3747
|
+
|
|
3748
|
+
|
|
3749
|
+
var _UpdateCallAnalyticsCategoryCommand = class _UpdateCallAnalyticsCategoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3750
|
+
...commonParams
|
|
3751
|
+
}).m(function(Command, cs, config, o) {
|
|
3752
|
+
return [
|
|
3753
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3754
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3755
|
+
];
|
|
3756
|
+
}).s("Transcribe", "UpdateCallAnalyticsCategory", {}).n("TranscribeClient", "UpdateCallAnalyticsCategoryCommand").f(void 0, void 0).ser(se_UpdateCallAnalyticsCategoryCommand).de(de_UpdateCallAnalyticsCategoryCommand).build() {
|
|
3757
|
+
};
|
|
3758
|
+
__name(_UpdateCallAnalyticsCategoryCommand, "UpdateCallAnalyticsCategoryCommand");
|
|
3759
|
+
var UpdateCallAnalyticsCategoryCommand = _UpdateCallAnalyticsCategoryCommand;
|
|
3760
|
+
|
|
3761
|
+
// src/commands/UpdateMedicalVocabularyCommand.ts
|
|
3762
|
+
|
|
3763
|
+
|
|
3764
|
+
|
|
3765
|
+
|
|
3766
|
+
var _UpdateMedicalVocabularyCommand = class _UpdateMedicalVocabularyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3767
|
+
...commonParams
|
|
3768
|
+
}).m(function(Command, cs, config, o) {
|
|
3769
|
+
return [
|
|
3770
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3771
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3772
|
+
];
|
|
3773
|
+
}).s("Transcribe", "UpdateMedicalVocabulary", {}).n("TranscribeClient", "UpdateMedicalVocabularyCommand").f(void 0, void 0).ser(se_UpdateMedicalVocabularyCommand).de(de_UpdateMedicalVocabularyCommand).build() {
|
|
3774
|
+
};
|
|
3775
|
+
__name(_UpdateMedicalVocabularyCommand, "UpdateMedicalVocabularyCommand");
|
|
3776
|
+
var UpdateMedicalVocabularyCommand = _UpdateMedicalVocabularyCommand;
|
|
3777
|
+
|
|
3778
|
+
// src/commands/UpdateVocabularyCommand.ts
|
|
3779
|
+
|
|
3780
|
+
|
|
3781
|
+
|
|
3782
|
+
|
|
3783
|
+
var _UpdateVocabularyCommand = class _UpdateVocabularyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3784
|
+
...commonParams
|
|
3785
|
+
}).m(function(Command, cs, config, o) {
|
|
3786
|
+
return [
|
|
3787
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3788
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3789
|
+
];
|
|
3790
|
+
}).s("Transcribe", "UpdateVocabulary", {}).n("TranscribeClient", "UpdateVocabularyCommand").f(void 0, void 0).ser(se_UpdateVocabularyCommand).de(de_UpdateVocabularyCommand).build() {
|
|
3791
|
+
};
|
|
3792
|
+
__name(_UpdateVocabularyCommand, "UpdateVocabularyCommand");
|
|
3793
|
+
var UpdateVocabularyCommand = _UpdateVocabularyCommand;
|
|
3794
|
+
|
|
3795
|
+
// src/commands/UpdateVocabularyFilterCommand.ts
|
|
3796
|
+
|
|
3797
|
+
|
|
3798
|
+
|
|
3799
|
+
|
|
3800
|
+
var _UpdateVocabularyFilterCommand = class _UpdateVocabularyFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3801
|
+
...commonParams
|
|
3802
|
+
}).m(function(Command, cs, config, o) {
|
|
3803
|
+
return [
|
|
3804
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3805
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3806
|
+
];
|
|
3807
|
+
}).s("Transcribe", "UpdateVocabularyFilter", {}).n("TranscribeClient", "UpdateVocabularyFilterCommand").f(void 0, void 0).ser(se_UpdateVocabularyFilterCommand).de(de_UpdateVocabularyFilterCommand).build() {
|
|
3808
|
+
};
|
|
3809
|
+
__name(_UpdateVocabularyFilterCommand, "UpdateVocabularyFilterCommand");
|
|
3810
|
+
var UpdateVocabularyFilterCommand = _UpdateVocabularyFilterCommand;
|
|
3811
|
+
|
|
3812
|
+
// src/Transcribe.ts
|
|
3813
|
+
var commands = {
|
|
3814
|
+
CreateCallAnalyticsCategoryCommand,
|
|
3815
|
+
CreateLanguageModelCommand,
|
|
3816
|
+
CreateMedicalVocabularyCommand,
|
|
3817
|
+
CreateVocabularyCommand,
|
|
3818
|
+
CreateVocabularyFilterCommand,
|
|
3819
|
+
DeleteCallAnalyticsCategoryCommand,
|
|
3820
|
+
DeleteCallAnalyticsJobCommand,
|
|
3821
|
+
DeleteLanguageModelCommand,
|
|
3822
|
+
DeleteMedicalScribeJobCommand,
|
|
3823
|
+
DeleteMedicalTranscriptionJobCommand,
|
|
3824
|
+
DeleteMedicalVocabularyCommand,
|
|
3825
|
+
DeleteTranscriptionJobCommand,
|
|
3826
|
+
DeleteVocabularyCommand,
|
|
3827
|
+
DeleteVocabularyFilterCommand,
|
|
3828
|
+
DescribeLanguageModelCommand,
|
|
3829
|
+
GetCallAnalyticsCategoryCommand,
|
|
3830
|
+
GetCallAnalyticsJobCommand,
|
|
3831
|
+
GetMedicalScribeJobCommand,
|
|
3832
|
+
GetMedicalTranscriptionJobCommand,
|
|
3833
|
+
GetMedicalVocabularyCommand,
|
|
3834
|
+
GetTranscriptionJobCommand,
|
|
3835
|
+
GetVocabularyCommand,
|
|
3836
|
+
GetVocabularyFilterCommand,
|
|
3837
|
+
ListCallAnalyticsCategoriesCommand,
|
|
3838
|
+
ListCallAnalyticsJobsCommand,
|
|
3839
|
+
ListLanguageModelsCommand,
|
|
3840
|
+
ListMedicalScribeJobsCommand,
|
|
3841
|
+
ListMedicalTranscriptionJobsCommand,
|
|
3842
|
+
ListMedicalVocabulariesCommand,
|
|
3843
|
+
ListTagsForResourceCommand,
|
|
3844
|
+
ListTranscriptionJobsCommand,
|
|
3845
|
+
ListVocabulariesCommand,
|
|
3846
|
+
ListVocabularyFiltersCommand,
|
|
3847
|
+
StartCallAnalyticsJobCommand,
|
|
3848
|
+
StartMedicalScribeJobCommand,
|
|
3849
|
+
StartMedicalTranscriptionJobCommand,
|
|
3850
|
+
StartTranscriptionJobCommand,
|
|
3851
|
+
TagResourceCommand,
|
|
3852
|
+
UntagResourceCommand,
|
|
3853
|
+
UpdateCallAnalyticsCategoryCommand,
|
|
3854
|
+
UpdateMedicalVocabularyCommand,
|
|
3855
|
+
UpdateVocabularyCommand,
|
|
3856
|
+
UpdateVocabularyFilterCommand
|
|
3857
|
+
};
|
|
3858
|
+
var _Transcribe = class _Transcribe extends TranscribeClient {
|
|
3859
|
+
};
|
|
3860
|
+
__name(_Transcribe, "Transcribe");
|
|
3861
|
+
var Transcribe = _Transcribe;
|
|
3862
|
+
(0, import_smithy_client.createAggregatedClient)(commands, Transcribe);
|
|
3863
|
+
|
|
3864
|
+
// src/pagination/ListCallAnalyticsCategoriesPaginator.ts
|
|
3865
|
+
var import_core = require("@smithy/core");
|
|
3866
|
+
var paginateListCallAnalyticsCategories = (0, import_core.createPaginator)(TranscribeClient, ListCallAnalyticsCategoriesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3867
|
+
|
|
3868
|
+
// src/pagination/ListCallAnalyticsJobsPaginator.ts
|
|
3869
|
+
|
|
3870
|
+
var paginateListCallAnalyticsJobs = (0, import_core.createPaginator)(TranscribeClient, ListCallAnalyticsJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3871
|
+
|
|
3872
|
+
// src/pagination/ListLanguageModelsPaginator.ts
|
|
3873
|
+
|
|
3874
|
+
var paginateListLanguageModels = (0, import_core.createPaginator)(TranscribeClient, ListLanguageModelsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3875
|
+
|
|
3876
|
+
// src/pagination/ListMedicalScribeJobsPaginator.ts
|
|
3877
|
+
|
|
3878
|
+
var paginateListMedicalScribeJobs = (0, import_core.createPaginator)(TranscribeClient, ListMedicalScribeJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3879
|
+
|
|
3880
|
+
// src/pagination/ListMedicalTranscriptionJobsPaginator.ts
|
|
3881
|
+
|
|
3882
|
+
var paginateListMedicalTranscriptionJobs = (0, import_core.createPaginator)(TranscribeClient, ListMedicalTranscriptionJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3883
|
+
|
|
3884
|
+
// src/pagination/ListMedicalVocabulariesPaginator.ts
|
|
3885
|
+
|
|
3886
|
+
var paginateListMedicalVocabularies = (0, import_core.createPaginator)(TranscribeClient, ListMedicalVocabulariesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3887
|
+
|
|
3888
|
+
// src/pagination/ListTranscriptionJobsPaginator.ts
|
|
3889
|
+
|
|
3890
|
+
var paginateListTranscriptionJobs = (0, import_core.createPaginator)(TranscribeClient, ListTranscriptionJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3891
|
+
|
|
3892
|
+
// src/pagination/ListVocabulariesPaginator.ts
|
|
3893
|
+
|
|
3894
|
+
var paginateListVocabularies = (0, import_core.createPaginator)(TranscribeClient, ListVocabulariesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3895
|
+
|
|
3896
|
+
// src/pagination/ListVocabularyFiltersPaginator.ts
|
|
3897
|
+
|
|
3898
|
+
var paginateListVocabularyFilters = (0, import_core.createPaginator)(TranscribeClient, ListVocabularyFiltersCommand, "NextToken", "NextToken", "MaxResults");
|
|
3899
|
+
|
|
3900
|
+
// src/index.ts
|
|
3901
|
+
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
3902
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
3903
|
+
0 && (module.exports = {
|
|
3904
|
+
BadRequestException,
|
|
3905
|
+
BaseModelName,
|
|
3906
|
+
CLMLanguageCode,
|
|
3907
|
+
CallAnalyticsJobStatus,
|
|
3908
|
+
ConflictException,
|
|
3909
|
+
CreateCallAnalyticsCategoryCommand,
|
|
3910
|
+
CreateLanguageModelCommand,
|
|
3911
|
+
CreateMedicalVocabularyCommand,
|
|
3912
|
+
CreateVocabularyCommand,
|
|
3913
|
+
CreateVocabularyFilterCommand,
|
|
3914
|
+
DeleteCallAnalyticsCategoryCommand,
|
|
3915
|
+
DeleteCallAnalyticsJobCommand,
|
|
3916
|
+
DeleteLanguageModelCommand,
|
|
3917
|
+
DeleteMedicalScribeJobCommand,
|
|
3918
|
+
DeleteMedicalTranscriptionJobCommand,
|
|
3919
|
+
DeleteMedicalVocabularyCommand,
|
|
3920
|
+
DeleteTranscriptionJobCommand,
|
|
3921
|
+
DeleteVocabularyCommand,
|
|
3922
|
+
DeleteVocabularyFilterCommand,
|
|
3923
|
+
DescribeLanguageModelCommand,
|
|
3924
|
+
GetCallAnalyticsCategoryCommand,
|
|
3925
|
+
GetCallAnalyticsJobCommand,
|
|
3926
|
+
GetMedicalScribeJobCommand,
|
|
3927
|
+
GetMedicalTranscriptionJobCommand,
|
|
3928
|
+
GetMedicalVocabularyCommand,
|
|
3929
|
+
GetTranscriptionJobCommand,
|
|
3930
|
+
GetVocabularyCommand,
|
|
3931
|
+
GetVocabularyFilterCommand,
|
|
3932
|
+
InputType,
|
|
3933
|
+
InternalFailureException,
|
|
3934
|
+
LanguageCode,
|
|
3935
|
+
LimitExceededException,
|
|
3936
|
+
ListCallAnalyticsCategoriesCommand,
|
|
3937
|
+
ListCallAnalyticsJobsCommand,
|
|
3938
|
+
ListLanguageModelsCommand,
|
|
3939
|
+
ListMedicalScribeJobsCommand,
|
|
3940
|
+
ListMedicalTranscriptionJobsCommand,
|
|
3941
|
+
ListMedicalVocabulariesCommand,
|
|
3942
|
+
ListTagsForResourceCommand,
|
|
3943
|
+
ListTranscriptionJobsCommand,
|
|
3944
|
+
ListVocabulariesCommand,
|
|
3945
|
+
ListVocabularyFiltersCommand,
|
|
3946
|
+
MediaFormat,
|
|
3947
|
+
MedicalContentIdentificationType,
|
|
3948
|
+
MedicalScribeJobStatus,
|
|
3949
|
+
MedicalScribeLanguageCode,
|
|
3950
|
+
MedicalScribeParticipantRole,
|
|
3951
|
+
ModelStatus,
|
|
3952
|
+
NotFoundException,
|
|
3953
|
+
OutputLocationType,
|
|
3954
|
+
ParticipantRole,
|
|
3955
|
+
PiiEntityType,
|
|
3956
|
+
RedactionOutput,
|
|
3957
|
+
RedactionType,
|
|
3958
|
+
Rule,
|
|
3959
|
+
SentimentValue,
|
|
3960
|
+
Specialty,
|
|
3961
|
+
StartCallAnalyticsJobCommand,
|
|
3962
|
+
StartMedicalScribeJobCommand,
|
|
3963
|
+
StartMedicalTranscriptionJobCommand,
|
|
3964
|
+
StartTranscriptionJobCommand,
|
|
3965
|
+
SubtitleFormat,
|
|
3966
|
+
TagResourceCommand,
|
|
3967
|
+
ToxicityCategory,
|
|
3968
|
+
Transcribe,
|
|
3969
|
+
TranscribeClient,
|
|
3970
|
+
TranscribeServiceException,
|
|
3971
|
+
TranscriptFilterType,
|
|
3972
|
+
TranscriptionJobStatus,
|
|
3973
|
+
Type,
|
|
3974
|
+
UntagResourceCommand,
|
|
3975
|
+
UpdateCallAnalyticsCategoryCommand,
|
|
3976
|
+
UpdateMedicalVocabularyCommand,
|
|
3977
|
+
UpdateVocabularyCommand,
|
|
3978
|
+
UpdateVocabularyFilterCommand,
|
|
3979
|
+
VocabularyFilterMethod,
|
|
3980
|
+
VocabularyState,
|
|
3981
|
+
__Client,
|
|
3982
|
+
paginateListCallAnalyticsCategories,
|
|
3983
|
+
paginateListCallAnalyticsJobs,
|
|
3984
|
+
paginateListLanguageModels,
|
|
3985
|
+
paginateListMedicalScribeJobs,
|
|
3986
|
+
paginateListMedicalTranscriptionJobs,
|
|
3987
|
+
paginateListMedicalVocabularies,
|
|
3988
|
+
paginateListTranscriptionJobs,
|
|
3989
|
+
paginateListVocabularies,
|
|
3990
|
+
paginateListVocabularyFilters
|
|
3991
|
+
});
|