@aws-sdk/client-emr 3.649.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/index.js +56 -168
- package/dist-es/commands/AddInstanceFleetCommand.js +1 -3
- package/dist-es/commands/AddInstanceGroupsCommand.js +1 -3
- package/dist-es/commands/AddJobFlowStepsCommand.js +1 -3
- package/dist-es/commands/AddTagsCommand.js +1 -3
- package/dist-es/commands/CancelStepsCommand.js +1 -3
- package/dist-es/commands/CreateSecurityConfigurationCommand.js +1 -3
- package/dist-es/commands/CreateStudioCommand.js +1 -3
- package/dist-es/commands/CreateStudioSessionMappingCommand.js +1 -3
- package/dist-es/commands/DeleteSecurityConfigurationCommand.js +1 -3
- package/dist-es/commands/DeleteStudioCommand.js +1 -3
- package/dist-es/commands/DeleteStudioSessionMappingCommand.js +1 -3
- package/dist-es/commands/DescribeClusterCommand.js +1 -3
- package/dist-es/commands/DescribeJobFlowsCommand.js +1 -3
- package/dist-es/commands/DescribeNotebookExecutionCommand.js +1 -3
- package/dist-es/commands/DescribeReleaseLabelCommand.js +1 -3
- package/dist-es/commands/DescribeSecurityConfigurationCommand.js +1 -3
- package/dist-es/commands/DescribeStepCommand.js +1 -3
- package/dist-es/commands/DescribeStudioCommand.js +1 -3
- package/dist-es/commands/GetAutoTerminationPolicyCommand.js +1 -3
- package/dist-es/commands/GetBlockPublicAccessConfigurationCommand.js +1 -3
- package/dist-es/commands/GetClusterSessionCredentialsCommand.js +1 -3
- package/dist-es/commands/GetManagedScalingPolicyCommand.js +1 -3
- package/dist-es/commands/GetStudioSessionMappingCommand.js +1 -3
- package/dist-es/commands/ListBootstrapActionsCommand.js +1 -3
- package/dist-es/commands/ListClustersCommand.js +1 -3
- package/dist-es/commands/ListInstanceFleetsCommand.js +1 -3
- package/dist-es/commands/ListInstanceGroupsCommand.js +1 -3
- package/dist-es/commands/ListInstancesCommand.js +1 -3
- package/dist-es/commands/ListNotebookExecutionsCommand.js +1 -3
- package/dist-es/commands/ListReleaseLabelsCommand.js +1 -3
- package/dist-es/commands/ListSecurityConfigurationsCommand.js +1 -3
- package/dist-es/commands/ListStepsCommand.js +1 -3
- package/dist-es/commands/ListStudioSessionMappingsCommand.js +1 -3
- package/dist-es/commands/ListStudiosCommand.js +1 -3
- package/dist-es/commands/ListSupportedInstanceTypesCommand.js +1 -3
- package/dist-es/commands/ModifyClusterCommand.js +1 -3
- package/dist-es/commands/ModifyInstanceFleetCommand.js +1 -3
- package/dist-es/commands/ModifyInstanceGroupsCommand.js +1 -3
- package/dist-es/commands/PutAutoScalingPolicyCommand.js +1 -3
- package/dist-es/commands/PutAutoTerminationPolicyCommand.js +1 -3
- package/dist-es/commands/PutBlockPublicAccessConfigurationCommand.js +1 -3
- package/dist-es/commands/PutManagedScalingPolicyCommand.js +1 -3
- package/dist-es/commands/RemoveAutoScalingPolicyCommand.js +1 -3
- package/dist-es/commands/RemoveAutoTerminationPolicyCommand.js +1 -3
- package/dist-es/commands/RemoveManagedScalingPolicyCommand.js +1 -3
- package/dist-es/commands/RemoveTagsCommand.js +1 -3
- package/dist-es/commands/RunJobFlowCommand.js +1 -3
- package/dist-es/commands/SetKeepJobFlowAliveWhenNoStepsCommand.js +1 -3
- package/dist-es/commands/SetTerminationProtectionCommand.js +1 -3
- package/dist-es/commands/SetUnhealthyNodeReplacementCommand.js +1 -3
- package/dist-es/commands/SetVisibleToAllUsersCommand.js +1 -3
- package/dist-es/commands/StartNotebookExecutionCommand.js +1 -3
- package/dist-es/commands/StopNotebookExecutionCommand.js +1 -3
- package/dist-es/commands/TerminateJobFlowsCommand.js +1 -3
- package/dist-es/commands/UpdateStudioCommand.js +1 -3
- package/dist-es/commands/UpdateStudioSessionMappingCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -2684,9 +2684,7 @@ function sharedHeaders(operation) {
|
|
|
2684
2684
|
__name(sharedHeaders, "sharedHeaders");
|
|
2685
2685
|
|
|
2686
2686
|
// src/commands/AddInstanceFleetCommand.ts
|
|
2687
|
-
var _AddInstanceFleetCommand = class _AddInstanceFleetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2688
|
-
...commonParams
|
|
2689
|
-
}).m(function(Command, cs, config, o) {
|
|
2687
|
+
var _AddInstanceFleetCommand = class _AddInstanceFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2690
2688
|
return [
|
|
2691
2689
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2692
2690
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2700,9 +2698,7 @@ var AddInstanceFleetCommand = _AddInstanceFleetCommand;
|
|
|
2700
2698
|
|
|
2701
2699
|
|
|
2702
2700
|
|
|
2703
|
-
var _AddInstanceGroupsCommand = class _AddInstanceGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2704
|
-
...commonParams
|
|
2705
|
-
}).m(function(Command, cs, config, o) {
|
|
2701
|
+
var _AddInstanceGroupsCommand = class _AddInstanceGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2706
2702
|
return [
|
|
2707
2703
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2708
2704
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2716,9 +2712,7 @@ var AddInstanceGroupsCommand = _AddInstanceGroupsCommand;
|
|
|
2716
2712
|
|
|
2717
2713
|
|
|
2718
2714
|
|
|
2719
|
-
var _AddJobFlowStepsCommand = class _AddJobFlowStepsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2720
|
-
...commonParams
|
|
2721
|
-
}).m(function(Command, cs, config, o) {
|
|
2715
|
+
var _AddJobFlowStepsCommand = class _AddJobFlowStepsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2722
2716
|
return [
|
|
2723
2717
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2724
2718
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2732,9 +2726,7 @@ var AddJobFlowStepsCommand = _AddJobFlowStepsCommand;
|
|
|
2732
2726
|
|
|
2733
2727
|
|
|
2734
2728
|
|
|
2735
|
-
var _AddTagsCommand = class _AddTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2736
|
-
...commonParams
|
|
2737
|
-
}).m(function(Command, cs, config, o) {
|
|
2729
|
+
var _AddTagsCommand = class _AddTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2738
2730
|
return [
|
|
2739
2731
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2740
2732
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2748,9 +2740,7 @@ var AddTagsCommand = _AddTagsCommand;
|
|
|
2748
2740
|
|
|
2749
2741
|
|
|
2750
2742
|
|
|
2751
|
-
var _CancelStepsCommand = class _CancelStepsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2752
|
-
...commonParams
|
|
2753
|
-
}).m(function(Command, cs, config, o) {
|
|
2743
|
+
var _CancelStepsCommand = class _CancelStepsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2754
2744
|
return [
|
|
2755
2745
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2756
2746
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2764,9 +2754,7 @@ var CancelStepsCommand = _CancelStepsCommand;
|
|
|
2764
2754
|
|
|
2765
2755
|
|
|
2766
2756
|
|
|
2767
|
-
var _CreateSecurityConfigurationCommand = class _CreateSecurityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2768
|
-
...commonParams
|
|
2769
|
-
}).m(function(Command, cs, config, o) {
|
|
2757
|
+
var _CreateSecurityConfigurationCommand = class _CreateSecurityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2770
2758
|
return [
|
|
2771
2759
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2772
2760
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2780,9 +2768,7 @@ var CreateSecurityConfigurationCommand = _CreateSecurityConfigurationCommand;
|
|
|
2780
2768
|
|
|
2781
2769
|
|
|
2782
2770
|
|
|
2783
|
-
var _CreateStudioCommand = class _CreateStudioCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2784
|
-
...commonParams
|
|
2785
|
-
}).m(function(Command, cs, config, o) {
|
|
2771
|
+
var _CreateStudioCommand = class _CreateStudioCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2786
2772
|
return [
|
|
2787
2773
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2788
2774
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2796,9 +2782,7 @@ var CreateStudioCommand = _CreateStudioCommand;
|
|
|
2796
2782
|
|
|
2797
2783
|
|
|
2798
2784
|
|
|
2799
|
-
var _CreateStudioSessionMappingCommand = class _CreateStudioSessionMappingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2800
|
-
...commonParams
|
|
2801
|
-
}).m(function(Command, cs, config, o) {
|
|
2785
|
+
var _CreateStudioSessionMappingCommand = class _CreateStudioSessionMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2802
2786
|
return [
|
|
2803
2787
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2804
2788
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2812,9 +2796,7 @@ var CreateStudioSessionMappingCommand = _CreateStudioSessionMappingCommand;
|
|
|
2812
2796
|
|
|
2813
2797
|
|
|
2814
2798
|
|
|
2815
|
-
var _DeleteSecurityConfigurationCommand = class _DeleteSecurityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2816
|
-
...commonParams
|
|
2817
|
-
}).m(function(Command, cs, config, o) {
|
|
2799
|
+
var _DeleteSecurityConfigurationCommand = class _DeleteSecurityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2818
2800
|
return [
|
|
2819
2801
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2820
2802
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2828,9 +2810,7 @@ var DeleteSecurityConfigurationCommand = _DeleteSecurityConfigurationCommand;
|
|
|
2828
2810
|
|
|
2829
2811
|
|
|
2830
2812
|
|
|
2831
|
-
var _DeleteStudioCommand = class _DeleteStudioCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2832
|
-
...commonParams
|
|
2833
|
-
}).m(function(Command, cs, config, o) {
|
|
2813
|
+
var _DeleteStudioCommand = class _DeleteStudioCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2834
2814
|
return [
|
|
2835
2815
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2836
2816
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2844,9 +2824,7 @@ var DeleteStudioCommand = _DeleteStudioCommand;
|
|
|
2844
2824
|
|
|
2845
2825
|
|
|
2846
2826
|
|
|
2847
|
-
var _DeleteStudioSessionMappingCommand = class _DeleteStudioSessionMappingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2848
|
-
...commonParams
|
|
2849
|
-
}).m(function(Command, cs, config, o) {
|
|
2827
|
+
var _DeleteStudioSessionMappingCommand = class _DeleteStudioSessionMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2850
2828
|
return [
|
|
2851
2829
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2852
2830
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2860,9 +2838,7 @@ var DeleteStudioSessionMappingCommand = _DeleteStudioSessionMappingCommand;
|
|
|
2860
2838
|
|
|
2861
2839
|
|
|
2862
2840
|
|
|
2863
|
-
var _DescribeClusterCommand = class _DescribeClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2864
|
-
...commonParams
|
|
2865
|
-
}).m(function(Command, cs, config, o) {
|
|
2841
|
+
var _DescribeClusterCommand = class _DescribeClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2866
2842
|
return [
|
|
2867
2843
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2868
2844
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2876,9 +2852,7 @@ var DescribeClusterCommand = _DescribeClusterCommand;
|
|
|
2876
2852
|
|
|
2877
2853
|
|
|
2878
2854
|
|
|
2879
|
-
var _DescribeJobFlowsCommand = class _DescribeJobFlowsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2880
|
-
...commonParams
|
|
2881
|
-
}).m(function(Command, cs, config, o) {
|
|
2855
|
+
var _DescribeJobFlowsCommand = class _DescribeJobFlowsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2882
2856
|
return [
|
|
2883
2857
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2884
2858
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2892,9 +2866,7 @@ var DescribeJobFlowsCommand = _DescribeJobFlowsCommand;
|
|
|
2892
2866
|
|
|
2893
2867
|
|
|
2894
2868
|
|
|
2895
|
-
var _DescribeNotebookExecutionCommand = class _DescribeNotebookExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2896
|
-
...commonParams
|
|
2897
|
-
}).m(function(Command, cs, config, o) {
|
|
2869
|
+
var _DescribeNotebookExecutionCommand = class _DescribeNotebookExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2898
2870
|
return [
|
|
2899
2871
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2900
2872
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2908,9 +2880,7 @@ var DescribeNotebookExecutionCommand = _DescribeNotebookExecutionCommand;
|
|
|
2908
2880
|
|
|
2909
2881
|
|
|
2910
2882
|
|
|
2911
|
-
var _DescribeReleaseLabelCommand = class _DescribeReleaseLabelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2912
|
-
...commonParams
|
|
2913
|
-
}).m(function(Command, cs, config, o) {
|
|
2883
|
+
var _DescribeReleaseLabelCommand = class _DescribeReleaseLabelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2914
2884
|
return [
|
|
2915
2885
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2916
2886
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2924,9 +2894,7 @@ var DescribeReleaseLabelCommand = _DescribeReleaseLabelCommand;
|
|
|
2924
2894
|
|
|
2925
2895
|
|
|
2926
2896
|
|
|
2927
|
-
var _DescribeSecurityConfigurationCommand = class _DescribeSecurityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2928
|
-
...commonParams
|
|
2929
|
-
}).m(function(Command, cs, config, o) {
|
|
2897
|
+
var _DescribeSecurityConfigurationCommand = class _DescribeSecurityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2930
2898
|
return [
|
|
2931
2899
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2932
2900
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2940,9 +2908,7 @@ var DescribeSecurityConfigurationCommand = _DescribeSecurityConfigurationCommand
|
|
|
2940
2908
|
|
|
2941
2909
|
|
|
2942
2910
|
|
|
2943
|
-
var _DescribeStepCommand = class _DescribeStepCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2944
|
-
...commonParams
|
|
2945
|
-
}).m(function(Command, cs, config, o) {
|
|
2911
|
+
var _DescribeStepCommand = class _DescribeStepCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2946
2912
|
return [
|
|
2947
2913
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2948
2914
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2956,9 +2922,7 @@ var DescribeStepCommand = _DescribeStepCommand;
|
|
|
2956
2922
|
|
|
2957
2923
|
|
|
2958
2924
|
|
|
2959
|
-
var _DescribeStudioCommand = class _DescribeStudioCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2960
|
-
...commonParams
|
|
2961
|
-
}).m(function(Command, cs, config, o) {
|
|
2925
|
+
var _DescribeStudioCommand = class _DescribeStudioCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2962
2926
|
return [
|
|
2963
2927
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2964
2928
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2972,9 +2936,7 @@ var DescribeStudioCommand = _DescribeStudioCommand;
|
|
|
2972
2936
|
|
|
2973
2937
|
|
|
2974
2938
|
|
|
2975
|
-
var _GetAutoTerminationPolicyCommand = class _GetAutoTerminationPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2976
|
-
...commonParams
|
|
2977
|
-
}).m(function(Command, cs, config, o) {
|
|
2939
|
+
var _GetAutoTerminationPolicyCommand = class _GetAutoTerminationPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2978
2940
|
return [
|
|
2979
2941
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2980
2942
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2988,9 +2950,7 @@ var GetAutoTerminationPolicyCommand = _GetAutoTerminationPolicyCommand;
|
|
|
2988
2950
|
|
|
2989
2951
|
|
|
2990
2952
|
|
|
2991
|
-
var _GetBlockPublicAccessConfigurationCommand = class _GetBlockPublicAccessConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2992
|
-
...commonParams
|
|
2993
|
-
}).m(function(Command, cs, config, o) {
|
|
2953
|
+
var _GetBlockPublicAccessConfigurationCommand = class _GetBlockPublicAccessConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2994
2954
|
return [
|
|
2995
2955
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2996
2956
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3004,9 +2964,7 @@ var GetBlockPublicAccessConfigurationCommand = _GetBlockPublicAccessConfiguratio
|
|
|
3004
2964
|
|
|
3005
2965
|
|
|
3006
2966
|
|
|
3007
|
-
var _GetClusterSessionCredentialsCommand = class _GetClusterSessionCredentialsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3008
|
-
...commonParams
|
|
3009
|
-
}).m(function(Command, cs, config, o) {
|
|
2967
|
+
var _GetClusterSessionCredentialsCommand = class _GetClusterSessionCredentialsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3010
2968
|
return [
|
|
3011
2969
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3012
2970
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3020,9 +2978,7 @@ var GetClusterSessionCredentialsCommand = _GetClusterSessionCredentialsCommand;
|
|
|
3020
2978
|
|
|
3021
2979
|
|
|
3022
2980
|
|
|
3023
|
-
var _GetManagedScalingPolicyCommand = class _GetManagedScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3024
|
-
...commonParams
|
|
3025
|
-
}).m(function(Command, cs, config, o) {
|
|
2981
|
+
var _GetManagedScalingPolicyCommand = class _GetManagedScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3026
2982
|
return [
|
|
3027
2983
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3028
2984
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3036,9 +2992,7 @@ var GetManagedScalingPolicyCommand = _GetManagedScalingPolicyCommand;
|
|
|
3036
2992
|
|
|
3037
2993
|
|
|
3038
2994
|
|
|
3039
|
-
var _GetStudioSessionMappingCommand = class _GetStudioSessionMappingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3040
|
-
...commonParams
|
|
3041
|
-
}).m(function(Command, cs, config, o) {
|
|
2995
|
+
var _GetStudioSessionMappingCommand = class _GetStudioSessionMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3042
2996
|
return [
|
|
3043
2997
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3044
2998
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3052,9 +3006,7 @@ var GetStudioSessionMappingCommand = _GetStudioSessionMappingCommand;
|
|
|
3052
3006
|
|
|
3053
3007
|
|
|
3054
3008
|
|
|
3055
|
-
var _ListBootstrapActionsCommand = class _ListBootstrapActionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3056
|
-
...commonParams
|
|
3057
|
-
}).m(function(Command, cs, config, o) {
|
|
3009
|
+
var _ListBootstrapActionsCommand = class _ListBootstrapActionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3058
3010
|
return [
|
|
3059
3011
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3060
3012
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3068,9 +3020,7 @@ var ListBootstrapActionsCommand = _ListBootstrapActionsCommand;
|
|
|
3068
3020
|
|
|
3069
3021
|
|
|
3070
3022
|
|
|
3071
|
-
var _ListClustersCommand = class _ListClustersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3072
|
-
...commonParams
|
|
3073
|
-
}).m(function(Command, cs, config, o) {
|
|
3023
|
+
var _ListClustersCommand = class _ListClustersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3074
3024
|
return [
|
|
3075
3025
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3076
3026
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3084,9 +3034,7 @@ var ListClustersCommand = _ListClustersCommand;
|
|
|
3084
3034
|
|
|
3085
3035
|
|
|
3086
3036
|
|
|
3087
|
-
var _ListInstanceFleetsCommand = class _ListInstanceFleetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3088
|
-
...commonParams
|
|
3089
|
-
}).m(function(Command, cs, config, o) {
|
|
3037
|
+
var _ListInstanceFleetsCommand = class _ListInstanceFleetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3090
3038
|
return [
|
|
3091
3039
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3092
3040
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3100,9 +3048,7 @@ var ListInstanceFleetsCommand = _ListInstanceFleetsCommand;
|
|
|
3100
3048
|
|
|
3101
3049
|
|
|
3102
3050
|
|
|
3103
|
-
var _ListInstanceGroupsCommand = class _ListInstanceGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3104
|
-
...commonParams
|
|
3105
|
-
}).m(function(Command, cs, config, o) {
|
|
3051
|
+
var _ListInstanceGroupsCommand = class _ListInstanceGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3106
3052
|
return [
|
|
3107
3053
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3108
3054
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3116,9 +3062,7 @@ var ListInstanceGroupsCommand = _ListInstanceGroupsCommand;
|
|
|
3116
3062
|
|
|
3117
3063
|
|
|
3118
3064
|
|
|
3119
|
-
var _ListInstancesCommand = class _ListInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3120
|
-
...commonParams
|
|
3121
|
-
}).m(function(Command, cs, config, o) {
|
|
3065
|
+
var _ListInstancesCommand = class _ListInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3122
3066
|
return [
|
|
3123
3067
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3124
3068
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3132,9 +3076,7 @@ var ListInstancesCommand = _ListInstancesCommand;
|
|
|
3132
3076
|
|
|
3133
3077
|
|
|
3134
3078
|
|
|
3135
|
-
var _ListNotebookExecutionsCommand = class _ListNotebookExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3136
|
-
...commonParams
|
|
3137
|
-
}).m(function(Command, cs, config, o) {
|
|
3079
|
+
var _ListNotebookExecutionsCommand = class _ListNotebookExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3138
3080
|
return [
|
|
3139
3081
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3140
3082
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3148,9 +3090,7 @@ var ListNotebookExecutionsCommand = _ListNotebookExecutionsCommand;
|
|
|
3148
3090
|
|
|
3149
3091
|
|
|
3150
3092
|
|
|
3151
|
-
var _ListReleaseLabelsCommand = class _ListReleaseLabelsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3152
|
-
...commonParams
|
|
3153
|
-
}).m(function(Command, cs, config, o) {
|
|
3093
|
+
var _ListReleaseLabelsCommand = class _ListReleaseLabelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3154
3094
|
return [
|
|
3155
3095
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3156
3096
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3164,9 +3104,7 @@ var ListReleaseLabelsCommand = _ListReleaseLabelsCommand;
|
|
|
3164
3104
|
|
|
3165
3105
|
|
|
3166
3106
|
|
|
3167
|
-
var _ListSecurityConfigurationsCommand = class _ListSecurityConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3168
|
-
...commonParams
|
|
3169
|
-
}).m(function(Command, cs, config, o) {
|
|
3107
|
+
var _ListSecurityConfigurationsCommand = class _ListSecurityConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3170
3108
|
return [
|
|
3171
3109
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3172
3110
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3180,9 +3118,7 @@ var ListSecurityConfigurationsCommand = _ListSecurityConfigurationsCommand;
|
|
|
3180
3118
|
|
|
3181
3119
|
|
|
3182
3120
|
|
|
3183
|
-
var _ListStepsCommand = class _ListStepsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3184
|
-
...commonParams
|
|
3185
|
-
}).m(function(Command, cs, config, o) {
|
|
3121
|
+
var _ListStepsCommand = class _ListStepsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3186
3122
|
return [
|
|
3187
3123
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3188
3124
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3196,9 +3132,7 @@ var ListStepsCommand = _ListStepsCommand;
|
|
|
3196
3132
|
|
|
3197
3133
|
|
|
3198
3134
|
|
|
3199
|
-
var _ListStudiosCommand = class _ListStudiosCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3200
|
-
...commonParams
|
|
3201
|
-
}).m(function(Command, cs, config, o) {
|
|
3135
|
+
var _ListStudiosCommand = class _ListStudiosCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3202
3136
|
return [
|
|
3203
3137
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3204
3138
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3212,9 +3146,7 @@ var ListStudiosCommand = _ListStudiosCommand;
|
|
|
3212
3146
|
|
|
3213
3147
|
|
|
3214
3148
|
|
|
3215
|
-
var _ListStudioSessionMappingsCommand = class _ListStudioSessionMappingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3216
|
-
...commonParams
|
|
3217
|
-
}).m(function(Command, cs, config, o) {
|
|
3149
|
+
var _ListStudioSessionMappingsCommand = class _ListStudioSessionMappingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3218
3150
|
return [
|
|
3219
3151
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3220
3152
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3228,9 +3160,7 @@ var ListStudioSessionMappingsCommand = _ListStudioSessionMappingsCommand;
|
|
|
3228
3160
|
|
|
3229
3161
|
|
|
3230
3162
|
|
|
3231
|
-
var _ListSupportedInstanceTypesCommand = class _ListSupportedInstanceTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3232
|
-
...commonParams
|
|
3233
|
-
}).m(function(Command, cs, config, o) {
|
|
3163
|
+
var _ListSupportedInstanceTypesCommand = class _ListSupportedInstanceTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3234
3164
|
return [
|
|
3235
3165
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3236
3166
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3244,9 +3174,7 @@ var ListSupportedInstanceTypesCommand = _ListSupportedInstanceTypesCommand;
|
|
|
3244
3174
|
|
|
3245
3175
|
|
|
3246
3176
|
|
|
3247
|
-
var _ModifyClusterCommand = class _ModifyClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3248
|
-
...commonParams
|
|
3249
|
-
}).m(function(Command, cs, config, o) {
|
|
3177
|
+
var _ModifyClusterCommand = class _ModifyClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3250
3178
|
return [
|
|
3251
3179
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3252
3180
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3260,9 +3188,7 @@ var ModifyClusterCommand = _ModifyClusterCommand;
|
|
|
3260
3188
|
|
|
3261
3189
|
|
|
3262
3190
|
|
|
3263
|
-
var _ModifyInstanceFleetCommand = class _ModifyInstanceFleetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3264
|
-
...commonParams
|
|
3265
|
-
}).m(function(Command, cs, config, o) {
|
|
3191
|
+
var _ModifyInstanceFleetCommand = class _ModifyInstanceFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3266
3192
|
return [
|
|
3267
3193
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3268
3194
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3276,9 +3202,7 @@ var ModifyInstanceFleetCommand = _ModifyInstanceFleetCommand;
|
|
|
3276
3202
|
|
|
3277
3203
|
|
|
3278
3204
|
|
|
3279
|
-
var _ModifyInstanceGroupsCommand = class _ModifyInstanceGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3280
|
-
...commonParams
|
|
3281
|
-
}).m(function(Command, cs, config, o) {
|
|
3205
|
+
var _ModifyInstanceGroupsCommand = class _ModifyInstanceGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3282
3206
|
return [
|
|
3283
3207
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3284
3208
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3292,9 +3216,7 @@ var ModifyInstanceGroupsCommand = _ModifyInstanceGroupsCommand;
|
|
|
3292
3216
|
|
|
3293
3217
|
|
|
3294
3218
|
|
|
3295
|
-
var _PutAutoScalingPolicyCommand = class _PutAutoScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3296
|
-
...commonParams
|
|
3297
|
-
}).m(function(Command, cs, config, o) {
|
|
3219
|
+
var _PutAutoScalingPolicyCommand = class _PutAutoScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3298
3220
|
return [
|
|
3299
3221
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3300
3222
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3308,9 +3230,7 @@ var PutAutoScalingPolicyCommand = _PutAutoScalingPolicyCommand;
|
|
|
3308
3230
|
|
|
3309
3231
|
|
|
3310
3232
|
|
|
3311
|
-
var _PutAutoTerminationPolicyCommand = class _PutAutoTerminationPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3312
|
-
...commonParams
|
|
3313
|
-
}).m(function(Command, cs, config, o) {
|
|
3233
|
+
var _PutAutoTerminationPolicyCommand = class _PutAutoTerminationPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3314
3234
|
return [
|
|
3315
3235
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3316
3236
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3324,9 +3244,7 @@ var PutAutoTerminationPolicyCommand = _PutAutoTerminationPolicyCommand;
|
|
|
3324
3244
|
|
|
3325
3245
|
|
|
3326
3246
|
|
|
3327
|
-
var _PutBlockPublicAccessConfigurationCommand = class _PutBlockPublicAccessConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3328
|
-
...commonParams
|
|
3329
|
-
}).m(function(Command, cs, config, o) {
|
|
3247
|
+
var _PutBlockPublicAccessConfigurationCommand = class _PutBlockPublicAccessConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3330
3248
|
return [
|
|
3331
3249
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3332
3250
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3340,9 +3258,7 @@ var PutBlockPublicAccessConfigurationCommand = _PutBlockPublicAccessConfiguratio
|
|
|
3340
3258
|
|
|
3341
3259
|
|
|
3342
3260
|
|
|
3343
|
-
var _PutManagedScalingPolicyCommand = class _PutManagedScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3344
|
-
...commonParams
|
|
3345
|
-
}).m(function(Command, cs, config, o) {
|
|
3261
|
+
var _PutManagedScalingPolicyCommand = class _PutManagedScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3346
3262
|
return [
|
|
3347
3263
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3348
3264
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3356,9 +3272,7 @@ var PutManagedScalingPolicyCommand = _PutManagedScalingPolicyCommand;
|
|
|
3356
3272
|
|
|
3357
3273
|
|
|
3358
3274
|
|
|
3359
|
-
var _RemoveAutoScalingPolicyCommand = class _RemoveAutoScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3360
|
-
...commonParams
|
|
3361
|
-
}).m(function(Command, cs, config, o) {
|
|
3275
|
+
var _RemoveAutoScalingPolicyCommand = class _RemoveAutoScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3362
3276
|
return [
|
|
3363
3277
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3364
3278
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3372,9 +3286,7 @@ var RemoveAutoScalingPolicyCommand = _RemoveAutoScalingPolicyCommand;
|
|
|
3372
3286
|
|
|
3373
3287
|
|
|
3374
3288
|
|
|
3375
|
-
var _RemoveAutoTerminationPolicyCommand = class _RemoveAutoTerminationPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3376
|
-
...commonParams
|
|
3377
|
-
}).m(function(Command, cs, config, o) {
|
|
3289
|
+
var _RemoveAutoTerminationPolicyCommand = class _RemoveAutoTerminationPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3378
3290
|
return [
|
|
3379
3291
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3380
3292
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3388,9 +3300,7 @@ var RemoveAutoTerminationPolicyCommand = _RemoveAutoTerminationPolicyCommand;
|
|
|
3388
3300
|
|
|
3389
3301
|
|
|
3390
3302
|
|
|
3391
|
-
var _RemoveManagedScalingPolicyCommand = class _RemoveManagedScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3392
|
-
...commonParams
|
|
3393
|
-
}).m(function(Command, cs, config, o) {
|
|
3303
|
+
var _RemoveManagedScalingPolicyCommand = class _RemoveManagedScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3394
3304
|
return [
|
|
3395
3305
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3396
3306
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3404,9 +3314,7 @@ var RemoveManagedScalingPolicyCommand = _RemoveManagedScalingPolicyCommand;
|
|
|
3404
3314
|
|
|
3405
3315
|
|
|
3406
3316
|
|
|
3407
|
-
var _RemoveTagsCommand = class _RemoveTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3408
|
-
...commonParams
|
|
3409
|
-
}).m(function(Command, cs, config, o) {
|
|
3317
|
+
var _RemoveTagsCommand = class _RemoveTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3410
3318
|
return [
|
|
3411
3319
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3412
3320
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3420,9 +3328,7 @@ var RemoveTagsCommand = _RemoveTagsCommand;
|
|
|
3420
3328
|
|
|
3421
3329
|
|
|
3422
3330
|
|
|
3423
|
-
var _RunJobFlowCommand = class _RunJobFlowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3424
|
-
...commonParams
|
|
3425
|
-
}).m(function(Command, cs, config, o) {
|
|
3331
|
+
var _RunJobFlowCommand = class _RunJobFlowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3426
3332
|
return [
|
|
3427
3333
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3428
3334
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3436,9 +3342,7 @@ var RunJobFlowCommand = _RunJobFlowCommand;
|
|
|
3436
3342
|
|
|
3437
3343
|
|
|
3438
3344
|
|
|
3439
|
-
var _SetKeepJobFlowAliveWhenNoStepsCommand = class _SetKeepJobFlowAliveWhenNoStepsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3440
|
-
...commonParams
|
|
3441
|
-
}).m(function(Command, cs, config, o) {
|
|
3345
|
+
var _SetKeepJobFlowAliveWhenNoStepsCommand = class _SetKeepJobFlowAliveWhenNoStepsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3442
3346
|
return [
|
|
3443
3347
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3444
3348
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3452,9 +3356,7 @@ var SetKeepJobFlowAliveWhenNoStepsCommand = _SetKeepJobFlowAliveWhenNoStepsComma
|
|
|
3452
3356
|
|
|
3453
3357
|
|
|
3454
3358
|
|
|
3455
|
-
var _SetTerminationProtectionCommand = class _SetTerminationProtectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3456
|
-
...commonParams
|
|
3457
|
-
}).m(function(Command, cs, config, o) {
|
|
3359
|
+
var _SetTerminationProtectionCommand = class _SetTerminationProtectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3458
3360
|
return [
|
|
3459
3361
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3460
3362
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3468,9 +3370,7 @@ var SetTerminationProtectionCommand = _SetTerminationProtectionCommand;
|
|
|
3468
3370
|
|
|
3469
3371
|
|
|
3470
3372
|
|
|
3471
|
-
var _SetUnhealthyNodeReplacementCommand = class _SetUnhealthyNodeReplacementCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3472
|
-
...commonParams
|
|
3473
|
-
}).m(function(Command, cs, config, o) {
|
|
3373
|
+
var _SetUnhealthyNodeReplacementCommand = class _SetUnhealthyNodeReplacementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3474
3374
|
return [
|
|
3475
3375
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3476
3376
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3484,9 +3384,7 @@ var SetUnhealthyNodeReplacementCommand = _SetUnhealthyNodeReplacementCommand;
|
|
|
3484
3384
|
|
|
3485
3385
|
|
|
3486
3386
|
|
|
3487
|
-
var _SetVisibleToAllUsersCommand = class _SetVisibleToAllUsersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3488
|
-
...commonParams
|
|
3489
|
-
}).m(function(Command, cs, config, o) {
|
|
3387
|
+
var _SetVisibleToAllUsersCommand = class _SetVisibleToAllUsersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3490
3388
|
return [
|
|
3491
3389
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3492
3390
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3500,9 +3398,7 @@ var SetVisibleToAllUsersCommand = _SetVisibleToAllUsersCommand;
|
|
|
3500
3398
|
|
|
3501
3399
|
|
|
3502
3400
|
|
|
3503
|
-
var _StartNotebookExecutionCommand = class _StartNotebookExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3504
|
-
...commonParams
|
|
3505
|
-
}).m(function(Command, cs, config, o) {
|
|
3401
|
+
var _StartNotebookExecutionCommand = class _StartNotebookExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3506
3402
|
return [
|
|
3507
3403
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3508
3404
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3516,9 +3412,7 @@ var StartNotebookExecutionCommand = _StartNotebookExecutionCommand;
|
|
|
3516
3412
|
|
|
3517
3413
|
|
|
3518
3414
|
|
|
3519
|
-
var _StopNotebookExecutionCommand = class _StopNotebookExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3520
|
-
...commonParams
|
|
3521
|
-
}).m(function(Command, cs, config, o) {
|
|
3415
|
+
var _StopNotebookExecutionCommand = class _StopNotebookExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3522
3416
|
return [
|
|
3523
3417
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3524
3418
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3532,9 +3426,7 @@ var StopNotebookExecutionCommand = _StopNotebookExecutionCommand;
|
|
|
3532
3426
|
|
|
3533
3427
|
|
|
3534
3428
|
|
|
3535
|
-
var _TerminateJobFlowsCommand = class _TerminateJobFlowsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3536
|
-
...commonParams
|
|
3537
|
-
}).m(function(Command, cs, config, o) {
|
|
3429
|
+
var _TerminateJobFlowsCommand = class _TerminateJobFlowsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3538
3430
|
return [
|
|
3539
3431
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3540
3432
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3548,9 +3440,7 @@ var TerminateJobFlowsCommand = _TerminateJobFlowsCommand;
|
|
|
3548
3440
|
|
|
3549
3441
|
|
|
3550
3442
|
|
|
3551
|
-
var _UpdateStudioCommand = class _UpdateStudioCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3552
|
-
...commonParams
|
|
3553
|
-
}).m(function(Command, cs, config, o) {
|
|
3443
|
+
var _UpdateStudioCommand = class _UpdateStudioCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3554
3444
|
return [
|
|
3555
3445
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3556
3446
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3564,9 +3454,7 @@ var UpdateStudioCommand = _UpdateStudioCommand;
|
|
|
3564
3454
|
|
|
3565
3455
|
|
|
3566
3456
|
|
|
3567
|
-
var _UpdateStudioSessionMappingCommand = class _UpdateStudioSessionMappingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3568
|
-
...commonParams
|
|
3569
|
-
}).m(function(Command, cs, config, o) {
|
|
3457
|
+
var _UpdateStudioSessionMappingCommand = class _UpdateStudioSessionMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3570
3458
|
return [
|
|
3571
3459
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3572
3460
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AddInstanceFleetCommand, se_AddInstanceFleetCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AddInstanceFleetCommand 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_AddInstanceGroupsCommand, se_AddInstanceGroupsCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AddInstanceGroupsCommand 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_AddJobFlowStepsCommand, se_AddJobFlowStepsCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AddJobFlowStepsCommand 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_AddTagsCommand, se_AddTagsCommand } from "../protocols/Aws_json1_1";
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AddTagsCommand 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_CancelStepsCommand, se_CancelStepsCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CancelStepsCommand 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),
|