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