@aws-sdk/client-emr 3.1077.0 → 3.1079.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 (203) hide show
  1. package/dist-cjs/index.js +73 -653
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddInstanceFleetCommand.js +2 -14
  4. package/dist-es/commands/AddInstanceGroupsCommand.js +2 -14
  5. package/dist-es/commands/AddJobFlowStepsCommand.js +2 -14
  6. package/dist-es/commands/AddTagsCommand.js +2 -14
  7. package/dist-es/commands/CancelStepsCommand.js +2 -14
  8. package/dist-es/commands/CreatePersistentAppUICommand.js +2 -14
  9. package/dist-es/commands/CreateSecurityConfigurationCommand.js +2 -14
  10. package/dist-es/commands/CreateStudioCommand.js +2 -14
  11. package/dist-es/commands/CreateStudioSessionMappingCommand.js +2 -14
  12. package/dist-es/commands/DeleteSecurityConfigurationCommand.js +2 -14
  13. package/dist-es/commands/DeleteStudioCommand.js +2 -14
  14. package/dist-es/commands/DeleteStudioSessionMappingCommand.js +2 -14
  15. package/dist-es/commands/DescribeClusterCommand.js +2 -14
  16. package/dist-es/commands/DescribeJobFlowsCommand.js +2 -14
  17. package/dist-es/commands/DescribeNotebookExecutionCommand.js +2 -14
  18. package/dist-es/commands/DescribePersistentAppUICommand.js +2 -14
  19. package/dist-es/commands/DescribeReleaseLabelCommand.js +2 -14
  20. package/dist-es/commands/DescribeSecurityConfigurationCommand.js +2 -14
  21. package/dist-es/commands/DescribeStepCommand.js +2 -14
  22. package/dist-es/commands/DescribeStudioCommand.js +2 -14
  23. package/dist-es/commands/GetAutoTerminationPolicyCommand.js +2 -14
  24. package/dist-es/commands/GetBlockPublicAccessConfigurationCommand.js +2 -14
  25. package/dist-es/commands/GetClusterSessionCredentialsCommand.js +2 -14
  26. package/dist-es/commands/GetManagedScalingPolicyCommand.js +2 -14
  27. package/dist-es/commands/GetOnClusterAppUIPresignedURLCommand.js +2 -14
  28. package/dist-es/commands/GetPersistentAppUIPresignedURLCommand.js +2 -14
  29. package/dist-es/commands/GetSessionCommand.js +2 -14
  30. package/dist-es/commands/GetSessionEndpointCommand.js +2 -14
  31. package/dist-es/commands/GetStudioSessionMappingCommand.js +2 -14
  32. package/dist-es/commands/ListBootstrapActionsCommand.js +2 -14
  33. package/dist-es/commands/ListClustersCommand.js +2 -14
  34. package/dist-es/commands/ListInstanceFleetsCommand.js +2 -14
  35. package/dist-es/commands/ListInstanceGroupsCommand.js +2 -14
  36. package/dist-es/commands/ListInstancesCommand.js +2 -14
  37. package/dist-es/commands/ListNotebookExecutionsCommand.js +2 -14
  38. package/dist-es/commands/ListReleaseLabelsCommand.js +2 -14
  39. package/dist-es/commands/ListSecurityConfigurationsCommand.js +2 -14
  40. package/dist-es/commands/ListSessionsCommand.js +2 -14
  41. package/dist-es/commands/ListStepsCommand.js +2 -14
  42. package/dist-es/commands/ListStudioSessionMappingsCommand.js +2 -14
  43. package/dist-es/commands/ListStudiosCommand.js +2 -14
  44. package/dist-es/commands/ListSupportedInstanceTypesCommand.js +2 -14
  45. package/dist-es/commands/ModifyClusterCommand.js +2 -14
  46. package/dist-es/commands/ModifyInstanceFleetCommand.js +2 -14
  47. package/dist-es/commands/ModifyInstanceGroupsCommand.js +2 -14
  48. package/dist-es/commands/PutAutoScalingPolicyCommand.js +2 -14
  49. package/dist-es/commands/PutAutoTerminationPolicyCommand.js +2 -14
  50. package/dist-es/commands/PutBlockPublicAccessConfigurationCommand.js +2 -14
  51. package/dist-es/commands/PutManagedScalingPolicyCommand.js +2 -14
  52. package/dist-es/commands/RemoveAutoScalingPolicyCommand.js +2 -14
  53. package/dist-es/commands/RemoveAutoTerminationPolicyCommand.js +2 -14
  54. package/dist-es/commands/RemoveManagedScalingPolicyCommand.js +2 -14
  55. package/dist-es/commands/RemoveTagsCommand.js +2 -14
  56. package/dist-es/commands/RunJobFlowCommand.js +2 -14
  57. package/dist-es/commands/SetKeepJobFlowAliveWhenNoStepsCommand.js +2 -14
  58. package/dist-es/commands/SetTerminationProtectionCommand.js +2 -14
  59. package/dist-es/commands/SetUnhealthyNodeReplacementCommand.js +2 -14
  60. package/dist-es/commands/SetVisibleToAllUsersCommand.js +2 -14
  61. package/dist-es/commands/StartNotebookExecutionCommand.js +2 -14
  62. package/dist-es/commands/StartSessionCommand.js +2 -14
  63. package/dist-es/commands/StopNotebookExecutionCommand.js +2 -14
  64. package/dist-es/commands/TerminateJobFlowsCommand.js +2 -14
  65. package/dist-es/commands/TerminateSessionCommand.js +2 -14
  66. package/dist-es/commands/UpdateStudioCommand.js +2 -14
  67. package/dist-es/commands/UpdateStudioSessionMappingCommand.js +2 -14
  68. package/dist-es/index.js +1 -0
  69. package/dist-types/commandBuilder.d.ts +18 -0
  70. package/dist-types/commands/AddInstanceFleetCommand.d.ts +3 -8
  71. package/dist-types/commands/AddInstanceGroupsCommand.d.ts +3 -8
  72. package/dist-types/commands/AddJobFlowStepsCommand.d.ts +3 -8
  73. package/dist-types/commands/AddTagsCommand.d.ts +3 -8
  74. package/dist-types/commands/CancelStepsCommand.d.ts +3 -8
  75. package/dist-types/commands/CreatePersistentAppUICommand.d.ts +3 -8
  76. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +3 -8
  77. package/dist-types/commands/CreateStudioCommand.d.ts +3 -8
  78. package/dist-types/commands/CreateStudioSessionMappingCommand.d.ts +3 -8
  79. package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +3 -8
  80. package/dist-types/commands/DeleteStudioCommand.d.ts +3 -8
  81. package/dist-types/commands/DeleteStudioSessionMappingCommand.d.ts +3 -8
  82. package/dist-types/commands/DescribeClusterCommand.d.ts +3 -8
  83. package/dist-types/commands/DescribeJobFlowsCommand.d.ts +3 -8
  84. package/dist-types/commands/DescribeNotebookExecutionCommand.d.ts +3 -8
  85. package/dist-types/commands/DescribePersistentAppUICommand.d.ts +3 -8
  86. package/dist-types/commands/DescribeReleaseLabelCommand.d.ts +3 -8
  87. package/dist-types/commands/DescribeSecurityConfigurationCommand.d.ts +3 -8
  88. package/dist-types/commands/DescribeStepCommand.d.ts +3 -8
  89. package/dist-types/commands/DescribeStudioCommand.d.ts +3 -8
  90. package/dist-types/commands/GetAutoTerminationPolicyCommand.d.ts +3 -8
  91. package/dist-types/commands/GetBlockPublicAccessConfigurationCommand.d.ts +3 -8
  92. package/dist-types/commands/GetClusterSessionCredentialsCommand.d.ts +3 -8
  93. package/dist-types/commands/GetManagedScalingPolicyCommand.d.ts +3 -8
  94. package/dist-types/commands/GetOnClusterAppUIPresignedURLCommand.d.ts +3 -8
  95. package/dist-types/commands/GetPersistentAppUIPresignedURLCommand.d.ts +3 -8
  96. package/dist-types/commands/GetSessionCommand.d.ts +3 -8
  97. package/dist-types/commands/GetSessionEndpointCommand.d.ts +3 -8
  98. package/dist-types/commands/GetStudioSessionMappingCommand.d.ts +3 -8
  99. package/dist-types/commands/ListBootstrapActionsCommand.d.ts +3 -8
  100. package/dist-types/commands/ListClustersCommand.d.ts +3 -8
  101. package/dist-types/commands/ListInstanceFleetsCommand.d.ts +3 -8
  102. package/dist-types/commands/ListInstanceGroupsCommand.d.ts +3 -8
  103. package/dist-types/commands/ListInstancesCommand.d.ts +3 -8
  104. package/dist-types/commands/ListNotebookExecutionsCommand.d.ts +3 -8
  105. package/dist-types/commands/ListReleaseLabelsCommand.d.ts +3 -8
  106. package/dist-types/commands/ListSecurityConfigurationsCommand.d.ts +3 -8
  107. package/dist-types/commands/ListSessionsCommand.d.ts +3 -8
  108. package/dist-types/commands/ListStepsCommand.d.ts +3 -8
  109. package/dist-types/commands/ListStudioSessionMappingsCommand.d.ts +3 -8
  110. package/dist-types/commands/ListStudiosCommand.d.ts +3 -8
  111. package/dist-types/commands/ListSupportedInstanceTypesCommand.d.ts +3 -8
  112. package/dist-types/commands/ModifyClusterCommand.d.ts +3 -8
  113. package/dist-types/commands/ModifyInstanceFleetCommand.d.ts +3 -8
  114. package/dist-types/commands/ModifyInstanceGroupsCommand.d.ts +3 -8
  115. package/dist-types/commands/PutAutoScalingPolicyCommand.d.ts +3 -8
  116. package/dist-types/commands/PutAutoTerminationPolicyCommand.d.ts +3 -8
  117. package/dist-types/commands/PutBlockPublicAccessConfigurationCommand.d.ts +3 -8
  118. package/dist-types/commands/PutManagedScalingPolicyCommand.d.ts +3 -8
  119. package/dist-types/commands/RemoveAutoScalingPolicyCommand.d.ts +3 -8
  120. package/dist-types/commands/RemoveAutoTerminationPolicyCommand.d.ts +3 -8
  121. package/dist-types/commands/RemoveManagedScalingPolicyCommand.d.ts +3 -8
  122. package/dist-types/commands/RemoveTagsCommand.d.ts +3 -8
  123. package/dist-types/commands/RunJobFlowCommand.d.ts +3 -8
  124. package/dist-types/commands/SetKeepJobFlowAliveWhenNoStepsCommand.d.ts +3 -8
  125. package/dist-types/commands/SetTerminationProtectionCommand.d.ts +3 -8
  126. package/dist-types/commands/SetUnhealthyNodeReplacementCommand.d.ts +3 -8
  127. package/dist-types/commands/SetVisibleToAllUsersCommand.d.ts +3 -8
  128. package/dist-types/commands/StartNotebookExecutionCommand.d.ts +3 -8
  129. package/dist-types/commands/StartSessionCommand.d.ts +3 -8
  130. package/dist-types/commands/StopNotebookExecutionCommand.d.ts +3 -8
  131. package/dist-types/commands/TerminateJobFlowsCommand.d.ts +3 -8
  132. package/dist-types/commands/TerminateSessionCommand.d.ts +3 -8
  133. package/dist-types/commands/UpdateStudioCommand.d.ts +3 -8
  134. package/dist-types/commands/UpdateStudioSessionMappingCommand.d.ts +3 -8
  135. package/dist-types/index.d.ts +1 -0
  136. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  137. package/dist-types/ts3.4/commands/AddInstanceFleetCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/AddInstanceGroupsCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/AddJobFlowStepsCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/CancelStepsCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/CreatePersistentAppUICommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/CreateStudioCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/CreateStudioSessionMappingCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/DeleteStudioCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/DeleteStudioSessionMappingCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/DescribeJobFlowsCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/DescribeNotebookExecutionCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/DescribePersistentAppUICommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/DescribeReleaseLabelCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/DescribeStepCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/DescribeStudioCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/GetAutoTerminationPolicyCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/GetBlockPublicAccessConfigurationCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/GetClusterSessionCredentialsCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/GetManagedScalingPolicyCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/GetOnClusterAppUIPresignedURLCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/GetPersistentAppUIPresignedURLCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/GetStudioSessionMappingCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/ListBootstrapActionsCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/ListInstanceFleetsCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/ListInstanceGroupsCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/ListNotebookExecutionsCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/ListReleaseLabelsCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/ListStudioSessionMappingsCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/ListStudiosCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/ListSupportedInstanceTypesCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/ModifyInstanceFleetCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/ModifyInstanceGroupsCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/PutAutoScalingPolicyCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/PutAutoTerminationPolicyCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/PutBlockPublicAccessConfigurationCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/PutManagedScalingPolicyCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/RemoveAutoScalingPolicyCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/RemoveAutoTerminationPolicyCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/RemoveManagedScalingPolicyCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/RunJobFlowCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/SetKeepJobFlowAliveWhenNoStepsCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/SetTerminationProtectionCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/SetUnhealthyNodeReplacementCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/SetVisibleToAllUsersCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/StartNotebookExecutionCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/StopNotebookExecutionCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/TerminateJobFlowsCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/UpdateStudioCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/UpdateStudioSessionMappingCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/index.d.ts +1 -0
  203. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1078.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -2513,784 +2514,203 @@ class EMRClient extends Client {
2513
2514
  }
