@aws-sdk/client-qconnect 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 (95) hide show
  1. package/dist-cjs/index.js +0 -43
  2. package/dist-types/QConnectClient.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/PutFeedbackCommand.d.ts +2 -1
  33. package/dist-types/commands/QueryAssistantCommand.d.ts +2 -1
  34. package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +2 -1
  35. package/dist-types/commands/SearchContentCommand.d.ts +2 -1
  36. package/dist-types/commands/SearchQuickResponsesCommand.d.ts +2 -1
  37. package/dist-types/commands/SearchSessionsCommand.d.ts +2 -1
  38. package/dist-types/commands/StartContentUploadCommand.d.ts +2 -1
  39. package/dist-types/commands/StartImportJobCommand.d.ts +2 -1
  40. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  41. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  42. package/dist-types/commands/UpdateContentCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdateQuickResponseCommand.d.ts +2 -1
  45. package/dist-types/commands/UpdateSessionCommand.d.ts +2 -1
  46. package/dist-types/index.d.ts +2 -2
  47. package/dist-types/models/QConnectServiceException.d.ts +2 -1
  48. package/dist-types/runtimeConfig.native.d.ts +1 -1
  49. package/dist-types/ts3.4/QConnectClient.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/GetContentCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/models/QConnectServiceException.d.ts +2 -1
  94. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  95. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -318,7 +318,6 @@ var QConnectClient = _QConnectClient;
318
318
 
319
319
  var import_middleware_serde = require("@smithy/middleware-serde");
320
320
 
321
- var import_types = require("@smithy/types");
322
321
 
323
322
  // src/protocols/Aws_restJson1.ts
324
323
  var import_core2 = require("@aws-sdk/core");
@@ -2565,7 +2564,6 @@ var CreateAssistantAssociationCommand = _CreateAssistantAssociationCommand;
2565
2564
 
2566
2565
 
2567
2566
 
