@aws-sdk/client-emr 3.131.0 → 3.142.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 (113) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AddInstanceFleetCommand.js +2 -2
  4. package/dist-cjs/commands/AddInstanceGroupsCommand.js +2 -2
  5. package/dist-cjs/commands/AddJobFlowStepsCommand.js +2 -2
  6. package/dist-cjs/commands/AddTagsCommand.js +2 -2
  7. package/dist-cjs/commands/CancelStepsCommand.js +2 -2
  8. package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +2 -2
  9. package/dist-cjs/commands/CreateStudioCommand.js +2 -2
  10. package/dist-cjs/commands/CreateStudioSessionMappingCommand.js +1 -1
  11. package/dist-cjs/commands/DeleteSecurityConfigurationCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteStudioCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteStudioSessionMappingCommand.js +1 -1
  14. package/dist-cjs/commands/DescribeClusterCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeJobFlowsCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeNotebookExecutionCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeReleaseLabelCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeSecurityConfigurationCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeStepCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeStudioCommand.js +2 -2
  21. package/dist-cjs/commands/GetAutoTerminationPolicyCommand.js +2 -2
  22. package/dist-cjs/commands/GetBlockPublicAccessConfigurationCommand.js +2 -2
  23. package/dist-cjs/commands/GetManagedScalingPolicyCommand.js +2 -2
  24. package/dist-cjs/commands/GetStudioSessionMappingCommand.js +2 -2
  25. package/dist-cjs/commands/ListBootstrapActionsCommand.js +2 -2
  26. package/dist-cjs/commands/ListClustersCommand.js +2 -2
  27. package/dist-cjs/commands/ListInstanceFleetsCommand.js +2 -2
  28. package/dist-cjs/commands/ListInstanceGroupsCommand.js +2 -2
  29. package/dist-cjs/commands/ListInstancesCommand.js +2 -2
  30. package/dist-cjs/commands/ListNotebookExecutionsCommand.js +2 -2
  31. package/dist-cjs/commands/ListReleaseLabelsCommand.js +2 -2
  32. package/dist-cjs/commands/ListSecurityConfigurationsCommand.js +2 -2
  33. package/dist-cjs/commands/ListStepsCommand.js +2 -2
  34. package/dist-cjs/commands/ListStudioSessionMappingsCommand.js +2 -2
  35. package/dist-cjs/commands/ListStudiosCommand.js +2 -2
  36. package/dist-cjs/commands/ModifyClusterCommand.js +2 -2
  37. package/dist-cjs/commands/ModifyInstanceFleetCommand.js +1 -1
  38. package/dist-cjs/commands/ModifyInstanceGroupsCommand.js +1 -1
  39. package/dist-cjs/commands/PutAutoScalingPolicyCommand.js +2 -2
  40. package/dist-cjs/commands/PutAutoTerminationPolicyCommand.js +2 -2
  41. package/dist-cjs/commands/PutBlockPublicAccessConfigurationCommand.js +2 -2
  42. package/dist-cjs/commands/PutManagedScalingPolicyCommand.js +2 -2
  43. package/dist-cjs/commands/RemoveAutoScalingPolicyCommand.js +2 -2
  44. package/dist-cjs/commands/RemoveAutoTerminationPolicyCommand.js +2 -2
  45. package/dist-cjs/commands/RemoveManagedScalingPolicyCommand.js +2 -2
  46. package/dist-cjs/commands/RemoveTagsCommand.js +2 -2
  47. package/dist-cjs/commands/RunJobFlowCommand.js +2 -2
  48. package/dist-cjs/commands/SetTerminationProtectionCommand.js +1 -1
  49. package/dist-cjs/commands/SetVisibleToAllUsersCommand.js +1 -1
  50. package/dist-cjs/commands/StartNotebookExecutionCommand.js +2 -2
  51. package/dist-cjs/commands/StopNotebookExecutionCommand.js +1 -1
  52. package/dist-cjs/commands/TerminateJobFlowsCommand.js +1 -1
  53. package/dist-cjs/commands/UpdateStudioCommand.js +1 -1
  54. package/dist-cjs/commands/UpdateStudioSessionMappingCommand.js +1 -1
  55. package/dist-cjs/models/models_0.js +745 -1115
  56. package/dist-cjs/protocols/Aws_json1_1.js +276 -546
  57. package/dist-es/commands/AddInstanceFleetCommand.js +3 -3
  58. package/dist-es/commands/AddInstanceGroupsCommand.js +3 -3
  59. package/dist-es/commands/AddJobFlowStepsCommand.js +3 -3
  60. package/dist-es/commands/AddTagsCommand.js +3 -3
  61. package/dist-es/commands/CancelStepsCommand.js +3 -3
  62. package/dist-es/commands/CreateSecurityConfigurationCommand.js +3 -3
  63. package/dist-es/commands/CreateStudioCommand.js +3 -3
  64. package/dist-es/commands/CreateStudioSessionMappingCommand.js +2 -2
  65. package/dist-es/commands/DeleteSecurityConfigurationCommand.js +3 -3
  66. package/dist-es/commands/DeleteStudioCommand.js +2 -2
  67. package/dist-es/commands/DeleteStudioSessionMappingCommand.js +2 -2
  68. package/dist-es/commands/DescribeClusterCommand.js +3 -3
  69. package/dist-es/commands/DescribeJobFlowsCommand.js +3 -3
  70. package/dist-es/commands/DescribeNotebookExecutionCommand.js +3 -3
  71. package/dist-es/commands/DescribeReleaseLabelCommand.js +3 -3
  72. package/dist-es/commands/DescribeSecurityConfigurationCommand.js +3 -3
  73. package/dist-es/commands/DescribeStepCommand.js +3 -3
  74. package/dist-es/commands/DescribeStudioCommand.js +3 -3
  75. package/dist-es/commands/GetAutoTerminationPolicyCommand.js +3 -3
  76. package/dist-es/commands/GetBlockPublicAccessConfigurationCommand.js +3 -3
  77. package/dist-es/commands/GetManagedScalingPolicyCommand.js +3 -3
  78. package/dist-es/commands/GetStudioSessionMappingCommand.js +3 -3
  79. package/dist-es/commands/ListBootstrapActionsCommand.js +3 -3
  80. package/dist-es/commands/ListClustersCommand.js +3 -3
  81. package/dist-es/commands/ListInstanceFleetsCommand.js +3 -3
  82. package/dist-es/commands/ListInstanceGroupsCommand.js +3 -3
  83. package/dist-es/commands/ListInstancesCommand.js +3 -3
  84. package/dist-es/commands/ListNotebookExecutionsCommand.js +3 -3
  85. package/dist-es/commands/ListReleaseLabelsCommand.js +3 -3
  86. package/dist-es/commands/ListSecurityConfigurationsCommand.js +3 -3
  87. package/dist-es/commands/ListStepsCommand.js +3 -3
  88. package/dist-es/commands/ListStudioSessionMappingsCommand.js +3 -3
  89. package/dist-es/commands/ListStudiosCommand.js +3 -3
  90. package/dist-es/commands/ModifyClusterCommand.js +3 -3
  91. package/dist-es/commands/ModifyInstanceFleetCommand.js +2 -2
  92. package/dist-es/commands/ModifyInstanceGroupsCommand.js +2 -2
  93. package/dist-es/commands/PutAutoScalingPolicyCommand.js +3 -3
  94. package/dist-es/commands/PutAutoTerminationPolicyCommand.js +3 -3
  95. package/dist-es/commands/PutBlockPublicAccessConfigurationCommand.js +3 -3
  96. package/dist-es/commands/PutManagedScalingPolicyCommand.js +3 -3
  97. package/dist-es/commands/RemoveAutoScalingPolicyCommand.js +3 -3
  98. package/dist-es/commands/RemoveAutoTerminationPolicyCommand.js +3 -3
  99. package/dist-es/commands/RemoveManagedScalingPolicyCommand.js +3 -3
  100. package/dist-es/commands/RemoveTagsCommand.js +3 -3
  101. package/dist-es/commands/RunJobFlowCommand.js +3 -3
  102. package/dist-es/commands/SetTerminationProtectionCommand.js +2 -2
  103. package/dist-es/commands/SetVisibleToAllUsersCommand.js +2 -2
  104. package/dist-es/commands/StartNotebookExecutionCommand.js +3 -3
  105. package/dist-es/commands/StopNotebookExecutionCommand.js +2 -2
  106. package/dist-es/commands/TerminateJobFlowsCommand.js +2 -2
  107. package/dist-es/commands/UpdateStudioCommand.js +2 -2
  108. package/dist-es/commands/UpdateStudioSessionMappingCommand.js +2 -2
  109. package/dist-es/models/models_0.js +185 -740
  110. package/dist-es/protocols/Aws_json1_1.js +417 -547
  111. package/dist-types/models/models_0.d.ts +740 -1110
  112. package/dist-types/ts3.4/models/models_0.d.ts +370 -740
  113. package/package.json +6 -6
@@ -34,12 +34,6 @@ export interface VolumeSpecification {
34
34
  */
35
35
  Throughput?: number;
36
36
  }
37
- export declare namespace VolumeSpecification {
38
- /**
39
- * @internal
40
- */
41
- const filterSensitiveLog: (obj: VolumeSpecification) => any;
42
- }
43
37
  /**
44
38
  * <p>Configuration of requested EBS block device associated with the instance group with
45
39
  * count of volumes that are associated to every instance.</p>
@@ -56,12 +50,6 @@ export interface EbsBlockDeviceConfig {
56
50
  */
57
51
  VolumesPerInstance?: number;
58
52
  }
59
- export declare namespace EbsBlockDeviceConfig {
60
- /**
61
- * @internal
62
- */
63
- const filterSensitiveLog: (obj: EbsBlockDeviceConfig) => any;
64
- }
65
53
  /**
66
54
  * <p>The Amazon EBS configuration of a cluster instance.</p>
67
55
  */
@@ -76,12 +64,6 @@ export interface EbsConfiguration {
76
64
  */
77
65
  EbsOptimized?: boolean;
78
66
  }
79
- export declare namespace EbsConfiguration {
80
- /**
81
- * @internal
82
- */
83
- const filterSensitiveLog: (obj: EbsConfiguration) => any;
84
- }
85
67
  export declare enum OnDemandProvisioningAllocationStrategy {
86
68
  LOWEST_PRICE = "lowest-price"
87
69
  }
@@ -133,12 +115,6 @@ export interface OnDemandCapacityReservationOptions {
133
115
  */
134
116
  CapacityReservationResourceGroupArn?: string;
135
117
  }
136
- export declare namespace OnDemandCapacityReservationOptions {
137
- /**
138
- * @internal
139
- */
140
- const filterSensitiveLog: (obj: OnDemandCapacityReservationOptions) => any;
141
- }
142
118
  /**
143
119
  * <p> The launch specification for On-Demand Instances in the instance fleet, which
144
120
  * determines the allocation strategy. </p>
@@ -161,12 +137,6 @@ export interface OnDemandProvisioningSpecification {
161
137
  */
162
138
  CapacityReservationOptions?: OnDemandCapacityReservationOptions;
163
139
  }
164
- export declare namespace OnDemandProvisioningSpecification {
165
- /**
166
- * @internal
167
- */
168
- const filterSensitiveLog: (obj: OnDemandProvisioningSpecification) => any;
169
- }
170
140
  export declare enum SpotProvisioningAllocationStrategy {
171
141
  CAPACITY_OPTIMIZED = "capacity-optimized"
172
142
  }
@@ -226,12 +196,6 @@ export interface SpotProvisioningSpecification {
226
196
  */
227
197
  AllocationStrategy?: SpotProvisioningAllocationStrategy | string;
228
198
  }
229
- export declare namespace SpotProvisioningSpecification {
230
- /**
231
- * @internal
232
- */
233
- const filterSensitiveLog: (obj: SpotProvisioningSpecification) => any;
234
- }
235
199
  /**
236
200
  * <p>The launch specification for Spot Instances in the fleet, which determines the defined
237
201
  * duration, provisioning timeout behavior, and allocation strategy.</p>
@@ -258,12 +222,6 @@ export interface InstanceFleetProvisioningSpecifications {
258
222
  */
259
223
  OnDemandSpecification?: OnDemandProvisioningSpecification;
260
224
  }
261
- export declare namespace InstanceFleetProvisioningSpecifications {
262
- /**
263
- * @internal
264
- */
265
- const filterSensitiveLog: (obj: InstanceFleetProvisioningSpecifications) => any;
266
- }
267
225
  export interface AddInstanceFleetOutput {
268
226
  /**
269
227
  * <p>The unique identifier of the cluster.</p>
@@ -278,12 +236,6 @@ export interface AddInstanceFleetOutput {
278
236
  */
279
237
  ClusterArn?: string;
280
238
  }
281
- export declare namespace AddInstanceFleetOutput {
282
- /**
283
- * @internal
284
- */
285
- const filterSensitiveLog: (obj: AddInstanceFleetOutput) => any;
286
- }
287
239
  /**
288
240
  * <p>This exception occurs when there is an internal failure in the Amazon EMR
289
241
  * service.</p>
@@ -338,12 +290,6 @@ export interface ScalingConstraints {
338
290
  */
339
291
  MaxCapacity: number | undefined;
340
292
  }
341
- export declare namespace ScalingConstraints {
342
- /**
343
- * @internal
344
- */
345
- const filterSensitiveLog: (obj: ScalingConstraints) => any;
346
- }
347
293
  export declare enum MarketType {
348
294
  ON_DEMAND = "ON_DEMAND",
349
295
  SPOT = "SPOT"
@@ -389,12 +335,6 @@ export interface SimpleScalingPolicyConfiguration {
389
335
  */
390
336
  CoolDown?: number;
391
337
  }
392
- export declare namespace SimpleScalingPolicyConfiguration {
393
- /**
394
- * @internal
395
- */
396
- const filterSensitiveLog: (obj: SimpleScalingPolicyConfiguration) => any;
397
- }
398
338
  /**
399
339
  * <p>The type of adjustment the automatic scaling activity makes when triggered, and the
400
340
  * periodicity of the adjustment.</p>
@@ -411,12 +351,6 @@ export interface ScalingAction {
411
351
  */
412
352
  SimpleScalingPolicyConfiguration: SimpleScalingPolicyConfiguration | undefined;
413
353
  }
414
- export declare namespace ScalingAction {
415
- /**
416
- * @internal
417
- */
418
- const filterSensitiveLog: (obj: ScalingAction) => any;
419
- }
420
354
  export declare enum ComparisonOperator {
421
355
  GREATER_THAN = "GREATER_THAN",
422
356
  GREATER_THAN_OR_EQUAL = "GREATER_THAN_OR_EQUAL",
@@ -440,12 +374,6 @@ export interface MetricDimension {
440
374
  */
441
375
  Value?: string;
442
376
  }
443
- export declare namespace MetricDimension {
444
- /**
445
- * @internal
446
- */
447
- const filterSensitiveLog: (obj: MetricDimension) => any;
448
- }
449
377
  export declare enum Statistic {
450
378
  AVERAGE = "AVERAGE",
451
379
  MAXIMUM = "MAXIMUM",
@@ -535,12 +463,6 @@ export interface CloudWatchAlarmDefinition {
535
463
  */
536
464
  Dimensions?: MetricDimension[];
537
465
  }
538
- export declare namespace CloudWatchAlarmDefinition {
539
- /**
540
- * @internal
541
- */
542
- const filterSensitiveLog: (obj: CloudWatchAlarmDefinition) => any;
543
- }
544
466
  /**
545
467
  * <p>The conditions that trigger an automatic scaling activity.</p>
546
468
  */
@@ -551,12 +473,6 @@ export interface ScalingTrigger {
551
473
  */
552
474
  CloudWatchAlarmDefinition: CloudWatchAlarmDefinition | undefined;
553
475
  }
554
- export declare namespace ScalingTrigger {
555
- /**
556
- * @internal
557
- */
558
- const filterSensitiveLog: (obj: ScalingTrigger) => any;
559
- }
560
476
  /**
561
477
  * <p>A scale-in or scale-out rule that defines scaling activity, including the CloudWatch
562
478
  * metric alarm that triggers activity, how EC2 instances are added or removed, and the
@@ -583,12 +499,6 @@ export interface ScalingRule {
583
499
  */
584
500
  Trigger: ScalingTrigger | undefined;
585
501
  }
586
- export declare namespace ScalingRule {
587
- /**
588
- * @internal
589
- */
590
- const filterSensitiveLog: (obj: ScalingRule) => any;
591
- }
592
502
  /**
593
503
  * <p>An automatic scaling policy for a core instance group or task instance group in an
594
504
  * Amazon EMR cluster. An automatic scaling policy defines how an instance group
@@ -607,12 +517,6 @@ export interface AutoScalingPolicy {
607
517
  */
608
518
  Rules: ScalingRule[] | undefined;
609
519
  }
610
- export declare namespace AutoScalingPolicy {
611
- /**
612
- * @internal
613
- */
614
- const filterSensitiveLog: (obj: AutoScalingPolicy) => any;
615
- }
616
520
  export declare type InstanceRoleType = "CORE" | "MASTER" | "TASK";
617
521
  /**
618
522
  * <p>Output from an AddInstanceGroups call.</p>
@@ -631,12 +535,6 @@ export interface AddInstanceGroupsOutput {
631
535
  */
632
536
  ClusterArn?: string;
633
537
  }
