@aws-sdk/client-transcribe 3.649.0 → 3.651.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +43 -129
- package/dist-es/commands/CreateCallAnalyticsCategoryCommand.js +1 -3
- package/dist-es/commands/CreateLanguageModelCommand.js +1 -3
- package/dist-es/commands/CreateMedicalVocabularyCommand.js +1 -3
- package/dist-es/commands/CreateVocabularyCommand.js +1 -3
- package/dist-es/commands/CreateVocabularyFilterCommand.js +1 -3
- package/dist-es/commands/DeleteCallAnalyticsCategoryCommand.js +1 -3
- package/dist-es/commands/DeleteCallAnalyticsJobCommand.js +1 -3
- package/dist-es/commands/DeleteLanguageModelCommand.js +1 -3
- package/dist-es/commands/DeleteMedicalScribeJobCommand.js +1 -3
- package/dist-es/commands/DeleteMedicalTranscriptionJobCommand.js +1 -3
- package/dist-es/commands/DeleteMedicalVocabularyCommand.js +1 -3
- package/dist-es/commands/DeleteTranscriptionJobCommand.js +1 -3
- package/dist-es/commands/DeleteVocabularyCommand.js +1 -3
- package/dist-es/commands/DeleteVocabularyFilterCommand.js +1 -3
- package/dist-es/commands/DescribeLanguageModelCommand.js +1 -3
- package/dist-es/commands/GetCallAnalyticsCategoryCommand.js +1 -3
- package/dist-es/commands/GetCallAnalyticsJobCommand.js +1 -3
- package/dist-es/commands/GetMedicalScribeJobCommand.js +1 -3
- package/dist-es/commands/GetMedicalTranscriptionJobCommand.js +1 -3
- package/dist-es/commands/GetMedicalVocabularyCommand.js +1 -3
- package/dist-es/commands/GetTranscriptionJobCommand.js +1 -3
- package/dist-es/commands/GetVocabularyCommand.js +1 -3
- package/dist-es/commands/GetVocabularyFilterCommand.js +1 -3
- package/dist-es/commands/ListCallAnalyticsCategoriesCommand.js +1 -3
- package/dist-es/commands/ListCallAnalyticsJobsCommand.js +1 -3
- package/dist-es/commands/ListLanguageModelsCommand.js +1 -3
- package/dist-es/commands/ListMedicalScribeJobsCommand.js +1 -3
- package/dist-es/commands/ListMedicalTranscriptionJobsCommand.js +1 -3
- package/dist-es/commands/ListMedicalVocabulariesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListTranscriptionJobsCommand.js +1 -3
- package/dist-es/commands/ListVocabulariesCommand.js +1 -3
- package/dist-es/commands/ListVocabularyFiltersCommand.js +1 -3
- package/dist-es/commands/StartCallAnalyticsJobCommand.js +1 -3
- package/dist-es/commands/StartMedicalScribeJobCommand.js +1 -3
- package/dist-es/commands/StartMedicalTranscriptionJobCommand.js +1 -3
- package/dist-es/commands/StartTranscriptionJobCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateCallAnalyticsCategoryCommand.js +1 -3
- package/dist-es/commands/UpdateMedicalVocabularyCommand.js +1 -3
- package/dist-es/commands/UpdateVocabularyCommand.js +1 -3
- package/dist-es/commands/UpdateVocabularyFilterCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -1959,9 +1959,7 @@ function sharedHeaders(operation) {
|
|
|
1959
1959
|
__name(sharedHeaders, "sharedHeaders");
|
|
1960
1960
|
|
|
1961
1961
|
// src/commands/CreateCallAnalyticsCategoryCommand.ts
|
|
1962
|
-
var _CreateCallAnalyticsCategoryCommand = class _CreateCallAnalyticsCategoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1963
|
-
...commonParams
|
|
1964
|
-
}).m(function(Command, cs, config, o) {
|
|
1962
|
+
var _CreateCallAnalyticsCategoryCommand = class _CreateCallAnalyticsCategoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1965
1963
|
return [
|
|
1966
1964
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1967
1965
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1975,9 +1973,7 @@ var CreateCallAnalyticsCategoryCommand = _CreateCallAnalyticsCategoryCommand;
|
|
|
1975
1973
|
|
|
1976
1974
|
|
|
1977
1975
|
|
|
1978
|
-
var _CreateLanguageModelCommand = class _CreateLanguageModelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1979
|
-
...commonParams
|
|
1980
|
-
}).m(function(Command, cs, config, o) {
|
|
1976
|
+
var _CreateLanguageModelCommand = class _CreateLanguageModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1981
1977
|
return [
|
|
1982
1978
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1983
1979
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1991,9 +1987,7 @@ var CreateLanguageModelCommand = _CreateLanguageModelCommand;
|
|
|
1991
1987
|
|
|
1992
1988
|
|
|
1993
1989
|
|
|
1994
|
-
var _CreateMedicalVocabularyCommand = class _CreateMedicalVocabularyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1995
|
-
...commonParams
|
|
1996
|
-
}).m(function(Command, cs, config, o) {
|
|
1990
|
+
var _CreateMedicalVocabularyCommand = class _CreateMedicalVocabularyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1997
1991
|
return [
|
|
1998
1992
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1999
1993
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2007,9 +2001,7 @@ var CreateMedicalVocabularyCommand = _CreateMedicalVocabularyCommand;
|
|
|
2007
2001
|
|
|
2008
2002
|
|
|
2009
2003
|
|
|
2010
|
-
var _CreateVocabularyCommand = class _CreateVocabularyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2011
|
-
...commonParams
|
|
2012
|
-
}).m(function(Command, cs, config, o) {
|
|
2004
|
+
var _CreateVocabularyCommand = class _CreateVocabularyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2013
2005
|
return [
|
|
2014
2006
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2015
2007
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2023,9 +2015,7 @@ var CreateVocabularyCommand = _CreateVocabularyCommand;
|
|
|
2023
2015
|
|
|
2024
2016
|
|
|
2025
2017
|
|
|
2026
|
-
var _CreateVocabularyFilterCommand = class _CreateVocabularyFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2027
|
-
...commonParams
|
|
2028
|
-
}).m(function(Command, cs, config, o) {
|
|
2018
|
+
var _CreateVocabularyFilterCommand = class _CreateVocabularyFilterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2029
2019
|
return [
|
|
2030
2020
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2031
2021
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2039,9 +2029,7 @@ var CreateVocabularyFilterCommand = _CreateVocabularyFilterCommand;
|
|
|
2039
2029
|
|
|
2040
2030
|
|
|
2041
2031
|
|
|
2042
|
-
var _DeleteCallAnalyticsCategoryCommand = class _DeleteCallAnalyticsCategoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2043
|
-
...commonParams
|
|
2044
|
-
}).m(function(Command, cs, config, o) {
|
|
2032
|
+
var _DeleteCallAnalyticsCategoryCommand = class _DeleteCallAnalyticsCategoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2045
2033
|
return [
|
|
2046
2034
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2047
2035
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2055,9 +2043,7 @@ var DeleteCallAnalyticsCategoryCommand = _DeleteCallAnalyticsCategoryCommand;
|
|
|
2055
2043
|
|
|
2056
2044
|
|
|
2057
2045
|
|
|
2058
|
-
var _DeleteCallAnalyticsJobCommand = class _DeleteCallAnalyticsJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2059
|
-
...commonParams
|
|
2060
|
-
}).m(function(Command, cs, config, o) {
|
|
2046
|
+
var _DeleteCallAnalyticsJobCommand = class _DeleteCallAnalyticsJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2061
2047
|
return [
|
|
2062
2048
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2063
2049
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2071,9 +2057,7 @@ var DeleteCallAnalyticsJobCommand = _DeleteCallAnalyticsJobCommand;
|
|
|
2071
2057
|
|
|
2072
2058
|
|
|
2073
2059
|
|
|
2074
|
-
var _DeleteLanguageModelCommand = class _DeleteLanguageModelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2075
|
-
...commonParams
|
|
2076
|
-
}).m(function(Command, cs, config, o) {
|
|
2060
|
+
var _DeleteLanguageModelCommand = class _DeleteLanguageModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2077
2061
|
return [
|
|
2078
2062
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2079
2063
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2087,9 +2071,7 @@ var DeleteLanguageModelCommand = _DeleteLanguageModelCommand;
|
|
|
2087
2071
|
|
|
2088
2072
|
|
|
2089
2073
|
|
|
2090
|
-
var _DeleteMedicalScribeJobCommand = class _DeleteMedicalScribeJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2091
|
-
...commonParams
|
|
2092
|
-
}).m(function(Command, cs, config, o) {
|
|
2074
|
+
var _DeleteMedicalScribeJobCommand = class _DeleteMedicalScribeJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2093
2075
|
return [
|
|
2094
2076
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2095
2077
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2103,9 +2085,7 @@ var DeleteMedicalScribeJobCommand = _DeleteMedicalScribeJobCommand;
|
|
|
2103
2085
|
|
|
2104
2086
|
|
|
2105
2087
|
|
|
2106
|
-
var _DeleteMedicalTranscriptionJobCommand = class _DeleteMedicalTranscriptionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2107
|
-
...commonParams
|
|
2108
|
-
}).m(function(Command, cs, config, o) {
|
|
2088
|
+
var _DeleteMedicalTranscriptionJobCommand = class _DeleteMedicalTranscriptionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2109
2089
|
return [
|
|
2110
2090
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2111
2091
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2119,9 +2099,7 @@ var DeleteMedicalTranscriptionJobCommand = _DeleteMedicalTranscriptionJobCommand
|
|
|
2119
2099
|
|
|
2120
2100
|
|
|
2121
2101
|
|
|
2122
|
-
var _DeleteMedicalVocabularyCommand = class _DeleteMedicalVocabularyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2123
|
-
...commonParams
|
|
2124
|
-
}).m(function(Command, cs, config, o) {
|
|
2102
|
+
var _DeleteMedicalVocabularyCommand = class _DeleteMedicalVocabularyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2125
2103
|
return [
|
|
2126
2104
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2127
2105
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2135,9 +2113,7 @@ var DeleteMedicalVocabularyCommand = _DeleteMedicalVocabularyCommand;
|
|
|
2135
2113
|
|
|
2136
2114
|
|
|
2137
2115
|
|
|
2138
|
-
var _DeleteTranscriptionJobCommand = class _DeleteTranscriptionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2139
|
-
...commonParams
|
|
2140
|
-
}).m(function(Command, cs, config, o) {
|
|
2116
|
+
var _DeleteTranscriptionJobCommand = class _DeleteTranscriptionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2141
2117
|
return [
|
|
2142
2118
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2143
2119
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2151,9 +2127,7 @@ var DeleteTranscriptionJobCommand = _DeleteTranscriptionJobCommand;
|
|
|
2151
2127
|
|
|
2152
2128
|
|
|
2153
2129
|
|
|
2154
|
-
var _DeleteVocabularyCommand = class _DeleteVocabularyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2155
|
-
...commonParams
|
|
2156
|
-
}).m(function(Command, cs, config, o) {
|
|
2130
|
+
var _DeleteVocabularyCommand = class _DeleteVocabularyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2157
2131
|
return [
|
|
2158
2132
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2159
2133
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2167,9 +2141,7 @@ var DeleteVocabularyCommand = _DeleteVocabularyCommand;
|
|
|
2167
2141
|
|
|
2168
2142
|
|
|
2169
2143
|
|
|
2170
|
-
var _DeleteVocabularyFilterCommand = class _DeleteVocabularyFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2171
|
-
...commonParams
|
|
2172
|
-
}).m(function(Command, cs, config, o) {
|
|
2144
|
+
var _DeleteVocabularyFilterCommand = class _DeleteVocabularyFilterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2173
2145
|
return [
|
|
2174
2146
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2175
2147
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2183,9 +2155,7 @@ var DeleteVocabularyFilterCommand = _DeleteVocabularyFilterCommand;
|
|
|
2183
2155
|
|
|
2184
2156
|
|
|
2185
2157
|
|
|
2186
|
-
var _DescribeLanguageModelCommand = class _DescribeLanguageModelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2187
|
-
...commonParams
|
|
2188
|
-
}).m(function(Command, cs, config, o) {
|
|
2158
|
+
var _DescribeLanguageModelCommand = class _DescribeLanguageModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2189
2159
|
return [
|
|
2190
2160
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2191
2161
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2199,9 +2169,7 @@ var DescribeLanguageModelCommand = _DescribeLanguageModelCommand;
|
|
|
2199
2169
|
|
|
2200
2170
|
|
|
2201
2171
|
|
|
2202
|
-
var _GetCallAnalyticsCategoryCommand = class _GetCallAnalyticsCategoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2203
|
-
...commonParams
|
|
2204
|
-
}).m(function(Command, cs, config, o) {
|
|
2172
|
+
var _GetCallAnalyticsCategoryCommand = class _GetCallAnalyticsCategoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2205
2173
|
return [
|
|
2206
2174
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2207
2175
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2215,9 +2183,7 @@ var GetCallAnalyticsCategoryCommand = _GetCallAnalyticsCategoryCommand;
|
|
|
2215
2183
|
|
|
2216
2184
|
|
|
2217
2185
|
|
|
2218
|
-
var _GetCallAnalyticsJobCommand = class _GetCallAnalyticsJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2219
|
-
...commonParams
|
|
2220
|
-
}).m(function(Command, cs, config, o) {
|
|
2186
|
+
var _GetCallAnalyticsJobCommand = class _GetCallAnalyticsJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2221
2187
|
return [
|
|
2222
2188
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2223
2189
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2231,9 +2197,7 @@ var GetCallAnalyticsJobCommand = _GetCallAnalyticsJobCommand;
|
|
|
2231
2197
|
|
|
2232
2198
|
|
|
2233
2199
|
|
|
2234
|
-
var _GetMedicalScribeJobCommand = class _GetMedicalScribeJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2235
|
-
...commonParams
|
|
2236
|
-
}).m(function(Command, cs, config, o) {
|
|
2200
|
+
var _GetMedicalScribeJobCommand = class _GetMedicalScribeJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2237
2201
|
return [
|
|
2238
2202
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2239
2203
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2247,9 +2211,7 @@ var GetMedicalScribeJobCommand = _GetMedicalScribeJobCommand;
|
|
|
2247
2211
|
|
|
2248
2212
|
|
|
2249
2213
|
|
|
2250
|
-
var _GetMedicalTranscriptionJobCommand = class _GetMedicalTranscriptionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2251
|
-
...commonParams
|
|
2252
|
-
}).m(function(Command, cs, config, o) {
|
|
2214
|
+
var _GetMedicalTranscriptionJobCommand = class _GetMedicalTranscriptionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2253
2215
|
return [
|
|
2254
2216
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2255
2217
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2263,9 +2225,7 @@ var GetMedicalTranscriptionJobCommand = _GetMedicalTranscriptionJobCommand;
|
|
|
2263
2225
|
|
|
2264
2226
|
|
|
2265
2227
|
|
|
2266
|
-
var _GetMedicalVocabularyCommand = class _GetMedicalVocabularyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2267
|
-
...commonParams
|
|
2268
|
-
}).m(function(Command, cs, config, o) {
|
|
2228
|
+
var _GetMedicalVocabularyCommand = class _GetMedicalVocabularyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2269
2229
|
return [
|
|
2270
2230
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2271
2231
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2279,9 +2239,7 @@ var GetMedicalVocabularyCommand = _GetMedicalVocabularyCommand;
|
|
|
2279
2239
|
|
|
2280
2240
|
|
|
2281
2241
|
|
|
2282
|
-
var _GetTranscriptionJobCommand = class _GetTranscriptionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2283
|
-
...commonParams
|
|
2284
|
-
}).m(function(Command, cs, config, o) {
|
|
2242
|
+
var _GetTranscriptionJobCommand = class _GetTranscriptionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2285
2243
|
return [
|
|
2286
2244
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2287
2245
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2295,9 +2253,7 @@ var GetTranscriptionJobCommand = _GetTranscriptionJobCommand;
|
|
|
2295
2253
|
|
|
2296
2254
|
|
|
2297
2255
|
|
|
2298
|
-
var _GetVocabularyCommand = class _GetVocabularyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2299
|
-
...commonParams
|
|
2300
|
-
}).m(function(Command, cs, config, o) {
|
|
2256
|
+
var _GetVocabularyCommand = class _GetVocabularyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2301
2257
|
return [
|
|
2302
2258
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2303
2259
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2311,9 +2267,7 @@ var GetVocabularyCommand = _GetVocabularyCommand;
|
|
|
2311
2267
|
|
|
2312
2268
|
|
|
2313
2269
|
|
|
2314
|
-
var _GetVocabularyFilterCommand = class _GetVocabularyFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2315
|
-
...commonParams
|
|
2316
|
-
}).m(function(Command, cs, config, o) {
|
|
2270
|
+
var _GetVocabularyFilterCommand = class _GetVocabularyFilterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2317
2271
|
return [
|
|
2318
2272
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2319
2273
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2327,9 +2281,7 @@ var GetVocabularyFilterCommand = _GetVocabularyFilterCommand;
|
|
|
2327
2281
|
|
|
2328
2282
|
|
|
2329
2283
|
|
|
2330
|
-
var _ListCallAnalyticsCategoriesCommand = class _ListCallAnalyticsCategoriesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2331
|
-
...commonParams
|
|
2332
|
-
}).m(function(Command, cs, config, o) {
|
|
2284
|
+
var _ListCallAnalyticsCategoriesCommand = class _ListCallAnalyticsCategoriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2333
2285
|
return [
|
|
2334
2286
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2335
2287
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2343,9 +2295,7 @@ var ListCallAnalyticsCategoriesCommand = _ListCallAnalyticsCategoriesCommand;
|
|
|
2343
2295
|
|
|
2344
2296
|
|
|
2345
2297
|
|
|
2346
|
-
var _ListCallAnalyticsJobsCommand = class _ListCallAnalyticsJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2347
|
-
...commonParams
|
|
2348
|
-
}).m(function(Command, cs, config, o) {
|
|
2298
|
+
var _ListCallAnalyticsJobsCommand = class _ListCallAnalyticsJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2349
2299
|
return [
|
|
2350
2300
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2351
2301
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2359,9 +2309,7 @@ var ListCallAnalyticsJobsCommand = _ListCallAnalyticsJobsCommand;
|
|
|
2359
2309
|
|
|
2360
2310
|
|
|
2361
2311
|
|
|
2362
|
-
var _ListLanguageModelsCommand = class _ListLanguageModelsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2363
|
-
...commonParams
|
|
2364
|
-
}).m(function(Command, cs, config, o) {
|
|
2312
|
+
var _ListLanguageModelsCommand = class _ListLanguageModelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2365
2313
|
return [
|
|
2366
2314
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2367
2315
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2375,9 +2323,7 @@ var ListLanguageModelsCommand = _ListLanguageModelsCommand;
|
|
|
2375
2323
|
|
|
2376
2324
|
|
|
2377
2325
|
|
|
2378
|
-
var _ListMedicalScribeJobsCommand = class _ListMedicalScribeJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2379
|
-
...commonParams
|
|
2380
|
-
}).m(function(Command, cs, config, o) {
|
|
2326
|
+
var _ListMedicalScribeJobsCommand = class _ListMedicalScribeJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2381
2327
|
return [
|
|
2382
2328
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2383
2329
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2391,9 +2337,7 @@ var ListMedicalScribeJobsCommand = _ListMedicalScribeJobsCommand;
|
|
|
2391
2337
|
|
|
2392
2338
|
|
|
2393
2339
|
|
|
2394
|
-
var _ListMedicalTranscriptionJobsCommand = class _ListMedicalTranscriptionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2395
|
-
...commonParams
|
|
2396
|
-
}).m(function(Command, cs, config, o) {
|
|
2340
|
+
var _ListMedicalTranscriptionJobsCommand = class _ListMedicalTranscriptionJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2397
2341
|
return [
|
|
2398
2342
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2399
2343
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2407,9 +2351,7 @@ var ListMedicalTranscriptionJobsCommand = _ListMedicalTranscriptionJobsCommand;
|
|
|
2407
2351
|
|
|
2408
2352
|
|
|
2409
2353
|
|
|
2410
|
-
var _ListMedicalVocabulariesCommand = class _ListMedicalVocabulariesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2411
|
-
...commonParams
|
|
2412
|
-
}).m(function(Command, cs, config, o) {
|
|
2354
|
+
var _ListMedicalVocabulariesCommand = class _ListMedicalVocabulariesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2413
2355
|
return [
|
|
2414
2356
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2415
2357
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2423,9 +2365,7 @@ var ListMedicalVocabulariesCommand = _ListMedicalVocabulariesCommand;
|
|
|
2423
2365
|
|
|
2424
2366
|
|
|
2425
2367
|
|
|
2426
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2427
|
-
...commonParams
|
|
2428
|
-
}).m(function(Command, cs, config, o) {
|
|
2368
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2429
2369
|
return [
|
|
2430
2370
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2431
2371
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2439,9 +2379,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2439
2379
|
|
|
2440
2380
|
|
|
2441
2381
|
|
|
2442
|
-
var _ListTranscriptionJobsCommand = class _ListTranscriptionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2443
|
-
...commonParams
|
|
2444
|
-
}).m(function(Command, cs, config, o) {
|
|
2382
|
+
var _ListTranscriptionJobsCommand = class _ListTranscriptionJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2445
2383
|
return [
|
|
2446
2384
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2447
2385
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2455,9 +2393,7 @@ var ListTranscriptionJobsCommand = _ListTranscriptionJobsCommand;
|
|
|
2455
2393
|
|
|
2456
2394
|
|
|
2457
2395
|
|
|
2458
|
-
var _ListVocabulariesCommand = class _ListVocabulariesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2459
|
-
...commonParams
|
|
2460
|
-
}).m(function(Command, cs, config, o) {
|
|
2396
|
+
var _ListVocabulariesCommand = class _ListVocabulariesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2461
2397
|
return [
|
|
2462
2398
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2463
2399
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2471,9 +2407,7 @@ var ListVocabulariesCommand = _ListVocabulariesCommand;
|
|
|
2471
2407
|
|
|
2472
2408
|
|
|
2473
2409
|
|
|
2474
|
-
var _ListVocabularyFiltersCommand = class _ListVocabularyFiltersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2475
|
-
...commonParams
|
|
2476
|
-
}).m(function(Command, cs, config, o) {
|
|
2410
|
+
var _ListVocabularyFiltersCommand = class _ListVocabularyFiltersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2477
2411
|
return [
|
|
2478
2412
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2479
2413
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2487,9 +2421,7 @@ var ListVocabularyFiltersCommand = _ListVocabularyFiltersCommand;
|
|
|
2487
2421
|
|
|
2488
2422
|
|
|
2489
2423
|
|
|
2490
|
-
var _StartCallAnalyticsJobCommand = class _StartCallAnalyticsJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2491
|
-
...commonParams
|
|
2492
|
-
}).m(function(Command, cs, config, o) {
|
|
2424
|
+
var _StartCallAnalyticsJobCommand = class _StartCallAnalyticsJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2493
2425
|
return [
|
|
2494
2426
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2495
2427
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2503,9 +2435,7 @@ var StartCallAnalyticsJobCommand = _StartCallAnalyticsJobCommand;
|
|
|
2503
2435
|
|
|
2504
2436
|
|
|
2505
2437
|
|
|
2506
|
-
var _StartMedicalScribeJobCommand = class _StartMedicalScribeJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2507
|
-
...commonParams
|
|
2508
|
-
}).m(function(Command, cs, config, o) {
|
|
2438
|
+
var _StartMedicalScribeJobCommand = class _StartMedicalScribeJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2509
2439
|
return [
|
|
2510
2440
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2511
2441
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2519,9 +2449,7 @@ var StartMedicalScribeJobCommand = _StartMedicalScribeJobCommand;
|
|
|
2519
2449
|
|
|
2520
2450
|
|
|
2521
2451
|
|
|
2522
|
-
var _StartMedicalTranscriptionJobCommand = class _StartMedicalTranscriptionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2523
|
-
...commonParams
|
|
2524
|
-
}).m(function(Command, cs, config, o) {
|
|
2452
|
+
var _StartMedicalTranscriptionJobCommand = class _StartMedicalTranscriptionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2525
2453
|
return [
|
|
2526
2454
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2527
2455
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2535,9 +2463,7 @@ var StartMedicalTranscriptionJobCommand = _StartMedicalTranscriptionJobCommand;
|
|
|
2535
2463
|
|
|
2536
2464
|
|
|
2537
2465
|
|
|
2538
|
-
var _StartTranscriptionJobCommand = class _StartTranscriptionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2539
|
-
...commonParams
|
|
2540
|
-
}).m(function(Command, cs, config, o) {
|
|
2466
|
+
var _StartTranscriptionJobCommand = class _StartTranscriptionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2541
2467
|
return [
|
|
2542
2468
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2543
2469
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2551,9 +2477,7 @@ var StartTranscriptionJobCommand = _StartTranscriptionJobCommand;
|
|
|
2551
2477
|
|
|
2552
2478
|
|
|
2553
2479
|
|
|
2554
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2555
|
-
...commonParams
|
|
2556
|
-
}).m(function(Command, cs, config, o) {
|
|
2480
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2557
2481
|
return [
|
|
2558
2482
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2559
2483
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2567,9 +2491,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2567
2491
|
|
|
2568
2492
|
|
|
2569
2493
|
|
|
2570
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2571
|
-
...commonParams
|
|
2572
|
-
}).m(function(Command, cs, config, o) {
|
|
2494
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2573
2495
|
return [
|
|
2574
2496
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2575
2497
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2583,9 +2505,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2583
2505
|
|
|
2584
2506
|
|
|
2585
2507
|
|
|
2586
|
-
var _UpdateCallAnalyticsCategoryCommand = class _UpdateCallAnalyticsCategoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2587
|
-
...commonParams
|
|
2588
|
-
}).m(function(Command, cs, config, o) {
|
|
2508
|
+
var _UpdateCallAnalyticsCategoryCommand = class _UpdateCallAnalyticsCategoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2589
2509
|
return [
|
|
2590
2510
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2591
2511
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2599,9 +2519,7 @@ var UpdateCallAnalyticsCategoryCommand = _UpdateCallAnalyticsCategoryCommand;
|
|
|
2599
2519
|
|
|
2600
2520
|
|
|
2601
2521
|
|
|
2602
|
-
var _UpdateMedicalVocabularyCommand = class _UpdateMedicalVocabularyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2603
|
-
...commonParams
|
|
2604
|
-
}).m(function(Command, cs, config, o) {
|
|
2522
|
+
var _UpdateMedicalVocabularyCommand = class _UpdateMedicalVocabularyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2605
2523
|
return [
|
|
2606
2524
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2607
2525
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2615,9 +2533,7 @@ var UpdateMedicalVocabularyCommand = _UpdateMedicalVocabularyCommand;
|
|
|
2615
2533
|
|
|
2616
2534
|
|
|
2617
2535
|
|
|
2618
|
-
var _UpdateVocabularyCommand = class _UpdateVocabularyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2619
|
-
...commonParams
|
|
2620
|
-
}).m(function(Command, cs, config, o) {
|
|
2536
|
+
var _UpdateVocabularyCommand = class _UpdateVocabularyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2621
2537
|
return [
|
|
2622
2538
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2623
2539
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2631,9 +2547,7 @@ var UpdateVocabularyCommand = _UpdateVocabularyCommand;
|
|
|
2631
2547
|
|
|
2632
2548
|
|
|
2633
2549
|
|
|
2634
|
-
var _UpdateVocabularyFilterCommand = class _UpdateVocabularyFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2635
|
-
...commonParams
|
|
2636
|
-
}).m(function(Command, cs, config, o) {
|
|
2550
|
+
var _UpdateVocabularyFilterCommand = class _UpdateVocabularyFilterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2637
2551
|
return [
|
|
2638
2552
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2639
2553
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateCallAnalyticsCategoryCommand, se_CreateCallAnalyticsCategoryCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateCallAnalyticsCategoryCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateLanguageModelCommand, se_CreateLanguageModelCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateLanguageModelCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateMedicalVocabularyCommand, se_CreateMedicalVocabularyCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateMedicalVocabularyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateVocabularyCommand, se_CreateVocabularyCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateVocabularyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateVocabularyFilterCommand, se_CreateVocabularyFilterCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateVocabularyFilterCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteCallAnalyticsCategoryCommand, se_DeleteCallAnalyticsCategoryCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteCallAnalyticsCategoryCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteCallAnalyticsJobCommand, se_DeleteCallAnalyticsJobCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteCallAnalyticsJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteLanguageModelCommand, se_DeleteLanguageModelCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteLanguageModelCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteMedicalScribeJobCommand, se_DeleteMedicalScribeJobCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteMedicalScribeJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteMedicalTranscriptionJobCommand, se_DeleteMedicalTranscriptionJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteMedicalTranscriptionJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteMedicalVocabularyCommand, se_DeleteMedicalVocabularyCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteMedicalVocabularyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteTranscriptionJobCommand, se_DeleteTranscriptionJobCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteTranscriptionJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteVocabularyCommand, se_DeleteVocabularyCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteVocabularyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteVocabularyFilterCommand, se_DeleteVocabularyFilterCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteVocabularyFilterCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeLanguageModelCommand, se_DescribeLanguageModelCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeLanguageModelCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetCallAnalyticsCategoryCommand, se_GetCallAnalyticsCategoryCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetCallAnalyticsCategoryCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetCallAnalyticsJobCommand, se_GetCallAnalyticsJobCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetCallAnalyticsJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetMedicalScribeJobCommand, se_GetMedicalScribeJobCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetMedicalScribeJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetMedicalTranscriptionJobCommand, se_GetMedicalTranscriptionJobComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetMedicalTranscriptionJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetMedicalVocabularyCommand, se_GetMedicalVocabularyCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetMedicalVocabularyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetTranscriptionJobCommand, se_GetTranscriptionJobCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetTranscriptionJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetVocabularyCommand, se_GetVocabularyCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetVocabularyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetVocabularyFilterCommand, se_GetVocabularyFilterCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetVocabularyFilterCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListCallAnalyticsCategoriesCommand, se_ListCallAnalyticsCategoriesCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListCallAnalyticsCategoriesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListCallAnalyticsJobsCommand, se_ListCallAnalyticsJobsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListCallAnalyticsJobsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListLanguageModelsCommand, se_ListLanguageModelsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListLanguageModelsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListMedicalScribeJobsCommand, se_ListMedicalScribeJobsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListMedicalScribeJobsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListMedicalTranscriptionJobsCommand, se_ListMedicalTranscriptionJobs
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListMedicalTranscriptionJobsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListMedicalVocabulariesCommand, se_ListMedicalVocabulariesCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListMedicalVocabulariesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTranscriptionJobsCommand, se_ListTranscriptionJobsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTranscriptionJobsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListVocabulariesCommand, se_ListVocabulariesCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListVocabulariesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListVocabularyFiltersCommand, se_ListVocabularyFiltersCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListVocabularyFiltersCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartCallAnalyticsJobCommand, se_StartCallAnalyticsJobCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartCallAnalyticsJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartMedicalScribeJobCommand, se_StartMedicalScribeJobCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartMedicalScribeJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartMedicalTranscriptionJobCommand, se_StartMedicalTranscriptionJob
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartMedicalTranscriptionJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartTranscriptionJobCommand, se_StartTranscriptionJobCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartTranscriptionJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateCallAnalyticsCategoryCommand, se_UpdateCallAnalyticsCategoryCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateCallAnalyticsCategoryCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateMedicalVocabularyCommand, se_UpdateMedicalVocabularyCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateMedicalVocabularyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateVocabularyCommand, se_UpdateVocabularyCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateVocabularyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateVocabularyFilterCommand, se_UpdateVocabularyFilterCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateVocabularyFilterCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-transcribe",
|
|
3
3
|
"description": "AWS SDK for JavaScript Transcribe Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-transcribe",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|