@aws-sdk/client-finspace 3.649.0 → 3.651.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/dist-cjs/index.js +50 -150
  2. package/dist-es/commands/CreateEnvironmentCommand.js +1 -3
  3. package/dist-es/commands/CreateKxChangesetCommand.js +1 -3
  4. package/dist-es/commands/CreateKxClusterCommand.js +1 -3
  5. package/dist-es/commands/CreateKxDatabaseCommand.js +1 -3
  6. package/dist-es/commands/CreateKxDataviewCommand.js +1 -3
  7. package/dist-es/commands/CreateKxEnvironmentCommand.js +1 -3
  8. package/dist-es/commands/CreateKxScalingGroupCommand.js +1 -3
  9. package/dist-es/commands/CreateKxUserCommand.js +1 -3
  10. package/dist-es/commands/CreateKxVolumeCommand.js +1 -3
  11. package/dist-es/commands/DeleteEnvironmentCommand.js +1 -3
  12. package/dist-es/commands/DeleteKxClusterCommand.js +1 -3
  13. package/dist-es/commands/DeleteKxClusterNodeCommand.js +1 -3
  14. package/dist-es/commands/DeleteKxDatabaseCommand.js +1 -3
  15. package/dist-es/commands/DeleteKxDataviewCommand.js +1 -3
  16. package/dist-es/commands/DeleteKxEnvironmentCommand.js +1 -3
  17. package/dist-es/commands/DeleteKxScalingGroupCommand.js +1 -3
  18. package/dist-es/commands/DeleteKxUserCommand.js +1 -3
  19. package/dist-es/commands/DeleteKxVolumeCommand.js +1 -3
  20. package/dist-es/commands/GetEnvironmentCommand.js +1 -3
  21. package/dist-es/commands/GetKxChangesetCommand.js +1 -3
  22. package/dist-es/commands/GetKxClusterCommand.js +1 -3
  23. package/dist-es/commands/GetKxConnectionStringCommand.js +1 -3
  24. package/dist-es/commands/GetKxDatabaseCommand.js +1 -3
  25. package/dist-es/commands/GetKxDataviewCommand.js +1 -3
  26. package/dist-es/commands/GetKxEnvironmentCommand.js +1 -3
  27. package/dist-es/commands/GetKxScalingGroupCommand.js +1 -3
  28. package/dist-es/commands/GetKxUserCommand.js +1 -3
  29. package/dist-es/commands/GetKxVolumeCommand.js +1 -3
  30. package/dist-es/commands/ListEnvironmentsCommand.js +1 -3
  31. package/dist-es/commands/ListKxChangesetsCommand.js +1 -3
  32. package/dist-es/commands/ListKxClusterNodesCommand.js +1 -3
  33. package/dist-es/commands/ListKxClustersCommand.js +1 -3
  34. package/dist-es/commands/ListKxDatabasesCommand.js +1 -3
  35. package/dist-es/commands/ListKxDataviewsCommand.js +1 -3
  36. package/dist-es/commands/ListKxEnvironmentsCommand.js +1 -3
  37. package/dist-es/commands/ListKxScalingGroupsCommand.js +1 -3
  38. package/dist-es/commands/ListKxUsersCommand.js +1 -3
  39. package/dist-es/commands/ListKxVolumesCommand.js +1 -3
  40. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  41. package/dist-es/commands/TagResourceCommand.js +1 -3
  42. package/dist-es/commands/UntagResourceCommand.js +1 -3
  43. package/dist-es/commands/UpdateEnvironmentCommand.js +1 -3
  44. package/dist-es/commands/UpdateKxClusterCodeConfigurationCommand.js +1 -3
  45. package/dist-es/commands/UpdateKxClusterDatabasesCommand.js +1 -3
  46. package/dist-es/commands/UpdateKxDatabaseCommand.js +1 -3
  47. package/dist-es/commands/UpdateKxDataviewCommand.js +1 -3
  48. package/dist-es/commands/UpdateKxEnvironmentCommand.js +1 -3
  49. package/dist-es/commands/UpdateKxEnvironmentNetworkCommand.js +1 -3
  50. package/dist-es/commands/UpdateKxUserCommand.js +1 -3
  51. package/dist-es/commands/UpdateKxVolumeCommand.js +1 -3
  52. package/package.json +5 -5
package/dist-cjs/index.js CHANGED
@@ -2671,9 +2671,7 @@ var _uA = "userArn";
2671
2671
  var _vT = "volumeType";
2672
2672
 
2673
2673
  // src/commands/CreateEnvironmentCommand.ts