634
- export declare namespace AddInstanceGroupsOutput {
635
- /**
636
- * @internal
637
- */
638
- const filterSensitiveLog: (obj: AddInstanceGroupsOutput) => any;
639
- }
640
538
  /**
641
539
  * <p>Indicates that an error occurred while processing the request and that the request was
642
540
  * not completed.</p>
@@ -662,12 +560,6 @@ export interface KeyValue {
662
560
  */
663
561
  Value?: string;
664
562
  }
665
- export declare namespace KeyValue {
666
- /**
667
- * @internal
668
- */
669
- const filterSensitiveLog: (obj: KeyValue) => any;
670
- }
671
563
  /**
672
564
  * <p>A job flow step consisting of a JAR file whose main function will be executed. The main
673
565
  * function submits a job for Hadoop to execute and waits for the job to finish or
@@ -694,12 +586,6 @@ export interface HadoopJarStepConfig {
694
586
  */
695
587
  Args?: string[];
696
588
  }
697
- export declare namespace HadoopJarStepConfig {
698
- /**
699
- * @internal
700
- */
701
- const filterSensitiveLog: (obj: HadoopJarStepConfig) => any;
702
- }
703
589
  /**
704
590
  * <p>Specification for a cluster (job flow) step.</p>
705
591
  */
@@ -749,12 +635,6 @@ export interface StepConfig {
749
635
  */
750
636
  HadoopJarStep: HadoopJarStepConfig | undefined;
751
637
  }
752
- export declare namespace StepConfig {
753
- /**
754
- * @internal
755
- */
756
- const filterSensitiveLog: (obj: StepConfig) => any;
757
- }
758
638
  /**
759
639
  * <p> The input argument to the <a>AddJobFlowSteps</a> operation. </p>
760
640
  */
@@ -778,12 +658,6 @@ export interface AddJobFlowStepsInput {
778
658
  */
779
659
  ExecutionRoleArn?: string;
780
660
  }
781
- export declare namespace AddJobFlowStepsInput {
782
- /**
783
- * @internal
784
- */
785
- const filterSensitiveLog: (obj: AddJobFlowStepsInput) => any;
786
- }
787
661
  /**
788
662
  * <p> The output for the <a>AddJobFlowSteps</a> operation. </p>
789
663
  */
@@ -793,12 +667,6 @@ export interface AddJobFlowStepsOutput {
793
667
  */
794
668
  StepIds?: string[];
795
669
  }
796
- export declare namespace AddJobFlowStepsOutput {
797
- /**
798
- * @internal
799
- */
800
- const filterSensitiveLog: (obj: AddJobFlowStepsOutput) => any;
801
- }
802
670
  /**
803
671
  * <p>A key-value pair containing user-defined metadata that you can associate with an Amazon EMR resource. Tags make it easier to associate clusters in various ways, such as
804
672
  * grouping clusters to track your Amazon EMR resource allocation costs. For more
@@ -816,12 +684,6 @@ export interface Tag {
816
684
  */
817
685
  Value?: string;
818
686
  }
819
- export declare namespace Tag {
820
- /**
821
- * @internal
822
- */
823
- const filterSensitiveLog: (obj: Tag) => any;
824
- }
825
687
  /**
826
688
  * <p>This input identifies an Amazon EMR resource and a list of tags to
827
689
  * attach.</p>
@@ -839,23 +701,11 @@ export interface AddTagsInput {
839
701
  */
840
702
  Tags: Tag[] | undefined;
841
703
  }
842
- export declare namespace AddTagsInput {
843
- /**
844
- * @internal
845
- */
846
- const filterSensitiveLog: (obj: AddTagsInput) => any;
847
- }
848
704
  /**
849
705
  * <p>This output indicates the result of adding tags to a resource.</p>
850
706
  */
851
707
  export interface AddTagsOutput {
852
708
  }
853
- export declare namespace AddTagsOutput {
854
- /**
855
- * @internal
856
- */
857
- const filterSensitiveLog: (obj: AddTagsOutput) => any;
858
- }
859
709
  /**
860
710
  * <p>With Amazon EMR release version 4.0 and later, the only accepted parameter is
861
711
  * the application name. To pass arguments to applications, you use configuration
@@ -885,12 +735,6 @@ export interface Application {
885
735
  */
886
736
  AdditionalInfo?: Record<string, string>;
887
737
  }
888
- export declare namespace Application {
889
- /**
890
- * @internal
891
- */
892
- const filterSensitiveLog: (obj: Application) => any;
893
- }
894
738
  export declare enum AuthMode {
895
739
  IAM = "IAM",
896
740
  SSO = "SSO"
@@ -925,12 +769,6 @@ export interface AutoScalingPolicyStateChangeReason {
925
769
  */
926
770
  Message?: string;
927
771
  }
928
- export declare namespace AutoScalingPolicyStateChangeReason {
929
- /**
930
- * @internal
931
- */
932
- const filterSensitiveLog: (obj: AutoScalingPolicyStateChangeReason) => any;
933
- }
934
772
  /**
935
773
  * <p>The status of an automatic scaling policy.
936
774
  * </p>
@@ -945,12 +783,6 @@ export interface AutoScalingPolicyStatus {
945
783
  */
946
784
  StateChangeReason?: AutoScalingPolicyStateChangeReason;
947
785
  }
948
- export declare namespace AutoScalingPolicyStatus {
949
- /**
950
- * @internal
951
- */
952
- const filterSensitiveLog: (obj: AutoScalingPolicyStatus) => any;
953
- }
954
786
  /**
955
787
  * <p>An automatic scaling policy for a core instance group or task instance group in an
956
788
  * Amazon EMR cluster. The automatic scaling policy defines how an instance group
@@ -973,12 +805,6 @@ export interface AutoScalingPolicyDescription {
973
805
  */
974
806
  Rules?: ScalingRule[];
975
807
  }
976
- export declare namespace AutoScalingPolicyDescription {
977
- /**
978
- * @internal
979
- */
980
- const filterSensitiveLog: (obj: AutoScalingPolicyDescription) => any;
981
- }
982
808
  /**
983
809
  * <p>An auto-termination policy for an Amazon EMR cluster. An auto-termination policy
984
810
  * defines the amount of idle time in seconds after which a cluster automatically terminates.
@@ -993,12 +819,6 @@ export interface AutoTerminationPolicy {
993
819
  */
994
820
  IdleTimeout?: number;
995
821
  }
996
- export declare namespace AutoTerminationPolicy {
997
- /**
998
- * @internal
999
- */
1000
- const filterSensitiveLog: (obj: AutoTerminationPolicy) => any;
1001
- }
1002
822
  /**
1003
823
  * <p>A list of port ranges that are permitted to allow inbound traffic from all public IP
1004
824
  * addresses. To specify a single port, use the same value for <code>MinRange</code> and
@@ -1014,12 +834,6 @@ export interface PortRange {
1014
834
  */
1015
835
  MaxRange?: number;
1016
836
  }
1017
- export declare namespace PortRange {
1018
- /**
1019
- * @internal
1020
- */
1021
- const filterSensitiveLog: (obj: PortRange) => any;
1022
- }
1023
837
  /**
1024
838
  * <p>Properties that describe the Amazon Web Services principal that created the
1025
839
  * <code>BlockPublicAccessConfiguration</code> using the
@@ -1037,12 +851,6 @@ export interface BlockPublicAccessConfigurationMetadata {
1037
851
  */
1038
852
  CreatedByArn: string | undefined;
1039
853
  }
1040
- export declare namespace BlockPublicAccessConfigurationMetadata {
1041
- /**
1042
- * @internal
1043
- */
1044
- const filterSensitiveLog: (obj: BlockPublicAccessConfigurationMetadata) => any;
1045
- }
1046
854
  /**
1047
855
  * <p>Configuration of the script to run during a bootstrap action.</p>
1048
856
  */
@@ -1056,12 +864,6 @@ export interface ScriptBootstrapActionConfig {
1056
864
  */
1057
865
  Args?: string[];
1058
866
  }
1059
- export declare namespace ScriptBootstrapActionConfig {
1060
- /**
1061
- * @internal
1062
- */
1063
- const filterSensitiveLog: (obj: ScriptBootstrapActionConfig) => any;
1064
- }
1065
867
  /**
1066
868
  * <p>Configuration of a bootstrap action.</p>
1067
869
  */
@@ -1075,12 +877,6 @@ export interface BootstrapActionConfig {
1075
877
  */
1076
878
  ScriptBootstrapAction: ScriptBootstrapActionConfig | undefined;
1077
879
  }
1078
- export declare namespace BootstrapActionConfig {
1079
- /**
1080
- * @internal
1081
- */
1082
- const filterSensitiveLog: (obj: BootstrapActionConfig) => any;
1083
- }
1084
880
  /**
1085
881
  * <p>Reports the configuration of a bootstrap action in a cluster (job flow).</p>
1086
882
  */
@@ -1090,12 +886,6 @@ export interface BootstrapActionDetail {
1090
886
  */
1091
887
  BootstrapActionConfig?: BootstrapActionConfig;
1092
888
  }
1093
- export declare namespace BootstrapActionDetail {
1094
- /**
1095
- * @internal
1096
- */
1097
- const filterSensitiveLog: (obj: BootstrapActionDetail) => any;
1098
- }
1099
889
  export declare type StepCancellationOption = "SEND_INTERRUPT" | "TERMINATE_PROCESS";
1100
890
  /**
1101
891
  * <p>The input argument to the <a>CancelSteps</a> operation.</p>
@@ -1116,12 +906,6 @@ export interface CancelStepsInput {
1116
906
  */
1117
907
  StepCancellationOption?: StepCancellationOption | string;
1118
908
  }
1119
- export declare namespace CancelStepsInput {
1120
- /**
1121
- * @internal
1122
- */
1123
- const filterSensitiveLog: (obj: CancelStepsInput) => any;
1124
- }
1125
909
  export declare enum CancelStepsRequestStatus {
1126
910
  FAILED = "FAILED",
1127
911
  SUBMITTED = "SUBMITTED"
@@ -1143,12 +927,6 @@ export interface CancelStepsInfo {
1143
927
  */
1144
928
  Reason?: string;
1145
929
  }
1146
- export declare namespace CancelStepsInfo {
1147
- /**
1148
- * @internal
1149
- */
1150
- const filterSensitiveLog: (obj: CancelStepsInfo) => any;
1151
- }
1152
930
  /**
1153
931
  * <p> The output for the <a>CancelSteps</a> operation. </p>
1154
932
  */
@@ -1159,12 +937,6 @@ export interface CancelStepsOutput {
1159
937
  */
1160
938
  CancelStepsInfoList?: CancelStepsInfo[];
1161
939
  }
1162
- export declare namespace CancelStepsOutput {
1163
- /**
1164
- * @internal
1165
- */
1166
- const filterSensitiveLog: (obj: CancelStepsOutput) => any;
1167
- }
1168
940
  /**
1169
941
  * <p>Provides information about the EC2 instances in a cluster grouped by category. For
1170
942
  * example, key name, subnet ID, IAM instance profile, and so on.</p>
@@ -1238,12 +1010,6 @@ export interface Ec2InstanceAttributes {
1238
1010
  */
1239
1011
  AdditionalSlaveSecurityGroups?: string[];
1240
1012
  }
