@aws-sdk/client-qconnect 3.645.0 → 3.650.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 (57) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +47 -141
  3. package/dist-es/commands/CreateAssistantAssociationCommand.js +1 -3
  4. package/dist-es/commands/CreateAssistantCommand.js +1 -3
  5. package/dist-es/commands/CreateContentAssociationCommand.js +1 -3
  6. package/dist-es/commands/CreateContentCommand.js +1 -3
  7. package/dist-es/commands/CreateKnowledgeBaseCommand.js +1 -3
  8. package/dist-es/commands/CreateQuickResponseCommand.js +1 -3
  9. package/dist-es/commands/CreateSessionCommand.js +1 -3
  10. package/dist-es/commands/DeleteAssistantAssociationCommand.js +1 -3
  11. package/dist-es/commands/DeleteAssistantCommand.js +1 -3
  12. package/dist-es/commands/DeleteContentAssociationCommand.js +1 -3
  13. package/dist-es/commands/DeleteContentCommand.js +1 -3
  14. package/dist-es/commands/DeleteImportJobCommand.js +1 -3
  15. package/dist-es/commands/DeleteKnowledgeBaseCommand.js +1 -3
  16. package/dist-es/commands/DeleteQuickResponseCommand.js +1 -3
  17. package/dist-es/commands/GetAssistantAssociationCommand.js +1 -3
  18. package/dist-es/commands/GetAssistantCommand.js +1 -3
  19. package/dist-es/commands/GetContentAssociationCommand.js +1 -3
  20. package/dist-es/commands/GetContentCommand.js +1 -3
  21. package/dist-es/commands/GetContentSummaryCommand.js +1 -3
  22. package/dist-es/commands/GetImportJobCommand.js +1 -3
  23. package/dist-es/commands/GetKnowledgeBaseCommand.js +1 -3
  24. package/dist-es/commands/GetQuickResponseCommand.js +1 -3
  25. package/dist-es/commands/GetRecommendationsCommand.js +1 -3
  26. package/dist-es/commands/GetSessionCommand.js +1 -3
  27. package/dist-es/commands/ListAssistantAssociationsCommand.js +1 -3
  28. package/dist-es/commands/ListAssistantsCommand.js +1 -3
  29. package/dist-es/commands/ListContentAssociationsCommand.js +1 -3
  30. package/dist-es/commands/ListContentsCommand.js +1 -3
  31. package/dist-es/commands/ListImportJobsCommand.js +1 -3
  32. package/dist-es/commands/ListKnowledgeBasesCommand.js +1 -3
  33. package/dist-es/commands/ListQuickResponsesCommand.js +1 -3
  34. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  35. package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +1 -3
  36. package/dist-es/commands/PutFeedbackCommand.js +1 -3
  37. package/dist-es/commands/QueryAssistantCommand.js +1 -3
  38. package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +1 -3
  39. package/dist-es/commands/SearchContentCommand.js +1 -3
  40. package/dist-es/commands/SearchQuickResponsesCommand.js +1 -3
  41. package/dist-es/commands/SearchSessionsCommand.js +1 -3
  42. package/dist-es/commands/StartContentUploadCommand.js +1 -3
  43. package/dist-es/commands/StartImportJobCommand.js +1 -3
  44. package/dist-es/commands/TagResourceCommand.js +1 -3
  45. package/dist-es/commands/UntagResourceCommand.js +1 -3
  46. package/dist-es/commands/UpdateContentCommand.js +1 -3
  47. package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +1 -3
  48. package/dist-es/commands/UpdateQuickResponseCommand.js +1 -3
  49. package/dist-es/commands/UpdateSessionCommand.js +1 -3
  50. package/dist-es/endpoint/endpointResolver.js +7 -3
  51. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  52. package/dist-types/runtimeConfig.d.ts +2 -0
  53. package/dist-types/runtimeConfig.native.d.ts +2 -0
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  57. package/package.json +35 -35
@@ -4,11 +4,15 @@ exports.defaultEndpointResolver = void 0;
4
4
  const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
