@aws-sdk/client-wisdom 3.588.0 → 3.592.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.
Files changed (91) hide show
  1. package/dist-cjs/index.js +0 -41
  2. package/dist-types/WisdomClient.d.ts +4 -4
  3. package/dist-types/commands/CreateAssistantAssociationCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateAssistantCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateContentCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateKnowledgeBaseCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateQuickResponseCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateSessionCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteAssistantAssociationCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteAssistantCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteContentCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteImportJobCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteQuickResponseCommand.d.ts +2 -1
  15. package/dist-types/commands/GetAssistantAssociationCommand.d.ts +2 -1
  16. package/dist-types/commands/GetAssistantCommand.d.ts +2 -1
  17. package/dist-types/commands/GetContentCommand.d.ts +2 -1
  18. package/dist-types/commands/GetContentSummaryCommand.d.ts +2 -1
  19. package/dist-types/commands/GetImportJobCommand.d.ts +2 -1
  20. package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +2 -1
  21. package/dist-types/commands/GetQuickResponseCommand.d.ts +2 -1
  22. package/dist-types/commands/GetRecommendationsCommand.d.ts +2 -1
  23. package/dist-types/commands/GetSessionCommand.d.ts +2 -1
  24. package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListAssistantsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListContentsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListImportJobsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +2 -1
  29. package/dist-types/commands/ListQuickResponsesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/NotifyRecommendationsReceivedCommand.d.ts +2 -1
  32. package/dist-types/commands/QueryAssistantCommand.d.ts +2 -1
  33. package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +2 -1
  34. package/dist-types/commands/SearchContentCommand.d.ts +2 -1
  35. package/dist-types/commands/SearchQuickResponsesCommand.d.ts +2 -1
  36. package/dist-types/commands/SearchSessionsCommand.d.ts +2 -1
  37. package/dist-types/commands/StartContentUploadCommand.d.ts +2 -1
  38. package/dist-types/commands/StartImportJobCommand.d.ts +2 -1
  39. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  40. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  41. package/dist-types/commands/UpdateContentCommand.d.ts +2 -1
  42. package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateQuickResponseCommand.d.ts +2 -1
  44. package/dist-types/index.d.ts +2 -2
  45. package/dist-types/models/WisdomServiceException.d.ts +2 -1
  46. package/dist-types/runtimeConfig.native.d.ts +1 -1
  47. package/dist-types/ts3.4/WisdomClient.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/GetContentCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/models/WisdomServiceException.d.ts +2 -1
  90. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  91. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -297,7 +297,6 @@ var WisdomClient = _WisdomClient;
297
297
 
298
298
  var import_middleware_serde = require("@smithy/middleware-serde");
299
299
 
300
- var import_types = require("@smithy/types");
301
300
 
302
301
  // src/protocols/Aws_restJson1.ts
303
302
  var import_core2 = require("@aws-sdk/core");
@@ -2289,7 +2288,6 @@ var CreateAssistantAssociationCommand = _CreateAssistantAssociationCommand;
2289
2288
 
2290
2289
 
2291
2290
 