1241
- export declare namespace Ec2InstanceAttributes {
1242
- /**
1243
- * @internal
1244
- */
1245
- const filterSensitiveLog: (obj: Ec2InstanceAttributes) => any;
1246
- }
1247
1013
  export declare enum InstanceCollectionType {
1248
1014
  INSTANCE_FLEET = "INSTANCE_FLEET",
1249
1015
  INSTANCE_GROUP = "INSTANCE_GROUP"
@@ -1280,12 +1046,6 @@ export interface KerberosAttributes {
1280
1046
  */
1281
1047
  ADDomainJoinPassword?: string;
1282
1048
  }
1283
- export declare namespace KerberosAttributes {
1284
- /**
1285
- * @internal
1286
- */
1287
- const filterSensitiveLog: (obj: KerberosAttributes) => any;
1288
- }
1289
1049
  export declare enum PlacementGroupStrategy {
1290
1050
  CLUSTER = "CLUSTER",
1291
1051
  NONE = "NONE",
@@ -1313,12 +1073,6 @@ export interface PlacementGroupConfig {
1313
1073
  */
1314
1074
  PlacementStrategy?: PlacementGroupStrategy | string;
1315
1075
  }
1316
- export declare namespace PlacementGroupConfig {
1317
- /**
1318
- * @internal
1319
- */
1320
- const filterSensitiveLog: (obj: PlacementGroupConfig) => any;
1321
- }
1322
1076
  export declare enum RepoUpgradeOnBoot {
1323
1077
  NONE = "NONE",
1324
1078
  SECURITY = "SECURITY"
@@ -1359,12 +1113,6 @@ export interface ClusterStateChangeReason {
1359
1113
  */
1360
1114
  Message?: string;
1361
1115
  }
1362
- export declare namespace ClusterStateChangeReason {
1363
- /**
1364
- * @internal
1365
- */
1366
- const filterSensitiveLog: (obj: ClusterStateChangeReason) => any;
1367
- }
1368
1116
  /**
1369
1117
  * <p>Represents the timeline of the cluster's lifecycle.</p>
1370
1118
  */
@@ -1382,12 +1130,6 @@ export interface ClusterTimeline {
1382
1130
  */
1383
1131
  EndDateTime?: Date;
1384
1132
  }
1385
- export declare namespace ClusterTimeline {
1386
- /**
1387
- * @internal
1388
- */
1389
- const filterSensitiveLog: (obj: ClusterTimeline) => any;
1390
- }
1391
1133
  /**
1392
1134
  * <p>The detailed status of the cluster.</p>
1393
1135
  */
@@ -1406,12 +1148,6 @@ export interface ClusterStatus {
1406
1148
  */
1407
1149
  Timeline?: ClusterTimeline;
1408
1150
  }
1409
- export declare namespace ClusterStatus {
1410
- /**
1411
- * @internal
1412
- */
1413
- const filterSensitiveLog: (obj: ClusterStatus) => any;
1414
- }
1415
1151
  /**
1416
1152
  * <p>The summary description of the cluster.</p>
1417
1153
  */
@@ -1445,12 +1181,6 @@ export interface ClusterSummary {
1445
1181
  */
1446
1182
  OutpostArn?: string;
1447
1183
  }
1448
- export declare namespace ClusterSummary {
1449
- /**
1450
- * @internal
1451
- */
1452
- const filterSensitiveLog: (obj: ClusterSummary) => any;
1453
- }
1454
1184
  /**
1455
1185
  * <p>An entity describing an executable that runs on a cluster.</p>
1456
1186
  */
@@ -1468,12 +1198,6 @@ export interface Command {
1468
1198
  */
1469
1199
  Args?: string[];
1470
1200
  }
1471
- export declare namespace Command {
1472
- /**
1473
- * @internal
1474
- */
1475
- const filterSensitiveLog: (obj: Command) => any;
1476
- }
1477
1201
  export declare enum ComputeLimitsUnitType {
1478
1202
  InstanceFleetUnits = "InstanceFleetUnits",
1479
1203
  Instances = "Instances",
@@ -1518,12 +1242,6 @@ export interface ComputeLimits {
1518
1242
  */
1519
1243
  MaximumCoreCapacityUnits?: number;
1520
1244
  }
1521
- export declare namespace ComputeLimits {
1522
- /**
1523
- * @internal
1524
- */
1525
- const filterSensitiveLog: (obj: ComputeLimits) => any;
1526
- }
1527
1245
  export interface CreateSecurityConfigurationInput {
1528
1246
  /**
1529
1247
  * <p>The name of the security configuration.</p>
@@ -1537,12 +1255,6 @@ export interface CreateSecurityConfigurationInput {
1537
1255
  */
1538
1256
  SecurityConfiguration: string | undefined;
1539
1257
  }
1540
- export declare namespace CreateSecurityConfigurationInput {
1541
- /**
1542
- * @internal
1543
- */
1544
- const filterSensitiveLog: (obj: CreateSecurityConfigurationInput) => any;
1545
- }
1546
1258
  export interface CreateSecurityConfigurationOutput {
1547
1259
  /**
1548
1260
  * <p>The name of the security configuration.</p>
@@ -1553,12 +1265,6 @@ export interface CreateSecurityConfigurationOutput {
1553
1265
  */
1554
1266
  CreationDateTime: Date | undefined;
1555
1267
  }
1556
- export declare namespace CreateSecurityConfigurationOutput {
1557
- /**
1558
- * @internal
1559
- */
1560
- const filterSensitiveLog: (obj: CreateSecurityConfigurationOutput) => any;
1561
- }
1562
1268
  export interface CreateStudioInput {
1563
1269
  /**
1564
1270
  * <p>A descriptive name for the Amazon EMR Studio.</p>
@@ -1635,12 +1341,6 @@ export interface CreateStudioInput {
1635
1341
  */
1636
1342
  Tags?: Tag[];
1637
1343
  }
1638
- export declare namespace CreateStudioInput {
1639
- /**
1640
- * @internal
1641
- */
1642
- const filterSensitiveLog: (obj: CreateStudioInput) => any;
1643
- }
1644
1344
  export interface CreateStudioOutput {
1645
1345
  /**
1646
1346
  * <p>The ID of the Amazon EMR Studio.</p>
@@ -1651,12 +1351,6 @@ export interface CreateStudioOutput {
1651
1351
  */
1652
1352
  Url?: string;
1653
1353
  }
1654
- export declare namespace CreateStudioOutput {
1655
- /**
1656
- * @internal
1657
- */
1658
- const filterSensitiveLog: (obj: CreateStudioOutput) => any;
1659
- }
1660
1354
  export declare enum IdentityType {
1661
1355
  GROUP = "GROUP",
1662
1356
  USER = "USER"
@@ -1693,44 +1387,20 @@ export interface CreateStudioSessionMappingInput {
1693
1387
  */
1694
1388
  SessionPolicyArn: string | undefined;
1695
1389
  }
1696
- export declare namespace CreateStudioSessionMappingInput {
1697
- /**
1698
- * @internal
1699
- */
1700
- const filterSensitiveLog: (obj: CreateStudioSessionMappingInput) => any;
1701
- }
1702
1390
  export interface DeleteSecurityConfigurationInput {
1703
1391
  /**
1704
1392
  * <p>The name of the security configuration.</p>
1705
1393
  */
1706
1394
  Name: string | undefined;
1707
1395
  }
1708
- export declare namespace DeleteSecurityConfigurationInput {
1709
- /**
1710
- * @internal
1711
- */
1712
- const filterSensitiveLog: (obj: DeleteSecurityConfigurationInput) => any;
1713
- }
1714
1396
  export interface DeleteSecurityConfigurationOutput {
1715
1397
  }
1716
- export declare namespace DeleteSecurityConfigurationOutput {
1717
- /**
1718
- * @internal
1719
- */
1720
- const filterSensitiveLog: (obj: DeleteSecurityConfigurationOutput) => any;
1721
- }
1722
1398
  export interface DeleteStudioInput {
1723
1399
  /**
1724
1400
  * <p>The ID of the Amazon EMR Studio.</p>
1725
1401
  */
1726
1402
  StudioId: string | undefined;
1727
1403
  }
1728
- export declare namespace DeleteStudioInput {
1729
- /**
1730
- * @internal
1731
- */
1732
- const filterSensitiveLog: (obj: DeleteStudioInput) => any;
1733
- }
1734
1404
  export interface DeleteStudioSessionMappingInput {
1735
1405
  /**
1736
1406
  * <p>The ID of the Amazon EMR Studio.</p>
@@ -1754,12 +1424,6 @@ export interface DeleteStudioSessionMappingInput {
1754
1424
  */
1755
1425
  IdentityType: IdentityType | string | undefined;
1756
1426
  }
1757
- export declare namespace DeleteStudioSessionMappingInput {
1758
- /**
1759
- * @internal
1760
- */
1761
- const filterSensitiveLog: (obj: DeleteStudioSessionMappingInput) => any;
1762
- }
1763
1427
  /**
1764
1428
  * <p>This input determines which cluster to describe.</p>
1765
1429
  */
@@ -1769,12 +1433,6 @@ export interface DescribeClusterInput {
1769
1433
  */
1770
1434
  ClusterId: string | undefined;
1771
1435
  }
1772
- export declare namespace DescribeClusterInput {
1773
- /**
1774
- * @internal
1775
- */
1776
- const filterSensitiveLog: (obj: DescribeClusterInput) => any;
1777
- }
1778
1436
  export declare enum JobFlowExecutionState {
1779
1437
  BOOTSTRAPPING = "BOOTSTRAPPING",
1780
1438
  COMPLETED = "COMPLETED",
@@ -1806,12 +1464,6 @@ export interface DescribeJobFlowsInput {
1806
1464
  */
1807
1465
  JobFlowStates?: (JobFlowExecutionState | string)[];
1808
1466
  }
1809
- export declare namespace DescribeJobFlowsInput {
1810
- /**
1811
- * @internal
1812
- */
1813
- const filterSensitiveLog: (obj: DescribeJobFlowsInput) => any;
1814
- }
1815
1467
  /**
1816
1468
  * <p>Describes the status of the cluster (job flow).</p>
1817
1469
  */
@@ -1841,12 +1493,6 @@ export interface JobFlowExecutionStatusDetail {
1841
1493
  */
1842
1494
  LastStateChangeReason?: string;
1843
1495
  }
1844
- export declare namespace JobFlowExecutionStatusDetail {
1845
- /**
1846
- * @internal
1847
- */
1848
- const filterSensitiveLog: (obj: JobFlowExecutionStatusDetail) => any;
1849
- }
1850
1496
  export declare enum InstanceGroupState {
1851
1497
  ARRESTED = "ARRESTED",
1852
1498
  BOOTSTRAPPING = "BOOTSTRAPPING",
@@ -1928,12 +1574,6 @@ export interface InstanceGroupDetail {
1928
1574
  */
1929
1575
  CustomAmiId?: string;
1930
1576
  }
1931
- export declare namespace InstanceGroupDetail {
1932
- /**
1933
- * @internal
1934
- */
1935
- const filterSensitiveLog: (obj: InstanceGroupDetail) => any;
1936
- }
1937
1577
  /**
1938
1578
  * <p>The Amazon EC2 Availability Zone configuration of the cluster (job flow).</p>
1939
1579
  */
@@ -1956,12 +1596,6 @@ export interface PlacementType {
1956
1596
  */
1957
1597
  AvailabilityZones?: string[];
1958
1598
  }
1959
- export declare namespace PlacementType {
1960
- /**
1961
- * @internal
1962
- */
1963
- const filterSensitiveLog: (obj: PlacementType) => any;
1964
- }
1965
1599
  /**
1966
1600
  * <p>Specify the type of Amazon EC2 instances that the cluster (job flow) runs
1967
1601
  * on.</p>
@@ -2031,12 +1665,6 @@ export interface JobFlowInstancesDetail {
2031
1665
  */
2032
1666
  HadoopVersion?: string;
2033
1667
  }
2034
- export declare namespace JobFlowInstancesDetail {
2035
- /**
2036
- * @internal
2037
- */
2038
- const filterSensitiveLog: (obj: JobFlowInstancesDetail) => any;
2039
- }
2040
1668
  export declare type StepExecutionState = "CANCELLED" | "COMPLETED" | "CONTINUE" | "FAILED" | "INTERRUPTED" | "PENDING" | "RUNNING";
2041
1669
  /**
2042
1670
  * <p>The execution state of a step.</p>
@@ -2063,12 +1691,6 @@ export interface StepExecutionStatusDetail {
2063
1691
  */
2064
1692
  LastStateChangeReason?: string;
2065
1693
  }
2066
- export declare namespace StepExecutionStatusDetail {
2067
- /**
2068
- * @internal
2069
- */
2070
- const filterSensitiveLog: (obj: StepExecutionStatusDetail) => any;
2071
- }
2072
1694
  /**
2073
1695
  * <p>Combines the execution state and configuration of a step.</p>
2074
1696
  */
@@ -2082,12 +1704,6 @@ export interface StepDetail {
2082
1704
  */
2083
1705
  ExecutionStatusDetail: StepExecutionStatusDetail | undefined;
2084
1706
  }
2085
- export declare namespace StepDetail {
2086
- /**
2087
- * @internal
2088
- */
2089
- const filterSensitiveLog: (obj: StepDetail) => any;
2090
- }
2091
1707
  /**
2092
1708
  * <p>A description of a cluster (job flow).</p>
2093
1709
  */
@@ -2177,12 +1793,6 @@ export interface JobFlowDetail {
2177
1793
  */
2178
1794
  ScaleDownBehavior?: ScaleDownBehavior | string;
2179
1795
  }
2180
- export declare namespace JobFlowDetail {
2181
- /**
2182
- * @internal
2183
- */
2184
- const filterSensitiveLog: (obj: JobFlowDetail) => any;
2185
- }
2186
1796
  /**
2187
1797
  * <p> The output for the <a>DescribeJobFlows</a> operation. </p>
2188
1798
  */
@@ -2192,24 +1802,12 @@ export interface DescribeJobFlowsOutput {
2192
1802
  */
2193
1803
  JobFlows?: JobFlowDetail[];
2194
1804
  }
2195
- export declare namespace DescribeJobFlowsOutput {
2196
- /**
2197
- * @internal
2198
- */
2199
- const filterSensitiveLog: (obj: DescribeJobFlowsOutput) => any;
2200
- }
2201
1805
  export interface DescribeNotebookExecutionInput {
2202
1806
  /**
2203
1807
  * <p>The unique identifier of the notebook execution.</p>
2204
1808
  */
2205
1809
  NotebookExecutionId: string | undefined;
2206
1810
  }
2207
- export declare namespace DescribeNotebookExecutionInput {
2208
- /**
2209
- * @internal
2210
- */
2211
- const filterSensitiveLog: (obj: DescribeNotebookExecutionInput) => any;
2212
- }
2213
1811
  export declare enum ExecutionEngineType {
2214
1812
  EMR = "EMR"
2215
1813
  }
@@ -2236,12 +1834,6 @@ export interface ExecutionEngineConfig {
2236
1834
  */
2237
1835
  MasterInstanceSecurityGroupId?: string;
2238
1836
  }
2239
- export declare namespace ExecutionEngineConfig {
2240
- /**
2241
- * @internal
2242
- */
2243
- const filterSensitiveLog: (obj: ExecutionEngineConfig) => any;
2244
- }
2245
1837
  export declare enum NotebookExecutionStatus {
2246
1838
  FAILED = "FAILED",
2247
1839
  FAILING = "FAILING",
@@ -2371,24 +1963,12 @@ export interface NotebookExecution {
2371
1963
  */
2372
1964
  Tags?: Tag[];
2373
1965
  }
2374
- export declare namespace NotebookExecution {
2375
- /**
2376
- * @internal
2377
- */
2378
- const filterSensitiveLog: (obj: NotebookExecution) => any;
2379
- }
2380
1966
  export interface DescribeNotebookExecutionOutput {
2381
1967
  /**
2382
1968
  * <p>Properties of the notebook execution.</p>
2383
1969
  */
2384
1970
  NotebookExecution?: NotebookExecution;
2385
1971
  }
2386
- export declare namespace DescribeNotebookExecutionOutput {
2387
- /**
2388
- * @internal
2389
- */
2390
- const filterSensitiveLog: (obj: DescribeNotebookExecutionOutput) => any;
2391
- }
2392
1972
  export interface DescribeReleaseLabelInput {
2393
1973
  /**
2394
1974
  * <p>The target release label to be described.</p>
@@ -2403,12 +1983,6 @@ export interface DescribeReleaseLabelInput {
2403
1983
  */
2404
1984
  MaxResults?: number;
2405
1985
  }
2406
- export declare namespace DescribeReleaseLabelInput {
2407
- /**
2408
- * @internal
2409
- */
2410
- const filterSensitiveLog: (obj: DescribeReleaseLabelInput) => any;
2411
- }
2412
1986
  /**
2413
1987
  * <p>The returned release label application names or versions.</p>
2414
1988
  */
@@ -2422,12 +1996,6 @@ export interface SimplifiedApplication {
2422
1996
  */
2423
1997
  Version?: string;
2424
1998
  }
2425
- export declare namespace SimplifiedApplication {
2426
- /**
2427
- * @internal
2428
- */
2429
- const filterSensitiveLog: (obj: SimplifiedApplication) => any;
2430
- }
2431
1999
  /**
2432
2000
  * <p>The Amazon Linux release specified for a cluster in the RunJobFlow request.</p>
2433
2001
  */
@@ -2439,12 +2007,6 @@ export interface OSRelease {
2439
2007
  */
2440
2008
  Label?: string;
2441
2009
  }
2442
- export declare namespace OSRelease {
2443
- /**
2444
- * @internal
2445
- */
2446
- const filterSensitiveLog: (obj: OSRelease) => any;
2447
- }
2448
2010
  export interface DescribeReleaseLabelOutput {
2449
2011
  /**
2450
2012
  * <p>The target release label described in the response.</p>
@@ -2468,24 +2030,12 @@ export interface DescribeReleaseLabelOutput {
2468
2030
  */
2469
2031
  AvailableOSReleases?: OSRelease[];
2470
2032
  }
2471
- export declare namespace DescribeReleaseLabelOutput {
2472
- /**
2473
- * @internal
2474
- */
2475
- const filterSensitiveLog: (obj: DescribeReleaseLabelOutput) => any;
2476
- }
2477
2033
  export interface DescribeSecurityConfigurationInput {
2478
2034
  /**
2479
2035
  * <p>The name of the security configuration.</p>
2480
2036
  */
2481
2037
  Name: string | undefined;
2482
2038
  }
2483
- export declare namespace DescribeSecurityConfigurationInput {
2484
- /**
2485
- * @internal
2486
- */
2487
- const filterSensitiveLog: (obj: DescribeSecurityConfigurationInput) => any;
2488
- }
2489
2039
  export interface DescribeSecurityConfigurationOutput {
2490
2040
  /**
2491
2041
  * <p>The name of the security configuration.</p>
@@ -2500,12 +2050,6 @@ export interface DescribeSecurityConfigurationOutput {
2500
2050
  */
2501
2051
  CreationDateTime?: Date;
2502
2052
  }
2503
- export declare namespace DescribeSecurityConfigurationOutput {
2504
- /**
2505
- * @internal
2506
- */
2507
- const filterSensitiveLog: (obj: DescribeSecurityConfigurationOutput) => any;
2508
- }
2509
2053
  /**
2510
2054
  * <p>This input determines which step to describe.</p>
2511
2055
  */
@@ -2519,12 +2063,6 @@ export interface DescribeStepInput {
2519
2063
  */
2520
2064
  StepId: string | undefined;
2521
2065
  }
2522
- export declare namespace DescribeStepInput {
2523
- /**
2524
- * @internal
2525
- */
2526
- const filterSensitiveLog: (obj: DescribeStepInput) => any;
2527
- }
2528
2066
  /**
2529
2067
  * <p>A cluster step consisting of a JAR file whose main function will be executed. The main
2530
2068
  * function submits a job for Hadoop to execute and waits for the job to finish or
@@ -2551,12 +2089,6 @@ export interface HadoopStepConfig {
2551
2089
  */
2552
2090
  Args?: string[];
2553
2091
  }
2554
- export declare namespace HadoopStepConfig {
2555
- /**
2556
- * @internal
2557
- */
2558
- const filterSensitiveLog: (obj: HadoopStepConfig) => any;
2559
- }
2560
2092
  /**
2561
2093
  * <p>The details of the step failure. The service attempts to detect the root cause for many
2562
2094
  * common failures.</p>
@@ -2579,12 +2111,6 @@ export interface FailureDetails {
2579
2111
  */
2580
2112
  LogFile?: string;
2581
2113
  }
2582
- export declare namespace FailureDetails {
2583
- /**
2584
- * @internal
2585
- */
2586
- const filterSensitiveLog: (obj: FailureDetails) => any;
2587
- }
2588
2114
  export declare enum StepState {
2589
2115
  CANCELLED = "CANCELLED",
2590
2116
  CANCEL_PENDING = "CANCEL_PENDING",
@@ -2609,12 +2135,6 @@ export interface StepStateChangeReason {
2609
2135
  */
2610
2136
  Message?: string;
2611
2137
  }
2612
- export declare namespace StepStateChangeReason {
2613
- /**
2614
- * @internal
2615
- */
2616
- const filterSensitiveLog: (obj: StepStateChangeReason) => any;
2617
- }
2618
2138
  /**
2619
2139
  * <p>The timeline of the cluster step lifecycle.</p>
2620
2140
  */
@@ -2632,12 +2152,6 @@ export interface StepTimeline {
2632
2152
  */
2633
2153
  EndDateTime?: Date;
2634
2154
  }
2635
- export declare namespace StepTimeline {
2636
- /**
2637
- * @internal
2638
- */
2639
- const filterSensitiveLog: (obj: StepTimeline) => any;
2640
- }
2641
2155
  /**
2642
2156
  * <p>The execution status details of the cluster step.</p>
2643
2157
  */
@@ -2660,12 +2174,6 @@ export interface StepStatus {
2660
2174
  */
2661
2175
  Timeline?: StepTimeline;
2662
2176
  }
2663
- export declare namespace StepStatus {
2664
- /**
2665
- * @internal
2666
- */
2667
- const filterSensitiveLog: (obj: StepStatus) => any;
2668
- }
2669
2177
  /**
2670
2178
  * <p>This represents a step in a cluster.</p>
2671
2179
  */
@@ -2714,12 +2222,6 @@ export interface Step {
2714
2222
  */
2715
2223
  ExecutionRoleArn?: string;
2716
2224
  }
2717
- export declare namespace Step {
2718
- /**
2719
- * @internal
2720
- */
2721
- const filterSensitiveLog: (obj: Step) => any;
2722
- }
2723
2225
  /**
2724
2226
  * <p>This output contains the description of the cluster step.</p>
2725
2227
  */
@@ -2729,24 +2231,12 @@ export interface DescribeStepOutput {
2729
2231
  */
2730
2232
  Step?: Step;
2731
2233
  }
2732
- export declare namespace DescribeStepOutput {
2733
- /**
2734
- * @internal
2735
- */
2736
- const filterSensitiveLog: (obj: DescribeStepOutput) => any;
2737
- }
2738
2234
  export interface DescribeStudioInput {
2739
2235
  /**
2740
2236
  * <p>The Amazon EMR Studio ID.</p>
2741
2237
  */
2742
2238
  StudioId: string | undefined;
2743
2239
  }
2744
- export declare namespace DescribeStudioInput {
2745
- /**
2746
- * @internal
2747
- */
2748
- const filterSensitiveLog: (obj: DescribeStudioInput) => any;
2749
- }
2750
2240
  /**
2751
2241
  * <p>Details for an Amazon EMR Studio including ID, creation time, name, and so
2752
2242
  * on.</p>
@@ -2830,24 +2320,12 @@ export interface Studio {
2830
2320
  */
2831
2321
  Tags?: Tag[];
2832
2322
  }
2833
- export declare namespace Studio {
2834
- /**
2835
- * @internal
2836
- */
2837
- const filterSensitiveLog: (obj: Studio) => any;
2838
- }
2839
2323
  export interface DescribeStudioOutput {
2840
2324
  /**
2841
2325
  * <p>The Amazon EMR Studio details.</p>
2842
2326
  */
2843
2327
  Studio?: Studio;
2844
2328
  }
2845
- export declare namespace DescribeStudioOutput {
2846
- /**
2847
- * @internal
2848
- */
2849
- const filterSensitiveLog: (obj: DescribeStudioOutput) => any;
2850
- }
2851
2329
  /**
2852
2330
  * <p>Configuration of requested EBS block device associated with the instance group.</p>
2853
2331
  */
@@ -2862,12 +2340,6 @@ export interface EbsBlockDevice {
2862
2340
  */
2863
2341
  Device?: string;
2864
2342
  }
2865
- export declare namespace EbsBlockDevice {
2866
- /**
2867
- * @internal
2868
- */
2869
- const filterSensitiveLog: (obj: EbsBlockDevice) => any;
2870
- }
2871
2343
  /**
2872
2344
  * <p>EBS block device that's attached to an EC2 instance.</p>
2873
2345
  */
@@ -2881,12 +2353,6 @@ export interface EbsVolume {
2881
2353
  */
2882
2354
  VolumeId?: string;
2883
2355
  }
2884
- export declare namespace EbsVolume {
2885
- /**
2886
- * @internal
2887
- */
2888
- const filterSensitiveLog: (obj: EbsVolume) => any;
2889
- }
2890
2356
  export interface GetAutoTerminationPolicyInput {
2891
2357
  /**
2892
2358
  * <p>Specifies the ID of the Amazon EMR cluster for which the auto-termination policy
@@ -2894,12 +2360,6 @@ export interface GetAutoTerminationPolicyInput {
2894
2360
  */
2895
2361
  ClusterId: string | undefined;
2896
2362
  }
2897
- export declare namespace GetAutoTerminationPolicyInput {
2898
- /**
2899
- * @internal
2900
- */
2901
- const filterSensitiveLog: (obj: GetAutoTerminationPolicyInput) => any;
2902
- }
2903
2363
  export interface GetAutoTerminationPolicyOutput {
2904
2364
  /**
2905
2365
  * <p>Specifies the auto-termination policy that is attached to an Amazon EMR cluster.
@@ -2907,20 +2367,8 @@ export interface GetAutoTerminationPolicyOutput {
2907
2367
  */
2908
2368
  AutoTerminationPolicy?: AutoTerminationPolicy;
2909
2369
  }
2910
- export declare namespace GetAutoTerminationPolicyOutput {
2911
- /**
2912
- * @internal
2913
- */
2914
- const filterSensitiveLog: (obj: GetAutoTerminationPolicyOutput) => any;
2915
- }
2916
2370
  export interface GetBlockPublicAccessConfigurationInput {
2917
2371
  }
2918
- export declare namespace GetBlockPublicAccessConfigurationInput {
2919
- /**
2920
- * @internal
2921
- */
2922
- const filterSensitiveLog: (obj: GetBlockPublicAccessConfigurationInput) => any;
2923
- }
2924
2372
  export interface GetManagedScalingPolicyInput {
2925
2373
  /**
2926
2374
  * <p>Specifies the ID of the cluster for which the managed scaling policy will be fetched.
@@ -2928,12 +2376,6 @@ export interface GetManagedScalingPolicyInput {
2928
2376
  */
2929
2377
  ClusterId: string | undefined;
2930
2378
  }
2931
- export declare namespace GetManagedScalingPolicyInput {
2932
- /**
2933
- * @internal
2934
- */
2935
- const filterSensitiveLog: (obj: GetManagedScalingPolicyInput) => any;
2936
- }
2937
2379
  /**
2938
2380
  * <p> Managed scaling policy for an Amazon EMR cluster. The policy specifies the
2939
2381
  * limits for resources that can be added or terminated from a cluster. The policy only
@@ -2948,12 +2390,6 @@ export interface ManagedScalingPolicy {
2948
2390
  */
2949
2391
  ComputeLimits?: ComputeLimits;
2950
2392
  }
2951
- export declare namespace ManagedScalingPolicy {
2952
- /**
2953
- * @internal
2954
- */
2955
- const filterSensitiveLog: (obj: ManagedScalingPolicy) => any;
2956
- }
2957
2393
  export interface GetManagedScalingPolicyOutput {
2958
2394
  /**
2959
2395
  * <p>Specifies the managed scaling policy that is attached to an Amazon EMR cluster.
@@ -2961,12 +2397,6 @@ export interface GetManagedScalingPolicyOutput {
2961
2397
  */
2962
2398
  ManagedScalingPolicy?: ManagedScalingPolicy;
2963
2399
  }
2964
- export declare namespace GetManagedScalingPolicyOutput {
2965
- /**
2966
- * @internal
2967
- */
2968
- const filterSensitiveLog: (obj: GetManagedScalingPolicyOutput) => any;
2969
- }
2970
2400
  export interface GetStudioSessionMappingInput {
2971
2401
  /**
2972
2402
  * <p>The ID of the Amazon EMR Studio.</p>
@@ -2990,12 +2420,6 @@ export interface GetStudioSessionMappingInput {
2990
2420
  */
2991
2421
  IdentityType: IdentityType | string | undefined;
2992
2422
  }
2993
- export declare namespace GetStudioSessionMappingInput {
2994
- /**
2995
- * @internal
2996
- */
2997
- const filterSensitiveLog: (obj: GetStudioSessionMappingInput) => any;
2998
- }
2999
2423
  /**
3000
2424
  * <p>Details for an Amazon EMR Studio session mapping including creation time, user
3001
2425
  * or group ID, Studio ID, and so on.</p>
@@ -3033,12 +2457,6 @@ export interface SessionMappingDetail {
3033
2457
  */
3034
2458
  LastModifiedTime?: Date;
3035
2459
  }
3036
- export declare namespace SessionMappingDetail {
3037
- /**
3038
- * @internal
3039
- */
3040
- const filterSensitiveLog: (obj: SessionMappingDetail) => any;
3041
- }
3042
2460
  export interface GetStudioSessionMappingOutput {
3043
2461
  /**
3044
2462
  * <p>The session mapping details for the specified Amazon EMR Studio and identity,
@@ -3046,12 +2464,6 @@ export interface GetStudioSessionMappingOutput {
3046
2464
  */
3047
2465
  SessionMapping?: SessionMappingDetail;
3048
2466
  }
3049
- export declare namespace GetStudioSessionMappingOutput {
3050
- /**
3051
- * @internal
3052
- */
3053
- const filterSensitiveLog: (obj: GetStudioSessionMappingOutput) => any;
3054
- }
3055
2467
  /**
3056
2468
  * <p>This input determines which bootstrap actions to retrieve.</p>
3057
2469
  */
@@ -3065,12 +2477,6 @@ export interface ListBootstrapActionsInput {
3065
2477
  */
3066
2478
  Marker?: string;
3067
2479
  }
3068
- export declare namespace ListBootstrapActionsInput {
3069
- /**
3070
- * @internal
3071
- */
3072
- const filterSensitiveLog: (obj: ListBootstrapActionsInput) => any;
3073
- }
3074
2480
  /**
3075
2481
  * <p>This output contains the bootstrap actions detail.</p>
3076
2482
  */
@@ -3084,12 +2490,6 @@ export interface ListBootstrapActionsOutput {
3084
2490
  */
3085
2491
  Marker?: string;
3086
2492
  }
3087
- export declare namespace ListBootstrapActionsOutput {
3088
- /**
3089
- * @internal
3090
- */
3091
- const filterSensitiveLog: (obj: ListBootstrapActionsOutput) => any;
3092
- }
3093
2493
  /**
3094
2494
  * <p>This input determines how the ListClusters action filters the list of clusters that it
3095
2495
  * returns.</p>
@@ -3113,12 +2513,6 @@ export interface ListClustersInput {
3113
2513
  */
3114
2514
  Marker?: string;
3115
2515
  }
3116
- export declare namespace ListClustersInput {
3117
- /**
3118
- * @internal
3119
- */
3120
- const filterSensitiveLog: (obj: ListClustersInput) => any;
3121
- }
3122
2516
  /**
3123
2517
  * <p>This contains a ClusterSummaryList with the cluster details; for example, the cluster
3124
2518
  * IDs, names, and status.</p>
@@ -3133,12 +2527,6 @@ export interface ListClustersOutput {
3133
2527
  */
3134
2528
  Marker?: string;
3135
2529
  }