2568
-
2569
2567
  var _CreateAssistantCommand = class _CreateAssistantCommand extends import_smithy_client.Command.classBuilder().ep({
2570
2568
  ...commonParams
2571
2569
  }).m(function(Command, cs, config, o) {
@@ -2582,7 +2580,6 @@ var CreateAssistantCommand = _CreateAssistantCommand;
2582
2580
 
2583
2581
 
2584
2582
 
2585
-
2586
2583
  var _CreateContentCommand = class _CreateContentCommand extends import_smithy_client.Command.classBuilder().ep({
2587
2584
  ...commonParams
2588
2585
  }).m(function(Command, cs, config, o) {
@@ -2599,7 +2596,6 @@ var CreateContentCommand = _CreateContentCommand;
2599
2596
 
2600
2597
 
2601
2598
 
2602
-
2603
2599
  var _CreateKnowledgeBaseCommand = class _CreateKnowledgeBaseCommand extends import_smithy_client.Command.classBuilder().ep({
2604
2600
  ...commonParams
2605
2601
  }).m(function(Command, cs, config, o) {
@@ -2616,7 +2612,6 @@ var CreateKnowledgeBaseCommand = _CreateKnowledgeBaseCommand;
2616
2612
 
2617
2613
 
2618
2614
 
2619
-
2620
2615
  var _CreateQuickResponseCommand = class _CreateQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep({
2621
2616
  ...commonParams
2622
2617
  }).m(function(Command, cs, config, o) {
@@ -2633,7 +2628,6 @@ var CreateQuickResponseCommand = _CreateQuickResponseCommand;
2633
2628
 
2634
2629
 
2635
2630
 
2636
-
2637
2631
  var _CreateSessionCommand = class _CreateSessionCommand extends import_smithy_client.Command.classBuilder().ep({
2638
2632
  ...commonParams
2639
2633
  }).m(function(Command, cs, config, o) {
@@ -2650,7 +2644,6 @@ var CreateSessionCommand = _CreateSessionCommand;
2650
2644
 
2651
2645
 
2652
2646
 
2653
-
2654
2647
  var _DeleteAssistantAssociationCommand = class _DeleteAssistantAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2655
2648
  ...commonParams
2656
2649
  }).m(function(Command, cs, config, o) {
@@ -2667,7 +2660,6 @@ var DeleteAssistantAssociationCommand = _DeleteAssistantAssociationCommand;
2667
2660
 
2668
2661
 
2669
2662
 
2670
-
2671
2663
  var _DeleteAssistantCommand = class _DeleteAssistantCommand extends import_smithy_client.Command.classBuilder().ep({
2672
2664
  ...commonParams
2673
2665
  }).m(function(Command, cs, config, o) {
@@ -2684,7 +2676,6 @@ var DeleteAssistantCommand = _DeleteAssistantCommand;
2684
2676
 
2685
2677
 
2686
2678
 
2687
-
2688
2679
  var _DeleteContentCommand = class _DeleteContentCommand extends import_smithy_client.Command.classBuilder().ep({
2689
2680
  ...commonParams
2690
2681
  }).m(function(Command, cs, config, o) {
@@ -2701,7 +2692,6 @@ var DeleteContentCommand = _DeleteContentCommand;
2701
2692
 
2702
2693
 
2703
2694
 
2704
-
2705
2695
  var _DeleteImportJobCommand = class _DeleteImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
2706
2696
  ...commonParams
2707
2697
  }).m(function(Command, cs, config, o) {
@@ -2718,7 +2708,6 @@ var DeleteImportJobCommand = _DeleteImportJobCommand;
2718
2708
 
2719
2709
 
2720
2710
 
2721
-
2722
2711
  var _DeleteKnowledgeBaseCommand = class _DeleteKnowledgeBaseCommand extends import_smithy_client.Command.classBuilder().ep({
2723
2712
  ...commonParams
2724
2713
  }).m(function(Command, cs, config, o) {
@@ -2735,7 +2724,6 @@ var DeleteKnowledgeBaseCommand = _DeleteKnowledgeBaseCommand;
2735
2724
 
2736
2725
 
2737
2726
 
2738
-
2739
2727
  var _DeleteQuickResponseCommand = class _DeleteQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep({
2740
2728
  ...commonParams
2741
2729
  }).m(function(Command, cs, config, o) {
@@ -2752,7 +2740,6 @@ var DeleteQuickResponseCommand = _DeleteQuickResponseCommand;
2752
2740
 
2753
2741
 
2754
2742
 
2755
-
2756
2743
  var _GetAssistantAssociationCommand = class _GetAssistantAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2757
2744
  ...commonParams
2758
2745
  }).m(function(Command, cs, config, o) {
@@ -2769,7 +2756,6 @@ var GetAssistantAssociationCommand = _GetAssistantAssociationCommand;
2769
2756
 
2770
2757
 
2771
2758
 
2772
-
2773
2759
  var _GetAssistantCommand = class _GetAssistantCommand extends import_smithy_client.Command.classBuilder().ep({
2774
2760
  ...commonParams
2775
2761
  }).m(function(Command, cs, config, o) {
@@ -2786,7 +2772,6 @@ var GetAssistantCommand = _GetAssistantCommand;
2786
2772
 
2787
2773
 
2788
2774
 
2789
-
2790
2775
  var _GetContentCommand = class _GetContentCommand extends import_smithy_client.Command.classBuilder().ep({
2791
2776
  ...commonParams
2792
2777
  }).m(function(Command, cs, config, o) {
@@ -2803,7 +2788,6 @@ var GetContentCommand = _GetContentCommand;
2803
2788
 
2804
2789
 
2805
2790
 
2806
-
2807
2791
  var _GetContentSummaryCommand = class _GetContentSummaryCommand extends import_smithy_client.Command.classBuilder().ep({
2808
2792
  ...commonParams
2809
2793
  }).m(function(Command, cs, config, o) {
@@ -2820,7 +2804,6 @@ var GetContentSummaryCommand = _GetContentSummaryCommand;
2820
2804
 
2821
2805
 
2822
2806
 
2823
-
2824
2807
  var _GetImportJobCommand = class _GetImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
2825
2808
  ...commonParams
2826
2809
  }).m(function(Command, cs, config, o) {
@@ -2837,7 +2820,6 @@ var GetImportJobCommand = _GetImportJobCommand;
2837
2820
 
2838
2821
 
2839
2822
 
2840
-
2841
2823
  var _GetKnowledgeBaseCommand = class _GetKnowledgeBaseCommand extends import_smithy_client.Command.classBuilder().ep({
2842
2824
  ...commonParams
2843
2825
  }).m(function(Command, cs, config, o) {
@@ -2854,7 +2836,6 @@ var GetKnowledgeBaseCommand = _GetKnowledgeBaseCommand;
2854
2836
 
2855
2837
 
2856
2838
 
2857
-
2858
2839
  var _GetQuickResponseCommand = class _GetQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep({
2859
2840
  ...commonParams
2860
2841
  }).m(function(Command, cs, config, o) {
@@ -2871,7 +2852,6 @@ var GetQuickResponseCommand = _GetQuickResponseCommand;
2871
2852
 
2872
2853
 
2873
2854
 
2874
-
2875
2855
  var _GetRecommendationsCommand = class _GetRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
2876
2856
  ...commonParams
2877
2857
  }).m(function(Command, cs, config, o) {
@@ -2888,7 +2868,6 @@ var GetRecommendationsCommand = _GetRecommendationsCommand;
2888
2868
 
2889
2869
 
2890
2870
 
2891
-
2892
2871
  var _GetSessionCommand = class _GetSessionCommand extends import_smithy_client.Command.classBuilder().ep({
2893
2872
  ...commonParams
2894
2873
  }).m(function(Command, cs, config, o) {
@@ -2905,7 +2884,6 @@ var GetSessionCommand = _GetSessionCommand;
2905
2884
 
2906
2885
 
2907
2886
 
2908
-
2909
2887
  var _ListAssistantAssociationsCommand = class _ListAssistantAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
2910
2888
  ...commonParams
2911
2889
  }).m(function(Command, cs, config, o) {
@@ -2922,7 +2900,6 @@ var ListAssistantAssociationsCommand = _ListAssistantAssociationsCommand;
2922
2900
 
2923
2901
 
2924
2902
 
2925
-
2926
2903
  var _ListAssistantsCommand = class _ListAssistantsCommand extends import_smithy_client.Command.classBuilder().ep({
2927
2904
  ...commonParams
2928
2905
  }).m(function(Command, cs, config, o) {
@@ -2939,7 +2916,6 @@ var ListAssistantsCommand = _ListAssistantsCommand;
2939
2916
 
2940
2917
 
2941
2918
 
2942
-
2943
2919
  var _ListContentsCommand = class _ListContentsCommand extends import_smithy_client.Command.classBuilder().ep({
2944
2920
  ...commonParams
2945
2921
  }).m(function(Command, cs, config, o) {
@@ -2956,7 +2932,6 @@ var ListContentsCommand = _ListContentsCommand;
2956
2932
 
2957
2933
 
2958
2934
 
2959
-
2960
2935
  var _ListImportJobsCommand = class _ListImportJobsCommand extends import_smithy_client.Command.classBuilder().ep({
2961
2936
  ...commonParams
2962
2937
  }).m(function(Command, cs, config, o) {
@@ -2973,7 +2948,6 @@ var ListImportJobsCommand = _ListImportJobsCommand;
2973
2948
 
2974
2949
 
2975
2950
 
2976
-
2977
2951
  var _ListKnowledgeBasesCommand = class _ListKnowledgeBasesCommand extends import_smithy_client.Command.classBuilder().ep({
2978
2952
  ...commonParams
2979
2953
  }).m(function(Command, cs, config, o) {
@@ -2990,7 +2964,6 @@ var ListKnowledgeBasesCommand = _ListKnowledgeBasesCommand;
2990
2964
 
2991
2965
 
2992
2966
 
2993
-
2994
2967
  var _ListQuickResponsesCommand = class _ListQuickResponsesCommand extends import_smithy_client.Command.classBuilder().ep({
2995
2968
  ...commonParams
2996
2969
  }).m(function(Command, cs, config, o) {
@@ -3007,7 +2980,6 @@ var ListQuickResponsesCommand = _ListQuickResponsesCommand;
3007
2980
 
3008
2981
 
3009
2982
 
3010
-
3011
2983
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3012
2984
  ...commonParams
3013
2985
  }).m(function(Command, cs, config, o) {
@@ -3024,7 +2996,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
3024
2996
 
3025
2997
 
3026
2998
 
3027
-
3028
2999
  var _NotifyRecommendationsReceivedCommand = class _NotifyRecommendationsReceivedCommand extends import_smithy_client.Command.classBuilder().ep({
3029
3000
  ...commonParams
3030
3001
  }).m(function(Command, cs, config, o) {
@@ -3041,7 +3012,6 @@ var NotifyRecommendationsReceivedCommand = _NotifyRecommendationsReceivedCommand
3041
3012
 
3042
3013
 
3043
3014
 
3044
-
3045
3015
  var _PutFeedbackCommand = class _PutFeedbackCommand extends import_smithy_client.Command.classBuilder().ep({
3046
3016
  ...commonParams
3047
3017
  }).m(function(Command, cs, config, o) {
@@ -3058,7 +3028,6 @@ var PutFeedbackCommand = _PutFeedbackCommand;
3058
3028
 
3059
3029
 
3060
3030
 
3061
-
3062
3031
  var _QueryAssistantCommand = class _QueryAssistantCommand extends import_smithy_client.Command.classBuilder().ep({
3063
3032
  ...commonParams
3064
3033
  }).m(function(Command, cs, config, o) {
@@ -3075,7 +3044,6 @@ var QueryAssistantCommand = _QueryAssistantCommand;
3075
3044
 
3076
3045
 
3077
3046
 
3078
-
3079
3047
  var _RemoveKnowledgeBaseTemplateUriCommand = class _RemoveKnowledgeBaseTemplateUriCommand extends import_smithy_client.Command.classBuilder().ep({
3080
3048
  ...commonParams
3081
3049
  }).m(function(Command, cs, config, o) {
@@ -3092,7 +3060,6 @@ var RemoveKnowledgeBaseTemplateUriCommand = _RemoveKnowledgeBaseTemplateUriComma
3092
3060
 
3093
3061
 
3094
3062
 
3095
-
3096
3063
  var _SearchContentCommand = class _SearchContentCommand extends import_smithy_client.Command.classBuilder().ep({
3097
3064
  ...commonParams
3098
3065
  }).m(function(Command, cs, config, o) {
@@ -3109,7 +3076,6 @@ var SearchContentCommand = _SearchContentCommand;
3109
3076
 
3110
3077
 
3111
3078
 
3112
-
3113
3079
  var _SearchQuickResponsesCommand = class _SearchQuickResponsesCommand extends import_smithy_client.Command.classBuilder().ep({
3114
3080
  ...commonParams
3115
3081
  }).m(function(Command, cs, config, o) {
@@ -3126,7 +3092,6 @@ var SearchQuickResponsesCommand = _SearchQuickResponsesCommand;
3126
3092
 
3127
3093
 
3128
3094
 
3129
-
3130
3095
  var _SearchSessionsCommand = class _SearchSessionsCommand extends import_smithy_client.Command.classBuilder().ep({
3131
3096
  ...commonParams
3132
3097
  }).m(function(Command, cs, config, o) {
@@ -3143,7 +3108,6 @@ var SearchSessionsCommand = _SearchSessionsCommand;
3143
3108
 
3144
3109
 
3145
3110
 
3146
-
3147
3111
  var _StartContentUploadCommand = class _StartContentUploadCommand extends import_smithy_client.Command.classBuilder().ep({
3148
3112
  ...commonParams
3149
3113
  }).m(function(Command, cs, config, o) {
@@ -3160,7 +3124,6 @@ var StartContentUploadCommand = _StartContentUploadCommand;
3160
3124
 
3161
3125
 
3162
3126
 
3163
-
3164
3127
  var _StartImportJobCommand = class _StartImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
3165
3128
  ...commonParams
3166
3129
  }).m(function(Command, cs, config, o) {
@@ -3177,7 +3140,6 @@ var StartImportJobCommand = _StartImportJobCommand;
3177
3140
 
3178
3141
 
3179
3142
 
3180
-
3181
3143
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3182
3144
  ...commonParams
3183
3145
  }).m(function(Command, cs, config, o) {
@@ -3194,7 +3156,6 @@ var TagResourceCommand = _TagResourceCommand;
3194
3156
 
3195
3157
 
3196
3158
 
3197
-
3198
3159
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3199
3160
  ...commonParams
3200
3161
  }).m(function(Command, cs, config, o) {
@@ -3211,7 +3172,6 @@ var UntagResourceCommand = _UntagResourceCommand;
3211
3172
 
3212
3173
 
3213
3174
 
3214
-
3215
3175
  var _UpdateContentCommand = class _UpdateContentCommand extends import_smithy_client.Command.classBuilder().ep({
3216
3176
  ...commonParams
3217
3177
  }).m(function(Command, cs, config, o) {
@@ -3228,7 +3188,6 @@ var UpdateContentCommand = _UpdateContentCommand;
3228
3188
 
3229
3189
 
3230
3190
 
3231
-
3232
3191
  var _UpdateKnowledgeBaseTemplateUriCommand = class _UpdateKnowledgeBaseTemplateUriCommand extends import_smithy_client.Command.classBuilder().ep({
3233
3192
  ...commonParams
3234
3193
  }).m(function(Command, cs, config, o) {
@@ -3245,7 +3204,6 @@ var UpdateKnowledgeBaseTemplateUriCommand = _UpdateKnowledgeBaseTemplateUriComma
3245
3204
 
3246
3205
 
3247
3206
 
3248
-
3249
3207
  var _UpdateQuickResponseCommand = class _UpdateQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep({
3250
3208
  ...commonParams
3251
3209
  }).m(function(Command, cs, config, o) {
@@ -3262,7 +3220,6 @@ var UpdateQuickResponseCommand = _UpdateQuickResponseCommand;
3262
3220
 
3263
3221
 
3264
3222
 
3265
-
3266
3223
  var _UpdateSessionCommand = class _UpdateSessionCommand extends import_smithy_client.Command.classBuilder().ep({
3267
3224
  ...commonParams
3268
3225
  }).m(function(Command, cs, config, o) {
@@ -133,15 +133,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
133
133
  * Enables FIPS compatible endpoints.
134
134
  */
135
135
  useFipsEndpoint?: boolean | __Provider<boolean>;
136
+ /**
137
+ * The AWS region to which this client will send requests
138
+ */
139
+ region?: string | __Provider<string>;
136
140
  /**
137
141
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
138
142
  * @internal
139
143
  */
140
144
  defaultUserAgentProvider?: Provider<__UserAgent>;
141
- /**
142
- * The AWS region to which this client will send requests
143
- */
144
- region?: string | __Provider<string>;
145
145
  /**
146
146
  * Default credentials provider; Not available in browser runtime.
147
147
  * @deprecated
@@ -5,7 +5,8 @@ import { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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 { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f
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
  *