@aws-sdk/client-emr 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/EMR.d.ts +952 -265
- package/dist-types/ts3.4/EMRClient.d.ts +440 -125
- package/dist-types/ts3.4/commands/AddInstanceFleetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AddInstanceGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AddJobFlowStepsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CancelStepsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateStudioCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateStudioSessionMappingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteStudioCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteStudioSessionMappingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeJobFlowsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeNotebookExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeReleaseLabelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeStepCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeStudioCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetAutoTerminationPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBlockPublicAccessConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetManagedScalingPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetStudioSessionMappingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBootstrapActionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListInstanceFleetsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListInstanceGroupsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListNotebookExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListReleaseLabelsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListStudioSessionMappingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListStudiosCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyInstanceFleetCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/ModifyInstanceGroupsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutAutoScalingPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAutoTerminationPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutBlockPublicAccessConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutManagedScalingPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveAutoScalingPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveAutoTerminationPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveManagedScalingPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RunJobFlowCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SetTerminationProtectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetVisibleToAllUsersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartNotebookExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopNotebookExecutionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TerminateJobFlowsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateStudioCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateStudioSessionMappingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +52 -52
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/EMRServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2634 -2461
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListBootstrapActionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstanceFleetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstanceGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNotebookExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReleaseLabelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSecurityConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStepsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStudioSessionMappingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStudiosPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +629 -158
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForClusterRunning.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForClusterTerminated.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForStepComplete.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,2461 +1,2634 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { EMRServiceException as __BaseException } from "./EMRServiceException";
|
|
3
|
-
export declare enum ActionOnFailure {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
export declare enum InstanceFleetType {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export interface VolumeSpecification {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
39
|
-
export declare enum
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
}
|
|
65
|
-
export declare enum SpotProvisioningAllocationStrategy {
|
|
66
|
-
|
|
67
|
-
}
|
|
68
|
-
export declare type SpotProvisioningTimeoutAction =
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
}
|
|
87
|
-
export interface AddInstanceFleetOutput {
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
export interface ScalingTrigger {
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
export interface
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
export interface
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
export
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
export interface
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
}
|
|
593
|
-
export
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
export interface
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
export interface
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
}
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
}
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
}
|
|
1032
|
-
export interface
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
export interface
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
}
|
|
1077
|
-
|
|
1078
|
-
export interface
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
}
|
|
1099
|
-
export interface
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
}
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
}
|
|
1152
|
-
|
|
1153
|
-
export interface
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
}
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
}
|
|
1289
|
-
|
|
1290
|
-
export interface
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
export interface
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
export interface
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
}
|
|
1329
|
-
|
|
1330
|
-
export interface
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
export interface
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
}
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
}
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
}
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
}
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
export interface
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
export interface
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
}
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
}
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
export interface
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { EMRServiceException as __BaseException } from "./EMRServiceException";
|
|
3
|
+
export declare enum ActionOnFailure {
|
|
4
|
+
CANCEL_AND_WAIT = "CANCEL_AND_WAIT",
|
|
5
|
+
CONTINUE = "CONTINUE",
|
|
6
|
+
TERMINATE_CLUSTER = "TERMINATE_CLUSTER",
|
|
7
|
+
TERMINATE_JOB_FLOW = "TERMINATE_JOB_FLOW",
|
|
8
|
+
}
|
|
9
|
+
export declare enum InstanceFleetType {
|
|
10
|
+
CORE = "CORE",
|
|
11
|
+
MASTER = "MASTER",
|
|
12
|
+
TASK = "TASK",
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export interface VolumeSpecification {
|
|
16
|
+
VolumeType: string | undefined;
|
|
17
|
+
|
|
18
|
+
Iops?: number;
|
|
19
|
+
|
|
20
|
+
SizeInGB: number | undefined;
|
|
21
|
+
|
|
22
|
+
Throughput?: number;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export interface EbsBlockDeviceConfig {
|
|
26
|
+
VolumeSpecification: VolumeSpecification | undefined;
|
|
27
|
+
|
|
28
|
+
VolumesPerInstance?: number;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export interface EbsConfiguration {
|
|
32
|
+
EbsBlockDeviceConfigs?: EbsBlockDeviceConfig[];
|
|
33
|
+
|
|
34
|
+
EbsOptimized?: boolean;
|
|
35
|
+
}
|
|
36
|
+
export declare enum OnDemandProvisioningAllocationStrategy {
|
|
37
|
+
LOWEST_PRICE = "lowest-price",
|
|
38
|
+
}
|
|
39
|
+
export declare enum OnDemandCapacityReservationPreference {
|
|
40
|
+
NONE = "none",
|
|
41
|
+
OPEN = "open",
|
|
42
|
+
}
|
|
43
|
+
export declare enum OnDemandCapacityReservationUsageStrategy {
|
|
44
|
+
USE_CAPACITY_RESERVATIONS_FIRST = "use-capacity-reservations-first",
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export interface OnDemandCapacityReservationOptions {
|
|
48
|
+
UsageStrategy?: OnDemandCapacityReservationUsageStrategy | string;
|
|
49
|
+
|
|
50
|
+
CapacityReservationPreference?:
|
|
51
|
+
| OnDemandCapacityReservationPreference
|
|
52
|
+
| string;
|
|
53
|
+
|
|
54
|
+
CapacityReservationResourceGroupArn?: string;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export interface OnDemandProvisioningSpecification {
|
|
58
|
+
AllocationStrategy:
|
|
59
|
+
| OnDemandProvisioningAllocationStrategy
|
|
60
|
+
| string
|
|
61
|
+
| undefined;
|
|
62
|
+
|
|
63
|
+
CapacityReservationOptions?: OnDemandCapacityReservationOptions;
|
|
64
|
+
}
|
|
65
|
+
export declare enum SpotProvisioningAllocationStrategy {
|
|
66
|
+
CAPACITY_OPTIMIZED = "capacity-optimized",
|
|
67
|
+
}
|
|
68
|
+
export declare type SpotProvisioningTimeoutAction =
|
|
69
|
+
| "SWITCH_TO_ON_DEMAND"
|
|
70
|
+
| "TERMINATE_CLUSTER";
|
|
71
|
+
|
|
72
|
+
export interface SpotProvisioningSpecification {
|
|
73
|
+
TimeoutDurationMinutes: number | undefined;
|
|
74
|
+
|
|
75
|
+
TimeoutAction: SpotProvisioningTimeoutAction | string | undefined;
|
|
76
|
+
|
|
77
|
+
BlockDurationMinutes?: number;
|
|
78
|
+
|
|
79
|
+
AllocationStrategy?: SpotProvisioningAllocationStrategy | string;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export interface InstanceFleetProvisioningSpecifications {
|
|
83
|
+
SpotSpecification?: SpotProvisioningSpecification;
|
|
84
|
+
|
|
85
|
+
OnDemandSpecification?: OnDemandProvisioningSpecification;
|
|
86
|
+
}
|
|
87
|
+
export interface AddInstanceFleetOutput {
|
|
88
|
+
ClusterId?: string;
|
|
89
|
+
|
|
90
|
+
InstanceFleetId?: string;
|
|
91
|
+
|
|
92
|
+
ClusterArn?: string;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export declare class InternalServerException extends __BaseException {
|
|
96
|
+
readonly name: "InternalServerException";
|
|
97
|
+
readonly $fault: "server";
|
|
98
|
+
|
|
99
|
+
Message?: string;
|
|
100
|
+
|
|
101
|
+
constructor(
|
|
102
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
103
|
+
);
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
107
|
+
readonly name: "InvalidRequestException";
|
|
108
|
+
readonly $fault: "client";
|
|
109
|
+
|
|
110
|
+
ErrorCode?: string;
|
|
111
|
+
|
|
112
|
+
Message?: string;
|
|
113
|
+
|
|
114
|
+
constructor(
|
|
115
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
116
|
+
);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
export interface ScalingConstraints {
|
|
120
|
+
MinCapacity: number | undefined;
|
|
121
|
+
|
|
122
|
+
MaxCapacity: number | undefined;
|
|
123
|
+
}
|
|
124
|
+
export declare enum MarketType {
|
|
125
|
+
ON_DEMAND = "ON_DEMAND",
|
|
126
|
+
SPOT = "SPOT",
|
|
127
|
+
}
|
|
128
|
+
export declare enum AdjustmentType {
|
|
129
|
+
CHANGE_IN_CAPACITY = "CHANGE_IN_CAPACITY",
|
|
130
|
+
EXACT_CAPACITY = "EXACT_CAPACITY",
|
|
131
|
+
PERCENT_CHANGE_IN_CAPACITY = "PERCENT_CHANGE_IN_CAPACITY",
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
export interface SimpleScalingPolicyConfiguration {
|
|
135
|
+
AdjustmentType?: AdjustmentType | string;
|
|
136
|
+
|
|
137
|
+
ScalingAdjustment: number | undefined;
|
|
138
|
+
|
|
139
|
+
CoolDown?: number;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
export interface ScalingAction {
|
|
143
|
+
Market?: MarketType | string;
|
|
144
|
+
|
|
145
|
+
SimpleScalingPolicyConfiguration:
|
|
146
|
+
| SimpleScalingPolicyConfiguration
|
|
147
|
+
| undefined;
|
|
148
|
+
}
|
|
149
|
+
export declare enum ComparisonOperator {
|
|
150
|
+
GREATER_THAN = "GREATER_THAN",
|
|
151
|
+
GREATER_THAN_OR_EQUAL = "GREATER_THAN_OR_EQUAL",
|
|
152
|
+
LESS_THAN = "LESS_THAN",
|
|
153
|
+
LESS_THAN_OR_EQUAL = "LESS_THAN_OR_EQUAL",
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
export interface MetricDimension {
|
|
157
|
+
Key?: string;
|
|
158
|
+
|
|
159
|
+
Value?: string;
|
|
160
|
+
}
|
|
161
|
+
export declare enum Statistic {
|
|
162
|
+
AVERAGE = "AVERAGE",
|
|
163
|
+
MAXIMUM = "MAXIMUM",
|
|
164
|
+
MINIMUM = "MINIMUM",
|
|
165
|
+
SAMPLE_COUNT = "SAMPLE_COUNT",
|
|
166
|
+
SUM = "SUM",
|
|
167
|
+
}
|
|
168
|
+
export declare enum Unit {
|
|
169
|
+
BITS = "BITS",
|
|
170
|
+
BITS_PER_SECOND = "BITS_PER_SECOND",
|
|
171
|
+
BYTES = "BYTES",
|
|
172
|
+
BYTES_PER_SECOND = "BYTES_PER_SECOND",
|
|
173
|
+
COUNT = "COUNT",
|
|
174
|
+
COUNT_PER_SECOND = "COUNT_PER_SECOND",
|
|
175
|
+
GIGA_BITS = "GIGA_BITS",
|
|
176
|
+
GIGA_BITS_PER_SECOND = "GIGA_BITS_PER_SECOND",
|
|
177
|
+
GIGA_BYTES = "GIGA_BYTES",
|
|
178
|
+
GIGA_BYTES_PER_SECOND = "GIGA_BYTES_PER_SECOND",
|
|
179
|
+
KILO_BITS = "KILO_BITS",
|
|
180
|
+
KILO_BITS_PER_SECOND = "KILO_BITS_PER_SECOND",
|
|
181
|
+
KILO_BYTES = "KILO_BYTES",
|
|
182
|
+
KILO_BYTES_PER_SECOND = "KILO_BYTES_PER_SECOND",
|
|
183
|
+
MEGA_BITS = "MEGA_BITS",
|
|
184
|
+
MEGA_BITS_PER_SECOND = "MEGA_BITS_PER_SECOND",
|
|
185
|
+
MEGA_BYTES = "MEGA_BYTES",
|
|
186
|
+
MEGA_BYTES_PER_SECOND = "MEGA_BYTES_PER_SECOND",
|
|
187
|
+
MICRO_SECONDS = "MICRO_SECONDS",
|
|
188
|
+
MILLI_SECONDS = "MILLI_SECONDS",
|
|
189
|
+
NONE = "NONE",
|
|
190
|
+
PERCENT = "PERCENT",
|
|
191
|
+
SECONDS = "SECONDS",
|
|
192
|
+
TERA_BITS = "TERA_BITS",
|
|
193
|
+
TERA_BITS_PER_SECOND = "TERA_BITS_PER_SECOND",
|
|
194
|
+
TERA_BYTES = "TERA_BYTES",
|
|
195
|
+
TERA_BYTES_PER_SECOND = "TERA_BYTES_PER_SECOND",
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
export interface CloudWatchAlarmDefinition {
|
|
199
|
+
ComparisonOperator: ComparisonOperator | string | undefined;
|
|
200
|
+
|
|
201
|
+
EvaluationPeriods?: number;
|
|
202
|
+
|
|
203
|
+
MetricName: string | undefined;
|
|
204
|
+
|
|
205
|
+
Namespace?: string;
|
|
206
|
+
|
|
207
|
+
Period: number | undefined;
|
|
208
|
+
|
|
209
|
+
Statistic?: Statistic | string;
|
|
210
|
+
|
|
211
|
+
Threshold: number | undefined;
|
|
212
|
+
|
|
213
|
+
Unit?: Unit | string;
|
|
214
|
+
|
|
215
|
+
Dimensions?: MetricDimension[];
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
export interface ScalingTrigger {
|
|
219
|
+
CloudWatchAlarmDefinition: CloudWatchAlarmDefinition | undefined;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
export interface ScalingRule {
|
|
223
|
+
Name: string | undefined;
|
|
224
|
+
|
|
225
|
+
Description?: string;
|
|
226
|
+
|
|
227
|
+
Action: ScalingAction | undefined;
|
|
228
|
+
|
|
229
|
+
Trigger: ScalingTrigger | undefined;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
export interface AutoScalingPolicy {
|
|
233
|
+
Constraints: ScalingConstraints | undefined;
|
|
234
|
+
|
|
235
|
+
Rules: ScalingRule[] | undefined;
|
|
236
|
+
}
|
|
237
|
+
export declare type InstanceRoleType = "CORE" | "MASTER" | "TASK";
|
|
238
|
+
|
|
239
|
+
export interface AddInstanceGroupsOutput {
|
|
240
|
+
JobFlowId?: string;
|
|
241
|
+
|
|
242
|
+
InstanceGroupIds?: string[];
|
|
243
|
+
|
|
244
|
+
ClusterArn?: string;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
export declare class InternalServerError extends __BaseException {
|
|
248
|
+
readonly name: "InternalServerError";
|
|
249
|
+
readonly $fault: "server";
|
|
250
|
+
|
|
251
|
+
constructor(
|
|
252
|
+
opts: __ExceptionOptionType<InternalServerError, __BaseException>
|
|
253
|
+
);
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
export interface KeyValue {
|
|
257
|
+
Key?: string;
|
|
258
|
+
|
|
259
|
+
Value?: string;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
export interface HadoopJarStepConfig {
|
|
263
|
+
Properties?: KeyValue[];
|
|
264
|
+
|
|
265
|
+
Jar: string | undefined;
|
|
266
|
+
|
|
267
|
+
MainClass?: string;
|
|
268
|
+
|
|
269
|
+
Args?: string[];
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
export interface StepConfig {
|
|
273
|
+
Name: string | undefined;
|
|
274
|
+
|
|
275
|
+
ActionOnFailure?: ActionOnFailure | string;
|
|
276
|
+
|
|
277
|
+
HadoopJarStep: HadoopJarStepConfig | undefined;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
export interface AddJobFlowStepsInput {
|
|
281
|
+
JobFlowId: string | undefined;
|
|
282
|
+
|
|
283
|
+
Steps: StepConfig[] | undefined;
|
|
284
|
+
|
|
285
|
+
ExecutionRoleArn?: string;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
export interface AddJobFlowStepsOutput {
|
|
289
|
+
StepIds?: string[];
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
export interface Tag {
|
|
293
|
+
Key?: string;
|
|
294
|
+
|
|
295
|
+
Value?: string;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
export interface AddTagsInput {
|
|
299
|
+
ResourceId: string | undefined;
|
|
300
|
+
|
|
301
|
+
Tags: Tag[] | undefined;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
export interface AddTagsOutput {}
|
|
305
|
+
|
|
306
|
+
export interface Application {
|
|
307
|
+
Name?: string;
|
|
308
|
+
|
|
309
|
+
Version?: string;
|
|
310
|
+
|
|
311
|
+
Args?: string[];
|
|
312
|
+
|
|
313
|
+
AdditionalInfo?: Record<string, string>;
|
|
314
|
+
}
|
|
315
|
+
export declare enum AuthMode {
|
|
316
|
+
IAM = "IAM",
|
|
317
|
+
SSO = "SSO",
|
|
318
|
+
}
|
|
319
|
+
export declare enum AutoScalingPolicyState {
|
|
320
|
+
ATTACHED = "ATTACHED",
|
|
321
|
+
ATTACHING = "ATTACHING",
|
|
322
|
+
DETACHED = "DETACHED",
|
|
323
|
+
DETACHING = "DETACHING",
|
|
324
|
+
FAILED = "FAILED",
|
|
325
|
+
PENDING = "PENDING",
|
|
326
|
+
}
|
|
327
|
+
export declare enum AutoScalingPolicyStateChangeReasonCode {
|
|
328
|
+
CLEANUP_FAILURE = "CLEANUP_FAILURE",
|
|
329
|
+
PROVISION_FAILURE = "PROVISION_FAILURE",
|
|
330
|
+
USER_REQUEST = "USER_REQUEST",
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
export interface AutoScalingPolicyStateChangeReason {
|
|
334
|
+
Code?: AutoScalingPolicyStateChangeReasonCode | string;
|
|
335
|
+
|
|
336
|
+
Message?: string;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
export interface AutoScalingPolicyStatus {
|
|
340
|
+
State?: AutoScalingPolicyState | string;
|
|
341
|
+
|
|
342
|
+
StateChangeReason?: AutoScalingPolicyStateChangeReason;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
export interface AutoScalingPolicyDescription {
|
|
346
|
+
Status?: AutoScalingPolicyStatus;
|
|
347
|
+
|
|
348
|
+
Constraints?: ScalingConstraints;
|
|
349
|
+
|
|
350
|
+
Rules?: ScalingRule[];
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
export interface AutoTerminationPolicy {
|
|
354
|
+
IdleTimeout?: number;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
export interface PortRange {
|
|
358
|
+
MinRange: number | undefined;
|
|
359
|
+
|
|
360
|
+
MaxRange?: number;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
export interface BlockPublicAccessConfigurationMetadata {
|
|
364
|
+
CreationDateTime: Date | undefined;
|
|
365
|
+
|
|
366
|
+
CreatedByArn: string | undefined;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
export interface ScriptBootstrapActionConfig {
|
|
370
|
+
Path: string | undefined;
|
|
371
|
+
|
|
372
|
+
Args?: string[];
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
export interface BootstrapActionConfig {
|
|
376
|
+
Name: string | undefined;
|
|
377
|
+
|
|
378
|
+
ScriptBootstrapAction: ScriptBootstrapActionConfig | undefined;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
export interface BootstrapActionDetail {
|
|
382
|
+
BootstrapActionConfig?: BootstrapActionConfig;
|
|
383
|
+
}
|
|
384
|
+
export declare type StepCancellationOption =
|
|
385
|
+
| "SEND_INTERRUPT"
|
|
386
|
+
| "TERMINATE_PROCESS";
|
|
387
|
+
|
|
388
|
+
export interface CancelStepsInput {
|
|
389
|
+
ClusterId: string | undefined;
|
|
390
|
+
|
|
391
|
+
StepIds: string[] | undefined;
|
|
392
|
+
|
|
393
|
+
StepCancellationOption?: StepCancellationOption | string;
|
|
394
|
+
}
|
|
395
|
+
export declare enum CancelStepsRequestStatus {
|
|
396
|
+
FAILED = "FAILED",
|
|
397
|
+
SUBMITTED = "SUBMITTED",
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
export interface CancelStepsInfo {
|
|
401
|
+
StepId?: string;
|
|
402
|
+
|
|
403
|
+
Status?: CancelStepsRequestStatus | string;
|
|
404
|
+
|
|
405
|
+
Reason?: string;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
export interface CancelStepsOutput {
|
|
409
|
+
CancelStepsInfoList?: CancelStepsInfo[];
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
export interface Ec2InstanceAttributes {
|
|
413
|
+
Ec2KeyName?: string;
|
|
414
|
+
|
|
415
|
+
Ec2SubnetId?: string;
|
|
416
|
+
|
|
417
|
+
RequestedEc2SubnetIds?: string[];
|
|
418
|
+
|
|
419
|
+
Ec2AvailabilityZone?: string;
|
|
420
|
+
|
|
421
|
+
RequestedEc2AvailabilityZones?: string[];
|
|
422
|
+
|
|
423
|
+
IamInstanceProfile?: string;
|
|
424
|
+
|
|
425
|
+
EmrManagedMasterSecurityGroup?: string;
|
|
426
|
+
|
|
427
|
+
EmrManagedSlaveSecurityGroup?: string;
|
|
428
|
+
|
|
429
|
+
ServiceAccessSecurityGroup?: string;
|
|
430
|
+
|
|
431
|
+
AdditionalMasterSecurityGroups?: string[];
|
|
432
|
+
|
|
433
|
+
AdditionalSlaveSecurityGroups?: string[];
|
|
434
|
+
}
|
|
435
|
+
export declare enum InstanceCollectionType {
|
|
436
|
+
INSTANCE_FLEET = "INSTANCE_FLEET",
|
|
437
|
+
INSTANCE_GROUP = "INSTANCE_GROUP",
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
export interface KerberosAttributes {
|
|
441
|
+
Realm: string | undefined;
|
|
442
|
+
|
|
443
|
+
KdcAdminPassword: string | undefined;
|
|
444
|
+
|
|
445
|
+
CrossRealmTrustPrincipalPassword?: string;
|
|
446
|
+
|
|
447
|
+
ADDomainJoinUser?: string;
|
|
448
|
+
|
|
449
|
+
ADDomainJoinPassword?: string;
|
|
450
|
+
}
|
|
451
|
+
export declare enum PlacementGroupStrategy {
|
|
452
|
+
CLUSTER = "CLUSTER",
|
|
453
|
+
NONE = "NONE",
|
|
454
|
+
PARTITION = "PARTITION",
|
|
455
|
+
SPREAD = "SPREAD",
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
export interface PlacementGroupConfig {
|
|
459
|
+
InstanceRole: InstanceRoleType | string | undefined;
|
|
460
|
+
|
|
461
|
+
PlacementStrategy?: PlacementGroupStrategy | string;
|
|
462
|
+
}
|
|
463
|
+
export declare enum RepoUpgradeOnBoot {
|
|
464
|
+
NONE = "NONE",
|
|
465
|
+
SECURITY = "SECURITY",
|
|
466
|
+
}
|
|
467
|
+
export declare enum ScaleDownBehavior {
|
|
468
|
+
TERMINATE_AT_INSTANCE_HOUR = "TERMINATE_AT_INSTANCE_HOUR",
|
|
469
|
+
TERMINATE_AT_TASK_COMPLETION = "TERMINATE_AT_TASK_COMPLETION",
|
|
470
|
+
}
|
|
471
|
+
export declare enum ClusterState {
|
|
472
|
+
BOOTSTRAPPING = "BOOTSTRAPPING",
|
|
473
|
+
RUNNING = "RUNNING",
|
|
474
|
+
STARTING = "STARTING",
|
|
475
|
+
TERMINATED = "TERMINATED",
|
|
476
|
+
TERMINATED_WITH_ERRORS = "TERMINATED_WITH_ERRORS",
|
|
477
|
+
TERMINATING = "TERMINATING",
|
|
478
|
+
WAITING = "WAITING",
|
|
479
|
+
}
|
|
480
|
+
export declare enum ClusterStateChangeReasonCode {
|
|
481
|
+
ALL_STEPS_COMPLETED = "ALL_STEPS_COMPLETED",
|
|
482
|
+
BOOTSTRAP_FAILURE = "BOOTSTRAP_FAILURE",
|
|
483
|
+
INSTANCE_FAILURE = "INSTANCE_FAILURE",
|
|
484
|
+
INSTANCE_FLEET_TIMEOUT = "INSTANCE_FLEET_TIMEOUT",
|
|
485
|
+
INTERNAL_ERROR = "INTERNAL_ERROR",
|
|
486
|
+
STEP_FAILURE = "STEP_FAILURE",
|
|
487
|
+
USER_REQUEST = "USER_REQUEST",
|
|
488
|
+
VALIDATION_ERROR = "VALIDATION_ERROR",
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
export interface ClusterStateChangeReason {
|
|
492
|
+
Code?: ClusterStateChangeReasonCode | string;
|
|
493
|
+
|
|
494
|
+
Message?: string;
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
export interface ClusterTimeline {
|
|
498
|
+
CreationDateTime?: Date;
|
|
499
|
+
|
|
500
|
+
ReadyDateTime?: Date;
|
|
501
|
+
|
|
502
|
+
EndDateTime?: Date;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
export interface ClusterStatus {
|
|
506
|
+
State?: ClusterState | string;
|
|
507
|
+
|
|
508
|
+
StateChangeReason?: ClusterStateChangeReason;
|
|
509
|
+
|
|
510
|
+
Timeline?: ClusterTimeline;
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
export interface ClusterSummary {
|
|
514
|
+
Id?: string;
|
|
515
|
+
|
|
516
|
+
Name?: string;
|
|
517
|
+
|
|
518
|
+
Status?: ClusterStatus;
|
|
519
|
+
|
|
520
|
+
NormalizedInstanceHours?: number;
|
|
521
|
+
|
|
522
|
+
ClusterArn?: string;
|
|
523
|
+
|
|
524
|
+
OutpostArn?: string;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
export interface Command {
|
|
528
|
+
Name?: string;
|
|
529
|
+
|
|
530
|
+
ScriptPath?: string;
|
|
531
|
+
|
|
532
|
+
Args?: string[];
|
|
533
|
+
}
|
|
534
|
+
export declare enum ComputeLimitsUnitType {
|
|
535
|
+
InstanceFleetUnits = "InstanceFleetUnits",
|
|
536
|
+
Instances = "Instances",
|
|
537
|
+
VCPU = "VCPU",
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
export interface ComputeLimits {
|
|
541
|
+
UnitType: ComputeLimitsUnitType | string | undefined;
|
|
542
|
+
|
|
543
|
+
MinimumCapacityUnits: number | undefined;
|
|
544
|
+
|
|
545
|
+
MaximumCapacityUnits: number | undefined;
|
|
546
|
+
|
|
547
|
+
MaximumOnDemandCapacityUnits?: number;
|
|
548
|
+
|
|
549
|
+
MaximumCoreCapacityUnits?: number;
|
|
550
|
+
}
|
|
551
|
+
export interface CreateSecurityConfigurationInput {
|
|
552
|
+
Name: string | undefined;
|
|
553
|
+
|
|
554
|
+
SecurityConfiguration: string | undefined;
|
|
555
|
+
}
|
|
556
|
+
export interface CreateSecurityConfigurationOutput {
|
|
557
|
+
Name: string | undefined;
|
|
558
|
+
|
|
559
|
+
CreationDateTime: Date | undefined;
|
|
560
|
+
}
|
|
561
|
+
export interface CreateStudioInput {
|
|
562
|
+
Name: string | undefined;
|
|
563
|
+
|
|
564
|
+
Description?: string;
|
|
565
|
+
|
|
566
|
+
AuthMode: AuthMode | string | undefined;
|
|
567
|
+
|
|
568
|
+
VpcId: string | undefined;
|
|
569
|
+
|
|
570
|
+
SubnetIds: string[] | undefined;
|
|
571
|
+
|
|
572
|
+
ServiceRole: string | undefined;
|
|
573
|
+
|
|
574
|
+
UserRole?: string;
|
|
575
|
+
|
|
576
|
+
WorkspaceSecurityGroupId: string | undefined;
|
|
577
|
+
|
|
578
|
+
EngineSecurityGroupId: string | undefined;
|
|
579
|
+
|
|
580
|
+
DefaultS3Location: string | undefined;
|
|
581
|
+
|
|
582
|
+
IdpAuthUrl?: string;
|
|
583
|
+
|
|
584
|
+
IdpRelayStateParameterName?: string;
|
|
585
|
+
|
|
586
|
+
Tags?: Tag[];
|
|
587
|
+
}
|
|
588
|
+
export interface CreateStudioOutput {
|
|
589
|
+
StudioId?: string;
|
|
590
|
+
|
|
591
|
+
Url?: string;
|
|
592
|
+
}
|
|
593
|
+
export declare enum IdentityType {
|
|
594
|
+
GROUP = "GROUP",
|
|
595
|
+
USER = "USER",
|
|
596
|
+
}
|
|
597
|
+
export interface CreateStudioSessionMappingInput {
|
|
598
|
+
StudioId: string | undefined;
|
|
599
|
+
|
|
600
|
+
IdentityId?: string;
|
|
601
|
+
|
|
602
|
+
IdentityName?: string;
|
|
603
|
+
|
|
604
|
+
IdentityType: IdentityType | string | undefined;
|
|
605
|
+
|
|
606
|
+
SessionPolicyArn: string | undefined;
|
|
607
|
+
}
|
|
608
|
+
export interface DeleteSecurityConfigurationInput {
|
|
609
|
+
Name: string | undefined;
|
|
610
|
+
}
|
|
611
|
+
export interface DeleteSecurityConfigurationOutput {}
|
|
612
|
+
export interface DeleteStudioInput {
|
|
613
|
+
StudioId: string | undefined;
|
|
614
|
+
}
|
|
615
|
+
export interface DeleteStudioSessionMappingInput {
|
|
616
|
+
StudioId: string | undefined;
|
|
617
|
+
|
|
618
|
+
IdentityId?: string;
|
|
619
|
+
|
|
620
|
+
IdentityName?: string;
|
|
621
|
+
|
|
622
|
+
IdentityType: IdentityType | string | undefined;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
export interface DescribeClusterInput {
|
|
626
|
+
ClusterId: string | undefined;
|
|
627
|
+
}
|
|
628
|
+
export declare enum JobFlowExecutionState {
|
|
629
|
+
BOOTSTRAPPING = "BOOTSTRAPPING",
|
|
630
|
+
COMPLETED = "COMPLETED",
|
|
631
|
+
FAILED = "FAILED",
|
|
632
|
+
RUNNING = "RUNNING",
|
|
633
|
+
SHUTTING_DOWN = "SHUTTING_DOWN",
|
|
634
|
+
STARTING = "STARTING",
|
|
635
|
+
TERMINATED = "TERMINATED",
|
|
636
|
+
WAITING = "WAITING",
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
export interface DescribeJobFlowsInput {
|
|
640
|
+
CreatedAfter?: Date;
|
|
641
|
+
|
|
642
|
+
CreatedBefore?: Date;
|
|
643
|
+
|
|
644
|
+
JobFlowIds?: string[];
|
|
645
|
+
|
|
646
|
+
JobFlowStates?: (JobFlowExecutionState | string)[];
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
export interface JobFlowExecutionStatusDetail {
|
|
650
|
+
State: JobFlowExecutionState | string | undefined;
|
|
651
|
+
|
|
652
|
+
CreationDateTime: Date | undefined;
|
|
653
|
+
|
|
654
|
+
StartDateTime?: Date;
|
|
655
|
+
|
|
656
|
+
ReadyDateTime?: Date;
|
|
657
|
+
|
|
658
|
+
EndDateTime?: Date;
|
|
659
|
+
|
|
660
|
+
LastStateChangeReason?: string;
|
|
661
|
+
}
|
|
662
|
+
export declare enum InstanceGroupState {
|
|
663
|
+
ARRESTED = "ARRESTED",
|
|
664
|
+
BOOTSTRAPPING = "BOOTSTRAPPING",
|
|
665
|
+
ENDED = "ENDED",
|
|
666
|
+
PROVISIONING = "PROVISIONING",
|
|
667
|
+
RECONFIGURING = "RECONFIGURING",
|
|
668
|
+
RESIZING = "RESIZING",
|
|
669
|
+
RUNNING = "RUNNING",
|
|
670
|
+
SHUTTING_DOWN = "SHUTTING_DOWN",
|
|
671
|
+
SUSPENDED = "SUSPENDED",
|
|
672
|
+
TERMINATED = "TERMINATED",
|
|
673
|
+
TERMINATING = "TERMINATING",
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
export interface InstanceGroupDetail {
|
|
677
|
+
InstanceGroupId?: string;
|
|
678
|
+
|
|
679
|
+
Name?: string;
|
|
680
|
+
|
|
681
|
+
Market: MarketType | string | undefined;
|
|
682
|
+
|
|
683
|
+
InstanceRole: InstanceRoleType | string | undefined;
|
|
684
|
+
|
|
685
|
+
BidPrice?: string;
|
|
686
|
+
|
|
687
|
+
InstanceType: string | undefined;
|
|
688
|
+
|
|
689
|
+
InstanceRequestCount: number | undefined;
|
|
690
|
+
|
|
691
|
+
InstanceRunningCount: number | undefined;
|
|
692
|
+
|
|
693
|
+
State: InstanceGroupState | string | undefined;
|
|
694
|
+
|
|
695
|
+
LastStateChangeReason?: string;
|
|
696
|
+
|
|
697
|
+
CreationDateTime: Date | undefined;
|
|
698
|
+
|
|
699
|
+
StartDateTime?: Date;
|
|
700
|
+
|
|
701
|
+
ReadyDateTime?: Date;
|
|
702
|
+
|
|
703
|
+
EndDateTime?: Date;
|
|
704
|
+
|
|
705
|
+
CustomAmiId?: string;
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
export interface PlacementType {
|
|
709
|
+
AvailabilityZone?: string;
|
|
710
|
+
|
|
711
|
+
AvailabilityZones?: string[];
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
export interface JobFlowInstancesDetail {
|
|
715
|
+
MasterInstanceType: string | undefined;
|
|
716
|
+
|
|
717
|
+
MasterPublicDnsName?: string;
|
|
718
|
+
|
|
719
|
+
MasterInstanceId?: string;
|
|
720
|
+
|
|
721
|
+
SlaveInstanceType: string | undefined;
|
|
722
|
+
|
|
723
|
+
InstanceCount: number | undefined;
|
|
724
|
+
|
|
725
|
+
InstanceGroups?: InstanceGroupDetail[];
|
|
726
|
+
|
|
727
|
+
NormalizedInstanceHours?: number;
|
|
728
|
+
|
|
729
|
+
Ec2KeyName?: string;
|
|
730
|
+
|
|
731
|
+
Ec2SubnetId?: string;
|
|
732
|
+
|
|
733
|
+
Placement?: PlacementType;
|
|
734
|
+
|
|
735
|
+
KeepJobFlowAliveWhenNoSteps?: boolean;
|
|
736
|
+
|
|
737
|
+
TerminationProtected?: boolean;
|
|
738
|
+
|
|
739
|
+
HadoopVersion?: string;
|
|
740
|
+
}
|
|
741
|
+
export declare type StepExecutionState =
|
|
742
|
+
| "CANCELLED"
|
|
743
|
+
| "COMPLETED"
|
|
744
|
+
| "CONTINUE"
|
|
745
|
+
| "FAILED"
|
|
746
|
+
| "INTERRUPTED"
|
|
747
|
+
| "PENDING"
|
|
748
|
+
| "RUNNING";
|
|
749
|
+
|
|
750
|
+
export interface StepExecutionStatusDetail {
|
|
751
|
+
State: StepExecutionState | string | undefined;
|
|
752
|
+
|
|
753
|
+
CreationDateTime: Date | undefined;
|
|
754
|
+
|
|
755
|
+
StartDateTime?: Date;
|
|
756
|
+
|
|
757
|
+
EndDateTime?: Date;
|
|
758
|
+
|
|
759
|
+
LastStateChangeReason?: string;
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
export interface StepDetail {
|
|
763
|
+
StepConfig: StepConfig | undefined;
|
|
764
|
+
|
|
765
|
+
ExecutionStatusDetail: StepExecutionStatusDetail | undefined;
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
export interface JobFlowDetail {
|
|
769
|
+
JobFlowId: string | undefined;
|
|
770
|
+
|
|
771
|
+
Name: string | undefined;
|
|
772
|
+
|
|
773
|
+
LogUri?: string;
|
|
774
|
+
|
|
775
|
+
LogEncryptionKmsKeyId?: string;
|
|
776
|
+
|
|
777
|
+
AmiVersion?: string;
|
|
778
|
+
|
|
779
|
+
ExecutionStatusDetail: JobFlowExecutionStatusDetail | undefined;
|
|
780
|
+
|
|
781
|
+
Instances: JobFlowInstancesDetail | undefined;
|
|
782
|
+
|
|
783
|
+
Steps?: StepDetail[];
|
|
784
|
+
|
|
785
|
+
BootstrapActions?: BootstrapActionDetail[];
|
|
786
|
+
|
|
787
|
+
SupportedProducts?: string[];
|
|
788
|
+
|
|
789
|
+
VisibleToAllUsers?: boolean;
|
|
790
|
+
|
|
791
|
+
JobFlowRole?: string;
|
|
792
|
+
|
|
793
|
+
ServiceRole?: string;
|
|
794
|
+
|
|
795
|
+
AutoScalingRole?: string;
|
|
796
|
+
|
|
797
|
+
ScaleDownBehavior?: ScaleDownBehavior | string;
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
export interface DescribeJobFlowsOutput {
|
|
801
|
+
JobFlows?: JobFlowDetail[];
|
|
802
|
+
}
|
|
803
|
+
export interface DescribeNotebookExecutionInput {
|
|
804
|
+
NotebookExecutionId: string | undefined;
|
|
805
|
+
}
|
|
806
|
+
export declare enum ExecutionEngineType {
|
|
807
|
+
EMR = "EMR",
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
export interface ExecutionEngineConfig {
|
|
811
|
+
Id: string | undefined;
|
|
812
|
+
|
|
813
|
+
Type?: ExecutionEngineType | string;
|
|
814
|
+
|
|
815
|
+
MasterInstanceSecurityGroupId?: string;
|
|
816
|
+
}
|
|
817
|
+
export declare enum NotebookExecutionStatus {
|
|
818
|
+
FAILED = "FAILED",
|
|
819
|
+
FAILING = "FAILING",
|
|
820
|
+
FINISHED = "FINISHED",
|
|
821
|
+
FINISHING = "FINISHING",
|
|
822
|
+
RUNNING = "RUNNING",
|
|
823
|
+
STARTING = "STARTING",
|
|
824
|
+
START_PENDING = "START_PENDING",
|
|
825
|
+
STOPPED = "STOPPED",
|
|
826
|
+
STOPPING = "STOPPING",
|
|
827
|
+
STOP_PENDING = "STOP_PENDING",
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
export interface NotebookExecution {
|
|
831
|
+
NotebookExecutionId?: string;
|
|
832
|
+
|
|
833
|
+
EditorId?: string;
|
|
834
|
+
|
|
835
|
+
ExecutionEngine?: ExecutionEngineConfig;
|
|
836
|
+
|
|
837
|
+
NotebookExecutionName?: string;
|
|
838
|
+
|
|
839
|
+
NotebookParams?: string;
|
|
840
|
+
|
|
841
|
+
Status?: NotebookExecutionStatus | string;
|
|
842
|
+
|
|
843
|
+
StartTime?: Date;
|
|
844
|
+
|
|
845
|
+
EndTime?: Date;
|
|
846
|
+
|
|
847
|
+
Arn?: string;
|
|
848
|
+
|
|
849
|
+
OutputNotebookURI?: string;
|
|
850
|
+
|
|
851
|
+
LastStateChangeReason?: string;
|
|
852
|
+
|
|
853
|
+
NotebookInstanceSecurityGroupId?: string;
|
|
854
|
+
|
|
855
|
+
Tags?: Tag[];
|
|
856
|
+
}
|
|
857
|
+
export interface DescribeNotebookExecutionOutput {
|
|
858
|
+
NotebookExecution?: NotebookExecution;
|
|
859
|
+
}
|
|
860
|
+
export interface DescribeReleaseLabelInput {
|
|
861
|
+
ReleaseLabel?: string;
|
|
862
|
+
|
|
863
|
+
NextToken?: string;
|
|
864
|
+
|
|
865
|
+
MaxResults?: number;
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
export interface SimplifiedApplication {
|
|
869
|
+
Name?: string;
|
|
870
|
+
|
|
871
|
+
Version?: string;
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
export interface OSRelease {
|
|
875
|
+
Label?: string;
|
|
876
|
+
}
|
|
877
|
+
export interface DescribeReleaseLabelOutput {
|
|
878
|
+
ReleaseLabel?: string;
|
|
879
|
+
|
|
880
|
+
Applications?: SimplifiedApplication[];
|
|
881
|
+
|
|
882
|
+
NextToken?: string;
|
|
883
|
+
|
|
884
|
+
AvailableOSReleases?: OSRelease[];
|
|
885
|
+
}
|
|
886
|
+
export interface DescribeSecurityConfigurationInput {
|
|
887
|
+
Name: string | undefined;
|
|
888
|
+
}
|
|
889
|
+
export interface DescribeSecurityConfigurationOutput {
|
|
890
|
+
Name?: string;
|
|
891
|
+
|
|
892
|
+
SecurityConfiguration?: string;
|
|
893
|
+
|
|
894
|
+
CreationDateTime?: Date;
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
export interface DescribeStepInput {
|
|
898
|
+
ClusterId: string | undefined;
|
|
899
|
+
|
|
900
|
+
StepId: string | undefined;
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
export interface HadoopStepConfig {
|
|
904
|
+
Jar?: string;
|
|
905
|
+
|
|
906
|
+
Properties?: Record<string, string>;
|
|
907
|
+
|
|
908
|
+
MainClass?: string;
|
|
909
|
+
|
|
910
|
+
Args?: string[];
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
export interface FailureDetails {
|
|
914
|
+
Reason?: string;
|
|
915
|
+
|
|
916
|
+
Message?: string;
|
|
917
|
+
|
|
918
|
+
LogFile?: string;
|
|
919
|
+
}
|
|
920
|
+
export declare enum StepState {
|
|
921
|
+
CANCELLED = "CANCELLED",
|
|
922
|
+
CANCEL_PENDING = "CANCEL_PENDING",
|
|
923
|
+
COMPLETED = "COMPLETED",
|
|
924
|
+
FAILED = "FAILED",
|
|
925
|
+
INTERRUPTED = "INTERRUPTED",
|
|
926
|
+
PENDING = "PENDING",
|
|
927
|
+
RUNNING = "RUNNING",
|
|
928
|
+
}
|
|
929
|
+
export declare type StepStateChangeReasonCode = "NONE";
|
|
930
|
+
|
|
931
|
+
export interface StepStateChangeReason {
|
|
932
|
+
Code?: StepStateChangeReasonCode | string;
|
|
933
|
+
|
|
934
|
+
Message?: string;
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
export interface StepTimeline {
|
|
938
|
+
CreationDateTime?: Date;
|
|
939
|
+
|
|
940
|
+
StartDateTime?: Date;
|
|
941
|
+
|
|
942
|
+
EndDateTime?: Date;
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
export interface StepStatus {
|
|
946
|
+
State?: StepState | string;
|
|
947
|
+
|
|
948
|
+
StateChangeReason?: StepStateChangeReason;
|
|
949
|
+
|
|
950
|
+
FailureDetails?: FailureDetails;
|
|
951
|
+
|
|
952
|
+
Timeline?: StepTimeline;
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
export interface Step {
|
|
956
|
+
Id?: string;
|
|
957
|
+
|
|
958
|
+
Name?: string;
|
|
959
|
+
|
|
960
|
+
Config?: HadoopStepConfig;
|
|
961
|
+
|
|
962
|
+
ActionOnFailure?: ActionOnFailure | string;
|
|
963
|
+
|
|
964
|
+
Status?: StepStatus;
|
|
965
|
+
|
|
966
|
+
ExecutionRoleArn?: string;
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
export interface DescribeStepOutput {
|
|
970
|
+
Step?: Step;
|
|
971
|
+
}
|
|
972
|
+
export interface DescribeStudioInput {
|
|
973
|
+
StudioId: string | undefined;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
export interface Studio {
|
|
977
|
+
StudioId?: string;
|
|
978
|
+
|
|
979
|
+
StudioArn?: string;
|
|
980
|
+
|
|
981
|
+
Name?: string;
|
|
982
|
+
|
|
983
|
+
Description?: string;
|
|
984
|
+
|
|
985
|
+
AuthMode?: AuthMode | string;
|
|
986
|
+
|
|
987
|
+
VpcId?: string;
|
|
988
|
+
|
|
989
|
+
SubnetIds?: string[];
|
|
990
|
+
|
|
991
|
+
ServiceRole?: string;
|
|
992
|
+
|
|
993
|
+
UserRole?: string;
|
|
994
|
+
|
|
995
|
+
WorkspaceSecurityGroupId?: string;
|
|
996
|
+
|
|
997
|
+
EngineSecurityGroupId?: string;
|
|
998
|
+
|
|
999
|
+
Url?: string;
|
|
1000
|
+
|
|
1001
|
+
CreationTime?: Date;
|
|
1002
|
+
|
|
1003
|
+
DefaultS3Location?: string;
|
|
1004
|
+
|
|
1005
|
+
IdpAuthUrl?: string;
|
|
1006
|
+
|
|
1007
|
+
IdpRelayStateParameterName?: string;
|
|
1008
|
+
|
|
1009
|
+
Tags?: Tag[];
|
|
1010
|
+
}
|
|
1011
|
+
export interface DescribeStudioOutput {
|
|
1012
|
+
Studio?: Studio;
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
export interface EbsBlockDevice {
|
|
1016
|
+
VolumeSpecification?: VolumeSpecification;
|
|
1017
|
+
|
|
1018
|
+
Device?: string;
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
export interface EbsVolume {
|
|
1022
|
+
Device?: string;
|
|
1023
|
+
|
|
1024
|
+
VolumeId?: string;
|
|
1025
|
+
}
|
|
1026
|
+
export interface GetAutoTerminationPolicyInput {
|
|
1027
|
+
ClusterId: string | undefined;
|
|
1028
|
+
}
|
|
1029
|
+
export interface GetAutoTerminationPolicyOutput {
|
|
1030
|
+
AutoTerminationPolicy?: AutoTerminationPolicy;
|
|
1031
|
+
}
|
|
1032
|
+
export interface GetBlockPublicAccessConfigurationInput {}
|
|
1033
|
+
export interface GetManagedScalingPolicyInput {
|
|
1034
|
+
ClusterId: string | undefined;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
export interface ManagedScalingPolicy {
|
|
1038
|
+
ComputeLimits?: ComputeLimits;
|
|
1039
|
+
}
|
|
1040
|
+
export interface GetManagedScalingPolicyOutput {
|
|
1041
|
+
ManagedScalingPolicy?: ManagedScalingPolicy;
|
|
1042
|
+
}
|
|
1043
|
+
export interface GetStudioSessionMappingInput {
|
|
1044
|
+
StudioId: string | undefined;
|
|
1045
|
+
|
|
1046
|
+
IdentityId?: string;
|
|
1047
|
+
|
|
1048
|
+
IdentityName?: string;
|
|
1049
|
+
|
|
1050
|
+
IdentityType: IdentityType | string | undefined;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
export interface SessionMappingDetail {
|
|
1054
|
+
StudioId?: string;
|
|
1055
|
+
|
|
1056
|
+
IdentityId?: string;
|
|
1057
|
+
|
|
1058
|
+
IdentityName?: string;
|
|
1059
|
+
|
|
1060
|
+
IdentityType?: IdentityType | string;
|
|
1061
|
+
|
|
1062
|
+
SessionPolicyArn?: string;
|
|
1063
|
+
|
|
1064
|
+
CreationTime?: Date;
|
|
1065
|
+
|
|
1066
|
+
LastModifiedTime?: Date;
|
|
1067
|
+
}
|
|
1068
|
+
export interface GetStudioSessionMappingOutput {
|
|
1069
|
+
SessionMapping?: SessionMappingDetail;
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
export interface ListBootstrapActionsInput {
|
|
1073
|
+
ClusterId: string | undefined;
|
|
1074
|
+
|
|
1075
|
+
Marker?: string;
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
export interface ListBootstrapActionsOutput {
|
|
1079
|
+
BootstrapActions?: Command[];
|
|
1080
|
+
|
|
1081
|
+
Marker?: string;
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
export interface ListClustersInput {
|
|
1085
|
+
CreatedAfter?: Date;
|
|
1086
|
+
|
|
1087
|
+
CreatedBefore?: Date;
|
|
1088
|
+
|
|
1089
|
+
ClusterStates?: (ClusterState | string)[];
|
|
1090
|
+
|
|
1091
|
+
Marker?: string;
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
export interface ListClustersOutput {
|
|
1095
|
+
Clusters?: ClusterSummary[];
|
|
1096
|
+
|
|
1097
|
+
Marker?: string;
|
|
1098
|
+
}
|
|
1099
|
+
export interface ListInstanceFleetsInput {
|
|
1100
|
+
ClusterId: string | undefined;
|
|
1101
|
+
|
|
1102
|
+
Marker?: string;
|
|
1103
|
+
}
|
|
1104
|
+
export declare enum InstanceFleetState {
|
|
1105
|
+
BOOTSTRAPPING = "BOOTSTRAPPING",
|
|
1106
|
+
PROVISIONING = "PROVISIONING",
|
|
1107
|
+
RESIZING = "RESIZING",
|
|
1108
|
+
RUNNING = "RUNNING",
|
|
1109
|
+
SUSPENDED = "SUSPENDED",
|
|
1110
|
+
TERMINATED = "TERMINATED",
|
|
1111
|
+
TERMINATING = "TERMINATING",
|
|
1112
|
+
}
|
|
1113
|
+
export declare enum InstanceFleetStateChangeReasonCode {
|
|
1114
|
+
CLUSTER_TERMINATED = "CLUSTER_TERMINATED",
|
|
1115
|
+
INSTANCE_FAILURE = "INSTANCE_FAILURE",
|
|
1116
|
+
INTERNAL_ERROR = "INTERNAL_ERROR",
|
|
1117
|
+
VALIDATION_ERROR = "VALIDATION_ERROR",
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
export interface InstanceFleetStateChangeReason {
|
|
1121
|
+
Code?: InstanceFleetStateChangeReasonCode | string;
|
|
1122
|
+
|
|
1123
|
+
Message?: string;
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1126
|
+
export interface InstanceFleetTimeline {
|
|
1127
|
+
CreationDateTime?: Date;
|
|
1128
|
+
|
|
1129
|
+
ReadyDateTime?: Date;
|
|
1130
|
+
|
|
1131
|
+
EndDateTime?: Date;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
export interface InstanceFleetStatus {
|
|
1135
|
+
State?: InstanceFleetState | string;
|
|
1136
|
+
|
|
1137
|
+
StateChangeReason?: InstanceFleetStateChangeReason;
|
|
1138
|
+
|
|
1139
|
+
Timeline?: InstanceFleetTimeline;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
export interface ListInstanceGroupsInput {
|
|
1143
|
+
ClusterId: string | undefined;
|
|
1144
|
+
|
|
1145
|
+
Marker?: string;
|
|
1146
|
+
}
|
|
1147
|
+
export declare enum InstanceGroupType {
|
|
1148
|
+
CORE = "CORE",
|
|
1149
|
+
MASTER = "MASTER",
|
|
1150
|
+
TASK = "TASK",
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
export interface InstanceResizePolicy {
|
|
1154
|
+
InstancesToTerminate?: string[];
|
|
1155
|
+
|
|
1156
|
+
InstancesToProtect?: string[];
|
|
1157
|
+
|
|
1158
|
+
InstanceTerminationTimeout?: number;
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
export interface ShrinkPolicy {
|
|
1162
|
+
DecommissionTimeout?: number;
|
|
1163
|
+
|
|
1164
|
+
InstanceResizePolicy?: InstanceResizePolicy;
|
|
1165
|
+
}
|
|
1166
|
+
export declare enum InstanceGroupStateChangeReasonCode {
|
|
1167
|
+
CLUSTER_TERMINATED = "CLUSTER_TERMINATED",
|
|
1168
|
+
INSTANCE_FAILURE = "INSTANCE_FAILURE",
|
|
1169
|
+
INTERNAL_ERROR = "INTERNAL_ERROR",
|
|
1170
|
+
VALIDATION_ERROR = "VALIDATION_ERROR",
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1173
|
+
export interface InstanceGroupStateChangeReason {
|
|
1174
|
+
Code?: InstanceGroupStateChangeReasonCode | string;
|
|
1175
|
+
|
|
1176
|
+
Message?: string;
|
|
1177
|
+
}
|
|
1178
|
+
|
|
1179
|
+
export interface InstanceGroupTimeline {
|
|
1180
|
+
CreationDateTime?: Date;
|
|
1181
|
+
|
|
1182
|
+
ReadyDateTime?: Date;
|
|
1183
|
+
|
|
1184
|
+
EndDateTime?: Date;
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1187
|
+
export interface InstanceGroupStatus {
|
|
1188
|
+
State?: InstanceGroupState | string;
|
|
1189
|
+
|
|
1190
|
+
StateChangeReason?: InstanceGroupStateChangeReason;
|
|
1191
|
+
|
|
1192
|
+
Timeline?: InstanceGroupTimeline;
|
|
1193
|
+
}
|
|
1194
|
+
export declare enum InstanceState {
|
|
1195
|
+
AWAITING_FULFILLMENT = "AWAITING_FULFILLMENT",
|
|
1196
|
+
BOOTSTRAPPING = "BOOTSTRAPPING",
|
|
1197
|
+
PROVISIONING = "PROVISIONING",
|
|
1198
|
+
RUNNING = "RUNNING",
|
|
1199
|
+
TERMINATED = "TERMINATED",
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
export interface ListInstancesInput {
|
|
1203
|
+
ClusterId: string | undefined;
|
|
1204
|
+
|
|
1205
|
+
InstanceGroupId?: string;
|
|
1206
|
+
|
|
1207
|
+
InstanceGroupTypes?: (InstanceGroupType | string)[];
|
|
1208
|
+
|
|
1209
|
+
InstanceFleetId?: string;
|
|
1210
|
+
|
|
1211
|
+
InstanceFleetType?: InstanceFleetType | string;
|
|
1212
|
+
|
|
1213
|
+
InstanceStates?: (InstanceState | string)[];
|
|
1214
|
+
|
|
1215
|
+
Marker?: string;
|
|
1216
|
+
}
|
|
1217
|
+
export declare enum InstanceStateChangeReasonCode {
|
|
1218
|
+
BOOTSTRAP_FAILURE = "BOOTSTRAP_FAILURE",
|
|
1219
|
+
CLUSTER_TERMINATED = "CLUSTER_TERMINATED",
|
|
1220
|
+
INSTANCE_FAILURE = "INSTANCE_FAILURE",
|
|
1221
|
+
INTERNAL_ERROR = "INTERNAL_ERROR",
|
|
1222
|
+
VALIDATION_ERROR = "VALIDATION_ERROR",
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
export interface InstanceStateChangeReason {
|
|
1226
|
+
Code?: InstanceStateChangeReasonCode | string;
|
|
1227
|
+
|
|
1228
|
+
Message?: string;
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
export interface InstanceTimeline {
|
|
1232
|
+
CreationDateTime?: Date;
|
|
1233
|
+
|
|
1234
|
+
ReadyDateTime?: Date;
|
|
1235
|
+
|
|
1236
|
+
EndDateTime?: Date;
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1239
|
+
export interface InstanceStatus {
|
|
1240
|
+
State?: InstanceState | string;
|
|
1241
|
+
|
|
1242
|
+
StateChangeReason?: InstanceStateChangeReason;
|
|
1243
|
+
|
|
1244
|
+
Timeline?: InstanceTimeline;
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
export interface Instance {
|
|
1248
|
+
Id?: string;
|
|
1249
|
+
|
|
1250
|
+
Ec2InstanceId?: string;
|
|
1251
|
+
|
|
1252
|
+
PublicDnsName?: string;
|
|
1253
|
+
|
|
1254
|
+
PublicIpAddress?: string;
|
|
1255
|
+
|
|
1256
|
+
PrivateDnsName?: string;
|
|
1257
|
+
|
|
1258
|
+
PrivateIpAddress?: string;
|
|
1259
|
+
|
|
1260
|
+
Status?: InstanceStatus;
|
|
1261
|
+
|
|
1262
|
+
InstanceGroupId?: string;
|
|
1263
|
+
|
|
1264
|
+
InstanceFleetId?: string;
|
|
1265
|
+
|
|
1266
|
+
Market?: MarketType | string;
|
|
1267
|
+
|
|
1268
|
+
InstanceType?: string;
|
|
1269
|
+
|
|
1270
|
+
EbsVolumes?: EbsVolume[];
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
export interface ListInstancesOutput {
|
|
1274
|
+
Instances?: Instance[];
|
|
1275
|
+
|
|
1276
|
+
Marker?: string;
|
|
1277
|
+
}
|
|
1278
|
+
export interface ListNotebookExecutionsInput {
|
|
1279
|
+
EditorId?: string;
|
|
1280
|
+
|
|
1281
|
+
Status?: NotebookExecutionStatus | string;
|
|
1282
|
+
|
|
1283
|
+
From?: Date;
|
|
1284
|
+
|
|
1285
|
+
To?: Date;
|
|
1286
|
+
|
|
1287
|
+
Marker?: string;
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
export interface NotebookExecutionSummary {
|
|
1291
|
+
NotebookExecutionId?: string;
|
|
1292
|
+
|
|
1293
|
+
EditorId?: string;
|
|
1294
|
+
|
|
1295
|
+
NotebookExecutionName?: string;
|
|
1296
|
+
|
|
1297
|
+
Status?: NotebookExecutionStatus | string;
|
|
1298
|
+
|
|
1299
|
+
StartTime?: Date;
|
|
1300
|
+
|
|
1301
|
+
EndTime?: Date;
|
|
1302
|
+
}
|
|
1303
|
+
export interface ListNotebookExecutionsOutput {
|
|
1304
|
+
NotebookExecutions?: NotebookExecutionSummary[];
|
|
1305
|
+
|
|
1306
|
+
Marker?: string;
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1309
|
+
export interface ReleaseLabelFilter {
|
|
1310
|
+
Prefix?: string;
|
|
1311
|
+
|
|
1312
|
+
Application?: string;
|
|
1313
|
+
}
|
|
1314
|
+
export interface ListReleaseLabelsInput {
|
|
1315
|
+
Filters?: ReleaseLabelFilter;
|
|
1316
|
+
|
|
1317
|
+
NextToken?: string;
|
|
1318
|
+
|
|
1319
|
+
MaxResults?: number;
|
|
1320
|
+
}
|
|
1321
|
+
export interface ListReleaseLabelsOutput {
|
|
1322
|
+
ReleaseLabels?: string[];
|
|
1323
|
+
|
|
1324
|
+
NextToken?: string;
|
|
1325
|
+
}
|
|
1326
|
+
export interface ListSecurityConfigurationsInput {
|
|
1327
|
+
Marker?: string;
|
|
1328
|
+
}
|
|
1329
|
+
|
|
1330
|
+
export interface SecurityConfigurationSummary {
|
|
1331
|
+
Name?: string;
|
|
1332
|
+
|
|
1333
|
+
CreationDateTime?: Date;
|
|
1334
|
+
}
|
|
1335
|
+
export interface ListSecurityConfigurationsOutput {
|
|
1336
|
+
SecurityConfigurations?: SecurityConfigurationSummary[];
|
|
1337
|
+
|
|
1338
|
+
Marker?: string;
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1341
|
+
export interface ListStepsInput {
|
|
1342
|
+
ClusterId: string | undefined;
|
|
1343
|
+
|
|
1344
|
+
StepStates?: (StepState | string)[];
|
|
1345
|
+
|
|
1346
|
+
StepIds?: string[];
|
|
1347
|
+
|
|
1348
|
+
Marker?: string;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
export interface StepSummary {
|
|
1352
|
+
Id?: string;
|
|
1353
|
+
|
|
1354
|
+
Name?: string;
|
|
1355
|
+
|
|
1356
|
+
Config?: HadoopStepConfig;
|
|
1357
|
+
|
|
1358
|
+
ActionOnFailure?: ActionOnFailure | string;
|
|
1359
|
+
|
|
1360
|
+
Status?: StepStatus;
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
export interface ListStepsOutput {
|
|
1364
|
+
Steps?: StepSummary[];
|
|
1365
|
+
|
|
1366
|
+
Marker?: string;
|
|
1367
|
+
}
|
|
1368
|
+
export interface ListStudiosInput {
|
|
1369
|
+
Marker?: string;
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
export interface StudioSummary {
|
|
1373
|
+
StudioId?: string;
|
|
1374
|
+
|
|
1375
|
+
Name?: string;
|
|
1376
|
+
|
|
1377
|
+
VpcId?: string;
|
|
1378
|
+
|
|
1379
|
+
Description?: string;
|
|
1380
|
+
|
|
1381
|
+
Url?: string;
|
|
1382
|
+
|
|
1383
|
+
AuthMode?: AuthMode | string;
|
|
1384
|
+
|
|
1385
|
+
CreationTime?: Date;
|
|
1386
|
+
}
|
|
1387
|
+
export interface ListStudiosOutput {
|
|
1388
|
+
Studios?: StudioSummary[];
|
|
1389
|
+
|
|
1390
|
+
Marker?: string;
|
|
1391
|
+
}
|
|
1392
|
+
export interface ListStudioSessionMappingsInput {
|
|
1393
|
+
StudioId?: string;
|
|
1394
|
+
|
|
1395
|
+
IdentityType?: IdentityType | string;
|
|
1396
|
+
|
|
1397
|
+
Marker?: string;
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
export interface SessionMappingSummary {
|
|
1401
|
+
StudioId?: string;
|
|
1402
|
+
|
|
1403
|
+
IdentityId?: string;
|
|
1404
|
+
|
|
1405
|
+
IdentityName?: string;
|
|
1406
|
+
|
|
1407
|
+
IdentityType?: IdentityType | string;
|
|
1408
|
+
|
|
1409
|
+
SessionPolicyArn?: string;
|
|
1410
|
+
|
|
1411
|
+
CreationTime?: Date;
|
|
1412
|
+
}
|
|
1413
|
+
export interface ListStudioSessionMappingsOutput {
|
|
1414
|
+
SessionMappings?: SessionMappingSummary[];
|
|
1415
|
+
|
|
1416
|
+
Marker?: string;
|
|
1417
|
+
}
|
|
1418
|
+
export interface ModifyClusterInput {
|
|
1419
|
+
ClusterId: string | undefined;
|
|
1420
|
+
|
|
1421
|
+
StepConcurrencyLevel?: number;
|
|
1422
|
+
}
|
|
1423
|
+
export interface ModifyClusterOutput {
|
|
1424
|
+
StepConcurrencyLevel?: number;
|
|
1425
|
+
}
|
|
1426
|
+
|
|
1427
|
+
export interface InstanceFleetModifyConfig {
|
|
1428
|
+
InstanceFleetId: string | undefined;
|
|
1429
|
+
|
|
1430
|
+
TargetOnDemandCapacity?: number;
|
|
1431
|
+
|
|
1432
|
+
TargetSpotCapacity?: number;
|
|
1433
|
+
}
|
|
1434
|
+
export interface ModifyInstanceFleetInput {
|
|
1435
|
+
ClusterId: string | undefined;
|
|
1436
|
+
|
|
1437
|
+
InstanceFleet: InstanceFleetModifyConfig | undefined;
|
|
1438
|
+
}
|
|
1439
|
+
export declare enum ReconfigurationType {
|
|
1440
|
+
MERGE = "MERGE",
|
|
1441
|
+
OVERWRITE = "OVERWRITE",
|
|
1442
|
+
}
|
|
1443
|
+
export interface PutAutoScalingPolicyInput {
|
|
1444
|
+
ClusterId: string | undefined;
|
|
1445
|
+
|
|
1446
|
+
InstanceGroupId: string | undefined;
|
|
1447
|
+
|
|
1448
|
+
AutoScalingPolicy: AutoScalingPolicy | undefined;
|
|
1449
|
+
}
|
|
1450
|
+
export interface PutAutoScalingPolicyOutput {
|
|
1451
|
+
ClusterId?: string;
|
|
1452
|
+
|
|
1453
|
+
InstanceGroupId?: string;
|
|
1454
|
+
|
|
1455
|
+
AutoScalingPolicy?: AutoScalingPolicyDescription;
|
|
1456
|
+
|
|
1457
|
+
ClusterArn?: string;
|
|
1458
|
+
}
|
|
1459
|
+
export interface PutAutoTerminationPolicyInput {
|
|
1460
|
+
ClusterId: string | undefined;
|
|
1461
|
+
|
|
1462
|
+
AutoTerminationPolicy?: AutoTerminationPolicy;
|
|
1463
|
+
}
|
|
1464
|
+
export interface PutAutoTerminationPolicyOutput {}
|
|
1465
|
+
export interface PutBlockPublicAccessConfigurationOutput {}
|
|
1466
|
+
export interface PutManagedScalingPolicyInput {
|
|
1467
|
+
ClusterId: string | undefined;
|
|
1468
|
+
|
|
1469
|
+
ManagedScalingPolicy: ManagedScalingPolicy | undefined;
|
|
1470
|
+
}
|
|
1471
|
+
export interface PutManagedScalingPolicyOutput {}
|
|
1472
|
+
export interface RemoveAutoScalingPolicyInput {
|
|
1473
|
+
ClusterId: string | undefined;
|
|
1474
|
+
|
|
1475
|
+
InstanceGroupId: string | undefined;
|
|
1476
|
+
}
|
|
1477
|
+
export interface RemoveAutoScalingPolicyOutput {}
|
|
1478
|
+
export interface RemoveAutoTerminationPolicyInput {
|
|
1479
|
+
ClusterId: string | undefined;
|
|
1480
|
+
}
|
|
1481
|
+
export interface RemoveAutoTerminationPolicyOutput {}
|
|
1482
|
+
export interface RemoveManagedScalingPolicyInput {
|
|
1483
|
+
ClusterId: string | undefined;
|
|
1484
|
+
}
|
|
1485
|
+
export interface RemoveManagedScalingPolicyOutput {}
|
|
1486
|
+
|
|
1487
|
+
export interface RemoveTagsInput {
|
|
1488
|
+
ResourceId: string | undefined;
|
|
1489
|
+
|
|
1490
|
+
TagKeys: string[] | undefined;
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1493
|
+
export interface RemoveTagsOutput {}
|
|
1494
|
+
|
|
1495
|
+
export interface SupportedProductConfig {
|
|
1496
|
+
Name?: string;
|
|
1497
|
+
|
|
1498
|
+
Args?: string[];
|
|
1499
|
+
}
|
|
1500
|
+
|
|
1501
|
+
export interface RunJobFlowOutput {
|
|
1502
|
+
JobFlowId?: string;
|
|
1503
|
+
|
|
1504
|
+
ClusterArn?: string;
|
|
1505
|
+
}
|
|
1506
|
+
|
|
1507
|
+
export interface SetTerminationProtectionInput {
|
|
1508
|
+
JobFlowIds: string[] | undefined;
|
|
1509
|
+
|
|
1510
|
+
TerminationProtected: boolean | undefined;
|
|
1511
|
+
}
|
|
1512
|
+
|
|
1513
|
+
export interface SetVisibleToAllUsersInput {
|
|
1514
|
+
JobFlowIds: string[] | undefined;
|
|
1515
|
+
|
|
1516
|
+
VisibleToAllUsers: boolean | undefined;
|
|
1517
|
+
}
|
|
1518
|
+
export interface StartNotebookExecutionInput {
|
|
1519
|
+
EditorId: string | undefined;
|
|
1520
|
+
|
|
1521
|
+
RelativePath: string | undefined;
|
|
1522
|
+
|
|
1523
|
+
NotebookExecutionName?: string;
|
|
1524
|
+
|
|
1525
|
+
NotebookParams?: string;
|
|
1526
|
+
|
|
1527
|
+
ExecutionEngine: ExecutionEngineConfig | undefined;
|
|
1528
|
+
|
|
1529
|
+
ServiceRole: string | undefined;
|
|
1530
|
+
|
|
1531
|
+
NotebookInstanceSecurityGroupId?: string;
|
|
1532
|
+
|
|
1533
|
+
Tags?: Tag[];
|
|
1534
|
+
}
|
|
1535
|
+
export interface StartNotebookExecutionOutput {
|
|
1536
|
+
NotebookExecutionId?: string;
|
|
1537
|
+
}
|
|
1538
|
+
export interface StopNotebookExecutionInput {
|
|
1539
|
+
NotebookExecutionId: string | undefined;
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
export interface TerminateJobFlowsInput {
|
|
1543
|
+
JobFlowIds: string[] | undefined;
|
|
1544
|
+
}
|
|
1545
|
+
export interface UpdateStudioInput {
|
|
1546
|
+
StudioId: string | undefined;
|
|
1547
|
+
|
|
1548
|
+
Name?: string;
|
|
1549
|
+
|
|
1550
|
+
Description?: string;
|
|
1551
|
+
|
|
1552
|
+
SubnetIds?: string[];
|
|
1553
|
+
|
|
1554
|
+
DefaultS3Location?: string;
|
|
1555
|
+
}
|
|
1556
|
+
export interface UpdateStudioSessionMappingInput {
|
|
1557
|
+
StudioId: string | undefined;
|
|
1558
|
+
|
|
1559
|
+
IdentityId?: string;
|
|
1560
|
+
|
|
1561
|
+
IdentityName?: string;
|
|
1562
|
+
|
|
1563
|
+
IdentityType: IdentityType | string | undefined;
|
|
1564
|
+
|
|
1565
|
+
SessionPolicyArn: string | undefined;
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
export interface Configuration {
|
|
1569
|
+
Classification?: string;
|
|
1570
|
+
|
|
1571
|
+
Configurations?: Configuration[];
|
|
1572
|
+
|
|
1573
|
+
Properties?: Record<string, string>;
|
|
1574
|
+
}
|
|
1575
|
+
|
|
1576
|
+
export interface BlockPublicAccessConfiguration {
|
|
1577
|
+
BlockPublicSecurityGroupRules: boolean | undefined;
|
|
1578
|
+
|
|
1579
|
+
PermittedPublicSecurityGroupRuleRanges?: PortRange[];
|
|
1580
|
+
|
|
1581
|
+
Classification?: string;
|
|
1582
|
+
|
|
1583
|
+
Configurations?: Configuration[];
|
|
1584
|
+
|
|
1585
|
+
Properties?: Record<string, string>;
|
|
1586
|
+
}
|
|
1587
|
+
|
|
1588
|
+
export interface Cluster {
|
|
1589
|
+
Id?: string;
|
|
1590
|
+
|
|
1591
|
+
Name?: string;
|
|
1592
|
+
|
|
1593
|
+
Status?: ClusterStatus;
|
|
1594
|
+
|
|
1595
|
+
Ec2InstanceAttributes?: Ec2InstanceAttributes;
|
|
1596
|
+
|
|
1597
|
+
InstanceCollectionType?: InstanceCollectionType | string;
|
|
1598
|
+
|
|
1599
|
+
LogUri?: string;
|
|
1600
|
+
|
|
1601
|
+
LogEncryptionKmsKeyId?: string;
|
|
1602
|
+
|
|
1603
|
+
RequestedAmiVersion?: string;
|
|
1604
|
+
|
|
1605
|
+
RunningAmiVersion?: string;
|
|
1606
|
+
|
|
1607
|
+
ReleaseLabel?: string;
|
|
1608
|
+
|
|
1609
|
+
AutoTerminate?: boolean;
|
|
1610
|
+
|
|
1611
|
+
TerminationProtected?: boolean;
|
|
1612
|
+
|
|
1613
|
+
VisibleToAllUsers?: boolean;
|
|
1614
|
+
|
|
1615
|
+
Applications?: Application[];
|
|
1616
|
+
|
|
1617
|
+
Tags?: Tag[];
|
|
1618
|
+
|
|
1619
|
+
ServiceRole?: string;
|
|
1620
|
+
|
|
1621
|
+
NormalizedInstanceHours?: number;
|
|
1622
|
+
|
|
1623
|
+
MasterPublicDnsName?: string;
|
|
1624
|
+
|
|
1625
|
+
Configurations?: Configuration[];
|
|
1626
|
+
|
|
1627
|
+
SecurityConfiguration?: string;
|
|
1628
|
+
|
|
1629
|
+
AutoScalingRole?: string;
|
|
1630
|
+
|
|
1631
|
+
ScaleDownBehavior?: ScaleDownBehavior | string;
|
|
1632
|
+
|
|
1633
|
+
CustomAmiId?: string;
|
|
1634
|
+
|
|
1635
|
+
EbsRootVolumeSize?: number;
|
|
1636
|
+
|
|
1637
|
+
RepoUpgradeOnBoot?: RepoUpgradeOnBoot | string;
|
|
1638
|
+
|
|
1639
|
+
KerberosAttributes?: KerberosAttributes;
|
|
1640
|
+
|
|
1641
|
+
ClusterArn?: string;
|
|
1642
|
+
|
|
1643
|
+
OutpostArn?: string;
|
|
1644
|
+
|
|
1645
|
+
StepConcurrencyLevel?: number;
|
|
1646
|
+
|
|
1647
|
+
PlacementGroups?: PlacementGroupConfig[];
|
|
1648
|
+
|
|
1649
|
+
OSReleaseLabel?: string;
|
|
1650
|
+
}
|
|
1651
|
+
|
|
1652
|
+
export interface InstanceGroupConfig {
|
|
1653
|
+
Name?: string;
|
|
1654
|
+
|
|
1655
|
+
Market?: MarketType | string;
|
|
1656
|
+
|
|
1657
|
+
InstanceRole: InstanceRoleType | string | undefined;
|
|
1658
|
+
|
|
1659
|
+
BidPrice?: string;
|
|
1660
|
+
|
|
1661
|
+
InstanceType: string | undefined;
|
|
1662
|
+
|
|
1663
|
+
InstanceCount: number | undefined;
|
|
1664
|
+
|
|
1665
|
+
Configurations?: Configuration[];
|
|
1666
|
+
|
|
1667
|
+
EbsConfiguration?: EbsConfiguration;
|
|
1668
|
+
|
|
1669
|
+
AutoScalingPolicy?: AutoScalingPolicy;
|
|
1670
|
+
|
|
1671
|
+
CustomAmiId?: string;
|
|
1672
|
+
}
|
|
1673
|
+
|
|
1674
|
+
export interface InstanceGroupModifyConfig {
|
|
1675
|
+
InstanceGroupId: string | undefined;
|
|
1676
|
+
|
|
1677
|
+
InstanceCount?: number;
|
|
1678
|
+
|
|
1679
|
+
EC2InstanceIdsToTerminate?: string[];
|
|
1680
|
+
|
|
1681
|
+
ShrinkPolicy?: ShrinkPolicy;
|
|
1682
|
+
|
|
1683
|
+
ReconfigurationType?: ReconfigurationType | string;
|
|
1684
|
+
|
|
1685
|
+
Configurations?: Configuration[];
|
|
1686
|
+
}
|
|
1687
|
+
|
|
1688
|
+
export interface InstanceTypeConfig {
|
|
1689
|
+
InstanceType: string | undefined;
|
|
1690
|
+
|
|
1691
|
+
WeightedCapacity?: number;
|
|
1692
|
+
|
|
1693
|
+
BidPrice?: string;
|
|
1694
|
+
|
|
1695
|
+
BidPriceAsPercentageOfOnDemandPrice?: number;
|
|
1696
|
+
|
|
1697
|
+
EbsConfiguration?: EbsConfiguration;
|
|
1698
|
+
|
|
1699
|
+
Configurations?: Configuration[];
|
|
1700
|
+
|
|
1701
|
+
CustomAmiId?: string;
|
|
1702
|
+
}
|
|
1703
|
+
|
|
1704
|
+
export interface InstanceTypeSpecification {
|
|
1705
|
+
InstanceType?: string;
|
|
1706
|
+
|
|
1707
|
+
WeightedCapacity?: number;
|
|
1708
|
+
|
|
1709
|
+
BidPrice?: string;
|
|
1710
|
+
|
|
1711
|
+
BidPriceAsPercentageOfOnDemandPrice?: number;
|
|
1712
|
+
|
|
1713
|
+
Configurations?: Configuration[];
|
|
1714
|
+
|
|
1715
|
+
EbsBlockDevices?: EbsBlockDevice[];
|
|
1716
|
+
|
|
1717
|
+
EbsOptimized?: boolean;
|
|
1718
|
+
|
|
1719
|
+
CustomAmiId?: string;
|
|
1720
|
+
}
|
|
1721
|
+
|
|
1722
|
+
export interface DescribeClusterOutput {
|
|
1723
|
+
Cluster?: Cluster;
|
|
1724
|
+
}
|
|
1725
|
+
export interface GetBlockPublicAccessConfigurationOutput {
|
|
1726
|
+
BlockPublicAccessConfiguration: BlockPublicAccessConfiguration | undefined;
|
|
1727
|
+
|
|
1728
|
+
BlockPublicAccessConfigurationMetadata:
|
|
1729
|
+
| BlockPublicAccessConfigurationMetadata
|
|
1730
|
+
| undefined;
|
|
1731
|
+
}
|
|
1732
|
+
export interface PutBlockPublicAccessConfigurationInput {
|
|
1733
|
+
BlockPublicAccessConfiguration: BlockPublicAccessConfiguration | undefined;
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1736
|
+
export interface AddInstanceGroupsInput {
|
|
1737
|
+
InstanceGroups: InstanceGroupConfig[] | undefined;
|
|
1738
|
+
|
|
1739
|
+
JobFlowId: string | undefined;
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
export interface InstanceFleet {
|
|
1743
|
+
Id?: string;
|
|
1744
|
+
|
|
1745
|
+
Name?: string;
|
|
1746
|
+
|
|
1747
|
+
Status?: InstanceFleetStatus;
|
|
1748
|
+
|
|
1749
|
+
InstanceFleetType?: InstanceFleetType | string;
|
|
1750
|
+
|
|
1751
|
+
TargetOnDemandCapacity?: number;
|
|
1752
|
+
|
|
1753
|
+
TargetSpotCapacity?: number;
|
|
1754
|
+
|
|
1755
|
+
ProvisionedOnDemandCapacity?: number;
|
|
1756
|
+
|
|
1757
|
+
ProvisionedSpotCapacity?: number;
|
|
1758
|
+
|
|
1759
|
+
InstanceTypeSpecifications?: InstanceTypeSpecification[];
|
|
1760
|
+
|
|
1761
|
+
LaunchSpecifications?: InstanceFleetProvisioningSpecifications;
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1764
|
+
export interface InstanceFleetConfig {
|
|
1765
|
+
Name?: string;
|
|
1766
|
+
|
|
1767
|
+
InstanceFleetType: InstanceFleetType | string | undefined;
|
|
1768
|
+
|
|
1769
|
+
TargetOnDemandCapacity?: number;
|
|
1770
|
+
|
|
1771
|
+
TargetSpotCapacity?: number;
|
|
1772
|
+
|
|
1773
|
+
InstanceTypeConfigs?: InstanceTypeConfig[];
|
|
1774
|
+
|
|
1775
|
+
LaunchSpecifications?: InstanceFleetProvisioningSpecifications;
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1778
|
+
export interface ModifyInstanceGroupsInput {
|
|
1779
|
+
ClusterId?: string;
|
|
1780
|
+
|
|
1781
|
+
InstanceGroups?: InstanceGroupModifyConfig[];
|
|
1782
|
+
}
|
|
1783
|
+
export interface AddInstanceFleetInput {
|
|
1784
|
+
ClusterId: string | undefined;
|
|
1785
|
+
|
|
1786
|
+
InstanceFleet: InstanceFleetConfig | undefined;
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1789
|
+
export interface InstanceGroup {
|
|
1790
|
+
Id?: string;
|
|
1791
|
+
|
|
1792
|
+
Name?: string;
|
|
1793
|
+
|
|
1794
|
+
Market?: MarketType | string;
|
|
1795
|
+
|
|
1796
|
+
InstanceGroupType?: InstanceGroupType | string;
|
|
1797
|
+
|
|
1798
|
+
BidPrice?: string;
|
|
1799
|
+
|
|
1800
|
+
InstanceType?: string;
|
|
1801
|
+
|
|
1802
|
+
RequestedInstanceCount?: number;
|
|
1803
|
+
|
|
1804
|
+
RunningInstanceCount?: number;
|
|
1805
|
+
|
|
1806
|
+
Status?: InstanceGroupStatus;
|
|
1807
|
+
|
|
1808
|
+
Configurations?: Configuration[];
|
|
1809
|
+
|
|
1810
|
+
ConfigurationsVersion?: number;
|
|
1811
|
+
|
|
1812
|
+
LastSuccessfullyAppliedConfigurations?: Configuration[];
|
|
1813
|
+
|
|
1814
|
+
LastSuccessfullyAppliedConfigurationsVersion?: number;
|
|
1815
|
+
|
|
1816
|
+
EbsBlockDevices?: EbsBlockDevice[];
|
|
1817
|
+
|
|
1818
|
+
EbsOptimized?: boolean;
|
|
1819
|
+
|
|
1820
|
+
ShrinkPolicy?: ShrinkPolicy;
|
|
1821
|
+
|
|
1822
|
+
AutoScalingPolicy?: AutoScalingPolicyDescription;
|
|
1823
|
+
|
|
1824
|
+
CustomAmiId?: string;
|
|
1825
|
+
}
|
|
1826
|
+
export interface ListInstanceFleetsOutput {
|
|
1827
|
+
InstanceFleets?: InstanceFleet[];
|
|
1828
|
+
|
|
1829
|
+
Marker?: string;
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1832
|
+
export interface ListInstanceGroupsOutput {
|
|
1833
|
+
InstanceGroups?: InstanceGroup[];
|
|
1834
|
+
|
|
1835
|
+
Marker?: string;
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
export interface JobFlowInstancesConfig {
|
|
1839
|
+
MasterInstanceType?: string;
|
|
1840
|
+
|
|
1841
|
+
SlaveInstanceType?: string;
|
|
1842
|
+
|
|
1843
|
+
InstanceCount?: number;
|
|
1844
|
+
|
|
1845
|
+
InstanceGroups?: InstanceGroupConfig[];
|
|
1846
|
+
|
|
1847
|
+
InstanceFleets?: InstanceFleetConfig[];
|
|
1848
|
+
|
|
1849
|
+
Ec2KeyName?: string;
|
|
1850
|
+
|
|
1851
|
+
Placement?: PlacementType;
|
|
1852
|
+
|
|
1853
|
+
KeepJobFlowAliveWhenNoSteps?: boolean;
|
|
1854
|
+
|
|
1855
|
+
TerminationProtected?: boolean;
|
|
1856
|
+
|
|
1857
|
+
HadoopVersion?: string;
|
|
1858
|
+
|
|
1859
|
+
Ec2SubnetId?: string;
|
|
1860
|
+
|
|
1861
|
+
Ec2SubnetIds?: string[];
|
|
1862
|
+
|
|
1863
|
+
EmrManagedMasterSecurityGroup?: string;
|
|
1864
|
+
|
|
1865
|
+
EmrManagedSlaveSecurityGroup?: string;
|
|
1866
|
+
|
|
1867
|
+
ServiceAccessSecurityGroup?: string;
|
|
1868
|
+
|
|
1869
|
+
AdditionalMasterSecurityGroups?: string[];
|
|
1870
|
+
|
|
1871
|
+
AdditionalSlaveSecurityGroups?: string[];
|
|
1872
|
+
}
|
|
1873
|
+
|
|
1874
|
+
export interface RunJobFlowInput {
|
|
1875
|
+
Name: string | undefined;
|
|
1876
|
+
|
|
1877
|
+
LogUri?: string;
|
|
1878
|
+
|
|
1879
|
+
LogEncryptionKmsKeyId?: string;
|
|
1880
|
+
|
|
1881
|
+
AdditionalInfo?: string;
|
|
1882
|
+
|
|
1883
|
+
AmiVersion?: string;
|
|
1884
|
+
|
|
1885
|
+
ReleaseLabel?: string;
|
|
1886
|
+
|
|
1887
|
+
Instances: JobFlowInstancesConfig | undefined;
|
|
1888
|
+
|
|
1889
|
+
Steps?: StepConfig[];
|
|
1890
|
+
|
|
1891
|
+
BootstrapActions?: BootstrapActionConfig[];
|
|
1892
|
+
|
|
1893
|
+
SupportedProducts?: string[];
|
|
1894
|
+
|
|
1895
|
+
NewSupportedProducts?: SupportedProductConfig[];
|
|
1896
|
+
|
|
1897
|
+
Applications?: Application[];
|
|
1898
|
+
|
|
1899
|
+
Configurations?: Configuration[];
|
|
1900
|
+
|
|
1901
|
+
VisibleToAllUsers?: boolean;
|
|
1902
|
+
|
|
1903
|
+
JobFlowRole?: string;
|
|
1904
|
+
|
|
1905
|
+
ServiceRole?: string;
|
|
1906
|
+
|
|
1907
|
+
Tags?: Tag[];
|
|
1908
|
+
|
|
1909
|
+
SecurityConfiguration?: string;
|
|
1910
|
+
|
|
1911
|
+
AutoScalingRole?: string;
|
|
1912
|
+
|
|
1913
|
+
ScaleDownBehavior?: ScaleDownBehavior | string;
|
|
1914
|
+
|
|
1915
|
+
CustomAmiId?: string;
|
|
1916
|
+
|
|
1917
|
+
EbsRootVolumeSize?: number;
|
|
1918
|
+
|
|
1919
|
+
RepoUpgradeOnBoot?: RepoUpgradeOnBoot | string;
|
|
1920
|
+
|
|
1921
|
+
KerberosAttributes?: KerberosAttributes;
|
|
1922
|
+
|
|
1923
|
+
StepConcurrencyLevel?: number;
|
|
1924
|
+
|
|
1925
|
+
ManagedScalingPolicy?: ManagedScalingPolicy;
|
|
1926
|
+
|
|
1927
|
+
PlacementGroupConfigs?: PlacementGroupConfig[];
|
|
1928
|
+
|
|
1929
|
+
AutoTerminationPolicy?: AutoTerminationPolicy;
|
|
1930
|
+
|
|
1931
|
+
OSReleaseLabel?: string;
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
export declare const VolumeSpecificationFilterSensitiveLog: (
|
|
1935
|
+
obj: VolumeSpecification
|
|
1936
|
+
) => any;
|
|
1937
|
+
|
|
1938
|
+
export declare const EbsBlockDeviceConfigFilterSensitiveLog: (
|
|
1939
|
+
obj: EbsBlockDeviceConfig
|
|
1940
|
+
) => any;
|
|
1941
|
+
|
|
1942
|
+
export declare const EbsConfigurationFilterSensitiveLog: (
|
|
1943
|
+
obj: EbsConfiguration
|
|
1944
|
+
) => any;
|
|
1945
|
+
|
|
1946
|
+
export declare const OnDemandCapacityReservationOptionsFilterSensitiveLog: (
|
|
1947
|
+
obj: OnDemandCapacityReservationOptions
|
|
1948
|
+
) => any;
|
|
1949
|
+
|
|
1950
|
+
export declare const OnDemandProvisioningSpecificationFilterSensitiveLog: (
|
|
1951
|
+
obj: OnDemandProvisioningSpecification
|
|
1952
|
+
) => any;
|
|
1953
|
+
|
|
1954
|
+
export declare const SpotProvisioningSpecificationFilterSensitiveLog: (
|
|
1955
|
+
obj: SpotProvisioningSpecification
|
|
1956
|
+
) => any;
|
|
1957
|
+
|
|
1958
|
+
export declare const InstanceFleetProvisioningSpecificationsFilterSensitiveLog: (
|
|
1959
|
+
obj: InstanceFleetProvisioningSpecifications
|
|
1960
|
+
) => any;
|
|
1961
|
+
|
|
1962
|
+
export declare const AddInstanceFleetOutputFilterSensitiveLog: (
|
|
1963
|
+
obj: AddInstanceFleetOutput
|
|
1964
|
+
) => any;
|
|
1965
|
+
|
|
1966
|
+
export declare const ScalingConstraintsFilterSensitiveLog: (
|
|
1967
|
+
obj: ScalingConstraints
|
|
1968
|
+
) => any;
|
|
1969
|
+
|
|
1970
|
+
export declare const SimpleScalingPolicyConfigurationFilterSensitiveLog: (
|
|
1971
|
+
obj: SimpleScalingPolicyConfiguration
|
|
1972
|
+
) => any;
|
|
1973
|
+
|
|
1974
|
+
export declare const ScalingActionFilterSensitiveLog: (
|
|
1975
|
+
obj: ScalingAction
|
|
1976
|
+
) => any;
|
|
1977
|
+
|
|
1978
|
+
export declare const MetricDimensionFilterSensitiveLog: (
|
|
1979
|
+
obj: MetricDimension
|
|
1980
|
+
) => any;
|
|
1981
|
+
|
|
1982
|
+
export declare const CloudWatchAlarmDefinitionFilterSensitiveLog: (
|
|
1983
|
+
obj: CloudWatchAlarmDefinition
|
|
1984
|
+
) => any;
|
|
1985
|
+
|
|
1986
|
+
export declare const ScalingTriggerFilterSensitiveLog: (
|
|
1987
|
+
obj: ScalingTrigger
|
|
1988
|
+
) => any;
|
|
1989
|
+
|
|
1990
|
+
export declare const ScalingRuleFilterSensitiveLog: (obj: ScalingRule) => any;
|
|
1991
|
+
|
|
1992
|
+
export declare const AutoScalingPolicyFilterSensitiveLog: (
|
|
1993
|
+
obj: AutoScalingPolicy
|
|
1994
|
+
) => any;
|
|
1995
|
+
|
|
1996
|
+
export declare const AddInstanceGroupsOutputFilterSensitiveLog: (
|
|
1997
|
+
obj: AddInstanceGroupsOutput
|
|
1998
|
+
) => any;
|
|
1999
|
+
|
|
2000
|
+
export declare const KeyValueFilterSensitiveLog: (obj: KeyValue) => any;
|
|
2001
|
+
|
|
2002
|
+
export declare const HadoopJarStepConfigFilterSensitiveLog: (
|
|
2003
|
+
obj: HadoopJarStepConfig
|
|
2004
|
+
) => any;
|
|
2005
|
+
|
|
2006
|
+
export declare const StepConfigFilterSensitiveLog: (obj: StepConfig) => any;
|
|
2007
|
+
|
|
2008
|
+
export declare const AddJobFlowStepsInputFilterSensitiveLog: (
|
|
2009
|
+
obj: AddJobFlowStepsInput
|
|
2010
|
+
) => any;
|
|
2011
|
+
|
|
2012
|
+
export declare const AddJobFlowStepsOutputFilterSensitiveLog: (
|
|
2013
|
+
obj: AddJobFlowStepsOutput
|
|
2014
|
+
) => any;
|
|
2015
|
+
|
|
2016
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2017
|
+
|
|
2018
|
+
export declare const AddTagsInputFilterSensitiveLog: (obj: AddTagsInput) => any;
|
|
2019
|
+
|
|
2020
|
+
export declare const AddTagsOutputFilterSensitiveLog: (
|
|
2021
|
+
obj: AddTagsOutput
|
|
2022
|
+
) => any;
|
|
2023
|
+
|
|
2024
|
+
export declare const ApplicationFilterSensitiveLog: (obj: Application) => any;
|
|
2025
|
+
|
|
2026
|
+
export declare const AutoScalingPolicyStateChangeReasonFilterSensitiveLog: (
|
|
2027
|
+
obj: AutoScalingPolicyStateChangeReason
|
|
2028
|
+
) => any;
|
|
2029
|
+
|
|
2030
|
+
export declare const AutoScalingPolicyStatusFilterSensitiveLog: (
|
|
2031
|
+
obj: AutoScalingPolicyStatus
|
|
2032
|
+
) => any;
|
|
2033
|
+
|
|
2034
|
+
export declare const AutoScalingPolicyDescriptionFilterSensitiveLog: (
|
|
2035
|
+
obj: AutoScalingPolicyDescription
|
|
2036
|
+
) => any;
|
|
2037
|
+
|
|
2038
|
+
export declare const AutoTerminationPolicyFilterSensitiveLog: (
|
|
2039
|
+
obj: AutoTerminationPolicy
|
|
2040
|
+
) => any;
|
|
2041
|
+
|
|
2042
|
+
export declare const PortRangeFilterSensitiveLog: (obj: PortRange) => any;
|
|
2043
|
+
|
|
2044
|
+
export declare const BlockPublicAccessConfigurationMetadataFilterSensitiveLog: (
|
|
2045
|
+
obj: BlockPublicAccessConfigurationMetadata
|
|
2046
|
+
) => any;
|
|
2047
|
+
|
|
2048
|
+
export declare const ScriptBootstrapActionConfigFilterSensitiveLog: (
|
|
2049
|
+
obj: ScriptBootstrapActionConfig
|
|
2050
|
+
) => any;
|
|
2051
|
+
|
|
2052
|
+
export declare const BootstrapActionConfigFilterSensitiveLog: (
|
|
2053
|
+
obj: BootstrapActionConfig
|
|
2054
|
+
) => any;
|
|
2055
|
+
|
|
2056
|
+
export declare const BootstrapActionDetailFilterSensitiveLog: (
|
|
2057
|
+
obj: BootstrapActionDetail
|
|
2058
|
+
) => any;
|
|
2059
|
+
|
|
2060
|
+
export declare const CancelStepsInputFilterSensitiveLog: (
|
|
2061
|
+
obj: CancelStepsInput
|
|
2062
|
+
) => any;
|
|
2063
|
+
|
|
2064
|
+
export declare const CancelStepsInfoFilterSensitiveLog: (
|
|
2065
|
+
obj: CancelStepsInfo
|
|
2066
|
+
) => any;
|
|
2067
|
+
|
|
2068
|
+
export declare const CancelStepsOutputFilterSensitiveLog: (
|
|
2069
|
+
obj: CancelStepsOutput
|
|
2070
|
+
) => any;
|
|
2071
|
+
|
|
2072
|
+
export declare const Ec2InstanceAttributesFilterSensitiveLog: (
|
|
2073
|
+
obj: Ec2InstanceAttributes
|
|
2074
|
+
) => any;
|
|
2075
|
+
|
|
2076
|
+
export declare const KerberosAttributesFilterSensitiveLog: (
|
|
2077
|
+
obj: KerberosAttributes
|
|
2078
|
+
) => any;
|
|
2079
|
+
|
|
2080
|
+
export declare const PlacementGroupConfigFilterSensitiveLog: (
|
|
2081
|
+
obj: PlacementGroupConfig
|
|
2082
|
+
) => any;
|
|
2083
|
+
|
|
2084
|
+
export declare const ClusterStateChangeReasonFilterSensitiveLog: (
|
|
2085
|
+
obj: ClusterStateChangeReason
|
|
2086
|
+
) => any;
|
|
2087
|
+
|
|
2088
|
+
export declare const ClusterTimelineFilterSensitiveLog: (
|
|
2089
|
+
obj: ClusterTimeline
|
|
2090
|
+
) => any;
|
|
2091
|
+
|
|
2092
|
+
export declare const ClusterStatusFilterSensitiveLog: (
|
|
2093
|
+
obj: ClusterStatus
|
|
2094
|
+
) => any;
|
|
2095
|
+
|
|
2096
|
+
export declare const ClusterSummaryFilterSensitiveLog: (
|
|
2097
|
+
obj: ClusterSummary
|
|
2098
|
+
) => any;
|
|
2099
|
+
|
|
2100
|
+
export declare const CommandFilterSensitiveLog: (obj: Command) => any;
|
|
2101
|
+
|
|
2102
|
+
export declare const ComputeLimitsFilterSensitiveLog: (
|
|
2103
|
+
obj: ComputeLimits
|
|
2104
|
+
) => any;
|
|
2105
|
+
|
|
2106
|
+
export declare const CreateSecurityConfigurationInputFilterSensitiveLog: (
|
|
2107
|
+
obj: CreateSecurityConfigurationInput
|
|
2108
|
+
) => any;
|
|
2109
|
+
|
|
2110
|
+
export declare const CreateSecurityConfigurationOutputFilterSensitiveLog: (
|
|
2111
|
+
obj: CreateSecurityConfigurationOutput
|
|
2112
|
+
) => any;
|
|
2113
|
+
|
|
2114
|
+
export declare const CreateStudioInputFilterSensitiveLog: (
|
|
2115
|
+
obj: CreateStudioInput
|
|
2116
|
+
) => any;
|
|
2117
|
+
|
|
2118
|
+
export declare const CreateStudioOutputFilterSensitiveLog: (
|
|
2119
|
+
obj: CreateStudioOutput
|
|
2120
|
+
) => any;
|
|
2121
|
+
|
|
2122
|
+
export declare const CreateStudioSessionMappingInputFilterSensitiveLog: (
|
|
2123
|
+
obj: CreateStudioSessionMappingInput
|
|
2124
|
+
) => any;
|
|
2125
|
+
|
|
2126
|
+
export declare const DeleteSecurityConfigurationInputFilterSensitiveLog: (
|
|
2127
|
+
obj: DeleteSecurityConfigurationInput
|
|
2128
|
+
) => any;
|
|
2129
|
+
|
|
2130
|
+
export declare const DeleteSecurityConfigurationOutputFilterSensitiveLog: (
|
|
2131
|
+
obj: DeleteSecurityConfigurationOutput
|
|
2132
|
+
) => any;
|
|
2133
|
+
|
|
2134
|
+
export declare const DeleteStudioInputFilterSensitiveLog: (
|
|
2135
|
+
obj: DeleteStudioInput
|
|
2136
|
+
) => any;
|
|
2137
|
+
|
|
2138
|
+
export declare const DeleteStudioSessionMappingInputFilterSensitiveLog: (
|
|
2139
|
+
obj: DeleteStudioSessionMappingInput
|
|
2140
|
+
) => any;
|
|
2141
|
+
|
|
2142
|
+
export declare const DescribeClusterInputFilterSensitiveLog: (
|
|
2143
|
+
obj: DescribeClusterInput
|
|
2144
|
+
) => any;
|
|
2145
|
+
|
|
2146
|
+
export declare const DescribeJobFlowsInputFilterSensitiveLog: (
|
|
2147
|
+
obj: DescribeJobFlowsInput
|
|
2148
|
+
) => any;
|
|
2149
|
+
|
|
2150
|
+
export declare const JobFlowExecutionStatusDetailFilterSensitiveLog: (
|
|
2151
|
+
obj: JobFlowExecutionStatusDetail
|
|
2152
|
+
) => any;
|
|
2153
|
+
|
|
2154
|
+
export declare const InstanceGroupDetailFilterSensitiveLog: (
|
|
2155
|
+
obj: InstanceGroupDetail
|
|
2156
|
+
) => any;
|
|
2157
|
+
|
|
2158
|
+
export declare const PlacementTypeFilterSensitiveLog: (
|
|
2159
|
+
obj: PlacementType
|
|
2160
|
+
) => any;
|
|
2161
|
+
|
|
2162
|
+
export declare const JobFlowInstancesDetailFilterSensitiveLog: (
|
|
2163
|
+
obj: JobFlowInstancesDetail
|
|
2164
|
+
) => any;
|
|
2165
|
+
|
|
2166
|
+
export declare const StepExecutionStatusDetailFilterSensitiveLog: (
|
|
2167
|
+
obj: StepExecutionStatusDetail
|
|
2168
|
+
) => any;
|
|
2169
|
+
|
|
2170
|
+
export declare const StepDetailFilterSensitiveLog: (obj: StepDetail) => any;
|
|
2171
|
+
|
|
2172
|
+
export declare const JobFlowDetailFilterSensitiveLog: (
|
|
2173
|
+
obj: JobFlowDetail
|
|
2174
|
+
) => any;
|
|
2175
|
+
|
|
2176
|
+
export declare const DescribeJobFlowsOutputFilterSensitiveLog: (
|
|
2177
|
+
obj: DescribeJobFlowsOutput
|
|
2178
|
+
) => any;
|
|
2179
|
+
|
|
2180
|
+
export declare const DescribeNotebookExecutionInputFilterSensitiveLog: (
|
|
2181
|
+
obj: DescribeNotebookExecutionInput
|
|
2182
|
+
) => any;
|
|
2183
|
+
|
|
2184
|
+
export declare const ExecutionEngineConfigFilterSensitiveLog: (
|
|
2185
|
+
obj: ExecutionEngineConfig
|
|
2186
|
+
) => any;
|
|
2187
|
+
|
|
2188
|
+
export declare const NotebookExecutionFilterSensitiveLog: (
|
|
2189
|
+
obj: NotebookExecution
|
|
2190
|
+
) => any;
|
|
2191
|
+
|
|
2192
|
+
export declare const DescribeNotebookExecutionOutputFilterSensitiveLog: (
|
|
2193
|
+
obj: DescribeNotebookExecutionOutput
|
|
2194
|
+
) => any;
|
|
2195
|
+
|
|
2196
|
+
export declare const DescribeReleaseLabelInputFilterSensitiveLog: (
|
|
2197
|
+
obj: DescribeReleaseLabelInput
|
|
2198
|
+
) => any;
|
|
2199
|
+
|
|
2200
|
+
export declare const SimplifiedApplicationFilterSensitiveLog: (
|
|
2201
|
+
obj: SimplifiedApplication
|
|
2202
|
+
) => any;
|
|
2203
|
+
|
|
2204
|
+
export declare const OSReleaseFilterSensitiveLog: (obj: OSRelease) => any;
|
|
2205
|
+
|
|
2206
|
+
export declare const DescribeReleaseLabelOutputFilterSensitiveLog: (
|
|
2207
|
+
obj: DescribeReleaseLabelOutput
|
|
2208
|
+
) => any;
|
|
2209
|
+
|
|
2210
|
+
export declare const DescribeSecurityConfigurationInputFilterSensitiveLog: (
|
|
2211
|
+
obj: DescribeSecurityConfigurationInput
|
|
2212
|
+
) => any;
|
|
2213
|
+
|
|
2214
|
+
export declare const DescribeSecurityConfigurationOutputFilterSensitiveLog: (
|
|
2215
|
+
obj: DescribeSecurityConfigurationOutput
|
|
2216
|
+
) => any;
|
|
2217
|
+
|
|
2218
|
+
export declare const DescribeStepInputFilterSensitiveLog: (
|
|
2219
|
+
obj: DescribeStepInput
|
|
2220
|
+
) => any;
|
|
2221
|
+
|
|
2222
|
+
export declare const HadoopStepConfigFilterSensitiveLog: (
|
|
2223
|
+
obj: HadoopStepConfig
|
|
2224
|
+
) => any;
|
|
2225
|
+
|
|
2226
|
+
export declare const FailureDetailsFilterSensitiveLog: (
|
|
2227
|
+
obj: FailureDetails
|
|
2228
|
+
) => any;
|
|
2229
|
+
|
|
2230
|
+
export declare const StepStateChangeReasonFilterSensitiveLog: (
|
|
2231
|
+
obj: StepStateChangeReason
|
|
2232
|
+
) => any;
|
|
2233
|
+
|
|
2234
|
+
export declare const StepTimelineFilterSensitiveLog: (obj: StepTimeline) => any;
|
|
2235
|
+
|
|
2236
|
+
export declare const StepStatusFilterSensitiveLog: (obj: StepStatus) => any;
|
|
2237
|
+
|
|
2238
|
+
export declare const StepFilterSensitiveLog: (obj: Step) => any;
|
|
2239
|
+
|
|
2240
|
+
export declare const DescribeStepOutputFilterSensitiveLog: (
|
|
2241
|
+
obj: DescribeStepOutput
|
|
2242
|
+
) => any;
|
|
2243
|
+
|
|
2244
|
+
export declare const DescribeStudioInputFilterSensitiveLog: (
|
|
2245
|
+
obj: DescribeStudioInput
|
|
2246
|
+
) => any;
|
|
2247
|
+
|
|
2248
|
+
export declare const StudioFilterSensitiveLog: (obj: Studio) => any;
|
|
2249
|
+
|
|
2250
|
+
export declare const DescribeStudioOutputFilterSensitiveLog: (
|
|
2251
|
+
obj: DescribeStudioOutput
|
|
2252
|
+
) => any;
|
|
2253
|
+
|
|
2254
|
+
export declare const EbsBlockDeviceFilterSensitiveLog: (
|
|
2255
|
+
obj: EbsBlockDevice
|
|
2256
|
+
) => any;
|
|
2257
|
+
|
|
2258
|
+
export declare const EbsVolumeFilterSensitiveLog: (obj: EbsVolume) => any;
|
|
2259
|
+
|
|
2260
|
+
export declare const GetAutoTerminationPolicyInputFilterSensitiveLog: (
|
|
2261
|
+
obj: GetAutoTerminationPolicyInput
|
|
2262
|
+
) => any;
|
|
2263
|
+
|
|
2264
|
+
export declare const GetAutoTerminationPolicyOutputFilterSensitiveLog: (
|
|
2265
|
+
obj: GetAutoTerminationPolicyOutput
|
|
2266
|
+
) => any;
|
|
2267
|
+
|
|
2268
|
+
export declare const GetBlockPublicAccessConfigurationInputFilterSensitiveLog: (
|
|
2269
|
+
obj: GetBlockPublicAccessConfigurationInput
|
|
2270
|
+
) => any;
|
|
2271
|
+
|
|
2272
|
+
export declare const GetManagedScalingPolicyInputFilterSensitiveLog: (
|
|
2273
|
+
obj: GetManagedScalingPolicyInput
|
|
2274
|
+
) => any;
|
|
2275
|
+
|
|
2276
|
+
export declare const ManagedScalingPolicyFilterSensitiveLog: (
|
|
2277
|
+
obj: ManagedScalingPolicy
|
|
2278
|
+
) => any;
|
|
2279
|
+
|
|
2280
|
+
export declare const GetManagedScalingPolicyOutputFilterSensitiveLog: (
|
|
2281
|
+
obj: GetManagedScalingPolicyOutput
|
|
2282
|
+
) => any;
|
|
2283
|
+
|
|
2284
|
+
export declare const GetStudioSessionMappingInputFilterSensitiveLog: (
|
|
2285
|
+
obj: GetStudioSessionMappingInput
|
|
2286
|
+
) => any;
|
|
2287
|
+
|
|
2288
|
+
export declare const SessionMappingDetailFilterSensitiveLog: (
|
|
2289
|
+
obj: SessionMappingDetail
|
|
2290
|
+
) => any;
|
|
2291
|
+
|
|
2292
|
+
export declare const GetStudioSessionMappingOutputFilterSensitiveLog: (
|
|
2293
|
+
obj: GetStudioSessionMappingOutput
|
|
2294
|
+
) => any;
|
|
2295
|
+
|
|
2296
|
+
export declare const ListBootstrapActionsInputFilterSensitiveLog: (
|
|
2297
|
+
obj: ListBootstrapActionsInput
|
|
2298
|
+
) => any;
|
|
2299
|
+
|
|
2300
|
+
export declare const ListBootstrapActionsOutputFilterSensitiveLog: (
|
|
2301
|
+
obj: ListBootstrapActionsOutput
|
|
2302
|
+
) => any;
|
|
2303
|
+
|
|
2304
|
+
export declare const ListClustersInputFilterSensitiveLog: (
|
|
2305
|
+
obj: ListClustersInput
|
|
2306
|
+
) => any;
|
|
2307
|
+
|
|
2308
|
+
export declare const ListClustersOutputFilterSensitiveLog: (
|
|
2309
|
+
obj: ListClustersOutput
|
|
2310
|
+
) => any;
|
|
2311
|
+
|
|
2312
|
+
export declare const ListInstanceFleetsInputFilterSensitiveLog: (
|
|
2313
|
+
obj: ListInstanceFleetsInput
|
|
2314
|
+
) => any;
|
|
2315
|
+
|
|
2316
|
+
export declare const InstanceFleetStateChangeReasonFilterSensitiveLog: (
|
|
2317
|
+
obj: InstanceFleetStateChangeReason
|
|
2318
|
+
) => any;
|
|
2319
|
+
|
|
2320
|
+
export declare const InstanceFleetTimelineFilterSensitiveLog: (
|
|
2321
|
+
obj: InstanceFleetTimeline
|
|
2322
|
+
) => any;
|
|
2323
|
+
|
|
2324
|
+
export declare const InstanceFleetStatusFilterSensitiveLog: (
|
|
2325
|
+
obj: InstanceFleetStatus
|
|
2326
|
+
) => any;
|
|
2327
|
+
|
|
2328
|
+
export declare const ListInstanceGroupsInputFilterSensitiveLog: (
|
|
2329
|
+
obj: ListInstanceGroupsInput
|
|
2330
|
+
) => any;
|
|
2331
|
+
|
|
2332
|
+
export declare const InstanceResizePolicyFilterSensitiveLog: (
|
|
2333
|
+
obj: InstanceResizePolicy
|
|
2334
|
+
) => any;
|
|
2335
|
+
|
|
2336
|
+
export declare const ShrinkPolicyFilterSensitiveLog: (obj: ShrinkPolicy) => any;
|
|
2337
|
+
|
|
2338
|
+
export declare const InstanceGroupStateChangeReasonFilterSensitiveLog: (
|
|
2339
|
+
obj: InstanceGroupStateChangeReason
|
|
2340
|
+
) => any;
|
|
2341
|
+
|
|
2342
|
+
export declare const InstanceGroupTimelineFilterSensitiveLog: (
|
|
2343
|
+
obj: InstanceGroupTimeline
|
|
2344
|
+
) => any;
|
|
2345
|
+
|
|
2346
|
+
export declare const InstanceGroupStatusFilterSensitiveLog: (
|
|
2347
|
+
obj: InstanceGroupStatus
|
|
2348
|
+
) => any;
|
|
2349
|
+
|
|
2350
|
+
export declare const ListInstancesInputFilterSensitiveLog: (
|
|
2351
|
+
obj: ListInstancesInput
|
|
2352
|
+
) => any;
|
|
2353
|
+
|
|
2354
|
+
export declare const InstanceStateChangeReasonFilterSensitiveLog: (
|
|
2355
|
+
obj: InstanceStateChangeReason
|
|
2356
|
+
) => any;
|
|
2357
|
+
|
|
2358
|
+
export declare const InstanceTimelineFilterSensitiveLog: (
|
|
2359
|
+
obj: InstanceTimeline
|
|
2360
|
+
) => any;
|
|
2361
|
+
|
|
2362
|
+
export declare const InstanceStatusFilterSensitiveLog: (
|
|
2363
|
+
obj: InstanceStatus
|
|
2364
|
+
) => any;
|
|
2365
|
+
|
|
2366
|
+
export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
|
|
2367
|
+
|
|
2368
|
+
export declare const ListInstancesOutputFilterSensitiveLog: (
|
|
2369
|
+
obj: ListInstancesOutput
|
|
2370
|
+
) => any;
|
|
2371
|
+
|
|
2372
|
+
export declare const ListNotebookExecutionsInputFilterSensitiveLog: (
|
|
2373
|
+
obj: ListNotebookExecutionsInput
|
|
2374
|
+
) => any;
|
|
2375
|
+
|
|
2376
|
+
export declare const NotebookExecutionSummaryFilterSensitiveLog: (
|
|
2377
|
+
obj: NotebookExecutionSummary
|
|
2378
|
+
) => any;
|
|
2379
|
+
|
|
2380
|
+
export declare const ListNotebookExecutionsOutputFilterSensitiveLog: (
|
|
2381
|
+
obj: ListNotebookExecutionsOutput
|
|
2382
|
+
) => any;
|
|
2383
|
+
|
|
2384
|
+
export declare const ReleaseLabelFilterFilterSensitiveLog: (
|
|
2385
|
+
obj: ReleaseLabelFilter
|
|
2386
|
+
) => any;
|
|
2387
|
+
|
|
2388
|
+
export declare const ListReleaseLabelsInputFilterSensitiveLog: (
|
|
2389
|
+
obj: ListReleaseLabelsInput
|
|
2390
|
+
) => any;
|
|
2391
|
+
|
|
2392
|
+
export declare const ListReleaseLabelsOutputFilterSensitiveLog: (
|
|
2393
|
+
obj: ListReleaseLabelsOutput
|
|
2394
|
+
) => any;
|
|
2395
|
+
|
|
2396
|
+
export declare const ListSecurityConfigurationsInputFilterSensitiveLog: (
|
|
2397
|
+
obj: ListSecurityConfigurationsInput
|
|
2398
|
+
) => any;
|
|
2399
|
+
|
|
2400
|
+
export declare const SecurityConfigurationSummaryFilterSensitiveLog: (
|
|
2401
|
+
obj: SecurityConfigurationSummary
|
|
2402
|
+
) => any;
|
|
2403
|
+
|
|
2404
|
+
export declare const ListSecurityConfigurationsOutputFilterSensitiveLog: (
|
|
2405
|
+
obj: ListSecurityConfigurationsOutput
|
|
2406
|
+
) => any;
|
|
2407
|
+
|
|
2408
|
+
export declare const ListStepsInputFilterSensitiveLog: (
|
|
2409
|
+
obj: ListStepsInput
|
|
2410
|
+
) => any;
|
|
2411
|
+
|
|
2412
|
+
export declare const StepSummaryFilterSensitiveLog: (obj: StepSummary) => any;
|
|
2413
|
+
|
|
2414
|
+
export declare const ListStepsOutputFilterSensitiveLog: (
|
|
2415
|
+
obj: ListStepsOutput
|
|
2416
|
+
) => any;
|
|
2417
|
+
|
|
2418
|
+
export declare const ListStudiosInputFilterSensitiveLog: (
|
|
2419
|
+
obj: ListStudiosInput
|
|
2420
|
+
) => any;
|
|
2421
|
+
|
|
2422
|
+
export declare const StudioSummaryFilterSensitiveLog: (
|
|
2423
|
+
obj: StudioSummary
|
|
2424
|
+
) => any;
|
|
2425
|
+
|
|
2426
|
+
export declare const ListStudiosOutputFilterSensitiveLog: (
|
|
2427
|
+
obj: ListStudiosOutput
|
|
2428
|
+
) => any;
|
|
2429
|
+
|
|
2430
|
+
export declare const ListStudioSessionMappingsInputFilterSensitiveLog: (
|
|
2431
|
+
obj: ListStudioSessionMappingsInput
|
|
2432
|
+
) => any;
|
|
2433
|
+
|
|
2434
|
+
export declare const SessionMappingSummaryFilterSensitiveLog: (
|
|
2435
|
+
obj: SessionMappingSummary
|
|
2436
|
+
) => any;
|
|
2437
|
+
|
|
2438
|
+
export declare const ListStudioSessionMappingsOutputFilterSensitiveLog: (
|
|
2439
|
+
obj: ListStudioSessionMappingsOutput
|
|
2440
|
+
) => any;
|
|
2441
|
+
|
|
2442
|
+
export declare const ModifyClusterInputFilterSensitiveLog: (
|
|
2443
|
+
obj: ModifyClusterInput
|
|
2444
|
+
) => any;
|
|
2445
|
+
|
|
2446
|
+
export declare const ModifyClusterOutputFilterSensitiveLog: (
|
|
2447
|
+
obj: ModifyClusterOutput
|
|
2448
|
+
) => any;
|
|
2449
|
+
|
|
2450
|
+
export declare const InstanceFleetModifyConfigFilterSensitiveLog: (
|
|
2451
|
+
obj: InstanceFleetModifyConfig
|
|
2452
|
+
) => any;
|
|
2453
|
+
|
|
2454
|
+
export declare const ModifyInstanceFleetInputFilterSensitiveLog: (
|
|
2455
|
+
obj: ModifyInstanceFleetInput
|
|
2456
|
+
) => any;
|
|
2457
|
+
|
|
2458
|
+
export declare const PutAutoScalingPolicyInputFilterSensitiveLog: (
|
|
2459
|
+
obj: PutAutoScalingPolicyInput
|
|
2460
|
+
) => any;
|
|
2461
|
+
|
|
2462
|
+
export declare const PutAutoScalingPolicyOutputFilterSensitiveLog: (
|
|
2463
|
+
obj: PutAutoScalingPolicyOutput
|
|
2464
|
+
) => any;
|
|
2465
|
+
|
|
2466
|
+
export declare const PutAutoTerminationPolicyInputFilterSensitiveLog: (
|
|
2467
|
+
obj: PutAutoTerminationPolicyInput
|
|
2468
|
+
) => any;
|
|
2469
|
+
|
|
2470
|
+
export declare const PutAutoTerminationPolicyOutputFilterSensitiveLog: (
|
|
2471
|
+
obj: PutAutoTerminationPolicyOutput
|
|
2472
|
+
) => any;
|
|
2473
|
+
|
|
2474
|
+
export declare const PutBlockPublicAccessConfigurationOutputFilterSensitiveLog: (
|
|
2475
|
+
obj: PutBlockPublicAccessConfigurationOutput
|
|
2476
|
+
) => any;
|
|
2477
|
+
|
|
2478
|
+
export declare const PutManagedScalingPolicyInputFilterSensitiveLog: (
|
|
2479
|
+
obj: PutManagedScalingPolicyInput
|
|
2480
|
+
) => any;
|
|
2481
|
+
|
|
2482
|
+
export declare const PutManagedScalingPolicyOutputFilterSensitiveLog: (
|
|
2483
|
+
obj: PutManagedScalingPolicyOutput
|
|
2484
|
+
) => any;
|
|
2485
|
+
|
|
2486
|
+
export declare const RemoveAutoScalingPolicyInputFilterSensitiveLog: (
|
|
2487
|
+
obj: RemoveAutoScalingPolicyInput
|
|
2488
|
+
) => any;
|
|
2489
|
+
|
|
2490
|
+
export declare const RemoveAutoScalingPolicyOutputFilterSensitiveLog: (
|
|
2491
|
+
obj: RemoveAutoScalingPolicyOutput
|
|
2492
|
+
) => any;
|
|
2493
|
+
|
|
2494
|
+
export declare const RemoveAutoTerminationPolicyInputFilterSensitiveLog: (
|
|
2495
|
+
obj: RemoveAutoTerminationPolicyInput
|
|
2496
|
+
) => any;
|
|
2497
|
+
|
|
2498
|
+
export declare const RemoveAutoTerminationPolicyOutputFilterSensitiveLog: (
|
|
2499
|
+
obj: RemoveAutoTerminationPolicyOutput
|
|
2500
|
+
) => any;
|
|
2501
|
+
|
|
2502
|
+
export declare const RemoveManagedScalingPolicyInputFilterSensitiveLog: (
|
|
2503
|
+
obj: RemoveManagedScalingPolicyInput
|
|
2504
|
+
) => any;
|
|
2505
|
+
|
|
2506
|
+
export declare const RemoveManagedScalingPolicyOutputFilterSensitiveLog: (
|
|
2507
|
+
obj: RemoveManagedScalingPolicyOutput
|
|
2508
|
+
) => any;
|
|
2509
|
+
|
|
2510
|
+
export declare const RemoveTagsInputFilterSensitiveLog: (
|
|
2511
|
+
obj: RemoveTagsInput
|
|
2512
|
+
) => any;
|
|
2513
|
+
|
|
2514
|
+
export declare const RemoveTagsOutputFilterSensitiveLog: (
|
|
2515
|
+
obj: RemoveTagsOutput
|
|
2516
|
+
) => any;
|
|
2517
|
+
|
|
2518
|
+
export declare const SupportedProductConfigFilterSensitiveLog: (
|
|
2519
|
+
obj: SupportedProductConfig
|
|
2520
|
+
) => any;
|
|
2521
|
+
|
|
2522
|
+
export declare const RunJobFlowOutputFilterSensitiveLog: (
|
|
2523
|
+
obj: RunJobFlowOutput
|
|
2524
|
+
) => any;
|
|
2525
|
+
|
|
2526
|
+
export declare const SetTerminationProtectionInputFilterSensitiveLog: (
|
|
2527
|
+
obj: SetTerminationProtectionInput
|
|
2528
|
+
) => any;
|
|
2529
|
+
|
|
2530
|
+
export declare const SetVisibleToAllUsersInputFilterSensitiveLog: (
|
|
2531
|
+
obj: SetVisibleToAllUsersInput
|
|
2532
|
+
) => any;
|
|
2533
|
+
|
|
2534
|
+
export declare const StartNotebookExecutionInputFilterSensitiveLog: (
|
|
2535
|
+
obj: StartNotebookExecutionInput
|
|
2536
|
+
) => any;
|
|
2537
|
+
|
|
2538
|
+
export declare const StartNotebookExecutionOutputFilterSensitiveLog: (
|
|
2539
|
+
obj: StartNotebookExecutionOutput
|
|
2540
|
+
) => any;
|
|
2541
|
+
|
|
2542
|
+
export declare const StopNotebookExecutionInputFilterSensitiveLog: (
|
|
2543
|
+
obj: StopNotebookExecutionInput
|
|
2544
|
+
) => any;
|
|
2545
|
+
|
|
2546
|
+
export declare const TerminateJobFlowsInputFilterSensitiveLog: (
|
|
2547
|
+
obj: TerminateJobFlowsInput
|
|
2548
|
+
) => any;
|
|
2549
|
+
|
|
2550
|
+
export declare const UpdateStudioInputFilterSensitiveLog: (
|
|
2551
|
+
obj: UpdateStudioInput
|
|
2552
|
+
) => any;
|
|
2553
|
+
|
|
2554
|
+
export declare const UpdateStudioSessionMappingInputFilterSensitiveLog: (
|
|
2555
|
+
obj: UpdateStudioSessionMappingInput
|
|
2556
|
+
) => any;
|
|
2557
|
+
|
|
2558
|
+
export declare const ConfigurationFilterSensitiveLog: (
|
|
2559
|
+
obj: Configuration
|
|
2560
|
+
) => any;
|
|
2561
|
+
|
|
2562
|
+
export declare const BlockPublicAccessConfigurationFilterSensitiveLog: (
|
|
2563
|
+
obj: BlockPublicAccessConfiguration
|
|
2564
|
+
) => any;
|
|
2565
|
+
|
|
2566
|
+
export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
|
|
2567
|
+
|
|
2568
|
+
export declare const InstanceGroupConfigFilterSensitiveLog: (
|
|
2569
|
+
obj: InstanceGroupConfig
|
|
2570
|
+
) => any;
|
|
2571
|
+
|
|
2572
|
+
export declare const InstanceGroupModifyConfigFilterSensitiveLog: (
|
|
2573
|
+
obj: InstanceGroupModifyConfig
|
|
2574
|
+
) => any;
|
|
2575
|
+
|
|
2576
|
+
export declare const InstanceTypeConfigFilterSensitiveLog: (
|
|
2577
|
+
obj: InstanceTypeConfig
|
|
2578
|
+
) => any;
|
|
2579
|
+
|
|
2580
|
+
export declare const InstanceTypeSpecificationFilterSensitiveLog: (
|
|
2581
|
+
obj: InstanceTypeSpecification
|
|
2582
|
+
) => any;
|
|
2583
|
+
|
|
2584
|
+
export declare const DescribeClusterOutputFilterSensitiveLog: (
|
|
2585
|
+
obj: DescribeClusterOutput
|
|
2586
|
+
) => any;
|
|
2587
|
+
|
|
2588
|
+
export declare const GetBlockPublicAccessConfigurationOutputFilterSensitiveLog: (
|
|
2589
|
+
obj: GetBlockPublicAccessConfigurationOutput
|
|
2590
|
+
) => any;
|
|
2591
|
+
|
|
2592
|
+
export declare const PutBlockPublicAccessConfigurationInputFilterSensitiveLog: (
|
|
2593
|
+
obj: PutBlockPublicAccessConfigurationInput
|
|
2594
|
+
) => any;
|
|
2595
|
+
|
|
2596
|
+
export declare const AddInstanceGroupsInputFilterSensitiveLog: (
|
|
2597
|
+
obj: AddInstanceGroupsInput
|
|
2598
|
+
) => any;
|
|
2599
|
+
|
|
2600
|
+
export declare const InstanceFleetFilterSensitiveLog: (
|
|
2601
|
+
obj: InstanceFleet
|
|
2602
|
+
) => any;
|
|
2603
|
+
|
|
2604
|
+
export declare const InstanceFleetConfigFilterSensitiveLog: (
|
|
2605
|
+
obj: InstanceFleetConfig
|
|
2606
|
+
) => any;
|
|
2607
|
+
|
|
2608
|
+
export declare const ModifyInstanceGroupsInputFilterSensitiveLog: (
|
|
2609
|
+
obj: ModifyInstanceGroupsInput
|
|
2610
|
+
) => any;
|
|
2611
|
+
|
|
2612
|
+
export declare const AddInstanceFleetInputFilterSensitiveLog: (
|
|
2613
|
+
obj: AddInstanceFleetInput
|
|
2614
|
+
) => any;
|
|
2615
|
+
|
|
2616
|
+
export declare const InstanceGroupFilterSensitiveLog: (
|
|
2617
|
+
obj: InstanceGroup
|
|
2618
|
+
) => any;
|
|
2619
|
+
|
|
2620
|
+
export declare const ListInstanceFleetsOutputFilterSensitiveLog: (
|
|
2621
|
+
obj: ListInstanceFleetsOutput
|
|
2622
|
+
) => any;
|
|
2623
|
+
|
|
2624
|
+
export declare const ListInstanceGroupsOutputFilterSensitiveLog: (
|
|
2625
|
+
obj: ListInstanceGroupsOutput
|
|
2626
|
+
) => any;
|
|
2627
|
+
|
|
2628
|
+
export declare const JobFlowInstancesConfigFilterSensitiveLog: (
|
|
2629
|
+
obj: JobFlowInstancesConfig
|
|
2630
|
+
) => any;
|
|
2631
|
+
|
|
2632
|
+
export declare const RunJobFlowInputFilterSensitiveLog: (
|
|
2633
|
+
obj: RunJobFlowInput
|
|
2634
|
+
) => any;
|