3136
- export declare namespace ListClustersOutput {
3137
- /**
3138
- * @internal
3139
- */
3140
- const filterSensitiveLog: (obj: ListClustersOutput) => any;
3141
- }
3142
2530
  export interface ListInstanceFleetsInput {
3143
2531
  /**
3144
2532
  * <p>The unique identifier of the cluster.</p>
@@ -3149,12 +2537,6 @@ export interface ListInstanceFleetsInput {
3149
2537
  */
3150
2538
  Marker?: string;
3151
2539
  }
3152
- export declare namespace ListInstanceFleetsInput {
3153
- /**
3154
- * @internal
3155
- */
3156
- const filterSensitiveLog: (obj: ListInstanceFleetsInput) => any;
3157
- }
3158
2540
  export declare enum InstanceFleetState {
3159
2541
  BOOTSTRAPPING = "BOOTSTRAPPING",
3160
2542
  PROVISIONING = "PROVISIONING",
@@ -3187,12 +2569,6 @@ export interface InstanceFleetStateChangeReason {
3187
2569
  */
3188
2570
  Message?: string;
3189
2571
  }
3190
- export declare namespace InstanceFleetStateChangeReason {
3191
- /**
3192
- * @internal
3193
- */
3194
- const filterSensitiveLog: (obj: InstanceFleetStateChangeReason) => any;
3195
- }
3196
2572
  /**
3197
2573
  * <p>Provides historical timestamps for the instance fleet, including the time of creation,
3198
2574
  * the time it became ready to run jobs, and the time of termination.</p>
@@ -3215,12 +2591,6 @@ export interface InstanceFleetTimeline {
3215
2591
  */
3216
2592
  EndDateTime?: Date;
3217
2593
  }
3218
- export declare namespace InstanceFleetTimeline {
3219
- /**
3220
- * @internal
3221
- */
3222
- const filterSensitiveLog: (obj: InstanceFleetTimeline) => any;
3223
- }
3224
2594
  /**
3225
2595
  * <p>The status of the instance fleet.</p>
3226
2596
  * <note>
@@ -3279,12 +2649,6 @@ export interface InstanceFleetStatus {
3279
2649
  */
3280
2650
  Timeline?: InstanceFleetTimeline;
3281
2651
  }
3282
- export declare namespace InstanceFleetStatus {
3283
- /**
3284
- * @internal
3285
- */
3286
- const filterSensitiveLog: (obj: InstanceFleetStatus) => any;
3287
- }
3288
2652
  /**
3289
2653
  * <p>This input determines which instance groups to retrieve.</p>
3290
2654
  */
@@ -3298,12 +2662,6 @@ export interface ListInstanceGroupsInput {
3298
2662
  */
3299
2663
  Marker?: string;
3300
2664
  }
3301
- export declare namespace ListInstanceGroupsInput {
3302
- /**
3303
- * @internal
3304
- */
3305
- const filterSensitiveLog: (obj: ListInstanceGroupsInput) => any;
3306
- }
3307
2665
  export declare enum InstanceGroupType {
3308
2666
  CORE = "CORE",
3309
2667
  MASTER = "MASTER",
@@ -3328,12 +2686,6 @@ export interface InstanceResizePolicy {
3328
2686
  */
3329
2687
  InstanceTerminationTimeout?: number;
3330
2688
  }
3331
- export declare namespace InstanceResizePolicy {
3332
- /**
3333
- * @internal
3334
- */
3335
- const filterSensitiveLog: (obj: InstanceResizePolicy) => any;
3336
- }
3337
2689
  /**
3338
2690
  * <p>Policy for customizing shrink operations. Allows configuration of decommissioning
3339
2691
  * timeout and targeted instance shrinking.</p>
@@ -3350,12 +2702,6 @@ export interface ShrinkPolicy {
3350
2702
  */
3351
2703
  InstanceResizePolicy?: InstanceResizePolicy;
3352
2704
  }
