@aws-sdk/client-emr 3.1087.0 → 3.1089.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 (94) hide show
  1. package/dist-cjs/index.js +5 -14
  2. package/dist-es/schemas/schemas_0.js +4 -12
  3. package/dist-types/commands/GetSessionCommand.d.ts +0 -4
  4. package/dist-types/commands/ListSessionsCommand.d.ts +0 -4
  5. package/dist-types/models/models_0.d.ts +0 -21
  6. package/dist-types/schemas/schemas_0.d.ts +0 -1
  7. package/dist-types/ts3.4/EMR.d.ts +218 -266
  8. package/dist-types/ts3.4/EMRClient.d.ts +20 -48
  9. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  10. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  11. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  12. package/dist-types/ts3.4/commands/AddInstanceFleetCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/AddInstanceGroupsCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/AddJobFlowStepsCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -2
  16. package/dist-types/ts3.4/commands/CancelStepsCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/CreatePersistentAppUICommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/CreateStudioCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/CreateStudioSessionMappingCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/DeleteStudioCommand.d.ts +2 -2
  23. package/dist-types/ts3.4/commands/DeleteStudioSessionMappingCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/DescribeJobFlowsCommand.d.ts +3 -8
  26. package/dist-types/ts3.4/commands/DescribeNotebookExecutionCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/DescribePersistentAppUICommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/DescribeReleaseLabelCommand.d.ts +4 -9
  29. package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/DescribeStepCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/DescribeStudioCommand.d.ts +3 -5
  32. package/dist-types/ts3.4/commands/GetAutoTerminationPolicyCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/GetBlockPublicAccessConfigurationCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/GetClusterSessionCredentialsCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/GetManagedScalingPolicyCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/GetOnClusterAppUIPresignedURLCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/GetPersistentAppUIPresignedURLCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +3 -5
  39. package/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/GetStudioSessionMappingCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/ListBootstrapActionsCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
  43. package/dist-types/ts3.4/commands/ListInstanceFleetsCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/ListInstanceGroupsCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +3 -5
  46. package/dist-types/ts3.4/commands/ListNotebookExecutionsCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/ListReleaseLabelsCommand.d.ts +3 -8
  48. package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +3 -5
  49. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +3 -5
  50. package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +7 -5
  51. package/dist-types/ts3.4/commands/ListStudioSessionMappingsCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/ListStudiosCommand.d.ts +2 -4
  53. package/dist-types/ts3.4/commands/ListSupportedInstanceTypesCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +3 -5
  55. package/dist-types/ts3.4/commands/ModifyInstanceFleetCommand.d.ts +3 -4
  56. package/dist-types/ts3.4/commands/ModifyInstanceGroupsCommand.d.ts +2 -3
  57. package/dist-types/ts3.4/commands/PutAutoScalingPolicyCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/PutAutoTerminationPolicyCommand.d.ts +5 -10
  59. package/dist-types/ts3.4/commands/PutBlockPublicAccessConfigurationCommand.d.ts +4 -6
  60. package/dist-types/ts3.4/commands/PutManagedScalingPolicyCommand.d.ts +5 -10
  61. package/dist-types/ts3.4/commands/RemoveAutoScalingPolicyCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/commands/RemoveAutoTerminationPolicyCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/RemoveManagedScalingPolicyCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/RunJobFlowCommand.d.ts +3 -5
  66. package/dist-types/ts3.4/commands/SetKeepJobFlowAliveWhenNoStepsCommand.d.ts +4 -6
  67. package/dist-types/ts3.4/commands/SetTerminationProtectionCommand.d.ts +4 -6
  68. package/dist-types/ts3.4/commands/SetUnhealthyNodeReplacementCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/SetVisibleToAllUsersCommand.d.ts +3 -4
  70. package/dist-types/ts3.4/commands/StartNotebookExecutionCommand.d.ts +5 -10
  71. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +3 -5
  72. package/dist-types/ts3.4/commands/StopNotebookExecutionCommand.d.ts +3 -4
  73. package/dist-types/ts3.4/commands/TerminateJobFlowsCommand.d.ts +2 -2
  74. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +4 -9
  75. package/dist-types/ts3.4/commands/UpdateStudioCommand.d.ts +2 -2
  76. package/dist-types/ts3.4/commands/UpdateStudioSessionMappingCommand.d.ts +4 -6
  77. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  78. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  79. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  80. package/dist-types/ts3.4/models/enums.d.ts +19 -38
  81. package/dist-types/ts3.4/models/errors.d.ts +3 -9
  82. package/dist-types/ts3.4/models/models_0.d.ts +6 -23
  83. package/dist-types/ts3.4/pagination/ListStepsPaginator.d.ts +1 -4
  84. package/dist-types/ts3.4/pagination/ListStudiosPaginator.d.ts +1 -4
  85. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  86. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  87. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  88. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  89. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  90. package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
  91. package/dist-types/ts3.4/waiters/waitForClusterRunning.d.ts +2 -2
  92. package/dist-types/ts3.4/waiters/waitForClusterTerminated.d.ts +2 -2
  93. package/dist-types/ts3.4/waiters/waitForStepComplete.d.ts +2 -2
  94. package/package.json +38 -38
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface EMRExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -4,15 +4,13 @@ export declare const ActionOnFailure: {
4
4
  readonly TERMINATE_CLUSTER: "TERMINATE_CLUSTER";
5
5
  readonly TERMINATE_JOB_FLOW: "TERMINATE_JOB_FLOW";
6
6
  };
