@aws-sdk/client-lex-runtime-v2 3.987.0 → 3.989.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/index.js +25 -682
- package/dist-cjs/models/LexRuntimeV2ServiceException.js +12 -0
- package/dist-cjs/models/errors.js +108 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +517 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +66 -60
- package/dist-types/schemas/schemas_0.d.ts +15 -8
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -8
- package/package.json +14 -14
|
@@ -9,8 +9,8 @@ const _B = "Button";
|
|
|
9
9
|
const _BGE = "BadGatewayException";
|
|
10
10
|
const _BL = "ButtonsList";
|
|
11
11
|
const _BS = "BlobStream";
|
|
12
|
-
const _CE = "
|
|
13
|
-
const _CEo = "
|
|
12
|
+
const _CE = "ConflictException";
|
|
13
|
+
const _CEo = "ConfigurationEvent";
|
|
14
14
|
const _CS = "ConfidenceScore";
|
|
15
15
|
const _CT = "Content-Type";
|
|
16
16
|
const _DA = "DialogAction";
|
|
@@ -128,7 +128,7 @@ const _rESe = "responseEventStream";
|
|
|
128
128
|
const _rH = "runtimeHints";
|
|
129
129
|
const _rHV = "runtimeHintValues";
|
|
130
130
|
const _rV = "resolvedValues";
|
|
131
|
-
const _s = "
|
|
131
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.lexruntimev2";
|
|
132
132
|
const _sA = "sessionAttributes";
|
|
133
133
|
const _sES = "slotElicitationStyle";
|
|
134
134
|
const _sH = "slotHints";
|
|
@@ -145,8 +145,8 @@ const _se = "server";
|
|
|
145
145
|
const _sen = "sentiment";
|
|
146
146
|
const _sh = "shape";
|
|
147
147
|
const _sl = "slots";
|
|
148
|
-
const
|
|
149
|
-
const
|
|
148
|
+
const _st = "streaming";
|
|
149
|
+
const _sta = "state";
|
|
150
150
|
const _su = "subtitle";
|
|
151
151
|
const _t = "text";
|
|
152
152
|
const _tTL = "timeToLive";
|
|
@@ -171,16 +171,66 @@ const n0 = "com.amazonaws.lexruntimev2";
|
|
|
171
171
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
172
172
|
import { AccessDeniedException, BadGatewayException, ConflictException, DependencyFailedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
173
173
|
import { LexRuntimeV2ServiceException } from "../models/LexRuntimeV2ServiceException";
|
|
174
|
-
|
|
175
|
-
var
|
|
176
|
-
|
|
177
|
-
|
|
174
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
175
|
+
export var LexRuntimeV2ServiceException$ = [-3, _s, "LexRuntimeV2ServiceException", 0, [], []];
|
|
176
|
+
_s_registry.registerError(LexRuntimeV2ServiceException$, LexRuntimeV2ServiceException);
|
|
177
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
178
178
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
179
179
|
{ [_e]: _c, [_hE]: 403 },
|
|
180
180
|
[_m],
|
|
181
181
|
[0], 1
|
|
182
182
|
];
|
|
183
|
-
|
|
183
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
184
|
+
export var BadGatewayException$ = [-3, n0, _BGE,
|
|
185
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
186
|
+
[_m],
|
|
187
|
+
[0], 1
|
|
188
|
+
];
|
|
189
|
+
n0_registry.registerError(BadGatewayException$, BadGatewayException);
|
|
190
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
191
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
192
|
+
[_m],
|
|
193
|
+
[0], 1
|
|
194
|
+
];
|
|
195
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
196
|
+
export var DependencyFailedException$ = [-3, n0, _DFE,
|
|
197
|
+
{ [_e]: _c, [_hE]: 424 },
|
|
198
|
+
[_m],
|
|
199
|
+
[0], 1
|
|
200
|
+
];
|
|
201
|
+
n0_registry.registerError(DependencyFailedException$, DependencyFailedException);
|
|
202
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
203
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
204
|
+
[_m],
|
|
205
|
+
[0], 1
|
|
206
|
+
];
|
|
207
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
208
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
209
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
210
|
+
[_m],
|
|
211
|
+
[0], 1
|
|
212
|
+
];
|
|
213
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
214
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
215
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
216
|
+
[_m],
|
|
217
|
+
[0], 1
|
|
218
|
+
];
|
|
219
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
220
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
221
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
222
|
+
[_m],
|
|
223
|
+
[0], 1
|
|
224
|
+
];
|
|
225
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
226
|
+
export const errorTypeRegistries = [
|
|
227
|
+
_s_registry,
|
|
228
|
+
n0_registry,
|
|
229
|
+
];
|
|
230
|
+
var BlobStream = [0, n0, _BS, { [_st]: 1 }, 42];
|
|
231
|
+
var DTMFRegex = [0, n0, _DTMFR, 8, 0];
|
|
232
|
+
var SensitiveNonEmptyString = [0, n0, _SNES, 8, 0];
|
|
233
|
+
var Text = [0, n0, _T, 8, 0];
|
|
184
234
|
export var ActiveContext$ = [3, n0, _AC,
|
|
185
235
|
0,
|
|
186
236
|
[_n, _tTL, _cA],
|
|
@@ -201,12 +251,6 @@ export var AudioResponseEvent$ = [3, n0, _ARE,
|
|
|
201
251
|
[_aC, _cT, _eI],
|
|
202
252
|
[21, 0, 0]
|
|
203
253
|
];
|
|
204
|
-
export var BadGatewayException$ = [-3, n0, _BGE,
|
|
205
|
-
{ [_e]: _se, [_hE]: 502 },
|
|
206
|
-
[_m],
|
|
207
|
-
[0], 1
|
|
208
|
-
];
|
|
209
|
-
TypeRegistry.for(n0).registerError(BadGatewayException$, BadGatewayException);
|
|
210
254
|
export var Button$ = [3, n0, _B,
|
|
211
255
|
0,
|
|
212
256
|
[_t, _v],
|
|
@@ -217,17 +261,11 @@ export var ConfidenceScore$ = [3, n0, _CS,
|
|
|
217
261
|
[_sc],
|
|
218
262
|
[1]
|
|
219
263
|
];
|
|
220
|
-
export var ConfigurationEvent$ = [3, n0,
|
|
264
|
+
export var ConfigurationEvent$ = [3, n0, _CEo,
|
|
221
265
|
0,
|
|
222
266
|
[_rCT, _rA, _sS, _wM, _dP, _eI, _cTM],
|
|
223
267
|
[0, 128 | 0, [() => SessionState$, 0], [() => Messages, 0], 2, 0, 1], 1
|
|
224
268
|
];
|
|
225
|
-
export var ConflictException$ = [-3, n0, _CEo,
|
|
226
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
227
|
-
[_m],
|
|
228
|
-
[0], 1
|
|
229
|
-
];
|
|
230
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
231
269
|
export var DeleteSessionRequest$ = [3, n0, _DSR,
|
|
232
270
|
0,
|
|
233
271
|
[_bI, _bAI, _lI, _sI],
|
|
@@ -238,12 +276,6 @@ export var DeleteSessionResponse$ = [3, n0, _DSRe,
|
|
|
238
276
|
[_bI, _bAI, _lI, _sI],
|
|
239
277
|
[0, 0, 0, 0]
|
|
240
278
|
];
|
|
241
|
-
export var DependencyFailedException$ = [-3, n0, _DFE,
|
|
242
|
-
{ [_e]: _c, [_hE]: 424 },
|
|
243
|
-
[_m],
|
|
244
|
-
[0], 1
|
|
245
|
-
];
|
|
246
|
-
TypeRegistry.for(n0).registerError(DependencyFailedException$, DependencyFailedException);
|
|
247
279
|
export var DialogAction$ = [3, n0, _DA,
|
|
248
280
|
0,
|
|
249
281
|
[_ty, _sTE, _sES, _sSTE],
|
|
@@ -286,7 +318,7 @@ export var ImageResponseCard$ = [3, n0, _IRC,
|
|
|
286
318
|
];
|
|
287
319
|
export var Intent$ = [3, n0, _I,
|
|
288
320
|
0,
|
|
289
|
-
[_n, _sl,
|
|
321
|
+
[_n, _sl, _sta, _cS],
|
|
290
322
|
[0, () => Slots, 0, 0], 1
|
|
291
323
|
];
|
|
292
324
|
export var IntentResultEvent$ = [3, n0, _IRE,
|
|
@@ -294,12 +326,6 @@ export var IntentResultEvent$ = [3, n0, _IRE,
|
|
|
294
326
|
[_iM, _i, _sS, _rA, _sI, _eI, _rBM],
|
|
295
327
|
[0, () => Interpretations, [() => SessionState$, 0], 128 | 0, 0, 0, () => RecognizedBotMember$]
|
|
296
328
|
];
|
|
297
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
298
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
299
|
-
[_m],
|
|
300
|
-
[0], 1
|
|
301
|
-
];
|
|
302
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
303
329
|
export var Interpretation$ = [3, n0, _In,
|
|
304
330
|
0,
|
|
305
331
|
[_nC, _sR, _in, _iS],
|
|
@@ -355,12 +381,6 @@ export var RecognizeUtteranceResponse$ = [3, n0, _RURe,
|
|
|
355
381
|
[_iM, _cT, _me, _i, _sS, _rA, _sI, _iT, _aS, _rBM],
|
|
356
382
|
[[0, { [_hH]: _xalim }], [0, { [_hH]: _CT }], [0, { [_hH]: _xalm }], [0, { [_hH]: _xali }], [0, { [_hH]: _xalss }], [0, { [_hH]: _xalra }], [0, { [_hH]: _xalsi }], [0, { [_hH]: _xalit }], [() => BlobStream, 16], [0, { [_hH]: _xalrbm }]]
|
|
357
383
|
];
|
|
358
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
359
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
360
|
-
[_m],
|
|
361
|
-
[0], 1
|
|
362
|
-
];
|
|
363
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
364
384
|
export var RuntimeHintDetails$ = [3, n0, _RHD,
|
|
365
385
|
0,
|
|
366
386
|
[_rHV, _sSH],
|
|
@@ -416,30 +436,16 @@ export var TextResponseEvent$ = [3, n0, _TRE,
|
|
|
416
436
|
[_me, _eI],
|
|
417
437
|
[[() => Messages, 0], 0]
|
|
418
438
|
];
|
|
419
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
420
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
421
|
-
[_m],
|
|
422
|
-
[0], 1
|
|
423
|
-
];
|
|
424
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
425
439
|
export var TranscriptEvent$ = [3, n0, _TEr,
|
|
426
440
|
0,
|
|
427
441
|
[_tr, _eI],
|
|
428
442
|
[0, 0]
|
|
429
443
|
];
|
|
430
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
431
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
432
|
-
[_m],
|
|
433
|
-
[0], 1
|
|
434
|
-
];
|
|
435
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
436
444
|
export var Value$ = [3, n0, _V,
|
|
437
445
|
0,
|
|
438
446
|
[_iV, _oV, _rV],
|
|
439
447
|
[0, 0, 64 | 0], 1
|
|
440
448
|
];
|
|
441
|
-
export var LexRuntimeV2ServiceException$ = [-3, _sm, "LexRuntimeV2ServiceException", 0, [], []];
|
|
442
|
-
TypeRegistry.for(_sm).registerError(LexRuntimeV2ServiceException$, LexRuntimeV2ServiceException);
|
|
443
449
|
var ActiveContextsList = [1, n0, _ACL,
|
|
444
450
|
0, [() => ActiveContext$,
|
|
445
451
|
0]
|
|
@@ -478,13 +484,13 @@ var Slots = [2, n0, _Sl,
|
|
|
478
484
|
];
|
|
479
485
|
var StringMap = 128 | 0;
|
|
480
486
|
export var StartConversationRequestEventStream$ = [4, n0, _SCRES,
|
|
481
|
-
{ [
|
|
482
|
-
[
|
|
487
|
+
{ [_st]: 1 },
|
|
488
|
+
[_CEo, _AIE, _DTMFIE, _TIE, _PCE, _DE],
|
|
483
489
|
[[() => ConfigurationEvent$, 0], () => AudioInputEvent$, [() => DTMFInputEvent$, 0], [() => TextInputEvent$, 0], () => PlaybackCompletionEvent$, () => DisconnectionEvent$]
|
|
484
490
|
];
|
|
485
491
|
export var StartConversationResponseEventStream$ = [4, n0, _SCRESt,
|
|
486
|
-
{ [
|
|
487
|
-
[_PIE, _TEr, _IRE, _TRE, _ARE, _HE, _ADE, _RNFE, _VE, _TE, _ISE,
|
|
492
|
+
{ [_st]: 1 },
|
|
493
|
+
[_PIE, _TEr, _IRE, _TRE, _ARE, _HE, _ADE, _RNFE, _VE, _TE, _ISE, _CE, _DFE, _BGE],
|
|
488
494
|
[() => PlaybackInterruptionEvent$, () => TranscriptEvent$, [() => IntentResultEvent$, 0], [() => TextResponseEvent$, 0], () => AudioResponseEvent$, () => HeartbeatEvent$, [() => AccessDeniedException$, 0], [() => ResourceNotFoundException$, 0], [() => ValidationException$, 0], [() => ThrottlingException$, 0], [() => InternalServerException$, 0], [() => ConflictException$, 0], [() => DependencyFailedException$, 0], [() => BadGatewayException$, 0]]
|
|
489
495
|
];
|
|
490
496
|
export var DeleteSession$ = [9, n0, _DS,
|
|
@@ -1,17 +1,29 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var LexRuntimeV2ServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var BadGatewayException$: StaticErrorSchema;
|
|
6
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
7
|
+
export declare var DependencyFailedException$: StaticErrorSchema;
|
|
8
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
9
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
10
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
11
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
12
|
+
/**
|
|
13
|
+
* TypeRegistry instances containing modeled errors.
|
|
14
|
+
* @internal
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
18
|
export declare var ActiveContext$: StaticStructureSchema;
|
|
4
19
|
export declare var ActiveContextTimeToLive$: StaticStructureSchema;
|
|
5
20
|
export declare var AudioInputEvent$: StaticStructureSchema;
|
|
6
21
|
export declare var AudioResponseEvent$: StaticStructureSchema;
|
|
7
|
-
export declare var BadGatewayException$: StaticErrorSchema;
|
|
8
22
|
export declare var Button$: StaticStructureSchema;
|
|
9
23
|
export declare var ConfidenceScore$: StaticStructureSchema;
|
|
10
24
|
export declare var ConfigurationEvent$: StaticStructureSchema;
|
|
11
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
12
25
|
export declare var DeleteSessionRequest$: StaticStructureSchema;
|
|
13
26
|
export declare var DeleteSessionResponse$: StaticStructureSchema;
|
|
14
|
-
export declare var DependencyFailedException$: StaticErrorSchema;
|
|
15
27
|
export declare var DialogAction$: StaticStructureSchema;
|
|
16
28
|
export declare var DisconnectionEvent$: StaticStructureSchema;
|
|
17
29
|
export declare var DTMFInputEvent$: StaticStructureSchema;
|
|
@@ -22,7 +34,6 @@ export declare var HeartbeatEvent$: StaticStructureSchema;
|
|
|
22
34
|
export declare var ImageResponseCard$: StaticStructureSchema;
|
|
23
35
|
export declare var Intent$: StaticStructureSchema;
|
|
24
36
|
export declare var IntentResultEvent$: StaticStructureSchema;
|
|
25
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
26
37
|
export declare var Interpretation$: StaticStructureSchema;
|
|
27
38
|
export declare var Message$: StaticStructureSchema;
|
|
28
39
|
export declare var PlaybackCompletionEvent$: StaticStructureSchema;
|
|
@@ -34,7 +45,6 @@ export declare var RecognizeTextRequest$: StaticStructureSchema;
|
|
|
34
45
|
export declare var RecognizeTextResponse$: StaticStructureSchema;
|
|
35
46
|
export declare var RecognizeUtteranceRequest$: StaticStructureSchema;
|
|
36
47
|
export declare var RecognizeUtteranceResponse$: StaticStructureSchema;
|
|
37
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
38
48
|
export declare var RuntimeHintDetails$: StaticStructureSchema;
|
|
39
49
|
export declare var RuntimeHints$: StaticStructureSchema;
|
|
40
50
|
export declare var RuntimeHintValue$: StaticStructureSchema;
|
|
@@ -46,11 +56,8 @@ export declare var StartConversationRequest$: StaticStructureSchema;
|
|
|
46
56
|
export declare var StartConversationResponse$: StaticStructureSchema;
|
|
47
57
|
export declare var TextInputEvent$: StaticStructureSchema;
|
|
48
58
|
export declare var TextResponseEvent$: StaticStructureSchema;
|
|
49
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
50
59
|
export declare var TranscriptEvent$: StaticStructureSchema;
|
|
51
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
52
60
|
export declare var Value$: StaticStructureSchema;
|
|
53
|
-
export declare var LexRuntimeV2ServiceException$: StaticErrorSchema;
|
|
54
61
|
export declare var StartConversationRequestEventStream$: StaticUnionSchema;
|
|
55
62
|
export declare var StartConversationResponseEventStream$: StaticUnionSchema;
|
|
56
63
|
export declare var DeleteSession$: StaticOperationSchema;
|
|
@@ -1,22 +1,29 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var LexRuntimeV2ServiceException$: StaticErrorSchema;
|
|
7
9
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
|
+
export declare var BadGatewayException$: StaticErrorSchema;
|
|
11
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
12
|
+
export declare var DependencyFailedException$: StaticErrorSchema;
|
|
13
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
14
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
15
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
16
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
17
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
8
18
|
export declare var ActiveContext$: StaticStructureSchema;
|
|
9
19
|
export declare var ActiveContextTimeToLive$: StaticStructureSchema;
|
|
10
20
|
export declare var AudioInputEvent$: StaticStructureSchema;
|
|
11
21
|
export declare var AudioResponseEvent$: StaticStructureSchema;
|
|
12
|
-
export declare var BadGatewayException$: StaticErrorSchema;
|
|
13
22
|
export declare var Button$: StaticStructureSchema;
|
|
14
23
|
export declare var ConfidenceScore$: StaticStructureSchema;
|
|
15
24
|
export declare var ConfigurationEvent$: StaticStructureSchema;
|
|
16
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
17
25
|
export declare var DeleteSessionRequest$: StaticStructureSchema;
|
|
18
26
|
export declare var DeleteSessionResponse$: StaticStructureSchema;
|
|
19
|
-
export declare var DependencyFailedException$: StaticErrorSchema;
|
|
20
27
|
export declare var DialogAction$: StaticStructureSchema;
|
|
21
28
|
export declare var DisconnectionEvent$: StaticStructureSchema;
|
|
22
29
|
export declare var DTMFInputEvent$: StaticStructureSchema;
|
|
@@ -27,7 +34,6 @@ export declare var HeartbeatEvent$: StaticStructureSchema;
|
|
|
27
34
|
export declare var ImageResponseCard$: StaticStructureSchema;
|
|
28
35
|
export declare var Intent$: StaticStructureSchema;
|
|
29
36
|
export declare var IntentResultEvent$: StaticStructureSchema;
|
|
30
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
31
37
|
export declare var Interpretation$: StaticStructureSchema;
|
|
32
38
|
export declare var Message$: StaticStructureSchema;
|
|
33
39
|
export declare var PlaybackCompletionEvent$: StaticStructureSchema;
|
|
@@ -39,7 +45,6 @@ export declare var RecognizeTextRequest$: StaticStructureSchema;
|
|
|
39
45
|
export declare var RecognizeTextResponse$: StaticStructureSchema;
|
|
40
46
|
export declare var RecognizeUtteranceRequest$: StaticStructureSchema;
|
|
41
47
|
export declare var RecognizeUtteranceResponse$: StaticStructureSchema;
|
|
42
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
43
48
|
export declare var RuntimeHintDetails$: StaticStructureSchema;
|
|
44
49
|
export declare var RuntimeHints$: StaticStructureSchema;
|
|
45
50
|
export declare var RuntimeHintValue$: StaticStructureSchema;
|
|
@@ -51,11 +56,8 @@ export declare var StartConversationRequest$: StaticStructureSchema;
|
|
|
51
56
|
export declare var StartConversationResponse$: StaticStructureSchema;
|
|
52
57
|
export declare var TextInputEvent$: StaticStructureSchema;
|
|
53
58
|
export declare var TextResponseEvent$: StaticStructureSchema;
|
|
54
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
55
59
|
export declare var TranscriptEvent$: StaticStructureSchema;
|
|
56
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
57
60
|
export declare var Value$: StaticStructureSchema;
|
|
58
|
-
export declare var LexRuntimeV2ServiceException$: StaticErrorSchema;
|
|
59
61
|
export declare var StartConversationRequestEventStream$: StaticUnionSchema;
|
|
60
62
|
export declare var StartConversationResponseEventStream$: StaticUnionSchema;
|
|
61
63
|
export declare var DeleteSession$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lex-runtime-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lex Runtime V2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-lex-runtime-v2",
|
|
@@ -21,21 +21,21 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
26
26
|
"@aws-sdk/eventstream-handler-node": "^3.972.5",
|
|
27
27
|
"@aws-sdk/middleware-eventstream": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
33
|
"@aws-sdk/types": "^3.973.1",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.23.0",
|
|
39
39
|
"@smithy/eventstream-serde-browser": "^4.2.8",
|
|
40
40
|
"@smithy/eventstream-serde-config-resolver": "^4.3.8",
|
|
41
41
|
"@smithy/eventstream-serde-node": "^4.2.8",
|
|
@@ -43,25 +43,25 @@
|
|
|
43
43
|
"@smithy/hash-node": "^4.2.8",
|
|
44
44
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
45
45
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
46
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
47
|
-
"@smithy/middleware-retry": "^4.4.
|
|
46
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
47
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
48
48
|
"@smithy/middleware-serde": "^4.2.9",
|
|
49
49
|
"@smithy/middleware-stack": "^4.2.8",
|
|
50
50
|
"@smithy/node-config-provider": "^4.3.8",
|
|
51
|
-
"@smithy/node-http-handler": "^4.4.
|
|
51
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
52
52
|
"@smithy/protocol-http": "^5.3.8",
|
|
53
|
-
"@smithy/smithy-client": "^4.11.
|
|
53
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
54
54
|
"@smithy/types": "^4.12.0",
|
|
55
55
|
"@smithy/url-parser": "^4.2.8",
|
|
56
56
|
"@smithy/util-base64": "^4.3.0",
|
|
57
57
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
58
58
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
59
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
60
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
59
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
60
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
61
61
|
"@smithy/util-endpoints": "^3.2.8",
|
|
62
62
|
"@smithy/util-middleware": "^4.2.8",
|
|
63
63
|
"@smithy/util-retry": "^4.2.8",
|
|
64
|
-
"@smithy/util-stream": "^4.5.
|
|
64
|
+
"@smithy/util-stream": "^4.5.12",
|
|
65
65
|
"@smithy/util-utf8": "^4.2.0",
|
|
66
66
|
"tslib": "^2.6.2"
|
|
67
67
|
},
|