2514
2515
  }
2515
2516
 
2516
- class AddInstanceFleetCommand extends Command
2517
- .classBuilder()
2518
- .ep(commonParams)
2519
- .m(function (Command, cs, config, o) {
2520
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2521
- })
2522
- .s("ElasticMapReduce", "AddInstanceFleet", {})
2523
- .n("EMRClient", "AddInstanceFleetCommand")
2524
- .sc(AddInstanceFleet$)
2525
- .build() {
2517
+ const command = makeBuilder(commonParams, "ElasticMapReduce", "EMRClient", getEndpointPlugin);
2518
+ const _ep0 = {};
2519
+ const _mw0 = (Command, cs, config, o) => [];
2520
+
2521
+ class AddInstanceFleetCommand extends command(_ep0, _mw0, "AddInstanceFleet", AddInstanceFleet$) {
2526
2522
  }
2527
2523
 
2528
- class AddInstanceGroupsCommand extends Command
2529
- .classBuilder()
2530
- .ep(commonParams)
2531
- .m(function (Command, cs, config, o) {
2532
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2533
- })
2534
- .s("ElasticMapReduce", "AddInstanceGroups", {})
2535
- .n("EMRClient", "AddInstanceGroupsCommand")
2536
- .sc(AddInstanceGroups$)
2537
- .build() {
2524
+ class AddInstanceGroupsCommand extends command(_ep0, _mw0, "AddInstanceGroups", AddInstanceGroups$) {
2538
2525
  }
2539
2526
 
2540
- class AddJobFlowStepsCommand extends Command
2541
- .classBuilder()
2542
- .ep(commonParams)
2543
- .m(function (Command, cs, config, o) {
2544
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2545
- })
2546
- .s("ElasticMapReduce", "AddJobFlowSteps", {})
2547
- .n("EMRClient", "AddJobFlowStepsCommand")
2548
- .sc(AddJobFlowSteps$)
2549
- .build() {
2527
+ class AddJobFlowStepsCommand extends command(_ep0, _mw0, "AddJobFlowSteps", AddJobFlowSteps$) {
2550
2528
  }
2551
2529
 
2552
- class AddTagsCommand extends Command
2553
- .classBuilder()
2554
- .ep(commonParams)
2555
- .m(function (Command, cs, config, o) {
2556
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2557
- })
2558
- .s("ElasticMapReduce", "AddTags", {})
2559
- .n("EMRClient", "AddTagsCommand")
2560
- .sc(AddTags$)
2561
- .build() {
2530
+ class AddTagsCommand extends command(_ep0, _mw0, "AddTags", AddTags$) {
2562
2531
  }
2563
2532
 
2564
- class CancelStepsCommand extends Command
2565
- .classBuilder()
2566
- .ep(commonParams)
2567
- .m(function (Command, cs, config, o) {
2568
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2569
- })
2570
- .s("ElasticMapReduce", "CancelSteps", {})
2571
- .n("EMRClient", "CancelStepsCommand")
2572
- .sc(CancelSteps$)
2573
- .build() {
2533
+ class CancelStepsCommand extends command(_ep0, _mw0, "CancelSteps", CancelSteps$) {
2574
2534
  }
2575
2535
 
2576
- class CreatePersistentAppUICommand extends Command
2577
- .classBuilder()
2578
- .ep(commonParams)
2579
- .m(function (Command, cs, config, o) {
2580
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2581
- })
2582
- .s("ElasticMapReduce", "CreatePersistentAppUI", {})
2583
- .n("EMRClient", "CreatePersistentAppUICommand")
2584
- .sc(CreatePersistentAppUI$)
2585
- .build() {
2536
+ class CreatePersistentAppUICommand extends command(_ep0, _mw0, "CreatePersistentAppUI", CreatePersistentAppUI$) {
2586
2537
  }
2587
2538
 
2588
- class CreateSecurityConfigurationCommand extends Command
2589
- .classBuilder()
2590
- .ep(commonParams)
2591
- .m(function (Command, cs, config, o) {
2592
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2593
- })
2594
- .s("ElasticMapReduce", "CreateSecurityConfiguration", {})
2595
- .n("EMRClient", "CreateSecurityConfigurationCommand")
2596
- .sc(CreateSecurityConfiguration$)
2597
- .build() {
2539
+ class CreateSecurityConfigurationCommand extends command(_ep0, _mw0, "CreateSecurityConfiguration", CreateSecurityConfiguration$) {
2598
2540
  }
2599
2541
 
2600
- class CreateStudioCommand extends Command
2601
- .classBuilder()
2602
- .ep(commonParams)
2603
- .m(function (Command, cs, config, o) {
2604
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2605
- })
2606
- .s("ElasticMapReduce", "CreateStudio", {})
2607
- .n("EMRClient", "CreateStudioCommand")
2608
- .sc(CreateStudio$)
2609
- .build() {
2542
+ class CreateStudioCommand extends command(_ep0, _mw0, "CreateStudio", CreateStudio$) {
2610
2543
  }
2611
2544
 
2612
- class CreateStudioSessionMappingCommand extends Command
2613
- .classBuilder()
2614
- .ep(commonParams)
2615
- .m(function (Command, cs, config, o) {
2616
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2617
- })
2618
- .s("ElasticMapReduce", "CreateStudioSessionMapping", {})
2619
- .n("EMRClient", "CreateStudioSessionMappingCommand")
2620
- .sc(CreateStudioSessionMapping$)
2621
- .build() {
2545
+ class CreateStudioSessionMappingCommand extends command(_ep0, _mw0, "CreateStudioSessionMapping", CreateStudioSessionMapping$) {
2622
2546
  }
2623
2547
 
2624
- class DeleteSecurityConfigurationCommand extends Command
2625
- .classBuilder()
2626
- .ep(commonParams)
2627
- .m(function (Command, cs, config, o) {
2628
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2629
- })
2630
- .s("ElasticMapReduce", "DeleteSecurityConfiguration", {})
2631
- .n("EMRClient", "DeleteSecurityConfigurationCommand")
2632
- .sc(DeleteSecurityConfiguration$)
2633
- .build() {
2548
+ class DeleteSecurityConfigurationCommand extends command(_ep0, _mw0, "DeleteSecurityConfiguration", DeleteSecurityConfiguration$) {
2634
2549
  }
2635
2550
 
2636
- class DeleteStudioCommand extends Command
2637
- .classBuilder()
2638
- .ep(commonParams)
2639
- .m(function (Command, cs, config, o) {
2640
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2641
- })
2642
- .s("ElasticMapReduce", "DeleteStudio", {})
2643
- .n("EMRClient", "DeleteStudioCommand")
2644
- .sc(DeleteStudio$)
2645
- .build() {
2551
+ class DeleteStudioCommand extends command(_ep0, _mw0, "DeleteStudio", DeleteStudio$) {
2646
2552
  }
2647
2553
 
2648
- class DeleteStudioSessionMappingCommand extends Command
2649
- .classBuilder()
2650
- .ep(commonParams)
2651
- .m(function (Command, cs, config, o) {
2652
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2653
- })
2654
- .s("ElasticMapReduce", "DeleteStudioSessionMapping", {})
2655
- .n("EMRClient", "DeleteStudioSessionMappingCommand")
2656
- .sc(DeleteStudioSessionMapping$)
2657
- .build() {
2554
+ class DeleteStudioSessionMappingCommand extends command(_ep0, _mw0, "DeleteStudioSessionMapping", DeleteStudioSessionMapping$) {
2658
2555
  }
2659
2556
 
2660
- class DescribeClusterCommand extends Command
2661
- .classBuilder()
2662
- .ep(commonParams)
2663
- .m(function (Command, cs, config, o) {
2664
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2665
- })
2666
- .s("ElasticMapReduce", "DescribeCluster", {})
2667
- .n("EMRClient", "DescribeClusterCommand")
2668
- .sc(DescribeCluster$)
2669
- .build() {
2557
+ class DescribeClusterCommand extends command(_ep0, _mw0, "DescribeCluster", DescribeCluster$) {
2670
2558
  }
2671
2559
 
2672
- class DescribeJobFlowsCommand extends Command
2673
- .classBuilder()
2674
- .ep(commonParams)
2675
- .m(function (Command, cs, config, o) {
2676
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2677
- })
2678
- .s("ElasticMapReduce", "DescribeJobFlows", {})
2679
- .n("EMRClient", "DescribeJobFlowsCommand")
2680
- .sc(DescribeJobFlows$)
2681
- .build() {
2560
+ class DescribeJobFlowsCommand extends command(_ep0, _mw0, "DescribeJobFlows", DescribeJobFlows$) {
2682
2561
  }
2683
2562
 
2684
- class DescribeNotebookExecutionCommand extends Command
2685
- .classBuilder()
2686
- .ep(commonParams)
2687
- .m(function (Command, cs, config, o) {
2688
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2689
- })
2690
- .s("ElasticMapReduce", "DescribeNotebookExecution", {})
2691
- .n("EMRClient", "DescribeNotebookExecutionCommand")
2692
- .sc(DescribeNotebookExecution$)
2693
- .build() {
2563
+ class DescribeNotebookExecutionCommand extends command(_ep0, _mw0, "DescribeNotebookExecution", DescribeNotebookExecution$) {
2694
2564
  }
2695
2565
 
2696
- class DescribePersistentAppUICommand extends Command
2697
- .classBuilder()
2698
- .ep(commonParams)
2699
- .m(function (Command, cs, config, o) {
2700
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2701
- })
2702
- .s("ElasticMapReduce", "DescribePersistentAppUI", {})
2703
- .n("EMRClient", "DescribePersistentAppUICommand")
2704
- .sc(DescribePersistentAppUI$)
2705
- .build() {
2566
+ class DescribePersistentAppUICommand extends command(_ep0, _mw0, "DescribePersistentAppUI", DescribePersistentAppUI$) {
2706
2567
  }
2707
2568
 
2708
- class DescribeReleaseLabelCommand extends Command
2709
- .classBuilder()
2710
- .ep(commonParams)
2711
- .m(function (Command, cs, config, o) {
2712
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2713
- })
2714
- .s("ElasticMapReduce", "DescribeReleaseLabel", {})
2715
- .n("EMRClient", "DescribeReleaseLabelCommand")
2716
- .sc(DescribeReleaseLabel$)
2717
- .build() {
2569
+ class DescribeReleaseLabelCommand extends command(_ep0, _mw0, "DescribeReleaseLabel", DescribeReleaseLabel$) {
2718
2570
  }
2719
2571
 
2720
- class DescribeSecurityConfigurationCommand extends Command
2721
- .classBuilder()
2722
- .ep(commonParams)
2723
- .m(function (Command, cs, config, o) {
2724
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2725
- })
2726
- .s("ElasticMapReduce", "DescribeSecurityConfiguration", {})
2727
- .n("EMRClient", "DescribeSecurityConfigurationCommand")
2728
- .sc(DescribeSecurityConfiguration$)
2729
- .build() {
2572
+ class DescribeSecurityConfigurationCommand extends command(_ep0, _mw0, "DescribeSecurityConfiguration", DescribeSecurityConfiguration$) {
2730
2573
  }
2731
2574
 
2732
- class DescribeStepCommand extends Command
2733
- .classBuilder()
2734
- .ep(commonParams)
2735
- .m(function (Command, cs, config, o) {
2736
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2737
- })
2738
- .s("ElasticMapReduce", "DescribeStep", {})
2739
- .n("EMRClient", "DescribeStepCommand")
2740
- .sc(DescribeStep$)
2741
- .build() {
2575
+ class DescribeStepCommand extends command(_ep0, _mw0, "DescribeStep", DescribeStep$) {
2742
2576
  }
2743
2577
 
2744
- class DescribeStudioCommand extends Command
2745
- .classBuilder()
2746
- .ep(commonParams)
2747
- .m(function (Command, cs, config, o) {
2748
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2749
- })
2750
- .s("ElasticMapReduce", "DescribeStudio", {})
2751
- .n("EMRClient", "DescribeStudioCommand")
2752
- .sc(DescribeStudio$)
2753
- .build() {
2578
+ class DescribeStudioCommand extends command(_ep0, _mw0, "DescribeStudio", DescribeStudio$) {
2754
2579
  }
2755
2580
 
2756
- class GetAutoTerminationPolicyCommand extends Command
2757
- .classBuilder()
2758
- .ep(commonParams)
2759
- .m(function (Command, cs, config, o) {
2760
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2761
- })
2762
- .s("ElasticMapReduce", "GetAutoTerminationPolicy", {})
2763
- .n("EMRClient", "GetAutoTerminationPolicyCommand")
2764
- .sc(GetAutoTerminationPolicy$)
2765
- .build() {
2581
+ class GetAutoTerminationPolicyCommand extends command(_ep0, _mw0, "GetAutoTerminationPolicy", GetAutoTerminationPolicy$) {
2766
2582
  }
2767
2583
 
2768
- class GetBlockPublicAccessConfigurationCommand extends Command
2769
- .classBuilder()
2770
- .ep(commonParams)
2771
- .m(function (Command, cs, config, o) {
2772
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2773
- })
2774
- .s("ElasticMapReduce", "GetBlockPublicAccessConfiguration", {})
2775
- .n("EMRClient", "GetBlockPublicAccessConfigurationCommand")
2776
- .sc(GetBlockPublicAccessConfiguration$)
2777
- .build() {
2584
+ class GetBlockPublicAccessConfigurationCommand extends command(_ep0, _mw0, "GetBlockPublicAccessConfiguration", GetBlockPublicAccessConfiguration$) {
2778
2585
  }
2779
2586
 
2780
- class GetClusterSessionCredentialsCommand extends Command
2781
- .classBuilder()
2782
- .ep(commonParams)
2783
- .m(function (Command, cs, config, o) {
2784
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2785
- })
2786
- .s("ElasticMapReduce", "GetClusterSessionCredentials", {})
2787
- .n("EMRClient", "GetClusterSessionCredentialsCommand")
2788
- .sc(GetClusterSessionCredentials$)
2789
- .build() {
2587
+ class GetClusterSessionCredentialsCommand extends command(_ep0, _mw0, "GetClusterSessionCredentials", GetClusterSessionCredentials$) {
2790
2588
  }
2791
2589
 
2792
- class GetManagedScalingPolicyCommand extends Command
2793
- .classBuilder()
2794
- .ep(commonParams)
2795
- .m(function (Command, cs, config, o) {
2796
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2797
- })
2798
- .s("ElasticMapReduce", "GetManagedScalingPolicy", {})
2799
- .n("EMRClient", "GetManagedScalingPolicyCommand")
2800
- .sc(GetManagedScalingPolicy$)
2801
- .build() {
2590
+ class GetManagedScalingPolicyCommand extends command(_ep0, _mw0, "GetManagedScalingPolicy", GetManagedScalingPolicy$) {
2802
2591
  }
2803
2592
 
2804
- class GetOnClusterAppUIPresignedURLCommand extends Command
2805
- .classBuilder()
2806
- .ep(commonParams)
2807
- .m(function (Command, cs, config, o) {
2808
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2809
- })
2810
- .s("ElasticMapReduce", "GetOnClusterAppUIPresignedURL", {})
2811
- .n("EMRClient", "GetOnClusterAppUIPresignedURLCommand")
2812
- .sc(GetOnClusterAppUIPresignedURL$)
2813
- .build() {
2593
+ class GetOnClusterAppUIPresignedURLCommand extends command(_ep0, _mw0, "GetOnClusterAppUIPresignedURL", GetOnClusterAppUIPresignedURL$) {
2814
2594
  }
2815
2595
 
2816
- class GetPersistentAppUIPresignedURLCommand extends Command
2817
- .classBuilder()
2818
- .ep(commonParams)
2819
- .m(function (Command, cs, config, o) {
2820
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2821
- })
2822
- .s("ElasticMapReduce", "GetPersistentAppUIPresignedURL", {})
2823
- .n("EMRClient", "GetPersistentAppUIPresignedURLCommand")
2824
- .sc(GetPersistentAppUIPresignedURL$)
2825
- .build() {
2596
+ class GetPersistentAppUIPresignedURLCommand extends command(_ep0, _mw0, "GetPersistentAppUIPresignedURL", GetPersistentAppUIPresignedURL$) {
2826
2597
  }
2827
2598
 
2828
- class GetSessionCommand extends Command
2829
- .classBuilder()
2830
- .ep(commonParams)
2831
- .m(function (Command, cs, config, o) {
2832
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2833
- })
2834
- .s("ElasticMapReduce", "GetSession", {})
2835
- .n("EMRClient", "GetSessionCommand")
2836
- .sc(GetSession$)
2837
- .build() {
2599
+ class GetSessionCommand extends command(_ep0, _mw0, "GetSession", GetSession$) {
2838
2600
  }
2839
2601
 
2840
- class GetSessionEndpointCommand extends Command
2841
- .classBuilder()
2842
- .ep(commonParams)
2843
- .m(function (Command, cs, config, o) {
2844
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2845
- })
2846
- .s("ElasticMapReduce", "GetSessionEndpoint", {})
2847
- .n("EMRClient", "GetSessionEndpointCommand")
2848
- .sc(GetSessionEndpoint$)
2849
- .build() {
2602
+ class GetSessionEndpointCommand extends command(_ep0, _mw0, "GetSessionEndpoint", GetSessionEndpoint$) {
2850
2603
  }
2851
2604
 
2852
- class GetStudioSessionMappingCommand extends Command
2853
- .classBuilder()
2854
- .ep(commonParams)
2855
- .m(function (Command, cs, config, o) {
2856
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2857
- })
2858
- .s("ElasticMapReduce", "GetStudioSessionMapping", {})
2859
- .n("EMRClient", "GetStudioSessionMappingCommand")
2860
- .sc(GetStudioSessionMapping$)
2861
- .build() {
2605
+ class GetStudioSessionMappingCommand extends command(_ep0, _mw0, "GetStudioSessionMapping", GetStudioSessionMapping$) {
2862
2606
  }
2863
2607
 
2864
- class ListBootstrapActionsCommand extends Command
2865
- .classBuilder()
2866
- .ep(commonParams)
2867
- .m(function (Command, cs, config, o) {
2868
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2869
- })
2870
- .s("ElasticMapReduce", "ListBootstrapActions", {})
2871
- .n("EMRClient", "ListBootstrapActionsCommand")
2872
- .sc(ListBootstrapActions$)
2873
- .build() {
2608
+ class ListBootstrapActionsCommand extends command(_ep0, _mw0, "ListBootstrapActions", ListBootstrapActions$) {
2874
2609
  }
2875
2610
 
2876
- class ListClustersCommand extends Command
2877
- .classBuilder()
2878
- .ep(commonParams)
2879
- .m(function (Command, cs, config, o) {
2880
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2881
- })
2882
- .s("ElasticMapReduce", "ListClusters", {})
2883
- .n("EMRClient", "ListClustersCommand")
2884
- .sc(ListClusters$)
2885
- .build() {
2611
+ class ListClustersCommand extends command(_ep0, _mw0, "ListClusters", ListClusters$) {
2886
2612
  }
2887
2613
 
2888
- class ListInstanceFleetsCommand extends Command
2889
- .classBuilder()
2890
- .ep(commonParams)
2891
- .m(function (Command, cs, config, o) {
2892
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2893
- })
2894
- .s("ElasticMapReduce", "ListInstanceFleets", {})
2895
- .n("EMRClient", "ListInstanceFleetsCommand")
2896
- .sc(ListInstanceFleets$)
2897
- .build() {
2614
+ class ListInstanceFleetsCommand extends command(_ep0, _mw0, "ListInstanceFleets", ListInstanceFleets$) {
2898
2615
  }
2899
2616
 
2900
- class ListInstanceGroupsCommand extends Command
2901
- .classBuilder()
2902
- .ep(commonParams)
2903
- .m(function (Command, cs, config, o) {
2904
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2905
- })
2906
- .s("ElasticMapReduce", "ListInstanceGroups", {})
2907
- .n("EMRClient", "ListInstanceGroupsCommand")
2908
- .sc(ListInstanceGroups$)
2909
- .build() {
2617
+ class ListInstanceGroupsCommand extends command(_ep0, _mw0, "ListInstanceGroups", ListInstanceGroups$) {
2910
2618
  }
2911
2619
 
2912
- class ListInstancesCommand extends Command
2913
- .classBuilder()
2914
- .ep(commonParams)
2915
- .m(function (Command, cs, config, o) {
2916
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2917
- })
2918
- .s("ElasticMapReduce", "ListInstances", {})
2919
- .n("EMRClient", "ListInstancesCommand")
2920
- .sc(ListInstances$)
2921
- .build() {
2620
+ class ListInstancesCommand extends command(_ep0, _mw0, "ListInstances", ListInstances$) {
2922
2621
  }
2923
2622
 
2924
- class ListNotebookExecutionsCommand extends Command
2925
- .classBuilder()
2926
- .ep(commonParams)
2927
- .m(function (Command, cs, config, o) {
2928
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2929
- })
2930
- .s("ElasticMapReduce", "ListNotebookExecutions", {})
2931
- .n("EMRClient", "ListNotebookExecutionsCommand")
2932
- .sc(ListNotebookExecutions$)
2933
- .build() {
2623
+ class ListNotebookExecutionsCommand extends command(_ep0, _mw0, "ListNotebookExecutions", ListNotebookExecutions$) {
2934
2624
  }
2935
2625
 
2936
- class ListReleaseLabelsCommand extends Command
2937
- .classBuilder()
2938
- .ep(commonParams)
2939
- .m(function (Command, cs, config, o) {
2940
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2941
- })
2942
- .s("ElasticMapReduce", "ListReleaseLabels", {})
2943
- .n("EMRClient", "ListReleaseLabelsCommand")
2944
- .sc(ListReleaseLabels$)
2945
- .build() {
2626
+ class ListReleaseLabelsCommand extends command(_ep0, _mw0, "ListReleaseLabels", ListReleaseLabels$) {
2946
2627
  }
2947
2628
 
2948
- class ListSecurityConfigurationsCommand extends Command
2949
- .classBuilder()
2950
- .ep(commonParams)
2951
- .m(function (Command, cs, config, o) {
2952
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2953
- })
2954
- .s("ElasticMapReduce", "ListSecurityConfigurations", {})
2955
- .n("EMRClient", "ListSecurityConfigurationsCommand")
2956
- .sc(ListSecurityConfigurations$)
2957
- .build() {
2629
+ class ListSecurityConfigurationsCommand extends command(_ep0, _mw0, "ListSecurityConfigurations", ListSecurityConfigurations$) {
2958
2630
  }
2959
2631
 
2960
- class ListSessionsCommand extends Command
2961
- .classBuilder()
2962
- .ep(commonParams)
2963
- .m(function (Command, cs, config, o) {
2964
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2965
- })
2966
- .s("ElasticMapReduce", "ListSessions", {})
2967
- .n("EMRClient", "ListSessionsCommand")
2968
- .sc(ListSessions$)
2969
- .build() {
2632
+ class ListSessionsCommand extends command(_ep0, _mw0, "ListSessions", ListSessions$) {
2970
2633
  }
2971
2634
 
2972
- class ListStepsCommand extends Command
2973
- .classBuilder()
2974
- .ep(commonParams)
2975
- .m(function (Command, cs, config, o) {
2976
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2977
- })
2978
- .s("ElasticMapReduce", "ListSteps", {})
2979
- .n("EMRClient", "ListStepsCommand")
2980
- .sc(ListSteps$)
2981
- .build() {
2635
+ class ListStepsCommand extends command(_ep0, _mw0, "ListSteps", ListSteps$) {
2982
2636
  }
2983
2637
 
2984
- class ListStudiosCommand extends Command
2985
- .classBuilder()
2986
- .ep(commonParams)
2987
- .m(function (Command, cs, config, o) {
2988
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2989
- })
2990
- .s("ElasticMapReduce", "ListStudios", {})
2991
- .n("EMRClient", "ListStudiosCommand")
2992
- .sc(ListStudios$)
2993
- .build() {
2638
+ class ListStudiosCommand extends command(_ep0, _mw0, "ListStudios", ListStudios$) {
2994
2639
  }
2995
2640
 
2996
- class ListStudioSessionMappingsCommand extends Command
2997
- .classBuilder()
2998
- .ep(commonParams)
2999
- .m(function (Command, cs, config, o) {
3000
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3001
- })
3002
- .s("ElasticMapReduce", "ListStudioSessionMappings", {})
3003
- .n("EMRClient", "ListStudioSessionMappingsCommand")
3004
- .sc(ListStudioSessionMappings$)
3005
- .build() {
2641
+ class ListStudioSessionMappingsCommand extends command(_ep0, _mw0, "ListStudioSessionMappings", ListStudioSessionMappings$) {
3006
2642
  }
3007
2643
 
3008
- class ListSupportedInstanceTypesCommand extends Command
3009
- .classBuilder()
3010
- .ep(commonParams)
3011
- .m(function (Command, cs, config, o) {
3012
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3013
- })
3014
- .s("ElasticMapReduce", "ListSupportedInstanceTypes", {})
3015
- .n("EMRClient", "ListSupportedInstanceTypesCommand")
3016
- .sc(ListSupportedInstanceTypes$)
3017
- .build() {
2644
+ class ListSupportedInstanceTypesCommand extends command(_ep0, _mw0, "ListSupportedInstanceTypes", ListSupportedInstanceTypes$) {
3018
2645
  }
3019
2646
 
3020
- class ModifyClusterCommand extends Command
3021
- .classBuilder()
3022
- .ep(commonParams)
3023
- .m(function (Command, cs, config, o) {
3024
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3025
- })
3026
- .s("ElasticMapReduce", "ModifyCluster", {})
3027
- .n("EMRClient", "ModifyClusterCommand")
3028
- .sc(ModifyCluster$)
3029
- .build() {
2647
+ class ModifyClusterCommand extends command(_ep0, _mw0, "ModifyCluster", ModifyCluster$) {
3030
2648
  }
3031
2649
 
3032
- class ModifyInstanceFleetCommand extends Command
3033
- .classBuilder()
3034
- .ep(commonParams)
3035
- .m(function (Command, cs, config, o) {
3036
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3037
- })
3038
- .s("ElasticMapReduce", "ModifyInstanceFleet", {})
3039
- .n("EMRClient", "ModifyInstanceFleetCommand")
3040
- .sc(ModifyInstanceFleet$)
3041
- .build() {
2650
+ class ModifyInstanceFleetCommand extends command(_ep0, _mw0, "ModifyInstanceFleet", ModifyInstanceFleet$) {
3042
2651
  }
3043
2652
 
3044
- class ModifyInstanceGroupsCommand extends Command
3045
- .classBuilder()
3046
- .ep(commonParams)
3047
- .m(function (Command, cs, config, o) {
3048
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3049
- })
3050
- .s("ElasticMapReduce", "ModifyInstanceGroups", {})
3051
- .n("EMRClient", "ModifyInstanceGroupsCommand")
3052
- .sc(ModifyInstanceGroups$)
3053
- .build() {
2653
+ class ModifyInstanceGroupsCommand extends command(_ep0, _mw0, "ModifyInstanceGroups", ModifyInstanceGroups$) {
3054
2654
  }
3055
2655
 
3056
- class PutAutoScalingPolicyCommand extends Command
3057
- .classBuilder()
3058
- .ep(commonParams)
3059
- .m(function (Command, cs, config, o) {
3060
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3061
- })
3062
- .s("ElasticMapReduce", "PutAutoScalingPolicy", {})
3063
- .n("EMRClient", "PutAutoScalingPolicyCommand")
3064
- .sc(PutAutoScalingPolicy$)
3065
- .build() {
2656
+ class PutAutoScalingPolicyCommand extends command(_ep0, _mw0, "PutAutoScalingPolicy", PutAutoScalingPolicy$) {
3066
2657
  }
3067
2658
 
3068
- class PutAutoTerminationPolicyCommand extends Command
3069
- .classBuilder()
3070
- .ep(commonParams)
3071
- .m(function (Command, cs, config, o) {
3072
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3073
- })
3074
- .s("ElasticMapReduce", "PutAutoTerminationPolicy", {})
3075
- .n("EMRClient", "PutAutoTerminationPolicyCommand")
3076
- .sc(PutAutoTerminationPolicy$)
3077
- .build() {
2659
+ class PutAutoTerminationPolicyCommand extends command(_ep0, _mw0, "PutAutoTerminationPolicy", PutAutoTerminationPolicy$) {
3078
2660
  }
3079
2661
 
3080
- class PutBlockPublicAccessConfigurationCommand extends Command
3081
- .classBuilder()
3082
- .ep(commonParams)
3083
- .m(function (Command, cs, config, o) {
3084
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3085
- })
3086
- .s("ElasticMapReduce", "PutBlockPublicAccessConfiguration", {})
3087
- .n("EMRClient", "PutBlockPublicAccessConfigurationCommand")
3088
- .sc(PutBlockPublicAccessConfiguration$)
3089
- .build() {
2662
+ class PutBlockPublicAccessConfigurationCommand extends command(_ep0, _mw0, "PutBlockPublicAccessConfiguration", PutBlockPublicAccessConfiguration$) {
3090
2663
  }
3091
2664
 
3092
- class PutManagedScalingPolicyCommand extends Command
3093
- .classBuilder()
3094
- .ep(commonParams)
3095
- .m(function (Command, cs, config, o) {
3096
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3097
- })
3098
- .s("ElasticMapReduce", "PutManagedScalingPolicy", {})
3099
- .n("EMRClient", "PutManagedScalingPolicyCommand")
3100
- .sc(PutManagedScalingPolicy$)
3101
- .build() {
2665
+ class PutManagedScalingPolicyCommand extends command(_ep0, _mw0, "PutManagedScalingPolicy", PutManagedScalingPolicy$) {
3102
2666
  }
3103
2667
 
3104
- class RemoveAutoScalingPolicyCommand extends Command
3105
- .classBuilder()
3106
- .ep(commonParams)
3107
- .m(function (Command, cs, config, o) {
3108
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3109
- })
3110
- .s("ElasticMapReduce", "RemoveAutoScalingPolicy", {})
3111
- .n("EMRClient", "RemoveAutoScalingPolicyCommand")
3112
- .sc(RemoveAutoScalingPolicy$)
3113
- .build() {
2668
+ class RemoveAutoScalingPolicyCommand extends command(_ep0, _mw0, "RemoveAutoScalingPolicy", RemoveAutoScalingPolicy$) {
3114
2669
  }
3115
2670
 
3116
- class RemoveAutoTerminationPolicyCommand extends Command
3117
- .classBuilder()
3118
- .ep(commonParams)
3119
- .m(function (Command, cs, config, o) {
3120
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3121
- })
3122
- .s("ElasticMapReduce", "RemoveAutoTerminationPolicy", {})
3123
- .n("EMRClient", "RemoveAutoTerminationPolicyCommand")
3124
- .sc(RemoveAutoTerminationPolicy$)
3125
- .build() {
2671
+ class RemoveAutoTerminationPolicyCommand extends command(_ep0, _mw0, "RemoveAutoTerminationPolicy", RemoveAutoTerminationPolicy$) {
3126
2672
  }
3127
2673
 
3128
- class RemoveManagedScalingPolicyCommand extends Command
3129
- .classBuilder()
3130
- .ep(commonParams)
3131
- .m(function (Command, cs, config, o) {
3132
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3133
- })
3134
- .s("ElasticMapReduce", "RemoveManagedScalingPolicy", {})
3135
- .n("EMRClient", "RemoveManagedScalingPolicyCommand")
3136
- .sc(RemoveManagedScalingPolicy$)
3137
- .build() {
2674
+ class RemoveManagedScalingPolicyCommand extends command(_ep0, _mw0, "RemoveManagedScalingPolicy", RemoveManagedScalingPolicy$) {
3138
2675
  }
3139
2676
 
3140
- class RemoveTagsCommand extends Command
3141
- .classBuilder()
3142
- .ep(commonParams)
3143
- .m(function (Command, cs, config, o) {
3144
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3145
- })
3146
- .s("ElasticMapReduce", "RemoveTags", {})
3147
- .n("EMRClient", "RemoveTagsCommand")
3148
- .sc(RemoveTags$)
3149
- .build() {
2677
+ class RemoveTagsCommand extends command(_ep0, _mw0, "RemoveTags", RemoveTags$) {
3150
2678
  }
3151
2679
 
3152
- class RunJobFlowCommand extends Command
3153
- .classBuilder()
3154
- .ep(commonParams)
3155
- .m(function (Command, cs, config, o) {
3156
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3157
- })
3158
- .s("ElasticMapReduce", "RunJobFlow", {})
3159
- .n("EMRClient", "RunJobFlowCommand")
3160
- .sc(RunJobFlow$)
3161
- .build() {
2680
+ class RunJobFlowCommand extends command(_ep0, _mw0, "RunJobFlow", RunJobFlow$) {
3162
2681
  }
3163
2682
 
3164
- class SetKeepJobFlowAliveWhenNoStepsCommand extends Command
3165
- .classBuilder()
3166
- .ep(commonParams)
3167
- .m(function (Command, cs, config, o) {
3168
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3169
- })
3170
- .s("ElasticMapReduce", "SetKeepJobFlowAliveWhenNoSteps", {})
3171
- .n("EMRClient", "SetKeepJobFlowAliveWhenNoStepsCommand")
3172
- .sc(SetKeepJobFlowAliveWhenNoSteps$)
3173
- .build() {
2683
+ class SetKeepJobFlowAliveWhenNoStepsCommand extends command(_ep0, _mw0, "SetKeepJobFlowAliveWhenNoSteps", SetKeepJobFlowAliveWhenNoSteps$) {
3174
2684
  }
3175
2685
 
3176
- class SetTerminationProtectionCommand extends Command
3177
- .classBuilder()
3178
- .ep(commonParams)
3179
- .m(function (Command, cs, config, o) {
3180
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3181
- })
3182
- .s("ElasticMapReduce", "SetTerminationProtection", {})
3183
- .n("EMRClient", "SetTerminationProtectionCommand")
3184
- .sc(SetTerminationProtection$)
3185
- .build() {
2686
+ class SetTerminationProtectionCommand extends command(_ep0, _mw0, "SetTerminationProtection", SetTerminationProtection$) {
3186
2687
  }
3187
2688
 
3188
- class SetUnhealthyNodeReplacementCommand extends Command
3189
- .classBuilder()
3190
- .ep(commonParams)
3191
- .m(function (Command, cs, config, o) {
3192
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3193
- })
3194
- .s("ElasticMapReduce", "SetUnhealthyNodeReplacement", {})
3195
- .n("EMRClient", "SetUnhealthyNodeReplacementCommand")
3196
- .sc(SetUnhealthyNodeReplacement$)
3197
- .build() {
2689
+ class SetUnhealthyNodeReplacementCommand extends command(_ep0, _mw0, "SetUnhealthyNodeReplacement", SetUnhealthyNodeReplacement$) {
3198
2690
  }
3199
2691
 
3200
- class SetVisibleToAllUsersCommand extends Command
3201
- .classBuilder()
3202
- .ep(commonParams)
3203
- .m(function (Command, cs, config, o) {
3204
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3205
- })
3206
- .s("ElasticMapReduce", "SetVisibleToAllUsers", {})
3207
- .n("EMRClient", "SetVisibleToAllUsersCommand")
3208
- .sc(SetVisibleToAllUsers$)
3209
- .build() {
2692
+ class SetVisibleToAllUsersCommand extends command(_ep0, _mw0, "SetVisibleToAllUsers", SetVisibleToAllUsers$) {
3210
2693
  }
3211
2694
 
3212
- class StartNotebookExecutionCommand extends Command
3213
- .classBuilder()
3214
- .ep(commonParams)
3215
- .m(function (Command, cs, config, o) {
3216
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3217
- })
3218
- .s("ElasticMapReduce", "StartNotebookExecution", {})
3219
- .n("EMRClient", "StartNotebookExecutionCommand")
3220
- .sc(StartNotebookExecution$)
3221
- .build() {
2695
+ class StartNotebookExecutionCommand extends command(_ep0, _mw0, "StartNotebookExecution", StartNotebookExecution$) {
3222
2696
  }
3223
2697
 
3224
- class StartSessionCommand extends Command
3225
- .classBuilder()
3226
- .ep(commonParams)
3227
- .m(function (Command, cs, config, o) {
3228
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3229
- })
3230
- .s("ElasticMapReduce", "StartSession", {})
3231
- .n("EMRClient", "StartSessionCommand")
3232
- .sc(StartSession$)
3233
- .build() {
2698
+ class StartSessionCommand extends command(_ep0, _mw0, "StartSession", StartSession$) {
3234
2699
  }
3235
2700
 
3236
- class StopNotebookExecutionCommand extends Command
3237
- .classBuilder()
3238
- .ep(commonParams)
3239
- .m(function (Command, cs, config, o) {
3240
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3241
- })
3242
- .s("ElasticMapReduce", "StopNotebookExecution", {})
3243
- .n("EMRClient", "StopNotebookExecutionCommand")
3244
- .sc(StopNotebookExecution$)
3245
- .build() {
2701
+ class StopNotebookExecutionCommand extends command(_ep0, _mw0, "StopNotebookExecution", StopNotebookExecution$) {
3246
2702
  }
3247
2703
 
3248
- class TerminateJobFlowsCommand extends Command
3249
- .classBuilder()
3250
- .ep(commonParams)
3251
- .m(function (Command, cs, config, o) {
3252
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3253
- })
3254
- .s("ElasticMapReduce", "TerminateJobFlows", {})
3255
- .n("EMRClient", "TerminateJobFlowsCommand")
3256
- .sc(TerminateJobFlows$)
3257
- .build() {
2704
+ class TerminateJobFlowsCommand extends command(_ep0, _mw0, "TerminateJobFlows", TerminateJobFlows$) {
3258
2705
  }
3259
2706
 
3260
- class TerminateSessionCommand extends Command
3261
- .classBuilder()
3262
- .ep(commonParams)
3263
- .m(function (Command, cs, config, o) {
3264
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3265
- })
3266
- .s("ElasticMapReduce", "TerminateSession", {})
3267
- .n("EMRClient", "TerminateSessionCommand")
3268
- .sc(TerminateSession$)
3269
- .build() {
2707
+ class TerminateSessionCommand extends command(_ep0, _mw0, "TerminateSession", TerminateSession$) {
3270
2708
  }
3271
2709
 
3272
- class UpdateStudioCommand extends Command
3273
- .classBuilder()
3274
- .ep(commonParams)
3275
- .m(function (Command, cs, config, o) {
3276
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3277
- })
3278
- .s("ElasticMapReduce", "UpdateStudio", {})
3279
- .n("EMRClient", "UpdateStudioCommand")
3280
- .sc(UpdateStudio$)
3281
- .build() {
2710
+ class UpdateStudioCommand extends command(_ep0, _mw0, "UpdateStudio", UpdateStudio$) {
3282
2711
  }
3283
2712
 
3284
- class UpdateStudioSessionMappingCommand extends Command
3285
- .classBuilder()
3286
- .ep(commonParams)
3287
- .m(function (Command, cs, config, o) {
3288
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3289
- })
3290
- .s("ElasticMapReduce", "UpdateStudioSessionMapping", {})
3291
- .n("EMRClient", "UpdateStudioSessionMappingCommand")
3292
- .sc(UpdateStudioSessionMapping$)
3293
- .build() {
2713
+ class UpdateStudioSessionMappingCommand extends command(_ep0, _mw0, "UpdateStudioSessionMapping", UpdateStudioSessionMapping$) {
3294
2714
  }
3295
2715
 
3296
2716
  const paginateListBootstrapActions = createPaginator(EMRClient, ListBootstrapActionsCommand, "Marker", "Marker", "");