2292
-
2293
2291
  var _CreateAssistantCommand = class _CreateAssistantCommand extends import_smithy_client.Command.classBuilder().ep({
2294
2292
  ...commonParams
2295
2293
  }).m(function(Command, cs, config, o) {
@@ -2306,7 +2304,6 @@ var CreateAssistantCommand = _CreateAssistantCommand;
2306
2304
 
2307
2305
 
2308
2306
 
2309
-
2310
2307
  var _CreateContentCommand = class _CreateContentCommand extends import_smithy_client.Command.classBuilder().ep({
2311
2308
  ...commonParams
2312
2309
  }).m(function(Command, cs, config, o) {
@@ -2323,7 +2320,6 @@ var CreateContentCommand = _CreateContentCommand;
2323
2320
 
2324
2321
 
2325
2322
 
2326
-
2327
2323
  var _CreateKnowledgeBaseCommand = class _CreateKnowledgeBaseCommand extends import_smithy_client.Command.classBuilder().ep({
2328
2324
  ...commonParams
2329
2325
  }).m(function(Command, cs, config, o) {
@@ -2340,7 +2336,6 @@ var CreateKnowledgeBaseCommand = _CreateKnowledgeBaseCommand;
2340
2336
 
2341
2337
 
2342
2338
 
2343
-
2344
2339
  var _CreateQuickResponseCommand = class _CreateQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep({
2345
2340
  ...commonParams
2346
2341
  }).m(function(Command, cs, config, o) {
@@ -2357,7 +2352,6 @@ var CreateQuickResponseCommand = _CreateQuickResponseCommand;
2357
2352
 
2358
2353
 
2359
2354
 
2360
-
2361
2355
  var _CreateSessionCommand = class _CreateSessionCommand extends import_smithy_client.Command.classBuilder().ep({
2362
2356
  ...commonParams
2363
2357
  }).m(function(Command, cs, config, o) {
@@ -2374,7 +2368,6 @@ var CreateSessionCommand = _CreateSessionCommand;
2374
2368
 
2375
2369
 
2376
2370
 
2377
-
2378
2371
  var _DeleteAssistantAssociationCommand = class _DeleteAssistantAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2379
2372
  ...commonParams
2380
2373
  }).m(function(Command, cs, config, o) {
@@ -2391,7 +2384,6 @@ var DeleteAssistantAssociationCommand = _DeleteAssistantAssociationCommand;
2391
2384
 
2392
2385
 
2393
2386
 
2394
-
2395
2387
  var _DeleteAssistantCommand = class _DeleteAssistantCommand extends import_smithy_client.Command.classBuilder().ep({
2396
2388
  ...commonParams
2397
2389
  }).m(function(Command, cs, config, o) {
@@ -2408,7 +2400,6 @@ var DeleteAssistantCommand = _DeleteAssistantCommand;
2408
2400
 
2409
2401
 
2410
2402
 
2411
-
2412
2403
  var _DeleteContentCommand = class _DeleteContentCommand extends import_smithy_client.Command.classBuilder().ep({
2413
2404
  ...commonParams
2414
2405
  }).m(function(Command, cs, config, o) {
@@ -2425,7 +2416,6 @@ var DeleteContentCommand = _DeleteContentCommand;
2425
2416
 
2426
2417
 
2427
2418
 
2428
-
2429
2419
  var _DeleteImportJobCommand = class _DeleteImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
2430
2420
  ...commonParams
2431
2421
  }).m(function(Command, cs, config, o) {
@@ -2442,7 +2432,6 @@ var DeleteImportJobCommand = _DeleteImportJobCommand;
2442
2432
 
2443
2433
 
2444
2434
 
2445
-
2446
2435
  var _DeleteKnowledgeBaseCommand = class _DeleteKnowledgeBaseCommand extends import_smithy_client.Command.classBuilder().ep({
2447
2436
  ...commonParams
2448
2437
  }).m(function(Command, cs, config, o) {
@@ -2459,7 +2448,6 @@ var DeleteKnowledgeBaseCommand = _DeleteKnowledgeBaseCommand;
2459
2448
 
2460
2449
 
2461
2450
 
2462
-
2463
2451
  var _DeleteQuickResponseCommand = class _DeleteQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep({
2464
2452
  ...commonParams
2465
2453
  }).m(function(Command, cs, config, o) {
@@ -2476,7 +2464,6 @@ var DeleteQuickResponseCommand = _DeleteQuickResponseCommand;
2476
2464
 
2477
2465
 
2478
2466
 
2479
-
2480
2467
  var _GetAssistantAssociationCommand = class _GetAssistantAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2481
2468
  ...commonParams
2482
2469
  }).m(function(Command, cs, config, o) {
@@ -2493,7 +2480,6 @@ var GetAssistantAssociationCommand = _GetAssistantAssociationCommand;
2493
2480
 
2494
2481
 
2495
2482
 
2496
-
2497
2483
  var _GetAssistantCommand = class _GetAssistantCommand extends import_smithy_client.Command.classBuilder().ep({
2498
2484
  ...commonParams
2499
2485
  }).m(function(Command, cs, config, o) {
@@ -2510,7 +2496,6 @@ var GetAssistantCommand = _GetAssistantCommand;
2510
2496
 
2511
2497
 
2512
2498
 
2513
-
2514
2499
  var _GetContentCommand = class _GetContentCommand extends import_smithy_client.Command.classBuilder().ep({
2515
2500
  ...commonParams
2516
2501
  }).m(function(Command, cs, config, o) {
@@ -2527,7 +2512,6 @@ var GetContentCommand = _GetContentCommand;
2527
2512
 
2528
2513
 
2529
2514
 
2530
-
2531
2515
  var _GetContentSummaryCommand = class _GetContentSummaryCommand extends import_smithy_client.Command.classBuilder().ep({
2532
2516
  ...commonParams
2533
2517
  }).m(function(Command, cs, config, o) {
@@ -2544,7 +2528,6 @@ var GetContentSummaryCommand = _GetContentSummaryCommand;
2544
2528
 
2545
2529
 
2546
2530
 
2547
-
2548
2531
  var _GetImportJobCommand = class _GetImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
2549
2532
  ...commonParams
2550
2533
  }).m(function(Command, cs, config, o) {
@@ -2561,7 +2544,6 @@ var GetImportJobCommand = _GetImportJobCommand;
2561
2544
 
2562
2545
 
2563
2546
 
2564
-
2565
2547
  var _GetKnowledgeBaseCommand = class _GetKnowledgeBaseCommand extends import_smithy_client.Command.classBuilder().ep({
2566
2548
  ...commonParams
2567
2549
  }).m(function(Command, cs, config, o) {
@@ -2578,7 +2560,6 @@ var GetKnowledgeBaseCommand = _GetKnowledgeBaseCommand;
2578
2560
 
2579
2561
 
2580
2562
 
2581
-
2582
2563
  var _GetQuickResponseCommand = class _GetQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep({
2583
2564
  ...commonParams
2584
2565
  }).m(function(Command, cs, config, o) {
@@ -2595,7 +2576,6 @@ var GetQuickResponseCommand = _GetQuickResponseCommand;
2595
2576
 
2596
2577
 
2597
2578
 
2598
-
2599
2579
  var _GetRecommendationsCommand = class _GetRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
2600
2580
  ...commonParams
2601
2581
  }).m(function(Command, cs, config, o) {
@@ -2612,7 +2592,6 @@ var GetRecommendationsCommand = _GetRecommendationsCommand;
2612
2592
 
2613
2593
 
2614
2594
 
2615
-
2616
2595
  var _GetSessionCommand = class _GetSessionCommand extends import_smithy_client.Command.classBuilder().ep({
2617
2596
  ...commonParams
2618
2597
  }).m(function(Command, cs, config, o) {
@@ -2629,7 +2608,6 @@ var GetSessionCommand = _GetSessionCommand;
2629
2608
 
2630
2609
 
2631
2610
 
2632
-
2633
2611
  var _ListAssistantAssociationsCommand = class _ListAssistantAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
2634
2612
  ...commonParams
2635
2613
  }).m(function(Command, cs, config, o) {
@@ -2646,7 +2624,6 @@ var ListAssistantAssociationsCommand = _ListAssistantAssociationsCommand;
2646
2624
 
2647
2625
 
2648
2626
 
2649
-
2650
2627
  var _ListAssistantsCommand = class _ListAssistantsCommand extends import_smithy_client.Command.classBuilder().ep({
2651
2628
  ...commonParams
2652
2629
  }).m(function(Command, cs, config, o) {
@@ -2663,7 +2640,6 @@ var ListAssistantsCommand = _ListAssistantsCommand;
2663
2640
 
2664
2641
 
2665
2642
 
2666
-
2667
2643
  var _ListContentsCommand = class _ListContentsCommand extends import_smithy_client.Command.classBuilder().ep({
2668
2644
  ...commonParams
2669
2645
  }).m(function(Command, cs, config, o) {
@@ -2680,7 +2656,6 @@ var ListContentsCommand = _ListContentsCommand;
2680
2656
 
2681
2657
 
2682
2658
 
2683
-
2684
2659
  var _ListImportJobsCommand = class _ListImportJobsCommand extends import_smithy_client.Command.classBuilder().ep({
2685
2660
  ...commonParams
2686
2661
  }).m(function(Command, cs, config, o) {
@@ -2697,7 +2672,6 @@ var ListImportJobsCommand = _ListImportJobsCommand;
2697
2672
 
2698
2673
 
2699
2674
 
2700
-
2701
2675
  var _ListKnowledgeBasesCommand = class _ListKnowledgeBasesCommand extends import_smithy_client.Command.classBuilder().ep({
2702
2676
  ...commonParams
2703
2677
  }).m(function(Command, cs, config, o) {
@@ -2714,7 +2688,6 @@ var ListKnowledgeBasesCommand = _ListKnowledgeBasesCommand;
2714
2688
 
2715
2689
 
2716
2690
 
2717
-
2718
2691
  var _ListQuickResponsesCommand = class _ListQuickResponsesCommand extends import_smithy_client.Command.classBuilder().ep({
2719
2692
  ...commonParams
2720
2693
  }).m(function(Command, cs, config, o) {
@@ -2731,7 +2704,6 @@ var ListQuickResponsesCommand = _ListQuickResponsesCommand;
2731
2704
 
2732
2705
 
2733
2706
 
2734
-
2735
2707
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2736
2708
  ...commonParams
2737
2709
  }).m(function(Command, cs, config, o) {
@@ -2748,7 +2720,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2748
2720
 
2749
2721
 
2750
2722
 
2751
-
2752
2723
  var _NotifyRecommendationsReceivedCommand = class _NotifyRecommendationsReceivedCommand extends import_smithy_client.Command.classBuilder().ep({
2753
2724
  ...commonParams
2754
2725
  }).m(function(Command, cs, config, o) {
@@ -2765,7 +2736,6 @@ var NotifyRecommendationsReceivedCommand = _NotifyRecommendationsReceivedCommand
2765
2736
 
2766
2737
 
2767
2738
 
2768
-
2769
2739
  var _QueryAssistantCommand = class _QueryAssistantCommand extends import_smithy_client.Command.classBuilder().ep({
2770
2740
  ...commonParams
2771
2741
  }).m(function(Command, cs, config, o) {
@@ -2782,7 +2752,6 @@ var QueryAssistantCommand = _QueryAssistantCommand;
2782
2752
 
2783
2753
 
2784
2754
 
2785
-
2786
2755
  var _RemoveKnowledgeBaseTemplateUriCommand = class _RemoveKnowledgeBaseTemplateUriCommand extends import_smithy_client.Command.classBuilder().ep({
2787
2756
  ...commonParams
2788
2757
  }).m(function(Command, cs, config, o) {
@@ -2799,7 +2768,6 @@ var RemoveKnowledgeBaseTemplateUriCommand = _RemoveKnowledgeBaseTemplateUriComma
2799
2768
 
2800
2769
 
2801
2770
 
2802
-
2803
2771
  var _SearchContentCommand = class _SearchContentCommand extends import_smithy_client.Command.classBuilder().ep({
2804
2772
  ...commonParams
2805
2773
  }).m(function(Command, cs, config, o) {
@@ -2816,7 +2784,6 @@ var SearchContentCommand = _SearchContentCommand;
2816
2784
 
2817
2785
 
2818
2786
 
2819
-
2820
2787
  var _SearchQuickResponsesCommand = class _SearchQuickResponsesCommand extends import_smithy_client.Command.classBuilder().ep({
2821
2788
  ...commonParams
2822
2789
  }).m(function(Command, cs, config, o) {
@@ -2833,7 +2800,6 @@ var SearchQuickResponsesCommand = _SearchQuickResponsesCommand;
2833
2800
 
2834
2801
 
2835
2802
 
2836
-
2837
2803
  var _SearchSessionsCommand = class _SearchSessionsCommand extends import_smithy_client.Command.classBuilder().ep({
2838
2804
  ...commonParams
2839
2805
  }).m(function(Command, cs, config, o) {
@@ -2850,7 +2816,6 @@ var SearchSessionsCommand = _SearchSessionsCommand;
2850
2816
 
2851
2817
 
2852
2818
 
2853
-
2854
2819
  var _StartContentUploadCommand = class _StartContentUploadCommand extends import_smithy_client.Command.classBuilder().ep({
2855
2820
  ...commonParams
2856
2821
  }).m(function(Command, cs, config, o) {
@@ -2867,7 +2832,6 @@ var StartContentUploadCommand = _StartContentUploadCommand;
2867
2832
 
2868
2833
 
2869
2834
 
2870
-
2871
2835
  var _StartImportJobCommand = class _StartImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
2872
2836
  ...commonParams
2873
2837
  }).m(function(Command, cs, config, o) {
@@ -2884,7 +2848,6 @@ var StartImportJobCommand = _StartImportJobCommand;
2884
2848
 
2885
2849
 
2886
2850
 
2887
-
2888
2851
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2889
2852
  ...commonParams
2890
2853
  }).m(function(Command, cs, config, o) {
@@ -2901,7 +2864,6 @@ var TagResourceCommand = _TagResourceCommand;
2901
2864
 
2902
2865
 
2903
2866
 
2904
-
2905
2867
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2906
2868
  ...commonParams
2907
2869
  }).m(function(Command, cs, config, o) {
@@ -2918,7 +2880,6 @@ var UntagResourceCommand = _UntagResourceCommand;
2918
2880
 
2919
2881
 
2920
2882
 
2921
-
2922
2883
  var _UpdateContentCommand = class _UpdateContentCommand extends import_smithy_client.Command.classBuilder().ep({
2923
2884
  ...commonParams
2924
2885
  }).m(function(Command, cs, config, o) {
@@ -2935,7 +2896,6 @@ var UpdateContentCommand = _UpdateContentCommand;
2935
2896
 
2936
2897
 
2937
2898
 
2938
-
2939
2899
  var _UpdateKnowledgeBaseTemplateUriCommand = class _UpdateKnowledgeBaseTemplateUriCommand extends import_smithy_client.Command.classBuilder().ep({
2940
2900
  ...commonParams
2941
2901
  }).m(function(Command, cs, config, o) {
@@ -2952,7 +2912,6 @@ var UpdateKnowledgeBaseTemplateUriCommand = _UpdateKnowledgeBaseTemplateUriComma
2952
2912
 
2953
2913
 
2954
2914
 
2955
-
2956
2915
  var _UpdateQuickResponseCommand = class _UpdateQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep({
2957
2916
  ...commonParams
2958
2917
  }).m(function(Command, cs, config, o) {
@@ -131,15 +131,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
131
131
  * Enables FIPS compatible endpoints.
132
132
  */
133
133
  useFipsEndpoint?: boolean | __Provider<boolean>;
134
+ /**
135
+ * The AWS region to which this client will send requests
136
+ */
137
+ region?: string | __Provider<string>;
134
138
  /**
135
139
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
136
140
  * @internal
137
141
  */
138
142
  defaultUserAgentProvider?: Provider<__UserAgent>;
139
- /**
140
- * The AWS region to which this client will send requests
141
- */
142
- region?: string | __Provider<string>;
143
143
  /**
144
144
  * Default credentials provider; Not available in browser runtime.
145
145
  * @deprecated
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *