@aws-sdk/client-finspace 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.
- package/dist-cjs/endpoint/endpointResolver.js +6 -2
- package/dist-cjs/index.js +50 -150
- package/dist-es/commands/CreateEnvironmentCommand.js +1 -3
- package/dist-es/commands/CreateKxChangesetCommand.js +1 -3
- package/dist-es/commands/CreateKxClusterCommand.js +1 -3
- package/dist-es/commands/CreateKxDatabaseCommand.js +1 -3
- package/dist-es/commands/CreateKxDataviewCommand.js +1 -3
- package/dist-es/commands/CreateKxEnvironmentCommand.js +1 -3
- package/dist-es/commands/CreateKxScalingGroupCommand.js +1 -3
- package/dist-es/commands/CreateKxUserCommand.js +1 -3
- package/dist-es/commands/CreateKxVolumeCommand.js +1 -3
- package/dist-es/commands/DeleteEnvironmentCommand.js +1 -3
- package/dist-es/commands/DeleteKxClusterCommand.js +1 -3
- package/dist-es/commands/DeleteKxClusterNodeCommand.js +1 -3
- package/dist-es/commands/DeleteKxDatabaseCommand.js +1 -3
- package/dist-es/commands/DeleteKxDataviewCommand.js +1 -3
- package/dist-es/commands/DeleteKxEnvironmentCommand.js +1 -3
- package/dist-es/commands/DeleteKxScalingGroupCommand.js +1 -3
- package/dist-es/commands/DeleteKxUserCommand.js +1 -3
- package/dist-es/commands/DeleteKxVolumeCommand.js +1 -3
- package/dist-es/commands/GetEnvironmentCommand.js +1 -3
- package/dist-es/commands/GetKxChangesetCommand.js +1 -3
- package/dist-es/commands/GetKxClusterCommand.js +1 -3
- package/dist-es/commands/GetKxConnectionStringCommand.js +1 -3
- package/dist-es/commands/GetKxDatabaseCommand.js +1 -3
- package/dist-es/commands/GetKxDataviewCommand.js +1 -3
- package/dist-es/commands/GetKxEnvironmentCommand.js +1 -3
- package/dist-es/commands/GetKxScalingGroupCommand.js +1 -3
- package/dist-es/commands/GetKxUserCommand.js +1 -3
- package/dist-es/commands/GetKxVolumeCommand.js +1 -3
- package/dist-es/commands/ListEnvironmentsCommand.js +1 -3
- package/dist-es/commands/ListKxChangesetsCommand.js +1 -3
- package/dist-es/commands/ListKxClusterNodesCommand.js +1 -3
- package/dist-es/commands/ListKxClustersCommand.js +1 -3
- package/dist-es/commands/ListKxDatabasesCommand.js +1 -3
- package/dist-es/commands/ListKxDataviewsCommand.js +1 -3
- package/dist-es/commands/ListKxEnvironmentsCommand.js +1 -3
- package/dist-es/commands/ListKxScalingGroupsCommand.js +1 -3
- package/dist-es/commands/ListKxUsersCommand.js +1 -3
- package/dist-es/commands/ListKxVolumesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateEnvironmentCommand.js +1 -3
- package/dist-es/commands/UpdateKxClusterCodeConfigurationCommand.js +1 -3
- package/dist-es/commands/UpdateKxClusterDatabasesCommand.js +1 -3
- package/dist-es/commands/UpdateKxDatabaseCommand.js +1 -3
- package/dist-es/commands/UpdateKxDataviewCommand.js +1 -3
- package/dist-es/commands/UpdateKxEnvironmentCommand.js +1 -3
- package/dist-es/commands/UpdateKxEnvironmentNetworkCommand.js +1 -3
- package/dist-es/commands/UpdateKxUserCommand.js +1 -3
- package/dist-es/commands/UpdateKxVolumeCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- 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
|
@@ -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),
|