3353
- export declare namespace ShrinkPolicy {
3354
- /**
3355
- * @internal
3356
- */
3357
- const filterSensitiveLog: (obj: ShrinkPolicy) => any;
3358
- }
3359
2705
  export declare enum InstanceGroupStateChangeReasonCode {
3360
2706
  CLUSTER_TERMINATED = "CLUSTER_TERMINATED",
3361
2707
  INSTANCE_FAILURE = "INSTANCE_FAILURE",
@@ -3375,12 +2721,6 @@ export interface InstanceGroupStateChangeReason {
3375
2721
  */
3376
2722
  Message?: string;
3377
2723
  }
3378
- export declare namespace InstanceGroupStateChangeReason {
3379
- /**
3380
- * @internal
3381
- */
3382
- const filterSensitiveLog: (obj: InstanceGroupStateChangeReason) => any;
3383
- }
3384
2724
  /**
3385
2725
  * <p>The timeline of the instance group lifecycle.</p>
3386
2726
  */
@@ -3398,12 +2738,6 @@ export interface InstanceGroupTimeline {
3398
2738
  */
3399
2739
  EndDateTime?: Date;
3400
2740
  }
3401
- export declare namespace InstanceGroupTimeline {
3402
- /**
3403
- * @internal
3404
- */
3405
- const filterSensitiveLog: (obj: InstanceGroupTimeline) => any;
3406
- }
3407
2741
  /**
3408
2742
  * <p>The details of the instance group status.</p>
3409
2743
  */
@@ -3421,12 +2755,6 @@ export interface InstanceGroupStatus {
3421
2755
  */
3422
2756
  Timeline?: InstanceGroupTimeline;
3423
2757
  }
3424
- export declare namespace InstanceGroupStatus {
3425
- /**
3426
- * @internal
3427
- */
3428
- const filterSensitiveLog: (obj: InstanceGroupStatus) => any;
3429
- }
3430
2758
  export declare enum InstanceState {
3431
2759
  AWAITING_FULFILLMENT = "AWAITING_FULFILLMENT",
3432
2760
  BOOTSTRAPPING = "BOOTSTRAPPING",
@@ -3468,12 +2796,6 @@ export interface ListInstancesInput {
3468
2796
  */
3469
2797
  Marker?: string;
3470
2798
  }
3471
- export declare namespace ListInstancesInput {
3472
- /**
3473
- * @internal
3474
- */
3475
- const filterSensitiveLog: (obj: ListInstancesInput) => any;
3476
- }
3477
2799
  export declare enum InstanceStateChangeReasonCode {
3478
2800
  BOOTSTRAP_FAILURE = "BOOTSTRAP_FAILURE",
3479
2801
  CLUSTER_TERMINATED = "CLUSTER_TERMINATED",
@@ -3494,12 +2816,6 @@ export interface InstanceStateChangeReason {
3494
2816
  */
3495
2817
  Message?: string;
3496
2818
  }
3497
- export declare namespace InstanceStateChangeReason {
3498
- /**
3499
- * @internal
3500
- */
3501
- const filterSensitiveLog: (obj: InstanceStateChangeReason) => any;
3502
- }
3503
2819
  /**
3504
2820
  * <p>The timeline of the instance lifecycle.</p>
3505
2821
  */
@@ -3517,12 +2833,6 @@ export interface InstanceTimeline {
3517
2833
  */
3518
2834
  EndDateTime?: Date;
3519
2835
  }
3520
- export declare namespace InstanceTimeline {
3521
- /**
3522
- * @internal
3523
- */
3524
- const filterSensitiveLog: (obj: InstanceTimeline) => any;
3525
- }
3526
2836
  /**
3527
2837
  * <p>The instance status details.</p>
3528
2838
  */
@@ -3540,12 +2850,6 @@ export interface InstanceStatus {
3540
2850
  */
3541
2851
  Timeline?: InstanceTimeline;
3542
2852
  }
3543
- export declare namespace InstanceStatus {
3544
- /**
3545
- * @internal
3546
- */
3547
- const filterSensitiveLog: (obj: InstanceStatus) => any;
3548
- }
3549
2853
  /**
3550
2854
  * <p>Represents an EC2 instance provisioned as part of cluster.</p>
3551
2855
  */
@@ -3600,12 +2904,6 @@ export interface Instance {
3600
2904
  */
3601
2905
  EbsVolumes?: EbsVolume[];
3602
2906
  }
3603
- export declare namespace Instance {
3604
- /**
3605
- * @internal
3606
- */
3607
- const filterSensitiveLog: (obj: Instance) => any;
3608
- }
3609
2907
  /**
3610
2908
  * <p>This output contains the list of instances.</p>
3611
2909
  */
@@ -3619,12 +2917,6 @@ export interface ListInstancesOutput {
3619
2917
  */
3620
2918
  Marker?: string;
3621
2919
  }
3622
- export declare namespace ListInstancesOutput {
3623
- /**
3624
- * @internal
3625
- */
3626
- const filterSensitiveLog: (obj: ListInstancesOutput) => any;
3627
- }
3628
2920
  export interface ListNotebookExecutionsInput {
3629
2921
  /**
3630
2922
  * <p>The unique ID of the editor associated with the notebook execution.</p>
@@ -3702,12 +2994,6 @@ export interface ListNotebookExecutionsInput {
3702
2994
  */
3703
2995
  Marker?: string;
3704
2996
  }
3705
- export declare namespace ListNotebookExecutionsInput {
3706
- /**
3707
- * @internal
3708
- */
3709
- const filterSensitiveLog: (obj: ListNotebookExecutionsInput) => any;
3710
- }
3711
2997
  /**
3712
2998
  * <p>Details for a notebook execution. The details include information such as the unique ID
3713
2999
  * and status of the notebook execution.</p>
@@ -3789,12 +3075,6 @@ export interface NotebookExecutionSummary {
3789
3075
  */
3790
3076
  EndTime?: Date;
3791
3077
  }
3792
- export declare namespace NotebookExecutionSummary {
3793
- /**
3794
- * @internal
3795
- */
3796
- const filterSensitiveLog: (obj: NotebookExecutionSummary) => any;
3797
- }
3798
3078
  export interface ListNotebookExecutionsOutput {
3799
3079
  /**
3800
3080
  * <p>A list of notebook executions.</p>
@@ -3806,12 +3086,6 @@ export interface ListNotebookExecutionsOutput {
3806
3086
  */
3807
3087
  Marker?: string;
3808
3088
  }
3809
- export declare namespace ListNotebookExecutionsOutput {
3810
- /**
3811
- * @internal
3812
- */
3813
- const filterSensitiveLog: (obj: ListNotebookExecutionsOutput) => any;
3814
- }
3815
3089
  /**
3816
3090
  * <p>The release label filters by application or version prefix.</p>
3817
3091
  */
@@ -3825,12 +3099,6 @@ export interface ReleaseLabelFilter {
3825
3099
  */
3826
3100
  Application?: string;
3827
3101
  }
3828
- export declare namespace ReleaseLabelFilter {
3829
- /**
3830
- * @internal
3831
- */
3832
- const filterSensitiveLog: (obj: ReleaseLabelFilter) => any;
3833
- }
3834
3102
  export interface ListReleaseLabelsInput {
3835
3103
  /**
3836
3104
  * <p>Filters the results of the request. <code>Prefix</code> specifies the prefix of release
@@ -3853,12 +3121,6 @@ export interface ListReleaseLabelsInput {
3853
3121
  */
3854
3122
  MaxResults?: number;
3855
3123
  }
3856
- export declare namespace ListReleaseLabelsInput {
3857
- /**
3858
- * @internal
3859
- */
3860
- const filterSensitiveLog: (obj: ListReleaseLabelsInput) => any;
3861
- }
3862
3124
  export interface ListReleaseLabelsOutput {
3863
3125
  /**
3864
3126
  * <p>The returned release labels.</p>
@@ -3870,24 +3132,12 @@ export interface ListReleaseLabelsOutput {
3870
3132
  */
3871
3133
  NextToken?: string;
3872
3134
  }
3873
- export declare namespace ListReleaseLabelsOutput {
3874
- /**
3875
- * @internal
3876
- */
3877
- const filterSensitiveLog: (obj: ListReleaseLabelsOutput) => any;
3878
- }
3879
3135
  export interface ListSecurityConfigurationsInput {
3880
3136
  /**
3881
3137
  * <p>The pagination token that indicates the set of results to retrieve.</p>
3882
3138
  */
3883
3139
  Marker?: string;
3884
3140
  }
3885
- export declare namespace ListSecurityConfigurationsInput {
3886
- /**
3887
- * @internal
3888
- */
3889
- const filterSensitiveLog: (obj: ListSecurityConfigurationsInput) => any;
3890
- }
3891
3141
  /**
3892
3142
  * <p>The creation date and time, and name, of a security configuration.</p>
3893
3143
  */
@@ -3901,12 +3151,6 @@ export interface SecurityConfigurationSummary {
3901
3151
  */
3902
3152
  CreationDateTime?: Date;
3903
3153
  }
3904
- export declare namespace SecurityConfigurationSummary {
3905
- /**
3906
- * @internal
3907
- */
3908
- const filterSensitiveLog: (obj: SecurityConfigurationSummary) => any;
3909
- }
3910
3154
  export interface ListSecurityConfigurationsOutput {
3911
3155
  /**
3912
3156
  * <p>The creation date and time, and name, of each security configuration.</p>
@@ -3919,12 +3163,6 @@ export interface ListSecurityConfigurationsOutput {
3919
3163
  */
3920
3164
  Marker?: string;
3921
3165
  }
3922
- export declare namespace ListSecurityConfigurationsOutput {
3923
- /**
3924
- * @internal
3925
- */
3926
- const filterSensitiveLog: (obj: ListSecurityConfigurationsOutput) => any;
3927
- }
3928
3166
  /**
3929
3167
  * <p>This input determines which steps to list.</p>
3930
3168
  */
@@ -3951,12 +3189,6 @@ export interface ListStepsInput {
3951
3189
  */
3952
3190
  Marker?: string;
3953
3191
  }
3954
- export declare namespace ListStepsInput {
3955
- /**
3956
- * @internal
3957
- */
3958
- const filterSensitiveLog: (obj: ListStepsInput) => any;
3959
- }
3960
3192
  /**
3961
3193
  * <p>The summary of the cluster step.</p>
3962
3194
  */
@@ -3984,12 +3216,6 @@ export interface StepSummary {
3984
3216
  */
3985
3217
  Status?: StepStatus;
3986
3218
  }
3987
- export declare namespace StepSummary {
3988
- /**
3989
- * @internal
3990
- */
3991
- const filterSensitiveLog: (obj: StepSummary) => any;
3992
- }
3993
3219
  /**
3994
3220
  * <p>This output contains the list of steps returned in reverse order. This means that the
3995
3221
  * last step is the first element in the list.</p>
@@ -4007,24 +3233,12 @@ export interface ListStepsOutput {
4007
3233
  */
4008
3234
  Marker?: string;
4009
3235
  }
4010
- export declare namespace ListStepsOutput {
4011
- /**
4012
- * @internal
4013
- */
4014
- const filterSensitiveLog: (obj: ListStepsOutput) => any;
4015
- }
4016
3236
  export interface ListStudiosInput {
4017
3237
  /**
4018
3238
  * <p>The pagination token that indicates the set of results to retrieve.</p>
4019
3239
  */
4020
3240
  Marker?: string;
4021
3241
  }
4022
- export declare namespace ListStudiosInput {
4023
- /**
4024
- * @internal
4025
- */
4026
- const filterSensitiveLog: (obj: ListStudiosInput) => any;
4027
- }
4028
3242
  /**
4029
3243
  * <p>Details for an Amazon EMR Studio, including ID, Name, VPC, and Description. The
4030
3244
  * details do not include subnets, IAM roles, security groups, or tags associated with the
@@ -4060,12 +3274,6 @@ export interface StudioSummary {
4060
3274
  */
4061
3275
  CreationTime?: Date;
4062
3276
  }
4063
- export declare namespace StudioSummary {
4064
- /**
4065
- * @internal
4066
- */
4067
- const filterSensitiveLog: (obj: StudioSummary) => any;
4068
- }
4069
3277
  export interface ListStudiosOutput {
4070
3278
  /**
4071
3279
  * <p>The list of Studio summary objects.</p>
@@ -4076,12 +3284,6 @@ export interface ListStudiosOutput {
4076
3284
  */
4077
3285
  Marker?: string;
4078
3286
  }
4079
- export declare namespace ListStudiosOutput {
4080
- /**
4081
- * @internal
4082
- */
4083
- const filterSensitiveLog: (obj: ListStudiosOutput) => any;
4084
- }
4085
3287
  export interface ListStudioSessionMappingsInput {
4086
3288
  /**
4087
3289
  * <p>The ID of the Amazon EMR Studio.</p>
@@ -4097,12 +3299,6 @@ export interface ListStudioSessionMappingsInput {
4097
3299
  */
4098
3300
  Marker?: string;
4099
3301
  }
4100
- export declare namespace ListStudioSessionMappingsInput {
4101
- /**
4102
- * @internal
4103
- */
4104
- const filterSensitiveLog: (obj: ListStudioSessionMappingsInput) => any;
4105
- }
4106
3302
  /**
4107
3303
  * <p>Details for an Amazon EMR Studio session mapping. The details do not include the
4108
3304
  * time the session mapping was last modified.</p>
@@ -4137,12 +3333,6 @@ export interface SessionMappingSummary {
4137
3333
  */
4138
3334
  CreationTime?: Date;
4139
3335
  }
4140
- export declare namespace SessionMappingSummary {
4141
- /**
4142
- * @internal
4143
- */
4144
- const filterSensitiveLog: (obj: SessionMappingSummary) => any;
4145
- }
4146
3336
  export interface ListStudioSessionMappingsOutput {
4147
3337
  /**
4148
3338
  * <p>A list of session mapping summary objects. Each object includes session mapping details
@@ -4155,12 +3345,6 @@ export interface ListStudioSessionMappingsOutput {
4155
3345
  */
4156
3346
  Marker?: string;
4157
3347
  }
4158
- export declare namespace ListStudioSessionMappingsOutput {
4159
- /**
4160
- * @internal
4161
- */
4162
- const filterSensitiveLog: (obj: ListStudioSessionMappingsOutput) => any;
4163
- }
4164
3348
  export interface ModifyClusterInput {
4165
3349
  /**
4166
3350
  * <p>The unique identifier of the cluster.</p>
@@ -4174,24 +3358,12 @@ export interface ModifyClusterInput {
4174
3358
  */
4175
3359
  StepConcurrencyLevel?: number;
4176
3360
  }
4177
- export declare namespace ModifyClusterInput {
4178
- /**
4179
- * @internal
4180
- */
4181
- const filterSensitiveLog: (obj: ModifyClusterInput) => any;
4182
- }
4183
3361
  export interface ModifyClusterOutput {
4184
3362
  /**
4185
3363
  * <p>The number of steps that can be executed concurrently.</p>
4186
3364
  */
4187
3365
  StepConcurrencyLevel?: number;
4188
3366
  }
4189
- export declare namespace ModifyClusterOutput {
4190
- /**
4191
- * @internal
4192
- */
4193
- const filterSensitiveLog: (obj: ModifyClusterOutput) => any;
4194
- }
4195
3367
  /**
4196
3368
  * <p>Configuration parameters for an instance fleet modification request.</p>
4197
3369
  * <note>
@@ -4215,12 +3387,6 @@ export interface InstanceFleetModifyConfig {
4215
3387
  */
4216
3388
  TargetSpotCapacity?: number;
4217
3389
  }
4218
- export declare namespace InstanceFleetModifyConfig {
4219
- /**
4220
- * @internal
4221
- */
4222
- const filterSensitiveLog: (obj: InstanceFleetModifyConfig) => any;
4223
- }
4224
3390
  export interface ModifyInstanceFleetInput {
4225
3391
  /**
4226
3392
  * <p>The unique identifier of the cluster.</p>
@@ -4231,12 +3397,6 @@ export interface ModifyInstanceFleetInput {
4231
3397
  */
4232
3398
  InstanceFleet: InstanceFleetModifyConfig | undefined;
4233
3399
  }
4234
- export declare namespace ModifyInstanceFleetInput {
4235
- /**
4236
- * @internal
4237
- */
4238
- const filterSensitiveLog: (obj: ModifyInstanceFleetInput) => any;
4239
- }
4240
3400
  export declare enum ReconfigurationType {
4241
3401
  MERGE = "MERGE",
4242
3402
  OVERWRITE = "OVERWRITE"
@@ -4257,12 +3417,6 @@ export interface PutAutoScalingPolicyInput {
4257
3417
  */
4258
3418
  AutoScalingPolicy: AutoScalingPolicy | undefined;
4259
3419
  }
4260
- export declare namespace PutAutoScalingPolicyInput {
4261
- /**
4262
- * @internal
4263
- */
4264
- const filterSensitiveLog: (obj: PutAutoScalingPolicyInput) => any;
4265
- }
4266
3420
  export interface PutAutoScalingPolicyOutput {
4267
3421
  /**
4268
3422
  * <p>Specifies the ID of a cluster. The instance group to which the automatic scaling policy
@@ -4282,12 +3436,6 @@ export interface PutAutoScalingPolicyOutput {
4282
3436
  */
4283
3437
  ClusterArn?: string;
4284
3438
  }
4285
- export declare namespace PutAutoScalingPolicyOutput {
4286
- /**
4287
- * @internal
4288
- */
4289
- const filterSensitiveLog: (obj: PutAutoScalingPolicyOutput) => any;
4290
- }
4291
3439
  export interface PutAutoTerminationPolicyInput {
4292
3440
  /**
4293
3441
  * <p>Specifies the ID of the Amazon EMR cluster to which the auto-termination policy
@@ -4299,28 +3447,10 @@ export interface PutAutoTerminationPolicyInput {
4299
3447
  */
4300
3448
  AutoTerminationPolicy?: AutoTerminationPolicy;
4301
3449
  }
4302
- export declare namespace PutAutoTerminationPolicyInput {
4303
- /**
4304
- * @internal
4305
- */
4306
- const filterSensitiveLog: (obj: PutAutoTerminationPolicyInput) => any;
4307
- }
4308
3450
  export interface PutAutoTerminationPolicyOutput {
4309
3451
  }
4310
- export declare namespace PutAutoTerminationPolicyOutput {
4311
- /**
4312
- * @internal
4313
- */
4314
- const filterSensitiveLog: (obj: PutAutoTerminationPolicyOutput) => any;
4315
- }
4316
3452
  export interface PutBlockPublicAccessConfigurationOutput {
4317
3453
  }
4318
- export declare namespace PutBlockPublicAccessConfigurationOutput {
4319
- /**
4320
- * @internal
4321
- */
4322
- const filterSensitiveLog: (obj: PutBlockPublicAccessConfigurationOutput) => any;
4323
- }
4324
3454
  export interface PutManagedScalingPolicyInput {
4325
3455
  /**
4326
3456
  * <p>Specifies the ID of an EMR cluster where the managed scaling policy is attached. </p>
@@ -4331,20 +3461,8 @@ export interface PutManagedScalingPolicyInput {
4331
3461
  */
4332
3462
  ManagedScalingPolicy: ManagedScalingPolicy | undefined;
4333
3463
  }
4334
- export declare namespace PutManagedScalingPolicyInput {
4335
- /**
4336
- * @internal
4337
- */
4338
- const filterSensitiveLog: (obj: PutManagedScalingPolicyInput) => any;
4339
- }
4340
3464
  export interface PutManagedScalingPolicyOutput {
4341
3465
  }
4342
- export declare namespace PutManagedScalingPolicyOutput {
4343
- /**
4344
- * @internal
4345
- */
4346
- const filterSensitiveLog: (obj: PutManagedScalingPolicyOutput) => any;
4347
- }
4348
3466
  export interface RemoveAutoScalingPolicyInput {
4349
3467
  /**
4350
3468
  * <p>Specifies the ID of a cluster. The instance group to which the automatic scaling policy
@@ -4356,20 +3474,8 @@ export interface RemoveAutoScalingPolicyInput {
4356
3474
  */
4357
3475
  InstanceGroupId: string | undefined;
4358
3476
  }
4359
- export declare namespace RemoveAutoScalingPolicyInput {
4360
- /**
4361
- * @internal
4362
- */
4363
- const filterSensitiveLog: (obj: RemoveAutoScalingPolicyInput) => any;
4364
- }
4365
3477
  export interface RemoveAutoScalingPolicyOutput {
4366
3478
  }
4367
- export declare namespace RemoveAutoScalingPolicyOutput {
4368
- /**
4369
- * @internal
4370
- */
4371
- const filterSensitiveLog: (obj: RemoveAutoScalingPolicyOutput) => any;
4372
- }
4373
3479
  export interface RemoveAutoTerminationPolicyInput {
4374
3480
  /**
4375
3481
  * <p>Specifies the ID of the Amazon EMR cluster from which the auto-termination
@@ -4377,20 +3483,8 @@ export interface RemoveAutoTerminationPolicyInput {
4377
3483
  */
4378
3484
  ClusterId: string | undefined;
4379
3485
  }
4380
- export declare namespace RemoveAutoTerminationPolicyInput {
4381
- /**
4382
- * @internal
4383
- */
4384
- const filterSensitiveLog: (obj: RemoveAutoTerminationPolicyInput) => any;
4385
- }
4386
3486
  export interface RemoveAutoTerminationPolicyOutput {
4387
3487
  }
4388
- export declare namespace RemoveAutoTerminationPolicyOutput {
4389
- /**
4390
- * @internal
4391
- */
4392
- const filterSensitiveLog: (obj: RemoveAutoTerminationPolicyOutput) => any;
4393
- }
4394
3488
  export interface RemoveManagedScalingPolicyInput {
4395
3489
  /**
4396
3490
  * <p> Specifies the ID of the cluster from which the managed scaling policy will be removed.
@@ -4398,20 +3492,8 @@ export interface RemoveManagedScalingPolicyInput {
4398
3492
  */
4399
3493
  ClusterId: string | undefined;
4400
3494
  }
4401
- export declare namespace RemoveManagedScalingPolicyInput {
4402
- /**
4403
- * @internal
4404
- */
4405
- const filterSensitiveLog: (obj: RemoveManagedScalingPolicyInput) => any;
4406
- }
4407
3495
  export interface RemoveManagedScalingPolicyOutput {
4408
3496
  }
4409
- export declare namespace RemoveManagedScalingPolicyOutput {
4410
- /**
4411
- * @internal
4412
- */
4413
- const filterSensitiveLog: (obj: RemoveManagedScalingPolicyOutput) => any;
4414
- }
4415
3497
  /**
4416
3498
  * <p>This input identifies an Amazon EMR resource and a list of tags to
4417
3499
  * remove.</p>
@@ -4427,23 +3509,11 @@ export interface RemoveTagsInput {
4427
3509
  */
4428
3510
  TagKeys: string[] | undefined;
4429
3511
  }
