@aws-sdk/client-emr 3.649.0 → 3.651.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/dist-cjs/index.js +72 -169
  2. package/dist-es/commands/AddInstanceFleetCommand.js +1 -3
  3. package/dist-es/commands/AddInstanceGroupsCommand.js +1 -3
  4. package/dist-es/commands/AddJobFlowStepsCommand.js +1 -3
  5. package/dist-es/commands/AddTagsCommand.js +1 -3
  6. package/dist-es/commands/CancelStepsCommand.js +1 -3
  7. package/dist-es/commands/CreateSecurityConfigurationCommand.js +1 -3
  8. package/dist-es/commands/CreateStudioCommand.js +1 -3
  9. package/dist-es/commands/CreateStudioSessionMappingCommand.js +1 -3
  10. package/dist-es/commands/DeleteSecurityConfigurationCommand.js +1 -3
  11. package/dist-es/commands/DeleteStudioCommand.js +1 -3
  12. package/dist-es/commands/DeleteStudioSessionMappingCommand.js +1 -3
  13. package/dist-es/commands/DescribeClusterCommand.js +1 -3
  14. package/dist-es/commands/DescribeJobFlowsCommand.js +1 -3
  15. package/dist-es/commands/DescribeNotebookExecutionCommand.js +1 -3
  16. package/dist-es/commands/DescribeReleaseLabelCommand.js +1 -3
  17. package/dist-es/commands/DescribeSecurityConfigurationCommand.js +1 -3
  18. package/dist-es/commands/DescribeStepCommand.js +1 -3
  19. package/dist-es/commands/DescribeStudioCommand.js +1 -3
  20. package/dist-es/commands/GetAutoTerminationPolicyCommand.js +1 -3
  21. package/dist-es/commands/GetBlockPublicAccessConfigurationCommand.js +1 -3
  22. package/dist-es/commands/GetClusterSessionCredentialsCommand.js +1 -3
  23. package/dist-es/commands/GetManagedScalingPolicyCommand.js +1 -3
  24. package/dist-es/commands/GetStudioSessionMappingCommand.js +1 -3
  25. package/dist-es/commands/ListBootstrapActionsCommand.js +1 -3
  26. package/dist-es/commands/ListClustersCommand.js +1 -3
  27. package/dist-es/commands/ListInstanceFleetsCommand.js +1 -3
  28. package/dist-es/commands/ListInstanceGroupsCommand.js +1 -3
  29. package/dist-es/commands/ListInstancesCommand.js +1 -3
  30. package/dist-es/commands/ListNotebookExecutionsCommand.js +1 -3
  31. package/dist-es/commands/ListReleaseLabelsCommand.js +1 -3
  32. package/dist-es/commands/ListSecurityConfigurationsCommand.js +1 -3
  33. package/dist-es/commands/ListStepsCommand.js +1 -3
  34. package/dist-es/commands/ListStudioSessionMappingsCommand.js +1 -3
  35. package/dist-es/commands/ListStudiosCommand.js +1 -3
  36. package/dist-es/commands/ListSupportedInstanceTypesCommand.js +1 -3
  37. package/dist-es/commands/ModifyClusterCommand.js +1 -3
  38. package/dist-es/commands/ModifyInstanceFleetCommand.js +1 -3
  39. package/dist-es/commands/ModifyInstanceGroupsCommand.js +1 -3
  40. package/dist-es/commands/PutAutoScalingPolicyCommand.js +1 -3
  41. package/dist-es/commands/PutAutoTerminationPolicyCommand.js +1 -3
  42. package/dist-es/commands/PutBlockPublicAccessConfigurationCommand.js +1 -3
  43. package/dist-es/commands/PutManagedScalingPolicyCommand.js +1 -3
  44. package/dist-es/commands/RemoveAutoScalingPolicyCommand.js +1 -3
  45. package/dist-es/commands/RemoveAutoTerminationPolicyCommand.js +1 -3
  46. package/dist-es/commands/RemoveManagedScalingPolicyCommand.js +1 -3
  47. package/dist-es/commands/RemoveTagsCommand.js +1 -3
  48. package/dist-es/commands/RunJobFlowCommand.js +1 -3
  49. package/dist-es/commands/SetKeepJobFlowAliveWhenNoStepsCommand.js +1 -3
  50. package/dist-es/commands/SetTerminationProtectionCommand.js +1 -3
  51. package/dist-es/commands/SetUnhealthyNodeReplacementCommand.js +1 -3
  52. package/dist-es/commands/SetVisibleToAllUsersCommand.js +1 -3
  53. package/dist-es/commands/StartNotebookExecutionCommand.js +1 -3
  54. package/dist-es/commands/StopNotebookExecutionCommand.js +1 -3
  55. package/dist-es/commands/TerminateJobFlowsCommand.js +1 -3
  56. package/dist-es/commands/UpdateStudioCommand.js +1 -3
  57. package/dist-es/commands/UpdateStudioSessionMappingCommand.js +1 -3
  58. package/dist-es/protocols/Aws_json1_1.js +16 -1
  59. package/dist-types/commands/AddInstanceFleetCommand.d.ts +9 -2
  60. package/dist-types/commands/ListInstanceFleetsCommand.d.ts +9 -2
  61. package/dist-types/commands/ModifyInstanceFleetCommand.d.ts +50 -2
  62. package/dist-types/commands/RunJobFlowCommand.d.ts +9 -2
  63. package/dist-types/models/models_0.d.ts +79 -56
  64. package/dist-types/ts3.4/models/models_0.d.ts +16 -12
  65. package/package.json +4 -4