7
- export type ActionOnFailure =
8
- (typeof ActionOnFailure)[keyof typeof ActionOnFailure];
7
+ export type ActionOnFailure = (typeof ActionOnFailure)[keyof typeof ActionOnFailure];
9
8
  export declare const InstanceFleetType: {
10
9
  readonly CORE: "CORE";
11
10
  readonly MASTER: "MASTER";
12
11
  readonly TASK: "TASK";
13
12
  };
14
- export type InstanceFleetType =
15
- (typeof InstanceFleetType)[keyof typeof InstanceFleetType];
13
+ export type InstanceFleetType = (typeof InstanceFleetType)[keyof typeof InstanceFleetType];
16
14
  export declare const OnDemandProvisioningAllocationStrategy: {
17
15
  readonly LOWEST_PRICE: "lowest-price";
18
16
  readonly PRIORITIZED: "prioritized";
@@ -55,16 +53,14 @@ export declare const AdjustmentType: {
55
53
  readonly EXACT_CAPACITY: "EXACT_CAPACITY";
56
54
  readonly PERCENT_CHANGE_IN_CAPACITY: "PERCENT_CHANGE_IN_CAPACITY";
57
55
  };
58
- export type AdjustmentType =
59
- (typeof AdjustmentType)[keyof typeof AdjustmentType];
56
+ export type AdjustmentType = (typeof AdjustmentType)[keyof typeof AdjustmentType];
60
57
  export declare const ComparisonOperator: {
61
58
  readonly GREATER_THAN: "GREATER_THAN";
62
59
  readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
63
60
  readonly LESS_THAN: "LESS_THAN";
64
61
  readonly LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL";
65
62
  };
66
- export type ComparisonOperator =
67
- (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
63
+ export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
68
64
  export declare const Statistic: {
69
65
  readonly AVERAGE: "AVERAGE";
70
66
  readonly MAXIMUM: "MAXIMUM";
@@ -108,8 +104,7 @@ export declare const InstanceRoleType: {
108
104
  readonly MASTER: "MASTER";
109
105
  readonly TASK: "TASK";
110
106
  };
111
- export type InstanceRoleType =
112
- (typeof InstanceRoleType)[keyof typeof InstanceRoleType];
107
+ export type InstanceRoleType = (typeof InstanceRoleType)[keyof typeof InstanceRoleType];
113
108
  export declare const AuthMode: {
114
109
  readonly IAM: "IAM";
115
110
  readonly SSO: "SSO";
@@ -161,8 +156,7 @@ export declare const LogUploadPolicyValue: {
161
156
  readonly EMR_MANAGED: "emr-managed";
162
157
  readonly ON_CUSTOMER_S3ONLY: "on-customer-s3only";
163
158
  };
164
- export type LogUploadPolicyValue =
165
- (typeof LogUploadPolicyValue)[keyof typeof LogUploadPolicyValue];
159
+ export type LogUploadPolicyValue = (typeof LogUploadPolicyValue)[keyof typeof LogUploadPolicyValue];
166
160
  export declare const PlacementGroupStrategy: {
167
161
  readonly CLUSTER: "CLUSTER";
168
162
  readonly NONE: "NONE";
@@ -175,14 +169,12 @@ export declare const RepoUpgradeOnBoot: {
175
169
  readonly NONE: "NONE";
176
170
  readonly SECURITY: "SECURITY";
177
171
  };
178
- export type RepoUpgradeOnBoot =
179
- (typeof RepoUpgradeOnBoot)[keyof typeof RepoUpgradeOnBoot];
172
+ export type RepoUpgradeOnBoot = (typeof RepoUpgradeOnBoot)[keyof typeof RepoUpgradeOnBoot];
180
173
  export declare const ScaleDownBehavior: {
181
174
  readonly TERMINATE_AT_INSTANCE_HOUR: "TERMINATE_AT_INSTANCE_HOUR";
182
175
  readonly TERMINATE_AT_TASK_COMPLETION: "TERMINATE_AT_TASK_COMPLETION";
183
176
  };
184
- export type ScaleDownBehavior =
185
- (typeof ScaleDownBehavior)[keyof typeof ScaleDownBehavior];
177
+ export type ScaleDownBehavior = (typeof ScaleDownBehavior)[keyof typeof ScaleDownBehavior];
186
178
  export declare const ClusterState: {
187
179
  readonly BOOTSTRAPPING: "BOOTSTRAPPING";
188
180
  readonly RUNNING: "RUNNING";
@@ -222,8 +214,7 @@ export declare const IdcUserAssignment: {
222
214
  readonly OPTIONAL: "OPTIONAL";
223
215
  readonly REQUIRED: "REQUIRED";
224
216
  };
225
- export type IdcUserAssignment =
226
- (typeof IdcUserAssignment)[keyof typeof IdcUserAssignment];
217
+ export type IdcUserAssignment = (typeof IdcUserAssignment)[keyof typeof IdcUserAssignment];
227
218
  export declare const IdentityType: {
228
219
  readonly GROUP: "GROUP";
229
220
  readonly USER: "USER";
@@ -254,8 +245,7 @@ export declare const InstanceGroupState: {
254
245
  readonly TERMINATED: "TERMINATED";
255
246
  readonly TERMINATING: "TERMINATING";
256
247
  };
257
- export type InstanceGroupState =
258
- (typeof InstanceGroupState)[keyof typeof InstanceGroupState];
248
+ export type InstanceGroupState = (typeof InstanceGroupState)[keyof typeof InstanceGroupState];
259
249
  export declare const StepExecutionState: {
260
250
  readonly CANCELLED: "CANCELLED";
261
251
  readonly COMPLETED: "COMPLETED";
@@ -265,18 +255,15 @@ export declare const StepExecutionState: {
265
255
  readonly PENDING: "PENDING";
266
256
  readonly RUNNING: "RUNNING";
267
257
  };
268
- export type StepExecutionState =
269
- (typeof StepExecutionState)[keyof typeof StepExecutionState];
258
+ export type StepExecutionState = (typeof StepExecutionState)[keyof typeof StepExecutionState];
270
259
  export declare const ExecutionEngineType: {
271
260
  readonly EMR: "EMR";
272
261
  };
273
- export type ExecutionEngineType =
274
- (typeof ExecutionEngineType)[keyof typeof ExecutionEngineType];
262
+ export type ExecutionEngineType = (typeof ExecutionEngineType)[keyof typeof ExecutionEngineType];
275
263
  export declare const OutputNotebookFormat: {
276
264
  readonly HTML: "HTML";
277
265
  };
278
- export type OutputNotebookFormat =
279
- (typeof OutputNotebookFormat)[keyof typeof OutputNotebookFormat];
266
+ export type OutputNotebookFormat = (typeof OutputNotebookFormat)[keyof typeof OutputNotebookFormat];
280
267
  export declare const NotebookExecutionStatus: {
281
268
  readonly FAILED: "FAILED";
282
269
  readonly FAILING: "FAILING";
@@ -296,8 +283,7 @@ export declare const PersistentAppUIType: {
296
283
  readonly TEZ: "TEZ";
297
284
  readonly YTS: "YTS";
298
285
  };
299
- export type PersistentAppUIType =
300
- (typeof PersistentAppUIType)[keyof typeof PersistentAppUIType];
286
+ export type PersistentAppUIType = (typeof PersistentAppUIType)[keyof typeof PersistentAppUIType];
301
287
  export declare const StepState: {
302
288
  readonly CANCELLED: "CANCELLED";
303
289
  readonly CANCEL_PENDING: "CANCEL_PENDING";
@@ -317,8 +303,7 @@ export declare const ScalingStrategy: {
317
303
  readonly ADVANCED: "ADVANCED";
318
304
  readonly DEFAULT: "DEFAULT";
319
305
  };
320
- export type ScalingStrategy =
321
- (typeof ScalingStrategy)[keyof typeof ScalingStrategy];
306
+ export type ScalingStrategy = (typeof ScalingStrategy)[keyof typeof ScalingStrategy];
322
307
  export declare const OnClusterAppUIType: {
323
308
  readonly ApplicationMaster: "ApplicationMaster";
324
309
  readonly JobHistoryServer: "JobHistoryServer";
@@ -327,8 +312,7 @@ export declare const OnClusterAppUIType: {
327
312
  readonly TezUI: "TezUI";
328
313
  readonly YarnTimelineService: "YarnTimelineService";
329
314
  };
330
- export type OnClusterAppUIType =
331
- (typeof OnClusterAppUIType)[keyof typeof OnClusterAppUIType];
315
+ export type OnClusterAppUIType = (typeof OnClusterAppUIType)[keyof typeof OnClusterAppUIType];
332
316
  export declare const SessionState: {
333
317
  readonly BUSY: "BUSY";
334
318
  readonly FAILED: "FAILED";
@@ -350,8 +334,7 @@ export declare const InstanceFleetState: {
350
334
  readonly TERMINATED: "TERMINATED";
351
335
  readonly TERMINATING: "TERMINATING";
352
336
  };
353
- export type InstanceFleetState =
354
- (typeof InstanceFleetState)[keyof typeof InstanceFleetState];
337
+ export type InstanceFleetState = (typeof InstanceFleetState)[keyof typeof InstanceFleetState];
355
338
  export declare const InstanceFleetStateChangeReasonCode: {
356
339
  readonly CLUSTER_TERMINATED: "CLUSTER_TERMINATED";
357
340
  readonly INSTANCE_FAILURE: "INSTANCE_FAILURE";
@@ -365,8 +348,7 @@ export declare const InstanceGroupType: {
365
348
  readonly MASTER: "MASTER";
366
349
  readonly TASK: "TASK";
367
350
  };
368
- export type InstanceGroupType =
369
- (typeof InstanceGroupType)[keyof typeof InstanceGroupType];
351
+ export type InstanceGroupType = (typeof InstanceGroupType)[keyof typeof InstanceGroupType];
370
352
  export declare const InstanceGroupStateChangeReasonCode: {
371
353
  readonly CLUSTER_TERMINATED: "CLUSTER_TERMINATED";
372
354
  readonly INSTANCE_FAILURE: "INSTANCE_FAILURE";
@@ -396,5 +378,4 @@ export declare const ReconfigurationType: {
396
378
  readonly MERGE: "MERGE";
397
379
  readonly OVERWRITE: "OVERWRITE";
398
380
  };
399
- export type ReconfigurationType =
400
- (typeof ReconfigurationType)[keyof typeof ReconfigurationType];
381
+ export type ReconfigurationType = (typeof ReconfigurationType)[keyof typeof ReconfigurationType];
@@ -4,23 +4,17 @@ export declare class InternalServerException extends __BaseException {
4
4
  readonly name: "InternalServerException";
5
5
  readonly $fault: "server";
6
6
  Message?: string | undefined;
7
- constructor(
8
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
9
- );
7
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
10
8
  }
11
9
  export declare class InvalidRequestException extends __BaseException {
12
10
  readonly name: "InvalidRequestException";
13
11
  readonly $fault: "client";
14
12
  ErrorCode?: string | undefined;
15
13
  Message?: string | undefined;
16
- constructor(
17
- opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
18
- );
14
+ constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
19
15
  }
20
16
  export declare class InternalServerError extends __BaseException {
21
17
  readonly name: "InternalServerError";
22
18
  readonly $fault: "server";
23
- constructor(
24
- opts: __ExceptionOptionType<InternalServerError, __BaseException>
25
- );
19
+ constructor(opts: __ExceptionOptionType<InternalServerError, __BaseException>);
26
20
  }
@@ -65,9 +65,7 @@ export interface EbsConfiguration {
65
65
  }
66
66
  export interface OnDemandCapacityReservationOptions {
67
67
  UsageStrategy?: OnDemandCapacityReservationUsageStrategy | undefined;
68
- CapacityReservationPreference?:
69
- | OnDemandCapacityReservationPreference
70
- | undefined;
68
+ CapacityReservationPreference?: OnDemandCapacityReservationPreference | undefined;
71
69
  CapacityReservationResourceGroupArn?: string | undefined;
72
70
  }
73
71
  export interface OnDemandProvisioningSpecification {
@@ -113,9 +111,7 @@ export interface SimpleScalingPolicyConfiguration {
113
111
  }
114
112
  export interface ScalingAction {
115
113
  Market?: MarketType | undefined;
116
- SimpleScalingPolicyConfiguration:
117
- | SimpleScalingPolicyConfiguration
118
- | undefined;
114
+ SimpleScalingPolicyConfiguration: SimpleScalingPolicyConfiguration | undefined;
119
115
  }
120
116
  export interface MetricDimension {
121
117
  Key?: string | undefined;
@@ -245,10 +241,6 @@ export interface CancelStepsInfo {
245
241
  export interface CancelStepsOutput {
246
242
  CancelStepsInfoList?: CancelStepsInfo[] | undefined;
247
243
  }
248
- export interface CertificateAuthority {
249
- CertificateArn?: string | undefined;
250
- CertificateData?: string | undefined;
251
- }
252
244
  export interface CloudWatchLogConfiguration {
253
245
  Enabled: boolean | undefined;
254
246
  LogGroupName?: string | undefined;
@@ -277,9 +269,7 @@ export interface KerberosAttributes {
277
269
  ADDomainJoinPassword?: string | undefined;
278
270
  }
279
271
  export interface S3LoggingConfiguration {
280
- LogTypeUploadPolicy?:
281
- | Partial<Record<LogType, LogUploadPolicyValue>>
282
- | undefined;
272
+ LogTypeUploadPolicy?: Partial<Record<LogType, LogUploadPolicyValue>> | undefined;
283
273
  }
284
274
  export interface MonitoringConfiguration {
285
275
  CloudWatchLogConfiguration?: CloudWatchLogConfiguration | undefined;
@@ -385,9 +375,7 @@ export interface UsernamePassword {
385
375
  Username?: string | undefined;
386
376
  Password?: string | undefined;
387
377
  }
388
- export type Credentials =
389
- | Credentials.UsernamePasswordMember
390
- | Credentials.$UnknownMember;
378
+ export type Credentials = Credentials.UsernamePasswordMember | Credentials.$UnknownMember;
391
379
  export declare namespace Credentials {
392
380
  interface UsernamePasswordMember {
393
381
  UsernamePassword: UsernamePassword;
@@ -731,9 +719,7 @@ export interface SessionS3LoggingConfiguration {
731
719
  LogTypes?: Record<string, string[]> | undefined;
732
720
  }
733
721
  export interface SessionMonitoringConfiguration {
734
- CloudWatchLoggingConfiguration?:
735
- | SessionCloudWatchLoggingConfiguration
736
- | undefined;
722
+ CloudWatchLoggingConfiguration?: SessionCloudWatchLoggingConfiguration | undefined;
737
723
  ManagedLoggingConfiguration?: SessionManagedLoggingConfiguration | undefined;
738
724
  S3LoggingConfiguration?: SessionS3LoggingConfiguration | undefined;
739
725
  }
@@ -1240,7 +1226,6 @@ export interface Session {
1240
1226
  EngineConfigurations?: Configuration[] | undefined;
1241
1227
  MonitoringConfiguration?: SessionMonitoringConfiguration | undefined;
1242
1228
  SessionIdleTimeoutInMinutes?: number | undefined;
1243
- CertificateAuthority?: CertificateAuthority | undefined;
1244
1229
  ServerUrl?: string | undefined;
1245
1230
  Tags?: Tag[] | undefined;
1246
1231
  }
@@ -1259,9 +1244,7 @@ export interface DescribeClusterOutput {
1259
1244
  }
1260
1245
  export interface GetBlockPublicAccessConfigurationOutput {
1261
1246
  BlockPublicAccessConfiguration: BlockPublicAccessConfiguration | undefined;
1262
- BlockPublicAccessConfigurationMetadata:
1263
- | BlockPublicAccessConfigurationMetadata
1264
- | undefined;
1247
+ BlockPublicAccessConfigurationMetadata: BlockPublicAccessConfigurationMetadata | undefined;
1265
1248
  }
1266
1249
  export interface GetSessionOutput {
1267
1250
  Session: Session | undefined;
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListStepsCommandInput,
4
- ListStepsCommandOutput,
5
- } from "../commands/ListStepsCommand";
2
+ import { ListStepsCommandInput, ListStepsCommandOutput } from "../commands/ListStepsCommand";
6
3
  import { EMRPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListSteps: (
8
5
  config: EMRPaginationConfiguration,
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListStudiosCommandInput,
4
- ListStudiosCommandOutput,
5
- } from "../commands/ListStudiosCommand";
2
+ import { ListStudiosCommandInput, ListStudiosCommandOutput } from "../commands/ListStudiosCommand";
6
3
  import { EMRPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListStudios: (
8
5
  config: EMRPaginationConfiguration,
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
10
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
- | ((
12
- _: unknown
13
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
12
  defaultUserAgentProvider: (
15
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
16
14
  ) => Promise<import("@smithy/types").UserAgent>;
17
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
16
  region: string | import("@smithy/types").Provider<any>;
19
- requestHandler:
20
- | import("@smithy/core/protocols").HttpHandler<any>
21
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
22
18
  retryMode: string | import("@smithy/types").Provider<string>;
23
19
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
21
  ) => Promise<Uint8Array>;
30
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
31
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
53
45
  logger: import("@smithy/types").Logger;
54
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- userAgentAppId?:
57
- | string
58
- | undefined
59
- | import("@smithy/types").Provider<string | undefined>;
60
- retryStrategy?:
61
- | import("@smithy/types").RetryStrategy
62
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
63
50
  endpoint?:
64
51
  | ((
65
52
  | string
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
81
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
82
69
  context?: {
83
70
  logger?: import("@smithy/types").Logger;
84
- }
71
+ },
85
72
  ) => import("@smithy/types").EndpointV2;
86
73
  tls?: boolean;
87
74
  serviceConfiguredEndpoint?: never;
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
94
81
  signer?:
95
82
  | import("@smithy/types").RequestSigner
96
83
  | ((
97
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
98
85
  ) => Promise<import("@smithy/types").RequestSigner>);
99
86
  signingEscapePath?: boolean;
100
87
  systemClockOffset?: number;
101
88
  signingRegion?: string;
102
89
  signerConstructor?: new (
103
90
  options: import("@smithy/signature-v4").SignatureV4Init &
104
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
105
92
  ) => import("@smithy/types").RequestSigner;
106
93
  };
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
10
10
  credentialDefaultProvider:
11
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
12
12
  | ((
13
- init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
14
14
  ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
15
15
  defaultUserAgentProvider: (
16
- config?: import("@aws-sdk/core/client").PreviouslyResolved
16
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
17
17
  ) => Promise<import("@smithy/types").UserAgent>;
18
18
  maxAttempts: number | import("@smithy/types").Provider<number>;
19
19
  region: string | import("@smithy/types").Provider<string>;
20
- requestHandler:
21
- | RequestHandler
22
- | import("@smithy/core/protocols").HttpHandler<any>;
20
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
23
21
  retryMode: string | import("@smithy/types").Provider<string>;
24
22
  streamCollector: (
25
- stream:
26
- | import("stream").Readable
27
- | import("stream/web").ReadableStream
28
- | ReadableStream
29
- | Blob
23
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
30
24
  ) => Promise<Uint8Array>;
31
25
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
32
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
53
47
  logger: import("@smithy/types").Logger;
54
48
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
49
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- retryStrategy?:
57
- | import("@smithy/types").RetryStrategy
58
- | import("@smithy/types").RetryStrategyV2;
50
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
59
51
  endpoint?:
60
52
  | ((
61
53
  | string
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
77
69
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
78
70
  context?: {
79
71
  logger?: import("@smithy/types").Logger;
80
- }
72
+ },
81
73
  ) => import("@smithy/types").EndpointV2;
82
74
  tls?: boolean;
83
75
  serviceConfiguredEndpoint?: never;
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
89
81
  signer?:
90
82
  | import("@smithy/types").RequestSigner
91
83
  | ((
92
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
93
85
  ) => Promise<import("@smithy/types").RequestSigner>);
94
86
  signingEscapePath?: boolean;
95
87
  systemClockOffset?: number;
96
88
  signingRegion?: string;
97
89
  signerConstructor?: new (
98
90
  options: import("@smithy/signature-v4").SignatureV4Init &
99
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
100
92
  ) => import("@smithy/types").RequestSigner;
101
93
  };
@@ -21,11 +21,7 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
23
23
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
24
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
25
  ) => Promise<Uint8Array>;
30
26
  base64Decoder: import("@smithy/types").Decoder;
31
27
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -40,30 +36,21 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
40
36
  region: string | import("@smithy/types").Provider<any>;
41
37
  profile?: string;
42
38
  defaultUserAgentProvider: (
43
- config?: import("@aws-sdk/core/client").PreviouslyResolved
39
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
44
40
  ) => Promise<import("@smithy/types").UserAgent>;
45
41
  credentialDefaultProvider:
46
42
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
47
- | ((
48
- _: unknown
49
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
43
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
50
44
  maxAttempts: number | import("@smithy/types").Provider<number>;
51
45
  retryMode: string | import("@smithy/types").Provider<string>;
52
46
  logger: import("@smithy/types").Logger;
53
47
  extensions: import("./runtimeExtensions").RuntimeExtension[];
54
48
  defaultsMode:
55
49
  | import("@smithy/core/client").DefaultsMode
56
- | import("@smithy/types").Provider<
57
- import("@smithy/core/client").DefaultsMode
58
- >;
50
+ | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
59
51
  customUserAgent?: string | import("@smithy/types").UserAgent;
60
- userAgentAppId?:
61
- | string
62
- | undefined
63
- | import("@smithy/types").Provider<string | undefined>;
64
- retryStrategy?:
65
- | import("@smithy/types").RetryStrategy
66
- | import("@smithy/types").RetryStrategyV2;
52
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
53
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
67
54
  endpoint?:
68
55
  | ((
69
56
  | string
@@ -85,7 +72,7 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
85
72
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
86
73
  context?: {
87
74
  logger?: import("@smithy/types").Logger;
88
- }
75
+ },
89
76
  ) => import("@smithy/types").EndpointV2;
90
77
  tls?: boolean;
91
78
  serviceConfiguredEndpoint?: never;
@@ -98,13 +85,13 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
98
85
  signer?:
99
86
  | import("@smithy/types").RequestSigner
100
87
  | ((
101
- authScheme?: import("@smithy/types").AuthScheme
88
+ authScheme?: import("@smithy/types").AuthScheme,
102
89
  ) => Promise<import("@smithy/types").RequestSigner>);
103
90
  signingEscapePath?: boolean;
104
91
  systemClockOffset?: number;
105
92
  signingRegion?: string;
106
93
  signerConstructor?: new (
107
94
  options: import("@smithy/signature-v4").SignatureV4Init &
108
- import("@smithy/signature-v4").SignatureV4CryptoInit
95
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
109
96
  ) => import("@smithy/types").RequestSigner;
110
97
  };
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
9
9
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
10
10
  context?: {
11
11
  logger?: import("@smithy/types").Logger;
12
- }
12
+ },
13
13
  ) => import("@smithy/types").EndpointV2;
14
14
  extensions: import("./runtimeExtensions").RuntimeExtension[];
15
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EMRHttpAuthSchemeProvider;
@@ -7,5 +7,5 @@ export interface RuntimeExtensionsConfig {
7
7
  }
8
8
  export declare const resolveRuntimeExtensions: (
9
9
  runtimeConfig: any,
10
- extensions: RuntimeExtension[]
10
+ extensions: RuntimeExtension[],
11
11
  ) => any;
@@ -31,7 +31,6 @@ export declare var BootstrapActionDetail$: StaticStructureSchema;
31
31
  export declare var CancelStepsInfo$: StaticStructureSchema;
32
32
  export declare var CancelStepsInput$: StaticStructureSchema;
33
33
  export declare var CancelStepsOutput$: StaticStructureSchema;
34
- export declare var CertificateAuthority$: StaticStructureSchema;
35
34
  export declare var CloudWatchAlarmDefinition$: StaticStructureSchema;
36
35
  export declare var CloudWatchLogConfiguration$: StaticStructureSchema;
37
36
  export declare var Cluster$: StaticStructureSchema;
@@ -7,9 +7,9 @@ import { EMRClient } from "../EMRClient";
7
7
  import { EMRServiceException } from "../models/EMRServiceException";
8
8
  export declare const waitForClusterRunning: (
9
9
  params: WaiterConfiguration<EMRClient>,
10
- input: DescribeClusterCommandInput
10
+ input: DescribeClusterCommandInput,
11
11
  ) => Promise<WaiterResult<DescribeClusterCommandOutput | EMRServiceException>>;
12
12
  export declare const waitUntilClusterRunning: (
13
13
  params: WaiterConfiguration<EMRClient>,
14
- input: DescribeClusterCommandInput
14
+ input: DescribeClusterCommandInput,
15
15
  ) => Promise<WaiterResult<DescribeClusterCommandOutput>>;
@@ -7,9 +7,9 @@ import { EMRClient } from "../EMRClient";
7
7
  import { EMRServiceException } from "../models/EMRServiceException";
8
8
  export declare const waitForClusterTerminated: (
9
9
  params: WaiterConfiguration<EMRClient>,
10
- input: DescribeClusterCommandInput
10
+ input: DescribeClusterCommandInput,
11
11
  ) => Promise<WaiterResult<DescribeClusterCommandOutput | EMRServiceException>>;
12
12
  export declare const waitUntilClusterTerminated: (
13
13
  params: WaiterConfiguration<EMRClient>,
14
- input: DescribeClusterCommandInput
14
+ input: DescribeClusterCommandInput,
15
15
  ) => Promise<WaiterResult<DescribeClusterCommandOutput>>;
@@ -7,9 +7,9 @@ import { EMRClient } from "../EMRClient";
7
7
  import { EMRServiceException } from "../models/EMRServiceException";
8
8
  export declare const waitForStepComplete: (
9
9
  params: WaiterConfiguration<EMRClient>,
10
- input: DescribeStepCommandInput
10
+ input: DescribeStepCommandInput,
11
11
  ) => Promise<WaiterResult<DescribeStepCommandOutput | EMRServiceException>>;
12
12
  export declare const waitUntilStepComplete: (
13
13
  params: WaiterConfiguration<EMRClient>,
14
- input: DescribeStepCommandInput
14
+ input: DescribeStepCommandInput,
15
15
  ) => Promise<WaiterResult<DescribeStepCommandOutput>>;