@aws-sdk/client-transcribe 3.234.0 → 3.236.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/endpoint/ruleset.js +4 -409
- package/dist-cjs/models/models_0.js +2 -0
- package/dist-es/endpoint/ruleset.js +4 -409
- package/dist-es/models/models_0.js +2 -0
- package/dist-types/Transcribe.d.ts +82 -82
- package/dist-types/TranscribeClient.d.ts +4 -4
- package/dist-types/commands/CreateCallAnalyticsCategoryCommand.d.ts +5 -5
- package/dist-types/commands/CreateLanguageModelCommand.d.ts +6 -6
- package/dist-types/commands/CreateMedicalVocabularyCommand.d.ts +3 -3
- package/dist-types/commands/CreateVocabularyCommand.d.ts +3 -3
- package/dist-types/commands/CreateVocabularyFilterCommand.d.ts +3 -3
- package/dist-types/commands/DescribeLanguageModelCommand.d.ts +2 -2
- package/dist-types/commands/GetCallAnalyticsCategoryCommand.d.ts +1 -1
- package/dist-types/commands/GetCallAnalyticsJobCommand.d.ts +4 -4
- package/dist-types/commands/GetMedicalTranscriptionJobCommand.d.ts +2 -2
- package/dist-types/commands/GetMedicalVocabularyCommand.d.ts +2 -2
- package/dist-types/commands/GetTranscriptionJobCommand.d.ts +3 -3
- package/dist-types/commands/GetVocabularyCommand.d.ts +2 -2
- package/dist-types/commands/GetVocabularyFilterCommand.d.ts +1 -1
- package/dist-types/commands/ListCallAnalyticsCategoriesCommand.d.ts +1 -1
- package/dist-types/commands/ListCallAnalyticsJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLanguageModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListMedicalTranscriptionJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListMedicalVocabulariesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTranscriptionJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListVocabulariesCommand.d.ts +1 -1
- package/dist-types/commands/ListVocabularyFiltersCommand.d.ts +1 -1
- package/dist-types/commands/StartCallAnalyticsJobCommand.d.ts +11 -11
- package/dist-types/commands/StartMedicalTranscriptionJobCommand.d.ts +11 -11
- package/dist-types/commands/StartTranscriptionJobCommand.d.ts +7 -7
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCallAnalyticsCategoryCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +386 -384
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +4 -4
|
@@ -1,409 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
builtIn: "AWS::Region",
|
|
6
|
-
required: true,
|
|
7
|
-
documentation: "The AWS region used to dispatch the request.",
|
|
8
|
-
type: "String",
|
|
9
|
-
},
|
|
10
|
-
UseDualStack: {
|
|
11
|
-
builtIn: "AWS::UseDualStack",
|
|
12
|
-
required: true,
|
|
13
|
-
default: false,
|
|
14
|
-
documentation: "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
|
|
15
|
-
type: "Boolean",
|
|
16
|
-
},
|
|
17
|
-
UseFIPS: {
|
|
18
|
-
builtIn: "AWS::UseFIPS",
|
|
19
|
-
required: true,
|
|
20
|
-
default: false,
|
|
21
|
-
documentation: "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
|
|
22
|
-
type: "Boolean",
|
|
23
|
-
},
|
|
24
|
-
Endpoint: {
|
|
25
|
-
builtIn: "SDK::Endpoint",
|
|
26
|
-
required: false,
|
|
27
|
-
documentation: "Override the endpoint used to send this request",
|
|
28
|
-
type: "String",
|
|
29
|
-
},
|
|
30
|
-
},
|
|
31
|
-
rules: [
|
|
32
|
-
{
|
|
33
|
-
conditions: [
|
|
34
|
-
{
|
|
35
|
-
fn: "aws.partition",
|
|
36
|
-
argv: [
|
|
37
|
-
{
|
|
38
|
-
ref: "Region",
|
|
39
|
-
},
|
|
40
|
-
],
|
|
41
|
-
assign: "PartitionResult",
|
|
42
|
-
},
|
|
43
|
-
],
|
|
44
|
-
type: "tree",
|
|
45
|
-
rules: [
|
|
46
|
-
{
|
|
47
|
-
conditions: [
|
|
48
|
-
{
|
|
49
|
-
fn: "isSet",
|
|
50
|
-
argv: [
|
|
51
|
-
{
|
|
52
|
-
ref: "Endpoint",
|
|
53
|
-
},
|
|
54
|
-
],
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
fn: "parseURL",
|
|
58
|
-
argv: [
|
|
59
|
-
{
|
|
60
|
-
ref: "Endpoint",
|
|
61
|
-
},
|
|
62
|
-
],
|
|
63
|
-
assign: "url",
|
|
64
|
-
},
|
|
65
|
-
],
|
|
66
|
-
type: "tree",
|
|
67
|
-
rules: [
|
|
68
|
-
{
|
|
69
|
-
conditions: [
|
|
70
|
-
{
|
|
71
|
-
fn: "booleanEquals",
|
|
72
|
-
argv: [
|
|
73
|
-
{
|
|
74
|
-
ref: "UseFIPS",
|
|
75
|
-
},
|
|
76
|
-
true,
|
|
77
|
-
],
|
|
78
|
-
},
|
|
79
|
-
],
|
|
80
|
-
error: "Invalid Configuration: FIPS and custom endpoint are not supported",
|
|
81
|
-
type: "error",
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
conditions: [],
|
|
85
|
-
type: "tree",
|
|
86
|
-
rules: [
|
|
87
|
-
{
|
|
88
|
-
conditions: [
|
|
89
|
-
{
|
|
90
|
-
fn: "booleanEquals",
|
|
91
|
-
argv: [
|
|
92
|
-
{
|
|
93
|
-
ref: "UseDualStack",
|
|
94
|
-
},
|
|
95
|
-
true,
|
|
96
|
-
],
|
|
97
|
-
},
|
|
98
|
-
],
|
|
99
|
-
error: "Invalid Configuration: Dualstack and custom endpoint are not supported",
|
|
100
|
-
type: "error",
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
conditions: [],
|
|
104
|
-
endpoint: {
|
|
105
|
-
url: {
|
|
106
|
-
ref: "Endpoint",
|
|
107
|
-
},
|
|
108
|
-
properties: {},
|
|
109
|
-
headers: {},
|
|
110
|
-
},
|
|
111
|
-
type: "endpoint",
|
|
112
|
-
},
|
|
113
|
-
],
|
|
114
|
-
},
|
|
115
|
-
],
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
conditions: [
|
|
119
|
-
{
|
|
120
|
-
fn: "booleanEquals",
|
|
121
|
-
argv: [
|
|
122
|
-
{
|
|
123
|
-
ref: "UseFIPS",
|
|
124
|
-
},
|
|
125
|
-
true,
|
|
126
|
-
],
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
fn: "booleanEquals",
|
|
130
|
-
argv: [
|
|
131
|
-
{
|
|
132
|
-
ref: "UseDualStack",
|
|
133
|
-
},
|
|
134
|
-
true,
|
|
135
|
-
],
|
|
136
|
-
},
|
|
137
|
-
],
|
|
138
|
-
type: "tree",
|
|
139
|
-
rules: [
|
|
140
|
-
{
|
|
141
|
-
conditions: [
|
|
142
|
-
{
|
|
143
|
-
fn: "booleanEquals",
|
|
144
|
-
argv: [
|
|
145
|
-
true,
|
|
146
|
-
{
|
|
147
|
-
fn: "getAttr",
|
|
148
|
-
argv: [
|
|
149
|
-
{
|
|
150
|
-
ref: "PartitionResult",
|
|
151
|
-
},
|
|
152
|
-
"supportsFIPS",
|
|
153
|
-
],
|
|
154
|
-
},
|
|
155
|
-
],
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
fn: "booleanEquals",
|
|
159
|
-
argv: [
|
|
160
|
-
true,
|
|
161
|
-
{
|
|
162
|
-
fn: "getAttr",
|
|
163
|
-
argv: [
|
|
164
|
-
{
|
|
165
|
-
ref: "PartitionResult",
|
|
166
|
-
},
|
|
167
|
-
"supportsDualStack",
|
|
168
|
-
],
|
|
169
|
-
},
|
|
170
|
-
],
|
|
171
|
-
},
|
|
172
|
-
],
|
|
173
|
-
type: "tree",
|
|
174
|
-
rules: [
|
|
175
|
-
{
|
|
176
|
-
conditions: [],
|
|
177
|
-
endpoint: {
|
|
178
|
-
url: "https://transcribe-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
179
|
-
properties: {},
|
|
180
|
-
headers: {},
|
|
181
|
-
},
|
|
182
|
-
type: "endpoint",
|
|
183
|
-
},
|
|
184
|
-
],
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
conditions: [],
|
|
188
|
-
error: "FIPS and DualStack are enabled, but this partition does not support one or both",
|
|
189
|
-
type: "error",
|
|
190
|
-
},
|
|
191
|
-
],
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
conditions: [
|
|
195
|
-
{
|
|
196
|
-
fn: "booleanEquals",
|
|
197
|
-
argv: [
|
|
198
|
-
{
|
|
199
|
-
ref: "UseFIPS",
|
|
200
|
-
},
|
|
201
|
-
true,
|
|
202
|
-
],
|
|
203
|
-
},
|
|
204
|
-
],
|
|
205
|
-
type: "tree",
|
|
206
|
-
rules: [
|
|
207
|
-
{
|
|
208
|
-
conditions: [
|
|
209
|
-
{
|
|
210
|
-
fn: "booleanEquals",
|
|
211
|
-
argv: [
|
|
212
|
-
true,
|
|
213
|
-
{
|
|
214
|
-
fn: "getAttr",
|
|
215
|
-
argv: [
|
|
216
|
-
{
|
|
217
|
-
ref: "PartitionResult",
|
|
218
|
-
},
|
|
219
|
-
"supportsFIPS",
|
|
220
|
-
],
|
|
221
|
-
},
|
|
222
|
-
],
|
|
223
|
-
},
|
|
224
|
-
],
|
|
225
|
-
type: "tree",
|
|
226
|
-
rules: [
|
|
227
|
-
{
|
|
228
|
-
conditions: [],
|
|
229
|
-
type: "tree",
|
|
230
|
-
rules: [
|
|
231
|
-
{
|
|
232
|
-
conditions: [
|
|
233
|
-
{
|
|
234
|
-
fn: "stringEquals",
|
|
235
|
-
argv: [
|
|
236
|
-
"aws",
|
|
237
|
-
{
|
|
238
|
-
fn: "getAttr",
|
|
239
|
-
argv: [
|
|
240
|
-
{
|
|
241
|
-
ref: "PartitionResult",
|
|
242
|
-
},
|
|
243
|
-
"name",
|
|
244
|
-
],
|
|
245
|
-
},
|
|
246
|
-
],
|
|
247
|
-
},
|
|
248
|
-
],
|
|
249
|
-
endpoint: {
|
|
250
|
-
url: "https://fips.transcribe.{Region}.{PartitionResult#dnsSuffix}",
|
|
251
|
-
properties: {},
|
|
252
|
-
headers: {},
|
|
253
|
-
},
|
|
254
|
-
type: "endpoint",
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
conditions: [
|
|
258
|
-
{
|
|
259
|
-
fn: "stringEquals",
|
|
260
|
-
argv: [
|
|
261
|
-
"aws-us-gov",
|
|
262
|
-
{
|
|
263
|
-
fn: "getAttr",
|
|
264
|
-
argv: [
|
|
265
|
-
{
|
|
266
|
-
ref: "PartitionResult",
|
|
267
|
-
},
|
|
268
|
-
"name",
|
|
269
|
-
],
|
|
270
|
-
},
|
|
271
|
-
],
|
|
272
|
-
},
|
|
273
|
-
],
|
|
274
|
-
endpoint: {
|
|
275
|
-
url: "https://fips.transcribe.{Region}.{PartitionResult#dnsSuffix}",
|
|
276
|
-
properties: {},
|
|
277
|
-
headers: {},
|
|
278
|
-
},
|
|
279
|
-
type: "endpoint",
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
conditions: [],
|
|
283
|
-
endpoint: {
|
|
284
|
-
url: "https://transcribe-fips.{Region}.{PartitionResult#dnsSuffix}",
|
|
285
|
-
properties: {},
|
|
286
|
-
headers: {},
|
|
287
|
-
},
|
|
288
|
-
type: "endpoint",
|
|
289
|
-
},
|
|
290
|
-
],
|
|
291
|
-
},
|
|
292
|
-
],
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
conditions: [],
|
|
296
|
-
error: "FIPS is enabled but this partition does not support FIPS",
|
|
297
|
-
type: "error",
|
|
298
|
-
},
|
|
299
|
-
],
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
conditions: [
|
|
303
|
-
{
|
|
304
|
-
fn: "booleanEquals",
|
|
305
|
-
argv: [
|
|
306
|
-
{
|
|
307
|
-
ref: "UseDualStack",
|
|
308
|
-
},
|
|
309
|
-
true,
|
|
310
|
-
],
|
|
311
|
-
},
|
|
312
|
-
],
|
|
313
|
-
type: "tree",
|
|
314
|
-
rules: [
|
|
315
|
-
{
|
|
316
|
-
conditions: [
|
|
317
|
-
{
|
|
318
|
-
fn: "booleanEquals",
|
|
319
|
-
argv: [
|
|
320
|
-
true,
|
|
321
|
-
{
|
|
322
|
-
fn: "getAttr",
|
|
323
|
-
argv: [
|
|
324
|
-
{
|
|
325
|
-
ref: "PartitionResult",
|
|
326
|
-
},
|
|
327
|
-
"supportsDualStack",
|
|
328
|
-
],
|
|
329
|
-
},
|
|
330
|
-
],
|
|
331
|
-
},
|
|
332
|
-
],
|
|
333
|
-
type: "tree",
|
|
334
|
-
rules: [
|
|
335
|
-
{
|
|
336
|
-
conditions: [],
|
|
337
|
-
endpoint: {
|
|
338
|
-
url: "https://transcribe.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
339
|
-
properties: {},
|
|
340
|
-
headers: {},
|
|
341
|
-
},
|
|
342
|
-
type: "endpoint",
|
|
343
|
-
},
|
|
344
|
-
],
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
conditions: [],
|
|
348
|
-
error: "DualStack is enabled but this partition does not support DualStack",
|
|
349
|
-
type: "error",
|
|
350
|
-
},
|
|
351
|
-
],
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
conditions: [],
|
|
355
|
-
type: "tree",
|
|
356
|
-
rules: [
|
|
357
|
-
{
|
|
358
|
-
conditions: [
|
|
359
|
-
{
|
|
360
|
-
fn: "stringEquals",
|
|
361
|
-
argv: [
|
|
362
|
-
{
|
|
363
|
-
ref: "Region",
|
|
364
|
-
},
|
|
365
|
-
"cn-north-1",
|
|
366
|
-
],
|
|
367
|
-
},
|
|
368
|
-
],
|
|
369
|
-
endpoint: {
|
|
370
|
-
url: "https://cn.transcribe.cn-north-1.amazonaws.com.cn",
|
|
371
|
-
properties: {},
|
|
372
|
-
headers: {},
|
|
373
|
-
},
|
|
374
|
-
type: "endpoint",
|
|
375
|
-
},
|
|
376
|
-
{
|
|
377
|
-
conditions: [
|
|
378
|
-
{
|
|
379
|
-
fn: "stringEquals",
|
|
380
|
-
argv: [
|
|
381
|
-
{
|
|
382
|
-
ref: "Region",
|
|
383
|
-
},
|
|
384
|
-
"cn-northwest-1",
|
|
385
|
-
],
|
|
386
|
-
},
|
|
387
|
-
],
|
|
388
|
-
endpoint: {
|
|
389
|
-
url: "https://cn.transcribe.cn-northwest-1.amazonaws.com.cn",
|
|
390
|
-
properties: {},
|
|
391
|
-
headers: {},
|
|
392
|
-
},
|
|
393
|
-
type: "endpoint",
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
conditions: [],
|
|
397
|
-
endpoint: {
|
|
398
|
-
url: "https://transcribe.{Region}.{PartitionResult#dnsSuffix}",
|
|
399
|
-
properties: {},
|
|
400
|
-
headers: {},
|
|
401
|
-
},
|
|
402
|
-
type: "endpoint",
|
|
403
|
-
},
|
|
404
|
-
],
|
|
405
|
-
},
|
|
406
|
-
],
|
|
407
|
-
},
|
|
408
|
-
],
|
|
409
|
-
};
|
|
1
|
+
const u = "fn", v = "argv", w = "ref";
|
|
2
|
+
const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = "stringEquals", i = { "required": true, "default": false, "type": "Boolean" }, j = { [w]: "Region" }, k = { [w]: "Endpoint" }, l = { [u]: "booleanEquals", [v]: [{ [w]: "UseFIPS" }, true] }, m = { [u]: "booleanEquals", [v]: [{ [w]: "UseDualStack" }, true] }, n = {}, o = { [u]: "booleanEquals", [v]: [true, { [u]: "getAttr", [v]: [{ [w]: d }, "supportsFIPS"] }] }, p = { [u]: "booleanEquals", [v]: [true, { [u]: "getAttr", [v]: [{ [w]: d }, "supportsDualStack"] }] }, q = { [u]: "getAttr", [v]: [{ [w]: d }, "name"] }, r = { "url": "https://fips.transcribe.{Region}.{PartitionResult#dnsSuffix}", "properties": {}, "headers": {} }, s = [l], t = [m];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: i, UseFIPS: i, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [u]: "aws.partition", [v]: [j], assign: d }], type: e, rules: [{ conditions: [{ [u]: "isSet", [v]: [k] }], type: e, rules: [{ conditions: s, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: t, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: k, properties: n, headers: n }, type: g }] }] }, { conditions: [l, m], type: e, rules: [{ conditions: [o, p], type: e, rules: [{ endpoint: { url: "https://transcribe-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: s, type: e, rules: [{ conditions: [o], type: e, rules: [{ type: e, rules: [{ conditions: [{ [u]: h, [v]: ["aws", q] }], endpoint: r, type: g }, { conditions: [{ [u]: h, [v]: ["aws-us-gov", q] }], endpoint: r, type: g }, { endpoint: { url: "https://transcribe-fips.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: t, type: e, rules: [{ conditions: [p], type: e, rules: [{ endpoint: { url: "https://transcribe.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { type: e, rules: [{ conditions: [{ [u]: h, [v]: [j, "cn-north-1"] }], endpoint: { url: "https://cn.transcribe.cn-north-1.amazonaws.com.cn", properties: n, headers: n }, type: g }, { conditions: [{ [u]: h, [v]: [j, "cn-northwest-1"] }], endpoint: { url: "https://cn.transcribe.cn-northwest-1.amazonaws.com.cn", properties: n, headers: n }, type: g }, { endpoint: { url: "https://transcribe.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: g }] }] }] };
|
|
4
|
+
export const ruleSet = _data;
|
|
@@ -62,10 +62,12 @@ export var LanguageCode;
|
|
|
62
62
|
LanguageCode["PT_BR"] = "pt-BR";
|
|
63
63
|
LanguageCode["PT_PT"] = "pt-PT";
|
|
64
64
|
LanguageCode["RU_RU"] = "ru-RU";
|
|
65
|
+
LanguageCode["SV_SE"] = "sv-SE";
|
|
65
66
|
LanguageCode["TA_IN"] = "ta-IN";
|
|
66
67
|
LanguageCode["TE_IN"] = "te-IN";
|
|
67
68
|
LanguageCode["TH_TH"] = "th-TH";
|
|
68
69
|
LanguageCode["TR_TR"] = "tr-TR";
|
|
70
|
+
LanguageCode["VI_VN"] = "vi-VN";
|
|
69
71
|
LanguageCode["ZH_CN"] = "zh-CN";
|
|
70
72
|
LanguageCode["ZH_TW"] = "zh-TW";
|
|
71
73
|
})(LanguageCode || (LanguageCode = {}));
|