package/dist-cjs/index.js CHANGED
@@ -883,7 +883,7 @@ var se_ModifyClusterCommand = /* @__PURE__ */ __name(async (input, context) => {
883
883
  var se_ModifyInstanceFleetCommand = /* @__PURE__ */ __name(async (input, context) => {
884
884
  const headers = sharedHeaders("ModifyInstanceFleet");
885
885
  let body;
886
- body = JSON.stringify((0, import_smithy_client._json)(input));
886
+ body = JSON.stringify(se_ModifyInstanceFleetInput(input, context));
887
887
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
888
888
  }, "se_ModifyInstanceFleetCommand");
889
889
  var se_ModifyInstanceGroupsCommand = /* @__PURE__ */ __name(async (input, context) => {
@@ -1817,6 +1817,15 @@ var se_InstanceFleetConfigList = /* @__PURE__ */ __name((input, context) => {
1817
1817
  return se_InstanceFleetConfig(entry, context);
1818
1818
  });
1819
1819
  }, "se_InstanceFleetConfigList");
1820
+ var se_InstanceFleetModifyConfig = /* @__PURE__ */ __name((input, context) => {
1821
+ return (0, import_smithy_client.take)(input, {
1822
+ InstanceFleetId: [],
1823
+ InstanceTypeConfigs: (_) => se_InstanceTypeConfigList(_, context),
1824
+ ResizeSpecifications: import_smithy_client._json,
1825
+ TargetOnDemandCapacity: [],
1826
+ TargetSpotCapacity: []
1827
+ });
1828
+ }, "se_InstanceFleetModifyConfig");
1820
1829
  var se_InstanceGroupConfig = /* @__PURE__ */ __name((input, context) => {
1821
1830
  return (0, import_smithy_client.take)(input, {
1822
1831
  AutoScalingPolicy: (_) => se_AutoScalingPolicy(_, context),
@@ -1908,6 +1917,12 @@ var se_ListNotebookExecutionsInput = /* @__PURE__ */ __name((input, context) =>
1908
1917
  To: (_) => _.getTime() / 1e3
1909
1918
  });
1910
1919
  }, "se_ListNotebookExecutionsInput");
1920
+ var se_ModifyInstanceFleetInput = /* @__PURE__ */ __name((input, context) => {
1921
+ return (0, import_smithy_client.take)(input, {
1922
+ ClusterId: [],
1923
+ InstanceFleet: (_) => se_InstanceFleetModifyConfig(_, context)
1924
+ });
1925
+ }, "se_ModifyInstanceFleetInput");
1911
1926
  var se_ModifyInstanceGroupsInput = /* @__PURE__ */ __name((input, context) => {
1912
1927
  return (0, import_smithy_client.take)(input, {
1913
1928
  ClusterId: [],
@@ -2684,9 +2699,7 @@ function sharedHeaders(operation) {
2684
2699
  __name(sharedHeaders, "sharedHeaders");
2685
2700
 
2686
2701
  // 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) {
2702
+ var _AddInstanceFleetCommand = class _AddInstanceFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2690
2703
  return [
2691
2704
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2692
2705
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2700,9 +2713,7 @@ var AddInstanceFleetCommand = _AddInstanceFleetCommand;
2700
2713
 
2701
2714
 
2702
2715
 
2703
- var _AddInstanceGroupsCommand = class _AddInstanceGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
2704
- ...commonParams
2705
- }).m(function(Command, cs, config, o) {
2716
+ var _AddInstanceGroupsCommand = class _AddInstanceGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2706
2717
  return [
2707
2718
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2708
2719
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2716,9 +2727,7 @@ var AddInstanceGroupsCommand = _AddInstanceGroupsCommand;
2716
2727
 
2717
2728
 
2718
2729
 
2719
- var _AddJobFlowStepsCommand = class _AddJobFlowStepsCommand extends import_smithy_client.Command.classBuilder().ep({
2720
- ...commonParams
2721
- }).m(function(Command, cs, config, o) {
2730
+ var _AddJobFlowStepsCommand = class _AddJobFlowStepsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2722
2731
  return [
2723
2732
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2724
2733
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2732,9 +2741,7 @@ var AddJobFlowStepsCommand = _AddJobFlowStepsCommand;
2732
2741
 
2733
2742
 
2734
2743
 
2735
- var _AddTagsCommand = class _AddTagsCommand extends import_smithy_client.Command.classBuilder().ep({
2736
- ...commonParams
2737
- }).m(function(Command, cs, config, o) {
2744
+ var _AddTagsCommand = class _AddTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2738
2745
  return [
2739
2746
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2740
2747
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2748,9 +2755,7 @@ var AddTagsCommand = _AddTagsCommand;
2748
2755
 
2749
2756
 
2750
2757
 
2751
- var _CancelStepsCommand = class _CancelStepsCommand extends import_smithy_client.Command.classBuilder().ep({
2752
- ...commonParams
2753
- }).m(function(Command, cs, config, o) {
2758
+ var _CancelStepsCommand = class _CancelStepsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2754
2759
  return [
2755
2760
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2756
2761
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2764,9 +2769,7 @@ var CancelStepsCommand = _CancelStepsCommand;
2764
2769
 
2765
2770
 
2766
2771
 
2767
- var _CreateSecurityConfigurationCommand = class _CreateSecurityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2768
- ...commonParams
2769
- }).m(function(Command, cs, config, o) {
2772
+ var _CreateSecurityConfigurationCommand = class _CreateSecurityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2770
2773
  return [
2771
2774
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2772
2775
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2780,9 +2783,7 @@ var CreateSecurityConfigurationCommand = _CreateSecurityConfigurationCommand;
2780
2783
 
2781
2784
 
2782
2785
 
2783
- var _CreateStudioCommand = class _CreateStudioCommand extends import_smithy_client.Command.classBuilder().ep({
2784
- ...commonParams
2785
- }).m(function(Command, cs, config, o) {
2786
+ var _CreateStudioCommand = class _CreateStudioCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2786
2787
  return [
2787
2788
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2788
2789
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2796,9 +2797,7 @@ var CreateStudioCommand = _CreateStudioCommand;
2796
2797
 
2797
2798
 
2798
2799
 
2799
- var _CreateStudioSessionMappingCommand = class _CreateStudioSessionMappingCommand extends import_smithy_client.Command.classBuilder().ep({
2800
- ...commonParams
2801
- }).m(function(Command, cs, config, o) {
2800
+ var _CreateStudioSessionMappingCommand = class _CreateStudioSessionMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2802
2801
  return [
2803
2802
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2804
2803
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2812,9 +2811,7 @@ var CreateStudioSessionMappingCommand = _CreateStudioSessionMappingCommand;
2812
2811
 
2813
2812
 
2814
2813
 
2815
- var _DeleteSecurityConfigurationCommand = class _DeleteSecurityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2816
- ...commonParams
2817
- }).m(function(Command, cs, config, o) {
2814
+ var _DeleteSecurityConfigurationCommand = class _DeleteSecurityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2818
2815
  return [
2819
2816
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2820
2817
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2828,9 +2825,7 @@ var DeleteSecurityConfigurationCommand = _DeleteSecurityConfigurationCommand;
2828
2825
 
2829
2826
 
2830
2827
 
2831
- var _DeleteStudioCommand = class _DeleteStudioCommand extends import_smithy_client.Command.classBuilder().ep({
2832
- ...commonParams
2833
- }).m(function(Command, cs, config, o) {
2828
+ var _DeleteStudioCommand = class _DeleteStudioCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2834
2829
  return [
2835
2830
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2836
2831
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2844,9 +2839,7 @@ var DeleteStudioCommand = _DeleteStudioCommand;
2844
2839
 
2845
2840
 
2846
2841
 
2847
- var _DeleteStudioSessionMappingCommand = class _DeleteStudioSessionMappingCommand extends import_smithy_client.Command.classBuilder().ep({
2848
- ...commonParams
2849
- }).m(function(Command, cs, config, o) {
2842
+ var _DeleteStudioSessionMappingCommand = class _DeleteStudioSessionMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2850
2843
  return [
2851
2844
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2852
2845
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2860,9 +2853,7 @@ var DeleteStudioSessionMappingCommand = _DeleteStudioSessionMappingCommand;
2860
2853
 
2861
2854
 
2862
2855
 
2863
- var _DescribeClusterCommand = class _DescribeClusterCommand extends import_smithy_client.Command.classBuilder().ep({
2864
- ...commonParams
2865
- }).m(function(Command, cs, config, o) {
2856
+ var _DescribeClusterCommand = class _DescribeClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2866
2857
  return [
2867
2858
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2868
2859
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2876,9 +2867,7 @@ var DescribeClusterCommand = _DescribeClusterCommand;
2876
2867
 
2877
2868
 
2878
2869
 
2879
- var _DescribeJobFlowsCommand = class _DescribeJobFlowsCommand extends import_smithy_client.Command.classBuilder().ep({
2880
- ...commonParams
2881
- }).m(function(Command, cs, config, o) {
2870
+ var _DescribeJobFlowsCommand = class _DescribeJobFlowsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2882
2871
  return [
2883
2872
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2884
2873
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2892,9 +2881,7 @@ var DescribeJobFlowsCommand = _DescribeJobFlowsCommand;
2892
2881
 
2893
2882
 
2894
2883
 
2895
- var _DescribeNotebookExecutionCommand = class _DescribeNotebookExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
2896
- ...commonParams
2897
- }).m(function(Command, cs, config, o) {
2884
+ var _DescribeNotebookExecutionCommand = class _DescribeNotebookExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2898
2885
  return [
2899
2886
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2900
2887
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2908,9 +2895,7 @@ var DescribeNotebookExecutionCommand = _DescribeNotebookExecutionCommand;
2908
2895
 
2909
2896
 
2910
2897
 
2911
- var _DescribeReleaseLabelCommand = class _DescribeReleaseLabelCommand extends import_smithy_client.Command.classBuilder().ep({
2912
- ...commonParams
2913
- }).m(function(Command, cs, config, o) {
2898
+ var _DescribeReleaseLabelCommand = class _DescribeReleaseLabelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2914
2899
  return [
2915
2900
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2916
2901
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2924,9 +2909,7 @@ var DescribeReleaseLabelCommand = _DescribeReleaseLabelCommand;
2924
2909
 
2925
2910
 
2926
2911
 
2927
- var _DescribeSecurityConfigurationCommand = class _DescribeSecurityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2928
- ...commonParams
2929
- }).m(function(Command, cs, config, o) {
2912
+ var _DescribeSecurityConfigurationCommand = class _DescribeSecurityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2930
2913
  return [
2931
2914
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2932
2915
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2940,9 +2923,7 @@ var DescribeSecurityConfigurationCommand = _DescribeSecurityConfigurationCommand
2940
2923
 
2941
2924
 
2942
2925
 
2943
- var _DescribeStepCommand = class _DescribeStepCommand extends import_smithy_client.Command.classBuilder().ep({
2944
- ...commonParams
2945
- }).m(function(Command, cs, config, o) {
2926
+ var _DescribeStepCommand = class _DescribeStepCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2946
2927
  return [
2947
2928
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2948
2929
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2956,9 +2937,7 @@ var DescribeStepCommand = _DescribeStepCommand;
2956
2937
 
2957
2938
 
2958
2939
 
2959
- var _DescribeStudioCommand = class _DescribeStudioCommand extends import_smithy_client.Command.classBuilder().ep({
2960
- ...commonParams
2961
- }).m(function(Command, cs, config, o) {
2940
+ var _DescribeStudioCommand = class _DescribeStudioCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2962
2941
  return [
2963
2942
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2964
2943
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2972,9 +2951,7 @@ var DescribeStudioCommand = _DescribeStudioCommand;
2972
2951
 
2973
2952
 
2974
2953
 
2975
- var _GetAutoTerminationPolicyCommand = class _GetAutoTerminationPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2976
- ...commonParams
2977
- }).m(function(Command, cs, config, o) {
2954
+ var _GetAutoTerminationPolicyCommand = class _GetAutoTerminationPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2978
2955
  return [
2979
2956
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2980
2957
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2988,9 +2965,7 @@ var GetAutoTerminationPolicyCommand = _GetAutoTerminationPolicyCommand;
2988
2965
 
2989
2966
 
2990
2967
 
2991
- var _GetBlockPublicAccessConfigurationCommand = class _GetBlockPublicAccessConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2992
- ...commonParams
2993
- }).m(function(Command, cs, config, o) {
2968
+ var _GetBlockPublicAccessConfigurationCommand = class _GetBlockPublicAccessConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2994
2969
  return [
2995
2970
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2996
2971
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3004,9 +2979,7 @@ var GetBlockPublicAccessConfigurationCommand = _GetBlockPublicAccessConfiguratio
3004
2979
 
3005
2980
 
3006
2981
 
3007
- var _GetClusterSessionCredentialsCommand = class _GetClusterSessionCredentialsCommand extends import_smithy_client.Command.classBuilder().ep({
3008
- ...commonParams
3009
- }).m(function(Command, cs, config, o) {
2982
+ var _GetClusterSessionCredentialsCommand = class _GetClusterSessionCredentialsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3010
2983
  return [
3011
2984
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3012
2985
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3020,9 +2993,7 @@ var GetClusterSessionCredentialsCommand = _GetClusterSessionCredentialsCommand;
3020
2993
 
3021
2994
 
3022
2995
 
3023
- var _GetManagedScalingPolicyCommand = class _GetManagedScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
3024
- ...commonParams
3025
- }).m(function(Command, cs, config, o) {
2996
+ var _GetManagedScalingPolicyCommand = class _GetManagedScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3026
2997
  return [
3027
2998
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3028
2999
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3036,9 +3007,7 @@ var GetManagedScalingPolicyCommand = _GetManagedScalingPolicyCommand;
3036
3007
 
3037
3008
 
3038
3009
 
3039
- var _GetStudioSessionMappingCommand = class _GetStudioSessionMappingCommand extends import_smithy_client.Command.classBuilder().ep({
3040
- ...commonParams
3041
- }).m(function(Command, cs, config, o) {
3010
+ var _GetStudioSessionMappingCommand = class _GetStudioSessionMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3042
3011
  return [
3043
3012
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3044
3013
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3052,9 +3021,7 @@ var GetStudioSessionMappingCommand = _GetStudioSessionMappingCommand;
3052
3021
 
3053
3022
 
3054
3023
 
3055
- var _ListBootstrapActionsCommand = class _ListBootstrapActionsCommand extends import_smithy_client.Command.classBuilder().ep({
3056
- ...commonParams
3057
- }).m(function(Command, cs, config, o) {
3024
+ var _ListBootstrapActionsCommand = class _ListBootstrapActionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3058
3025
  return [
3059
3026
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3060
3027
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3068,9 +3035,7 @@ var ListBootstrapActionsCommand = _ListBootstrapActionsCommand;
3068
3035
 
3069
3036
 
3070
3037
 
3071
- var _ListClustersCommand = class _ListClustersCommand extends import_smithy_client.Command.classBuilder().ep({
3072
- ...commonParams
3073
- }).m(function(Command, cs, config, o) {
3038
+ var _ListClustersCommand = class _ListClustersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3074
3039
  return [
3075
3040
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3076
3041
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3084,9 +3049,7 @@ var ListClustersCommand = _ListClustersCommand;
3084
3049
 
3085
3050
 
3086
3051
 
3087
- var _ListInstanceFleetsCommand = class _ListInstanceFleetsCommand extends import_smithy_client.Command.classBuilder().ep({
3088
- ...commonParams
3089
- }).m(function(Command, cs, config, o) {
3052
+ var _ListInstanceFleetsCommand = class _ListInstanceFleetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3090
3053
  return [
3091
3054
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3092
3055
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3100,9 +3063,7 @@ var ListInstanceFleetsCommand = _ListInstanceFleetsCommand;
3100
3063
 
3101
3064
 
3102
3065
 
3103
- var _ListInstanceGroupsCommand = class _ListInstanceGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
3104
- ...commonParams
3105
- }).m(function(Command, cs, config, o) {
3066
+ var _ListInstanceGroupsCommand = class _ListInstanceGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3106
3067
  return [
3107
3068
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3108
3069
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3116,9 +3077,7 @@ var ListInstanceGroupsCommand = _ListInstanceGroupsCommand;
3116
3077
 
3117
3078
 
3118
3079
 
3119
- var _ListInstancesCommand = class _ListInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
3120
- ...commonParams
3121
- }).m(function(Command, cs, config, o) {
3080
+ var _ListInstancesCommand = class _ListInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3122
3081
  return [
3123
3082
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3124
3083
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3132,9 +3091,7 @@ var ListInstancesCommand = _ListInstancesCommand;
3132
3091
 
3133
3092
 
3134
3093
 
3135
- var _ListNotebookExecutionsCommand = class _ListNotebookExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
3136
- ...commonParams
3137
- }).m(function(Command, cs, config, o) {
3094
+ var _ListNotebookExecutionsCommand = class _ListNotebookExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3138
3095
  return [
3139
3096
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3140
3097
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3148,9 +3105,7 @@ var ListNotebookExecutionsCommand = _ListNotebookExecutionsCommand;
3148
3105
 
3149
3106
 
3150
3107
 
3151
- var _ListReleaseLabelsCommand = class _ListReleaseLabelsCommand extends import_smithy_client.Command.classBuilder().ep({
3152
- ...commonParams
3153
- }).m(function(Command, cs, config, o) {
3108
+ var _ListReleaseLabelsCommand = class _ListReleaseLabelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3154
3109
  return [
3155
3110
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3156
3111
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3164,9 +3119,7 @@ var ListReleaseLabelsCommand = _ListReleaseLabelsCommand;
3164
3119
 
3165
3120
 
3166
3121
 
3167
- var _ListSecurityConfigurationsCommand = class _ListSecurityConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
3168
- ...commonParams
3169
- }).m(function(Command, cs, config, o) {
3122
+ var _ListSecurityConfigurationsCommand = class _ListSecurityConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3170
3123
  return [
3171
3124
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3172
3125
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3180,9 +3133,7 @@ var ListSecurityConfigurationsCommand = _ListSecurityConfigurationsCommand;
3180
3133
 
3181
3134
 
3182
3135
 
3183
- var _ListStepsCommand = class _ListStepsCommand extends import_smithy_client.Command.classBuilder().ep({
3184
- ...commonParams
3185
- }).m(function(Command, cs, config, o) {
3136
+ var _ListStepsCommand = class _ListStepsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3186
3137
  return [
3187
3138
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3188
3139
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3196,9 +3147,7 @@ var ListStepsCommand = _ListStepsCommand;
3196
3147
 
3197
3148
 
3198
3149
 
3199
- var _ListStudiosCommand = class _ListStudiosCommand extends import_smithy_client.Command.classBuilder().ep({
3200
- ...commonParams
3201
- }).m(function(Command, cs, config, o) {
3150
+ var _ListStudiosCommand = class _ListStudiosCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3202
3151
  return [
3203
3152
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3204
3153
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3212,9 +3161,7 @@ var ListStudiosCommand = _ListStudiosCommand;
3212
3161
 
3213
3162
 
3214
3163
 
3215
- var _ListStudioSessionMappingsCommand = class _ListStudioSessionMappingsCommand extends import_smithy_client.Command.classBuilder().ep({
3216
- ...commonParams
3217
- }).m(function(Command, cs, config, o) {
3164
+ var _ListStudioSessionMappingsCommand = class _ListStudioSessionMappingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3218
3165
  return [
3219
3166
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3220
3167
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3228,9 +3175,7 @@ var ListStudioSessionMappingsCommand = _ListStudioSessionMappingsCommand;
3228
3175
 
3229
3176
 
3230
3177
 
3231
- var _ListSupportedInstanceTypesCommand = class _ListSupportedInstanceTypesCommand extends import_smithy_client.Command.classBuilder().ep({
3232
- ...commonParams
3233
- }).m(function(Command, cs, config, o) {
3178
+ var _ListSupportedInstanceTypesCommand = class _ListSupportedInstanceTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3234
3179
  return [
3235
3180
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3236
3181
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3244,9 +3189,7 @@ var ListSupportedInstanceTypesCommand = _ListSupportedInstanceTypesCommand;
3244
3189
 
3245
3190
 
3246
3191
 
3247
- var _ModifyClusterCommand = class _ModifyClusterCommand extends import_smithy_client.Command.classBuilder().ep({
3248
- ...commonParams
3249
- }).m(function(Command, cs, config, o) {
3192
+ var _ModifyClusterCommand = class _ModifyClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3250
3193
  return [
3251
3194
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3252
3195
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3260,9 +3203,7 @@ var ModifyClusterCommand = _ModifyClusterCommand;
3260
3203
 
3261
3204
 
3262
3205
 
3263
- var _ModifyInstanceFleetCommand = class _ModifyInstanceFleetCommand extends import_smithy_client.Command.classBuilder().ep({
3264
- ...commonParams
3265
- }).m(function(Command, cs, config, o) {
3206
+ var _ModifyInstanceFleetCommand = class _ModifyInstanceFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3266
3207
  return [
3267
3208
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3268
3209
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3276,9 +3217,7 @@ var ModifyInstanceFleetCommand = _ModifyInstanceFleetCommand;
3276
3217
 
3277
3218
 
3278
3219
 
3279
- var _ModifyInstanceGroupsCommand = class _ModifyInstanceGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
3280
- ...commonParams
3281
- }).m(function(Command, cs, config, o) {
3220
+ var _ModifyInstanceGroupsCommand = class _ModifyInstanceGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3282
3221
  return [
3283
3222
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3284
3223
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3292,9 +3231,7 @@ var ModifyInstanceGroupsCommand = _ModifyInstanceGroupsCommand;
3292
3231
 
3293
3232
 
3294
3233
 
3295
- var _PutAutoScalingPolicyCommand = class _PutAutoScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
3296
- ...commonParams
3297
- }).m(function(Command, cs, config, o) {
3234
+ var _PutAutoScalingPolicyCommand = class _PutAutoScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3298
3235
  return [
3299
3236
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3300
3237
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3308,9 +3245,7 @@ var PutAutoScalingPolicyCommand = _PutAutoScalingPolicyCommand;
3308
3245
 
3309
3246
 
3310
3247
 
3311
- var _PutAutoTerminationPolicyCommand = class _PutAutoTerminationPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
3312
- ...commonParams
3313
- }).m(function(Command, cs, config, o) {
3248
+ var _PutAutoTerminationPolicyCommand = class _PutAutoTerminationPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3314
3249
  return [
3315
3250
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3316
3251
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3324,9 +3259,7 @@ var PutAutoTerminationPolicyCommand = _PutAutoTerminationPolicyCommand;
3324
3259
 
3325
3260
 
3326
3261
 
3327
- var _PutBlockPublicAccessConfigurationCommand = class _PutBlockPublicAccessConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3328
- ...commonParams
3329
- }).m(function(Command, cs, config, o) {
3262
+ var _PutBlockPublicAccessConfigurationCommand = class _PutBlockPublicAccessConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3330
3263
  return [
3331
3264
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3332
3265
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3340,9 +3273,7 @@ var PutBlockPublicAccessConfigurationCommand = _PutBlockPublicAccessConfiguratio
3340
3273
 
3341
3274
 
3342
3275
 
3343
- var _PutManagedScalingPolicyCommand = class _PutManagedScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
3344
- ...commonParams
3345
- }).m(function(Command, cs, config, o) {
3276
+ var _PutManagedScalingPolicyCommand = class _PutManagedScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3346
3277
  return [
3347
3278
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3348
3279
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3356,9 +3287,7 @@ var PutManagedScalingPolicyCommand = _PutManagedScalingPolicyCommand;
3356
3287
 
3357
3288
 
3358
3289
 
3359
- var _RemoveAutoScalingPolicyCommand = class _RemoveAutoScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
3360
- ...commonParams
3361
- }).m(function(Command, cs, config, o) {
3290
+ var _RemoveAutoScalingPolicyCommand = class _RemoveAutoScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3362
3291
  return [
3363
3292
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3364
3293
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3372,9 +3301,7 @@ var RemoveAutoScalingPolicyCommand = _RemoveAutoScalingPolicyCommand;
3372
3301
 
3373
3302
 
3374
3303
 
3375
- var _RemoveAutoTerminationPolicyCommand = class _RemoveAutoTerminationPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
3376
- ...commonParams
3377
- }).m(function(Command, cs, config, o) {
3304
+ var _RemoveAutoTerminationPolicyCommand = class _RemoveAutoTerminationPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3378
3305
  return [
3379
3306
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3380
3307
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3388,9 +3315,7 @@ var RemoveAutoTerminationPolicyCommand = _RemoveAutoTerminationPolicyCommand;
3388
3315
 
3389
3316
 
3390
3317
 
3391
- var _RemoveManagedScalingPolicyCommand = class _RemoveManagedScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
3392
- ...commonParams
3393
- }).m(function(Command, cs, config, o) {
3318
+ var _RemoveManagedScalingPolicyCommand = class _RemoveManagedScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3394
3319
  return [
3395
3320
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3396
3321
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3404,9 +3329,7 @@ var RemoveManagedScalingPolicyCommand = _RemoveManagedScalingPolicyCommand;
3404
3329
 
3405
3330
 
3406
3331
 
3407
- var _RemoveTagsCommand = class _RemoveTagsCommand extends import_smithy_client.Command.classBuilder().ep({
3408
- ...commonParams
3409
- }).m(function(Command, cs, config, o) {
3332
+ var _RemoveTagsCommand = class _RemoveTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3410
3333
  return [
3411
3334
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3412
3335
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3420,9 +3343,7 @@ var RemoveTagsCommand = _RemoveTagsCommand;
3420
3343
 
3421
3344
 
3422
3345
 
3423
- var _RunJobFlowCommand = class _RunJobFlowCommand extends import_smithy_client.Command.classBuilder().ep({
3424
- ...commonParams
3425
- }).m(function(Command, cs, config, o) {
3346
+ var _RunJobFlowCommand = class _RunJobFlowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3426
3347
  return [
3427
3348
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3428
3349
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3436,9 +3357,7 @@ var RunJobFlowCommand = _RunJobFlowCommand;
3436
3357
 
3437
3358
 
3438
3359
 
3439
- var _SetKeepJobFlowAliveWhenNoStepsCommand = class _SetKeepJobFlowAliveWhenNoStepsCommand extends import_smithy_client.Command.classBuilder().ep({
3440
- ...commonParams
3441
- }).m(function(Command, cs, config, o) {
3360
+ var _SetKeepJobFlowAliveWhenNoStepsCommand = class _SetKeepJobFlowAliveWhenNoStepsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3442
3361
  return [
3443
3362
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3444
3363
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3452,9 +3371,7 @@ var SetKeepJobFlowAliveWhenNoStepsCommand = _SetKeepJobFlowAliveWhenNoStepsComma
3452
3371
 
3453
3372
 
3454
3373
 
3455
- var _SetTerminationProtectionCommand = class _SetTerminationProtectionCommand extends import_smithy_client.Command.classBuilder().ep({
3456
- ...commonParams
3457
- }).m(function(Command, cs, config, o) {
3374
+ var _SetTerminationProtectionCommand = class _SetTerminationProtectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3458
3375
  return [
3459
3376
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3460
3377
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3468,9 +3385,7 @@ var SetTerminationProtectionCommand = _SetTerminationProtectionCommand;
3468
3385
 
3469
3386
 
3470
3387
 
3471
- var _SetUnhealthyNodeReplacementCommand = class _SetUnhealthyNodeReplacementCommand extends import_smithy_client.Command.classBuilder().ep({
3472
- ...commonParams
3473
- }).m(function(Command, cs, config, o) {
3388
+ var _SetUnhealthyNodeReplacementCommand = class _SetUnhealthyNodeReplacementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3474
3389
  return [
3475
3390
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3476
3391
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3484,9 +3399,7 @@ var SetUnhealthyNodeReplacementCommand = _SetUnhealthyNodeReplacementCommand;
3484
3399
 
3485
3400
 
3486
3401
 
3487
- var _SetVisibleToAllUsersCommand = class _SetVisibleToAllUsersCommand extends import_smithy_client.Command.classBuilder().ep({
3488
- ...commonParams
3489
- }).m(function(Command, cs, config, o) {
3402
+ var _SetVisibleToAllUsersCommand = class _SetVisibleToAllUsersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3490
3403
  return [
3491
3404
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3492
3405
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3500,9 +3413,7 @@ var SetVisibleToAllUsersCommand = _SetVisibleToAllUsersCommand;
3500
3413
 
3501
3414
 
3502
3415
 
3503
- var _StartNotebookExecutionCommand = class _StartNotebookExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
3504
- ...commonParams
3505
- }).m(function(Command, cs, config, o) {
3416
+ var _StartNotebookExecutionCommand = class _StartNotebookExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3506
3417
  return [
3507
3418
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3508
3419
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3516,9 +3427,7 @@ var StartNotebookExecutionCommand = _StartNotebookExecutionCommand;
3516
3427
 
3517
3428
 
3518
3429
 
3519
- var _StopNotebookExecutionCommand = class _StopNotebookExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
3520
- ...commonParams
3521
- }).m(function(Command, cs, config, o) {
3430
+ var _StopNotebookExecutionCommand = class _StopNotebookExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3522
3431
  return [
3523
3432
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3524
3433
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3532,9 +3441,7 @@ var StopNotebookExecutionCommand = _StopNotebookExecutionCommand;
3532
3441
 
3533
3442
 
3534
3443
 
3535
- var _TerminateJobFlowsCommand = class _TerminateJobFlowsCommand extends import_smithy_client.Command.classBuilder().ep({
3536
- ...commonParams
3537
- }).m(function(Command, cs, config, o) {
3444
+ var _TerminateJobFlowsCommand = class _TerminateJobFlowsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3538
3445
  return [
3539
3446
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3540
3447
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3548,9 +3455,7 @@ var TerminateJobFlowsCommand = _TerminateJobFlowsCommand;
3548
3455
 
3549
3456
 
3550
3457
 
3551
- var _UpdateStudioCommand = class _UpdateStudioCommand extends import_smithy_client.Command.classBuilder().ep({
3552
- ...commonParams
3553
- }).m(function(Command, cs, config, o) {
3458
+ var _UpdateStudioCommand = class _UpdateStudioCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3554
3459
  return [
3555
3460
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3556
3461
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3564,9 +3469,7 @@ var UpdateStudioCommand = _UpdateStudioCommand;
3564
3469
 
3565
3470
 
3566
3471
 
3567
- var _UpdateStudioSessionMappingCommand = class _UpdateStudioSessionMappingCommand extends import_smithy_client.Command.classBuilder().ep({
3568
- ...commonParams
3569
- }).m(function(Command, cs, config, o) {
3472
+ var _UpdateStudioSessionMappingCommand = class _UpdateStudioSessionMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3570
3473
  return [
3571
3474
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3572
3475
  (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),