2674
- var _CreateEnvironmentCommand = class _CreateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
2675
- ...commonParams
2676
- }).m(function(Command, cs, config, o) {
2674
+ var _CreateEnvironmentCommand = class _CreateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2677
2675
  return [
2678
2676
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2679
2677
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2687,9 +2685,7 @@ var CreateEnvironmentCommand = _CreateEnvironmentCommand;
2687
2685
 
2688
2686
 
2689
2687
 
2690
- var _CreateKxChangesetCommand = class _CreateKxChangesetCommand extends import_smithy_client.Command.classBuilder().ep({
2691
- ...commonParams
2692
- }).m(function(Command, cs, config, o) {
2688
+ var _CreateKxChangesetCommand = class _CreateKxChangesetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2693
2689
  return [
2694
2690
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2695
2691
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2703,9 +2699,7 @@ var CreateKxChangesetCommand = _CreateKxChangesetCommand;
2703
2699
 
2704
2700
 
2705
2701
 
2706
- var _CreateKxClusterCommand = class _CreateKxClusterCommand extends import_smithy_client.Command.classBuilder().ep({
2707
- ...commonParams
2708
- }).m(function(Command, cs, config, o) {
2702
+ var _CreateKxClusterCommand = class _CreateKxClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2709
2703
  return [
2710
2704
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2711
2705
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2719,9 +2713,7 @@ var CreateKxClusterCommand = _CreateKxClusterCommand;
2719
2713
 
2720
2714
 
2721
2715
 
2722
- var _CreateKxDatabaseCommand = class _CreateKxDatabaseCommand extends import_smithy_client.Command.classBuilder().ep({
2723
- ...commonParams
2724
- }).m(function(Command, cs, config, o) {
2716
+ var _CreateKxDatabaseCommand = class _CreateKxDatabaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2725
2717
  return [
2726
2718
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2727
2719
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2735,9 +2727,7 @@ var CreateKxDatabaseCommand = _CreateKxDatabaseCommand;
2735
2727
 
2736
2728
 
2737
2729
 
2738
- var _CreateKxDataviewCommand = class _CreateKxDataviewCommand extends import_smithy_client.Command.classBuilder().ep({
2739
- ...commonParams
2740
- }).m(function(Command, cs, config, o) {
2730
+ var _CreateKxDataviewCommand = class _CreateKxDataviewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2741
2731
  return [
2742
2732
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2743
2733
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2751,9 +2741,7 @@ var CreateKxDataviewCommand = _CreateKxDataviewCommand;
2751
2741
 
2752
2742
 
2753
2743
 
2754
- var _CreateKxEnvironmentCommand = class _CreateKxEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
2755
- ...commonParams
2756
- }).m(function(Command, cs, config, o) {
2744
+ var _CreateKxEnvironmentCommand = class _CreateKxEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2757
2745
  return [
2758
2746
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2759
2747
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2767,9 +2755,7 @@ var CreateKxEnvironmentCommand = _CreateKxEnvironmentCommand;
2767
2755
 
2768
2756
 
2769
2757
 
2770
- var _CreateKxScalingGroupCommand = class _CreateKxScalingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
2771
- ...commonParams
2772
- }).m(function(Command, cs, config, o) {
2758
+ var _CreateKxScalingGroupCommand = class _CreateKxScalingGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2773
2759
  return [
2774
2760
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2775
2761
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2783,9 +2769,7 @@ var CreateKxScalingGroupCommand = _CreateKxScalingGroupCommand;
2783
2769
 
2784
2770
 
2785
2771
 
2786
- var _CreateKxUserCommand = class _CreateKxUserCommand extends import_smithy_client.Command.classBuilder().ep({
2787
- ...commonParams
2788
- }).m(function(Command, cs, config, o) {
2772
+ var _CreateKxUserCommand = class _CreateKxUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2789
2773
  return [
2790
2774
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2791
2775
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2799,9 +2783,7 @@ var CreateKxUserCommand = _CreateKxUserCommand;
2799
2783
 
2800
2784
 
2801
2785
 
2802
- var _CreateKxVolumeCommand = class _CreateKxVolumeCommand extends import_smithy_client.Command.classBuilder().ep({
2803
- ...commonParams
2804
- }).m(function(Command, cs, config, o) {
2786
+ var _CreateKxVolumeCommand = class _CreateKxVolumeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2805
2787
  return [
2806
2788
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2807
2789
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2815,9 +2797,7 @@ var CreateKxVolumeCommand = _CreateKxVolumeCommand;
2815
2797
 
2816
2798
 
2817
2799
 
2818
- var _DeleteEnvironmentCommand = class _DeleteEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
2819
- ...commonParams
2820
- }).m(function(Command, cs, config, o) {
2800
+ var _DeleteEnvironmentCommand = class _DeleteEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2821
2801
  return [
2822
2802
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2823
2803
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2831,9 +2811,7 @@ var DeleteEnvironmentCommand = _DeleteEnvironmentCommand;
2831
2811
 
2832
2812
 
2833
2813
 
2834
- var _DeleteKxClusterCommand = class _DeleteKxClusterCommand extends import_smithy_client.Command.classBuilder().ep({
2835
- ...commonParams
2836
- }).m(function(Command, cs, config, o) {
2814
+ var _DeleteKxClusterCommand = class _DeleteKxClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2837
2815
  return [
2838
2816
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2839
2817
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2847,9 +2825,7 @@ var DeleteKxClusterCommand = _DeleteKxClusterCommand;
2847
2825
 
2848
2826
 
2849
2827
 
2850
- var _DeleteKxClusterNodeCommand = class _DeleteKxClusterNodeCommand extends import_smithy_client.Command.classBuilder().ep({
2851
- ...commonParams
2852
- }).m(function(Command, cs, config, o) {
2828
+ var _DeleteKxClusterNodeCommand = class _DeleteKxClusterNodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2853
2829
  return [
2854
2830
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2855
2831
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2863,9 +2839,7 @@ var DeleteKxClusterNodeCommand = _DeleteKxClusterNodeCommand;
2863
2839
 
2864
2840
 
2865
2841
 
2866
- var _DeleteKxDatabaseCommand = class _DeleteKxDatabaseCommand extends import_smithy_client.Command.classBuilder().ep({
2867
- ...commonParams
2868
- }).m(function(Command, cs, config, o) {
2842
+ var _DeleteKxDatabaseCommand = class _DeleteKxDatabaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2869
2843
  return [
2870
2844
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2871
2845
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2879,9 +2853,7 @@ var DeleteKxDatabaseCommand = _DeleteKxDatabaseCommand;
2879
2853
 
2880
2854
 
2881
2855
 
2882
- var _DeleteKxDataviewCommand = class _DeleteKxDataviewCommand extends import_smithy_client.Command.classBuilder().ep({
2883
- ...commonParams
2884
- }).m(function(Command, cs, config, o) {
2856
+ var _DeleteKxDataviewCommand = class _DeleteKxDataviewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2885
2857
  return [
2886
2858
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2887
2859
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2895,9 +2867,7 @@ var DeleteKxDataviewCommand = _DeleteKxDataviewCommand;
2895
2867
 
2896
2868
 
2897
2869
 
2898
- var _DeleteKxEnvironmentCommand = class _DeleteKxEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
2899
- ...commonParams
2900
- }).m(function(Command, cs, config, o) {
2870
+ var _DeleteKxEnvironmentCommand = class _DeleteKxEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2901
2871
  return [
2902
2872
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2903
2873
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2911,9 +2881,7 @@ var DeleteKxEnvironmentCommand = _DeleteKxEnvironmentCommand;
2911
2881
 
2912
2882
 
2913
2883
 
2914
- var _DeleteKxScalingGroupCommand = class _DeleteKxScalingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
2915
- ...commonParams
2916
- }).m(function(Command, cs, config, o) {
2884
+ var _DeleteKxScalingGroupCommand = class _DeleteKxScalingGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2917
2885
  return [
2918
2886
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2919
2887
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2927,9 +2895,7 @@ var DeleteKxScalingGroupCommand = _DeleteKxScalingGroupCommand;
2927
2895
 
2928
2896
 
2929
2897
 
2930
- var _DeleteKxUserCommand = class _DeleteKxUserCommand extends import_smithy_client.Command.classBuilder().ep({
2931
- ...commonParams
2932
- }).m(function(Command, cs, config, o) {
2898
+ var _DeleteKxUserCommand = class _DeleteKxUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2933
2899
  return [
2934
2900
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2935
2901
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2943,9 +2909,7 @@ var DeleteKxUserCommand = _DeleteKxUserCommand;
2943
2909
 
2944
2910
 
2945
2911
 
2946
- var _DeleteKxVolumeCommand = class _DeleteKxVolumeCommand extends import_smithy_client.Command.classBuilder().ep({
2947
- ...commonParams
2948
- }).m(function(Command, cs, config, o) {
2912
+ var _DeleteKxVolumeCommand = class _DeleteKxVolumeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2949
2913
  return [
2950
2914
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2951
2915
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2959,9 +2923,7 @@ var DeleteKxVolumeCommand = _DeleteKxVolumeCommand;
2959
2923
 
2960
2924
 
2961
2925
 
2962
- var _GetEnvironmentCommand = class _GetEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
2963
- ...commonParams
2964
- }).m(function(Command, cs, config, o) {
2926
+ var _GetEnvironmentCommand = class _GetEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2965
2927
  return [
2966
2928
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2967
2929
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2975,9 +2937,7 @@ var GetEnvironmentCommand = _GetEnvironmentCommand;
2975
2937
 
2976
2938
 
2977
2939
 
2978
- var _GetKxChangesetCommand = class _GetKxChangesetCommand extends import_smithy_client.Command.classBuilder().ep({
2979
- ...commonParams
2980
- }).m(function(Command, cs, config, o) {
2940
+ var _GetKxChangesetCommand = class _GetKxChangesetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2981
2941
  return [
2982
2942
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2983
2943
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2991,9 +2951,7 @@ var GetKxChangesetCommand = _GetKxChangesetCommand;
2991
2951
 
2992
2952
 
2993
2953
 
2994
- var _GetKxClusterCommand = class _GetKxClusterCommand extends import_smithy_client.Command.classBuilder().ep({
2995
- ...commonParams
2996
- }).m(function(Command, cs, config, o) {
2954
+ var _GetKxClusterCommand = class _GetKxClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2997
2955
  return [
2998
2956
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2999
2957
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3007,9 +2965,7 @@ var GetKxClusterCommand = _GetKxClusterCommand;
3007
2965
 
3008
2966
 
3009
2967
 
3010
- var _GetKxConnectionStringCommand = class _GetKxConnectionStringCommand extends import_smithy_client.Command.classBuilder().ep({
3011
- ...commonParams
3012
- }).m(function(Command, cs, config, o) {
2968
+ var _GetKxConnectionStringCommand = class _GetKxConnectionStringCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3013
2969
  return [
3014
2970
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3015
2971
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3023,9 +2979,7 @@ var GetKxConnectionStringCommand = _GetKxConnectionStringCommand;
3023
2979
 
3024
2980
 
3025
2981
 
3026
- var _GetKxDatabaseCommand = class _GetKxDatabaseCommand extends import_smithy_client.Command.classBuilder().ep({
3027
- ...commonParams
3028
- }).m(function(Command, cs, config, o) {
2982
+ var _GetKxDatabaseCommand = class _GetKxDatabaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3029
2983
  return [
3030
2984
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3031
2985
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3039,9 +2993,7 @@ var GetKxDatabaseCommand = _GetKxDatabaseCommand;
3039
2993
 
3040
2994
 
3041
2995
 
3042
- var _GetKxDataviewCommand = class _GetKxDataviewCommand extends import_smithy_client.Command.classBuilder().ep({
3043
- ...commonParams
3044
- }).m(function(Command, cs, config, o) {
2996
+ var _GetKxDataviewCommand = class _GetKxDataviewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3045
2997
  return [
3046
2998
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3047
2999
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3055,9 +3007,7 @@ var GetKxDataviewCommand = _GetKxDataviewCommand;
3055
3007
 
3056
3008
 
3057
3009
 
3058
- var _GetKxEnvironmentCommand = class _GetKxEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
3059
- ...commonParams
3060
- }).m(function(Command, cs, config, o) {
3010
+ var _GetKxEnvironmentCommand = class _GetKxEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3061
3011
  return [
3062
3012
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3063
3013
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3071,9 +3021,7 @@ var GetKxEnvironmentCommand = _GetKxEnvironmentCommand;
3071
3021
 
3072
3022
 
3073
3023
 
3074
- var _GetKxScalingGroupCommand = class _GetKxScalingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
3075
- ...commonParams
3076
- }).m(function(Command, cs, config, o) {
3024
+ var _GetKxScalingGroupCommand = class _GetKxScalingGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3077
3025
  return [
3078
3026
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3079
3027
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3087,9 +3035,7 @@ var GetKxScalingGroupCommand = _GetKxScalingGroupCommand;
3087
3035
 
3088
3036
 
3089
3037
 
3090
- var _GetKxUserCommand = class _GetKxUserCommand extends import_smithy_client.Command.classBuilder().ep({
3091
- ...commonParams
3092
- }).m(function(Command, cs, config, o) {
3038
+ var _GetKxUserCommand = class _GetKxUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3093
3039
  return [
3094
3040
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3095
3041
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3103,9 +3049,7 @@ var GetKxUserCommand = _GetKxUserCommand;
3103
3049
 
3104
3050
 
3105
3051
 
3106
- var _GetKxVolumeCommand = class _GetKxVolumeCommand extends import_smithy_client.Command.classBuilder().ep({
3107
- ...commonParams
3108
- }).m(function(Command, cs, config, o) {
3052
+ var _GetKxVolumeCommand = class _GetKxVolumeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3109
3053
  return [
3110
3054
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3111
3055
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3119,9 +3063,7 @@ var GetKxVolumeCommand = _GetKxVolumeCommand;
3119
3063
 
3120
3064
 
3121
3065
 
3122
- var _ListEnvironmentsCommand = class _ListEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep({
3123
- ...commonParams
3124
- }).m(function(Command, cs, config, o) {
3066
+ var _ListEnvironmentsCommand = class _ListEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3125
3067
  return [
3126
3068
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3127
3069
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3135,9 +3077,7 @@ var ListEnvironmentsCommand = _ListEnvironmentsCommand;
3135
3077
 
3136
3078
 
3137
3079
 
3138
- var _ListKxChangesetsCommand = class _ListKxChangesetsCommand extends import_smithy_client.Command.classBuilder().ep({
3139
- ...commonParams
3140
- }).m(function(Command, cs, config, o) {
3080
+ var _ListKxChangesetsCommand = class _ListKxChangesetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3141
3081
  return [
3142
3082
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3143
3083
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3151,9 +3091,7 @@ var ListKxChangesetsCommand = _ListKxChangesetsCommand;
3151
3091
 
3152
3092
 
3153
3093
 
3154
- var _ListKxClusterNodesCommand = class _ListKxClusterNodesCommand extends import_smithy_client.Command.classBuilder().ep({
3155
- ...commonParams
3156
- }).m(function(Command, cs, config, o) {
3094
+ var _ListKxClusterNodesCommand = class _ListKxClusterNodesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3157
3095
  return [
3158
3096
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3159
3097
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3167,9 +3105,7 @@ var ListKxClusterNodesCommand = _ListKxClusterNodesCommand;
3167
3105
 
3168
3106
 
3169
3107
 
3170
- var _ListKxClustersCommand = class _ListKxClustersCommand extends import_smithy_client.Command.classBuilder().ep({
3171
- ...commonParams
3172
- }).m(function(Command, cs, config, o) {
3108
+ var _ListKxClustersCommand = class _ListKxClustersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3173
3109
  return [
3174
3110
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3175
3111
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3183,9 +3119,7 @@ var ListKxClustersCommand = _ListKxClustersCommand;
3183
3119
 
3184
3120
 
3185
3121
 
3186
- var _ListKxDatabasesCommand = class _ListKxDatabasesCommand extends import_smithy_client.Command.classBuilder().ep({
3187
- ...commonParams
3188
- }).m(function(Command, cs, config, o) {
3122
+ var _ListKxDatabasesCommand = class _ListKxDatabasesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3189
3123
  return [
3190
3124
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3191
3125
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3199,9 +3133,7 @@ var ListKxDatabasesCommand = _ListKxDatabasesCommand;
3199
3133
 
3200
3134
 
3201
3135
 
3202
- var _ListKxDataviewsCommand = class _ListKxDataviewsCommand extends import_smithy_client.Command.classBuilder().ep({
3203
- ...commonParams
3204
- }).m(function(Command, cs, config, o) {
3136
+ var _ListKxDataviewsCommand = class _ListKxDataviewsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3205
3137
  return [
3206
3138
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3207
3139
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3215,9 +3147,7 @@ var ListKxDataviewsCommand = _ListKxDataviewsCommand;
3215
3147
 
3216
3148
 
3217
3149
 
3218
- var _ListKxEnvironmentsCommand = class _ListKxEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep({
3219
- ...commonParams
3220
- }).m(function(Command, cs, config, o) {
3150
+ var _ListKxEnvironmentsCommand = class _ListKxEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3221
3151
  return [
3222
3152
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3223
3153
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3231,9 +3161,7 @@ var ListKxEnvironmentsCommand = _ListKxEnvironmentsCommand;
3231
3161
 
3232
3162
 
3233
3163
 
3234
- var _ListKxScalingGroupsCommand = class _ListKxScalingGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
3235
- ...commonParams
3236
- }).m(function(Command, cs, config, o) {
3164
+ var _ListKxScalingGroupsCommand = class _ListKxScalingGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3237
3165
  return [
3238
3166
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3239
3167
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3247,9 +3175,7 @@ var ListKxScalingGroupsCommand = _ListKxScalingGroupsCommand;
3247
3175
 
3248
3176
 
3249
3177
 
3250
- var _ListKxUsersCommand = class _ListKxUsersCommand extends import_smithy_client.Command.classBuilder().ep({
3251
- ...commonParams
3252
- }).m(function(Command, cs, config, o) {
3178
+ var _ListKxUsersCommand = class _ListKxUsersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3253
3179
  return [
3254
3180
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3255
3181
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3263,9 +3189,7 @@ var ListKxUsersCommand = _ListKxUsersCommand;
3263
3189
 
3264
3190
 
3265
3191
 
3266
- var _ListKxVolumesCommand = class _ListKxVolumesCommand extends import_smithy_client.Command.classBuilder().ep({
3267
- ...commonParams
3268
- }).m(function(Command, cs, config, o) {
3192
+ var _ListKxVolumesCommand = class _ListKxVolumesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3269
3193
  return [
3270
3194
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3271
3195
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3279,9 +3203,7 @@ var ListKxVolumesCommand = _ListKxVolumesCommand;
3279
3203
 
3280
3204
 
3281
3205
 
3282
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3283
- ...commonParams
3284
- }).m(function(Command, cs, config, o) {
3206
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3285
3207
  return [
3286
3208
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3287
3209
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3295,9 +3217,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
3295
3217
 
3296
3218
 
3297
3219
 
3298
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3299
- ...commonParams
3300
- }).m(function(Command, cs, config, o) {
3220
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3301
3221
  return [
3302
3222
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3303
3223
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3311,9 +3231,7 @@ var TagResourceCommand = _TagResourceCommand;
3311
3231
 
3312
3232
 
3313
3233
 
3314
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3315
- ...commonParams
3316
- }).m(function(Command, cs, config, o) {
3234
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3317
3235
  return [
3318
3236
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3319
3237
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3327,9 +3245,7 @@ var UntagResourceCommand = _UntagResourceCommand;
3327
3245
 
3328
3246
 
3329
3247
 
3330
- var _UpdateEnvironmentCommand = class _UpdateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
3331
- ...commonParams
3332
- }).m(function(Command, cs, config, o) {
3248
+ var _UpdateEnvironmentCommand = class _UpdateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3333
3249
  return [
3334
3250
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3335
3251
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3343,9 +3259,7 @@ var UpdateEnvironmentCommand = _UpdateEnvironmentCommand;
3343
3259
 
3344
3260
 
3345
3261
 
3346
- var _UpdateKxClusterCodeConfigurationCommand = class _UpdateKxClusterCodeConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3347
- ...commonParams
3348
- }).m(function(Command, cs, config, o) {
3262
+ var _UpdateKxClusterCodeConfigurationCommand = class _UpdateKxClusterCodeConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3349
3263
  return [
3350
3264
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3351
3265
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3359,9 +3273,7 @@ var UpdateKxClusterCodeConfigurationCommand = _UpdateKxClusterCodeConfigurationC
3359
3273
 
3360
3274
 
3361
3275
 
3362
- var _UpdateKxClusterDatabasesCommand = class _UpdateKxClusterDatabasesCommand extends import_smithy_client.Command.classBuilder().ep({
3363
- ...commonParams
3364
- }).m(function(Command, cs, config, o) {
3276
+ var _UpdateKxClusterDatabasesCommand = class _UpdateKxClusterDatabasesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3365
3277
  return [
3366
3278
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3367
3279
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3375,9 +3287,7 @@ var UpdateKxClusterDatabasesCommand = _UpdateKxClusterDatabasesCommand;
3375
3287
 
3376
3288
 
3377
3289
 
3378
- var _UpdateKxDatabaseCommand = class _UpdateKxDatabaseCommand extends import_smithy_client.Command.classBuilder().ep({
3379
- ...commonParams
3380
- }).m(function(Command, cs, config, o) {
3290
+ var _UpdateKxDatabaseCommand = class _UpdateKxDatabaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3381
3291
  return [
3382
3292
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3383
3293
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3391,9 +3301,7 @@ var UpdateKxDatabaseCommand = _UpdateKxDatabaseCommand;
3391
3301
 
3392
3302
 
3393
3303
 
3394
- var _UpdateKxDataviewCommand = class _UpdateKxDataviewCommand extends import_smithy_client.Command.classBuilder().ep({
3395
- ...commonParams
3396
- }).m(function(Command, cs, config, o) {
3304
+ var _UpdateKxDataviewCommand = class _UpdateKxDataviewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3397
3305
  return [
3398
3306
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3399
3307
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3407,9 +3315,7 @@ var UpdateKxDataviewCommand = _UpdateKxDataviewCommand;
3407
3315
 
3408
3316
 
3409
3317
 
3410
- var _UpdateKxEnvironmentCommand = class _UpdateKxEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
3411
- ...commonParams
3412
- }).m(function(Command, cs, config, o) {
3318
+ var _UpdateKxEnvironmentCommand = class _UpdateKxEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3413
3319
  return [
3414
3320
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3415
3321
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3423,9 +3329,7 @@ var UpdateKxEnvironmentCommand = _UpdateKxEnvironmentCommand;
3423
3329
 
3424
3330
 
3425
3331
 
3426
- var _UpdateKxEnvironmentNetworkCommand = class _UpdateKxEnvironmentNetworkCommand extends import_smithy_client.Command.classBuilder().ep({
3427
- ...commonParams
3428
- }).m(function(Command, cs, config, o) {
3332
+ var _UpdateKxEnvironmentNetworkCommand = class _UpdateKxEnvironmentNetworkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3429
3333
  return [
3430
3334
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3431
3335
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3439,9 +3343,7 @@ var UpdateKxEnvironmentNetworkCommand = _UpdateKxEnvironmentNetworkCommand;
3439
3343
 
3440
3344
 
3441
3345
 
3442
- var _UpdateKxUserCommand = class _UpdateKxUserCommand extends import_smithy_client.Command.classBuilder().ep({
3443
- ...commonParams
3444
- }).m(function(Command, cs, config, o) {
3346
+ var _UpdateKxUserCommand = class _UpdateKxUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3445
3347
  return [
3446
3348
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3447
3349
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3455,9 +3357,7 @@ var UpdateKxUserCommand = _UpdateKxUserCommand;
3455
3357
 
3456
3358
 
3457
3359
 
3458
- var _UpdateKxVolumeCommand = class _UpdateKxVolumeCommand extends import_smithy_client.Command.classBuilder().ep({
3459
- ...commonParams
3460
- }).m(function(Command, cs, config, o) {
3360
+ var _UpdateKxVolumeCommand = class _UpdateKxVolumeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3461
3361
  return [
3462
3362
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3463
3363
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7,9 +7,7 @@ import { de_CreateEnvironmentCommand, se_CreateEnvironmentCommand } from "../pro
7
7
  export { $Command };
8
8
  export class CreateEnvironmentCommand 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_CreateKxChangesetCommand, se_CreateKxChangesetCommand } from "../pro
6
6
  export { $Command };
7
7
  export class CreateKxChangesetCommand 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_CreateKxClusterCommand, se_CreateKxClusterCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class CreateKxClusterCommand 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_CreateKxDatabaseCommand, se_CreateKxDatabaseCommand } from "../proto
6
6
  export { $Command };
7
7
  export class CreateKxDatabaseCommand 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_CreateKxDataviewCommand, se_CreateKxDataviewCommand } from "../proto
6
6
  export { $Command };
7
7
  export class CreateKxDataviewCommand 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_CreateKxEnvironmentCommand, se_CreateKxEnvironmentCommand } from "..
6
6
  export { $Command };
7
7
  export class CreateKxEnvironmentCommand 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_CreateKxScalingGroupCommand, se_CreateKxScalingGroupCommand } from "
6
6
  export { $Command };
7
7
  export class CreateKxScalingGroupCommand 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_CreateKxUserCommand, se_CreateKxUserCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class CreateKxUserCommand 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_CreateKxVolumeCommand, se_CreateKxVolumeCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class CreateKxVolumeCommand 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_DeleteEnvironmentCommand, se_DeleteEnvironmentCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DeleteEnvironmentCommand 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_DeleteKxClusterCommand, se_DeleteKxClusterCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DeleteKxClusterCommand 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_DeleteKxClusterNodeCommand, se_DeleteKxClusterNodeCommand } from "..
6
6
  export { $Command };
7
7
  export class DeleteKxClusterNodeCommand 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_DeleteKxDatabaseCommand, se_DeleteKxDatabaseCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteKxDatabaseCommand 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_DeleteKxDataviewCommand, se_DeleteKxDataviewCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteKxDataviewCommand 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_DeleteKxEnvironmentCommand, se_DeleteKxEnvironmentCommand } from "..
6
6
  export { $Command };
7
7
  export class DeleteKxEnvironmentCommand 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_DeleteKxScalingGroupCommand, se_DeleteKxScalingGroupCommand } from "
6
6
  export { $Command };
7
7
  export class DeleteKxScalingGroupCommand 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_DeleteKxUserCommand, se_DeleteKxUserCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class DeleteKxUserCommand 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_DeleteKxVolumeCommand, se_DeleteKxVolumeCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DeleteKxVolumeCommand 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_GetEnvironmentCommand, se_GetEnvironmentCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class GetEnvironmentCommand 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_GetKxChangesetCommand, se_GetKxChangesetCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class GetKxChangesetCommand 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_GetKxClusterCommand, se_GetKxClusterCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class GetKxClusterCommand 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_GetKxConnectionStringCommand, se_GetKxConnectionStringCommand } from
7
7
  export { $Command };
8
8
  export class GetKxConnectionStringCommand 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_GetKxDatabaseCommand, se_GetKxDatabaseCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class GetKxDatabaseCommand 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_GetKxDataviewCommand, se_GetKxDataviewCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class GetKxDataviewCommand 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_GetKxEnvironmentCommand, se_GetKxEnvironmentCommand } from "../proto
6
6
  export { $Command };
7
7
  export class GetKxEnvironmentCommand 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_GetKxScalingGroupCommand, se_GetKxScalingGroupCommand } from "../pro
6
6
  export { $Command };
7
7
  export class GetKxScalingGroupCommand 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_GetKxUserCommand, se_GetKxUserCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class GetKxUserCommand 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_GetKxVolumeCommand, se_GetKxVolumeCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class GetKxVolumeCommand 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_ListEnvironmentsCommand, se_ListEnvironmentsCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ListEnvironmentsCommand 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_ListKxChangesetsCommand, se_ListKxChangesetsCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ListKxChangesetsCommand 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_ListKxClusterNodesCommand, se_ListKxClusterNodesCommand } from "../p
6
6
  export { $Command };
7
7
  export class ListKxClusterNodesCommand 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_ListKxClustersCommand, se_ListKxClustersCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class ListKxClustersCommand 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_ListKxDatabasesCommand, se_ListKxDatabasesCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class ListKxDatabasesCommand 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_ListKxDataviewsCommand, se_ListKxDataviewsCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class ListKxDataviewsCommand 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_ListKxEnvironmentsCommand, se_ListKxEnvironmentsCommand } from "../p
6
6
  export { $Command };
7
7
  export class ListKxEnvironmentsCommand 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_ListKxScalingGroupsCommand, se_ListKxScalingGroupsCommand } from "..
6
6
  export { $Command };
7
7
  export class ListKxScalingGroupsCommand 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_ListKxUsersCommand, se_ListKxUsersCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class ListKxUsersCommand 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_ListKxVolumesCommand, se_ListKxVolumesCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class ListKxVolumesCommand 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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class TagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateEnvironmentCommand, se_UpdateEnvironmentCommand } from "../pro
6
6
  export { $Command };
7
7
  export class UpdateEnvironmentCommand 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_UpdateKxClusterCodeConfigurationCommand, se_UpdateKxClusterCodeConfi
6
6
  export { $Command };
7
7
  export class UpdateKxClusterCodeConfigurationCommand 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_UpdateKxClusterDatabasesCommand, se_UpdateKxClusterDatabasesCommand
6
6
  export { $Command };
7
7
  export class UpdateKxClusterDatabasesCommand 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_UpdateKxDatabaseCommand, se_UpdateKxDatabaseCommand } from "../proto
6
6
  export { $Command };
7
7
  export class UpdateKxDatabaseCommand 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_UpdateKxDataviewCommand, se_UpdateKxDataviewCommand } from "../proto
6
6
  export { $Command };
7
7
  export class UpdateKxDataviewCommand 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_UpdateKxEnvironmentCommand, se_UpdateKxEnvironmentCommand } from "..
6
6
  export { $Command };
7
7
  export class UpdateKxEnvironmentCommand 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_UpdateKxEnvironmentNetworkCommand, se_UpdateKxEnvironmentNetworkComm
6
6
  export { $Command };
7
7
  export class UpdateKxEnvironmentNetworkCommand 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_UpdateKxUserCommand, se_UpdateKxUserCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class UpdateKxUserCommand 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_UpdateKxVolumeCommand, se_UpdateKxVolumeCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class UpdateKxVolumeCommand 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),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-finspace",
3
3
  "description": "AWS SDK for JavaScript Finspace Client for Node.js, Browser and React Native",
4
- "version": "3.649.0",
4
+ "version": "3.651.1",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-finspace",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.651.1",
24
+ "@aws-sdk/client-sts": "3.651.1",
25
+ "@aws-sdk/core": "3.651.1",
26
+ "@aws-sdk/credential-provider-node": "3.651.1",
27
27
  "@aws-sdk/middleware-host-header": "3.649.0",
28
28
  "@aws-sdk/middleware-logger": "3.649.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.649.0",