5
  const util_endpoints_2 = require("@smithy/util-endpoints");
6
6
  const ruleset_1 = require("./ruleset");
7
+ const cache = new util_endpoints_2.EndpointCache({
8
+ size: 50,
9
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
10
+ });
7
11
  const defaultEndpointResolver = (endpointParams, context = {}) => {
8
- return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
12
+ return cache.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
9
13
  endpointParams: endpointParams,
10
14
  logger: context.logger,
11
- });
15
+ }));
12
16
  };
13
17
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
18
  util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -2704,9 +2704,7 @@ var _tK = "tagKeys";
2704
2704
  var _wTS = "waitTimeSeconds";
2705
2705
 
2706
2706
  // src/commands/CreateAssistantAssociationCommand.ts
2707
- var _CreateAssistantAssociationCommand = class _CreateAssistantAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2708
- ...commonParams
2709
- }).m(function(Command, cs, config, o) {
2707
+ var _CreateAssistantAssociationCommand = class _CreateAssistantAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2710
2708
  return [
2711
2709
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2712
2710
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2720,9 +2718,7 @@ var CreateAssistantAssociationCommand = _CreateAssistantAssociationCommand;
2720
2718
 
2721
2719
 
2722
2720
 
2723
- var _CreateAssistantCommand = class _CreateAssistantCommand extends import_smithy_client.Command.classBuilder().ep({
2724
- ...commonParams
2725
- }).m(function(Command, cs, config, o) {
2721
+ var _CreateAssistantCommand = class _CreateAssistantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2726
2722
  return [
2727
2723
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2728
2724
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2736,9 +2732,7 @@ var CreateAssistantCommand = _CreateAssistantCommand;
2736
2732
 
2737
2733
 
2738
2734
 
2739
- var _CreateContentAssociationCommand = class _CreateContentAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2740
- ...commonParams
2741
- }).m(function(Command, cs, config, o) {
2735
+ var _CreateContentAssociationCommand = class _CreateContentAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2742
2736
  return [
2743
2737
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2744
2738
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2752,9 +2746,7 @@ var CreateContentAssociationCommand = _CreateContentAssociationCommand;
2752
2746
 
2753
2747
 
2754
2748
 
2755
- var _CreateContentCommand = class _CreateContentCommand extends import_smithy_client.Command.classBuilder().ep({
2756
- ...commonParams
2757
- }).m(function(Command, cs, config, o) {
2749
+ var _CreateContentCommand = class _CreateContentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2758
2750
  return [
2759
2751
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2760
2752
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2768,9 +2760,7 @@ var CreateContentCommand = _CreateContentCommand;
2768
2760
 
2769
2761
 
2770
2762
 
2771
- var _CreateKnowledgeBaseCommand = class _CreateKnowledgeBaseCommand extends import_smithy_client.Command.classBuilder().ep({
2772
- ...commonParams
2773
- }).m(function(Command, cs, config, o) {
2763
+ var _CreateKnowledgeBaseCommand = class _CreateKnowledgeBaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2774
2764
  return [
2775
2765
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2776
2766
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2784,9 +2774,7 @@ var CreateKnowledgeBaseCommand = _CreateKnowledgeBaseCommand;
2784
2774
 
2785
2775
 
2786
2776
 
2787
- var _CreateQuickResponseCommand = class _CreateQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep({
2788
- ...commonParams
2789
- }).m(function(Command, cs, config, o) {
2777
+ var _CreateQuickResponseCommand = class _CreateQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2790
2778
  return [
2791
2779
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2792
2780
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2800,9 +2788,7 @@ var CreateQuickResponseCommand = _CreateQuickResponseCommand;
2800
2788
 
2801
2789
 
2802
2790
 
2803
- var _CreateSessionCommand = class _CreateSessionCommand extends import_smithy_client.Command.classBuilder().ep({
2804
- ...commonParams
2805
- }).m(function(Command, cs, config, o) {
2791
+ var _CreateSessionCommand = class _CreateSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2806
2792
  return [
2807
2793
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2808
2794
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2816,9 +2802,7 @@ var CreateSessionCommand = _CreateSessionCommand;
2816
2802
 
2817
2803
 
2818
2804
 
2819
- var _DeleteAssistantAssociationCommand = class _DeleteAssistantAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2820
- ...commonParams
2821
- }).m(function(Command, cs, config, o) {
2805
+ var _DeleteAssistantAssociationCommand = class _DeleteAssistantAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2822
2806
  return [
2823
2807
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2824
2808
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2832,9 +2816,7 @@ var DeleteAssistantAssociationCommand = _DeleteAssistantAssociationCommand;
2832
2816
 
2833
2817
 
2834
2818
 
2835
- var _DeleteAssistantCommand = class _DeleteAssistantCommand extends import_smithy_client.Command.classBuilder().ep({
2836
- ...commonParams
2837
- }).m(function(Command, cs, config, o) {
2819
+ var _DeleteAssistantCommand = class _DeleteAssistantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2838
2820
  return [
2839
2821
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2840
2822
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2848,9 +2830,7 @@ var DeleteAssistantCommand = _DeleteAssistantCommand;
2848
2830
 
2849
2831
 
2850
2832
 
2851
- var _DeleteContentAssociationCommand = class _DeleteContentAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2852
- ...commonParams
2853
- }).m(function(Command, cs, config, o) {
2833
+ var _DeleteContentAssociationCommand = class _DeleteContentAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2854
2834
  return [
2855
2835
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2856
2836
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2864,9 +2844,7 @@ var DeleteContentAssociationCommand = _DeleteContentAssociationCommand;
2864
2844
 
2865
2845
 
2866
2846
 
2867
- var _DeleteContentCommand = class _DeleteContentCommand extends import_smithy_client.Command.classBuilder().ep({
2868
- ...commonParams
2869
- }).m(function(Command, cs, config, o) {
2847
+ var _DeleteContentCommand = class _DeleteContentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2870
2848
  return [
2871
2849
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2872
2850
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2880,9 +2858,7 @@ var DeleteContentCommand = _DeleteContentCommand;
2880
2858
 
2881
2859
 
2882
2860
 
2883
- var _DeleteImportJobCommand = class _DeleteImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
2884
- ...commonParams
2885
- }).m(function(Command, cs, config, o) {
2861
+ var _DeleteImportJobCommand = class _DeleteImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2886
2862
  return [
2887
2863
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2888
2864
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2896,9 +2872,7 @@ var DeleteImportJobCommand = _DeleteImportJobCommand;
2896
2872
 
2897
2873
 
2898
2874
 
2899
- var _DeleteKnowledgeBaseCommand = class _DeleteKnowledgeBaseCommand extends import_smithy_client.Command.classBuilder().ep({
2900
- ...commonParams
2901
- }).m(function(Command, cs, config, o) {
2875
+ var _DeleteKnowledgeBaseCommand = class _DeleteKnowledgeBaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2902
2876
  return [
2903
2877
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2904
2878
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2912,9 +2886,7 @@ var DeleteKnowledgeBaseCommand = _DeleteKnowledgeBaseCommand;
2912
2886
 
2913
2887
 
2914
2888
 
2915
- var _DeleteQuickResponseCommand = class _DeleteQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep({
2916
- ...commonParams
2917
- }).m(function(Command, cs, config, o) {
2889
+ var _DeleteQuickResponseCommand = class _DeleteQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2918
2890
  return [
2919
2891
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2920
2892
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2928,9 +2900,7 @@ var DeleteQuickResponseCommand = _DeleteQuickResponseCommand;
2928
2900
 
2929
2901
 
2930
2902
 
2931
- var _GetAssistantAssociationCommand = class _GetAssistantAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2932
- ...commonParams
2933
- }).m(function(Command, cs, config, o) {
2903
+ var _GetAssistantAssociationCommand = class _GetAssistantAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2934
2904
  return [
2935
2905
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2936
2906
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2944,9 +2914,7 @@ var GetAssistantAssociationCommand = _GetAssistantAssociationCommand;
2944
2914
 
2945
2915
 
2946
2916
 
2947
- var _GetAssistantCommand = class _GetAssistantCommand extends import_smithy_client.Command.classBuilder().ep({
2948
- ...commonParams
2949
- }).m(function(Command, cs, config, o) {
2917
+ var _GetAssistantCommand = class _GetAssistantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2950
2918
  return [
2951
2919
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2952
2920
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2960,9 +2928,7 @@ var GetAssistantCommand = _GetAssistantCommand;
2960
2928
 
2961
2929
 
2962
2930
 
2963
- var _GetContentAssociationCommand = class _GetContentAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2964
- ...commonParams
2965
- }).m(function(Command, cs, config, o) {
2931
+ var _GetContentAssociationCommand = class _GetContentAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2966
2932
  return [
2967
2933
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2968
2934
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2976,9 +2942,7 @@ var GetContentAssociationCommand = _GetContentAssociationCommand;
2976
2942
 
2977
2943
 
2978
2944
 
2979
- var _GetContentCommand = class _GetContentCommand extends import_smithy_client.Command.classBuilder().ep({
2980
- ...commonParams
2981
- }).m(function(Command, cs, config, o) {
2945
+ var _GetContentCommand = class _GetContentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2982
2946
  return [
2983
2947
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2984
2948
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2992,9 +2956,7 @@ var GetContentCommand = _GetContentCommand;
2992
2956
 
2993
2957
 
2994
2958
 
2995
- var _GetContentSummaryCommand = class _GetContentSummaryCommand extends import_smithy_client.Command.classBuilder().ep({
2996
- ...commonParams
2997
- }).m(function(Command, cs, config, o) {
2959
+ var _GetContentSummaryCommand = class _GetContentSummaryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2998
2960
  return [
2999
2961
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3000
2962
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3008,9 +2970,7 @@ var GetContentSummaryCommand = _GetContentSummaryCommand;
3008
2970
 
3009
2971
 
3010
2972
 
3011
- var _GetImportJobCommand = class _GetImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
3012
- ...commonParams
3013
- }).m(function(Command, cs, config, o) {
2973
+ var _GetImportJobCommand = class _GetImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3014
2974
  return [
3015
2975
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3016
2976
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3024,9 +2984,7 @@ var GetImportJobCommand = _GetImportJobCommand;
3024
2984
 
3025
2985
 
3026
2986
 
3027
- var _GetKnowledgeBaseCommand = class _GetKnowledgeBaseCommand extends import_smithy_client.Command.classBuilder().ep({
3028
- ...commonParams
3029
- }).m(function(Command, cs, config, o) {
2987
+ var _GetKnowledgeBaseCommand = class _GetKnowledgeBaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3030
2988
  return [
3031
2989
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3032
2990
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3040,9 +2998,7 @@ var GetKnowledgeBaseCommand = _GetKnowledgeBaseCommand;
3040
2998
 
3041
2999
 
3042
3000
 
3043
- var _GetQuickResponseCommand = class _GetQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep({
3044
- ...commonParams
3045
- }).m(function(Command, cs, config, o) {
3001
+ var _GetQuickResponseCommand = class _GetQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3046
3002
  return [
3047
3003
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3048
3004
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3056,9 +3012,7 @@ var GetQuickResponseCommand = _GetQuickResponseCommand;
3056
3012
 
3057
3013
 
3058
3014
 
3059
- var _GetRecommendationsCommand = class _GetRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
3060
- ...commonParams
3061
- }).m(function(Command, cs, config, o) {
3015
+ var _GetRecommendationsCommand = class _GetRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3062
3016
  return [
3063
3017
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3064
3018
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3072,9 +3026,7 @@ var GetRecommendationsCommand = _GetRecommendationsCommand;
3072
3026
 
3073
3027
 
3074
3028
 
3075
- var _GetSessionCommand = class _GetSessionCommand extends import_smithy_client.Command.classBuilder().ep({
3076
- ...commonParams
3077
- }).m(function(Command, cs, config, o) {
3029
+ var _GetSessionCommand = class _GetSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3078
3030
  return [
3079
3031
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3080
3032
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3088,9 +3040,7 @@ var GetSessionCommand = _GetSessionCommand;
3088
3040
 
3089
3041
 
3090
3042
 
3091
- var _ListAssistantAssociationsCommand = class _ListAssistantAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
3092
- ...commonParams
3093
- }).m(function(Command, cs, config, o) {
3043
+ var _ListAssistantAssociationsCommand = class _ListAssistantAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3094
3044
  return [
3095
3045
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3096
3046
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3104,9 +3054,7 @@ var ListAssistantAssociationsCommand = _ListAssistantAssociationsCommand;
3104
3054
 
3105
3055
 
3106
3056
 
3107
- var _ListAssistantsCommand = class _ListAssistantsCommand extends import_smithy_client.Command.classBuilder().ep({
3108
- ...commonParams
3109
- }).m(function(Command, cs, config, o) {
3057
+ var _ListAssistantsCommand = class _ListAssistantsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3110
3058
  return [
3111
3059
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3112
3060
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3120,9 +3068,7 @@ var ListAssistantsCommand = _ListAssistantsCommand;
3120
3068
 
3121
3069
 
3122
3070
 
3123
- var _ListContentAssociationsCommand = class _ListContentAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
3124
- ...commonParams
3125
- }).m(function(Command, cs, config, o) {
3071
+ var _ListContentAssociationsCommand = class _ListContentAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3126
3072
  return [
3127
3073
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3128
3074
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3136,9 +3082,7 @@ var ListContentAssociationsCommand = _ListContentAssociationsCommand;
3136
3082
 
3137
3083
 
3138
3084
 
3139
- var _ListContentsCommand = class _ListContentsCommand extends import_smithy_client.Command.classBuilder().ep({
3140
- ...commonParams
3141
- }).m(function(Command, cs, config, o) {
3085
+ var _ListContentsCommand = class _ListContentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3142
3086
  return [
3143
3087
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3144
3088
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3152,9 +3096,7 @@ var ListContentsCommand = _ListContentsCommand;
3152
3096
 
3153
3097
 
3154
3098
 
3155
- var _ListImportJobsCommand = class _ListImportJobsCommand extends import_smithy_client.Command.classBuilder().ep({
3156
- ...commonParams
3157
- }).m(function(Command, cs, config, o) {
3099
+ var _ListImportJobsCommand = class _ListImportJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3158
3100
  return [
3159
3101
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3160
3102
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3168,9 +3110,7 @@ var ListImportJobsCommand = _ListImportJobsCommand;
3168
3110
 
3169
3111
 
3170
3112
 
3171
- var _ListKnowledgeBasesCommand = class _ListKnowledgeBasesCommand extends import_smithy_client.Command.classBuilder().ep({
3172
- ...commonParams
3173
- }).m(function(Command, cs, config, o) {
3113
+ var _ListKnowledgeBasesCommand = class _ListKnowledgeBasesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3174
3114
  return [
3175
3115
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3176
3116
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3184,9 +3124,7 @@ var ListKnowledgeBasesCommand = _ListKnowledgeBasesCommand;
3184
3124
 
3185
3125
 
3186
3126
 
3187
- var _ListQuickResponsesCommand = class _ListQuickResponsesCommand extends import_smithy_client.Command.classBuilder().ep({
3188
- ...commonParams
3189
- }).m(function(Command, cs, config, o) {
3127
+ var _ListQuickResponsesCommand = class _ListQuickResponsesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3190
3128
  return [
3191
3129
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3192
3130
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3200,9 +3138,7 @@ var ListQuickResponsesCommand = _ListQuickResponsesCommand;
3200
3138
 
3201
3139
 
3202
3140
 
3203
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3204
- ...commonParams
3205
- }).m(function(Command, cs, config, o) {
3141
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3206
3142
  return [
3207
3143
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3208
3144
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3216,9 +3152,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
3216
3152
 
3217
3153
 
3218
3154
 
3219
- var _NotifyRecommendationsReceivedCommand = class _NotifyRecommendationsReceivedCommand extends import_smithy_client.Command.classBuilder().ep({
3220
- ...commonParams
3221
- }).m(function(Command, cs, config, o) {
3155
+ var _NotifyRecommendationsReceivedCommand = class _NotifyRecommendationsReceivedCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3222
3156
  return [
3223
3157
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3224
3158
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3232,9 +3166,7 @@ var NotifyRecommendationsReceivedCommand = _NotifyRecommendationsReceivedCommand
3232
3166
 
3233
3167
 
3234
3168
 
3235
- var _PutFeedbackCommand = class _PutFeedbackCommand extends import_smithy_client.Command.classBuilder().ep({
3236
- ...commonParams
3237
- }).m(function(Command, cs, config, o) {
3169
+ var _PutFeedbackCommand = class _PutFeedbackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3238
3170
  return [
3239
3171
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3240
3172
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3248,9 +3180,7 @@ var PutFeedbackCommand = _PutFeedbackCommand;
3248
3180
 
3249
3181
 
3250
3182
 
3251
- var _QueryAssistantCommand = class _QueryAssistantCommand extends import_smithy_client.Command.classBuilder().ep({
3252
- ...commonParams
3253
- }).m(function(Command, cs, config, o) {
3183
+ var _QueryAssistantCommand = class _QueryAssistantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3254
3184
  return [
3255
3185
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3256
3186
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3264,9 +3194,7 @@ var QueryAssistantCommand = _QueryAssistantCommand;
3264
3194
 
3265
3195
 
3266
3196
 
3267
- var _RemoveKnowledgeBaseTemplateUriCommand = class _RemoveKnowledgeBaseTemplateUriCommand extends import_smithy_client.Command.classBuilder().ep({
3268
- ...commonParams
3269
- }).m(function(Command, cs, config, o) {
3197
+ var _RemoveKnowledgeBaseTemplateUriCommand = class _RemoveKnowledgeBaseTemplateUriCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3270
3198
  return [
3271
3199
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3272
3200
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3280,9 +3208,7 @@ var RemoveKnowledgeBaseTemplateUriCommand = _RemoveKnowledgeBaseTemplateUriComma
3280
3208
 
3281
3209
 
3282
3210
 
3283
- var _SearchContentCommand = class _SearchContentCommand extends import_smithy_client.Command.classBuilder().ep({
3284
- ...commonParams
3285
- }).m(function(Command, cs, config, o) {
3211
+ var _SearchContentCommand = class _SearchContentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3286
3212
  return [
3287
3213
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3288
3214
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3296,9 +3222,7 @@ var SearchContentCommand = _SearchContentCommand;
3296
3222
 
3297
3223
 
3298
3224
 
3299
- var _SearchQuickResponsesCommand = class _SearchQuickResponsesCommand extends import_smithy_client.Command.classBuilder().ep({
3300
- ...commonParams
3301
- }).m(function(Command, cs, config, o) {
3225
+ var _SearchQuickResponsesCommand = class _SearchQuickResponsesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3302
3226
  return [
3303
3227
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3304
3228
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3312,9 +3236,7 @@ var SearchQuickResponsesCommand = _SearchQuickResponsesCommand;
3312
3236
 
3313
3237
 
3314
3238
 
3315
- var _SearchSessionsCommand = class _SearchSessionsCommand extends import_smithy_client.Command.classBuilder().ep({
3316
- ...commonParams
3317
- }).m(function(Command, cs, config, o) {
3239
+ var _SearchSessionsCommand = class _SearchSessionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3318
3240
  return [
3319
3241
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3320
3242
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3328,9 +3250,7 @@ var SearchSessionsCommand = _SearchSessionsCommand;
3328
3250
 
3329
3251
 
3330
3252
 
3331
- var _StartContentUploadCommand = class _StartContentUploadCommand extends import_smithy_client.Command.classBuilder().ep({
3332
- ...commonParams
3333
- }).m(function(Command, cs, config, o) {
3253
+ var _StartContentUploadCommand = class _StartContentUploadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3334
3254
  return [
3335
3255
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3336
3256
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3344,9 +3264,7 @@ var StartContentUploadCommand = _StartContentUploadCommand;
3344
3264
 
3345
3265
 
3346
3266
 
3347
- var _StartImportJobCommand = class _StartImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
3348
- ...commonParams
3349
- }).m(function(Command, cs, config, o) {
3267
+ var _StartImportJobCommand = class _StartImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3350
3268
  return [
3351
3269
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3352
3270
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3360,9 +3278,7 @@ var StartImportJobCommand = _StartImportJobCommand;
3360
3278
 
3361
3279
 
3362
3280
 
3363
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3364
- ...commonParams
3365
- }).m(function(Command, cs, config, o) {
3281
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3366
3282
  return [
3367
3283
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3368
3284
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3376,9 +3292,7 @@ var TagResourceCommand = _TagResourceCommand;
3376
3292
 
3377
3293
 
3378
3294
 
3379
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3380
- ...commonParams
3381
- }).m(function(Command, cs, config, o) {
3295
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3382
3296
  return [
3383
3297
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3384
3298
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3392,9 +3306,7 @@ var UntagResourceCommand = _UntagResourceCommand;
3392
3306
 
3393
3307
 
3394
3308
 
3395
- var _UpdateContentCommand = class _UpdateContentCommand extends import_smithy_client.Command.classBuilder().ep({
3396
- ...commonParams
3397
- }).m(function(Command, cs, config, o) {
3309
+ var _UpdateContentCommand = class _UpdateContentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3398
3310
  return [
3399
3311
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3400
3312
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3408,9 +3320,7 @@ var UpdateContentCommand = _UpdateContentCommand;
3408
3320
 
3409
3321
 
3410
3322
 
3411
- var _UpdateKnowledgeBaseTemplateUriCommand = class _UpdateKnowledgeBaseTemplateUriCommand extends import_smithy_client.Command.classBuilder().ep({
3412
- ...commonParams
3413
- }).m(function(Command, cs, config, o) {
3323
+ var _UpdateKnowledgeBaseTemplateUriCommand = class _UpdateKnowledgeBaseTemplateUriCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3414
3324
  return [
3415
3325
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3416
3326
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3424,9 +3334,7 @@ var UpdateKnowledgeBaseTemplateUriCommand = _UpdateKnowledgeBaseTemplateUriComma
3424
3334
 
3425
3335
 
3426
3336
 
3427
- var _UpdateQuickResponseCommand = class _UpdateQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep({
3428
- ...commonParams
3429
- }).m(function(Command, cs, config, o) {
3337
+ var _UpdateQuickResponseCommand = class _UpdateQuickResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3430
3338
  return [
3431
3339
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3432
3340
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3440,9 +3348,7 @@ var UpdateQuickResponseCommand = _UpdateQuickResponseCommand;
3440
3348
 
3441
3349
 
3442
3350
 
3443
- var _UpdateSessionCommand = class _UpdateSessionCommand extends import_smithy_client.Command.classBuilder().ep({
3444
- ...commonParams
3445
- }).m(function(Command, cs, config, o) {
3351
+ var _UpdateSessionCommand = class _UpdateSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3446
3352
  return [
3447
3353
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3448
3354
  (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),
@@ -6,9 +6,7 @@ import { de_CreateContentAssociationCommand, se_CreateContentAssociationCommand
6
6
  export { $Command };
7
7
  export class CreateContentAssociationCommand 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_DeleteContentAssociationCommand, se_DeleteContentAssociationCommand
6
6
  export { $Command };
7
7
  export class DeleteContentAssociationCommand 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),