@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,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EMRServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class EMRServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, EMRServiceException.prototype);
10
- }
11
- }
12
- exports.EMRServiceException = EMRServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,339 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetClusterSessionCredentialsOutputFilterSensitiveLog = exports.CredentialsFilterSensitiveLog = exports.UsernamePasswordFilterSensitiveLog = exports.ReconfigurationType = exports.InstanceStateChangeReasonCode = exports.InstanceState = exports.InstanceGroupStateChangeReasonCode = exports.InstanceGroupType = exports.InstanceFleetStateChangeReasonCode = exports.InstanceFleetState = exports.StepStateChangeReasonCode = exports.StepState = exports.NotebookExecutionStatus = exports.OutputNotebookFormat = exports.ExecutionEngineType = exports.StepExecutionState = exports.InstanceGroupState = exports.JobFlowExecutionState = exports.Credentials = exports.IdentityType = exports.IdcUserAssignment = exports.ComputeLimitsUnitType = exports.ClusterStateChangeReasonCode = exports.ClusterState = exports.ScaleDownBehavior = exports.RepoUpgradeOnBoot = exports.PlacementGroupStrategy = exports.InstanceCollectionType = exports.CancelStepsRequestStatus = exports.StepCancellationOption = exports.AutoScalingPolicyStateChangeReasonCode = exports.AutoScalingPolicyState = exports.AuthMode = exports.InternalServerError = exports.InstanceRoleType = exports.Unit = exports.Statistic = exports.ComparisonOperator = exports.AdjustmentType = exports.MarketType = exports.InvalidRequestException = exports.InternalServerException = exports.SpotProvisioningTimeoutAction = exports.SpotProvisioningAllocationStrategy = exports.OnDemandCapacityReservationUsageStrategy = exports.OnDemandCapacityReservationPreference = exports.OnDemandProvisioningAllocationStrategy = exports.InstanceFleetType = exports.ActionOnFailure = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const EMRServiceException_1 = require("./EMRServiceException");
6
- exports.ActionOnFailure = {
7
- CANCEL_AND_WAIT: "CANCEL_AND_WAIT",
8
- CONTINUE: "CONTINUE",
9
- TERMINATE_CLUSTER: "TERMINATE_CLUSTER",
10
- TERMINATE_JOB_FLOW: "TERMINATE_JOB_FLOW",
11
- };
12
- exports.InstanceFleetType = {
13
- CORE: "CORE",
14
- MASTER: "MASTER",
15
- TASK: "TASK",
16
- };
17
- exports.OnDemandProvisioningAllocationStrategy = {
18
- LOWEST_PRICE: "lowest-price",
19
- };
20
- exports.OnDemandCapacityReservationPreference = {
21
- NONE: "none",
22
- OPEN: "open",
23
- };
24
- exports.OnDemandCapacityReservationUsageStrategy = {
25
- USE_CAPACITY_RESERVATIONS_FIRST: "use-capacity-reservations-first",
26
- };
27
- exports.SpotProvisioningAllocationStrategy = {
28
- CAPACITY_OPTIMIZED: "capacity-optimized",
29
- DIVERSIFIED: "diversified",
30
- LOWEST_PRICE: "lowest-price",
31
- PRICE_CAPACITY_OPTIMIZED: "price-capacity-optimized",
32
- };
33
- exports.SpotProvisioningTimeoutAction = {
34
- SWITCH_TO_ON_DEMAND: "SWITCH_TO_ON_DEMAND",
35
- TERMINATE_CLUSTER: "TERMINATE_CLUSTER",
36
- };
37
- class InternalServerException extends EMRServiceException_1.EMRServiceException {
38
- constructor(opts) {
39
- super({
40
- name: "InternalServerException",
41
- $fault: "server",
42
- ...opts,
43
- });
44
- this.name = "InternalServerException";
45
- this.$fault = "server";
46
- Object.setPrototypeOf(this, InternalServerException.prototype);
47
- this.Message = opts.Message;
48
- }
49
- }
50
- exports.InternalServerException = InternalServerException;
51
- class InvalidRequestException extends EMRServiceException_1.EMRServiceException {
52
- constructor(opts) {
53
- super({
54
- name: "InvalidRequestException",
55
- $fault: "client",
56
- ...opts,
57
- });
58
- this.name = "InvalidRequestException";
59
- this.$fault = "client";
60
- Object.setPrototypeOf(this, InvalidRequestException.prototype);
61
- this.ErrorCode = opts.ErrorCode;
62
- this.Message = opts.Message;
63
- }
64
- }
65
- exports.InvalidRequestException = InvalidRequestException;
66
- exports.MarketType = {
67
- ON_DEMAND: "ON_DEMAND",
68
- SPOT: "SPOT",
69
- };
70
- exports.AdjustmentType = {
71
- CHANGE_IN_CAPACITY: "CHANGE_IN_CAPACITY",
72
- EXACT_CAPACITY: "EXACT_CAPACITY",
73
- PERCENT_CHANGE_IN_CAPACITY: "PERCENT_CHANGE_IN_CAPACITY",
74
- };
75
- exports.ComparisonOperator = {
76
- GREATER_THAN: "GREATER_THAN",
77
- GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL",
78
- LESS_THAN: "LESS_THAN",
79
- LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL",
80
- };
81
- exports.Statistic = {
82
- AVERAGE: "AVERAGE",
83
- MAXIMUM: "MAXIMUM",
84
- MINIMUM: "MINIMUM",
85
- SAMPLE_COUNT: "SAMPLE_COUNT",
86
- SUM: "SUM",
87
- };
88
- exports.Unit = {
89
- BITS: "BITS",
90
- BITS_PER_SECOND: "BITS_PER_SECOND",
91
- BYTES: "BYTES",
92
- BYTES_PER_SECOND: "BYTES_PER_SECOND",
93
- COUNT: "COUNT",
94
- COUNT_PER_SECOND: "COUNT_PER_SECOND",
95
- GIGA_BITS: "GIGA_BITS",
96
- GIGA_BITS_PER_SECOND: "GIGA_BITS_PER_SECOND",
97
- GIGA_BYTES: "GIGA_BYTES",
98
- GIGA_BYTES_PER_SECOND: "GIGA_BYTES_PER_SECOND",
99
- KILO_BITS: "KILO_BITS",
100
- KILO_BITS_PER_SECOND: "KILO_BITS_PER_SECOND",
101
- KILO_BYTES: "KILO_BYTES",
102
- KILO_BYTES_PER_SECOND: "KILO_BYTES_PER_SECOND",
103
- MEGA_BITS: "MEGA_BITS",
104
- MEGA_BITS_PER_SECOND: "MEGA_BITS_PER_SECOND",
105
- MEGA_BYTES: "MEGA_BYTES",
106
- MEGA_BYTES_PER_SECOND: "MEGA_BYTES_PER_SECOND",
107
- MICRO_SECONDS: "MICRO_SECONDS",
108
- MILLI_SECONDS: "MILLI_SECONDS",
109
- NONE: "NONE",
110
- PERCENT: "PERCENT",
111
- SECONDS: "SECONDS",
112
- TERA_BITS: "TERA_BITS",
113
- TERA_BITS_PER_SECOND: "TERA_BITS_PER_SECOND",
114
- TERA_BYTES: "TERA_BYTES",
115
- TERA_BYTES_PER_SECOND: "TERA_BYTES_PER_SECOND",
116
- };
117
- exports.InstanceRoleType = {
118
- CORE: "CORE",
119
- MASTER: "MASTER",
120
- TASK: "TASK",
121
- };
122
- class InternalServerError extends EMRServiceException_1.EMRServiceException {
123
- constructor(opts) {
124
- super({
125
- name: "InternalServerError",
126
- $fault: "server",
127
- ...opts,
128
- });
129
- this.name = "InternalServerError";
130
- this.$fault = "server";
131
- Object.setPrototypeOf(this, InternalServerError.prototype);
132
- }
133
- }
134
- exports.InternalServerError = InternalServerError;
135
- exports.AuthMode = {
136
- IAM: "IAM",
137
- SSO: "SSO",
138
- };
139
- exports.AutoScalingPolicyState = {
140
- ATTACHED: "ATTACHED",
141
- ATTACHING: "ATTACHING",
142
- DETACHED: "DETACHED",
143
- DETACHING: "DETACHING",
144
- FAILED: "FAILED",
145
- PENDING: "PENDING",
146
- };
147
- exports.AutoScalingPolicyStateChangeReasonCode = {
148
- CLEANUP_FAILURE: "CLEANUP_FAILURE",
149
- PROVISION_FAILURE: "PROVISION_FAILURE",
150
- USER_REQUEST: "USER_REQUEST",
151
- };
152
- exports.StepCancellationOption = {
153
- SEND_INTERRUPT: "SEND_INTERRUPT",
154
- TERMINATE_PROCESS: "TERMINATE_PROCESS",
155
- };
156
- exports.CancelStepsRequestStatus = {
157
- FAILED: "FAILED",
158
- SUBMITTED: "SUBMITTED",
159
- };
160
- exports.InstanceCollectionType = {
161
- INSTANCE_FLEET: "INSTANCE_FLEET",
162
- INSTANCE_GROUP: "INSTANCE_GROUP",
163
- };
164
- exports.PlacementGroupStrategy = {
165
- CLUSTER: "CLUSTER",
166
- NONE: "NONE",
167
- PARTITION: "PARTITION",
168
- SPREAD: "SPREAD",
169
- };
170
- exports.RepoUpgradeOnBoot = {
171
- NONE: "NONE",
172
- SECURITY: "SECURITY",
173
- };
174
- exports.ScaleDownBehavior = {
175
- TERMINATE_AT_INSTANCE_HOUR: "TERMINATE_AT_INSTANCE_HOUR",
176
- TERMINATE_AT_TASK_COMPLETION: "TERMINATE_AT_TASK_COMPLETION",
177
- };
178
- exports.ClusterState = {
179
- BOOTSTRAPPING: "BOOTSTRAPPING",
180
- RUNNING: "RUNNING",
181
- STARTING: "STARTING",
182
- TERMINATED: "TERMINATED",
183
- TERMINATED_WITH_ERRORS: "TERMINATED_WITH_ERRORS",
184
- TERMINATING: "TERMINATING",
185
- WAITING: "WAITING",
186
- };
187
- exports.ClusterStateChangeReasonCode = {
188
- ALL_STEPS_COMPLETED: "ALL_STEPS_COMPLETED",
189
- BOOTSTRAP_FAILURE: "BOOTSTRAP_FAILURE",
190
- INSTANCE_FAILURE: "INSTANCE_FAILURE",
191
- INSTANCE_FLEET_TIMEOUT: "INSTANCE_FLEET_TIMEOUT",
192
- INTERNAL_ERROR: "INTERNAL_ERROR",
193
- STEP_FAILURE: "STEP_FAILURE",
194
- USER_REQUEST: "USER_REQUEST",
195
- VALIDATION_ERROR: "VALIDATION_ERROR",
196
- };
197
- exports.ComputeLimitsUnitType = {
198
- InstanceFleetUnits: "InstanceFleetUnits",
199
- Instances: "Instances",
200
- VCPU: "VCPU",
201
- };
202
- exports.IdcUserAssignment = {
203
- OPTIONAL: "OPTIONAL",
204
- REQUIRED: "REQUIRED",
205
- };
206
- exports.IdentityType = {
207
- GROUP: "GROUP",
208
- USER: "USER",
209
- };
210
- var Credentials;
211
- (function (Credentials) {
212
- Credentials.visit = (value, visitor) => {
213
- if (value.UsernamePassword !== undefined)
214
- return visitor.UsernamePassword(value.UsernamePassword);
215
- return visitor._(value.$unknown[0], value.$unknown[1]);
216
- };
217
- })(Credentials = exports.Credentials || (exports.Credentials = {}));
218
- exports.JobFlowExecutionState = {
219
- BOOTSTRAPPING: "BOOTSTRAPPING",
220
- COMPLETED: "COMPLETED",
221
- FAILED: "FAILED",
222
- RUNNING: "RUNNING",
223
- SHUTTING_DOWN: "SHUTTING_DOWN",
224
- STARTING: "STARTING",
225
- TERMINATED: "TERMINATED",
226
- WAITING: "WAITING",
227
- };
228
- exports.InstanceGroupState = {
229
- ARRESTED: "ARRESTED",
230
- BOOTSTRAPPING: "BOOTSTRAPPING",
231
- ENDED: "ENDED",
232
- PROVISIONING: "PROVISIONING",
233
- RECONFIGURING: "RECONFIGURING",
234
- RESIZING: "RESIZING",
235
- RUNNING: "RUNNING",
236
- SHUTTING_DOWN: "SHUTTING_DOWN",
237
- SUSPENDED: "SUSPENDED",
238
- TERMINATED: "TERMINATED",
239
- TERMINATING: "TERMINATING",
240
- };
241
- exports.StepExecutionState = {
242
- CANCELLED: "CANCELLED",
243
- COMPLETED: "COMPLETED",
244
- CONTINUE: "CONTINUE",
245
- FAILED: "FAILED",
246
- INTERRUPTED: "INTERRUPTED",
247
- PENDING: "PENDING",
248
- RUNNING: "RUNNING",
249
- };
250
- exports.ExecutionEngineType = {
251
- EMR: "EMR",
252
- };
253
- exports.OutputNotebookFormat = {
254
- HTML: "HTML",
255
- };
256
- exports.NotebookExecutionStatus = {
257
- FAILED: "FAILED",
258
- FAILING: "FAILING",
259
- FINISHED: "FINISHED",
260
- FINISHING: "FINISHING",
261
- RUNNING: "RUNNING",
262
- STARTING: "STARTING",
263
- START_PENDING: "START_PENDING",
264
- STOPPED: "STOPPED",
265
- STOPPING: "STOPPING",
266
- STOP_PENDING: "STOP_PENDING",
267
- };
268
- exports.StepState = {
269
- CANCELLED: "CANCELLED",
270
- CANCEL_PENDING: "CANCEL_PENDING",
271
- COMPLETED: "COMPLETED",
272
- FAILED: "FAILED",
273
- INTERRUPTED: "INTERRUPTED",
274
- PENDING: "PENDING",
275
- RUNNING: "RUNNING",
276
- };
277
- exports.StepStateChangeReasonCode = {
278
- NONE: "NONE",
279
- };
280
- exports.InstanceFleetState = {
281
- BOOTSTRAPPING: "BOOTSTRAPPING",
282
- PROVISIONING: "PROVISIONING",
283
- RESIZING: "RESIZING",
284
- RUNNING: "RUNNING",
285
- SUSPENDED: "SUSPENDED",
286
- TERMINATED: "TERMINATED",
287
- TERMINATING: "TERMINATING",
288
- };
289
- exports.InstanceFleetStateChangeReasonCode = {
290
- CLUSTER_TERMINATED: "CLUSTER_TERMINATED",
291
- INSTANCE_FAILURE: "INSTANCE_FAILURE",
292
- INTERNAL_ERROR: "INTERNAL_ERROR",
293
- VALIDATION_ERROR: "VALIDATION_ERROR",
294
- };
295
- exports.InstanceGroupType = {
296
- CORE: "CORE",
297
- MASTER: "MASTER",
298
- TASK: "TASK",
299
- };
300
- exports.InstanceGroupStateChangeReasonCode = {
301
- CLUSTER_TERMINATED: "CLUSTER_TERMINATED",
302
- INSTANCE_FAILURE: "INSTANCE_FAILURE",
303
- INTERNAL_ERROR: "INTERNAL_ERROR",
304
- VALIDATION_ERROR: "VALIDATION_ERROR",
305
- };
306
- exports.InstanceState = {
307
- AWAITING_FULFILLMENT: "AWAITING_FULFILLMENT",
308
- BOOTSTRAPPING: "BOOTSTRAPPING",
309
- PROVISIONING: "PROVISIONING",
310
- RUNNING: "RUNNING",
311
- TERMINATED: "TERMINATED",
312
- };
313
- exports.InstanceStateChangeReasonCode = {
314
- BOOTSTRAP_FAILURE: "BOOTSTRAP_FAILURE",
315
- CLUSTER_TERMINATED: "CLUSTER_TERMINATED",
316
- INSTANCE_FAILURE: "INSTANCE_FAILURE",
317
- INTERNAL_ERROR: "INTERNAL_ERROR",
318
- VALIDATION_ERROR: "VALIDATION_ERROR",
319
- };
320
- exports.ReconfigurationType = {
321
- MERGE: "MERGE",
322
- OVERWRITE: "OVERWRITE",
323
- };
324
- const UsernamePasswordFilterSensitiveLog = (obj) => ({
325
- ...obj,
326
- });
327
- exports.UsernamePasswordFilterSensitiveLog = UsernamePasswordFilterSensitiveLog;
328
- const CredentialsFilterSensitiveLog = (obj) => {
329
- if (obj.UsernamePassword !== undefined)
330
- return { UsernamePassword: smithy_client_1.SENSITIVE_STRING };
331
- if (obj.$unknown !== undefined)
332
- return { [obj.$unknown[0]]: "UNKNOWN" };
333
- };
334
- exports.CredentialsFilterSensitiveLog = CredentialsFilterSensitiveLog;
335
- const GetClusterSessionCredentialsOutputFilterSensitiveLog = (obj) => ({
336
- ...obj,
337
- ...(obj.Credentials && { Credentials: (0, exports.CredentialsFilterSensitiveLog)(obj.Credentials) }),
338
- });
339
- exports.GetClusterSessionCredentialsOutputFilterSensitiveLog = GetClusterSessionCredentialsOutputFilterSensitiveLog;
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListBootstrapActions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListBootstrapActionsCommand_1 = require("../commands/ListBootstrapActionsCommand");
6
- const EMRClient_1 = require("../EMRClient");
7
- exports.paginateListBootstrapActions = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListBootstrapActionsCommand_1.ListBootstrapActionsCommand, "Marker", "Marker", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListClusters = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListClustersCommand_1 = require("../commands/ListClustersCommand");
6
- const EMRClient_1 = require("../EMRClient");
7
- exports.paginateListClusters = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListClustersCommand_1.ListClustersCommand, "Marker", "Marker", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListInstanceFleets = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListInstanceFleetsCommand_1 = require("../commands/ListInstanceFleetsCommand");
6
- const EMRClient_1 = require("../EMRClient");
7
- exports.paginateListInstanceFleets = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListInstanceFleetsCommand_1.ListInstanceFleetsCommand, "Marker", "Marker", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListInstanceGroups = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListInstanceGroupsCommand_1 = require("../commands/ListInstanceGroupsCommand");
6
- const EMRClient_1 = require("../EMRClient");
7
- exports.paginateListInstanceGroups = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListInstanceGroupsCommand_1.ListInstanceGroupsCommand, "Marker", "Marker", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListInstances = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListInstancesCommand_1 = require("../commands/ListInstancesCommand");
6
- const EMRClient_1 = require("../EMRClient");
7
- exports.paginateListInstances = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListInstancesCommand_1.ListInstancesCommand, "Marker", "Marker", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListNotebookExecutions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListNotebookExecutionsCommand_1 = require("../commands/ListNotebookExecutionsCommand");
6
- const EMRClient_1 = require("../EMRClient");
7
- exports.paginateListNotebookExecutions = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListNotebookExecutionsCommand_1.ListNotebookExecutionsCommand, "Marker", "Marker", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListReleaseLabels = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListReleaseLabelsCommand_1 = require("../commands/ListReleaseLabelsCommand");
6
- const EMRClient_1 = require("../EMRClient");
7
- exports.paginateListReleaseLabels = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListReleaseLabelsCommand_1.ListReleaseLabelsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListSecurityConfigurations = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListSecurityConfigurationsCommand_1 = require("../commands/ListSecurityConfigurationsCommand");
6
- const EMRClient_1 = require("../EMRClient");
7
- exports.paginateListSecurityConfigurations = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListSecurityConfigurationsCommand_1.ListSecurityConfigurationsCommand, "Marker", "Marker", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListSteps = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListStepsCommand_1 = require("../commands/ListStepsCommand");
6
- const EMRClient_1 = require("../EMRClient");
7
- exports.paginateListSteps = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListStepsCommand_1.ListStepsCommand, "Marker", "Marker", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListStudioSessionMappings = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListStudioSessionMappingsCommand_1 = require("../commands/ListStudioSessionMappingsCommand");
6
- const EMRClient_1 = require("../EMRClient");
7
- exports.paginateListStudioSessionMappings = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListStudioSessionMappingsCommand_1.ListStudioSessionMappingsCommand, "Marker", "Marker", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListStudios = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListStudiosCommand_1 = require("../commands/ListStudiosCommand");
6
- const EMRClient_1 = require("../EMRClient");
7
- exports.paginateListStudios = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListStudiosCommand_1.ListStudiosCommand, "Marker", "Marker", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListSupportedInstanceTypes = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListSupportedInstanceTypesCommand_1 = require("../commands/ListSupportedInstanceTypesCommand");
6
- const EMRClient_1 = require("../EMRClient");
7
- exports.paginateListSupportedInstanceTypes = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListSupportedInstanceTypesCommand_1.ListSupportedInstanceTypesCommand, "Marker", "Marker", "");
1
+ module.exports = require("../index.js");
@@ -1,16 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./Interfaces"), exports);
5
- tslib_1.__exportStar(require("./ListBootstrapActionsPaginator"), exports);
6
- tslib_1.__exportStar(require("./ListClustersPaginator"), exports);
7
- tslib_1.__exportStar(require("./ListInstanceFleetsPaginator"), exports);
8
- tslib_1.__exportStar(require("./ListInstanceGroupsPaginator"), exports);
9
- tslib_1.__exportStar(require("./ListInstancesPaginator"), exports);
10
- tslib_1.__exportStar(require("./ListNotebookExecutionsPaginator"), exports);
11
- tslib_1.__exportStar(require("./ListReleaseLabelsPaginator"), exports);
12
- tslib_1.__exportStar(require("./ListSecurityConfigurationsPaginator"), exports);
13
- tslib_1.__exportStar(require("./ListStepsPaginator"), exports);
14
- tslib_1.__exportStar(require("./ListStudioSessionMappingsPaginator"), exports);
15
- tslib_1.__exportStar(require("./ListStudiosPaginator"), exports);
16
- tslib_1.__exportStar(require("./ListSupportedInstanceTypesPaginator"), exports);
1
+ module.exports = require("../index.js");