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