@aws-sdk/client-emr 3.489.0 → 3.495.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/EMR.js +1 -121
- package/dist-cjs/EMRClient.js +1 -43
- package/dist-cjs/commands/AddInstanceFleetCommand.js +1 -28
- package/dist-cjs/commands/AddInstanceGroupsCommand.js +1 -28
- package/dist-cjs/commands/AddJobFlowStepsCommand.js +1 -28
- package/dist-cjs/commands/AddTagsCommand.js +1 -28
- package/dist-cjs/commands/CancelStepsCommand.js +1 -28
- package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +1 -28
- package/dist-cjs/commands/CreateStudioCommand.js +1 -28
- package/dist-cjs/commands/CreateStudioSessionMappingCommand.js +1 -28
- package/dist-cjs/commands/DeleteSecurityConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeleteStudioCommand.js +1 -28
- package/dist-cjs/commands/DeleteStudioSessionMappingCommand.js +1 -28
- package/dist-cjs/commands/DescribeClusterCommand.js +1 -28
- package/dist-cjs/commands/DescribeJobFlowsCommand.js +1 -28
- package/dist-cjs/commands/DescribeNotebookExecutionCommand.js +1 -28
- package/dist-cjs/commands/DescribeReleaseLabelCommand.js +1 -28
- package/dist-cjs/commands/DescribeSecurityConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DescribeStepCommand.js +1 -28
- package/dist-cjs/commands/DescribeStudioCommand.js +1 -28
- package/dist-cjs/commands/GetAutoTerminationPolicyCommand.js +1 -28
- package/dist-cjs/commands/GetBlockPublicAccessConfigurationCommand.js +1 -28
- package/dist-cjs/commands/GetClusterSessionCredentialsCommand.js +1 -29
- package/dist-cjs/commands/GetManagedScalingPolicyCommand.js +1 -28
- package/dist-cjs/commands/GetStudioSessionMappingCommand.js +1 -28
- package/dist-cjs/commands/ListBootstrapActionsCommand.js +1 -28
- package/dist-cjs/commands/ListClustersCommand.js +1 -28
- package/dist-cjs/commands/ListInstanceFleetsCommand.js +1 -28
- package/dist-cjs/commands/ListInstanceGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListInstancesCommand.js +1 -28
- package/dist-cjs/commands/ListNotebookExecutionsCommand.js +1 -28
- package/dist-cjs/commands/ListReleaseLabelsCommand.js +1 -28
- package/dist-cjs/commands/ListSecurityConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/ListStepsCommand.js +1 -28
- package/dist-cjs/commands/ListStudioSessionMappingsCommand.js +1 -28
- package/dist-cjs/commands/ListStudiosCommand.js +1 -28
- package/dist-cjs/commands/ListSupportedInstanceTypesCommand.js +1 -28
- package/dist-cjs/commands/ModifyClusterCommand.js +1 -28
- package/dist-cjs/commands/ModifyInstanceFleetCommand.js +1 -28
- package/dist-cjs/commands/ModifyInstanceGroupsCommand.js +1 -28
- package/dist-cjs/commands/PutAutoScalingPolicyCommand.js +1 -28
- package/dist-cjs/commands/PutAutoTerminationPolicyCommand.js +1 -28
- package/dist-cjs/commands/PutBlockPublicAccessConfigurationCommand.js +1 -28
- package/dist-cjs/commands/PutManagedScalingPolicyCommand.js +1 -28
- package/dist-cjs/commands/RemoveAutoScalingPolicyCommand.js +1 -28
- package/dist-cjs/commands/RemoveAutoTerminationPolicyCommand.js +1 -28
- package/dist-cjs/commands/RemoveManagedScalingPolicyCommand.js +1 -28
- package/dist-cjs/commands/RemoveTagsCommand.js +1 -28
- package/dist-cjs/commands/RunJobFlowCommand.js +1 -28
- package/dist-cjs/commands/SetKeepJobFlowAliveWhenNoStepsCommand.js +1 -28
- package/dist-cjs/commands/SetTerminationProtectionCommand.js +1 -28
- package/dist-cjs/commands/SetVisibleToAllUsersCommand.js +1 -28
- package/dist-cjs/commands/StartNotebookExecutionCommand.js +1 -28
- package/dist-cjs/commands/StopNotebookExecutionCommand.js +1 -28
- package/dist-cjs/commands/TerminateJobFlowsCommand.js +1 -28
- package/dist-cjs/commands/UpdateStudioCommand.js +1 -28
- package/dist-cjs/commands/UpdateStudioSessionMappingCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -58
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5066 -12
- package/dist-cjs/models/EMRServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -339
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListBootstrapActionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListClustersPaginator.js +1 -7
- package/dist-cjs/pagination/ListInstanceFleetsPaginator.js +1 -7
- package/dist-cjs/pagination/ListInstanceGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/ListInstancesPaginator.js +1 -7
- package/dist-cjs/pagination/ListNotebookExecutionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListReleaseLabelsPaginator.js +1 -7
- package/dist-cjs/pagination/ListSecurityConfigurationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListStepsPaginator.js +1 -7
- package/dist-cjs/pagination/ListStudioSessionMappingsPaginator.js +1 -7
- package/dist-cjs/pagination/ListStudiosPaginator.js +1 -7
- package/dist-cjs/pagination/ListSupportedInstanceTypesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -16
- package/dist-cjs/protocols/Aws_json1_1.js +1 -3287
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -6
- package/dist-cjs/waiters/waitForClusterRunning.js +1 -72
- package/dist-cjs/waiters/waitForClusterTerminated.js +1 -45
- package/dist-cjs/waiters/waitForStepComplete.js +1 -54
- package/package.json +41 -41
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ModifyInstanceFleetCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ModifyInstanceFleetCommand 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", "ModifyInstanceFleet", {})
|
|
22
|
-
.n("EMRClient", "ModifyInstanceFleetCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ModifyInstanceFleetCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ModifyInstanceFleetCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ModifyInstanceFleetCommand = ModifyInstanceFleetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ModifyInstanceGroupsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ModifyInstanceGroupsCommand 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", "ModifyInstanceGroups", {})
|
|
22
|
-
.n("EMRClient", "ModifyInstanceGroupsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ModifyInstanceGroupsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ModifyInstanceGroupsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ModifyInstanceGroupsCommand = ModifyInstanceGroupsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutAutoScalingPolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class PutAutoScalingPolicyCommand 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", "PutAutoScalingPolicy", {})
|
|
22
|
-
.n("EMRClient", "PutAutoScalingPolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_PutAutoScalingPolicyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_PutAutoScalingPolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.PutAutoScalingPolicyCommand = PutAutoScalingPolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutAutoTerminationPolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class PutAutoTerminationPolicyCommand 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", "PutAutoTerminationPolicy", {})
|
|
22
|
-
.n("EMRClient", "PutAutoTerminationPolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_PutAutoTerminationPolicyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_PutAutoTerminationPolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.PutAutoTerminationPolicyCommand = PutAutoTerminationPolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutBlockPublicAccessConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class PutBlockPublicAccessConfigurationCommand 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", "PutBlockPublicAccessConfiguration", {})
|
|
22
|
-
.n("EMRClient", "PutBlockPublicAccessConfigurationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_PutBlockPublicAccessConfigurationCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_PutBlockPublicAccessConfigurationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.PutBlockPublicAccessConfigurationCommand = PutBlockPublicAccessConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutManagedScalingPolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class PutManagedScalingPolicyCommand 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", "PutManagedScalingPolicy", {})
|
|
22
|
-
.n("EMRClient", "PutManagedScalingPolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_PutManagedScalingPolicyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_PutManagedScalingPolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.PutManagedScalingPolicyCommand = PutManagedScalingPolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RemoveAutoScalingPolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class RemoveAutoScalingPolicyCommand 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", "RemoveAutoScalingPolicy", {})
|
|
22
|
-
.n("EMRClient", "RemoveAutoScalingPolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_RemoveAutoScalingPolicyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_RemoveAutoScalingPolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.RemoveAutoScalingPolicyCommand = RemoveAutoScalingPolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RemoveAutoTerminationPolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class RemoveAutoTerminationPolicyCommand 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", "RemoveAutoTerminationPolicy", {})
|
|
22
|
-
.n("EMRClient", "RemoveAutoTerminationPolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_RemoveAutoTerminationPolicyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_RemoveAutoTerminationPolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.RemoveAutoTerminationPolicyCommand = RemoveAutoTerminationPolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RemoveManagedScalingPolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class RemoveManagedScalingPolicyCommand 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", "RemoveManagedScalingPolicy", {})
|
|
22
|
-
.n("EMRClient", "RemoveManagedScalingPolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_RemoveManagedScalingPolicyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_RemoveManagedScalingPolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.RemoveManagedScalingPolicyCommand = RemoveManagedScalingPolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RemoveTagsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class RemoveTagsCommand 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", "RemoveTags", {})
|
|
22
|
-
.n("EMRClient", "RemoveTagsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_RemoveTagsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_RemoveTagsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.RemoveTagsCommand = RemoveTagsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RunJobFlowCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class RunJobFlowCommand 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", "RunJobFlow", {})
|
|
22
|
-
.n("EMRClient", "RunJobFlowCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_RunJobFlowCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_RunJobFlowCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.RunJobFlowCommand = RunJobFlowCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SetKeepJobFlowAliveWhenNoStepsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class SetKeepJobFlowAliveWhenNoStepsCommand 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", "SetKeepJobFlowAliveWhenNoSteps", {})
|
|
22
|
-
.n("EMRClient", "SetKeepJobFlowAliveWhenNoStepsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_SetKeepJobFlowAliveWhenNoStepsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_SetKeepJobFlowAliveWhenNoStepsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.SetKeepJobFlowAliveWhenNoStepsCommand = SetKeepJobFlowAliveWhenNoStepsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SetTerminationProtectionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class SetTerminationProtectionCommand 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", "SetTerminationProtection", {})
|
|
22
|
-
.n("EMRClient", "SetTerminationProtectionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_SetTerminationProtectionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_SetTerminationProtectionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.SetTerminationProtectionCommand = SetTerminationProtectionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SetVisibleToAllUsersCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class SetVisibleToAllUsersCommand 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", "SetVisibleToAllUsers", {})
|
|
22
|
-
.n("EMRClient", "SetVisibleToAllUsersCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_SetVisibleToAllUsersCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_SetVisibleToAllUsersCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.SetVisibleToAllUsersCommand = SetVisibleToAllUsersCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartNotebookExecutionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class StartNotebookExecutionCommand 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", "StartNotebookExecution", {})
|
|
22
|
-
.n("EMRClient", "StartNotebookExecutionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_StartNotebookExecutionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_StartNotebookExecutionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StartNotebookExecutionCommand = StartNotebookExecutionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StopNotebookExecutionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class StopNotebookExecutionCommand 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", "StopNotebookExecution", {})
|
|
22
|
-
.n("EMRClient", "StopNotebookExecutionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_StopNotebookExecutionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_StopNotebookExecutionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StopNotebookExecutionCommand = StopNotebookExecutionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TerminateJobFlowsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class TerminateJobFlowsCommand 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", "TerminateJobFlows", {})
|
|
22
|
-
.n("EMRClient", "TerminateJobFlowsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_TerminateJobFlowsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_TerminateJobFlowsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.TerminateJobFlowsCommand = TerminateJobFlowsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateStudioCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateStudioCommand 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", "UpdateStudio", {})
|
|
22
|
-
.n("EMRClient", "UpdateStudioCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateStudioCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateStudioCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateStudioCommand = UpdateStudioCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateStudioSessionMappingCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateStudioSessionMappingCommand 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", "UpdateStudioSessionMapping", {})
|
|
22
|
-
.n("EMRClient", "UpdateStudioSessionMappingCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateStudioSessionMappingCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateStudioSessionMappingCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateStudioSessionMappingCommand = UpdateStudioSessionMappingCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,58 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AddInstanceFleetCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./AddInstanceGroupsCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./AddJobFlowStepsCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./AddTagsCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CancelStepsCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateSecurityConfigurationCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateStudioCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateStudioSessionMappingCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./DeleteSecurityConfigurationCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DeleteStudioCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DeleteStudioSessionMappingCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DescribeClusterCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DescribeJobFlowsCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DescribeNotebookExecutionCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DescribeReleaseLabelCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DescribeSecurityConfigurationCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DescribeStepCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DescribeStudioCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./GetAutoTerminationPolicyCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./GetBlockPublicAccessConfigurationCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./GetClusterSessionCredentialsCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./GetManagedScalingPolicyCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./GetStudioSessionMappingCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./ListBootstrapActionsCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./ListClustersCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./ListInstanceFleetsCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./ListInstanceGroupsCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./ListInstancesCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./ListNotebookExecutionsCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./ListReleaseLabelsCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./ListSecurityConfigurationsCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./ListStepsCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./ListStudioSessionMappingsCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./ListStudiosCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./ListSupportedInstanceTypesCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./ModifyClusterCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./ModifyInstanceFleetCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./ModifyInstanceGroupsCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./PutAutoScalingPolicyCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./PutAutoTerminationPolicyCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./PutBlockPublicAccessConfigurationCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./PutManagedScalingPolicyCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./RemoveAutoScalingPolicyCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./RemoveAutoTerminationPolicyCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./RemoveManagedScalingPolicyCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./RemoveTagsCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./RunJobFlowCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./SetKeepJobFlowAliveWhenNoStepsCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./SetTerminationProtectionCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./SetVisibleToAllUsersCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./StartNotebookExecutionCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./StopNotebookExecutionCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./TerminateJobFlowsCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./UpdateStudioCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./UpdateStudioSessionMappingCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|