4430
- export declare namespace RemoveTagsInput {
4431
- /**
4432
- * @internal
4433
- */
4434
- const filterSensitiveLog: (obj: RemoveTagsInput) => any;
4435
- }
4436
3512
  /**
4437
3513
  * <p>This output indicates the result of removing tags from the resource.</p>
4438
3514
  */
4439
3515
  export interface RemoveTagsOutput {
4440
3516
  }
4441
- export declare namespace RemoveTagsOutput {
4442
- /**
4443
- * @internal
4444
- */
4445
- const filterSensitiveLog: (obj: RemoveTagsOutput) => any;
4446
- }
4447
3517
  /**
4448
3518
  * <p>The list of supported product configurations that allow user-supplied arguments. EMR
4449
3519
  * accepts these arguments and forwards them to the corresponding installation script as
@@ -4459,12 +3529,6 @@ export interface SupportedProductConfig {
4459
3529
  */
4460
3530
  Args?: string[];
4461
3531
  }
4462
- export declare namespace SupportedProductConfig {
4463
- /**
4464
- * @internal
4465
- */
4466
- const filterSensitiveLog: (obj: SupportedProductConfig) => any;
4467
- }
4468
3532
  /**
4469
3533
  * <p> The result of the <a>RunJobFlow</a> operation. </p>
4470
3534
  */
@@ -4478,12 +3542,6 @@ export interface RunJobFlowOutput {
4478
3542
  */
4479
3543
  ClusterArn?: string;
4480
3544
  }
4481
- export declare namespace RunJobFlowOutput {
4482
- /**
4483
- * @internal
4484
- */
4485
- const filterSensitiveLog: (obj: RunJobFlowOutput) => any;
4486
- }
4487
3545
  /**
4488
3546
  * <p> The input argument to the <a>TerminationProtection</a> operation. </p>
4489
3547
  */
@@ -4499,12 +3557,6 @@ export interface SetTerminationProtectionInput {
4499
3557
  */
4500
3558
  TerminationProtected: boolean | undefined;
4501
3559
  }
4502
- export declare namespace SetTerminationProtectionInput {
4503
- /**
4504
- * @internal
4505
- */
4506
- const filterSensitiveLog: (obj: SetTerminationProtectionInput) => any;
4507
- }
4508
3560
  /**
4509
3561
  * <p>The input to the SetVisibleToAllUsers action.</p>
4510
3562
  */
@@ -4521,12 +3573,6 @@ export interface SetVisibleToAllUsersInput {
4521
3573
  */
4522
3574
  VisibleToAllUsers: boolean | undefined;
4523
3575
  }
4524
- export declare namespace SetVisibleToAllUsersInput {
4525
- /**
4526
- * @internal
4527
- */
4528
- const filterSensitiveLog: (obj: SetVisibleToAllUsersInput) => any;
4529
- }
4530
3576
  export interface StartNotebookExecutionInput {
4531
3577
  /**
4532
3578
  * <p>The unique identifier of the EMR Notebook to use for notebook execution.</p>
@@ -4573,36 +3619,18 @@ export interface StartNotebookExecutionInput {
4573
3619
  */
4574
3620
  Tags?: Tag[];
4575
3621
  }
4576
- export declare namespace StartNotebookExecutionInput {
4577
- /**
4578
- * @internal
4579
- */
4580
- const filterSensitiveLog: (obj: StartNotebookExecutionInput) => any;
4581
- }
4582
3622
  export interface StartNotebookExecutionOutput {
4583
3623
  /**
4584
3624
  * <p>The unique identifier of the notebook execution.</p>
4585
3625
  */
4586
3626
  NotebookExecutionId?: string;
4587
3627
  }
4588
- export declare namespace StartNotebookExecutionOutput {
4589
- /**
4590
- * @internal
4591
- */
4592
- const filterSensitiveLog: (obj: StartNotebookExecutionOutput) => any;
4593
- }
4594
3628
  export interface StopNotebookExecutionInput {
4595
3629
  /**
4596
3630
  * <p>The unique identifier of the notebook execution.</p>
4597
3631
  */
4598
3632
  NotebookExecutionId: string | undefined;
4599
3633
  }
4600
- export declare namespace StopNotebookExecutionInput {
4601
- /**
4602
- * @internal
4603
- */
4604
- const filterSensitiveLog: (obj: StopNotebookExecutionInput) => any;
4605
- }
4606
3634
  /**
4607
3635
  * <p> Input to the <a>TerminateJobFlows</a> operation. </p>
4608
3636
  */
@@ -4612,12 +3640,6 @@ export interface TerminateJobFlowsInput {
4612
3640
  */
4613
3641
  JobFlowIds: string[] | undefined;
4614
3642
  }
4615
- export declare namespace TerminateJobFlowsInput {
4616
- /**
4617
- * @internal
4618
- */
4619
- const filterSensitiveLog: (obj: TerminateJobFlowsInput) => any;
4620
- }
4621
3643
  export interface UpdateStudioInput {
4622
3644
  /**
4623
3645
  * <p>The ID of the Amazon EMR Studio to update.</p>
@@ -4643,12 +3665,6 @@ export interface UpdateStudioInput {
4643
3665
  */
4644
3666
  DefaultS3Location?: string;
4645
3667
  }
4646
- export declare namespace UpdateStudioInput {
4647
- /**
4648
- * @internal
4649
- */
4650
- const filterSensitiveLog: (obj: UpdateStudioInput) => any;
4651
- }
4652
3668
  export interface UpdateStudioSessionMappingInput {
4653
3669
  /**
4654
3670
  * <p>The ID of the Amazon EMR Studio.</p>
@@ -4677,12 +3693,6 @@ export interface UpdateStudioSessionMappingInput {
4677
3693
  */
4678
3694
  SessionPolicyArn: string | undefined;
4679
3695
  }
4680
- export declare namespace UpdateStudioSessionMappingInput {
4681
- /**
4682
- * @internal
4683
- */
4684
- const filterSensitiveLog: (obj: UpdateStudioSessionMappingInput) => any;
4685
- }
4686
3696
  /**
4687
3697
  * <note>
4688
3698
  * <p>Amazon EMR releases 4.x or later.</p>
@@ -4707,12 +3717,6 @@ export interface Configuration {
4707
3717
  */
4708
3718
  Properties?: Record<string, string>;
4709
3719
  }
4710
- export declare namespace Configuration {
4711
- /**
4712
- * @internal
4713
- */
4714
- const filterSensitiveLog: (obj: Configuration) => any;
4715
- }
4716
3720
  /**
4717
3721
  * <p>A configuration for Amazon EMR block public access. When
4718
3722
  * <code>BlockPublicSecurityGroupRules</code> is set to <code>true</code>, Amazon EMR prevents cluster creation if one of the cluster's security groups has a rule that allows
@@ -4751,12 +3755,6 @@ export interface BlockPublicAccessConfiguration {
4751
3755
  */
4752
3756
  Properties?: Record<string, string>;
4753
3757
  }
4754
- export declare namespace BlockPublicAccessConfiguration {
4755
- /**
4756
- * @internal
4757
- */
4758
- const filterSensitiveLog: (obj: BlockPublicAccessConfiguration) => any;
4759
- }
4760
3758
  /**
4761
3759
  * <p>The detailed description of the cluster.</p>
4762
3760
  */
@@ -4934,12 +3932,6 @@ export interface Cluster {
4934
3932
  */
4935
3933
  OSReleaseLabel?: string;
4936
3934
  }
4937
- export declare namespace Cluster {
4938
- /**
4939
- * @internal
4940
- */
4941
- const filterSensitiveLog: (obj: Cluster) => any;
4942
- }
4943
3935
  /**
4944
3936
  * <p>Configuration defining a new instance group.</p>
4945
3937
  */
@@ -4995,12 +3987,6 @@ export interface InstanceGroupConfig {
4995
3987
  */
4996
3988
  CustomAmiId?: string;
4997
3989
  }
4998
- export declare namespace InstanceGroupConfig {
4999
- /**
5000
- * @internal
5001
- */
5002
- const filterSensitiveLog: (obj: InstanceGroupConfig) => any;
5003
- }
5004
3990
  /**
5005
3991
  * <p>Modify the size or configurations of an instance group.</p>
5006
3992
  */
@@ -5031,12 +4017,6 @@ export interface InstanceGroupModifyConfig {
5031
4017
  */
5032
4018
  Configurations?: Configuration[];
5033
4019
  }
5034
- export declare namespace InstanceGroupModifyConfig {
5035
- /**
5036
- * @internal
5037
- */
5038
- const filterSensitiveLog: (obj: InstanceGroupModifyConfig) => any;
5039
- }
5040
4020
  /**
5041
4021
  * <p>An instance type configuration for each instance type in an instance fleet, which
5042
4022
  * determines the EC2 instances Amazon EMR attempts to provision to fulfill On-Demand
@@ -5091,12 +4071,6 @@ export interface InstanceTypeConfig {
5091
4071
  */
5092
4072
  CustomAmiId?: string;
5093
4073
  }
5094
- export declare namespace InstanceTypeConfig {
5095
- /**
5096
- * @internal
5097
- */
5098
- const filterSensitiveLog: (obj: InstanceTypeConfig) => any;
5099
- }
5100
4074
  /**
5101
4075
  * <p>The configuration specification for each instance type in an instance fleet.</p>
5102
4076
  * <note>
@@ -5146,12 +4120,6 @@ export interface InstanceTypeSpecification {
5146
4120
  */
5147
4121
  CustomAmiId?: string;
5148
4122
  }
5149
- export declare namespace InstanceTypeSpecification {
5150
- /**
5151
- * @internal
5152
- */
5153
- const filterSensitiveLog: (obj: InstanceTypeSpecification) => any;
5154
- }
5155
4123
  /**
5156
4124
  * <p>This output contains the description of the cluster.</p>
5157
4125
  */
@@ -5161,12 +4129,6 @@ export interface DescribeClusterOutput {
5161
4129
  */
5162
4130
  Cluster?: Cluster;
5163
4131
  }
5164
- export declare namespace DescribeClusterOutput {
5165
- /**
5166
- * @internal
5167
- */
5168
- const filterSensitiveLog: (obj: DescribeClusterOutput) => any;
5169
- }
5170
4132
  export interface GetBlockPublicAccessConfigurationOutput {
5171
4133
  /**
5172
4134
  * <p>A configuration for Amazon EMR block public access. The configuration applies to
@@ -5195,12 +4157,6 @@ export interface GetBlockPublicAccessConfigurationOutput {
5195
4157
  */
5196
4158
  BlockPublicAccessConfigurationMetadata: BlockPublicAccessConfigurationMetadata | undefined;
5197
4159
  }
5198
- export declare namespace GetBlockPublicAccessConfigurationOutput {
5199
- /**
5200
- * @internal
5201
- */
5202
- const filterSensitiveLog: (obj: GetBlockPublicAccessConfigurationOutput) => any;
5203
- }
5204
4160
  export interface PutBlockPublicAccessConfigurationInput {
5205
4161
  /**
5206
4162
  * <p>A configuration for Amazon EMR block public access. The configuration applies to
@@ -5221,12 +4177,6 @@ export interface PutBlockPublicAccessConfigurationInput {
5221
4177
  */
5222
4178
  BlockPublicAccessConfiguration: BlockPublicAccessConfiguration | undefined;
5223
4179
  }
5224
- export declare namespace PutBlockPublicAccessConfigurationInput {
5225
- /**
5226
- * @internal
5227
- */
5228
- const filterSensitiveLog: (obj: PutBlockPublicAccessConfigurationInput) => any;
5229
- }
5230
4180
  /**
5231
4181
  * <p>Input to an AddInstanceGroups call.</p>
5232
4182
  */
@@ -5240,12 +4190,6 @@ export interface AddInstanceGroupsInput {
5240
4190
  */
5241
4191
  JobFlowId: string | undefined;
5242
4192
  }
5243
- export declare namespace AddInstanceGroupsInput {
5244
- /**
5245
- * @internal
5246
- */
5247
- const filterSensitiveLog: (obj: AddInstanceGroupsInput) => any;
5248
- }
5249
4193
  /**
5250
4194
  * <p>Describes an instance fleet, which is a group of EC2 instances that host a particular
5251
4195
  * node type (master, core, or task) in an Amazon EMR cluster. Instance fleets can
@@ -5338,12 +4282,6 @@ export interface InstanceFleet {
5338
4282
  */
5339
4283
  LaunchSpecifications?: InstanceFleetProvisioningSpecifications;
5340
4284
  }
5341
- export declare namespace InstanceFleet {
5342
- /**
5343
- * @internal
5344
- */
5345
- const filterSensitiveLog: (obj: InstanceFleet) => any;
5346
- }
5347
4285
  /**
5348
4286
  * <p>The configuration that defines an instance fleet.</p>
5349
4287
  * <note>
@@ -5411,12 +4349,6 @@ export interface InstanceFleetConfig {
5411
4349
  */
5412
4350
  LaunchSpecifications?: InstanceFleetProvisioningSpecifications;
5413
4351
  }
5414
- export declare namespace InstanceFleetConfig {
5415
- /**
5416
- * @internal
5417
- */
5418
- const filterSensitiveLog: (obj: InstanceFleetConfig) => any;
5419
- }
5420
4352
  /**
5421
4353
  * <p>Change the size of some instance groups.</p>
5422
4354
  */
@@ -5430,12 +4362,6 @@ export interface ModifyInstanceGroupsInput {
5430
4362
  */
5431
4363
  InstanceGroups?: InstanceGroupModifyConfig[];
5432
4364
  }
5433
- export declare namespace ModifyInstanceGroupsInput {
5434
- /**
5435
- * @internal
5436
- */
5437
- const filterSensitiveLog: (obj: ModifyInstanceGroupsInput) => any;
5438
- }
5439
4365
  export interface AddInstanceFleetInput {
5440
4366
  /**
5441
4367
  * <p>The unique identifier of the cluster.</p>
@@ -5446,12 +4372,6 @@ export interface AddInstanceFleetInput {
5446
4372
  */
5447
4373
  InstanceFleet: InstanceFleetConfig | undefined;
5448
4374
  }
5449
- export declare namespace AddInstanceFleetInput {
5450
- /**
5451
- * @internal
5452
- */
5453
- const filterSensitiveLog: (obj: AddInstanceFleetInput) => any;
5454
- }
5455
4375
  /**
5456
4376
  * <p>This entity represents an instance group, which is a group of instances that have common
5457
4377
  * purpose. For example, CORE instance group is used for HDFS.</p>
@@ -5545,12 +4465,6 @@ export interface InstanceGroup {
5545
4465
  */
5546
4466
  CustomAmiId?: string;
5547
4467
  }
5548
- export declare namespace InstanceGroup {
5549
- /**
5550
- * @internal
5551
- */
5552
- const filterSensitiveLog: (obj: InstanceGroup) => any;
5553
- }
5554
4468
  export interface ListInstanceFleetsOutput {
5555
4469
  /**
5556
4470
  * <p>The list of instance fleets for the cluster and given filters.</p>
@@ -5561,12 +4475,6 @@ export interface ListInstanceFleetsOutput {
5561
4475
  */
5562
4476
  Marker?: string;
5563
4477
  }
5564
- export declare namespace ListInstanceFleetsOutput {
5565
- /**
5566
- * @internal
5567
- */
5568
- const filterSensitiveLog: (obj: ListInstanceFleetsOutput) => any;
5569
- }
5570
4478
  /**
5571
4479
  * <p>This input determines which instance groups to retrieve.</p>
5572
4480
  */
@@ -5580,12 +4488,6 @@ export interface ListInstanceGroupsOutput {
5580
4488
  */
5581
4489
  Marker?: string;
5582
4490
  }
5583
- export declare namespace ListInstanceGroupsOutput {
5584
- /**
5585
- * @internal
5586
- */
5587
- const filterSensitiveLog: (obj: ListInstanceGroupsOutput) => any;
5588
- }
5589
4491
  /**
5590
4492
  * <p>A description of the Amazon EC2 instance on which the cluster (job flow) runs. A
5591
4493
  * valid JobFlowInstancesConfig must contain either InstanceGroups or InstanceFleets. They
@@ -5695,12 +4597,6 @@ export interface JobFlowInstancesConfig {
5695
4597
  */
5696
4598
  AdditionalSlaveSecurityGroups?: string[];
5697
4599
  }
