@aws-sdk/client-emr 3.128.0 → 3.137.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 (112) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/AddInstanceFleetCommand.js +2 -2
  3. package/dist-cjs/commands/AddInstanceGroupsCommand.js +2 -2
  4. package/dist-cjs/commands/AddJobFlowStepsCommand.js +2 -2
  5. package/dist-cjs/commands/AddTagsCommand.js +2 -2
  6. package/dist-cjs/commands/CancelStepsCommand.js +2 -2
  7. package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +2 -2
  8. package/dist-cjs/commands/CreateStudioCommand.js +2 -2
  9. package/dist-cjs/commands/CreateStudioSessionMappingCommand.js +1 -1
  10. package/dist-cjs/commands/DeleteSecurityConfigurationCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteStudioCommand.js +1 -1
  12. package/dist-cjs/commands/DeleteStudioSessionMappingCommand.js +1 -1
  13. package/dist-cjs/commands/DescribeClusterCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeJobFlowsCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeNotebookExecutionCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeReleaseLabelCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeSecurityConfigurationCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeStepCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeStudioCommand.js +2 -2
  20. package/dist-cjs/commands/GetAutoTerminationPolicyCommand.js +2 -2
  21. package/dist-cjs/commands/GetBlockPublicAccessConfigurationCommand.js +2 -2
  22. package/dist-cjs/commands/GetManagedScalingPolicyCommand.js +2 -2
  23. package/dist-cjs/commands/GetStudioSessionMappingCommand.js +2 -2
  24. package/dist-cjs/commands/ListBootstrapActionsCommand.js +2 -2
  25. package/dist-cjs/commands/ListClustersCommand.js +2 -2
  26. package/dist-cjs/commands/ListInstanceFleetsCommand.js +2 -2
  27. package/dist-cjs/commands/ListInstanceGroupsCommand.js +2 -2
  28. package/dist-cjs/commands/ListInstancesCommand.js +2 -2
  29. package/dist-cjs/commands/ListNotebookExecutionsCommand.js +2 -2
  30. package/dist-cjs/commands/ListReleaseLabelsCommand.js +2 -2
  31. package/dist-cjs/commands/ListSecurityConfigurationsCommand.js +2 -2
  32. package/dist-cjs/commands/ListStepsCommand.js +2 -2
  33. package/dist-cjs/commands/ListStudioSessionMappingsCommand.js +2 -2
  34. package/dist-cjs/commands/ListStudiosCommand.js +2 -2
  35. package/dist-cjs/commands/ModifyClusterCommand.js +2 -2
  36. package/dist-cjs/commands/ModifyInstanceFleetCommand.js +1 -1
  37. package/dist-cjs/commands/ModifyInstanceGroupsCommand.js +1 -1
  38. package/dist-cjs/commands/PutAutoScalingPolicyCommand.js +2 -2
  39. package/dist-cjs/commands/PutAutoTerminationPolicyCommand.js +2 -2
  40. package/dist-cjs/commands/PutBlockPublicAccessConfigurationCommand.js +2 -2
  41. package/dist-cjs/commands/PutManagedScalingPolicyCommand.js +2 -2
  42. package/dist-cjs/commands/RemoveAutoScalingPolicyCommand.js +2 -2
  43. package/dist-cjs/commands/RemoveAutoTerminationPolicyCommand.js +2 -2
  44. package/dist-cjs/commands/RemoveManagedScalingPolicyCommand.js +2 -2
  45. package/dist-cjs/commands/RemoveTagsCommand.js +2 -2
  46. package/dist-cjs/commands/RunJobFlowCommand.js +2 -2
  47. package/dist-cjs/commands/SetTerminationProtectionCommand.js +1 -1
  48. package/dist-cjs/commands/SetVisibleToAllUsersCommand.js +1 -1
  49. package/dist-cjs/commands/StartNotebookExecutionCommand.js +2 -2
  50. package/dist-cjs/commands/StopNotebookExecutionCommand.js +1 -1
  51. package/dist-cjs/commands/TerminateJobFlowsCommand.js +1 -1
  52. package/dist-cjs/commands/UpdateStudioCommand.js +1 -1
  53. package/dist-cjs/commands/UpdateStudioSessionMappingCommand.js +1 -1
  54. package/dist-cjs/models/models_0.js +745 -1115
  55. package/dist-cjs/protocols/Aws_json1_1.js +3 -0
  56. package/dist-es/commands/AddInstanceFleetCommand.js +3 -3
  57. package/dist-es/commands/AddInstanceGroupsCommand.js +3 -3
  58. package/dist-es/commands/AddJobFlowStepsCommand.js +3 -3
  59. package/dist-es/commands/AddTagsCommand.js +3 -3
  60. package/dist-es/commands/CancelStepsCommand.js +3 -3
  61. package/dist-es/commands/CreateSecurityConfigurationCommand.js +3 -3
  62. package/dist-es/commands/CreateStudioCommand.js +3 -3
  63. package/dist-es/commands/CreateStudioSessionMappingCommand.js +2 -2
  64. package/dist-es/commands/DeleteSecurityConfigurationCommand.js +3 -3
  65. package/dist-es/commands/DeleteStudioCommand.js +2 -2
  66. package/dist-es/commands/DeleteStudioSessionMappingCommand.js +2 -2
  67. package/dist-es/commands/DescribeClusterCommand.js +3 -3
  68. package/dist-es/commands/DescribeJobFlowsCommand.js +3 -3
  69. package/dist-es/commands/DescribeNotebookExecutionCommand.js +3 -3
  70. package/dist-es/commands/DescribeReleaseLabelCommand.js +3 -3
  71. package/dist-es/commands/DescribeSecurityConfigurationCommand.js +3 -3
  72. package/dist-es/commands/DescribeStepCommand.js +3 -3
  73. package/dist-es/commands/DescribeStudioCommand.js +3 -3
  74. package/dist-es/commands/GetAutoTerminationPolicyCommand.js +3 -3
  75. package/dist-es/commands/GetBlockPublicAccessConfigurationCommand.js +3 -3
  76. package/dist-es/commands/GetManagedScalingPolicyCommand.js +3 -3
  77. package/dist-es/commands/GetStudioSessionMappingCommand.js +3 -3
  78. package/dist-es/commands/ListBootstrapActionsCommand.js +3 -3
  79. package/dist-es/commands/ListClustersCommand.js +3 -3
  80. package/dist-es/commands/ListInstanceFleetsCommand.js +3 -3
  81. package/dist-es/commands/ListInstanceGroupsCommand.js +3 -3
  82. package/dist-es/commands/ListInstancesCommand.js +3 -3
  83. package/dist-es/commands/ListNotebookExecutionsCommand.js +3 -3
  84. package/dist-es/commands/ListReleaseLabelsCommand.js +3 -3
  85. package/dist-es/commands/ListSecurityConfigurationsCommand.js +3 -3
  86. package/dist-es/commands/ListStepsCommand.js +3 -3
  87. package/dist-es/commands/ListStudioSessionMappingsCommand.js +3 -3
  88. package/dist-es/commands/ListStudiosCommand.js +3 -3
  89. package/dist-es/commands/ModifyClusterCommand.js +3 -3
  90. package/dist-es/commands/ModifyInstanceFleetCommand.js +2 -2
  91. package/dist-es/commands/ModifyInstanceGroupsCommand.js +2 -2
  92. package/dist-es/commands/PutAutoScalingPolicyCommand.js +3 -3
  93. package/dist-es/commands/PutAutoTerminationPolicyCommand.js +3 -3
  94. package/dist-es/commands/PutBlockPublicAccessConfigurationCommand.js +3 -3
  95. package/dist-es/commands/PutManagedScalingPolicyCommand.js +3 -3
  96. package/dist-es/commands/RemoveAutoScalingPolicyCommand.js +3 -3
  97. package/dist-es/commands/RemoveAutoTerminationPolicyCommand.js +3 -3
  98. package/dist-es/commands/RemoveManagedScalingPolicyCommand.js +3 -3
  99. package/dist-es/commands/RemoveTagsCommand.js +3 -3
  100. package/dist-es/commands/RunJobFlowCommand.js +3 -3
  101. package/dist-es/commands/SetTerminationProtectionCommand.js +2 -2
  102. package/dist-es/commands/SetVisibleToAllUsersCommand.js +2 -2
  103. package/dist-es/commands/StartNotebookExecutionCommand.js +3 -3
  104. package/dist-es/commands/StopNotebookExecutionCommand.js +2 -2
  105. package/dist-es/commands/TerminateJobFlowsCommand.js +2 -2
  106. package/dist-es/commands/UpdateStudioCommand.js +2 -2
  107. package/dist-es/commands/UpdateStudioSessionMappingCommand.js +2 -2
  108. package/dist-es/models/models_0.js +185 -740
  109. package/dist-es/protocols/Aws_json1_1.js +3 -0
  110. package/dist-types/models/models_0.d.ts +740 -1110
  111. package/dist-types/ts3.4/models/models_0.d.ts +370 -740
  112. package/package.json +9 -9
@@ -22,10 +22,6 @@ export interface VolumeSpecification {
22
22
 
23
23
  Throughput?: number;
24
24
  }
25
- export declare namespace VolumeSpecification {
26
-
27
- const filterSensitiveLog: (obj: VolumeSpecification) => any;
28
- }
29
25
 
