@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.
Files changed (85) hide show
  1. package/dist-cjs/EMR.js +1 -121
  2. package/dist-cjs/EMRClient.js +1 -43
  3. package/dist-cjs/commands/AddInstanceFleetCommand.js +1 -28
  4. package/dist-cjs/commands/AddInstanceGroupsCommand.js +1 -28
  5. package/dist-cjs/commands/AddJobFlowStepsCommand.js +1 -28
  6. package/dist-cjs/commands/AddTagsCommand.js +1 -28
  7. package/dist-cjs/commands/CancelStepsCommand.js +1 -28
  8. package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +1 -28
  9. package/dist-cjs/commands/CreateStudioCommand.js +1 -28
  10. package/dist-cjs/commands/CreateStudioSessionMappingCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteSecurityConfigurationCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteStudioCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteStudioSessionMappingCommand.js +1 -28
  14. package/dist-cjs/commands/DescribeClusterCommand.js +1 -28
  15. package/dist-cjs/commands/DescribeJobFlowsCommand.js +1 -28
  16. package/dist-cjs/commands/DescribeNotebookExecutionCommand.js +1 -28
  17. package/dist-cjs/commands/DescribeReleaseLabelCommand.js +1 -28
  18. package/dist-cjs/commands/DescribeSecurityConfigurationCommand.js +1 -28
  19. package/dist-cjs/commands/DescribeStepCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeStudioCommand.js +1 -28
  21. package/dist-cjs/commands/GetAutoTerminationPolicyCommand.js +1 -28
  22. package/dist-cjs/commands/GetBlockPublicAccessConfigurationCommand.js +1 -28
  23. package/dist-cjs/commands/GetClusterSessionCredentialsCommand.js +1 -29
  24. package/dist-cjs/commands/GetManagedScalingPolicyCommand.js +1 -28
  25. package/dist-cjs/commands/GetStudioSessionMappingCommand.js +1 -28
  26. package/dist-cjs/commands/ListBootstrapActionsCommand.js +1 -28
  27. package/dist-cjs/commands/ListClustersCommand.js +1 -28
  28. package/dist-cjs/commands/ListInstanceFleetsCommand.js +1 -28
  29. package/dist-cjs/commands/ListInstanceGroupsCommand.js +1 -28
  30. package/dist-cjs/commands/ListInstancesCommand.js +1 -28
  31. package/dist-cjs/commands/ListNotebookExecutionsCommand.js +1 -28
  32. package/dist-cjs/commands/ListReleaseLabelsCommand.js +1 -28
  33. package/dist-cjs/commands/ListSecurityConfigurationsCommand.js +1 -28
  34. package/dist-cjs/commands/ListStepsCommand.js +1 -28
  35. package/dist-cjs/commands/ListStudioSessionMappingsCommand.js +1 -28
  36. package/dist-cjs/commands/ListStudiosCommand.js +1 -28
  37. package/dist-cjs/commands/ListSupportedInstanceTypesCommand.js +1 -28
  38. package/dist-cjs/commands/ModifyClusterCommand.js +1 -28
  39. package/dist-cjs/commands/ModifyInstanceFleetCommand.js +1 -28
  40. package/dist-cjs/commands/ModifyInstanceGroupsCommand.js +1 -28
  41. package/dist-cjs/commands/PutAutoScalingPolicyCommand.js +1 -28
  42. package/dist-cjs/commands/PutAutoTerminationPolicyCommand.js +1 -28
  43. package/dist-cjs/commands/PutBlockPublicAccessConfigurationCommand.js +1 -28
  44. package/dist-cjs/commands/PutManagedScalingPolicyCommand.js +1 -28
  45. package/dist-cjs/commands/RemoveAutoScalingPolicyCommand.js +1 -28
  46. package/dist-cjs/commands/RemoveAutoTerminationPolicyCommand.js +1 -28
  47. package/dist-cjs/commands/RemoveManagedScalingPolicyCommand.js +1 -28
  48. package/dist-cjs/commands/RemoveTagsCommand.js +1 -28
  49. package/dist-cjs/commands/RunJobFlowCommand.js +1 -28
  50. package/dist-cjs/commands/SetKeepJobFlowAliveWhenNoStepsCommand.js +1 -28
  51. package/dist-cjs/commands/SetTerminationProtectionCommand.js +1 -28
  52. package/dist-cjs/commands/SetVisibleToAllUsersCommand.js +1 -28
  53. package/dist-cjs/commands/StartNotebookExecutionCommand.js +1 -28
  54. package/dist-cjs/commands/StopNotebookExecutionCommand.js +1 -28
  55. package/dist-cjs/commands/TerminateJobFlowsCommand.js +1 -28
  56. package/dist-cjs/commands/UpdateStudioCommand.js +1 -28
  57. package/dist-cjs/commands/UpdateStudioSessionMappingCommand.js +1 -28
  58. package/dist-cjs/commands/index.js +1 -58
  59. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  60. package/dist-cjs/extensionConfiguration.js +1 -2
  61. package/dist-cjs/index.js +5066 -12
  62. package/dist-cjs/models/EMRServiceException.js +1 -12
  63. package/dist-cjs/models/index.js +1 -4
  64. package/dist-cjs/models/models_0.js +1 -339
  65. package/dist-cjs/pagination/Interfaces.js +1 -2
  66. package/dist-cjs/pagination/ListBootstrapActionsPaginator.js +1 -7
  67. package/dist-cjs/pagination/ListClustersPaginator.js +1 -7
  68. package/dist-cjs/pagination/ListInstanceFleetsPaginator.js +1 -7
  69. package/dist-cjs/pagination/ListInstanceGroupsPaginator.js +1 -7
  70. package/dist-cjs/pagination/ListInstancesPaginator.js +1 -7
  71. package/dist-cjs/pagination/ListNotebookExecutionsPaginator.js +1 -7
  72. package/dist-cjs/pagination/ListReleaseLabelsPaginator.js +1 -7
  73. package/dist-cjs/pagination/ListSecurityConfigurationsPaginator.js +1 -7
  74. package/dist-cjs/pagination/ListStepsPaginator.js +1 -7
  75. package/dist-cjs/pagination/ListStudioSessionMappingsPaginator.js +1 -7
  76. package/dist-cjs/pagination/ListStudiosPaginator.js +1 -7
  77. package/dist-cjs/pagination/ListSupportedInstanceTypesPaginator.js +1 -7
  78. package/dist-cjs/pagination/index.js +1 -16
  79. package/dist-cjs/protocols/Aws_json1_1.js +1 -3287
  80. package/dist-cjs/runtimeExtensions.js +1 -22
  81. package/dist-cjs/waiters/index.js +1 -6
  82. package/dist-cjs/waiters/waitForClusterRunning.js +1 -72
  83. package/dist-cjs/waiters/waitForClusterTerminated.js +1 -45
  84. package/dist-cjs/waiters/waitForStepComplete.js +1 -54
  85. package/package.json +41 -41
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeSecurityConfigurationCommand = 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 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() {
27
- }
28
- exports.DescribeSecurityConfigurationCommand = DescribeSecurityConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeStepCommand = 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 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() {
27
- }
28
- exports.DescribeStepCommand = DescribeStepCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeStudioCommand = 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 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() {
27
- }
28
- exports.DescribeStudioCommand = DescribeStudioCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAutoTerminationPolicyCommand = 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 GetAutoTerminationPolicyCommand 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", "GetAutoTerminationPolicy", {})
22
- .n("EMRClient", "GetAutoTerminationPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetAutoTerminationPolicyCommand)
25
- .de(Aws_json1_1_1.de_GetAutoTerminationPolicyCommand)
26
- .build() {
27
- }
28
- exports.GetAutoTerminationPolicyCommand = GetAutoTerminationPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetBlockPublicAccessConfigurationCommand = 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 GetBlockPublicAccessConfigurationCommand 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", "GetBlockPublicAccessConfiguration", {})
22
- .n("EMRClient", "GetBlockPublicAccessConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetBlockPublicAccessConfigurationCommand)
25
- .de(Aws_json1_1_1.de_GetBlockPublicAccessConfigurationCommand)
26
- .build() {
27
- }
28
- exports.GetBlockPublicAccessConfigurationCommand = GetBlockPublicAccessConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetClusterSessionCredentialsCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class GetClusterSessionCredentialsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("ElasticMapReduce", "GetClusterSessionCredentials", {})
23
- .n("EMRClient", "GetClusterSessionCredentialsCommand")
24
- .f(void 0, models_0_1.GetClusterSessionCredentialsOutputFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_GetClusterSessionCredentialsCommand)
26
- .de(Aws_json1_1_1.de_GetClusterSessionCredentialsCommand)
27
- .build() {
28
- }
29
- exports.GetClusterSessionCredentialsCommand = GetClusterSessionCredentialsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetManagedScalingPolicyCommand = 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 GetManagedScalingPolicyCommand 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", "GetManagedScalingPolicy", {})
22
- .n("EMRClient", "GetManagedScalingPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetManagedScalingPolicyCommand)
25
- .de(Aws_json1_1_1.de_GetManagedScalingPolicyCommand)
26
- .build() {
27
- }
28
- exports.GetManagedScalingPolicyCommand = GetManagedScalingPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetStudioSessionMappingCommand = 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 GetStudioSessionMappingCommand 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", "GetStudioSessionMapping", {})
22
- .n("EMRClient", "GetStudioSessionMappingCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetStudioSessionMappingCommand)
25
- .de(Aws_json1_1_1.de_GetStudioSessionMappingCommand)
26
- .build() {
27
- }
28
- exports.GetStudioSessionMappingCommand = GetStudioSessionMappingCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListBootstrapActionsCommand = 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 ListBootstrapActionsCommand 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", "ListBootstrapActions", {})
22
- .n("EMRClient", "ListBootstrapActionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListBootstrapActionsCommand)
25
- .de(Aws_json1_1_1.de_ListBootstrapActionsCommand)
26
- .build() {
27
- }
28
- exports.ListBootstrapActionsCommand = ListBootstrapActionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListClustersCommand = 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 ListClustersCommand 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", "ListClusters", {})
22
- .n("EMRClient", "ListClustersCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListClustersCommand)
25
- .de(Aws_json1_1_1.de_ListClustersCommand)
26
- .build() {
27
- }
28
- exports.ListClustersCommand = ListClustersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListInstanceFleetsCommand = 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 ListInstanceFleetsCommand 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", "ListInstanceFleets", {})
22
- .n("EMRClient", "ListInstanceFleetsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListInstanceFleetsCommand)
25
- .de(Aws_json1_1_1.de_ListInstanceFleetsCommand)
26
- .build() {
27
- }
28
- exports.ListInstanceFleetsCommand = ListInstanceFleetsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListInstanceGroupsCommand = 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 ListInstanceGroupsCommand 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", "ListInstanceGroups", {})
22
- .n("EMRClient", "ListInstanceGroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListInstanceGroupsCommand)
25
- .de(Aws_json1_1_1.de_ListInstanceGroupsCommand)
26
- .build() {
27
- }
28
- exports.ListInstanceGroupsCommand = ListInstanceGroupsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListInstancesCommand = 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 ListInstancesCommand 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", "ListInstances", {})
22
- .n("EMRClient", "ListInstancesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListInstancesCommand)
25
- .de(Aws_json1_1_1.de_ListInstancesCommand)
26
- .build() {
27
- }
28
- exports.ListInstancesCommand = ListInstancesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListNotebookExecutionsCommand = 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 ListNotebookExecutionsCommand 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", "ListNotebookExecutions", {})
22
- .n("EMRClient", "ListNotebookExecutionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListNotebookExecutionsCommand)
25
- .de(Aws_json1_1_1.de_ListNotebookExecutionsCommand)
26
- .build() {
27
- }
28
- exports.ListNotebookExecutionsCommand = ListNotebookExecutionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListReleaseLabelsCommand = 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 ListReleaseLabelsCommand 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", "ListReleaseLabels", {})
22
- .n("EMRClient", "ListReleaseLabelsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListReleaseLabelsCommand)
25
- .de(Aws_json1_1_1.de_ListReleaseLabelsCommand)
26
- .build() {
27
- }
28
- exports.ListReleaseLabelsCommand = ListReleaseLabelsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSecurityConfigurationsCommand = 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 ListSecurityConfigurationsCommand 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", "ListSecurityConfigurations", {})
22
- .n("EMRClient", "ListSecurityConfigurationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListSecurityConfigurationsCommand)
25
- .de(Aws_json1_1_1.de_ListSecurityConfigurationsCommand)
26
- .build() {
27
- }
28
- exports.ListSecurityConfigurationsCommand = ListSecurityConfigurationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListStepsCommand = 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 ListStepsCommand 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", "ListSteps", {})
22
- .n("EMRClient", "ListStepsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListStepsCommand)
25
- .de(Aws_json1_1_1.de_ListStepsCommand)
26
- .build() {
27
- }
28
- exports.ListStepsCommand = ListStepsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListStudioSessionMappingsCommand = 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 ListStudioSessionMappingsCommand 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", "ListStudioSessionMappings", {})
22
- .n("EMRClient", "ListStudioSessionMappingsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListStudioSessionMappingsCommand)
25
- .de(Aws_json1_1_1.de_ListStudioSessionMappingsCommand)
26
- .build() {
27
- }
28
- exports.ListStudioSessionMappingsCommand = ListStudioSessionMappingsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListStudiosCommand = 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 ListStudiosCommand 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", "ListStudios", {})
22
- .n("EMRClient", "ListStudiosCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListStudiosCommand)
25
- .de(Aws_json1_1_1.de_ListStudiosCommand)
26
- .build() {
27
- }
28
- exports.ListStudiosCommand = ListStudiosCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSupportedInstanceTypesCommand = 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 ListSupportedInstanceTypesCommand 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", "ListSupportedInstanceTypes", {})
22
- .n("EMRClient", "ListSupportedInstanceTypesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListSupportedInstanceTypesCommand)
25
- .de(Aws_json1_1_1.de_ListSupportedInstanceTypesCommand)
26
- .build() {
27
- }
28
- exports.ListSupportedInstanceTypesCommand = ListSupportedInstanceTypesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModifyClusterCommand = 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 ModifyClusterCommand 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", "ModifyCluster", {})
22
- .n("EMRClient", "ModifyClusterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ModifyClusterCommand)
25
- .de(Aws_json1_1_1.de_ModifyClusterCommand)
26
- .build() {
27
- }
28
- exports.ModifyClusterCommand = ModifyClusterCommand;
1
+ module.exports = require("../index.js");