5698
- export declare namespace JobFlowInstancesConfig {
5699
- /**
5700
- * @internal
5701
- */
5702
- const filterSensitiveLog: (obj: JobFlowInstancesConfig) => any;
5703
- }
5704
4600
  /**
5705
4601
  * <p> Input to the <a>RunJobFlow</a> operation. </p>
5706
4602
  */
@@ -5935,9 +4831,743 @@ export interface RunJobFlowInput {
5935
4831
  */
5936
4832
  OSReleaseLabel?: string;
5937
4833
  }
5938
- export declare namespace RunJobFlowInput {
5939
- /**
5940
- * @internal
5941
- */
5942
- const filterSensitiveLog: (obj: RunJobFlowInput) => any;
5943
- }
4834
+ /**
4835
+ * @internal
4836
+ */
4837
+ export declare const VolumeSpecificationFilterSensitiveLog: (obj: VolumeSpecification) => any;
4838
+ /**
4839
+ * @internal
4840
+ */
4841
+ export declare const EbsBlockDeviceConfigFilterSensitiveLog: (obj: EbsBlockDeviceConfig) => any;
4842
+ /**
4843
+ * @internal
4844
+ */
4845
+ export declare const EbsConfigurationFilterSensitiveLog: (obj: EbsConfiguration) => any;
4846
+ /**
4847
+ * @internal
4848
+ */
4849
+ export declare const OnDemandCapacityReservationOptionsFilterSensitiveLog: (obj: OnDemandCapacityReservationOptions) => any;
4850
+ /**
4851
+ * @internal
4852
+ */
4853
+ export declare const OnDemandProvisioningSpecificationFilterSensitiveLog: (obj: OnDemandProvisioningSpecification) => any;
4854
+ /**
4855
+ * @internal
4856
+ */
4857
+ export declare const SpotProvisioningSpecificationFilterSensitiveLog: (obj: SpotProvisioningSpecification) => any;
4858
+ /**
4859
+ * @internal
4860
+ */
4861
+ export declare const InstanceFleetProvisioningSpecificationsFilterSensitiveLog: (obj: InstanceFleetProvisioningSpecifications) => any;
4862
+ /**
4863
+ * @internal
4864
+ */
4865
+ export declare const AddInstanceFleetOutputFilterSensitiveLog: (obj: AddInstanceFleetOutput) => any;
4866
+ /**
4867
+ * @internal
4868
+ */
4869
+ export declare const ScalingConstraintsFilterSensitiveLog: (obj: ScalingConstraints) => any;
4870
+ /**
4871
+ * @internal
4872
+ */
4873
+ export declare const SimpleScalingPolicyConfigurationFilterSensitiveLog: (obj: SimpleScalingPolicyConfiguration) => any;
4874
+ /**
4875
+ * @internal
4876
+ */
4877
+ export declare const ScalingActionFilterSensitiveLog: (obj: ScalingAction) => any;
4878
+ /**
4879
+ * @internal
4880
+ */
4881
+ export declare const MetricDimensionFilterSensitiveLog: (obj: MetricDimension) => any;
4882
+ /**
4883
+ * @internal
4884
+ */
4885
+ export declare const CloudWatchAlarmDefinitionFilterSensitiveLog: (obj: CloudWatchAlarmDefinition) => any;
4886
+ /**
4887
+ * @internal
4888
+ */
4889
+ export declare const ScalingTriggerFilterSensitiveLog: (obj: ScalingTrigger) => any;
4890
+ /**
4891
+ * @internal
4892
+ */
4893
+ export declare const ScalingRuleFilterSensitiveLog: (obj: ScalingRule) => any;
4894
+ /**
4895
+ * @internal
4896
+ */
4897
+ export declare const AutoScalingPolicyFilterSensitiveLog: (obj: AutoScalingPolicy) => any;
4898
+ /**
4899
+ * @internal
4900
+ */
4901
+ export declare const AddInstanceGroupsOutputFilterSensitiveLog: (obj: AddInstanceGroupsOutput) => any;
4902
+ /**
4903
+ * @internal
4904
+ */
4905
+ export declare const KeyValueFilterSensitiveLog: (obj: KeyValue) => any;
4906
+ /**
4907
+ * @internal
4908
+ */
4909
+ export declare const HadoopJarStepConfigFilterSensitiveLog: (obj: HadoopJarStepConfig) => any;
4910
+ /**
4911
+ * @internal
4912
+ */
4913
+ export declare const StepConfigFilterSensitiveLog: (obj: StepConfig) => any;
4914
+ /**
4915
+ * @internal
4916
+ */
4917
+ export declare const AddJobFlowStepsInputFilterSensitiveLog: (obj: AddJobFlowStepsInput) => any;
4918
+ /**
4919
+ * @internal
4920
+ */
4921
+ export declare const AddJobFlowStepsOutputFilterSensitiveLog: (obj: AddJobFlowStepsOutput) => any;
4922
+ /**
4923
+ * @internal
4924
+ */
4925
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
4926
+ /**
4927
+ * @internal
4928
+ */
4929
+ export declare const AddTagsInputFilterSensitiveLog: (obj: AddTagsInput) => any;
4930
+ /**
4931
+ * @internal
4932
+ */
4933
+ export declare const AddTagsOutputFilterSensitiveLog: (obj: AddTagsOutput) => any;
4934
+ /**
4935
+ * @internal
4936
+ */
4937
+ export declare const ApplicationFilterSensitiveLog: (obj: Application) => any;
4938
+ /**
4939
+ * @internal
4940
+ */
4941
+ export declare const AutoScalingPolicyStateChangeReasonFilterSensitiveLog: (obj: AutoScalingPolicyStateChangeReason) => any;
4942
+ /**
4943
+ * @internal
4944
+ */
4945
+ export declare const AutoScalingPolicyStatusFilterSensitiveLog: (obj: AutoScalingPolicyStatus) => any;
4946
+ /**
4947
+ * @internal
4948
+ */
4949
+ export declare const AutoScalingPolicyDescriptionFilterSensitiveLog: (obj: AutoScalingPolicyDescription) => any;
4950
+ /**
4951
+ * @internal
4952
+ */
4953
+ export declare const AutoTerminationPolicyFilterSensitiveLog: (obj: AutoTerminationPolicy) => any;
4954
+ /**
4955
+ * @internal
4956
+ */
4957
+ export declare const PortRangeFilterSensitiveLog: (obj: PortRange) => any;
4958
+ /**
4959
+ * @internal
4960
+ */
4961
+ export declare const BlockPublicAccessConfigurationMetadataFilterSensitiveLog: (obj: BlockPublicAccessConfigurationMetadata) => any;
4962
+ /**
4963
+ * @internal
4964
+ */
4965
+ export declare const ScriptBootstrapActionConfigFilterSensitiveLog: (obj: ScriptBootstrapActionConfig) => any;
4966
+ /**
4967
+ * @internal
4968
+ */
4969
+ export declare const BootstrapActionConfigFilterSensitiveLog: (obj: BootstrapActionConfig) => any;
4970
+ /**
4971
+ * @internal
4972
+ */
4973
+ export declare const BootstrapActionDetailFilterSensitiveLog: (obj: BootstrapActionDetail) => any;
4974
+ /**
4975
+ * @internal
4976
+ */
4977
+ export declare const CancelStepsInputFilterSensitiveLog: (obj: CancelStepsInput) => any;
4978
+ /**
4979
+ * @internal
4980
+ */
4981
+ export declare const CancelStepsInfoFilterSensitiveLog: (obj: CancelStepsInfo) => any;
4982
+ /**
4983
+ * @internal
4984
+ */
4985
+ export declare const CancelStepsOutputFilterSensitiveLog: (obj: CancelStepsOutput) => any;
4986
+ /**
4987
+ * @internal
4988
+ */
4989
+ export declare const Ec2InstanceAttributesFilterSensitiveLog: (obj: Ec2InstanceAttributes) => any;
4990
+ /**
4991
+ * @internal
4992
+ */
4993
+ export declare const KerberosAttributesFilterSensitiveLog: (obj: KerberosAttributes) => any;
4994
+ /**
4995
+ * @internal
4996
+ */
4997
+ export declare const PlacementGroupConfigFilterSensitiveLog: (obj: PlacementGroupConfig) => any;
4998
+ /**
4999
+ * @internal
5000
+ */
5001
+ export declare const ClusterStateChangeReasonFilterSensitiveLog: (obj: ClusterStateChangeReason) => any;
5002
+ /**
5003
+ * @internal
5004
+ */
5005
+ export declare const ClusterTimelineFilterSensitiveLog: (obj: ClusterTimeline) => any;
5006
+ /**
5007
+ * @internal
5008
+ */
5009
+ export declare const ClusterStatusFilterSensitiveLog: (obj: ClusterStatus) => any;
5010
+ /**
5011
+ * @internal
5012
+ */
5013
+ export declare const ClusterSummaryFilterSensitiveLog: (obj: ClusterSummary) => any;
5014
+ /**
5015
+ * @internal
5016
+ */
5017
+ export declare const CommandFilterSensitiveLog: (obj: Command) => any;
5018
+ /**
5019
+ * @internal
5020
+ */
5021
+ export declare const ComputeLimitsFilterSensitiveLog: (obj: ComputeLimits) => any;
5022
+ /**
5023
+ * @internal
5024
+ */
5025
+ export declare const CreateSecurityConfigurationInputFilterSensitiveLog: (obj: CreateSecurityConfigurationInput) => any;
5026
+ /**
5027
+ * @internal
5028
+ */
5029
+ export declare const CreateSecurityConfigurationOutputFilterSensitiveLog: (obj: CreateSecurityConfigurationOutput) => any;
5030
+ /**
5031
+ * @internal
5032
+ */
5033
+ export declare const CreateStudioInputFilterSensitiveLog: (obj: CreateStudioInput) => any;
5034
+ /**
5035
+ * @internal
5036
+ */
5037
+ export declare const CreateStudioOutputFilterSensitiveLog: (obj: CreateStudioOutput) => any;
5038
+ /**
5039
+ * @internal
5040
+ */
5041
+ export declare const CreateStudioSessionMappingInputFilterSensitiveLog: (obj: CreateStudioSessionMappingInput) => any;
5042
+ /**
5043
+ * @internal
5044
+ */
5045
+ export declare const DeleteSecurityConfigurationInputFilterSensitiveLog: (obj: DeleteSecurityConfigurationInput) => any;
5046
+ /**
5047
+ * @internal
5048
+ */
5049
+ export declare const DeleteSecurityConfigurationOutputFilterSensitiveLog: (obj: DeleteSecurityConfigurationOutput) => any;
5050
+ /**
5051
+ * @internal
5052
+ */
5053
+ export declare const DeleteStudioInputFilterSensitiveLog: (obj: DeleteStudioInput) => any;
5054
+ /**
5055
+ * @internal
5056
+ */
5057
+ export declare const DeleteStudioSessionMappingInputFilterSensitiveLog: (obj: DeleteStudioSessionMappingInput) => any;
5058
+ /**
5059
+ * @internal
5060
+ */
5061
+ export declare const DescribeClusterInputFilterSensitiveLog: (obj: DescribeClusterInput) => any;
5062
+ /**
5063
+ * @internal
5064
+ */
5065
+ export declare const DescribeJobFlowsInputFilterSensitiveLog: (obj: DescribeJobFlowsInput) => any;
5066
+ /**
5067
+ * @internal
5068
+ */
5069
+ export declare const JobFlowExecutionStatusDetailFilterSensitiveLog: (obj: JobFlowExecutionStatusDetail) => any;
5070
+ /**
5071
+ * @internal
5072
+ */
5073
+ export declare const InstanceGroupDetailFilterSensitiveLog: (obj: InstanceGroupDetail) => any;
5074
+ /**
5075
+ * @internal
5076
+ */
5077
+ export declare const PlacementTypeFilterSensitiveLog: (obj: PlacementType) => any;
5078
+ /**
5079
+ * @internal
5080
+ */
5081
+ export declare const JobFlowInstancesDetailFilterSensitiveLog: (obj: JobFlowInstancesDetail) => any;
5082
+ /**
5083
+ * @internal
5084
+ */
5085
+ export declare const StepExecutionStatusDetailFilterSensitiveLog: (obj: StepExecutionStatusDetail) => any;
5086
+ /**
5087
+ * @internal
5088
+ */
5089
+ export declare const StepDetailFilterSensitiveLog: (obj: StepDetail) => any;
5090
+ /**
5091
+ * @internal
5092
+ */
5093
+ export declare const JobFlowDetailFilterSensitiveLog: (obj: JobFlowDetail) => any;
5094
+ /**
5095
+ * @internal
5096
+ */
5097
+ export declare const DescribeJobFlowsOutputFilterSensitiveLog: (obj: DescribeJobFlowsOutput) => any;
5098
+ /**
5099
+ * @internal
5100
+ */
5101
+ export declare const DescribeNotebookExecutionInputFilterSensitiveLog: (obj: DescribeNotebookExecutionInput) => any;
5102
+ /**
5103
+ * @internal
5104
+ */
5105
+ export declare const ExecutionEngineConfigFilterSensitiveLog: (obj: ExecutionEngineConfig) => any;
5106
+ /**
5107
+ * @internal
5108
+ */
5109
+ export declare const NotebookExecutionFilterSensitiveLog: (obj: NotebookExecution) => any;
5110
+ /**
5111
+ * @internal
5112
+ */
5113
+ export declare const DescribeNotebookExecutionOutputFilterSensitiveLog: (obj: DescribeNotebookExecutionOutput) => any;
5114
+ /**
5115
+ * @internal
5116
+ */
5117
+ export declare const DescribeReleaseLabelInputFilterSensitiveLog: (obj: DescribeReleaseLabelInput) => any;
5118
+ /**
5119
+ * @internal
5120
+ */
5121
+ export declare const SimplifiedApplicationFilterSensitiveLog: (obj: SimplifiedApplication) => any;
5122
+ /**
5123
+ * @internal
5124
+ */
5125
+ export declare const OSReleaseFilterSensitiveLog: (obj: OSRelease) => any;
5126
+ /**
5127
+ * @internal
5128
+ */
5129
+ export declare const DescribeReleaseLabelOutputFilterSensitiveLog: (obj: DescribeReleaseLabelOutput) => any;
5130
+ /**
5131
+ * @internal
5132
+ */
5133
+ export declare const DescribeSecurityConfigurationInputFilterSensitiveLog: (obj: DescribeSecurityConfigurationInput) => any;
5134
+ /**
5135
+ * @internal
5136
+ */
5137
+ export declare const DescribeSecurityConfigurationOutputFilterSensitiveLog: (obj: DescribeSecurityConfigurationOutput) => any;
5138
+ /**
5139
+ * @internal
5140
+ */
5141
+ export declare const DescribeStepInputFilterSensitiveLog: (obj: DescribeStepInput) => any;
5142
+ /**
5143
+ * @internal
5144
+ */
5145
+ export declare const HadoopStepConfigFilterSensitiveLog: (obj: HadoopStepConfig) => any;
5146
+ /**
5147
+ * @internal
5148
+ */
5149
+ export declare const FailureDetailsFilterSensitiveLog: (obj: FailureDetails) => any;
5150
+ /**
5151
+ * @internal
5152
+ */
5153
+ export declare const StepStateChangeReasonFilterSensitiveLog: (obj: StepStateChangeReason) => any;
5154
+ /**
5155
+ * @internal
5156
+ */
5157
+ export declare const StepTimelineFilterSensitiveLog: (obj: StepTimeline) => any;
5158
+ /**
5159
+ * @internal
5160
+ */
5161
+ export declare const StepStatusFilterSensitiveLog: (obj: StepStatus) => any;
5162
+ /**
5163
+ * @internal
5164
+ */
5165
+ export declare const StepFilterSensitiveLog: (obj: Step) => any;
5166
+ /**
5167
+ * @internal
5168
+ */
5169
+ export declare const DescribeStepOutputFilterSensitiveLog: (obj: DescribeStepOutput) => any;
5170
+ /**
5171
+ * @internal
5172
+ */
5173
+ export declare const DescribeStudioInputFilterSensitiveLog: (obj: DescribeStudioInput) => any;
5174
+ /**
5175
+ * @internal
5176
+ */
5177
+ export declare const StudioFilterSensitiveLog: (obj: Studio) => any;
5178
+ /**
5179
+ * @internal
5180
+ */
5181
+ export declare const DescribeStudioOutputFilterSensitiveLog: (obj: DescribeStudioOutput) => any;
5182
+ /**
5183
+ * @internal
5184
+ */
5185
+ export declare const EbsBlockDeviceFilterSensitiveLog: (obj: EbsBlockDevice) => any;
5186
+ /**
5187
+ * @internal
5188
+ */
5189
+ export declare const EbsVolumeFilterSensitiveLog: (obj: EbsVolume) => any;
5190
+ /**
5191
+ * @internal
5192
+ */
5193
+ export declare const GetAutoTerminationPolicyInputFilterSensitiveLog: (obj: GetAutoTerminationPolicyInput) => any;
5194
+ /**
5195
+ * @internal
5196
+ */
5197
+ export declare const GetAutoTerminationPolicyOutputFilterSensitiveLog: (obj: GetAutoTerminationPolicyOutput) => any;
5198
+ /**
5199
+ * @internal
5200
+ */
5201
+ export declare const GetBlockPublicAccessConfigurationInputFilterSensitiveLog: (obj: GetBlockPublicAccessConfigurationInput) => any;
5202
+ /**
5203
+ * @internal
5204
+ */
5205
+ export declare const GetManagedScalingPolicyInputFilterSensitiveLog: (obj: GetManagedScalingPolicyInput) => any;
5206
+ /**
5207
+ * @internal
5208
+ */
5209
+ export declare const ManagedScalingPolicyFilterSensitiveLog: (obj: ManagedScalingPolicy) => any;
5210
+ /**
5211
+ * @internal
5212
+ */
5213
+ export declare const GetManagedScalingPolicyOutputFilterSensitiveLog: (obj: GetManagedScalingPolicyOutput) => any;
5214
+ /**
5215
+ * @internal
5216
+ */
5217
+ export declare const GetStudioSessionMappingInputFilterSensitiveLog: (obj: GetStudioSessionMappingInput) => any;
5218
+ /**
5219
+ * @internal
5220
+ */
5221
+ export declare const SessionMappingDetailFilterSensitiveLog: (obj: SessionMappingDetail) => any;
5222
+ /**
5223
+ * @internal
5224
+ */
5225
+ export declare const GetStudioSessionMappingOutputFilterSensitiveLog: (obj: GetStudioSessionMappingOutput) => any;
5226
+ /**
5227
+ * @internal
5228
+ */
5229
+ export declare const ListBootstrapActionsInputFilterSensitiveLog: (obj: ListBootstrapActionsInput) => any;
5230
+ /**
5231
+ * @internal
5232
+ */
5233
+ export declare const ListBootstrapActionsOutputFilterSensitiveLog: (obj: ListBootstrapActionsOutput) => any;
5234
+ /**
5235
+ * @internal
5236
+ */
5237
+ export declare const ListClustersInputFilterSensitiveLog: (obj: ListClustersInput) => any;
5238
+ /**
5239
+ * @internal
5240
+ */
5241
+ export declare const ListClustersOutputFilterSensitiveLog: (obj: ListClustersOutput) => any;
5242
+ /**
5243
+ * @internal
5244
+ */
5245
+ export declare const ListInstanceFleetsInputFilterSensitiveLog: (obj: ListInstanceFleetsInput) => any;
5246
+ /**
5247
+ * @internal
5248
+ */
5249
+ export declare const InstanceFleetStateChangeReasonFilterSensitiveLog: (obj: InstanceFleetStateChangeReason) => any;
5250
+ /**
5251
+ * @internal
5252
+ */
5253
+ export declare const InstanceFleetTimelineFilterSensitiveLog: (obj: InstanceFleetTimeline) => any;
5254
+ /**
5255
+ * @internal
5256
+ */
5257
+ export declare const InstanceFleetStatusFilterSensitiveLog: (obj: InstanceFleetStatus) => any;
5258
+ /**
5259
+ * @internal
5260
+ */
5261
+ export declare const ListInstanceGroupsInputFilterSensitiveLog: (obj: ListInstanceGroupsInput) => any;
5262
+ /**
5263
+ * @internal
5264
+ */
5265
+ export declare const InstanceResizePolicyFilterSensitiveLog: (obj: InstanceResizePolicy) => any;
5266
+ /**
5267
+ * @internal
5268
+ */
5269
+ export declare const ShrinkPolicyFilterSensitiveLog: (obj: ShrinkPolicy) => any;
5270
+ /**
5271
+ * @internal
5272
+ */
5273
+ export declare const InstanceGroupStateChangeReasonFilterSensitiveLog: (obj: InstanceGroupStateChangeReason) => any;
5274
+ /**
5275
+ * @internal
5276
+ */
5277
+ export declare const InstanceGroupTimelineFilterSensitiveLog: (obj: InstanceGroupTimeline) => any;
5278
+ /**
5279
+ * @internal
5280
+ */
5281
+ export declare const InstanceGroupStatusFilterSensitiveLog: (obj: InstanceGroupStatus) => any;
5282
+ /**
5283
+ * @internal
5284
+ */
5285
+ export declare const ListInstancesInputFilterSensitiveLog: (obj: ListInstancesInput) => any;
5286
+ /**
5287
+ * @internal
5288
+ */
5289
+ export declare const InstanceStateChangeReasonFilterSensitiveLog: (obj: InstanceStateChangeReason) => any;
5290
+ /**
5291
+ * @internal
5292
+ */
5293
+ export declare const InstanceTimelineFilterSensitiveLog: (obj: InstanceTimeline) => any;
5294
+ /**
5295
+ * @internal
5296
+ */
5297
+ export declare const InstanceStatusFilterSensitiveLog: (obj: InstanceStatus) => any;
5298
+ /**
5299
+ * @internal
5300
+ */
5301
+ export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
5302
+ /**
5303
+ * @internal
5304
+ */
5305
+ export declare const ListInstancesOutputFilterSensitiveLog: (obj: ListInstancesOutput) => any;
5306
+ /**
5307
+ * @internal
5308
+ */
5309
+ export declare const ListNotebookExecutionsInputFilterSensitiveLog: (obj: ListNotebookExecutionsInput) => any;
5310
+ /**
5311
+ * @internal
5312
+ */
5313
+ export declare const NotebookExecutionSummaryFilterSensitiveLog: (obj: NotebookExecutionSummary) => any;
5314
+ /**
5315
+ * @internal
5316
+ */
5317
+ export declare const ListNotebookExecutionsOutputFilterSensitiveLog: (obj: ListNotebookExecutionsOutput) => any;
5318
+ /**
5319
+ * @internal
5320
+ */
5321
+ export declare const ReleaseLabelFilterFilterSensitiveLog: (obj: ReleaseLabelFilter) => any;
5322
+ /**
5323
+ * @internal
5324
+ */
5325
+ export declare const ListReleaseLabelsInputFilterSensitiveLog: (obj: ListReleaseLabelsInput) => any;
5326
+ /**
5327
+ * @internal
5328
+ */
5329
+ export declare const ListReleaseLabelsOutputFilterSensitiveLog: (obj: ListReleaseLabelsOutput) => any;
5330
+ /**
5331
+ * @internal
5332
+ */
5333
+ export declare const ListSecurityConfigurationsInputFilterSensitiveLog: (obj: ListSecurityConfigurationsInput) => any;
5334
+ /**
5335
+ * @internal
5336
+ */
5337
+ export declare const SecurityConfigurationSummaryFilterSensitiveLog: (obj: SecurityConfigurationSummary) => any;
5338
+ /**
5339
+ * @internal
5340
+ */
5341
+ export declare const ListSecurityConfigurationsOutputFilterSensitiveLog: (obj: ListSecurityConfigurationsOutput) => any;
5342
+ /**
5343
+ * @internal
5344
+ */
5345
+ export declare const ListStepsInputFilterSensitiveLog: (obj: ListStepsInput) => any;
5346
+ /**
5347
+ * @internal
5348
+ */
5349
+ export declare const StepSummaryFilterSensitiveLog: (obj: StepSummary) => any;
5350
+ /**
5351
+ * @internal
5352
+ */
5353
+ export declare const ListStepsOutputFilterSensitiveLog: (obj: ListStepsOutput) => any;
5354
+ /**
5355
+ * @internal
5356
+ */
5357
+ export declare const ListStudiosInputFilterSensitiveLog: (obj: ListStudiosInput) => any;
5358
+ /**
5359
+ * @internal
5360
+ */
5361
+ export declare const StudioSummaryFilterSensitiveLog: (obj: StudioSummary) => any;
5362
+ /**
5363
+ * @internal
5364
+ */
5365
+ export declare const ListStudiosOutputFilterSensitiveLog: (obj: ListStudiosOutput) => any;
5366
+ /**
5367
+ * @internal
5368
+ */
5369
+ export declare const ListStudioSessionMappingsInputFilterSensitiveLog: (obj: ListStudioSessionMappingsInput) => any;
5370
+ /**
5371
+ * @internal
5372
+ */
5373
+ export declare const SessionMappingSummaryFilterSensitiveLog: (obj: SessionMappingSummary) => any;
5374
+ /**
5375
+ * @internal
5376
+ */
5377
+ export declare const ListStudioSessionMappingsOutputFilterSensitiveLog: (obj: ListStudioSessionMappingsOutput) => any;
5378
+ /**
5379
+ * @internal
5380
+ */
5381
+ export declare const ModifyClusterInputFilterSensitiveLog: (obj: ModifyClusterInput) => any;
5382
+ /**
5383
+ * @internal
5384
+ */
5385
+ export declare const ModifyClusterOutputFilterSensitiveLog: (obj: ModifyClusterOutput) => any;
5386
+ /**
5387
+ * @internal
5388
+ */
5389
+ export declare const InstanceFleetModifyConfigFilterSensitiveLog: (obj: InstanceFleetModifyConfig) => any;
5390
+ /**
5391
+ * @internal
5392
+ */
5393
+ export declare const ModifyInstanceFleetInputFilterSensitiveLog: (obj: ModifyInstanceFleetInput) => any;
5394
+ /**
5395
+ * @internal
5396
+ */
5397
+ export declare const PutAutoScalingPolicyInputFilterSensitiveLog: (obj: PutAutoScalingPolicyInput) => any;
5398
+ /**
5399
+ * @internal
5400
+ */
5401
+ export declare const PutAutoScalingPolicyOutputFilterSensitiveLog: (obj: PutAutoScalingPolicyOutput) => any;
5402
+ /**
5403
+ * @internal
5404
+ */
5405
+ export declare const PutAutoTerminationPolicyInputFilterSensitiveLog: (obj: PutAutoTerminationPolicyInput) => any;
5406
+ /**
5407
+ * @internal
5408
+ */
5409
+ export declare const PutAutoTerminationPolicyOutputFilterSensitiveLog: (obj: PutAutoTerminationPolicyOutput) => any;
5410
+ /**
5411
+ * @internal
5412
+ */
5413
+ export declare const PutBlockPublicAccessConfigurationOutputFilterSensitiveLog: (obj: PutBlockPublicAccessConfigurationOutput) => any;
5414
+ /**
5415
+ * @internal
5416
+ */
5417
+ export declare const PutManagedScalingPolicyInputFilterSensitiveLog: (obj: PutManagedScalingPolicyInput) => any;
5418
+ /**
5419
+ * @internal
5420
+ */
5421
+ export declare const PutManagedScalingPolicyOutputFilterSensitiveLog: (obj: PutManagedScalingPolicyOutput) => any;
5422
+ /**
5423
+ * @internal
5424
+ */
5425
+ export declare const RemoveAutoScalingPolicyInputFilterSensitiveLog: (obj: RemoveAutoScalingPolicyInput) => any;
5426
+ /**
5427
+ * @internal
5428
+ */
5429
+ export declare const RemoveAutoScalingPolicyOutputFilterSensitiveLog: (obj: RemoveAutoScalingPolicyOutput) => any;
5430
+ /**
5431
+ * @internal
5432
+ */
5433
+ export declare const RemoveAutoTerminationPolicyInputFilterSensitiveLog: (obj: RemoveAutoTerminationPolicyInput) => any;
5434
+ /**
5435
+ * @internal
5436
+ */
5437
+ export declare const RemoveAutoTerminationPolicyOutputFilterSensitiveLog: (obj: RemoveAutoTerminationPolicyOutput) => any;
5438
+ /**
5439
+ * @internal
5440
+ */
5441
+ export declare const RemoveManagedScalingPolicyInputFilterSensitiveLog: (obj: RemoveManagedScalingPolicyInput) => any;
5442
+ /**
5443
+ * @internal
5444
+ */
5445
+ export declare const RemoveManagedScalingPolicyOutputFilterSensitiveLog: (obj: RemoveManagedScalingPolicyOutput) => any;
5446
+ /**
5447
+ * @internal
5448
+ */
5449
+ export declare const RemoveTagsInputFilterSensitiveLog: (obj: RemoveTagsInput) => any;
5450
+ /**
5451
+ * @internal
5452
+ */
5453
+ export declare const RemoveTagsOutputFilterSensitiveLog: (obj: RemoveTagsOutput) => any;
5454
+ /**
5455
+ * @internal
5456
+ */
5457
+ export declare const SupportedProductConfigFilterSensitiveLog: (obj: SupportedProductConfig) => any;
5458
+ /**
5459
+ * @internal
5460
+ */
5461
+ export declare const RunJobFlowOutputFilterSensitiveLog: (obj: RunJobFlowOutput) => any;
5462
+ /**
5463
+ * @internal
5464
+ */
5465
+ export declare const SetTerminationProtectionInputFilterSensitiveLog: (obj: SetTerminationProtectionInput) => any;
5466
+ /**
5467
+ * @internal
5468
+ */
5469
+ export declare const SetVisibleToAllUsersInputFilterSensitiveLog: (obj: SetVisibleToAllUsersInput) => any;
5470
+ /**
5471
+ * @internal
5472
+ */
5473
+ export declare const StartNotebookExecutionInputFilterSensitiveLog: (obj: StartNotebookExecutionInput) => any;
5474
+ /**
5475
+ * @internal
5476
+ */
5477
+ export declare const StartNotebookExecutionOutputFilterSensitiveLog: (obj: StartNotebookExecutionOutput) => any;
5478
+ /**
5479
+ * @internal
5480
+ */
5481
+ export declare const StopNotebookExecutionInputFilterSensitiveLog: (obj: StopNotebookExecutionInput) => any;
5482
+ /**
5483
+ * @internal
5484
+ */
5485
+ export declare const TerminateJobFlowsInputFilterSensitiveLog: (obj: TerminateJobFlowsInput) => any;
5486
+ /**
5487
+ * @internal
5488
+ */
5489
+ export declare const UpdateStudioInputFilterSensitiveLog: (obj: UpdateStudioInput) => any;
5490
+ /**
5491
+ * @internal
5492
+ */
5493
+ export declare const UpdateStudioSessionMappingInputFilterSensitiveLog: (obj: UpdateStudioSessionMappingInput) => any;
5494
+ /**
5495
+ * @internal
5496
+ */
5497
+ export declare const ConfigurationFilterSensitiveLog: (obj: Configuration) => any;
5498
+ /**
5499
+ * @internal
5500
+ */
5501
+ export declare const BlockPublicAccessConfigurationFilterSensitiveLog: (obj: BlockPublicAccessConfiguration) => any;
5502
+ /**
5503
+ * @internal
5504
+ */
5505
+ export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
5506
+ /**
5507
+ * @internal
5508
+ */
5509
+ export declare const InstanceGroupConfigFilterSensitiveLog: (obj: InstanceGroupConfig) => any;
5510
+ /**
5511
+ * @internal
5512
+ */
5513
+ export declare const InstanceGroupModifyConfigFilterSensitiveLog: (obj: InstanceGroupModifyConfig) => any;
5514
+ /**
5515
+ * @internal
5516
+ */
5517
+ export declare const InstanceTypeConfigFilterSensitiveLog: (obj: InstanceTypeConfig) => any;
5518
+ /**
5519
+ * @internal
5520
+ */
5521
+ export declare const InstanceTypeSpecificationFilterSensitiveLog: (obj: InstanceTypeSpecification) => any;
5522
+ /**
5523
+ * @internal
5524
+ */
5525
+ export declare const DescribeClusterOutputFilterSensitiveLog: (obj: DescribeClusterOutput) => any;
5526
+ /**
5527
+ * @internal
5528
+ */
5529
+ export declare const GetBlockPublicAccessConfigurationOutputFilterSensitiveLog: (obj: GetBlockPublicAccessConfigurationOutput) => any;
5530
+ /**
5531
+ * @internal
5532
+ */
5533
+ export declare const PutBlockPublicAccessConfigurationInputFilterSensitiveLog: (obj: PutBlockPublicAccessConfigurationInput) => any;
5534
+ /**
5535
+ * @internal
5536
+ */
5537
+ export declare const AddInstanceGroupsInputFilterSensitiveLog: (obj: AddInstanceGroupsInput) => any;
5538
+ /**
5539
+ * @internal
5540
+ */
5541
+ export declare const InstanceFleetFilterSensitiveLog: (obj: InstanceFleet) => any;
5542
+ /**
5543
+ * @internal
5544
+ */
5545
+ export declare const InstanceFleetConfigFilterSensitiveLog: (obj: InstanceFleetConfig) => any;
5546
+ /**
5547
+ * @internal
5548
+ */
5549
+ export declare const ModifyInstanceGroupsInputFilterSensitiveLog: (obj: ModifyInstanceGroupsInput) => any;
5550
+ /**
5551
+ * @internal
5552
+ */
5553
+ export declare const AddInstanceFleetInputFilterSensitiveLog: (obj: AddInstanceFleetInput) => any;
5554
+ /**
5555
+ * @internal
5556
+ */
5557
+ export declare const InstanceGroupFilterSensitiveLog: (obj: InstanceGroup) => any;
5558
+ /**
5559
+ * @internal
5560
+ */
5561
+ export declare const ListInstanceFleetsOutputFilterSensitiveLog: (obj: ListInstanceFleetsOutput) => any;
5562
+ /**
5563
+ * @internal
5564
+ */
5565
+ export declare const ListInstanceGroupsOutputFilterSensitiveLog: (obj: ListInstanceGroupsOutput) => any;
5566
+ /**
5567
+ * @internal
5568
+ */
5569
+ export declare const JobFlowInstancesConfigFilterSensitiveLog: (obj: JobFlowInstancesConfig) => any;
5570
+ /**
5571
+ * @internal
5572
+ */
5573
+ export declare const RunJobFlowInputFilterSensitiveLog: (obj: RunJobFlowInput) => any;