@aws-sdk/client-wisdom 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 +41 -123
- package/dist-es/commands/CreateAssistantAssociationCommand.js +1 -3
- package/dist-es/commands/CreateAssistantCommand.js +1 -3
- package/dist-es/commands/CreateContentCommand.js +1 -3
- package/dist-es/commands/CreateKnowledgeBaseCommand.js +1 -3
- package/dist-es/commands/CreateQuickResponseCommand.js +1 -3
- package/dist-es/commands/CreateSessionCommand.js +1 -3
- package/dist-es/commands/DeleteAssistantAssociationCommand.js +1 -3
- package/dist-es/commands/DeleteAssistantCommand.js +1 -3
- package/dist-es/commands/DeleteContentCommand.js +1 -3
- package/dist-es/commands/DeleteImportJobCommand.js +1 -3
- package/dist-es/commands/DeleteKnowledgeBaseCommand.js +1 -3
- package/dist-es/commands/DeleteQuickResponseCommand.js +1 -3
- package/dist-es/commands/GetAssistantAssociationCommand.js +1 -3
- package/dist-es/commands/GetAssistantCommand.js +1 -3
- package/dist-es/commands/GetContentCommand.js +1 -3
- package/dist-es/commands/GetContentSummaryCommand.js +1 -3
- package/dist-es/commands/GetImportJobCommand.js +1 -3
- package/dist-es/commands/GetKnowledgeBaseCommand.js +1 -3
- package/dist-es/commands/GetQuickResponseCommand.js +1 -3
- package/dist-es/commands/GetRecommendationsCommand.js +1 -3
- package/dist-es/commands/GetSessionCommand.js +1 -3
- package/dist-es/commands/ListAssistantAssociationsCommand.js +1 -3
- package/dist-es/commands/ListAssistantsCommand.js +1 -3
- package/dist-es/commands/ListContentsCommand.js +1 -3
- package/dist-es/commands/ListImportJobsCommand.js +1 -3
- package/dist-es/commands/ListKnowledgeBasesCommand.js +1 -3
- package/dist-es/commands/ListQuickResponsesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +1 -3
- package/dist-es/commands/QueryAssistantCommand.js +1 -3
- package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +1 -3
- package/dist-es/commands/SearchContentCommand.js +1 -3
- package/dist-es/commands/SearchQuickResponsesCommand.js +1 -3
- package/dist-es/commands/SearchSessionsCommand.js +1 -3
- package/dist-es/commands/StartContentUploadCommand.js +1 -3
- package/dist-es/commands/StartImportJobCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateContentCommand.js +1 -3
- package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +1 -3
- package/dist-es/commands/UpdateQuickResponseCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -2266,9 +2266,7 @@ var _tK = "tagKeys";
|
|
|
2266
2266
|
var _wTS = "waitTimeSeconds";
|
|
2267
2267
|
|
|
2268
2268
|
// src/commands/CreateAssistantAssociationCommand.ts
|
|
2269
|
-
var _CreateAssistantAssociationCommand = class _CreateAssistantAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2270
|
-
...commonParams
|
|
2271
|
-
}).m(function(Command, cs, config, o) {
|
|
2269
|
+
var _CreateAssistantAssociationCommand = class _CreateAssistantAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2272
2270
|
return [
|
|
2273
2271
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2274
2272
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2282,9 +2280,7 @@ var CreateAssistantAssociationCommand = _CreateAssistantAssociationCommand;
|
|
|
2282
2280
|
|
|
2283
2281
|
|
|
2284
2282
|
|
|
2285
|
-
var _CreateAssistantCommand = class _CreateAssistantCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2286
|
-
...commonParams
|
|
2287
|
-
}).m(function(Command, cs, config, o) {
|
|
2283
|
+
var _CreateAssistantCommand = class _CreateAssistantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2288
2284
|
return [
|
|
2289
2285
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2290
2286
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2298,9 +2294,7 @@ var CreateAssistantCommand = _CreateAssistantCommand;
|
|
|
2298
2294
|
|
|
2299
2295
|
|
|
2300
2296
|
|
|
2301
|
-
var _CreateContentCommand = class _CreateContentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2302
|
-
...commonParams
|
|
2303
|
-
}).m(function(Command, cs, config, o) {
|
|
2297
|
+
var _CreateContentCommand = class _CreateContentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2304
2298
|
return [
|
|
2305
2299
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2306
2300
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2314,9 +2308,7 @@ var CreateContentCommand = _CreateContentCommand;
|
|
|
2314
2308
|
|
|
2315
2309
|
|
|
2316
2310
|
|
|
2317
|
-
var _CreateKnowledgeBaseCommand = class _CreateKnowledgeBaseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2318
|
-
...commonParams
|
|
2319
|
-
}).m(function(Command, cs, config, o) {
|
|
2311
|
+
var _CreateKnowledgeBaseCommand = class _CreateKnowledgeBaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2320
2312
|
return [
|
|
2321
2313
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2322
2314
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2330,9 +2322,7 @@ var CreateKnowledgeBaseCommand = _CreateKnowledgeBaseCommand;
|
|
|
2330
2322
|
|
|
2331
2323
|
|
|
2332
2324
|
|
|
2333
|
-
var _CreateQuickResponseCommand = class _CreateQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2334
|
-
...commonParams
|
|
2335
|
-
}).m(function(Command, cs, config, o) {
|
|
2325
|
+
var _CreateQuickResponseCommand = class _CreateQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2336
2326
|
return [
|
|
2337
2327
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2338
2328
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2346,9 +2336,7 @@ var CreateQuickResponseCommand = _CreateQuickResponseCommand;
|
|
|
2346
2336
|
|
|
2347
2337
|
|
|
2348
2338
|
|
|
2349
|
-
var _CreateSessionCommand = class _CreateSessionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2350
|
-
...commonParams
|
|
2351
|
-
}).m(function(Command, cs, config, o) {
|
|
2339
|
+
var _CreateSessionCommand = class _CreateSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2352
2340
|
return [
|
|
2353
2341
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2354
2342
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2362,9 +2350,7 @@ var CreateSessionCommand = _CreateSessionCommand;
|
|
|
2362
2350
|
|
|
2363
2351
|
|
|
2364
2352
|
|
|
2365
|
-
var _DeleteAssistantAssociationCommand = class _DeleteAssistantAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2366
|
-
...commonParams
|
|
2367
|
-
}).m(function(Command, cs, config, o) {
|
|
2353
|
+
var _DeleteAssistantAssociationCommand = class _DeleteAssistantAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2368
2354
|
return [
|
|
2369
2355
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2370
2356
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2378,9 +2364,7 @@ var DeleteAssistantAssociationCommand = _DeleteAssistantAssociationCommand;
|
|
|
2378
2364
|
|
|
2379
2365
|
|
|
2380
2366
|
|
|
2381
|
-
var _DeleteAssistantCommand = class _DeleteAssistantCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2382
|
-
...commonParams
|
|
2383
|
-
}).m(function(Command, cs, config, o) {
|
|
2367
|
+
var _DeleteAssistantCommand = class _DeleteAssistantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2384
2368
|
return [
|
|
2385
2369
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2386
2370
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2394,9 +2378,7 @@ var DeleteAssistantCommand = _DeleteAssistantCommand;
|
|
|
2394
2378
|
|
|
2395
2379
|
|
|
2396
2380
|
|
|
2397
|
-
var _DeleteContentCommand = class _DeleteContentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2398
|
-
...commonParams
|
|
2399
|
-
}).m(function(Command, cs, config, o) {
|
|
2381
|
+
var _DeleteContentCommand = class _DeleteContentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2400
2382
|
return [
|
|
2401
2383
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2402
2384
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2410,9 +2392,7 @@ var DeleteContentCommand = _DeleteContentCommand;
|
|
|
2410
2392
|
|
|
2411
2393
|
|
|
2412
2394
|
|
|
2413
|
-
var _DeleteImportJobCommand = class _DeleteImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2414
|
-
...commonParams
|
|
2415
|
-
}).m(function(Command, cs, config, o) {
|
|
2395
|
+
var _DeleteImportJobCommand = class _DeleteImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2416
2396
|
return [
|
|
2417
2397
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2418
2398
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2426,9 +2406,7 @@ var DeleteImportJobCommand = _DeleteImportJobCommand;
|
|
|
2426
2406
|
|
|
2427
2407
|
|
|
2428
2408
|
|
|
2429
|
-
var _DeleteKnowledgeBaseCommand = class _DeleteKnowledgeBaseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2430
|
-
...commonParams
|
|
2431
|
-
}).m(function(Command, cs, config, o) {
|
|
2409
|
+
var _DeleteKnowledgeBaseCommand = class _DeleteKnowledgeBaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2432
2410
|
return [
|
|
2433
2411
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2434
2412
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2442,9 +2420,7 @@ var DeleteKnowledgeBaseCommand = _DeleteKnowledgeBaseCommand;
|
|
|
2442
2420
|
|
|
2443
2421
|
|
|
2444
2422
|
|
|
2445
|
-
var _DeleteQuickResponseCommand = class _DeleteQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2446
|
-
...commonParams
|
|
2447
|
-
}).m(function(Command, cs, config, o) {
|
|
2423
|
+
var _DeleteQuickResponseCommand = class _DeleteQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2448
2424
|
return [
|
|
2449
2425
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2450
2426
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2458,9 +2434,7 @@ var DeleteQuickResponseCommand = _DeleteQuickResponseCommand;
|
|
|
2458
2434
|
|
|
2459
2435
|
|
|
2460
2436
|
|
|
2461
|
-
var _GetAssistantAssociationCommand = class _GetAssistantAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2462
|
-
...commonParams
|
|
2463
|
-
}).m(function(Command, cs, config, o) {
|
|
2437
|
+
var _GetAssistantAssociationCommand = class _GetAssistantAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2464
2438
|
return [
|
|
2465
2439
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2466
2440
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2474,9 +2448,7 @@ var GetAssistantAssociationCommand = _GetAssistantAssociationCommand;
|
|
|
2474
2448
|
|
|
2475
2449
|
|
|
2476
2450
|
|
|
2477
|
-
var _GetAssistantCommand = class _GetAssistantCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2478
|
-
...commonParams
|
|
2479
|
-
}).m(function(Command, cs, config, o) {
|
|
2451
|
+
var _GetAssistantCommand = class _GetAssistantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2480
2452
|
return [
|
|
2481
2453
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2482
2454
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2490,9 +2462,7 @@ var GetAssistantCommand = _GetAssistantCommand;
|
|
|
2490
2462
|
|
|
2491
2463
|
|
|
2492
2464
|
|
|
2493
|
-
var _GetContentCommand = class _GetContentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2494
|
-
...commonParams
|
|
2495
|
-
}).m(function(Command, cs, config, o) {
|
|
2465
|
+
var _GetContentCommand = class _GetContentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2496
2466
|
return [
|
|
2497
2467
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2498
2468
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2506,9 +2476,7 @@ var GetContentCommand = _GetContentCommand;
|
|
|
2506
2476
|
|
|
2507
2477
|
|
|
2508
2478
|
|
|
2509
|
-
var _GetContentSummaryCommand = class _GetContentSummaryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2510
|
-
...commonParams
|
|
2511
|
-
}).m(function(Command, cs, config, o) {
|
|
2479
|
+
var _GetContentSummaryCommand = class _GetContentSummaryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2512
2480
|
return [
|
|
2513
2481
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2514
2482
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2522,9 +2490,7 @@ var GetContentSummaryCommand = _GetContentSummaryCommand;
|
|
|
2522
2490
|
|
|
2523
2491
|
|
|
2524
2492
|
|
|
2525
|
-
var _GetImportJobCommand = class _GetImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2526
|
-
...commonParams
|
|
2527
|
-
}).m(function(Command, cs, config, o) {
|
|
2493
|
+
var _GetImportJobCommand = class _GetImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2528
2494
|
return [
|
|
2529
2495
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2530
2496
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2538,9 +2504,7 @@ var GetImportJobCommand = _GetImportJobCommand;
|
|
|
2538
2504
|
|
|
2539
2505
|
|
|
2540
2506
|
|
|
2541
|
-
var _GetKnowledgeBaseCommand = class _GetKnowledgeBaseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2542
|
-
...commonParams
|
|
2543
|
-
}).m(function(Command, cs, config, o) {
|
|
2507
|
+
var _GetKnowledgeBaseCommand = class _GetKnowledgeBaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2544
2508
|
return [
|
|
2545
2509
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2546
2510
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2554,9 +2518,7 @@ var GetKnowledgeBaseCommand = _GetKnowledgeBaseCommand;
|
|
|
2554
2518
|
|
|
2555
2519
|
|
|
2556
2520
|
|
|
2557
|
-
var _GetQuickResponseCommand = class _GetQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2558
|
-
...commonParams
|
|
2559
|
-
}).m(function(Command, cs, config, o) {
|
|
2521
|
+
var _GetQuickResponseCommand = class _GetQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2560
2522
|
return [
|
|
2561
2523
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2562
2524
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2570,9 +2532,7 @@ var GetQuickResponseCommand = _GetQuickResponseCommand;
|
|
|
2570
2532
|
|
|
2571
2533
|
|
|
2572
2534
|
|
|
2573
|
-
var _GetRecommendationsCommand = class _GetRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2574
|
-
...commonParams
|
|
2575
|
-
}).m(function(Command, cs, config, o) {
|
|
2535
|
+
var _GetRecommendationsCommand = class _GetRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2576
2536
|
return [
|
|
2577
2537
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2578
2538
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2586,9 +2546,7 @@ var GetRecommendationsCommand = _GetRecommendationsCommand;
|
|
|
2586
2546
|
|
|
2587
2547
|
|
|
2588
2548
|
|
|
2589
|
-
var _GetSessionCommand = class _GetSessionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2590
|
-
...commonParams
|
|
2591
|
-
}).m(function(Command, cs, config, o) {
|
|
2549
|
+
var _GetSessionCommand = class _GetSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2592
2550
|
return [
|
|
2593
2551
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2594
2552
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2602,9 +2560,7 @@ var GetSessionCommand = _GetSessionCommand;
|
|
|
2602
2560
|
|
|
2603
2561
|
|
|
2604
2562
|
|
|
2605
|
-
var _ListAssistantAssociationsCommand = class _ListAssistantAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2606
|
-
...commonParams
|
|
2607
|
-
}).m(function(Command, cs, config, o) {
|
|
2563
|
+
var _ListAssistantAssociationsCommand = class _ListAssistantAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2608
2564
|
return [
|
|
2609
2565
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2610
2566
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2618,9 +2574,7 @@ var ListAssistantAssociationsCommand = _ListAssistantAssociationsCommand;
|
|
|
2618
2574
|
|
|
2619
2575
|
|
|
2620
2576
|
|
|
2621
|
-
var _ListAssistantsCommand = class _ListAssistantsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2622
|
-
...commonParams
|
|
2623
|
-
}).m(function(Command, cs, config, o) {
|
|
2577
|
+
var _ListAssistantsCommand = class _ListAssistantsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2624
2578
|
return [
|
|
2625
2579
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2626
2580
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2634,9 +2588,7 @@ var ListAssistantsCommand = _ListAssistantsCommand;
|
|
|
2634
2588
|
|
|
2635
2589
|
|
|
2636
2590
|
|
|
2637
|
-
var _ListContentsCommand = class _ListContentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2638
|
-
...commonParams
|
|
2639
|
-
}).m(function(Command, cs, config, o) {
|
|
2591
|
+
var _ListContentsCommand = class _ListContentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2640
2592
|
return [
|
|
2641
2593
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2642
2594
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2650,9 +2602,7 @@ var ListContentsCommand = _ListContentsCommand;
|
|
|
2650
2602
|
|
|
2651
2603
|
|
|
2652
2604
|
|
|
2653
|
-
var _ListImportJobsCommand = class _ListImportJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2654
|
-
...commonParams
|
|
2655
|
-
}).m(function(Command, cs, config, o) {
|
|
2605
|
+
var _ListImportJobsCommand = class _ListImportJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2656
2606
|
return [
|
|
2657
2607
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2658
2608
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2666,9 +2616,7 @@ var ListImportJobsCommand = _ListImportJobsCommand;
|
|
|
2666
2616
|
|
|
2667
2617
|
|
|
2668
2618
|
|
|
2669
|
-
var _ListKnowledgeBasesCommand = class _ListKnowledgeBasesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2670
|
-
...commonParams
|
|
2671
|
-
}).m(function(Command, cs, config, o) {
|
|
2619
|
+
var _ListKnowledgeBasesCommand = class _ListKnowledgeBasesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2672
2620
|
return [
|
|
2673
2621
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2674
2622
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2682,9 +2630,7 @@ var ListKnowledgeBasesCommand = _ListKnowledgeBasesCommand;
|
|
|
2682
2630
|
|
|
2683
2631
|
|
|
2684
2632
|
|
|
2685
|
-
var _ListQuickResponsesCommand = class _ListQuickResponsesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2686
|
-
...commonParams
|
|
2687
|
-
}).m(function(Command, cs, config, o) {
|
|
2633
|
+
var _ListQuickResponsesCommand = class _ListQuickResponsesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2688
2634
|
return [
|
|
2689
2635
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2690
2636
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2698,9 +2644,7 @@ var ListQuickResponsesCommand = _ListQuickResponsesCommand;
|
|
|
2698
2644
|
|
|
2699
2645
|
|
|
2700
2646
|
|
|
2701
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2702
|
-
...commonParams
|
|
2703
|
-
}).m(function(Command, cs, config, o) {
|
|
2647
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2704
2648
|
return [
|
|
2705
2649
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2706
2650
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2714,9 +2658,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2714
2658
|
|
|
2715
2659
|
|
|
2716
2660
|
|
|
2717
|
-
var _NotifyRecommendationsReceivedCommand = class _NotifyRecommendationsReceivedCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2718
|
-
...commonParams
|
|
2719
|
-
}).m(function(Command, cs, config, o) {
|
|
2661
|
+
var _NotifyRecommendationsReceivedCommand = class _NotifyRecommendationsReceivedCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2720
2662
|
return [
|
|
2721
2663
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2722
2664
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2730,9 +2672,7 @@ var NotifyRecommendationsReceivedCommand = _NotifyRecommendationsReceivedCommand
|
|
|
2730
2672
|
|
|
2731
2673
|
|
|
2732
2674
|
|
|
2733
|
-
var _QueryAssistantCommand = class _QueryAssistantCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2734
|
-
...commonParams
|
|
2735
|
-
}).m(function(Command, cs, config, o) {
|
|
2675
|
+
var _QueryAssistantCommand = class _QueryAssistantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2736
2676
|
return [
|
|
2737
2677
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2738
2678
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2746,9 +2686,7 @@ var QueryAssistantCommand = _QueryAssistantCommand;
|
|
|
2746
2686
|
|
|
2747
2687
|
|
|
2748
2688
|
|
|
2749
|
-
var _RemoveKnowledgeBaseTemplateUriCommand = class _RemoveKnowledgeBaseTemplateUriCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2750
|
-
...commonParams
|
|
2751
|
-
}).m(function(Command, cs, config, o) {
|
|
2689
|
+
var _RemoveKnowledgeBaseTemplateUriCommand = class _RemoveKnowledgeBaseTemplateUriCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2752
2690
|
return [
|
|
2753
2691
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2754
2692
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2762,9 +2700,7 @@ var RemoveKnowledgeBaseTemplateUriCommand = _RemoveKnowledgeBaseTemplateUriComma
|
|
|
2762
2700
|
|
|
2763
2701
|
|
|
2764
2702
|
|
|
2765
|
-
var _SearchContentCommand = class _SearchContentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2766
|
-
...commonParams
|
|
2767
|
-
}).m(function(Command, cs, config, o) {
|
|
2703
|
+
var _SearchContentCommand = class _SearchContentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2768
2704
|
return [
|
|
2769
2705
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2770
2706
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2778,9 +2714,7 @@ var SearchContentCommand = _SearchContentCommand;
|
|
|
2778
2714
|
|
|
2779
2715
|
|
|
2780
2716
|
|
|
2781
|
-
var _SearchQuickResponsesCommand = class _SearchQuickResponsesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2782
|
-
...commonParams
|
|
2783
|
-
}).m(function(Command, cs, config, o) {
|
|
2717
|
+
var _SearchQuickResponsesCommand = class _SearchQuickResponsesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2784
2718
|
return [
|
|
2785
2719
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2786
2720
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2794,9 +2728,7 @@ var SearchQuickResponsesCommand = _SearchQuickResponsesCommand;
|
|
|
2794
2728
|
|
|
2795
2729
|
|
|
2796
2730
|
|
|
2797
|
-
var _SearchSessionsCommand = class _SearchSessionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2798
|
-
...commonParams
|
|
2799
|
-
}).m(function(Command, cs, config, o) {
|
|
2731
|
+
var _SearchSessionsCommand = class _SearchSessionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2800
2732
|
return [
|
|
2801
2733
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2802
2734
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2810,9 +2742,7 @@ var SearchSessionsCommand = _SearchSessionsCommand;
|
|
|
2810
2742
|
|
|
2811
2743
|
|
|
2812
2744
|
|
|
2813
|
-
var _StartContentUploadCommand = class _StartContentUploadCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2814
|
-
...commonParams
|
|
2815
|
-
}).m(function(Command, cs, config, o) {
|
|
2745
|
+
var _StartContentUploadCommand = class _StartContentUploadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2816
2746
|
return [
|
|
2817
2747
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2818
2748
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2826,9 +2756,7 @@ var StartContentUploadCommand = _StartContentUploadCommand;
|
|
|
2826
2756
|
|
|
2827
2757
|
|
|
2828
2758
|
|
|
2829
|
-
var _StartImportJobCommand = class _StartImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2830
|
-
...commonParams
|
|
2831
|
-
}).m(function(Command, cs, config, o) {
|
|
2759
|
+
var _StartImportJobCommand = class _StartImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2832
2760
|
return [
|
|
2833
2761
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2834
2762
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2842,9 +2770,7 @@ var StartImportJobCommand = _StartImportJobCommand;
|
|
|
2842
2770
|
|
|
2843
2771
|
|
|
2844
2772
|
|
|
2845
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2846
|
-
...commonParams
|
|
2847
|
-
}).m(function(Command, cs, config, o) {
|
|
2773
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2848
2774
|
return [
|
|
2849
2775
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2850
2776
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2858,9 +2784,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2858
2784
|
|
|
2859
2785
|
|
|
2860
2786
|
|
|
2861
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2862
|
-
...commonParams
|
|
2863
|
-
}).m(function(Command, cs, config, o) {
|
|
2787
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2864
2788
|
return [
|
|
2865
2789
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2866
2790
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2874,9 +2798,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2874
2798
|
|
|
2875
2799
|
|
|
2876
2800
|
|
|
2877
|
-
var _UpdateContentCommand = class _UpdateContentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2878
|
-
...commonParams
|
|
2879
|
-
}).m(function(Command, cs, config, o) {
|
|
2801
|
+
var _UpdateContentCommand = class _UpdateContentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2880
2802
|
return [
|
|
2881
2803
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2882
2804
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2890,9 +2812,7 @@ var UpdateContentCommand = _UpdateContentCommand;
|
|
|
2890
2812
|
|
|
2891
2813
|
|
|
2892
2814
|
|
|
2893
|
-
var _UpdateKnowledgeBaseTemplateUriCommand = class _UpdateKnowledgeBaseTemplateUriCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2894
|
-
...commonParams
|
|
2895
|
-
}).m(function(Command, cs, config, o) {
|
|
2815
|
+
var _UpdateKnowledgeBaseTemplateUriCommand = class _UpdateKnowledgeBaseTemplateUriCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2896
2816
|
return [
|
|
2897
2817
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2898
2818
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2906,9 +2826,7 @@ var UpdateKnowledgeBaseTemplateUriCommand = _UpdateKnowledgeBaseTemplateUriComma
|
|
|
2906
2826
|
|
|
2907
2827
|
|
|
2908
2828
|
|
|
2909
|
-
var _UpdateQuickResponseCommand = class _UpdateQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2910
|
-
...commonParams
|
|
2911
|
-
}).m(function(Command, cs, config, o) {
|
|
2829
|
+
var _UpdateQuickResponseCommand = class _UpdateQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2912
2830
|
return [
|
|
2913
2831
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2914
2832
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateAssistantAssociationCommand, se_CreateAssistantAssociationComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateAssistantAssociationCommand 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_CreateAssistantCommand, se_CreateAssistantCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateAssistantCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_CreateContentCommand, se_CreateContentCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateContentCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateKnowledgeBaseCommand, se_CreateKnowledgeBaseCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateKnowledgeBaseCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_CreateQuickResponseCommand, se_CreateQuickResponseCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateQuickResponseCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateSessionCommand, se_CreateSessionCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateSessionCommand 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_DeleteAssistantAssociationCommand, se_DeleteAssistantAssociationComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteAssistantAssociationCommand 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_DeleteAssistantCommand, se_DeleteAssistantCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteAssistantCommand 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_DeleteContentCommand, se_DeleteContentCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteContentCommand 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_DeleteImportJobCommand, se_DeleteImportJobCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteImportJobCommand 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_DeleteKnowledgeBaseCommand, se_DeleteKnowledgeBaseCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteKnowledgeBaseCommand 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_DeleteQuickResponseCommand, se_DeleteQuickResponseCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteQuickResponseCommand 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_GetAssistantAssociationCommand, se_GetAssistantAssociationCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAssistantAssociationCommand 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_GetAssistantCommand, se_GetAssistantCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAssistantCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_GetContentCommand, se_GetContentCommand } from "../protocols/Aws_res
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetContentCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetContentSummaryCommand, se_GetContentSummaryCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetContentSummaryCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_GetImportJobCommand, se_GetImportJobCommand } from "../protocols/Aws
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetImportJobCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetKnowledgeBaseCommand, se_GetKnowledgeBaseCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetKnowledgeBaseCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_GetQuickResponseCommand, se_GetQuickResponseCommand } from "../proto
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetQuickResponseCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetRecommendationsCommand, se_GetRecommendationsCommand } from "../p
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetRecommendationsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetSessionCommand, se_GetSessionCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSessionCommand 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_ListAssistantAssociationsCommand, se_ListAssistantAssociationsComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAssistantAssociationsCommand 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_ListAssistantsCommand, se_ListAssistantsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAssistantsCommand 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_ListContentsCommand, se_ListContentsCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListContentsCommand 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_ListImportJobsCommand, se_ListImportJobsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListImportJobsCommand 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_ListKnowledgeBasesCommand, se_ListKnowledgeBasesCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListKnowledgeBasesCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_ListQuickResponsesCommand, se_ListQuickResponsesCommand } from "../p
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListQuickResponsesCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
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_NotifyRecommendationsReceivedCommand, se_NotifyRecommendationsReceiv
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class NotifyRecommendationsReceivedCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_QueryAssistantCommand, se_QueryAssistantCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class QueryAssistantCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RemoveKnowledgeBaseTemplateUriCommand, se_RemoveKnowledgeBaseTemplat
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RemoveKnowledgeBaseTemplateUriCommand 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_SearchContentCommand, se_SearchContentCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SearchContentCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_SearchQuickResponsesCommand, se_SearchQuickResponsesCommand } from "
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class SearchQuickResponsesCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SearchSessionsCommand, se_SearchSessionsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SearchSessionsCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_StartContentUploadCommand, se_StartContentUploadCommand } from "../p
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class StartContentUploadCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_StartImportJobCommand, se_StartImportJobCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class StartImportJobCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
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),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateContentCommand, se_UpdateContentCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateContentCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateKnowledgeBaseTemplateUriCommand, se_UpdateKnowledgeBaseTemplat
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateKnowledgeBaseTemplateUriCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateQuickResponseCommand, se_UpdateQuickResponseCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateQuickResponseCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-wisdom",
|
|
3
3
|
"description": "AWS SDK for JavaScript Wisdom 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-wisdom",
|
|
@@ -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",
|