30
26
  export interface EbsBlockDeviceConfig {
31
27
 
@@ -33,10 +29,6 @@ export interface EbsBlockDeviceConfig {
33
29
 
34
30
  VolumesPerInstance?: number;
35
31
  }
36
- export declare namespace EbsBlockDeviceConfig {
37
-
38
- const filterSensitiveLog: (obj: EbsBlockDeviceConfig) => any;
39
- }
40
32
 
41
33
  export interface EbsConfiguration {
42
34
 
@@ -44,10 +36,6 @@ export interface EbsConfiguration {
44
36
 
45
37
  EbsOptimized?: boolean;
46
38
  }
47
- export declare namespace EbsConfiguration {
48
-
49
- const filterSensitiveLog: (obj: EbsConfiguration) => any;
50
- }
51
39
  export declare enum OnDemandProvisioningAllocationStrategy {
52
40
  LOWEST_PRICE = "lowest-price"
53
41
  }
@@ -67,10 +55,6 @@ export interface OnDemandCapacityReservationOptions {
67
55
 
68
56
  CapacityReservationResourceGroupArn?: string;
69
57
  }
70
- export declare namespace OnDemandCapacityReservationOptions {
71
-
72
- const filterSensitiveLog: (obj: OnDemandCapacityReservationOptions) => any;
73
- }
74
58
 
75
59
  export interface OnDemandProvisioningSpecification {
76
60
 
@@ -78,10 +62,6 @@ export interface OnDemandProvisioningSpecification {
78
62
 
79
63
  CapacityReservationOptions?: OnDemandCapacityReservationOptions;
80
64
  }
81
- export declare namespace OnDemandProvisioningSpecification {
82
-
83
- const filterSensitiveLog: (obj: OnDemandProvisioningSpecification) => any;
84
- }
85
65
  export declare enum SpotProvisioningAllocationStrategy {
86
66
  CAPACITY_OPTIMIZED = "capacity-optimized"
87
67
  }
@@ -97,10 +77,6 @@ export interface SpotProvisioningSpecification {
97
77
 
98
78
  AllocationStrategy?: SpotProvisioningAllocationStrategy | string;
99
79
  }
100
- export declare namespace SpotProvisioningSpecification {
101
-
102
- const filterSensitiveLog: (obj: SpotProvisioningSpecification) => any;
103
- }
104
80
 
105
81
  export interface InstanceFleetProvisioningSpecifications {
106
82
 
@@ -108,10 +84,6 @@ export interface InstanceFleetProvisioningSpecifications {
108
84
 
109
85
  OnDemandSpecification?: OnDemandProvisioningSpecification;
110
86
  }
111
- export declare namespace InstanceFleetProvisioningSpecifications {
112
-
113
- const filterSensitiveLog: (obj: InstanceFleetProvisioningSpecifications) => any;
114
- }
115
87
  export interface AddInstanceFleetOutput {
116
88
 
117
89
  ClusterId?: string;
@@ -120,10 +92,6 @@ export interface AddInstanceFleetOutput {
120
92
 
121
93
  ClusterArn?: string;
122
94
  }
123
- export declare namespace AddInstanceFleetOutput {
124
-
125
- const filterSensitiveLog: (obj: AddInstanceFleetOutput) => any;
126
- }
127
95
 
128
96
  export declare class InternalServerException extends __BaseException {
129
97
  readonly name: "InternalServerException";
@@ -151,10 +119,6 @@ export interface ScalingConstraints {
151
119
 
152
120
  MaxCapacity: number | undefined;
153
121
  }
154
- export declare namespace ScalingConstraints {
155
-
156
- const filterSensitiveLog: (obj: ScalingConstraints) => any;
157
- }
158
122
  export declare enum MarketType {
159
123
  ON_DEMAND = "ON_DEMAND",
160
124
  SPOT = "SPOT"
@@ -173,10 +137,6 @@ export interface SimpleScalingPolicyConfiguration {
173
137
 
174
138
  CoolDown?: number;
175
139
  }
176
- export declare namespace SimpleScalingPolicyConfiguration {
177
-
178
- const filterSensitiveLog: (obj: SimpleScalingPolicyConfiguration) => any;
179
- }
180
140
 
181
141
  export interface ScalingAction {
182
142
 
@@ -184,10 +144,6 @@ export interface ScalingAction {
184
144
 
185
145
  SimpleScalingPolicyConfiguration: SimpleScalingPolicyConfiguration | undefined;
186
146
  }
187
- export declare namespace ScalingAction {
188
-
189
- const filterSensitiveLog: (obj: ScalingAction) => any;
190
- }
191
147
  export declare enum ComparisonOperator {
192
148
  GREATER_THAN = "GREATER_THAN",
193
149
  GREATER_THAN_OR_EQUAL = "GREATER_THAN_OR_EQUAL",
@@ -201,10 +157,6 @@ export interface MetricDimension {
201
157
 
202
158
  Value?: string;
203
159
  }
204
- export declare namespace MetricDimension {
205
-
206
- const filterSensitiveLog: (obj: MetricDimension) => any;
207
- }
208
160
  export declare enum Statistic {
209
161
  AVERAGE = "AVERAGE",
210
162
  MAXIMUM = "MAXIMUM",
@@ -262,19 +214,11 @@ export interface CloudWatchAlarmDefinition {
262
214
 
263
215
  Dimensions?: MetricDimension[];
264
216
  }
265
- export declare namespace CloudWatchAlarmDefinition {
266
-
267
- const filterSensitiveLog: (obj: CloudWatchAlarmDefinition) => any;
268
- }
269
217
 
270
218
  export interface ScalingTrigger {
271
219
 
272
220
  CloudWatchAlarmDefinition: CloudWatchAlarmDefinition | undefined;
273
221
  }
274
- export declare namespace ScalingTrigger {
275
-
276
- const filterSensitiveLog: (obj: ScalingTrigger) => any;
277
- }
278
222
 
279
223
  export interface ScalingRule {
280
224
 
@@ -286,10 +230,6 @@ export interface ScalingRule {
286
230
 
287
231
  Trigger: ScalingTrigger | undefined;
288
232
  }
289
- export declare namespace ScalingRule {
290
-
291
- const filterSensitiveLog: (obj: ScalingRule) => any;
292
- }
293
233
 
294
234
  export interface AutoScalingPolicy {
295
235
 
@@ -297,10 +237,6 @@ export interface AutoScalingPolicy {
297
237
 
298
238
  Rules: ScalingRule[] | undefined;
299
239
  }
300
- export declare namespace AutoScalingPolicy {
301
-
302
- const filterSensitiveLog: (obj: AutoScalingPolicy) => any;
303
- }
304
240
  export declare type InstanceRoleType = "CORE" | "MASTER" | "TASK";
305
241
 
306
242
  export interface AddInstanceGroupsOutput {
@@ -311,10 +247,6 @@ export interface AddInstanceGroupsOutput {
311
247
 
312
248
  ClusterArn?: string;
313
249
  }
314
- export declare namespace AddInstanceGroupsOutput {
315
-
316
- const filterSensitiveLog: (obj: AddInstanceGroupsOutput) => any;
317
- }
318
250
 
319
251
  export declare class InternalServerError extends __BaseException {
320
252
  readonly name: "InternalServerError";
@@ -329,10 +261,6 @@ export interface KeyValue {
329
261
 
330
262
  Value?: string;
331
263
  }
332
- export declare namespace KeyValue {
333
-
334
- const filterSensitiveLog: (obj: KeyValue) => any;
335
- }
336
264
 
337
265
  export interface HadoopJarStepConfig {
338
266
 
@@ -344,10 +272,6 @@ export interface HadoopJarStepConfig {
344
272
 
345
273
  Args?: string[];
346
274
  }
347
- export declare namespace HadoopJarStepConfig {
348
-
349
- const filterSensitiveLog: (obj: HadoopJarStepConfig) => any;
350
- }
351
275
 
352
276
  export interface StepConfig {
353
277
 
@@ -357,10 +281,6 @@ export interface StepConfig {
357
281
 
358
282
  HadoopJarStep: HadoopJarStepConfig | undefined;
359
283
  }
360
- export declare namespace StepConfig {
361
-
362
- const filterSensitiveLog: (obj: StepConfig) => any;
363
- }
364
284
 
365
285
  export interface AddJobFlowStepsInput {
366
286
 
@@ -370,19 +290,11 @@ export interface AddJobFlowStepsInput {
370
290
 
371
291
  ExecutionRoleArn?: string;
372
292
  }
373
- export declare namespace AddJobFlowStepsInput {
374
-
375
- const filterSensitiveLog: (obj: AddJobFlowStepsInput) => any;
376
- }
377
293
 
378
294
  export interface AddJobFlowStepsOutput {
379
295
 
380
296
  StepIds?: string[];
381
297
  }
382
- export declare namespace AddJobFlowStepsOutput {
383
-
384
- const filterSensitiveLog: (obj: AddJobFlowStepsOutput) => any;
385
- }
386
298
 
387
299
  export interface Tag {
388
300
 
@@ -390,10 +302,6 @@ export interface Tag {
390
302
 
391
303
  Value?: string;
392
304
  }
393
- export declare namespace Tag {
394
-
395
- const filterSensitiveLog: (obj: Tag) => any;
396
- }
397
305
 
398
306
  export interface AddTagsInput {
399
307
 
@@ -401,17 +309,9 @@ export interface AddTagsInput {
401
309
 
402
310
  Tags: Tag[] | undefined;
403
311
  }
404
- export declare namespace AddTagsInput {
405
-
406
- const filterSensitiveLog: (obj: AddTagsInput) => any;
407
- }
408
312
 
409
313
  export interface AddTagsOutput {
410
314
  }
411
- export declare namespace AddTagsOutput {
412
-
413
- const filterSensitiveLog: (obj: AddTagsOutput) => any;
414
- }
415
315
 
416
316
  export interface Application {
417
317
 
@@ -423,10 +323,6 @@ export interface Application {
423
323
 
424
324
  AdditionalInfo?: Record<string, string>;
425
325
  }
426
- export declare namespace Application {
427
-
428
- const filterSensitiveLog: (obj: Application) => any;
429
- }
430
326
  export declare enum AuthMode {
431
327
  IAM = "IAM",
432
328
  SSO = "SSO"
@@ -451,10 +347,6 @@ export interface AutoScalingPolicyStateChangeReason {
451
347
 
452
348
  Message?: string;
453
349
  }
454
- export declare namespace AutoScalingPolicyStateChangeReason {
455
-
456
- const filterSensitiveLog: (obj: AutoScalingPolicyStateChangeReason) => any;
457
- }
458
350
 
459
351
  export interface AutoScalingPolicyStatus {
460
352
 
@@ -462,10 +354,6 @@ export interface AutoScalingPolicyStatus {
462
354
 
463
355
  StateChangeReason?: AutoScalingPolicyStateChangeReason;
464
356
  }
465
- export declare namespace AutoScalingPolicyStatus {
466
-
467
- const filterSensitiveLog: (obj: AutoScalingPolicyStatus) => any;
468
- }
469
357
 
470
358
  export interface AutoScalingPolicyDescription {
471
359
 
@@ -475,19 +363,11 @@ export interface AutoScalingPolicyDescription {
475
363
 
476
364
  Rules?: ScalingRule[];
477
365
  }
478
- export declare namespace AutoScalingPolicyDescription {
479
-
480
- const filterSensitiveLog: (obj: AutoScalingPolicyDescription) => any;
481
- }
482
366
 
483
367
  export interface AutoTerminationPolicy {
484
368
 
485
369
  IdleTimeout?: number;
486
370
  }
487
- export declare namespace AutoTerminationPolicy {
488
-
489
- const filterSensitiveLog: (obj: AutoTerminationPolicy) => any;
490
- }
491
371
 
492
372
  export interface PortRange {
493
373
 
@@ -495,10 +375,6 @@ export interface PortRange {
495
375
 
496
376
  MaxRange?: number;
497
377
  }
498
- export declare namespace PortRange {
499
-
500
- const filterSensitiveLog: (obj: PortRange) => any;
501
- }
502
378
 
503
379
  export interface BlockPublicAccessConfigurationMetadata {
504
380
 
@@ -506,10 +382,6 @@ export interface BlockPublicAccessConfigurationMetadata {
506
382
 
507
383
  CreatedByArn: string | undefined;
508
384
  }
509
- export declare namespace BlockPublicAccessConfigurationMetadata {
510
-
511
- const filterSensitiveLog: (obj: BlockPublicAccessConfigurationMetadata) => any;
512
- }
513
385
 
514
386
  export interface ScriptBootstrapActionConfig {
515
387
 
@@ -517,10 +389,6 @@ export interface ScriptBootstrapActionConfig {
517
389
 
518
390
  Args?: string[];
519
391
  }
520
- export declare namespace ScriptBootstrapActionConfig {
521
-
522
- const filterSensitiveLog: (obj: ScriptBootstrapActionConfig) => any;
523
- }
524
392
 
525
393
  export interface BootstrapActionConfig {
526
394
 
@@ -528,19 +396,11 @@ export interface BootstrapActionConfig {
528
396
 
529
397
  ScriptBootstrapAction: ScriptBootstrapActionConfig | undefined;
530
398
  }
531
- export declare namespace BootstrapActionConfig {
532
-
533
- const filterSensitiveLog: (obj: BootstrapActionConfig) => any;
534
- }
535
399
 
536
400
  export interface BootstrapActionDetail {
537
401
 
538
402
  BootstrapActionConfig?: BootstrapActionConfig;
539
403
  }
540
- export declare namespace BootstrapActionDetail {
541
-
542
- const filterSensitiveLog: (obj: BootstrapActionDetail) => any;
543
- }
544
404
  export declare type StepCancellationOption = "SEND_INTERRUPT" | "TERMINATE_PROCESS";
545
405
 
546
406
  export interface CancelStepsInput {
@@ -551,10 +411,6 @@ export interface CancelStepsInput {
551
411
 
552
412
  StepCancellationOption?: StepCancellationOption | string;
553
413
  }
554
- export declare namespace CancelStepsInput {
555
-
556
- const filterSensitiveLog: (obj: CancelStepsInput) => any;
557
- }
558
414
  export declare enum CancelStepsRequestStatus {
559
415
  FAILED = "FAILED",
560
416
  SUBMITTED = "SUBMITTED"
@@ -568,19 +424,11 @@ export interface CancelStepsInfo {
568
424
 
569
425
  Reason?: string;
570
426
  }
571
- export declare namespace CancelStepsInfo {
572
-
573
- const filterSensitiveLog: (obj: CancelStepsInfo) => any;
574
- }
575
427
 
576
428
  export interface CancelStepsOutput {
577
429
 
578
430
  CancelStepsInfoList?: CancelStepsInfo[];
579
431
  }
580
- export declare namespace CancelStepsOutput {
581
-
582
- const filterSensitiveLog: (obj: CancelStepsOutput) => any;
583
- }
584
432
 
585
433
  export interface Ec2InstanceAttributes {
586
434
 
@@ -606,10 +454,6 @@ export interface Ec2InstanceAttributes {
606
454
 
607
455
  AdditionalSlaveSecurityGroups?: string[];
608
456
  }
609
- export declare namespace Ec2InstanceAttributes {
610
-
611
- const filterSensitiveLog: (obj: Ec2InstanceAttributes) => any;
612
- }
613
457
  export declare enum InstanceCollectionType {
614
458
  INSTANCE_FLEET = "INSTANCE_FLEET",
615
459
  INSTANCE_GROUP = "INSTANCE_GROUP"
@@ -627,10 +471,6 @@ export interface KerberosAttributes {
627
471
 
628
472
  ADDomainJoinPassword?: string;
629
473
  }
630
- export declare namespace KerberosAttributes {
631
-
632
- const filterSensitiveLog: (obj: KerberosAttributes) => any;
633
- }
634
474
  export declare enum PlacementGroupStrategy {
635
475
  CLUSTER = "CLUSTER",
636
476
  NONE = "NONE",
@@ -644,10 +484,6 @@ export interface PlacementGroupConfig {
644
484
 
645
485
  PlacementStrategy?: PlacementGroupStrategy | string;
646
486
  }
647
- export declare namespace PlacementGroupConfig {
648
-
649
- const filterSensitiveLog: (obj: PlacementGroupConfig) => any;
650
- }
651
487
  export declare enum RepoUpgradeOnBoot {
652
488
  NONE = "NONE",
653
489
  SECURITY = "SECURITY"
@@ -682,10 +518,6 @@ export interface ClusterStateChangeReason {
682
518
 
683
519
  Message?: string;
684
520
  }
685
- export declare namespace ClusterStateChangeReason {
686
-
687
- const filterSensitiveLog: (obj: ClusterStateChangeReason) => any;
688
- }
689
521
 
690
522
  export interface ClusterTimeline {
691
523
 
@@ -695,10 +527,6 @@ export interface ClusterTimeline {
695
527
 
696
528
  EndDateTime?: Date;
697
529
  }
698
- export declare namespace ClusterTimeline {
699
-
700
- const filterSensitiveLog: (obj: ClusterTimeline) => any;
701
- }
702
530
 
703
531
  export interface ClusterStatus {
704
532
 
@@ -708,10 +536,6 @@ export interface ClusterStatus {
708
536
 
709
537
  Timeline?: ClusterTimeline;
710
538
  }
711
- export declare namespace ClusterStatus {
712
-
713
- const filterSensitiveLog: (obj: ClusterStatus) => any;
714
- }
715
539
 
716
540
  export interface ClusterSummary {
717
541
 
@@ -727,10 +551,6 @@ export interface ClusterSummary {
727
551
 
728
552
  OutpostArn?: string;
729
553
  }
730
- export declare namespace ClusterSummary {
731
-
732
- const filterSensitiveLog: (obj: ClusterSummary) => any;
733
- }
734
554
 
735
555
  export interface Command {
736
556
 
@@ -740,10 +560,6 @@ export interface Command {
740
560
 
741
561
  Args?: string[];
742
562
  }
743
- export declare namespace Command {
744
-
745
- const filterSensitiveLog: (obj: Command) => any;
746
- }
747
563
  export declare enum ComputeLimitsUnitType {
748
564
  InstanceFleetUnits = "InstanceFleetUnits",
749
565
  Instances = "Instances",
@@ -762,30 +578,18 @@ export interface ComputeLimits {
762
578
 
763
579
  MaximumCoreCapacityUnits?: number;
764
580
  }
765
- export declare namespace ComputeLimits {
766
-
767
- const filterSensitiveLog: (obj: ComputeLimits) => any;
768
- }
769
581
  export interface CreateSecurityConfigurationInput {
770
582
 
771
583
  Name: string | undefined;
772
584
 
773
585
  SecurityConfiguration: string | undefined;
774
586
  }
775
- export declare namespace CreateSecurityConfigurationInput {
776
-
777
- const filterSensitiveLog: (obj: CreateSecurityConfigurationInput) => any;
778
- }
779
587
  export interface CreateSecurityConfigurationOutput {
780
588
 
781
589
  Name: string | undefined;
782
590
 
783
591
  CreationDateTime: Date | undefined;
784
592
  }
785
- export declare namespace CreateSecurityConfigurationOutput {
786
-
787
- const filterSensitiveLog: (obj: CreateSecurityConfigurationOutput) => any;
788
- }
789
593
  export interface CreateStudioInput {
790
594
 
791
595
  Name: string | undefined;
@@ -814,20 +618,12 @@ export interface CreateStudioInput {
814
618
 
815
619
  Tags?: Tag[];
816
620
  }
817
- export declare namespace CreateStudioInput {
818
-
819
- const filterSensitiveLog: (obj: CreateStudioInput) => any;
820
- }
821
621
  export interface CreateStudioOutput {
822
622
 
823
623
  StudioId?: string;
824
624
 
825
625
  Url?: string;
826
626
  }
827
- export declare namespace CreateStudioOutput {
828
-
829
- const filterSensitiveLog: (obj: CreateStudioOutput) => any;
830
- }
831
627
  export declare enum IdentityType {
832
628
  GROUP = "GROUP",
833
629
  USER = "USER"
@@ -844,32 +640,16 @@ export interface CreateStudioSessionMappingInput {
844
640
 
845
641
  SessionPolicyArn: string | undefined;
846
642
  }
847
- export declare namespace CreateStudioSessionMappingInput {
848
-
849
- const filterSensitiveLog: (obj: CreateStudioSessionMappingInput) => any;
850
- }
851
643
  export interface DeleteSecurityConfigurationInput {
852
644
 
853
645
  Name: string | undefined;
854
646
  }
855
- export declare namespace DeleteSecurityConfigurationInput {
856
-
857
- const filterSensitiveLog: (obj: DeleteSecurityConfigurationInput) => any;
858
- }
859
647
  export interface DeleteSecurityConfigurationOutput {
860
648
  }
861
- export declare namespace DeleteSecurityConfigurationOutput {
862
-
863
- const filterSensitiveLog: (obj: DeleteSecurityConfigurationOutput) => any;
864
- }
865
649
  export interface DeleteStudioInput {
866
650
 
867
651
  StudioId: string | undefined;
868
652
  }
869
- export declare namespace DeleteStudioInput {
870
-
871
- const filterSensitiveLog: (obj: DeleteStudioInput) => any;
872
- }
873
653
  export interface DeleteStudioSessionMappingInput {
874
654
 
875
655
  StudioId: string | undefined;
@@ -880,19 +660,11 @@ export interface DeleteStudioSessionMappingInput {
880
660
 
881
661
  IdentityType: IdentityType | string | undefined;
882
662
  }
883
- export declare namespace DeleteStudioSessionMappingInput {
884
-
885
- const filterSensitiveLog: (obj: DeleteStudioSessionMappingInput) => any;
886
- }
887
663
 
888
664
  export interface DescribeClusterInput {
889
665
 
890
666
  ClusterId: string | undefined;
891
667
  }
892
- export declare namespace DescribeClusterInput {
893
-
894
- const filterSensitiveLog: (obj: DescribeClusterInput) => any;
895
- }
896
668
  export declare enum JobFlowExecutionState {
897
669
  BOOTSTRAPPING = "BOOTSTRAPPING",
898
670
  COMPLETED = "COMPLETED",
@@ -914,10 +686,6 @@ export interface DescribeJobFlowsInput {
914
686
 
915
687
  JobFlowStates?: (JobFlowExecutionState | string)[];
916
688
  }
917
- export declare namespace DescribeJobFlowsInput {
918
-
919
- const filterSensitiveLog: (obj: DescribeJobFlowsInput) => any;
920
- }
921
689
 
922
690
  export interface JobFlowExecutionStatusDetail {
923
691
 
@@ -933,10 +701,6 @@ export interface JobFlowExecutionStatusDetail {
933
701
 
934
702
  LastStateChangeReason?: string;
935
703
  }
936
- export declare namespace JobFlowExecutionStatusDetail {
937
-
938
- const filterSensitiveLog: (obj: JobFlowExecutionStatusDetail) => any;
939
- }
940
704
  export declare enum InstanceGroupState {
941
705
  ARRESTED = "ARRESTED",
942
706
  BOOTSTRAPPING = "BOOTSTRAPPING",
@@ -983,10 +747,6 @@ export interface InstanceGroupDetail {
983
747
 
984
748
  CustomAmiId?: string;
985
749
  }
986
- export declare namespace InstanceGroupDetail {
987
-
988
- const filterSensitiveLog: (obj: InstanceGroupDetail) => any;
989
- }
990
750
 
991
751
  export interface PlacementType {
992
752
 
@@ -994,10 +754,6 @@ export interface PlacementType {
994
754
 
995
755
  AvailabilityZones?: string[];
996
756
  }
997
- export declare namespace PlacementType {
998
-
999
- const filterSensitiveLog: (obj: PlacementType) => any;
1000
- }
1001
757
 
1002
758
  export interface JobFlowInstancesDetail {
1003
759
 
@@ -1027,10 +783,6 @@ export interface JobFlowInstancesDetail {
1027
783
 
1028
784
  HadoopVersion?: string;
1029
785
  }
1030
- export declare namespace JobFlowInstancesDetail {
1031
-
1032
- const filterSensitiveLog: (obj: JobFlowInstancesDetail) => any;
1033
- }
1034
786
  export declare type StepExecutionState = "CANCELLED" | "COMPLETED" | "CONTINUE" | "FAILED" | "INTERRUPTED" | "PENDING" | "RUNNING";
1035
787
 
1036
788
  export interface StepExecutionStatusDetail {
@@ -1045,10 +797,6 @@ export interface StepExecutionStatusDetail {
1045
797
 
1046
798
  LastStateChangeReason?: string;
1047
799
  }
1048
- export declare namespace StepExecutionStatusDetail {
1049
-
1050
- const filterSensitiveLog: (obj: StepExecutionStatusDetail) => any;
1051
- }
1052
800
 
1053
801
  export interface StepDetail {
1054
802
 
@@ -1056,10 +804,6 @@ export interface StepDetail {
1056
804
 
1057
805
  ExecutionStatusDetail: StepExecutionStatusDetail | undefined;
1058
806
  }
1059
- export declare namespace StepDetail {
1060
-
1061
- const filterSensitiveLog: (obj: StepDetail) => any;
1062
- }
1063
807
 
1064
808
  export interface JobFlowDetail {
1065
809
 
@@ -1093,27 +837,15 @@ export interface JobFlowDetail {
1093
837
 
1094
838
  ScaleDownBehavior?: ScaleDownBehavior | string;
1095
839
  }
1096
- export declare namespace JobFlowDetail {
1097
-
1098
- const filterSensitiveLog: (obj: JobFlowDetail) => any;
1099
- }
1100
840
 
1101
841
  export interface DescribeJobFlowsOutput {
1102
842
 
1103
843
  JobFlows?: JobFlowDetail[];
1104
844
  }
1105
- export declare namespace DescribeJobFlowsOutput {
1106
-
1107
- const filterSensitiveLog: (obj: DescribeJobFlowsOutput) => any;
1108
- }
1109
845
  export interface DescribeNotebookExecutionInput {
1110
846
 
1111
847
  NotebookExecutionId: string | undefined;
1112
848
  }
1113
- export declare namespace DescribeNotebookExecutionInput {
1114
-
1115
- const filterSensitiveLog: (obj: DescribeNotebookExecutionInput) => any;
1116
- }
1117
849
  export declare enum ExecutionEngineType {
1118
850
  EMR = "EMR"
1119
851
  }
@@ -1126,10 +858,6 @@ export interface ExecutionEngineConfig {
1126
858
 
1127
859
  MasterInstanceSecurityGroupId?: string;
1128
860
  }
1129
- export declare namespace ExecutionEngineConfig {
1130
-
1131
- const filterSensitiveLog: (obj: ExecutionEngineConfig) => any;
1132
- }
1133
861
  export declare enum NotebookExecutionStatus {
1134
862
  FAILED = "FAILED",
1135
863
  FAILING = "FAILING",
@@ -1171,18 +899,10 @@ export interface NotebookExecution {
1171
899
 
1172
900
  Tags?: Tag[];
1173
901
  }
1174
- export declare namespace NotebookExecution {
1175
-
1176
- const filterSensitiveLog: (obj: NotebookExecution) => any;
1177
- }
1178
902
  export interface DescribeNotebookExecutionOutput {
1179
903
 
1180
904
  NotebookExecution?: NotebookExecution;
1181
905
  }
1182
- export declare namespace DescribeNotebookExecutionOutput {
1183
-
1184
- const filterSensitiveLog: (obj: DescribeNotebookExecutionOutput) => any;
1185
- }
1186
906
  export interface DescribeReleaseLabelInput {
1187
907
 
1188
908
  ReleaseLabel?: string;
@@ -1191,10 +911,6 @@ export interface DescribeReleaseLabelInput {
1191
911
 
1192
912
  MaxResults?: number;
1193
913
  }
1194
- export declare namespace DescribeReleaseLabelInput {
1195
-
1196
- const filterSensitiveLog: (obj: DescribeReleaseLabelInput) => any;
1197
- }
1198
914
 
1199
915
  export interface SimplifiedApplication {
1200
916
 
@@ -1202,19 +918,11 @@ export interface SimplifiedApplication {
1202
918
 
1203
919
  Version?: string;
1204
920
  }
1205
- export declare namespace SimplifiedApplication {
1206
-
1207
- const filterSensitiveLog: (obj: SimplifiedApplication) => any;
1208
- }
1209
921
 
1210
922
  export interface OSRelease {
1211
923
 
1212
924
  Label?: string;
1213
925
  }
1214
- export declare namespace OSRelease {
1215
-
1216
- const filterSensitiveLog: (obj: OSRelease) => any;
1217
- }
1218
926
  export interface DescribeReleaseLabelOutput {
1219
927
 
1220
928
  ReleaseLabel?: string;
@@ -1225,18 +933,10 @@ export interface DescribeReleaseLabelOutput {
1225
933
 
1226
934
  AvailableOSReleases?: OSRelease[];
1227
935
  }
1228
- export declare namespace DescribeReleaseLabelOutput {
1229
-
1230
- const filterSensitiveLog: (obj: DescribeReleaseLabelOutput) => any;
1231
- }
1232
936
  export interface DescribeSecurityConfigurationInput {
1233
937
 
1234
938
  Name: string | undefined;
1235
939
  }
1236
- export declare namespace DescribeSecurityConfigurationInput {
1237
-
1238
- const filterSensitiveLog: (obj: DescribeSecurityConfigurationInput) => any;
1239
- }
1240
940
  export interface DescribeSecurityConfigurationOutput {
1241
941
 
1242
942
  Name?: string;
@@ -1245,10 +945,6 @@ export interface DescribeSecurityConfigurationOutput {
1245
945
 
1246
946
  CreationDateTime?: Date;
1247
947
  }
1248
- export declare namespace DescribeSecurityConfigurationOutput {
1249
-
1250
- const filterSensitiveLog: (obj: DescribeSecurityConfigurationOutput) => any;
1251
- }
1252
948
 
1253
949
  export interface DescribeStepInput {
1254
950
 
@@ -1256,10 +952,6 @@ export interface DescribeStepInput {
1256
952
 
1257
953
  StepId: string | undefined;
1258
954
  }
1259
- export declare namespace DescribeStepInput {
1260
-
1261
- const filterSensitiveLog: (obj: DescribeStepInput) => any;
1262
- }
1263
955
 
1264
956
  export interface HadoopStepConfig {
1265
957
 
@@ -1271,10 +963,6 @@ export interface HadoopStepConfig {
1271
963
 
1272
964
  Args?: string[];
1273
965
  }
1274
- export declare namespace HadoopStepConfig {
1275
-
1276
- const filterSensitiveLog: (obj: HadoopStepConfig) => any;
1277
- }
1278
966
 
1279
967
  export interface FailureDetails {
1280
968
 
@@ -1284,10 +972,6 @@ export interface FailureDetails {
1284
972
 
1285
973
  LogFile?: string;
1286
974
  }
1287
- export declare namespace FailureDetails {
1288
-
1289
- const filterSensitiveLog: (obj: FailureDetails) => any;
1290
- }
1291
975
  export declare enum StepState {
1292
976
  CANCELLED = "CANCELLED",
1293
977
  CANCEL_PENDING = "CANCEL_PENDING",
@@ -1305,10 +989,6 @@ export interface StepStateChangeReason {
1305
989
 
1306
990
  Message?: string;
1307
991
  }
1308
- export declare namespace StepStateChangeReason {
1309
-
1310
- const filterSensitiveLog: (obj: StepStateChangeReason) => any;
1311
- }
1312
992
 
1313
993
  export interface StepTimeline {
1314
994
 
@@ -1318,10 +998,6 @@ export interface StepTimeline {
1318
998
 
1319
999
  EndDateTime?: Date;
1320
1000
  }
1321
- export declare namespace StepTimeline {
1322
-
1323
- const filterSensitiveLog: (obj: StepTimeline) => any;
1324
- }
1325
1001
 
1326
1002
  export interface StepStatus {
1327
1003
 
@@ -1333,10 +1009,6 @@ export interface StepStatus {
1333
1009
 
1334
1010
  Timeline?: StepTimeline;
1335
1011
  }
1336
- export declare namespace StepStatus {
1337
-
1338
- const filterSensitiveLog: (obj: StepStatus) => any;
1339
- }
1340
1012
 
1341
1013
  export interface Step {
1342
1014
 
@@ -1352,27 +1024,15 @@ export interface Step {
1352
1024
 
1353
1025
  ExecutionRoleArn?: string;
1354
1026
  }
1355
- export declare namespace Step {
1356
-
1357
- const filterSensitiveLog: (obj: Step) => any;
1358
- }
1359
1027
 
1360
1028
  export interface DescribeStepOutput {
1361
1029
 
1362
1030
  Step?: Step;
1363
1031
  }
1364
- export declare namespace DescribeStepOutput {
1365
-
1366
- const filterSensitiveLog: (obj: DescribeStepOutput) => any;
1367
- }
1368
1032
  export interface DescribeStudioInput {
1369
1033
 
1370
1034
  StudioId: string | undefined;
1371
1035
  }
1372
- export declare namespace DescribeStudioInput {
1373
-
1374
- const filterSensitiveLog: (obj: DescribeStudioInput) => any;
1375
- }
1376
1036
 
1377
1037
  export interface Studio {
1378
1038
 
@@ -1410,18 +1070,10 @@ export interface Studio {
1410
1070
 
1411
1071
  Tags?: Tag[];
1412
1072
  }
1413
- export declare namespace Studio {
1414
-
1415
- const filterSensitiveLog: (obj: Studio) => any;
1416
- }
1417
1073
  export interface DescribeStudioOutput {
1418
1074
 
1419
1075
  Studio?: Studio;
1420
1076
  }
1421
- export declare namespace DescribeStudioOutput {
1422
-
1423
- const filterSensitiveLog: (obj: DescribeStudioOutput) => any;
1424
- }
1425
1077
 
1426
1078
  export interface EbsBlockDevice {
1427
1079
 
@@ -1429,10 +1081,6 @@ export interface EbsBlockDevice {
1429
1081
 
1430
1082
  Device?: string;
1431
1083
  }
1432
- export declare namespace EbsBlockDevice {
1433
-
1434
- const filterSensitiveLog: (obj: EbsBlockDevice) => any;
1435
- }
1436
1084
 
1437
1085
  export interface EbsVolume {
1438
1086
 
@@ -1440,57 +1088,29 @@ export interface EbsVolume {
1440
1088
 
1441
1089
  VolumeId?: string;
1442
1090
  }
1443
- export declare namespace EbsVolume {
1444
-
1445
- const filterSensitiveLog: (obj: EbsVolume) => any;
1446
- }
1447
1091
  export interface GetAutoTerminationPolicyInput {
1448
1092
 
1449
1093
  ClusterId: string | undefined;
1450
1094
  }
1451
- export declare namespace GetAutoTerminationPolicyInput {
1452
-
1453
- const filterSensitiveLog: (obj: GetAutoTerminationPolicyInput) => any;
1454
- }
1455
1095
  export interface GetAutoTerminationPolicyOutput {
1456
1096
 
1457
1097
  AutoTerminationPolicy?: AutoTerminationPolicy;
1458
1098
  }
1459
- export declare namespace GetAutoTerminationPolicyOutput {
1460
-
1461
- const filterSensitiveLog: (obj: GetAutoTerminationPolicyOutput) => any;
1462
- }
1463
1099
  export interface GetBlockPublicAccessConfigurationInput {
1464
1100
  }
1465
- export declare namespace GetBlockPublicAccessConfigurationInput {
1466
-
1467
- const filterSensitiveLog: (obj: GetBlockPublicAccessConfigurationInput) => any;
1468
- }
1469
1101
  export interface GetManagedScalingPolicyInput {
1470
1102
 
1471
1103
  ClusterId: string | undefined;
1472
1104
  }
1473
- export declare namespace GetManagedScalingPolicyInput {
1474
-
1475
- const filterSensitiveLog: (obj: GetManagedScalingPolicyInput) => any;
1476
- }
1477
1105
 
1478
1106
  export interface ManagedScalingPolicy {
1479
1107
 
1480
1108
  ComputeLimits?: ComputeLimits;
1481
1109
  }
1482
- export declare namespace ManagedScalingPolicy {
1483
-
1484
- const filterSensitiveLog: (obj: ManagedScalingPolicy) => any;
1485
- }
1486
1110
  export interface GetManagedScalingPolicyOutput {
1487
1111
 
1488
1112
  ManagedScalingPolicy?: ManagedScalingPolicy;
1489
1113
  }
1490
- export declare namespace GetManagedScalingPolicyOutput {
1491
-
1492
- const filterSensitiveLog: (obj: GetManagedScalingPolicyOutput) => any;
1493
- }
1494
1114
  export interface GetStudioSessionMappingInput {
1495
1115
 
1496
1116
  StudioId: string | undefined;
@@ -1501,10 +1121,6 @@ export interface GetStudioSessionMappingInput {
1501
1121
 
1502
1122
  IdentityType: IdentityType | string | undefined;
1503
1123
  }
1504
- export declare namespace GetStudioSessionMappingInput {
1505
-
1506
- const filterSensitiveLog: (obj: GetStudioSessionMappingInput) => any;
1507
- }
1508
1124
 
1509
1125
  export interface SessionMappingDetail {
1510
1126
 
@@ -1522,18 +1138,10 @@ export interface SessionMappingDetail {
1522
1138
 
1523
1139
  LastModifiedTime?: Date;
1524
1140
  }
1525
- export declare namespace SessionMappingDetail {
1526
-
1527
- const filterSensitiveLog: (obj: SessionMappingDetail) => any;
1528
- }
1529
1141
  export interface GetStudioSessionMappingOutput {
1530
1142
 
1531
1143
  SessionMapping?: SessionMappingDetail;
1532
1144
  }
1533
- export declare namespace GetStudioSessionMappingOutput {
1534
-
1535
- const filterSensitiveLog: (obj: GetStudioSessionMappingOutput) => any;
1536
- }
1537
1145
 
1538
1146
  export interface ListBootstrapActionsInput {
1539
1147
 
@@ -1541,10 +1149,6 @@ export interface ListBootstrapActionsInput {
1541
1149
 
1542
1150
  Marker?: string;
1543
1151
  }
1544
- export declare namespace ListBootstrapActionsInput {
1545
-
1546
- const filterSensitiveLog: (obj: ListBootstrapActionsInput) => any;
1547
- }
1548
1152
 
1549
1153
  export interface ListBootstrapActionsOutput {
1550
1154
 
@@ -1552,10 +1156,6 @@ export interface ListBootstrapActionsOutput {
1552
1156
 
1553
1157
  Marker?: string;
1554
1158
  }
1555
- export declare namespace ListBootstrapActionsOutput {
1556
-
1557
- const filterSensitiveLog: (obj: ListBootstrapActionsOutput) => any;
1558
- }
1559
1159
 
1560
1160
  export interface ListClustersInput {
1561
1161
 
@@ -1567,10 +1167,6 @@ export interface ListClustersInput {
1567
1167
 
1568
1168
  Marker?: string;
1569
1169
  }
1570
- export declare namespace ListClustersInput {
1571
-
1572
- const filterSensitiveLog: (obj: ListClustersInput) => any;
1573
- }
1574
1170
 
1575
1171
  export interface ListClustersOutput {
1576
1172
 
@@ -1578,20 +1174,12 @@ export interface ListClustersOutput {
1578
1174
 
1579
1175
  Marker?: string;
1580
1176
  }
1581
- export declare namespace ListClustersOutput {
1582
-
1583
- const filterSensitiveLog: (obj: ListClustersOutput) => any;
1584
- }
1585
1177
  export interface ListInstanceFleetsInput {
1586
1178
 
1587
1179
  ClusterId: string | undefined;
1588
1180
 
1589
1181
  Marker?: string;
1590
1182
  }
1591
- export declare namespace ListInstanceFleetsInput {
1592
-
1593
- const filterSensitiveLog: (obj: ListInstanceFleetsInput) => any;
1594
- }
1595
1183
  export declare enum InstanceFleetState {
1596
1184
  BOOTSTRAPPING = "BOOTSTRAPPING",
1597
1185
  PROVISIONING = "PROVISIONING",
@@ -1614,10 +1202,6 @@ export interface InstanceFleetStateChangeReason {
1614
1202
 
1615
1203
  Message?: string;
1616
1204
  }
1617
- export declare namespace InstanceFleetStateChangeReason {
1618
-
1619
- const filterSensitiveLog: (obj: InstanceFleetStateChangeReason) => any;
1620
- }
1621
1205
 
1622
1206
  export interface InstanceFleetTimeline {
1623
1207
 
@@ -1627,10 +1211,6 @@ export interface InstanceFleetTimeline {
1627
1211
 
1628
1212
  EndDateTime?: Date;
1629
1213
  }
1630
- export declare namespace InstanceFleetTimeline {
1631
-
1632
- const filterSensitiveLog: (obj: InstanceFleetTimeline) => any;
1633
- }
1634
1214
 
1635
1215
  export interface InstanceFleetStatus {
1636
1216
 
@@ -1640,10 +1220,6 @@ export interface InstanceFleetStatus {
1640
1220
 
1641
1221
  Timeline?: InstanceFleetTimeline;
1642
1222
  }
1643
- export declare namespace InstanceFleetStatus {
1644
-
1645
- const filterSensitiveLog: (obj: InstanceFleetStatus) => any;
1646
- }
1647
1223
 
1648
1224
  export interface ListInstanceGroupsInput {
1649
1225
 
@@ -1651,10 +1227,6 @@ export interface ListInstanceGroupsInput {
1651
1227
 
1652
1228
  Marker?: string;
1653
1229
  }
1654
- export declare namespace ListInstanceGroupsInput {
1655
-
1656
- const filterSensitiveLog: (obj: ListInstanceGroupsInput) => any;
1657
- }
1658
1230
  export declare enum InstanceGroupType {
1659
1231
  CORE = "CORE",
1660
1232
  MASTER = "MASTER",
@@ -1669,10 +1241,6 @@ export interface InstanceResizePolicy {
1669
1241
 
1670
1242
  InstanceTerminationTimeout?: number;
1671
1243
  }
1672
- export declare namespace InstanceResizePolicy {
1673
-
1674
- const filterSensitiveLog: (obj: InstanceResizePolicy) => any;
1675
- }
1676
1244
 
1677
1245
  export interface ShrinkPolicy {
1678
1246
 
@@ -1680,10 +1248,6 @@ export interface ShrinkPolicy {
1680
1248
 
1681
1249
  InstanceResizePolicy?: InstanceResizePolicy;
1682
1250
  }
1683
- export declare namespace ShrinkPolicy {
1684
-
1685
- const filterSensitiveLog: (obj: ShrinkPolicy) => any;
1686
- }
1687
1251
  export declare enum InstanceGroupStateChangeReasonCode {
1688
1252
  CLUSTER_TERMINATED = "CLUSTER_TERMINATED",
1689
1253
  INSTANCE_FAILURE = "INSTANCE_FAILURE",
@@ -1697,10 +1261,6 @@ export interface InstanceGroupStateChangeReason {
1697
1261
 
1698
1262
  Message?: string;
1699
1263
  }
1700
- export declare namespace InstanceGroupStateChangeReason {
1701
-
1702
- const filterSensitiveLog: (obj: InstanceGroupStateChangeReason) => any;
1703
- }
1704
1264
 
1705
1265
  export interface InstanceGroupTimeline {
1706
1266
 
@@ -1710,10 +1270,6 @@ export interface InstanceGroupTimeline {
1710
1270
 
1711
1271
  EndDateTime?: Date;
1712
1272
  }
1713
- export declare namespace InstanceGroupTimeline {
1714
-
1715
- const filterSensitiveLog: (obj: InstanceGroupTimeline) => any;
1716
- }
1717
1273
 
1718
1274
  export interface InstanceGroupStatus {
1719
1275
 
@@ -1723,10 +1279,6 @@ export interface InstanceGroupStatus {
1723
1279
 
1724
1280
  Timeline?: InstanceGroupTimeline;
1725
1281
  }
1726
- export declare namespace InstanceGroupStatus {
1727
-
1728
- const filterSensitiveLog: (obj: InstanceGroupStatus) => any;
1729
- }
1730
1282
  export declare enum InstanceState {
1731
1283
  AWAITING_FULFILLMENT = "AWAITING_FULFILLMENT",
1732
1284
  BOOTSTRAPPING = "BOOTSTRAPPING",
@@ -1751,10 +1303,6 @@ export interface ListInstancesInput {
1751
1303
 
1752
1304
  Marker?: string;
1753
1305
  }
1754
- export declare namespace ListInstancesInput {
1755
-
1756
- const filterSensitiveLog: (obj: ListInstancesInput) => any;
1757
- }
1758
1306
  export declare enum InstanceStateChangeReasonCode {
1759
1307
  BOOTSTRAP_FAILURE = "BOOTSTRAP_FAILURE",
1760
1308
  CLUSTER_TERMINATED = "CLUSTER_TERMINATED",
@@ -1769,10 +1317,6 @@ export interface InstanceStateChangeReason {
1769
1317
 
1770
1318
  Message?: string;
1771
1319
  }
1772
- export declare namespace InstanceStateChangeReason {
1773
-
1774
- const filterSensitiveLog: (obj: InstanceStateChangeReason) => any;
1775
- }
1776
1320
 
1777
1321
  export interface InstanceTimeline {
1778
1322
 
@@ -1782,10 +1326,6 @@ export interface InstanceTimeline {
1782
1326
 
1783
1327
  EndDateTime?: Date;
1784
1328
  }
1785
- export declare namespace InstanceTimeline {
1786
-
1787
- const filterSensitiveLog: (obj: InstanceTimeline) => any;
1788
- }
1789
1329
 
1790
1330
  export interface InstanceStatus {
1791
1331
 
@@ -1795,10 +1335,6 @@ export interface InstanceStatus {
1795
1335
 
1796
1336
  Timeline?: InstanceTimeline;
1797
1337
  }
1798
- export declare namespace InstanceStatus {
1799
-
1800
- const filterSensitiveLog: (obj: InstanceStatus) => any;
1801
- }
1802
1338
 
1803
1339
  export interface Instance {
1804
1340
 
@@ -1826,10 +1362,6 @@ export interface Instance {
1826
1362
 
1827
1363
  EbsVolumes?: EbsVolume[];
1828
1364
  }
1829
- export declare namespace Instance {
1830
-
1831
- const filterSensitiveLog: (obj: Instance) => any;
1832
- }
1833
1365
 
1834
1366
  export interface ListInstancesOutput {
1835
1367
 
@@ -1837,10 +1369,6 @@ export interface ListInstancesOutput {
1837
1369
 
1838
1370
  Marker?: string;
1839
1371
  }
1840
- export declare namespace ListInstancesOutput {
1841
-
1842
- const filterSensitiveLog: (obj: ListInstancesOutput) => any;
1843
- }
1844
1372
  export interface ListNotebookExecutionsInput {
1845
1373
 
1846
1374
  EditorId?: string;
@@ -1853,10 +1381,6 @@ export interface ListNotebookExecutionsInput {
1853
1381
 
1854
1382
  Marker?: string;
1855
1383
  }
1856
- export declare namespace ListNotebookExecutionsInput {
1857
-
1858
- const filterSensitiveLog: (obj: ListNotebookExecutionsInput) => any;
1859
- }
1860
1384
 
1861
1385
  export interface NotebookExecutionSummary {
1862
1386
 
@@ -1872,20 +1396,12 @@ export interface NotebookExecutionSummary {
1872
1396
 
1873
1397
  EndTime?: Date;
1874
1398
  }
1875
- export declare namespace NotebookExecutionSummary {
1876
-
1877
- const filterSensitiveLog: (obj: NotebookExecutionSummary) => any;
1878
- }
1879
1399
  export interface ListNotebookExecutionsOutput {
1880
1400
 
1881
1401
  NotebookExecutions?: NotebookExecutionSummary[];
1882
1402
 
1883
1403
  Marker?: string;
1884
1404
  }
1885
- export declare namespace ListNotebookExecutionsOutput {
1886
-
1887
- const filterSensitiveLog: (obj: ListNotebookExecutionsOutput) => any;
1888
- }
1889
1405
 
1890
1406
  export interface ReleaseLabelFilter {
1891
1407
 
@@ -1893,10 +1409,6 @@ export interface ReleaseLabelFilter {
1893
1409
 
1894
1410
  Application?: string;
1895
1411
  }
1896
- export declare namespace ReleaseLabelFilter {
1897
-
1898
- const filterSensitiveLog: (obj: ReleaseLabelFilter) => any;
1899
- }
1900
1412
  export interface ListReleaseLabelsInput {
1901
1413
 
1902
1414
  Filters?: ReleaseLabelFilter;
@@ -1905,28 +1417,16 @@ export interface ListReleaseLabelsInput {
1905
1417
 
1906
1418
  MaxResults?: number;
1907
1419
  }
1908
- export declare namespace ListReleaseLabelsInput {
1909
-
1910
- const filterSensitiveLog: (obj: ListReleaseLabelsInput) => any;
1911
- }
1912
1420
  export interface ListReleaseLabelsOutput {
1913
1421
 
1914
1422
  ReleaseLabels?: string[];
1915
1423
 
1916
1424
  NextToken?: string;
1917
1425
  }
1918
- export declare namespace ListReleaseLabelsOutput {
1919
-
1920
- const filterSensitiveLog: (obj: ListReleaseLabelsOutput) => any;
1921
- }
1922
1426
  export interface ListSecurityConfigurationsInput {
1923
1427
 
1924
1428
  Marker?: string;
1925
1429
  }
1926
- export declare namespace ListSecurityConfigurationsInput {
1927
-
1928
- const filterSensitiveLog: (obj: ListSecurityConfigurationsInput) => any;
1929
- }
1930
1430
 
1931
1431
  export interface SecurityConfigurationSummary {
1932
1432
 
@@ -1934,20 +1434,12 @@ export interface SecurityConfigurationSummary {
1934
1434
 
1935
1435
  CreationDateTime?: Date;
1936
1436
  }
1937
- export declare namespace SecurityConfigurationSummary {
1938
-
1939
- const filterSensitiveLog: (obj: SecurityConfigurationSummary) => any;
1940
- }
1941
1437
  export interface ListSecurityConfigurationsOutput {
1942
1438
 
1943
1439
  SecurityConfigurations?: SecurityConfigurationSummary[];
1944
1440
 
1945
1441
  Marker?: string;
1946
1442
  }
1947
- export declare namespace ListSecurityConfigurationsOutput {
1948
-
1949
- const filterSensitiveLog: (obj: ListSecurityConfigurationsOutput) => any;
1950
- }
1951
1443
 
1952
1444
  export interface ListStepsInput {
1953
1445
 
@@ -1959,10 +1451,6 @@ export interface ListStepsInput {
1959
1451
 
1960
1452
  Marker?: string;
1961
1453
  }
1962
- export declare namespace ListStepsInput {
1963
-
1964
- const filterSensitiveLog: (obj: ListStepsInput) => any;
1965
- }
1966
1454
 
1967
1455
  export interface StepSummary {
1968
1456
 
@@ -1976,10 +1464,6 @@ export interface StepSummary {
1976
1464
 
1977
1465
  Status?: StepStatus;
1978
1466
  }
1979
- export declare namespace StepSummary {
1980
-
1981
- const filterSensitiveLog: (obj: StepSummary) => any;
1982
- }
1983
1467
 
1984
1468
  export interface ListStepsOutput {
1985
1469
 
@@ -1987,18 +1471,10 @@ export interface ListStepsOutput {
1987
1471
 
1988
1472
  Marker?: string;
1989
1473
  }
1990
- export declare namespace ListStepsOutput {
1991
-
1992
- const filterSensitiveLog: (obj: ListStepsOutput) => any;
1993
- }
1994
1474
  export interface ListStudiosInput {
1995
1475
 
1996
1476
  Marker?: string;
1997
1477
  }
1998
- export declare namespace ListStudiosInput {
1999
-
2000
- const filterSensitiveLog: (obj: ListStudiosInput) => any;
2001
- }
2002
1478
 
2003
1479
  export interface StudioSummary {
2004
1480
 
@@ -2016,20 +1492,12 @@ export interface StudioSummary {
2016
1492
 
2017
1493
  CreationTime?: Date;
2018
1494
  }
2019
- export declare namespace StudioSummary {
2020
-
2021
- const filterSensitiveLog: (obj: StudioSummary) => any;
2022
- }
2023
1495
  export interface ListStudiosOutput {
2024
1496
 
2025
1497
  Studios?: StudioSummary[];
2026
1498
 
2027
1499
  Marker?: string;
2028
1500
  }
2029
- export declare namespace ListStudiosOutput {
2030
-
2031
- const filterSensitiveLog: (obj: ListStudiosOutput) => any;
2032
- }
2033
1501
  export interface ListStudioSessionMappingsInput {
2034
1502
 
2035
1503
  StudioId?: string;
@@ -2038,10 +1506,6 @@ export interface ListStudioSessionMappingsInput {
2038
1506
 
2039
1507
  Marker?: string;
2040
1508
  }
2041
- export declare namespace ListStudioSessionMappingsInput {
2042
-
2043
- const filterSensitiveLog: (obj: ListStudioSessionMappingsInput) => any;
2044
- }
2045
1509
 
2046
1510
  export interface SessionMappingSummary {
2047
1511
 
@@ -2057,38 +1521,22 @@ export interface SessionMappingSummary {
2057
1521
 
2058
1522
  CreationTime?: Date;
2059
1523
  }
2060
- export declare namespace SessionMappingSummary {
2061
-
2062
- const filterSensitiveLog: (obj: SessionMappingSummary) => any;
2063
- }
2064
1524
  export interface ListStudioSessionMappingsOutput {
2065
1525
 
2066
1526
  SessionMappings?: SessionMappingSummary[];
2067
1527
 
2068
1528
  Marker?: string;
2069
1529
  }
2070
- export declare namespace ListStudioSessionMappingsOutput {
2071
-
2072
- const filterSensitiveLog: (obj: ListStudioSessionMappingsOutput) => any;
2073
- }
2074
1530
  export interface ModifyClusterInput {
2075
1531
 
2076
1532
  ClusterId: string | undefined;
2077
1533
 
2078
1534
  StepConcurrencyLevel?: number;
2079
1535
  }
2080
- export declare namespace ModifyClusterInput {
2081
-
2082
- const filterSensitiveLog: (obj: ModifyClusterInput) => any;
2083
- }
2084
1536
  export interface ModifyClusterOutput {
2085
1537
 
2086
1538
  StepConcurrencyLevel?: number;
2087
1539
  }
2088
- export declare namespace ModifyClusterOutput {
2089
-
2090
- const filterSensitiveLog: (obj: ModifyClusterOutput) => any;
2091
- }
2092
1540
 
2093
1541
  export interface InstanceFleetModifyConfig {
2094
1542
 
@@ -2098,20 +1546,12 @@ export interface InstanceFleetModifyConfig {
2098
1546
 
2099
1547
  TargetSpotCapacity?: number;
2100
1548
  }
2101
- export declare namespace InstanceFleetModifyConfig {
2102
-
2103
- const filterSensitiveLog: (obj: InstanceFleetModifyConfig) => any;
2104
- }
2105
1549
  export interface ModifyInstanceFleetInput {
2106
1550
 
2107
1551
  ClusterId: string | undefined;
2108
1552
 
2109
1553
  InstanceFleet: InstanceFleetModifyConfig | undefined;
2110
1554
  }
2111
- export declare namespace ModifyInstanceFleetInput {
2112
-
2113
- const filterSensitiveLog: (obj: ModifyInstanceFleetInput) => any;
2114
- }
2115
1555
  export declare enum ReconfigurationType {
2116
1556
  MERGE = "MERGE",
2117
1557
  OVERWRITE = "OVERWRITE"
@@ -2124,10 +1564,6 @@ export interface PutAutoScalingPolicyInput {
2124
1564
 
2125
1565
  AutoScalingPolicy: AutoScalingPolicy | undefined;
2126
1566
  }
2127
- export declare namespace PutAutoScalingPolicyInput {
2128
-
2129
- const filterSensitiveLog: (obj: PutAutoScalingPolicyInput) => any;
2130
- }
2131
1567
  export interface PutAutoScalingPolicyOutput {
2132
1568
 
2133
1569
  ClusterId?: string;
@@ -2138,92 +1574,44 @@ export interface PutAutoScalingPolicyOutput {
2138
1574
 
2139
1575
  ClusterArn?: string;
2140
1576
  }
2141
- export declare namespace PutAutoScalingPolicyOutput {
2142
-
2143
- const filterSensitiveLog: (obj: PutAutoScalingPolicyOutput) => any;
2144
- }
2145
1577
  export interface PutAutoTerminationPolicyInput {
2146
1578
 
2147
1579
  ClusterId: string | undefined;
2148
1580
 
2149
1581
  AutoTerminationPolicy?: AutoTerminationPolicy;
2150
1582
  }
2151
- export declare namespace PutAutoTerminationPolicyInput {
2152
-
2153
- const filterSensitiveLog: (obj: PutAutoTerminationPolicyInput) => any;
2154
- }
2155
1583
  export interface PutAutoTerminationPolicyOutput {
2156
1584
  }
2157
- export declare namespace PutAutoTerminationPolicyOutput {
2158
-
2159
- const filterSensitiveLog: (obj: PutAutoTerminationPolicyOutput) => any;
2160
- }
2161
1585
  export interface PutBlockPublicAccessConfigurationOutput {
2162
1586
  }
2163
- export declare namespace PutBlockPublicAccessConfigurationOutput {
2164
-
2165
- const filterSensitiveLog: (obj: PutBlockPublicAccessConfigurationOutput) => any;
2166
- }
2167
1587
  export interface PutManagedScalingPolicyInput {
2168
1588
 
2169
1589
  ClusterId: string | undefined;
2170
1590
 
2171
1591
  ManagedScalingPolicy: ManagedScalingPolicy | undefined;
2172
1592
  }
2173
- export declare namespace PutManagedScalingPolicyInput {
2174
-
2175
- const filterSensitiveLog: (obj: PutManagedScalingPolicyInput) => any;
2176
- }
2177
1593
  export interface PutManagedScalingPolicyOutput {
2178
1594
  }
2179
- export declare namespace PutManagedScalingPolicyOutput {
2180
-
2181
- const filterSensitiveLog: (obj: PutManagedScalingPolicyOutput) => any;
2182
- }
2183
1595
  export interface RemoveAutoScalingPolicyInput {
2184
1596
 
2185
1597
  ClusterId: string | undefined;
2186
1598
 
2187
1599
  InstanceGroupId: string | undefined;
2188
1600
  }
2189
- export declare namespace RemoveAutoScalingPolicyInput {
2190
-
2191
- const filterSensitiveLog: (obj: RemoveAutoScalingPolicyInput) => any;
2192
- }
2193
1601
  export interface RemoveAutoScalingPolicyOutput {
2194
1602
  }
2195
- export declare namespace RemoveAutoScalingPolicyOutput {
2196
-
2197
- const filterSensitiveLog: (obj: RemoveAutoScalingPolicyOutput) => any;
2198
- }
2199
1603
  export interface RemoveAutoTerminationPolicyInput {
2200
1604
 
2201
1605
  ClusterId: string | undefined;
2202
1606
  }
2203
- export declare namespace RemoveAutoTerminationPolicyInput {
2204
-
2205
- const filterSensitiveLog: (obj: RemoveAutoTerminationPolicyInput) => any;
2206
- }
2207
1607
  export interface RemoveAutoTerminationPolicyOutput {
2208
1608
  }
2209
- export declare namespace RemoveAutoTerminationPolicyOutput {
2210
-
2211
- const filterSensitiveLog: (obj: RemoveAutoTerminationPolicyOutput) => any;
2212
- }
2213
1609
  export interface RemoveManagedScalingPolicyInput {
2214
1610
 
2215
1611
  ClusterId: string | undefined;
2216
1612
  }
2217
- export declare namespace RemoveManagedScalingPolicyInput {
2218
-
2219
- const filterSensitiveLog: (obj: RemoveManagedScalingPolicyInput) => any;
2220
- }
2221
1613
  export interface RemoveManagedScalingPolicyOutput {
2222
1614
  }
2223
- export declare namespace RemoveManagedScalingPolicyOutput {
2224
-
2225
- const filterSensitiveLog: (obj: RemoveManagedScalingPolicyOutput) => any;
2226
- }
2227
1615
 
2228
1616
  export interface RemoveTagsInput {
2229
1617
 
@@ -2231,17 +1619,9 @@ export interface RemoveTagsInput {
2231
1619
 
2232
1620
  TagKeys: string[] | undefined;
2233
1621
  }
2234
- export declare namespace RemoveTagsInput {
2235
-
2236
- const filterSensitiveLog: (obj: RemoveTagsInput) => any;
2237
- }
2238
1622
 
2239
1623
  export interface RemoveTagsOutput {
2240
1624
  }
2241
- export declare namespace RemoveTagsOutput {
2242
-
2243
- const filterSensitiveLog: (obj: RemoveTagsOutput) => any;
2244
- }
2245
1625
 
2246
1626
  export interface SupportedProductConfig {
2247
1627
 
@@ -2249,10 +1629,6 @@ export interface SupportedProductConfig {
2249
1629
 
2250
1630
  Args?: string[];
2251
1631
  }
2252
- export declare namespace SupportedProductConfig {
2253
-
2254
- const filterSensitiveLog: (obj: SupportedProductConfig) => any;
2255
- }
2256
1632
 
2257
1633
  export interface RunJobFlowOutput {
2258
1634
 
@@ -2260,10 +1636,6 @@ export interface RunJobFlowOutput {
2260
1636
 
2261
1637
  ClusterArn?: string;
2262
1638
  }
2263
- export declare namespace RunJobFlowOutput {
2264
-
2265
- const filterSensitiveLog: (obj: RunJobFlowOutput) => any;
2266
- }
2267
1639
 
2268
1640
  export interface SetTerminationProtectionInput {
2269
1641
 
@@ -2271,10 +1643,6 @@ export interface SetTerminationProtectionInput {
2271
1643
 
2272
1644
  TerminationProtected: boolean | undefined;
2273
1645
  }
2274
- export declare namespace SetTerminationProtectionInput {
2275
-
2276
- const filterSensitiveLog: (obj: SetTerminationProtectionInput) => any;
2277
- }
2278
1646
 
2279
1647
  export interface SetVisibleToAllUsersInput {
2280
1648
 
@@ -2282,10 +1650,6 @@ export interface SetVisibleToAllUsersInput {
2282
1650
 
2283
1651
  VisibleToAllUsers: boolean | undefined;
2284
1652
  }
2285
- export declare namespace SetVisibleToAllUsersInput {
2286
-
2287
- const filterSensitiveLog: (obj: SetVisibleToAllUsersInput) => any;
2288
- }
2289
1653
  export interface StartNotebookExecutionInput {
2290
1654
 
2291
1655
  EditorId: string | undefined;
@@ -2304,35 +1668,19 @@ export interface StartNotebookExecutionInput {
2304
1668
 
2305
1669
  Tags?: Tag[];
2306
1670
  }
2307
- export declare namespace StartNotebookExecutionInput {
2308
-
2309
- const filterSensitiveLog: (obj: StartNotebookExecutionInput) => any;
2310
- }
2311
1671
  export interface StartNotebookExecutionOutput {
2312
1672
 
2313
1673
  NotebookExecutionId?: string;
2314
1674
  }
2315
- export declare namespace StartNotebookExecutionOutput {
2316
-
2317
- const filterSensitiveLog: (obj: StartNotebookExecutionOutput) => any;
2318
- }
2319
1675
  export interface StopNotebookExecutionInput {
2320
1676
 
2321
1677
  NotebookExecutionId: string | undefined;
2322
1678
  }
2323
- export declare namespace StopNotebookExecutionInput {
2324
-
2325
- const filterSensitiveLog: (obj: StopNotebookExecutionInput) => any;
2326
- }
2327
1679
 
2328
1680
  export interface TerminateJobFlowsInput {
2329
1681
 
2330
1682
  JobFlowIds: string[] | undefined;
2331
1683
  }
2332
- export declare namespace TerminateJobFlowsInput {
2333
-
2334
- const filterSensitiveLog: (obj: TerminateJobFlowsInput) => any;
2335
- }
2336
1684
  export interface UpdateStudioInput {
2337
1685
 
2338
1686
  StudioId: string | undefined;
@@ -2345,10 +1693,6 @@ export interface UpdateStudioInput {
2345
1693
 
2346
1694
  DefaultS3Location?: string;
2347
1695
  }
2348
- export declare namespace UpdateStudioInput {
2349
-
2350
- const filterSensitiveLog: (obj: UpdateStudioInput) => any;
2351
- }
2352
1696
  export interface UpdateStudioSessionMappingInput {
2353
1697
 
2354
1698
  StudioId: string | undefined;
@@ -2361,10 +1705,6 @@ export interface UpdateStudioSessionMappingInput {
2361
1705
 
2362
1706
  SessionPolicyArn: string | undefined;
2363
1707
  }
2364
- export declare namespace UpdateStudioSessionMappingInput {
2365
-
2366
- const filterSensitiveLog: (obj: UpdateStudioSessionMappingInput) => any;
2367
- }
2368
1708
 
2369
1709
  export interface Configuration {
2370
1710
 
@@ -2374,10 +1714,6 @@ export interface Configuration {
2374
1714
 
2375
1715
  Properties?: Record<string, string>;
2376
1716
  }
2377
- export declare namespace Configuration {
2378
-
2379
- const filterSensitiveLog: (obj: Configuration) => any;
2380
- }
2381
1717
 
2382
1718
  export interface BlockPublicAccessConfiguration {
2383
1719
 
@@ -2391,10 +1727,6 @@ export interface BlockPublicAccessConfiguration {
2391
1727
 
2392
1728
  Properties?: Record<string, string>;
2393
1729
  }
2394
- export declare namespace BlockPublicAccessConfiguration {
2395
-
2396
- const filterSensitiveLog: (obj: BlockPublicAccessConfiguration) => any;
2397
- }
2398
1730
 
2399
1731
  export interface Cluster {
2400
1732
 
@@ -2460,10 +1792,6 @@ export interface Cluster {
2460
1792
 
2461
1793
  OSReleaseLabel?: string;
2462
1794
  }
2463
- export declare namespace Cluster {
2464
-
2465
- const filterSensitiveLog: (obj: Cluster) => any;
2466
- }
2467
1795
 
2468
1796
  export interface InstanceGroupConfig {
2469
1797
 
@@ -2487,10 +1815,6 @@ export interface InstanceGroupConfig {
2487
1815
 
2488
1816
  CustomAmiId?: string;
2489
1817
  }
2490
- export declare namespace InstanceGroupConfig {
2491
-
2492
- const filterSensitiveLog: (obj: InstanceGroupConfig) => any;
2493
- }
2494
1818
 
2495
1819
  export interface InstanceGroupModifyConfig {
2496
1820
 
@@ -2506,10 +1830,6 @@ export interface InstanceGroupModifyConfig {
2506
1830
 
2507
1831
  Configurations?: Configuration[];
2508
1832
  }
2509
- export declare namespace InstanceGroupModifyConfig {
2510
-
2511
- const filterSensitiveLog: (obj: InstanceGroupModifyConfig) => any;
2512
- }
2513
1833
 
2514
1834
  export interface InstanceTypeConfig {
2515
1835
 
@@ -2527,10 +1847,6 @@ export interface InstanceTypeConfig {
2527
1847
 
2528
1848
  CustomAmiId?: string;
2529
1849
  }
2530
- export declare namespace InstanceTypeConfig {
2531
-
2532
- const filterSensitiveLog: (obj: InstanceTypeConfig) => any;
2533
- }
2534
1850
 
2535
1851
  export interface InstanceTypeSpecification {
2536
1852
 
@@ -2550,37 +1866,21 @@ export interface InstanceTypeSpecification {
2550
1866
 
2551
1867
  CustomAmiId?: string;
2552
1868
  }
2553
- export declare namespace InstanceTypeSpecification {
2554
-
2555
- const filterSensitiveLog: (obj: InstanceTypeSpecification) => any;
2556
- }
2557
1869
 
2558
1870
  export interface DescribeClusterOutput {
2559
1871
 
2560
1872
  Cluster?: Cluster;
2561
1873
  }
2562
- export declare namespace DescribeClusterOutput {
2563
-
2564
- const filterSensitiveLog: (obj: DescribeClusterOutput) => any;
2565
- }
2566
1874
  export interface GetBlockPublicAccessConfigurationOutput {
2567
1875
 
2568
1876
  BlockPublicAccessConfiguration: BlockPublicAccessConfiguration | undefined;
2569
1877
 
2570
1878
  BlockPublicAccessConfigurationMetadata: BlockPublicAccessConfigurationMetadata | undefined;
2571
1879
  }
2572
- export declare namespace GetBlockPublicAccessConfigurationOutput {
2573
-
2574
- const filterSensitiveLog: (obj: GetBlockPublicAccessConfigurationOutput) => any;
2575
- }
2576
1880
  export interface PutBlockPublicAccessConfigurationInput {
2577
1881
 
2578
1882
  BlockPublicAccessConfiguration: BlockPublicAccessConfiguration | undefined;
2579
1883
  }
2580
- export declare namespace PutBlockPublicAccessConfigurationInput {
2581
-
2582
- const filterSensitiveLog: (obj: PutBlockPublicAccessConfigurationInput) => any;
2583
- }
2584
1884
 
2585
1885
  export interface AddInstanceGroupsInput {
2586
1886
 
@@ -2588,10 +1888,6 @@ export interface AddInstanceGroupsInput {
2588
1888
 
2589
1889
  JobFlowId: string | undefined;
2590
1890
  }
2591
- export declare namespace AddInstanceGroupsInput {
2592
-
2593
- const filterSensitiveLog: (obj: AddInstanceGroupsInput) => any;
2594
- }
2595
1891
 
2596
1892
  export interface InstanceFleet {
2597
1893
 
@@ -2615,10 +1911,6 @@ export interface InstanceFleet {
2615
1911
 
2616
1912
  LaunchSpecifications?: InstanceFleetProvisioningSpecifications;
2617
1913
  }
2618
- export declare namespace InstanceFleet {
2619
-
2620
- const filterSensitiveLog: (obj: InstanceFleet) => any;
2621
- }
2622
1914
 
2623
1915
  export interface InstanceFleetConfig {
2624
1916
 
@@ -2634,10 +1926,6 @@ export interface InstanceFleetConfig {
2634
1926
 
2635
1927
  LaunchSpecifications?: InstanceFleetProvisioningSpecifications;
2636
1928
  }
2637
- export declare namespace InstanceFleetConfig {
2638
-
2639
- const filterSensitiveLog: (obj: InstanceFleetConfig) => any;
2640
- }
2641
1929
 
2642
1930
  export interface ModifyInstanceGroupsInput {
2643
1931
 
@@ -2645,20 +1933,12 @@ export interface ModifyInstanceGroupsInput {
2645
1933
 
2646
1934
  InstanceGroups?: InstanceGroupModifyConfig[];
2647
1935
  }
2648
- export declare namespace ModifyInstanceGroupsInput {
2649
-
2650
- const filterSensitiveLog: (obj: ModifyInstanceGroupsInput) => any;
2651
- }
2652
1936
  export interface AddInstanceFleetInput {
2653
1937
 
2654
1938
  ClusterId: string | undefined;
2655
1939
 
2656
1940
  InstanceFleet: InstanceFleetConfig | undefined;
2657
1941
  }
2658
- export declare namespace AddInstanceFleetInput {
2659
-
2660
- const filterSensitiveLog: (obj: AddInstanceFleetInput) => any;
2661
- }
2662
1942
 
2663
1943
  export interface InstanceGroup {
2664
1944
 
@@ -2698,20 +1978,12 @@ export interface InstanceGroup {
2698
1978
 
2699
1979
  CustomAmiId?: string;
2700
1980
  }
2701
- export declare namespace InstanceGroup {
2702
-
2703
- const filterSensitiveLog: (obj: InstanceGroup) => any;
2704
- }
2705
1981
  export interface ListInstanceFleetsOutput {
2706
1982
 
2707
1983
  InstanceFleets?: InstanceFleet[];
2708
1984
 
2709
1985
  Marker?: string;
2710
1986
  }
2711
- export declare namespace ListInstanceFleetsOutput {
2712
-
2713
- const filterSensitiveLog: (obj: ListInstanceFleetsOutput) => any;
2714
- }
2715
1987
 
2716
1988
  export interface ListInstanceGroupsOutput {
2717
1989
 
@@ -2719,10 +1991,6 @@ export interface ListInstanceGroupsOutput {
2719
1991
 
2720
1992
  Marker?: string;
2721
1993
  }
2722
- export declare namespace ListInstanceGroupsOutput {
2723
-
2724
- const filterSensitiveLog: (obj: ListInstanceGroupsOutput) => any;
2725
- }
2726
1994
 
2727
1995
  export interface JobFlowInstancesConfig {
2728
1996
 
@@ -2760,10 +2028,6 @@ export interface JobFlowInstancesConfig {
2760
2028
 
2761
2029
  AdditionalSlaveSecurityGroups?: string[];
2762
2030
  }
2763
- export declare namespace JobFlowInstancesConfig {
2764
-
2765
- const filterSensitiveLog: (obj: JobFlowInstancesConfig) => any;
2766
- }
2767
2031
 
2768
2032
  export interface RunJobFlowInput {
2769
2033
 
@@ -2825,7 +2089,373 @@ export interface RunJobFlowInput {
2825
2089
 
2826
2090
  OSReleaseLabel?: string;
2827
2091
  }
2828
- export declare namespace RunJobFlowInput {
2829
-
2830
- const filterSensitiveLog: (obj: RunJobFlowInput) => any;
2831
- }
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;