@aws-sdk/client-lex-runtime-service 3.943.0 → 3.946.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 +56 -386
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/LexRuntimeServiceClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +56 -386
- package/dist-types/LexRuntimeService.d.ts +1 -1
- package/dist-types/LexRuntimeServiceClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/DeleteSessionCommand.d.ts +3 -3
- package/dist-types/commands/GetSessionCommand.d.ts +3 -3
- package/dist-types/commands/PostContentCommand.d.ts +2 -2
- package/dist-types/commands/PostTextCommand.d.ts +3 -3
- package/dist-types/commands/PutSessionCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/LexRuntimeServiceServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/LexRuntimeServiceClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/LexRuntimeServiceServiceException.d.ts +1 -1
- package/package.json +12 -11
|
@@ -137,46 +137,12 @@ const n0 = "com.amazonaws.lexruntimeservice";
|
|
|
137
137
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
138
138
|
import { BadGatewayException as __BadGatewayException, BadRequestException as __BadRequestException, ConflictException as __ConflictException, DependencyFailedException as __DependencyFailedException, InternalFailureException as __InternalFailureException, LimitExceededException as __LimitExceededException, LoopDetectedException as __LoopDetectedException, NotAcceptableException as __NotAcceptableException, NotFoundException as __NotFoundException, RequestTimeoutException as __RequestTimeoutException, UnsupportedMediaTypeException as __UnsupportedMediaTypeException, } from "../models/errors";
|
|
139
139
|
import { LexRuntimeServiceServiceException as __LexRuntimeServiceServiceException } from "../models/LexRuntimeServiceServiceException";
|
|
140
|
-
export var BlobStream = [
|
|
141
|
-
0,
|
|
142
|
-
n0,
|
|
143
|
-
_BS,
|
|
144
|
-
{
|
|
145
|
-
[_s]: 1,
|
|
146
|
-
},
|
|
147
|
-
42,
|
|
148
|
-
];
|
|
140
|
+
export var BlobStream = [0, n0, _BS, { [_s]: 1 }, 42];
|
|
149
141
|
export var SensitiveString = [0, n0, _SS, 8, 0];
|
|
150
142
|
export var SensitiveStringUnbounded = [0, n0, _SSU, 8, 0];
|
|
151
|
-
export var SynthesizedJsonActiveContextsString = [
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
_SJACS,
|
|
155
|
-
{
|
|
156
|
-
[_mT]: _a,
|
|
157
|
-
[_se]: 1,
|
|
158
|
-
},
|
|
159
|
-
0,
|
|
160
|
-
];
|
|
161
|
-
export var SynthesizedJsonAttributesString = [
|
|
162
|
-
0,
|
|
163
|
-
n0,
|
|
164
|
-
_SJAS,
|
|
165
|
-
{
|
|
166
|
-
[_mT]: _a,
|
|
167
|
-
[_se]: 1,
|
|
168
|
-
},
|
|
169
|
-
0,
|
|
170
|
-
];
|
|
171
|
-
export var SynthesizedJsonString = [
|
|
172
|
-
0,
|
|
173
|
-
n0,
|
|
174
|
-
_SJS,
|
|
175
|
-
{
|
|
176
|
-
[_mT]: _a,
|
|
177
|
-
},
|
|
178
|
-
0,
|
|
179
|
-
];
|
|
143
|
+
export var SynthesizedJsonActiveContextsString = [0, n0, _SJACS, { [_mT]: _a, [_se]: 1 }, 0];
|
|
144
|
+
export var SynthesizedJsonAttributesString = [0, n0, _SJAS, { [_mT]: _a, [_se]: 1 }, 0];
|
|
145
|
+
export var SynthesizedJsonString = [0, n0, _SJS, { [_mT]: _a }, 0];
|
|
180
146
|
export var Text = [0, n0, _T, 8, 0];
|
|
181
147
|
export var ActiveContext = [
|
|
182
148
|
3,
|
|
@@ -187,42 +153,12 @@ export var ActiveContext = [
|
|
|
187
153
|
[0, () => ActiveContextTimeToLive, [() => ActiveContextParametersMap, 0]],
|
|
188
154
|
];
|
|
189
155
|
export var ActiveContextTimeToLive = [3, n0, _ACTTL, 0, [_tTLIS, _tTLu], [1, 1]];
|
|
190
|
-
export var BadGatewayException = [
|
|
191
|
-
-3,
|
|
192
|
-
n0,
|
|
193
|
-
_BGE,
|
|
194
|
-
{
|
|
195
|
-
[_e]: _ser,
|
|
196
|
-
[_hE]: 502,
|
|
197
|
-
},
|
|
198
|
-
[_M],
|
|
199
|
-
[0],
|
|
200
|
-
];
|
|
156
|
+
export var BadGatewayException = [-3, n0, _BGE, { [_e]: _ser, [_hE]: 502 }, [_M], [0]];
|
|
201
157
|
TypeRegistry.for(n0).registerError(BadGatewayException, __BadGatewayException);
|
|
202
|
-
export var BadRequestException = [
|
|
203
|
-
-3,
|
|
204
|
-
n0,
|
|
205
|
-
_BRE,
|
|
206
|
-
{
|
|
207
|
-
[_e]: _c,
|
|
208
|
-
[_hE]: 400,
|
|
209
|
-
},
|
|
210
|
-
[_m],
|
|
211
|
-
[0],
|
|
212
|
-
];
|
|
158
|
+
export var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
213
159
|
TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
|
|
214
160
|
export var Button = [3, n0, _B, 0, [_t, _v], [0, 0]];
|
|
215
|
-
export var ConflictException = [
|
|
216
|
-
-3,
|
|
217
|
-
n0,
|
|
218
|
-
_CE,
|
|
219
|
-
{
|
|
220
|
-
[_e]: _c,
|
|
221
|
-
[_hE]: 409,
|
|
222
|
-
},
|
|
223
|
-
[_m],
|
|
224
|
-
[0],
|
|
225
|
-
];
|
|
161
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
226
162
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
227
163
|
export var DeleteSessionRequest = [
|
|
228
164
|
3,
|
|
@@ -237,17 +173,7 @@ export var DeleteSessionRequest = [
|
|
|
237
173
|
],
|
|
238
174
|
];
|
|
239
175
|
export var DeleteSessionResponse = [3, n0, _DSRe, 0, [_bN, _bA, _uI, _sI], [0, 0, 0, 0]];
|
|
240
|
-
export var DependencyFailedException = [
|
|
241
|
-
-3,
|
|
242
|
-
n0,
|
|
243
|
-
_DFE,
|
|
244
|
-
{
|
|
245
|
-
[_e]: _c,
|
|
246
|
-
[_hE]: 424,
|
|
247
|
-
},
|
|
248
|
-
[_M],
|
|
249
|
-
[0],
|
|
250
|
-
];
|
|
176
|
+
export var DependencyFailedException = [-3, n0, _DFE, { [_e]: _c, [_hE]: 424 }, [_M], [0]];
|
|
251
177
|
TypeRegistry.for(n0).registerError(DependencyFailedException, __DependencyFailedException);
|
|
252
178
|
export var DialogAction = [
|
|
253
179
|
3,
|
|
@@ -275,12 +201,7 @@ export var GetSessionRequest = [
|
|
|
275
201
|
[0, 1],
|
|
276
202
|
[0, 1],
|
|
277
203
|
[0, 1],
|
|
278
|
-
[
|
|
279
|
-
0,
|
|
280
|
-
{
|
|
281
|
-
[_hQ]: _cLF,
|
|
282
|
-
},
|
|
283
|
-
],
|
|
204
|
+
[0, { [_hQ]: _cLF }],
|
|
284
205
|
],
|
|
285
206
|
];
|
|
286
207
|
export var GetSessionResponse = [
|
|
@@ -300,73 +221,22 @@ export var IntentSummary = [
|
|
|
300
221
|
[_iN, _cL, _sl, _cS, _dAT, _fS, _sTE],
|
|
301
222
|
[0, 0, [() => StringMap, 0], 0, 0, 0, 0],
|
|
302
223
|
];
|
|
303
|
-
export var InternalFailureException = [
|
|
304
|
-
-3,
|
|
305
|
-
n0,
|
|
306
|
-
_IFE,
|
|
307
|
-
{
|
|
308
|
-
[_e]: _ser,
|
|
309
|
-
[_hE]: 500,
|
|
310
|
-
},
|
|
311
|
-
[_m],
|
|
312
|
-
[0],
|
|
313
|
-
];
|
|
224
|
+
export var InternalFailureException = [-3, n0, _IFE, { [_e]: _ser, [_hE]: 500 }, [_m], [0]];
|
|
314
225
|
TypeRegistry.for(n0).registerError(InternalFailureException, __InternalFailureException);
|
|
315
226
|
export var LimitExceededException = [
|
|
316
227
|
-3,
|
|
317
228
|
n0,
|
|
318
229
|
_LEE,
|
|
319
|
-
{
|
|
320
|
-
[_e]: _c,
|
|
321
|
-
[_hE]: 429,
|
|
322
|
-
},
|
|
230
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
323
231
|
[_rAS, _m],
|
|
324
|
-
[
|
|
325
|
-
[
|
|
326
|
-
0,
|
|
327
|
-
{
|
|
328
|
-
[_hH]: _RA,
|
|
329
|
-
},
|
|
330
|
-
],
|
|
331
|
-
0,
|
|
332
|
-
],
|
|
232
|
+
[[0, { [_hH]: _RA }], 0],
|
|
333
233
|
];
|
|
334
234
|
TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
|
|
335
|
-
export var LoopDetectedException = [
|
|
336
|
-
-3,
|
|
337
|
-
n0,
|
|
338
|
-
_LDE,
|
|
339
|
-
{
|
|
340
|
-
[_e]: _ser,
|
|
341
|
-
[_hE]: 508,
|
|
342
|
-
},
|
|
343
|
-
[_M],
|
|
344
|
-
[0],
|
|
345
|
-
];
|
|
235
|
+
export var LoopDetectedException = [-3, n0, _LDE, { [_e]: _ser, [_hE]: 508 }, [_M], [0]];
|
|
346
236
|
TypeRegistry.for(n0).registerError(LoopDetectedException, __LoopDetectedException);
|
|
347
|
-
export var NotAcceptableException = [
|
|
348
|
-
-3,
|
|
349
|
-
n0,
|
|
350
|
-
_NAE,
|
|
351
|
-
{
|
|
352
|
-
[_e]: _c,
|
|
353
|
-
[_hE]: 406,
|
|
354
|
-
},
|
|
355
|
-
[_m],
|
|
356
|
-
[0],
|
|
357
|
-
];
|
|
237
|
+
export var NotAcceptableException = [-3, n0, _NAE, { [_e]: _c, [_hE]: 406 }, [_m], [0]];
|
|
358
238
|
TypeRegistry.for(n0).registerError(NotAcceptableException, __NotAcceptableException);
|
|
359
|
-
export var NotFoundException = [
|
|
360
|
-
-3,
|
|
361
|
-
n0,
|
|
362
|
-
_NFE,
|
|
363
|
-
{
|
|
364
|
-
[_e]: _c,
|
|
365
|
-
[_hE]: 404,
|
|
366
|
-
},
|
|
367
|
-
[_m],
|
|
368
|
-
[0],
|
|
369
|
-
];
|
|
239
|
+
export var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
370
240
|
TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
|
|
371
241
|
export var PostContentRequest = [
|
|
372
242
|
3,
|
|
@@ -378,37 +248,12 @@ export var PostContentRequest = [
|
|
|
378
248
|
[0, 1],
|
|
379
249
|
[0, 1],
|
|
380
250
|
[0, 1],
|
|
381
|
-
[
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
},
|
|
386
|
-
],
|
|
387
|
-
[
|
|
388
|
-
() => SynthesizedJsonAttributesString,
|
|
389
|
-
{
|
|
390
|
-
[_hH]: _xalra,
|
|
391
|
-
},
|
|
392
|
-
],
|
|
393
|
-
[
|
|
394
|
-
0,
|
|
395
|
-
{
|
|
396
|
-
[_hH]: _CT,
|
|
397
|
-
},
|
|
398
|
-
],
|
|
399
|
-
[
|
|
400
|
-
0,
|
|
401
|
-
{
|
|
402
|
-
[_hH]: _A,
|
|
403
|
-
},
|
|
404
|
-
],
|
|
251
|
+
[() => SynthesizedJsonAttributesString, { [_hH]: _xalsa }],
|
|
252
|
+
[() => SynthesizedJsonAttributesString, { [_hH]: _xalra }],
|
|
253
|
+
[0, { [_hH]: _CT }],
|
|
254
|
+
[0, { [_hH]: _A }],
|
|
405
255
|
[() => BlobStream, 16],
|
|
406
|
-
[
|
|
407
|
-
() => SynthesizedJsonActiveContextsString,
|
|
408
|
-
{
|
|
409
|
-
[_hH]: _xalac,
|
|
410
|
-
},
|
|
411
|
-
],
|
|
256
|
+
[() => SynthesizedJsonActiveContextsString, { [_hH]: _xalac }],
|
|
412
257
|
],
|
|
413
258
|
];
|
|
414
259
|
export var PostContentResponse = [
|
|
@@ -418,109 +263,24 @@ export var PostContentResponse = [
|
|
|
418
263
|
0,
|
|
419
264
|
[_cT, _iN, _nIC, _aI, _sl, _sA, _sR, _m, _eM, _mF, _dS, _sTE, _iT, _eIT, _aS, _bV, _sI, _aC],
|
|
420
265
|
[
|
|
421
|
-
[
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
],
|
|
427
|
-
[
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
],
|
|
433
|
-
[
|
|
434
|
-
|
|
435
|
-
{
|
|
436
|
-
[_hH]: _xalnic,
|
|
437
|
-
},
|
|
438
|
-
],
|
|
439
|
-
[
|
|
440
|
-
() => SynthesizedJsonString,
|
|
441
|
-
{
|
|
442
|
-
[_hH]: _xalai,
|
|
443
|
-
},
|
|
444
|
-
],
|
|
445
|
-
[
|
|
446
|
-
() => SynthesizedJsonString,
|
|
447
|
-
{
|
|
448
|
-
[_hH]: _xals,
|
|
449
|
-
},
|
|
450
|
-
],
|
|
451
|
-
[
|
|
452
|
-
() => SynthesizedJsonString,
|
|
453
|
-
{
|
|
454
|
-
[_hH]: _xalsa,
|
|
455
|
-
},
|
|
456
|
-
],
|
|
457
|
-
[
|
|
458
|
-
0,
|
|
459
|
-
{
|
|
460
|
-
[_hH]: _xals_,
|
|
461
|
-
},
|
|
462
|
-
],
|
|
463
|
-
[
|
|
464
|
-
() => Text,
|
|
465
|
-
{
|
|
466
|
-
[_hH]: _xalm,
|
|
467
|
-
},
|
|
468
|
-
],
|
|
469
|
-
[
|
|
470
|
-
() => SensitiveString,
|
|
471
|
-
{
|
|
472
|
-
[_hH]: _xalem,
|
|
473
|
-
},
|
|
474
|
-
],
|
|
475
|
-
[
|
|
476
|
-
0,
|
|
477
|
-
{
|
|
478
|
-
[_hH]: _xalmf,
|
|
479
|
-
},
|
|
480
|
-
],
|
|
481
|
-
[
|
|
482
|
-
0,
|
|
483
|
-
{
|
|
484
|
-
[_hH]: _xalds,
|
|
485
|
-
},
|
|
486
|
-
],
|
|
487
|
-
[
|
|
488
|
-
0,
|
|
489
|
-
{
|
|
490
|
-
[_hH]: _xalste,
|
|
491
|
-
},
|
|
492
|
-
],
|
|
493
|
-
[
|
|
494
|
-
0,
|
|
495
|
-
{
|
|
496
|
-
[_hH]: _xalit,
|
|
497
|
-
},
|
|
498
|
-
],
|
|
499
|
-
[
|
|
500
|
-
() => SensitiveStringUnbounded,
|
|
501
|
-
{
|
|
502
|
-
[_hH]: _xaleit,
|
|
503
|
-
},
|
|
504
|
-
],
|
|
266
|
+
[0, { [_hH]: _CT }],
|
|
267
|
+
[0, { [_hH]: _xalin }],
|
|
268
|
+
[() => SynthesizedJsonString, { [_hH]: _xalnic }],
|
|
269
|
+
[() => SynthesizedJsonString, { [_hH]: _xalai }],
|
|
270
|
+
[() => SynthesizedJsonString, { [_hH]: _xals }],
|
|
271
|
+
[() => SynthesizedJsonString, { [_hH]: _xalsa }],
|
|
272
|
+
[0, { [_hH]: _xals_ }],
|
|
273
|
+
[() => Text, { [_hH]: _xalm }],
|
|
274
|
+
[() => SensitiveString, { [_hH]: _xalem }],
|
|
275
|
+
[0, { [_hH]: _xalmf }],
|
|
276
|
+
[0, { [_hH]: _xalds }],
|
|
277
|
+
[0, { [_hH]: _xalste }],
|
|
278
|
+
[0, { [_hH]: _xalit }],
|
|
279
|
+
[() => SensitiveStringUnbounded, { [_hH]: _xaleit }],
|
|
505
280
|
[() => BlobStream, 16],
|
|
506
|
-
[
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
[_hH]: _xalbv,
|
|
510
|
-
},
|
|
511
|
-
],
|
|
512
|
-
[
|
|
513
|
-
0,
|
|
514
|
-
{
|
|
515
|
-
[_hH]: _xalsi,
|
|
516
|
-
},
|
|
517
|
-
],
|
|
518
|
-
[
|
|
519
|
-
() => SynthesizedJsonActiveContextsString,
|
|
520
|
-
{
|
|
521
|
-
[_hH]: _xalac,
|
|
522
|
-
},
|
|
523
|
-
],
|
|
281
|
+
[0, { [_hH]: _xalbv }],
|
|
282
|
+
[0, { [_hH]: _xalsi }],
|
|
283
|
+
[() => SynthesizedJsonActiveContextsString, { [_hH]: _xalac }],
|
|
524
284
|
],
|
|
525
285
|
];
|
|
526
286
|
export var PostTextRequest = [
|
|
@@ -583,12 +343,7 @@ export var PutSessionRequest = [
|
|
|
583
343
|
[() => StringMap, 0],
|
|
584
344
|
[() => DialogAction, 0],
|
|
585
345
|
[() => IntentSummaryList, 0],
|
|
586
|
-
[
|
|
587
|
-
0,
|
|
588
|
-
{
|
|
589
|
-
[_hH]: _A,
|
|
590
|
-
},
|
|
591
|
-
],
|
|
346
|
+
[0, { [_hH]: _A }],
|
|
592
347
|
[() => ActiveContextsList, 0],
|
|
593
348
|
],
|
|
594
349
|
];
|
|
@@ -599,100 +354,25 @@ export var PutSessionResponse = [
|
|
|
599
354
|
0,
|
|
600
355
|
[_cT, _iN, _sl, _sA, _m, _eM, _mF, _dS, _sTE, _aS, _sI, _aC],
|
|
601
356
|
[
|
|
602
|
-
[
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
],
|
|
608
|
-
[
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
[_hH]: _xalin,
|
|
612
|
-
},
|
|
613
|
-
],
|
|
614
|
-
[
|
|
615
|
-
() => SynthesizedJsonString,
|
|
616
|
-
{
|
|
617
|
-
[_hH]: _xals,
|
|
618
|
-
},
|
|
619
|
-
],
|
|
620
|
-
[
|
|
621
|
-
() => SynthesizedJsonString,
|
|
622
|
-
{
|
|
623
|
-
[_hH]: _xalsa,
|
|
624
|
-
},
|
|
625
|
-
],
|
|
626
|
-
[
|
|
627
|
-
() => Text,
|
|
628
|
-
{
|
|
629
|
-
[_hH]: _xalm,
|
|
630
|
-
},
|
|
631
|
-
],
|
|
632
|
-
[
|
|
633
|
-
() => SensitiveString,
|
|
634
|
-
{
|
|
635
|
-
[_hH]: _xalem,
|
|
636
|
-
},
|
|
637
|
-
],
|
|
638
|
-
[
|
|
639
|
-
0,
|
|
640
|
-
{
|
|
641
|
-
[_hH]: _xalmf,
|
|
642
|
-
},
|
|
643
|
-
],
|
|
644
|
-
[
|
|
645
|
-
0,
|
|
646
|
-
{
|
|
647
|
-
[_hH]: _xalds,
|
|
648
|
-
},
|
|
649
|
-
],
|
|
650
|
-
[
|
|
651
|
-
0,
|
|
652
|
-
{
|
|
653
|
-
[_hH]: _xalste,
|
|
654
|
-
},
|
|
655
|
-
],
|
|
357
|
+
[0, { [_hH]: _CT }],
|
|
358
|
+
[0, { [_hH]: _xalin }],
|
|
359
|
+
[() => SynthesizedJsonString, { [_hH]: _xals }],
|
|
360
|
+
[() => SynthesizedJsonString, { [_hH]: _xalsa }],
|
|
361
|
+
[() => Text, { [_hH]: _xalm }],
|
|
362
|
+
[() => SensitiveString, { [_hH]: _xalem }],
|
|
363
|
+
[0, { [_hH]: _xalmf }],
|
|
364
|
+
[0, { [_hH]: _xalds }],
|
|
365
|
+
[0, { [_hH]: _xalste }],
|
|
656
366
|
[() => BlobStream, 16],
|
|
657
|
-
[
|
|
658
|
-
|
|
659
|
-
{
|
|
660
|
-
[_hH]: _xalsi,
|
|
661
|
-
},
|
|
662
|
-
],
|
|
663
|
-
[
|
|
664
|
-
() => SynthesizedJsonActiveContextsString,
|
|
665
|
-
{
|
|
666
|
-
[_hH]: _xalac,
|
|
667
|
-
},
|
|
668
|
-
],
|
|
367
|
+
[0, { [_hH]: _xalsi }],
|
|
368
|
+
[() => SynthesizedJsonActiveContextsString, { [_hH]: _xalac }],
|
|
669
369
|
],
|
|
670
370
|
];
|
|
671
|
-
export var RequestTimeoutException = [
|
|
672
|
-
-3,
|
|
673
|
-
n0,
|
|
674
|
-
_RTE,
|
|
675
|
-
{
|
|
676
|
-
[_e]: _c,
|
|
677
|
-
[_hE]: 408,
|
|
678
|
-
},
|
|
679
|
-
[_m],
|
|
680
|
-
[0],
|
|
681
|
-
];
|
|
371
|
+
export var RequestTimeoutException = [-3, n0, _RTE, { [_e]: _c, [_hE]: 408 }, [_m], [0]];
|
|
682
372
|
TypeRegistry.for(n0).registerError(RequestTimeoutException, __RequestTimeoutException);
|
|
683
373
|
export var ResponseCard = [3, n0, _RC, 0, [_ve, _cT, _gA], [0, 0, () => genericAttachmentList]];
|
|
684
374
|
export var SentimentResponse = [3, n0, _SR, 0, [_sL, _sS], [0, 0]];
|
|
685
|
-
export var UnsupportedMediaTypeException = [
|
|
686
|
-
-3,
|
|
687
|
-
n0,
|
|
688
|
-
_UMTE,
|
|
689
|
-
{
|
|
690
|
-
[_e]: _c,
|
|
691
|
-
[_hE]: 415,
|
|
692
|
-
},
|
|
693
|
-
[_m],
|
|
694
|
-
[0],
|
|
695
|
-
];
|
|
375
|
+
export var UnsupportedMediaTypeException = [-3, n0, _UMTE, { [_e]: _c, [_hE]: 415 }, [_m], [0]];
|
|
696
376
|
TypeRegistry.for(n0).registerError(UnsupportedMediaTypeException, __UnsupportedMediaTypeException);
|
|
697
377
|
export var __Unit = "unit";
|
|
698
378
|
export var LexRuntimeServiceServiceException = [
|
|
@@ -715,9 +395,7 @@ export var DeleteSession = [
|
|
|
715
395
|
9,
|
|
716
396
|
n0,
|
|
717
397
|
_DS,
|
|
718
|
-
{
|
|
719
|
-
[_h]: ["DELETE", "/bot/{botName}/alias/{botAlias}/user/{userId}/session", 200],
|
|
720
|
-
},
|
|
398
|
+
{ [_h]: ["DELETE", "/bot/{botName}/alias/{botAlias}/user/{userId}/session", 200] },
|
|
721
399
|
() => DeleteSessionRequest,
|
|
722
400
|
() => DeleteSessionResponse,
|
|
723
401
|
];
|
|
@@ -725,9 +403,7 @@ export var GetSession = [
|
|
|
725
403
|
9,
|
|
726
404
|
n0,
|
|
727
405
|
_GS,
|
|
728
|
-
{
|
|
729
|
-
[_h]: ["GET", "/bot/{botName}/alias/{botAlias}/user/{userId}/session", 200],
|
|
730
|
-
},
|
|
406
|
+
{ [_h]: ["GET", "/bot/{botName}/alias/{botAlias}/user/{userId}/session", 200] },
|
|
731
407
|
() => GetSessionRequest,
|
|
732
408
|
() => GetSessionResponse,
|
|
733
409
|
];
|
|
@@ -735,9 +411,7 @@ export var PostContent = [
|
|
|
735
411
|
9,
|
|
736
412
|
n0,
|
|
737
413
|
_PC,
|
|
738
|
-
{
|
|
739
|
-
[_h]: ["POST", "/bot/{botName}/alias/{botAlias}/user/{userId}/content", 200],
|
|
740
|
-
},
|
|
414
|
+
{ [_h]: ["POST", "/bot/{botName}/alias/{botAlias}/user/{userId}/content", 200] },
|
|
741
415
|
() => PostContentRequest,
|
|
742
416
|
() => PostContentResponse,
|
|
743
417
|
];
|
|
@@ -745,9 +419,7 @@ export var PostText = [
|
|
|
745
419
|
9,
|
|
746
420
|
n0,
|
|
747
421
|
_PT,
|
|
748
|
-
{
|
|
749
|
-
[_h]: ["POST", "/bot/{botName}/alias/{botAlias}/user/{userId}/text", 200],
|
|
750
|
-
},
|
|
422
|
+
{ [_h]: ["POST", "/bot/{botName}/alias/{botAlias}/user/{userId}/text", 200] },
|
|
751
423
|
() => PostTextRequest,
|
|
752
424
|
() => PostTextResponse,
|
|
753
425
|
];
|
|
@@ -755,9 +427,7 @@ export var PutSession = [
|
|
|
755
427
|
9,
|
|
756
428
|
n0,
|
|
757
429
|
_PS,
|
|
758
|
-
{
|
|
759
|
-
[_h]: ["POST", "/bot/{botName}/alias/{botAlias}/user/{userId}/session", 200],
|
|
760
|
-
},
|
|
430
|
+
{ [_h]: ["POST", "/bot/{botName}/alias/{botAlias}/user/{userId}/session", 200] },
|
|
761
431
|
() => PutSessionRequest,
|
|
762
432
|
() => PutSessionResponse,
|
|
763
433
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { DeleteSessionCommandInput, DeleteSessionCommandOutput } from "./commands/DeleteSessionCommand";
|
|
3
3
|
import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
|
|
4
4
|
import { PostContentCommandInput, PostContentCommandOutput } from "./commands/PostContentCommand";
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type SdkStreamMixinInjector as __SdkStreamMixinInjector, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { DeleteSessionCommandInput, DeleteSessionCommandOutput } from "./commands/DeleteSessionCommand";
|
|
11
11
|
import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
|
|
12
12
|
import { PostContentCommandInput, PostContentCommandOutput } from "./commands/PostContentCommand";
|
|
13
13
|
import { PostTextCommandInput, PostTextCommandOutput } from "./commands/PostTextCommand";
|
|
14
14
|
import { PutSessionCommandInput, PutSessionCommandOutput } from "./commands/PutSessionCommand";
|
|
15
15
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
16
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
16
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
17
17
|
export { __Client };
|
|
18
18
|
/**
|
|
19
19
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { LexRuntimeServiceHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { LexRuntimeServiceHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { LexRuntimeServiceClientResolvedConfig } from "../LexRuntimeServiceClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type LexRuntimeServiceClientResolvedConfig } from "../LexRuntimeServiceClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexRuntimeServiceClient";
|
|
4
|
-
import { DeleteSessionRequest, DeleteSessionResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexRuntimeServiceClient";
|
|
4
|
+
import type { DeleteSessionRequest, DeleteSessionResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexRuntimeServiceClient";
|
|
4
|
-
import { GetSessionRequest, GetSessionResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexRuntimeServiceClient";
|
|
4
|
+
import type { GetSessionRequest, GetSessionResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer, StreamingBlobPayloadInputTypes, StreamingBlobPayloadOutputTypes } from "@smithy/types";
|
|
3
|
-
import { LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexRuntimeServiceClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadInputTypes, StreamingBlobPayloadOutputTypes } from "@smithy/types";
|
|
3
|
+
import type { LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexRuntimeServiceClient";
|
|
4
4
|
import { PostContentRequest, PostContentResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexRuntimeServiceClient";
|
|
4
|
-
import { PostTextRequest, PostTextResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexRuntimeServiceClient";
|
|
4
|
+
import type { PostTextRequest, PostTextResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
|
|
3
|
-
import { LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexRuntimeServiceClient";
|
|
4
|
-
import { PutSessionRequest, PutSessionResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
|
|
3
|
+
import type { LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexRuntimeServiceClient";
|
|
4
|
+
import { type PutSessionRequest, PutSessionResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|