@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.
- package/dist-cjs/index.js +76 -655
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddInstanceFleetCommand.js +2 -14
- package/dist-es/commands/AddInstanceGroupsCommand.js +2 -14
- package/dist-es/commands/AddJobFlowStepsCommand.js +2 -14
- package/dist-es/commands/AddTagsCommand.js +2 -14
- package/dist-es/commands/CancelStepsCommand.js +2 -14
- package/dist-es/commands/CreatePersistentAppUICommand.js +2 -14
- package/dist-es/commands/CreateSecurityConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateStudioCommand.js +2 -14
- package/dist-es/commands/CreateStudioSessionMappingCommand.js +2 -14
- package/dist-es/commands/DeleteSecurityConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteStudioCommand.js +2 -14
- package/dist-es/commands/DeleteStudioSessionMappingCommand.js +2 -14
- package/dist-es/commands/DescribeClusterCommand.js +2 -14
- package/dist-es/commands/DescribeJobFlowsCommand.js +2 -14
- package/dist-es/commands/DescribeNotebookExecutionCommand.js +2 -14
- package/dist-es/commands/DescribePersistentAppUICommand.js +2 -14
- package/dist-es/commands/DescribeReleaseLabelCommand.js +2 -14
- package/dist-es/commands/DescribeSecurityConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeStepCommand.js +2 -14
- package/dist-es/commands/DescribeStudioCommand.js +2 -14
- package/dist-es/commands/GetAutoTerminationPolicyCommand.js +2 -14
- package/dist-es/commands/GetBlockPublicAccessConfigurationCommand.js +2 -14
- package/dist-es/commands/GetClusterSessionCredentialsCommand.js +2 -14
- package/dist-es/commands/GetManagedScalingPolicyCommand.js +2 -14
- package/dist-es/commands/GetOnClusterAppUIPresignedURLCommand.js +2 -14
- package/dist-es/commands/GetPersistentAppUIPresignedURLCommand.js +2 -14
- package/dist-es/commands/GetSessionCommand.js +2 -14
- package/dist-es/commands/GetSessionEndpointCommand.js +2 -14
- package/dist-es/commands/GetStudioSessionMappingCommand.js +2 -14
- package/dist-es/commands/ListBootstrapActionsCommand.js +2 -14
- package/dist-es/commands/ListClustersCommand.js +2 -14
- package/dist-es/commands/ListInstanceFleetsCommand.js +2 -14
- package/dist-es/commands/ListInstanceGroupsCommand.js +2 -14
- package/dist-es/commands/ListInstancesCommand.js +2 -14
- package/dist-es/commands/ListNotebookExecutionsCommand.js +2 -14
- package/dist-es/commands/ListReleaseLabelsCommand.js +2 -14
- package/dist-es/commands/ListSecurityConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListSessionsCommand.js +2 -14
- package/dist-es/commands/ListStepsCommand.js +2 -14
- package/dist-es/commands/ListStudioSessionMappingsCommand.js +2 -14
- package/dist-es/commands/ListStudiosCommand.js +2 -14
- package/dist-es/commands/ListSupportedInstanceTypesCommand.js +2 -14
- package/dist-es/commands/ModifyClusterCommand.js +2 -14
- package/dist-es/commands/ModifyInstanceFleetCommand.js +2 -14
- package/dist-es/commands/ModifyInstanceGroupsCommand.js +2 -14
- package/dist-es/commands/PutAutoScalingPolicyCommand.js +2 -14
- package/dist-es/commands/PutAutoTerminationPolicyCommand.js +2 -14
- package/dist-es/commands/PutBlockPublicAccessConfigurationCommand.js +2 -14
- package/dist-es/commands/PutManagedScalingPolicyCommand.js +2 -14
- package/dist-es/commands/RemoveAutoScalingPolicyCommand.js +2 -14
- package/dist-es/commands/RemoveAutoTerminationPolicyCommand.js +2 -14
- package/dist-es/commands/RemoveManagedScalingPolicyCommand.js +2 -14
- package/dist-es/commands/RemoveTagsCommand.js +2 -14
- package/dist-es/commands/RunJobFlowCommand.js +2 -14
- package/dist-es/commands/SetKeepJobFlowAliveWhenNoStepsCommand.js +2 -14
- package/dist-es/commands/SetTerminationProtectionCommand.js +2 -14
- package/dist-es/commands/SetUnhealthyNodeReplacementCommand.js +2 -14
- package/dist-es/commands/SetVisibleToAllUsersCommand.js +2 -14
- package/dist-es/commands/StartNotebookExecutionCommand.js +2 -14
- package/dist-es/commands/StartSessionCommand.js +2 -14
- package/dist-es/commands/StopNotebookExecutionCommand.js +2 -14
- package/dist-es/commands/TerminateJobFlowsCommand.js +2 -14
- package/dist-es/commands/TerminateSessionCommand.js +2 -14
- package/dist-es/commands/UpdateStudioCommand.js +2 -14
- package/dist-es/commands/UpdateStudioSessionMappingCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddInstanceFleetCommand.d.ts +3 -8
- package/dist-types/commands/AddInstanceGroupsCommand.d.ts +3 -8
- package/dist-types/commands/AddJobFlowStepsCommand.d.ts +3 -8
- package/dist-types/commands/AddTagsCommand.d.ts +3 -8
- package/dist-types/commands/CancelStepsCommand.d.ts +3 -8
- package/dist-types/commands/CreatePersistentAppUICommand.d.ts +3 -8
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateStudioCommand.d.ts +3 -8
- package/dist-types/commands/CreateStudioSessionMappingCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteStudioCommand.d.ts +3 -8
- package/dist-types/commands/DeleteStudioSessionMappingCommand.d.ts +3 -8
- package/dist-types/commands/DescribeClusterCommand.d.ts +3 -8
- package/dist-types/commands/DescribeJobFlowsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeNotebookExecutionCommand.d.ts +3 -8
- package/dist-types/commands/DescribePersistentAppUICommand.d.ts +3 -8
- package/dist-types/commands/DescribeReleaseLabelCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSecurityConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeStepCommand.d.ts +3 -8
- package/dist-types/commands/DescribeStudioCommand.d.ts +3 -8
- package/dist-types/commands/GetAutoTerminationPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetBlockPublicAccessConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetClusterSessionCredentialsCommand.d.ts +3 -8
- package/dist-types/commands/GetManagedScalingPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetOnClusterAppUIPresignedURLCommand.d.ts +3 -8
- package/dist-types/commands/GetPersistentAppUIPresignedURLCommand.d.ts +3 -8
- package/dist-types/commands/GetSessionCommand.d.ts +3 -8
- package/dist-types/commands/GetSessionEndpointCommand.d.ts +3 -8
- package/dist-types/commands/GetStudioSessionMappingCommand.d.ts +3 -8
- package/dist-types/commands/ListBootstrapActionsCommand.d.ts +3 -8
- package/dist-types/commands/ListClustersCommand.d.ts +3 -8
- package/dist-types/commands/ListInstanceFleetsCommand.d.ts +3 -8
- package/dist-types/commands/ListInstanceGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListNotebookExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListReleaseLabelsCommand.d.ts +3 -8
- package/dist-types/commands/ListSecurityConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListSessionsCommand.d.ts +3 -8
- package/dist-types/commands/ListStepsCommand.d.ts +3 -8
- package/dist-types/commands/ListStudioSessionMappingsCommand.d.ts +3 -8
- package/dist-types/commands/ListStudiosCommand.d.ts +3 -8
- package/dist-types/commands/ListSupportedInstanceTypesCommand.d.ts +3 -8
- package/dist-types/commands/ModifyClusterCommand.d.ts +3 -8
- package/dist-types/commands/ModifyInstanceFleetCommand.d.ts +3 -8
- package/dist-types/commands/ModifyInstanceGroupsCommand.d.ts +3 -8
- package/dist-types/commands/PutAutoScalingPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutAutoTerminationPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutBlockPublicAccessConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutManagedScalingPolicyCommand.d.ts +3 -8
- package/dist-types/commands/RemoveAutoScalingPolicyCommand.d.ts +3 -8
- package/dist-types/commands/RemoveAutoTerminationPolicyCommand.d.ts +3 -8
- package/dist-types/commands/RemoveManagedScalingPolicyCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTagsCommand.d.ts +3 -8
- package/dist-types/commands/RunJobFlowCommand.d.ts +3 -8
- package/dist-types/commands/SetKeepJobFlowAliveWhenNoStepsCommand.d.ts +3 -8
- package/dist-types/commands/SetTerminationProtectionCommand.d.ts +3 -8
- package/dist-types/commands/SetUnhealthyNodeReplacementCommand.d.ts +3 -8
- package/dist-types/commands/SetVisibleToAllUsersCommand.d.ts +3 -8
- package/dist-types/commands/StartNotebookExecutionCommand.d.ts +3 -8
- package/dist-types/commands/StartSessionCommand.d.ts +3 -8
- package/dist-types/commands/StopNotebookExecutionCommand.d.ts +3 -8
- package/dist-types/commands/TerminateJobFlowsCommand.d.ts +3 -8
- package/dist-types/commands/TerminateSessionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateStudioCommand.d.ts +3 -8
- package/dist-types/commands/UpdateStudioSessionMappingCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddInstanceFleetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AddInstanceGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AddJobFlowStepsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelStepsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePersistentAppUICommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateStudioCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateStudioSessionMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteStudioCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteStudioSessionMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeJobFlowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeNotebookExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePersistentAppUICommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReleaseLabelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeStepCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeStudioCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAutoTerminationPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBlockPublicAccessConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetClusterSessionCredentialsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetManagedScalingPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOnClusterAppUIPresignedURLCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPersistentAppUIPresignedURLCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetStudioSessionMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBootstrapActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInstanceFleetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInstanceGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNotebookExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReleaseLabelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStudioSessionMappingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStudiosCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSupportedInstanceTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyInstanceFleetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyInstanceGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAutoScalingPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAutoTerminationPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBlockPublicAccessConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutManagedScalingPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveAutoScalingPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveAutoTerminationPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveManagedScalingPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RunJobFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetKeepJobFlowAliveWhenNoStepsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetTerminationProtectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetUnhealthyNodeReplacementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetVisibleToAllUsersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartNotebookExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopNotebookExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TerminateJobFlowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateStudioCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateStudioSessionMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- 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,
|
|
4
|
-
|
|
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,
|
|
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.
|
|
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
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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", "");
|