@aws-sdk/client-emr 3.478.0 → 3.482.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/README.md +8 -0
- package/dist-cjs/EMR.js +2 -0
- package/dist-cjs/commands/AddInstanceFleetCommand.js +18 -41
- package/dist-cjs/commands/AddInstanceGroupsCommand.js +18 -41
- package/dist-cjs/commands/AddJobFlowStepsCommand.js +18 -41
- package/dist-cjs/commands/AddTagsCommand.js +18 -41
- package/dist-cjs/commands/CancelStepsCommand.js +18 -41
- package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +18 -41
- package/dist-cjs/commands/CreateStudioCommand.js +18 -41
- package/dist-cjs/commands/CreateStudioSessionMappingCommand.js +18 -41
- package/dist-cjs/commands/DeleteSecurityConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteStudioCommand.js +18 -41
- package/dist-cjs/commands/DeleteStudioSessionMappingCommand.js +18 -41
- package/dist-cjs/commands/DescribeClusterCommand.js +18 -41
- package/dist-cjs/commands/DescribeJobFlowsCommand.js +18 -41
- package/dist-cjs/commands/DescribeNotebookExecutionCommand.js +18 -41
- package/dist-cjs/commands/DescribeReleaseLabelCommand.js +18 -41
- package/dist-cjs/commands/DescribeSecurityConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DescribeStepCommand.js +18 -41
- package/dist-cjs/commands/DescribeStudioCommand.js +18 -41
- package/dist-cjs/commands/GetAutoTerminationPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetBlockPublicAccessConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetClusterSessionCredentialsCommand.js +18 -41
- package/dist-cjs/commands/GetManagedScalingPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetStudioSessionMappingCommand.js +18 -41
- package/dist-cjs/commands/ListBootstrapActionsCommand.js +18 -41
- package/dist-cjs/commands/ListClustersCommand.js +18 -41
- package/dist-cjs/commands/ListInstanceFleetsCommand.js +18 -41
- package/dist-cjs/commands/ListInstanceGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListInstancesCommand.js +18 -41
- package/dist-cjs/commands/ListNotebookExecutionsCommand.js +18 -41
- package/dist-cjs/commands/ListReleaseLabelsCommand.js +18 -41
- package/dist-cjs/commands/ListSecurityConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListStepsCommand.js +18 -41
- package/dist-cjs/commands/ListStudioSessionMappingsCommand.js +18 -41
- package/dist-cjs/commands/ListStudiosCommand.js +18 -41
- package/dist-cjs/commands/ListSupportedInstanceTypesCommand.js +18 -41
- package/dist-cjs/commands/ModifyClusterCommand.js +18 -41
- package/dist-cjs/commands/ModifyInstanceFleetCommand.js +18 -41
- package/dist-cjs/commands/ModifyInstanceGroupsCommand.js +18 -41
- package/dist-cjs/commands/PutAutoScalingPolicyCommand.js +18 -41
- package/dist-cjs/commands/PutAutoTerminationPolicyCommand.js +18 -41
- package/dist-cjs/commands/PutBlockPublicAccessConfigurationCommand.js +18 -41
- package/dist-cjs/commands/PutManagedScalingPolicyCommand.js +18 -41
- package/dist-cjs/commands/RemoveAutoScalingPolicyCommand.js +18 -41
- package/dist-cjs/commands/RemoveAutoTerminationPolicyCommand.js +18 -41
- package/dist-cjs/commands/RemoveManagedScalingPolicyCommand.js +18 -41
- package/dist-cjs/commands/RemoveTagsCommand.js +18 -41
- package/dist-cjs/commands/RunJobFlowCommand.js +18 -41
- package/dist-cjs/commands/SetKeepJobFlowAliveWhenNoStepsCommand.js +28 -0
- package/dist-cjs/commands/SetTerminationProtectionCommand.js +18 -41
- package/dist-cjs/commands/SetVisibleToAllUsersCommand.js +18 -41
- package/dist-cjs/commands/StartNotebookExecutionCommand.js +18 -41
- package/dist-cjs/commands/StopNotebookExecutionCommand.js +18 -41
- package/dist-cjs/commands/TerminateJobFlowsCommand.js +18 -41
- package/dist-cjs/commands/UpdateStudioCommand.js +18 -41
- package/dist-cjs/commands/UpdateStudioSessionMappingCommand.js +18 -41
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/protocols/Aws_json1_1.js +40 -3
- package/dist-es/EMR.js +2 -0
- package/dist-es/commands/AddInstanceFleetCommand.js +18 -41
- package/dist-es/commands/AddInstanceGroupsCommand.js +18 -41
- package/dist-es/commands/AddJobFlowStepsCommand.js +18 -41
- package/dist-es/commands/AddTagsCommand.js +18 -41
- package/dist-es/commands/CancelStepsCommand.js +18 -41
- package/dist-es/commands/CreateSecurityConfigurationCommand.js +18 -41
- package/dist-es/commands/CreateStudioCommand.js +18 -41
- package/dist-es/commands/CreateStudioSessionMappingCommand.js +18 -41
- package/dist-es/commands/DeleteSecurityConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteStudioCommand.js +18 -41
- package/dist-es/commands/DeleteStudioSessionMappingCommand.js +18 -41
- package/dist-es/commands/DescribeClusterCommand.js +18 -41
- package/dist-es/commands/DescribeJobFlowsCommand.js +18 -41
- package/dist-es/commands/DescribeNotebookExecutionCommand.js +18 -41
- package/dist-es/commands/DescribeReleaseLabelCommand.js +18 -41
- package/dist-es/commands/DescribeSecurityConfigurationCommand.js +18 -41
- package/dist-es/commands/DescribeStepCommand.js +18 -41
- package/dist-es/commands/DescribeStudioCommand.js +18 -41
- package/dist-es/commands/GetAutoTerminationPolicyCommand.js +18 -41
- package/dist-es/commands/GetBlockPublicAccessConfigurationCommand.js +18 -41
- package/dist-es/commands/GetClusterSessionCredentialsCommand.js +18 -41
- package/dist-es/commands/GetManagedScalingPolicyCommand.js +18 -41
- package/dist-es/commands/GetStudioSessionMappingCommand.js +18 -41
- package/dist-es/commands/ListBootstrapActionsCommand.js +18 -41
- package/dist-es/commands/ListClustersCommand.js +18 -41
- package/dist-es/commands/ListInstanceFleetsCommand.js +18 -41
- package/dist-es/commands/ListInstanceGroupsCommand.js +18 -41
- package/dist-es/commands/ListInstancesCommand.js +18 -41
- package/dist-es/commands/ListNotebookExecutionsCommand.js +18 -41
- package/dist-es/commands/ListReleaseLabelsCommand.js +18 -41
- package/dist-es/commands/ListSecurityConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListStepsCommand.js +18 -41
- package/dist-es/commands/ListStudioSessionMappingsCommand.js +18 -41
- package/dist-es/commands/ListStudiosCommand.js +18 -41
- package/dist-es/commands/ListSupportedInstanceTypesCommand.js +18 -41
- package/dist-es/commands/ModifyClusterCommand.js +18 -41
- package/dist-es/commands/ModifyInstanceFleetCommand.js +18 -41
- package/dist-es/commands/ModifyInstanceGroupsCommand.js +18 -41
- package/dist-es/commands/PutAutoScalingPolicyCommand.js +18 -41
- package/dist-es/commands/PutAutoTerminationPolicyCommand.js +18 -41
- package/dist-es/commands/PutBlockPublicAccessConfigurationCommand.js +18 -41
- package/dist-es/commands/PutManagedScalingPolicyCommand.js +18 -41
- package/dist-es/commands/RemoveAutoScalingPolicyCommand.js +18 -41
- package/dist-es/commands/RemoveAutoTerminationPolicyCommand.js +18 -41
- package/dist-es/commands/RemoveManagedScalingPolicyCommand.js +18 -41
- package/dist-es/commands/RemoveTagsCommand.js +18 -41
- package/dist-es/commands/RunJobFlowCommand.js +18 -41
- package/dist-es/commands/SetKeepJobFlowAliveWhenNoStepsCommand.js +24 -0
- package/dist-es/commands/SetTerminationProtectionCommand.js +18 -41
- package/dist-es/commands/SetVisibleToAllUsersCommand.js +18 -41
- package/dist-es/commands/StartNotebookExecutionCommand.js +18 -41
- package/dist-es/commands/StopNotebookExecutionCommand.js +18 -41
- package/dist-es/commands/TerminateJobFlowsCommand.js +18 -41
- package/dist-es/commands/UpdateStudioCommand.js +18 -41
- package/dist-es/commands/UpdateStudioSessionMappingCommand.js +18 -41
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/protocols/Aws_json1_1.js +35 -0
- package/dist-types/EMR.d.ts +7 -0
- package/dist-types/EMRClient.d.ts +3 -2
- package/dist-types/commands/AddInstanceFleetCommand.d.ts +6 -21
- package/dist-types/commands/AddInstanceGroupsCommand.d.ts +6 -21
- package/dist-types/commands/AddJobFlowStepsCommand.d.ts +6 -21
- package/dist-types/commands/AddTagsCommand.d.ts +6 -21
- package/dist-types/commands/CancelStepsCommand.d.ts +6 -21
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/CreateStudioCommand.d.ts +6 -21
- package/dist-types/commands/CreateStudioSessionMappingCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteStudioCommand.d.ts +6 -21
- package/dist-types/commands/DeleteStudioSessionMappingCommand.d.ts +6 -21
- package/dist-types/commands/DescribeClusterCommand.d.ts +6 -21
- package/dist-types/commands/DescribeJobFlowsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeNotebookExecutionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeReleaseLabelCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSecurityConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeStepCommand.d.ts +6 -21
- package/dist-types/commands/DescribeStudioCommand.d.ts +6 -21
- package/dist-types/commands/GetAutoTerminationPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetBlockPublicAccessConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetClusterSessionCredentialsCommand.d.ts +6 -21
- package/dist-types/commands/GetManagedScalingPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetStudioSessionMappingCommand.d.ts +6 -21
- package/dist-types/commands/ListBootstrapActionsCommand.d.ts +6 -21
- package/dist-types/commands/ListClustersCommand.d.ts +6 -21
- package/dist-types/commands/ListInstanceFleetsCommand.d.ts +6 -21
- package/dist-types/commands/ListInstanceGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListInstancesCommand.d.ts +6 -21
- package/dist-types/commands/ListNotebookExecutionsCommand.d.ts +6 -21
- package/dist-types/commands/ListReleaseLabelsCommand.d.ts +6 -21
- package/dist-types/commands/ListSecurityConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListStepsCommand.d.ts +6 -21
- package/dist-types/commands/ListStudioSessionMappingsCommand.d.ts +6 -21
- package/dist-types/commands/ListStudiosCommand.d.ts +6 -21
- package/dist-types/commands/ListSupportedInstanceTypesCommand.d.ts +6 -21
- package/dist-types/commands/ModifyClusterCommand.d.ts +6 -21
- package/dist-types/commands/ModifyInstanceFleetCommand.d.ts +6 -21
- package/dist-types/commands/ModifyInstanceGroupsCommand.d.ts +6 -21
- package/dist-types/commands/PutAutoScalingPolicyCommand.d.ts +6 -21
- package/dist-types/commands/PutAutoTerminationPolicyCommand.d.ts +6 -21
- package/dist-types/commands/PutBlockPublicAccessConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/PutManagedScalingPolicyCommand.d.ts +6 -21
- package/dist-types/commands/RemoveAutoScalingPolicyCommand.d.ts +6 -21
- package/dist-types/commands/RemoveAutoTerminationPolicyCommand.d.ts +6 -21
- package/dist-types/commands/RemoveManagedScalingPolicyCommand.d.ts +6 -21
- package/dist-types/commands/RemoveTagsCommand.d.ts +6 -21
- package/dist-types/commands/RunJobFlowCommand.d.ts +6 -21
- package/dist-types/commands/SetKeepJobFlowAliveWhenNoStepsCommand.d.ts +66 -0
- package/dist-types/commands/SetTerminationProtectionCommand.d.ts +6 -21
- package/dist-types/commands/SetVisibleToAllUsersCommand.d.ts +6 -21
- package/dist-types/commands/StartNotebookExecutionCommand.d.ts +6 -21
- package/dist-types/commands/StopNotebookExecutionCommand.d.ts +6 -21
- package/dist-types/commands/TerminateJobFlowsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateStudioCommand.d.ts +6 -21
- package/dist-types/commands/UpdateStudioSessionMappingCommand.d.ts +6 -21
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/models/models_0.d.ts +17 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/EMR.d.ts +17 -0
- package/dist-types/ts3.4/EMRClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/AddInstanceFleetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AddInstanceGroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AddJobFlowStepsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/CancelStepsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateStudioCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateStudioSessionMappingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteStudioCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteStudioSessionMappingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeJobFlowsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeNotebookExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeReleaseLabelCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeStepCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeStudioCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAutoTerminationPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetBlockPublicAccessConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetClusterSessionCredentialsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetManagedScalingPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetStudioSessionMappingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListBootstrapActionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListInstanceFleetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListInstanceGroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListNotebookExecutionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListReleaseLabelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListStudioSessionMappingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListStudiosCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSupportedInstanceTypesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ModifyInstanceFleetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ModifyInstanceGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutAutoScalingPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutAutoTerminationPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutBlockPublicAccessConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutManagedScalingPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveAutoScalingPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveAutoTerminationPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveManagedScalingPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RunJobFlowCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SetKeepJobFlowAliveWhenNoStepsCommand.d.ts +26 -0
- package/dist-types/ts3.4/commands/SetTerminationProtectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SetVisibleToAllUsersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartNotebookExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopNotebookExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TerminateJobFlowsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateStudioCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateStudioSessionMappingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/package.json +9 -9
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteStudioCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "EMRClient";
|
|
29
|
-
const commandName = "DeleteStudioCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ElasticMapReduce",
|
|
38
|
-
operation: "DeleteStudio",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DeleteStudioCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DeleteStudioCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteStudioCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("ElasticMapReduce", "DeleteStudio", {})
|
|
22
|
+
.n("EMRClient", "DeleteStudioCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DeleteStudioCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DeleteStudioCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteStudioCommand = DeleteStudioCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteStudioSessionMappingCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "EMRClient";
|
|
29
|
-
const commandName = "DeleteStudioSessionMappingCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ElasticMapReduce",
|
|
38
|
-
operation: "DeleteStudioSessionMapping",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DeleteStudioSessionMappingCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DeleteStudioSessionMappingCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteStudioSessionMappingCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("ElasticMapReduce", "DeleteStudioSessionMapping", {})
|
|
22
|
+
.n("EMRClient", "DeleteStudioSessionMappingCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DeleteStudioSessionMappingCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DeleteStudioSessionMappingCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteStudioSessionMappingCommand = DeleteStudioSessionMappingCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeClusterCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "EMRClient";
|
|
29
|
-
const commandName = "DescribeClusterCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ElasticMapReduce",
|
|
38
|
-
operation: "DescribeCluster",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribeClusterCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribeClusterCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeClusterCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("ElasticMapReduce", "DescribeCluster", {})
|
|
22
|
+
.n("EMRClient", "DescribeClusterCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribeClusterCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribeClusterCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeClusterCommand = DescribeClusterCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeJobFlowsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "EMRClient";
|
|
29
|
-
const commandName = "DescribeJobFlowsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ElasticMapReduce",
|
|
38
|
-
operation: "DescribeJobFlows",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribeJobFlowsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribeJobFlowsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeJobFlowsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("ElasticMapReduce", "DescribeJobFlows", {})
|
|
22
|
+
.n("EMRClient", "DescribeJobFlowsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribeJobFlowsCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribeJobFlowsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeJobFlowsCommand = DescribeJobFlowsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeNotebookExecutionCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "EMRClient";
|
|
29
|
-
const commandName = "DescribeNotebookExecutionCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ElasticMapReduce",
|
|
38
|
-
operation: "DescribeNotebookExecution",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribeNotebookExecutionCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribeNotebookExecutionCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeNotebookExecutionCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("ElasticMapReduce", "DescribeNotebookExecution", {})
|
|
22
|
+
.n("EMRClient", "DescribeNotebookExecutionCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribeNotebookExecutionCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribeNotebookExecutionCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeNotebookExecutionCommand = DescribeNotebookExecutionCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeReleaseLabelCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "EMRClient";
|
|
29
|
-
const commandName = "DescribeReleaseLabelCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ElasticMapReduce",
|
|
38
|
-
operation: "DescribeReleaseLabel",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribeReleaseLabelCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribeReleaseLabelCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeReleaseLabelCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("ElasticMapReduce", "DescribeReleaseLabel", {})
|
|
22
|
+
.n("EMRClient", "DescribeReleaseLabelCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribeReleaseLabelCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribeReleaseLabelCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeReleaseLabelCommand = DescribeReleaseLabelCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeSecurityConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "EMRClient";
|
|
29
|
-
const commandName = "DescribeSecurityConfigurationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ElasticMapReduce",
|
|
38
|
-
operation: "DescribeSecurityConfiguration",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribeSecurityConfigurationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribeSecurityConfigurationCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeSecurityConfigurationCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("ElasticMapReduce", "DescribeSecurityConfiguration", {})
|
|
22
|
+
.n("EMRClient", "DescribeSecurityConfigurationCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribeSecurityConfigurationCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribeSecurityConfigurationCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeSecurityConfigurationCommand = DescribeSecurityConfigurationCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeStepCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "EMRClient";
|
|
29
|
-
const commandName = "DescribeStepCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ElasticMapReduce",
|
|
38
|
-
operation: "DescribeStep",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribeStepCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribeStepCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeStepCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("ElasticMapReduce", "DescribeStep", {})
|
|
22
|
+
.n("EMRClient", "DescribeStepCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribeStepCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribeStepCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeStepCommand = DescribeStepCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeStudioCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "EMRClient";
|
|
29
|
-
const commandName = "DescribeStudioCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ElasticMapReduce",
|
|
38
|
-
operation: "DescribeStudio",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribeStudioCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribeStudioCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeStudioCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("ElasticMapReduce", "DescribeStudio", {})
|
|
22
|
+
.n("EMRClient", "DescribeStudioCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribeStudioCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribeStudioCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeStudioCommand = DescribeStudioCommand;
|