@aws-sdk/client-emr 3.490.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
package/dist-cjs/EMR.js CHANGED
@@ -1,121 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EMR = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AddInstanceFleetCommand_1 = require("./commands/AddInstanceFleetCommand");
6
- const AddInstanceGroupsCommand_1 = require("./commands/AddInstanceGroupsCommand");
7
- const AddJobFlowStepsCommand_1 = require("./commands/AddJobFlowStepsCommand");
8
- const AddTagsCommand_1 = require("./commands/AddTagsCommand");
9
- const CancelStepsCommand_1 = require("./commands/CancelStepsCommand");
10
- const CreateSecurityConfigurationCommand_1 = require("./commands/CreateSecurityConfigurationCommand");
11
- const CreateStudioCommand_1 = require("./commands/CreateStudioCommand");
12
- const CreateStudioSessionMappingCommand_1 = require("./commands/CreateStudioSessionMappingCommand");
13
- const DeleteSecurityConfigurationCommand_1 = require("./commands/DeleteSecurityConfigurationCommand");
14
- const DeleteStudioCommand_1 = require("./commands/DeleteStudioCommand");
15
- const DeleteStudioSessionMappingCommand_1 = require("./commands/DeleteStudioSessionMappingCommand");
16
- const DescribeClusterCommand_1 = require("./commands/DescribeClusterCommand");
17
- const DescribeJobFlowsCommand_1 = require("./commands/DescribeJobFlowsCommand");
18
- const DescribeNotebookExecutionCommand_1 = require("./commands/DescribeNotebookExecutionCommand");
19
- const DescribeReleaseLabelCommand_1 = require("./commands/DescribeReleaseLabelCommand");
20
- const DescribeSecurityConfigurationCommand_1 = require("./commands/DescribeSecurityConfigurationCommand");
21
- const DescribeStepCommand_1 = require("./commands/DescribeStepCommand");
22
- const DescribeStudioCommand_1 = require("./commands/DescribeStudioCommand");
23
- const GetAutoTerminationPolicyCommand_1 = require("./commands/GetAutoTerminationPolicyCommand");
24
- const GetBlockPublicAccessConfigurationCommand_1 = require("./commands/GetBlockPublicAccessConfigurationCommand");
25
- const GetClusterSessionCredentialsCommand_1 = require("./commands/GetClusterSessionCredentialsCommand");
26
- const GetManagedScalingPolicyCommand_1 = require("./commands/GetManagedScalingPolicyCommand");
27
- const GetStudioSessionMappingCommand_1 = require("./commands/GetStudioSessionMappingCommand");
28
- const ListBootstrapActionsCommand_1 = require("./commands/ListBootstrapActionsCommand");
29
- const ListClustersCommand_1 = require("./commands/ListClustersCommand");
30
- const ListInstanceFleetsCommand_1 = require("./commands/ListInstanceFleetsCommand");
31
- const ListInstanceGroupsCommand_1 = require("./commands/ListInstanceGroupsCommand");
32
- const ListInstancesCommand_1 = require("./commands/ListInstancesCommand");
33
- const ListNotebookExecutionsCommand_1 = require("./commands/ListNotebookExecutionsCommand");
34
- const ListReleaseLabelsCommand_1 = require("./commands/ListReleaseLabelsCommand");
35
- const ListSecurityConfigurationsCommand_1 = require("./commands/ListSecurityConfigurationsCommand");
36
- const ListStepsCommand_1 = require("./commands/ListStepsCommand");
37
- const ListStudiosCommand_1 = require("./commands/ListStudiosCommand");
38
- const ListStudioSessionMappingsCommand_1 = require("./commands/ListStudioSessionMappingsCommand");
39
- const ListSupportedInstanceTypesCommand_1 = require("./commands/ListSupportedInstanceTypesCommand");
40
- const ModifyClusterCommand_1 = require("./commands/ModifyClusterCommand");
41
- const ModifyInstanceFleetCommand_1 = require("./commands/ModifyInstanceFleetCommand");
42
- const ModifyInstanceGroupsCommand_1 = require("./commands/ModifyInstanceGroupsCommand");
43
- const PutAutoScalingPolicyCommand_1 = require("./commands/PutAutoScalingPolicyCommand");
44
- const PutAutoTerminationPolicyCommand_1 = require("./commands/PutAutoTerminationPolicyCommand");
45
- const PutBlockPublicAccessConfigurationCommand_1 = require("./commands/PutBlockPublicAccessConfigurationCommand");
46
- const PutManagedScalingPolicyCommand_1 = require("./commands/PutManagedScalingPolicyCommand");
47
- const RemoveAutoScalingPolicyCommand_1 = require("./commands/RemoveAutoScalingPolicyCommand");
48
- const RemoveAutoTerminationPolicyCommand_1 = require("./commands/RemoveAutoTerminationPolicyCommand");
49
- const RemoveManagedScalingPolicyCommand_1 = require("./commands/RemoveManagedScalingPolicyCommand");
50
- const RemoveTagsCommand_1 = require("./commands/RemoveTagsCommand");
51
- const RunJobFlowCommand_1 = require("./commands/RunJobFlowCommand");
52
- const SetKeepJobFlowAliveWhenNoStepsCommand_1 = require("./commands/SetKeepJobFlowAliveWhenNoStepsCommand");
53
- const SetTerminationProtectionCommand_1 = require("./commands/SetTerminationProtectionCommand");
54
- const SetVisibleToAllUsersCommand_1 = require("./commands/SetVisibleToAllUsersCommand");
55
- const StartNotebookExecutionCommand_1 = require("./commands/StartNotebookExecutionCommand");
56
- const StopNotebookExecutionCommand_1 = require("./commands/StopNotebookExecutionCommand");
57
- const TerminateJobFlowsCommand_1 = require("./commands/TerminateJobFlowsCommand");
58
- const UpdateStudioCommand_1 = require("./commands/UpdateStudioCommand");
59
- const UpdateStudioSessionMappingCommand_1 = require("./commands/UpdateStudioSessionMappingCommand");
60
- const EMRClient_1 = require("./EMRClient");
61
- const commands = {
62
- AddInstanceFleetCommand: AddInstanceFleetCommand_1.AddInstanceFleetCommand,
63
- AddInstanceGroupsCommand: AddInstanceGroupsCommand_1.AddInstanceGroupsCommand,
64
- AddJobFlowStepsCommand: AddJobFlowStepsCommand_1.AddJobFlowStepsCommand,
65
- AddTagsCommand: AddTagsCommand_1.AddTagsCommand,
66
- CancelStepsCommand: CancelStepsCommand_1.CancelStepsCommand,
67
- CreateSecurityConfigurationCommand: CreateSecurityConfigurationCommand_1.CreateSecurityConfigurationCommand,
68
- CreateStudioCommand: CreateStudioCommand_1.CreateStudioCommand,
69
- CreateStudioSessionMappingCommand: CreateStudioSessionMappingCommand_1.CreateStudioSessionMappingCommand,
70
- DeleteSecurityConfigurationCommand: DeleteSecurityConfigurationCommand_1.DeleteSecurityConfigurationCommand,
71
- DeleteStudioCommand: DeleteStudioCommand_1.DeleteStudioCommand,
72
- DeleteStudioSessionMappingCommand: DeleteStudioSessionMappingCommand_1.DeleteStudioSessionMappingCommand,
73
- DescribeClusterCommand: DescribeClusterCommand_1.DescribeClusterCommand,
74
- DescribeJobFlowsCommand: DescribeJobFlowsCommand_1.DescribeJobFlowsCommand,
75
- DescribeNotebookExecutionCommand: DescribeNotebookExecutionCommand_1.DescribeNotebookExecutionCommand,
76
- DescribeReleaseLabelCommand: DescribeReleaseLabelCommand_1.DescribeReleaseLabelCommand,
77
- DescribeSecurityConfigurationCommand: DescribeSecurityConfigurationCommand_1.DescribeSecurityConfigurationCommand,
78
- DescribeStepCommand: DescribeStepCommand_1.DescribeStepCommand,
79
- DescribeStudioCommand: DescribeStudioCommand_1.DescribeStudioCommand,
80
- GetAutoTerminationPolicyCommand: GetAutoTerminationPolicyCommand_1.GetAutoTerminationPolicyCommand,
81
- GetBlockPublicAccessConfigurationCommand: GetBlockPublicAccessConfigurationCommand_1.GetBlockPublicAccessConfigurationCommand,
82
- GetClusterSessionCredentialsCommand: GetClusterSessionCredentialsCommand_1.GetClusterSessionCredentialsCommand,
83
- GetManagedScalingPolicyCommand: GetManagedScalingPolicyCommand_1.GetManagedScalingPolicyCommand,
84
- GetStudioSessionMappingCommand: GetStudioSessionMappingCommand_1.GetStudioSessionMappingCommand,
85
- ListBootstrapActionsCommand: ListBootstrapActionsCommand_1.ListBootstrapActionsCommand,
86
- ListClustersCommand: ListClustersCommand_1.ListClustersCommand,
87
- ListInstanceFleetsCommand: ListInstanceFleetsCommand_1.ListInstanceFleetsCommand,
88
- ListInstanceGroupsCommand: ListInstanceGroupsCommand_1.ListInstanceGroupsCommand,
89
- ListInstancesCommand: ListInstancesCommand_1.ListInstancesCommand,
90
- ListNotebookExecutionsCommand: ListNotebookExecutionsCommand_1.ListNotebookExecutionsCommand,
91
- ListReleaseLabelsCommand: ListReleaseLabelsCommand_1.ListReleaseLabelsCommand,
92
- ListSecurityConfigurationsCommand: ListSecurityConfigurationsCommand_1.ListSecurityConfigurationsCommand,
93
- ListStepsCommand: ListStepsCommand_1.ListStepsCommand,
94
- ListStudiosCommand: ListStudiosCommand_1.ListStudiosCommand,
95
- ListStudioSessionMappingsCommand: ListStudioSessionMappingsCommand_1.ListStudioSessionMappingsCommand,
96
- ListSupportedInstanceTypesCommand: ListSupportedInstanceTypesCommand_1.ListSupportedInstanceTypesCommand,
97
- ModifyClusterCommand: ModifyClusterCommand_1.ModifyClusterCommand,
98
- ModifyInstanceFleetCommand: ModifyInstanceFleetCommand_1.ModifyInstanceFleetCommand,
99
- ModifyInstanceGroupsCommand: ModifyInstanceGroupsCommand_1.ModifyInstanceGroupsCommand,
100
- PutAutoScalingPolicyCommand: PutAutoScalingPolicyCommand_1.PutAutoScalingPolicyCommand,
101
- PutAutoTerminationPolicyCommand: PutAutoTerminationPolicyCommand_1.PutAutoTerminationPolicyCommand,
102
- PutBlockPublicAccessConfigurationCommand: PutBlockPublicAccessConfigurationCommand_1.PutBlockPublicAccessConfigurationCommand,
103
- PutManagedScalingPolicyCommand: PutManagedScalingPolicyCommand_1.PutManagedScalingPolicyCommand,
104
- RemoveAutoScalingPolicyCommand: RemoveAutoScalingPolicyCommand_1.RemoveAutoScalingPolicyCommand,
105
- RemoveAutoTerminationPolicyCommand: RemoveAutoTerminationPolicyCommand_1.RemoveAutoTerminationPolicyCommand,
106
- RemoveManagedScalingPolicyCommand: RemoveManagedScalingPolicyCommand_1.RemoveManagedScalingPolicyCommand,
107
- RemoveTagsCommand: RemoveTagsCommand_1.RemoveTagsCommand,
108
- RunJobFlowCommand: RunJobFlowCommand_1.RunJobFlowCommand,
109
- SetKeepJobFlowAliveWhenNoStepsCommand: SetKeepJobFlowAliveWhenNoStepsCommand_1.SetKeepJobFlowAliveWhenNoStepsCommand,
110
- SetTerminationProtectionCommand: SetTerminationProtectionCommand_1.SetTerminationProtectionCommand,
111
- SetVisibleToAllUsersCommand: SetVisibleToAllUsersCommand_1.SetVisibleToAllUsersCommand,
112
- StartNotebookExecutionCommand: StartNotebookExecutionCommand_1.StartNotebookExecutionCommand,
113
- StopNotebookExecutionCommand: StopNotebookExecutionCommand_1.StopNotebookExecutionCommand,
114
- TerminateJobFlowsCommand: TerminateJobFlowsCommand_1.TerminateJobFlowsCommand,
115
- UpdateStudioCommand: UpdateStudioCommand_1.UpdateStudioCommand,
116
- UpdateStudioSessionMappingCommand: UpdateStudioSessionMappingCommand_1.UpdateStudioSessionMappingCommand,
117
- };
118
- class EMR extends EMRClient_1.EMRClient {
119
- }
120
- exports.EMR = EMR;
121
- (0, smithy_client_1.createAggregatedClient)(commands, EMR);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EMRClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class EMRClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.EMRClient = EMRClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddInstanceFleetCommand = 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 AddInstanceFleetCommand 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", "AddInstanceFleet", {})
22
- .n("EMRClient", "AddInstanceFleetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AddInstanceFleetCommand)
25
- .de(Aws_json1_1_1.de_AddInstanceFleetCommand)
26
- .build() {
27
- }
28
- exports.AddInstanceFleetCommand = AddInstanceFleetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddInstanceGroupsCommand = 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 AddInstanceGroupsCommand 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", "AddInstanceGroups", {})
22
- .n("EMRClient", "AddInstanceGroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AddInstanceGroupsCommand)
25
- .de(Aws_json1_1_1.de_AddInstanceGroupsCommand)
26
- .build() {
27
- }
28
- exports.AddInstanceGroupsCommand = AddInstanceGroupsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddJobFlowStepsCommand = 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 AddJobFlowStepsCommand 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", "AddJobFlowSteps", {})
22
- .n("EMRClient", "AddJobFlowStepsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AddJobFlowStepsCommand)
25
- .de(Aws_json1_1_1.de_AddJobFlowStepsCommand)
26
- .build() {
27
- }
28
- exports.AddJobFlowStepsCommand = AddJobFlowStepsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddTagsCommand = 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 AddTagsCommand 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", "AddTags", {})
22
- .n("EMRClient", "AddTagsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AddTagsCommand)
25
- .de(Aws_json1_1_1.de_AddTagsCommand)
26
- .build() {
27
- }
28
- exports.AddTagsCommand = AddTagsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelStepsCommand = 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 CancelStepsCommand 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", "CancelSteps", {})
22
- .n("EMRClient", "CancelStepsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CancelStepsCommand)
25
- .de(Aws_json1_1_1.de_CancelStepsCommand)
26
- .build() {
27
- }
28
- exports.CancelStepsCommand = CancelStepsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSecurityConfigurationCommand = 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 CreateSecurityConfigurationCommand 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", "CreateSecurityConfiguration", {})
22
- .n("EMRClient", "CreateSecurityConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateSecurityConfigurationCommand)
25
- .de(Aws_json1_1_1.de_CreateSecurityConfigurationCommand)
26
- .build() {
27
- }
28
- exports.CreateSecurityConfigurationCommand = CreateSecurityConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateStudioCommand = 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 CreateStudioCommand 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", "CreateStudio", {})
22
- .n("EMRClient", "CreateStudioCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateStudioCommand)
25
- .de(Aws_json1_1_1.de_CreateStudioCommand)
26
- .build() {
27
- }
28
- exports.CreateStudioCommand = CreateStudioCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateStudioSessionMappingCommand = 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 CreateStudioSessionMappingCommand 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", "CreateStudioSessionMapping", {})
22
- .n("EMRClient", "CreateStudioSessionMappingCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateStudioSessionMappingCommand)
25
- .de(Aws_json1_1_1.de_CreateStudioSessionMappingCommand)
26
- .build() {
27
- }
28
- exports.CreateStudioSessionMappingCommand = CreateStudioSessionMappingCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSecurityConfigurationCommand = 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 DeleteSecurityConfigurationCommand 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", "DeleteSecurityConfiguration", {})
22
- .n("EMRClient", "DeleteSecurityConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteSecurityConfigurationCommand)
25
- .de(Aws_json1_1_1.de_DeleteSecurityConfigurationCommand)
26
- .build() {
27
- }
28
- exports.DeleteSecurityConfigurationCommand = DeleteSecurityConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteStudioCommand = 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 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() {
27
- }
28
- exports.DeleteStudioCommand = DeleteStudioCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteStudioSessionMappingCommand = 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 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() {
27
- }
28
- exports.DeleteStudioSessionMappingCommand = DeleteStudioSessionMappingCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeClusterCommand = 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 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() {
27
- }
28
- exports.DescribeClusterCommand = DescribeClusterCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeJobFlowsCommand = 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 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() {
27
- }
28
- exports.DescribeJobFlowsCommand = DescribeJobFlowsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeNotebookExecutionCommand = 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 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() {
27
- }
28
- exports.DescribeNotebookExecutionCommand = DescribeNotebookExecutionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeReleaseLabelCommand = 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 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() {
27
- }
28
- exports.DescribeReleaseLabelCommand = DescribeReleaseLabelCommand;
1
+ module.exports = require("../index.js");