@aws-sdk/client-emr-containers 3.533.0 → 3.540.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 (51) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/EMRContainers.d.ts +3 -1
  6. package/dist-types/EMRContainersClient.d.ts +1 -1
  7. package/dist-types/commands/CancelJobRunCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateJobTemplateCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateManagedEndpointCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateVirtualClusterCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteManagedEndpointCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteVirtualClusterCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeJobRunCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeJobTemplateCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeManagedEndpointCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeVirtualClusterCommand.d.ts +2 -1
  18. package/dist-types/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListJobRunsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListJobTemplatesCommand.d.ts +2 -1
  21. package/dist-types/commands/ListManagedEndpointsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  23. package/dist-types/commands/ListVirtualClustersCommand.d.ts +2 -1
  24. package/dist-types/commands/StartJobRunCommand.d.ts +2 -1
  25. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  26. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  27. package/dist-types/index.d.ts +0 -1
  28. package/dist-types/models/models_0.d.ts +244 -244
  29. package/dist-types/ts3.4/EMRContainers.d.ts +2 -0
  30. package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +9 -0
  31. package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +9 -0
  32. package/dist-types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +9 -0
  33. package/dist-types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/DescribeJobTemplateCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/ListVirtualClustersCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/index.d.ts +0 -1
  51. package/package.json +40 -40
@@ -5,13 +5,13 @@ import { EMRContainersServiceException as __BaseException } from "./EMRContainer
5
5
  */
6
6
  export interface CancelJobRunRequest {
7
7
  /**
8
- * @public
9
8
  * <p>The ID of the job run to cancel.</p>
9
+ * @public
10
10
  */
11
11
  id: string | undefined;
12
12
  /**
13
- * @public
14
13
  * <p>The ID of the virtual cluster for which the job run will be canceled.</p>
14
+ * @public
15
15
  */
16
16
  virtualClusterId: string | undefined;
17
17
  }
@@ -20,19 +20,19 @@ export interface CancelJobRunRequest {
20
20
  */
21
21
  export interface CancelJobRunResponse {
22
22
  /**
23
- * @public
24
23
  * <p>The output contains the ID of the cancelled job run.</p>
24
+ * @public
25
25
  */
26
26
  id?: string;
27
27
  /**
28
- * @public
29
28
  * <p>The output contains the virtual cluster ID for which the job run is cancelled.</p>
29
+ * @public
30
30
  */
31
31
  virtualClusterId?: string;
32
32
  }
33
33
  /**
34
- * @public
35
34
  * <p>This is an internal server exception.</p>
35
+ * @public
36
36
  */
37
37
  export declare class InternalServerException extends __BaseException {
38
38
  readonly name: "InternalServerException";
@@ -43,8 +43,8 @@ export declare class InternalServerException extends __BaseException {
43
43
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
44
44
  }
45
45
  /**
46
- * @public
47
46
  * <p>There are invalid parameters in the client request.</p>
47
+ * @public
48
48
  */
49
49
  export declare class ValidationException extends __BaseException {
50
50
  readonly name: "ValidationException";
@@ -55,109 +55,109 @@ export declare class ValidationException extends __BaseException {
55
55
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
56
56
  }
57
57
  /**
58
- * @public
59
58
  * <p> A configuration for CloudWatch monitoring. You can configure your jobs to send log
60
59
  * information to CloudWatch Logs. This data type allows job template parameters to be
61
60
  * specified within.</p>
61
+ * @public
62
62
  */
63
63
  export interface ParametricCloudWatchMonitoringConfiguration {
64
64
  /**
65
- * @public
66
65
  * <p> The name of the log group for log publishing.</p>
66
+ * @public
67
67
  */
68
68
  logGroupName?: string;
69
69
  /**
70
- * @public
71
70
  * <p> The specified name prefix for log streams.</p>
71
+ * @public
72
72
  */
73
73
  logStreamNamePrefix?: string;
74
74
  }
75
75
  /**
76
- * @public
77
76
  * <p> Amazon S3 configuration for monitoring log publishing. You can configure your jobs to
78
77
  * send log information to Amazon S3. This data type allows job template parameters to be
79
78
  * specified within.</p>
79
+ * @public
80
80
  */
81
81
  export interface ParametricS3MonitoringConfiguration {
82
82
  /**
83
- * @public
84
83
  * <p>Amazon S3 destination URI for log publishing.</p>
84
+ * @public
85
85
  */
86
86
  logUri?: string;
87
87
  }
88
88
  /**
89
- * @public
90
89
  * <p> Configuration setting for monitoring. This data type allows job template parameters to
91
90
  * be specified within.</p>
91
+ * @public
92
92
  */
93
93
  export interface ParametricMonitoringConfiguration {
94
94
  /**
95
- * @public
96
95
  * <p> Monitoring configurations for the persistent application UI.</p>
96
+ * @public
97
97
  */
98
98
  persistentAppUI?: string;
99
99
  /**
100
- * @public
101
100
  * <p> Monitoring configurations for CloudWatch.</p>
101
+ * @public
102
102
  */
103
103
  cloudWatchMonitoringConfiguration?: ParametricCloudWatchMonitoringConfiguration;
104
104
  /**
105
- * @public
106
105
  * <p> Amazon S3 configuration for monitoring log publishing.</p>
106
+ * @public
107
107
  */
108
108
  s3MonitoringConfiguration?: ParametricS3MonitoringConfiguration;
109
109
  }
110
110
  /**
111
- * @public
112
111
  * <p>The job driver for job type.</p>
112
+ * @public
113
113
  */
114
114
  export interface SparkSqlJobDriver {
115
115
  /**
116
- * @public
117
116
  * <p>The SQL file to be executed.</p>
117
+ * @public
118
118
  */
119
119
  entryPoint?: string;
120
120
  /**
121
- * @public
122
121
  * <p>The Spark parameters to be included in the Spark SQL command.</p>
122
+ * @public
123
123
  */
124
124
  sparkSqlParameters?: string;
125
125
  }
126
126
  /**
127
- * @public
128
127
  * <p>The information about job driver for Spark submit.</p>
128
+ * @public
129
129
  */
130
130
  export interface SparkSubmitJobDriver {
131
131
  /**
132
- * @public
133
132
  * <p>The entry point of job application.</p>
133
+ * @public
134
134
  */
135
135
  entryPoint: string | undefined;
136
136
  /**
137
- * @public
138
137
  * <p>The arguments for job application.</p>
138
+ * @public
139
139
  */
140
140
  entryPointArguments?: string[];
141
141
  /**
142
- * @public
143
142
  * <p>The Spark submit parameters that are used for job runs.</p>
143
+ * @public
144
144
  */
145
145
  sparkSubmitParameters?: string;
146
146
  }
147
147
  /**
148
- * @public
149
148
  * <p>Specify the driver that the job runs on. Exactly one of the two available job drivers is
150
149
  * required, either sparkSqlJobDriver or sparkSubmitJobDriver.</p>
150
+ * @public
151
151
  */
152
152
  export interface JobDriver {
153
153
  /**
154
- * @public
155
154
  * <p>The job driver parameters specified for spark submit.</p>
155
+ * @public
156
156
  */
157
157
  sparkSubmitJobDriver?: SparkSubmitJobDriver;
158
158
  /**
159
- * @public
160
159
  * <p>The job driver for job type.</p>
160
+ * @public
161
161
  */
162
162
  sparkSqlJobDriver?: SparkSqlJobDriver;
163
163
  }
@@ -174,18 +174,18 @@ export declare const TemplateParameterDataType: {
174
174
  */
175
175
  export type TemplateParameterDataType = (typeof TemplateParameterDataType)[keyof typeof TemplateParameterDataType];
176
176
  /**
177
- * @public
178
177
  * <p>The configuration of a job template parameter.</p>
178
+ * @public
179
179
  */
180
180
  export interface TemplateParameterConfiguration {
181
181
  /**
182
- * @public
183
182
  * <p>The type of the job template parameter. Allowed values are: ‘STRING’, ‘NUMBER’.</p>
183
+ * @public
184
184
  */
185
185
  type?: TemplateParameterDataType;
186
186
  /**
187
- * @public
188
187
  * <p>The default value for the job template parameter.</p>
188
+ * @public
189
189
  */
190
190
  defaultValue?: string;
191
191
  }
@@ -194,29 +194,29 @@ export interface TemplateParameterConfiguration {
194
194
  */
195
195
  export interface CreateJobTemplateResponse {
196
196
  /**
197
- * @public
198
197
  * <p>This output display the created job template ID.</p>
198
+ * @public
199
199
  */
200
200
  id?: string;
201
201
  /**
202
- * @public
203
202
  * <p>This output displays the name of the created job template.</p>
203
+ * @public
204
204
  */
205
205
  name?: string;
206
206
  /**
207
- * @public
208
207
  * <p>This output display the ARN of the created job template.</p>
208
+ * @public
209
209
  */
210
210
  arn?: string;
211
211
  /**
212
- * @public
213
212
  * <p>This output displays the date and time when the job template was created.</p>
213
+ * @public
214
214
  */
215
215
  createdAt?: Date;
216
216
  }
217
217
  /**
218
- * @public
219
218
  * <p>The specified resource was not found.</p>
219
+ * @public
220
220
  */
221
221
  export declare class ResourceNotFoundException extends __BaseException {
222
222
  readonly name: "ResourceNotFoundException";
@@ -227,35 +227,35 @@ export declare class ResourceNotFoundException extends __BaseException {
227
227
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
228
228
  }
229
229
  /**
230
- * @public
231
230
  * <p>A configuration for CloudWatch monitoring. You can configure your jobs to send log
232
231
  * information to CloudWatch Logs.</p>
232
+ * @public
233
233
  */
234
234
  export interface CloudWatchMonitoringConfiguration {
235
235
  /**
236
- * @public
237
236
  * <p>The name of the log group for log publishing.</p>
237
+ * @public
238
238
  */
239
239
  logGroupName: string | undefined;
240
240
  /**
241
- * @public
242
241
  * <p>The specified name prefix for log streams.</p>
242
+ * @public
243
243
  */
244
244
  logStreamNamePrefix?: string;
245
245
  }
246
246
  /**
247
- * @public
248
247
  * <p>The settings for container log rotation.</p>
248
+ * @public
249
249
  */
250
250
  export interface ContainerLogRotationConfiguration {
251
251
  /**
252
- * @public
253
252
  * <p>The file size at which to rotate logs. Minimum of 2KB, Maximum of 2GB.</p>
253
+ * @public
254
254
  */
255
255
  rotationSize: string | undefined;
256
256
  /**
257
- * @public
258
257
  * <p>The number of files to keep in container after rotation.</p>
258
+ * @public
259
259
  */
260
260
  maxFilesToKeep: number | undefined;
261
261
  }
@@ -272,40 +272,40 @@ export declare const PersistentAppUI: {
272
272
  */
273
273
  export type PersistentAppUI = (typeof PersistentAppUI)[keyof typeof PersistentAppUI];
274
274
  /**
275
- * @public
276
275
  * <p> Amazon S3 configuration for monitoring log publishing. You can configure your jobs to
277
276
  * send log information to Amazon S3.</p>
277
+ * @public
278
278
  */
279
279
  export interface S3MonitoringConfiguration {
280
280
  /**
281
- * @public
282
281
  * <p>Amazon S3 destination URI for log publishing.</p>
282
+ * @public
283
283
  */
284
284
  logUri: string | undefined;
285
285
  }
286
286
  /**
287
- * @public
288
287
  * <p>Configuration setting for monitoring.</p>
288
+ * @public
289
289
  */
290
290
  export interface MonitoringConfiguration {
291
291
  /**
292
- * @public
293
292
  * <p>Monitoring configurations for the persistent application UI. </p>
293
+ * @public
294
294
  */
295
295
  persistentAppUI?: PersistentAppUI;
296
296
  /**
297
- * @public
298
297
  * <p>Monitoring configurations for CloudWatch.</p>
298
+ * @public
299
299
  */
300
300
  cloudWatchMonitoringConfiguration?: CloudWatchMonitoringConfiguration;
301
301
  /**
302
- * @public
303
302
  * <p>Amazon S3 configuration for monitoring log publishing.</p>
303
+ * @public
304
304
  */
305
305
  s3MonitoringConfiguration?: S3MonitoringConfiguration;
306
306
  /**
307
- * @public
308
307
  * <p>Enable or disable container log rotation.</p>
308
+ * @public
309
309
  */
310
310
  containerLogRotationConfiguration?: ContainerLogRotationConfiguration;
311
311
  }
@@ -314,40 +314,40 @@ export interface MonitoringConfiguration {
314
314
  */
315
315
  export interface CreateManagedEndpointResponse {
316
316
  /**
317
- * @public
318
317
  * <p>The output contains the ID of the managed endpoint.</p>
318
+ * @public
319
319
  */
320
320
  id?: string;
321
321
  /**
322
- * @public
323
322
  * <p>The output contains the name of the managed endpoint.</p>
323
+ * @public
324
324
  */
325
325
  name?: string;
326
326
  /**
327
- * @public
328
327
  * <p>The output contains the ARN of the managed endpoint.</p>
328
+ * @public
329
329
  */
330
330
  arn?: string;
331
331
  /**
332
- * @public
333
332
  * <p>The output contains the ID of the virtual cluster.</p>
333
+ * @public
334
334
  */
335
335
  virtualClusterId?: string;
336
336
  }
337
337
  /**
338
- * @public
339
338
  * <p>The information about the Amazon EKS cluster.</p>
339
+ * @public
340
340
  */
341
341
  export interface EksInfo {
342
342
  /**
343
- * @public
344
343
  * <p>The namespaces of the Amazon EKS cluster.</p>
344
+ * @public
345
345
  */
346
346
  namespace?: string;
347
347
  }
348
348
  /**
349
- * @public
350
349
  * <p>The information about the container used for a job run or a managed endpoint.</p>
350
+ * @public
351
351
  */
352
352
  export type ContainerInfo = ContainerInfo.EksInfoMember | ContainerInfo.$UnknownMember;
353
353
  /**
@@ -355,8 +355,8 @@ export type ContainerInfo = ContainerInfo.EksInfoMember | ContainerInfo.$Unknown
355
355
  */
356
356
  export declare namespace ContainerInfo {
357
357
  /**
358
- * @public
359
358
  * <p>The information about the Amazon EKS cluster.</p>
359
+ * @public
360
360
  */
361
361
  interface EksInfoMember {
362
362
  eksInfo: EksInfo;
@@ -387,24 +387,24 @@ export declare const ContainerProviderType: {
387
387
  */
388
388
  export type ContainerProviderType = (typeof ContainerProviderType)[keyof typeof ContainerProviderType];
389
389
  /**
390
- * @public
391
390
  * <p>The information about the container provider.</p>
391
+ * @public
392
392
  */
393
393
  export interface ContainerProvider {
394
394
  /**
395
- * @public
396
395
  * <p>The type of the container provider. Amazon EKS is the only supported type as of
397
396
  * now.</p>
397
+ * @public
398
398
  */
399
399
  type: ContainerProviderType | undefined;
400
400
  /**
401
- * @public
402
401
  * <p>The ID of the container cluster.</p>
402
+ * @public
403
403
  */
404
404
  id: string | undefined;
405
405
  /**
406
- * @public
407
406
  * <p>The information about the container cluster.</p>
407
+ * @public
408
408
  */
409
409
  info?: ContainerInfo;
410
410
  }
@@ -413,23 +413,23 @@ export interface ContainerProvider {
413
413
  */
414
414
  export interface CreateVirtualClusterRequest {
415
415
  /**
416
- * @public
417
416
  * <p>The specified name of the virtual cluster.</p>
417
+ * @public
418
418
  */
419
419
  name: string | undefined;
420
420
  /**
421
- * @public
422
421
  * <p>The container provider of the virtual cluster.</p>
422
+ * @public
423
423
  */
424
424
  containerProvider: ContainerProvider | undefined;
425
425
  /**
426
- * @public
427
426
  * <p>The client token of the virtual cluster.</p>
427
+ * @public
428
428
  */
429
429
  clientToken?: string;
430
430
  /**
431
- * @public
432
431
  * <p>The tags assigned to the virtual cluster.</p>
432
+ * @public
433
433
  */
434
434
  tags?: Record<string, string>;
435
435
  }
@@ -438,18 +438,18 @@ export interface CreateVirtualClusterRequest {
438
438
  */
439
439
  export interface CreateVirtualClusterResponse {
440
440
  /**
441
- * @public
442
441
  * <p>This output contains the virtual cluster ID.</p>
442
+ * @public
443
443
  */
444
444
  id?: string;
445
445
  /**
446
- * @public
447
446
  * <p>This output contains the name of the virtual cluster.</p>
447
+ * @public
448
448
  */
449
449
  name?: string;
450
450
  /**
451
- * @public
452
451
  * <p>This output contains the ARN of virtual cluster.</p>
452
+ * @public
453
453
  */
454
454
  arn?: string;
455
455
  }
@@ -458,8 +458,8 @@ export interface CreateVirtualClusterResponse {
458
458
  */
459
459
  export interface DeleteJobTemplateRequest {
460
460
  /**
461
- * @public
462
461
  * <p>The ID of the job template that will be deleted.</p>
462
+ * @public
463
463
  */
464
464
  id: string | undefined;
465
465
  }
@@ -468,8 +468,8 @@ export interface DeleteJobTemplateRequest {
468
468
  */
469
469
  export interface DeleteJobTemplateResponse {
470
470
  /**
471
- * @public
472
471
  * <p>This output contains the ID of the job template that was deleted.</p>
472
+ * @public
473
473
  */
474
474
  id?: string;
475
475
  }
@@ -478,13 +478,13 @@ export interface DeleteJobTemplateResponse {
478
478
  */
479
479
  export interface DeleteManagedEndpointRequest {
480
480
  /**
481
- * @public
482
481
  * <p>The ID of the managed endpoint.</p>
482
+ * @public
483
483
  */
484
484
  id: string | undefined;
485
485
  /**
486
- * @public
487
486
  * <p>The ID of the endpoint's virtual cluster.</p>
487
+ * @public
488
488
  */
489
489
  virtualClusterId: string | undefined;
490
490
  }
@@ -493,13 +493,13 @@ export interface DeleteManagedEndpointRequest {
493
493
  */
494
494
  export interface DeleteManagedEndpointResponse {
495
495
  /**
496
- * @public
497
496
  * <p>The output displays the ID of the managed endpoint.</p>
497
+ * @public
498
498
  */
499
499
  id?: string;
500
500
  /**
501
- * @public
502
501
  * <p>The output displays the ID of the endpoint's virtual cluster.</p>
502
+ * @public
503
503
  */
504
504
  virtualClusterId?: string;
505
505
  }
@@ -508,8 +508,8 @@ export interface DeleteManagedEndpointResponse {
508
508
  */
509
509
  export interface DeleteVirtualClusterRequest {
510
510
  /**
511
- * @public
512
511
  * <p>The ID of the virtual cluster that will be deleted.</p>
512
+ * @public
513
513
  */
514
514
  id: string | undefined;
515
515
  }
@@ -518,8 +518,8 @@ export interface DeleteVirtualClusterRequest {
518
518
  */
519
519
  export interface DeleteVirtualClusterResponse {
520
520
  /**
521
- * @public
522
521
  * <p>This output contains the ID of the virtual cluster that will be deleted. </p>
522
+ * @public
523
523
  */
524
524
  id?: string;
525
525
  }
@@ -528,13 +528,13 @@ export interface DeleteVirtualClusterResponse {
528
528
  */
529
529
  export interface DescribeJobRunRequest {
530
530
  /**
531
- * @public
532
531
  * <p>The ID of the job run request. </p>
532
+ * @public
533
533
  */
534
534
  id: string | undefined;
535
535
  /**
536
- * @public
537
536
  * <p>The ID of the virtual cluster for which the job run is submitted.</p>
537
+ * @public
538
538
  */
539
539
  virtualClusterId: string | undefined;
540
540
  }
@@ -553,24 +553,24 @@ export declare const FailureReason: {
553
553
  */
554
554
  export type FailureReason = (typeof FailureReason)[keyof typeof FailureReason];
555
555
  /**
556
- * @public
557
556
  * <p>The configuration of the retry policy that the job runs on.</p>
557
+ * @public
558
558
  */
559
559
  export interface RetryPolicyConfiguration {
560
560
  /**
561
- * @public
562
561
  * <p>The maximum number of attempts on the job's driver.</p>
562
+ * @public
563
563
  */
564
564
  maxAttempts: number | undefined;
565
565
  }
566
566
  /**
567
- * @public
568
567
  * <p>The current status of the retry policy executed on the job.</p>
568
+ * @public
569
569
  */
570
570
  export interface RetryPolicyExecution {
571
571
  /**
572
- * @public
573
572
  * <p>The current number of attempts made on the driver of the job.</p>
573
+ * @public
574
574
  */
575
575
  currentAttemptCount: number | undefined;
576
576
  }
@@ -596,8 +596,8 @@ export type JobRunState = (typeof JobRunState)[keyof typeof JobRunState];
596
596
  */
597
597
  export interface DescribeJobTemplateRequest {
598
598
  /**
599
- * @public
600
599
  * <p>The ID of the job template that will be described.</p>
600
+ * @public
601
601
  */
602
602
  id: string | undefined;
603
603
  }
@@ -606,29 +606,29 @@ export interface DescribeJobTemplateRequest {
606
606
  */
607
607
  export interface DescribeManagedEndpointRequest {
608
608
  /**
609
- * @public
610
609
  * <p>This output displays ID of the managed endpoint.</p>
610
+ * @public
611
611
  */
612
612
  id: string | undefined;
613
613
  /**
614
- * @public
615
614
  * <p>The ID of the endpoint's virtual cluster.</p>
615
+ * @public
616
616
  */
617
617
  virtualClusterId: string | undefined;
618
618
  }
619
619
  /**
620
- * @public
621
620
  * <p>The entity representing certificate data generated for managed endpoint.</p>
621
+ * @public
622
622
  */
623
623
  export interface Certificate {
624
624
  /**
625
- * @public
626
625
  * <p>The ARN of the certificate generated for managed endpoint.</p>
626
+ * @public
627
627
  */
628
628
  certificateArn?: string;
629
629
  /**
630
- * @public
631
630
  * <p>The base64 encoded PEM certificate data generated for managed endpoint.</p>
631
+ * @public
632
632
  */
633
633
  certificateData?: string;
634
634
  }
@@ -652,8 +652,8 @@ export type EndpointState = (typeof EndpointState)[keyof typeof EndpointState];
652
652
  */
653
653
  export interface DescribeVirtualClusterRequest {
654
654
  /**
655
- * @public
656
655
  * <p>The ID of the virtual cluster that will be described.</p>
656
+ * @public
657
657
  */
658
658
  id: string | undefined;
659
659
  }
@@ -672,48 +672,48 @@ export declare const VirtualClusterState: {
672
672
  */
673
673
  export type VirtualClusterState = (typeof VirtualClusterState)[keyof typeof VirtualClusterState];
674
674
  /**
675
- * @public
676
675
  * <p>This entity describes a virtual cluster. A virtual cluster is a Kubernetes namespace
677
676
  * that Amazon EMR is registered with. Amazon EMR uses virtual clusters to run
678
677
  * jobs and host endpoints. Multiple virtual clusters can be backed by the same physical
679
678
  * cluster. However, each virtual cluster maps to one namespace on an Amazon EKS
680
679
  * cluster. Virtual clusters do not create any active resources that contribute to your bill
681
680
  * or that require lifecycle management outside the service.</p>
681
+ * @public
682
682
  */
683
683
  export interface VirtualCluster {
684
684
  /**
685
- * @public
686
685
  * <p>The ID of the virtual cluster.</p>
686
+ * @public
687
687
  */
688
688
  id?: string;
689
689
  /**
690
- * @public
691
690
  * <p>The name of the virtual cluster.</p>
691
+ * @public
692
692
  */
693
693
  name?: string;
694
694
  /**
695
- * @public
696
695
  * <p>The ARN of the virtual cluster.</p>
696
+ * @public
697
697
  */
698
698
  arn?: string;
699
699
  /**
700
- * @public
701
700
  * <p>The state of the virtual cluster.</p>
701
+ * @public
702
702
  */
703
703
  state?: VirtualClusterState;
704
704
  /**
705
- * @public
706
705
  * <p>The container provider of the virtual cluster.</p>
706
+ * @public
707
707
  */
708
708
  containerProvider?: ContainerProvider;
709
709
  /**
710
- * @public
711
710
  * <p>The date and time when the virtual cluster is created.</p>
711
+ * @public
712
712
  */
713
713
  createdAt?: Date;
714
714
  /**
715
- * @public
716
715
  * <p>The assigned tags of the virtual cluster.</p>
716
+ * @public
717
717
  */
718
718
  tags?: Record<string, string>;
719
719
  }
@@ -722,8 +722,8 @@ export interface VirtualCluster {
722
722
  */
723
723
  export interface DescribeVirtualClusterResponse {
724
724
  /**
725
- * @public
726
725
  * <p>This output displays information about the specified virtual cluster.</p>
726
+ * @public
727
727
  */
728
728
  virtualCluster?: VirtualCluster;
729
729
  }
@@ -732,46 +732,46 @@ export interface DescribeVirtualClusterResponse {
732
732
  */
733
733
  export interface GetManagedEndpointSessionCredentialsRequest {
734
734
  /**
735
- * @public
736
735
  * <p>The ARN of the managed endpoint for which the request is submitted. </p>
736
+ * @public
737
737
  */
738
738
  endpointIdentifier: string | undefined;
739
739
  /**
740
- * @public
741
740
  * <p>The ARN of the Virtual Cluster which the Managed Endpoint belongs to. </p>
741
+ * @public
742
742
  */
743
743
  virtualClusterIdentifier: string | undefined;
744
744
  /**
745
- * @public
746
745
  * <p>The IAM Execution Role ARN that will be used by the job run. </p>
746
+ * @public
747
747
  */
748
748
  executionRoleArn: string | undefined;
749
749
  /**
750
- * @public
751
750
  * <p>Type of the token requested. Currently supported and default value of this field is
752
751
  * “TOKEN.”</p>
752
+ * @public
753
753
  */
754
754
  credentialType: string | undefined;
755
755
  /**
756
- * @public
757
756
  * <p>Duration in seconds for which the session token is valid. The default duration is 15
758
757
  * minutes and the maximum is 12 hours.</p>
758
+ * @public
759
759
  */
760
760
  durationInSeconds?: number;
761
761
  /**
762
- * @public
763
762
  * <p>String identifier used to separate sections of the execution logs uploaded to S3.</p>
763
+ * @public
764
764
  */
765
765
  logContext?: string;
766
766
  /**
767
- * @public
768
767
  * <p>The client idempotency token of the job run request.</p>
768
+ * @public
769
769
  */
770
770
  clientToken?: string;
771
771
  }
772
772
  /**
773
- * @public
774
773
  * <p>The structure containing the session token being returned.</p>
774
+ * @public
775
775
  */
776
776
  export type Credentials = Credentials.TokenMember | Credentials.$UnknownMember;
777
777
  /**
@@ -779,8 +779,8 @@ export type Credentials = Credentials.TokenMember | Credentials.$UnknownMember;
779
779
  */
780
780
  export declare namespace Credentials {
781
781
  /**
782
- * @public
783
782
  * <p>The actual session token being returned.</p>
783
+ * @public
784
784
  */
785
785
  interface TokenMember {
786
786
  token: string;
@@ -804,24 +804,24 @@ export declare namespace Credentials {
804
804
  */
805
805
  export interface GetManagedEndpointSessionCredentialsResponse {
806
806
  /**
807
- * @public
808
807
  * <p>The identifier of the session token returned.</p>
808
+ * @public
809
809
  */
810
810
  id?: string;
811
811
  /**
812
- * @public
813
812
  * <p>The structure containing the session credentials.</p>
813
+ * @public
814
814
  */
815
815
  credentials?: Credentials;
816
816
  /**
817
- * @public
818
817
  * <p>The date and time when the session token will expire.</p>
818
+ * @public
819
819
  */
820
820
  expiresAt?: Date;
821
821
  }
822
822
  /**
823
- * @public
824
823
  * <p>The request throttled.</p>
824
+ * @public
825
825
  */
826
826
  export declare class RequestThrottledException extends __BaseException {
827
827
  readonly name: "RequestThrottledException";
@@ -836,38 +836,38 @@ export declare class RequestThrottledException extends __BaseException {
836
836
  */
837
837
  export interface ListJobRunsRequest {
838
838
  /**
839
- * @public
840
839
  * <p>The ID of the virtual cluster for which to list the job run. </p>
840
+ * @public
841
841
  */
842
842
  virtualClusterId: string | undefined;
843
843
  /**
844
- * @public
845
844
  * <p>The date and time before which the job runs were submitted.</p>
845
+ * @public
846
846
  */
847
847
  createdBefore?: Date;
848
848
  /**
849
- * @public
850
849
  * <p>The date and time after which the job runs were submitted.</p>
850
+ * @public
851
851
  */
852
852
  createdAfter?: Date;
853
853
  /**
854
- * @public
855
854
  * <p>The name of the job run.</p>
855
+ * @public
856
856
  */
857
857
  name?: string;
858
858
  /**
859
- * @public
860
859
  * <p>The states of the job run.</p>
860
+ * @public
861
861
  */
862
862
  states?: JobRunState[];
863
863
  /**
864
- * @public
865
864
  * <p>The maximum number of job runs that can be listed.</p>
865
+ * @public
866
866
  */
867
867
  maxResults?: number;
868
868
  /**
869
- * @public
870
869
  * <p>The token for the next set of job runs to return.</p>
870
+ * @public
871
871
  */
872
872
  nextToken?: string;
873
873
  }
@@ -876,23 +876,23 @@ export interface ListJobRunsRequest {
876
876
  */
877
877
  export interface ListJobTemplatesRequest {
878
878
  /**
879
- * @public
880
879
  * <p>The date and time after which the job templates were created.</p>
880
+ * @public
881
881
  */
882
882
  createdAfter?: Date;
883
883
  /**
884
- * @public
885
884
  * <p> The date and time before which the job templates were created.</p>
885
+ * @public
886
886
  */
887
887
  createdBefore?: Date;
888
888
  /**
889
- * @public
890
889
  * <p> The maximum number of job templates that can be listed.</p>
890
+ * @public
891
891
  */
892
892
  maxResults?: number;
893
893
  /**
894
- * @public
895
894
  * <p> The token for the next set of job templates to return.</p>
895
+ * @public
896
896
  */
897
897
  nextToken?: string;
898
898
  }
@@ -901,38 +901,38 @@ export interface ListJobTemplatesRequest {
901
901
  */
902
902
  export interface ListManagedEndpointsRequest {
903
903
  /**
904
- * @public
905
904
  * <p>The ID of the virtual cluster.</p>
905
+ * @public
906
906
  */
907
907
  virtualClusterId: string | undefined;
908
908
  /**
909
- * @public
910
909
  * <p>The date and time before which the endpoints are created.</p>
910
+ * @public
911
911
  */
912
912
  createdBefore?: Date;
913
913
  /**
914
- * @public
915
914
  * <p> The date and time after which the endpoints are created.</p>
915
+ * @public
916
916
  */
917
917
  createdAfter?: Date;
918
918
  /**
919
- * @public
920
919
  * <p>The types of the managed endpoints.</p>
920
+ * @public
921
921
  */
922
922
  types?: string[];
923
923
  /**
924
- * @public
925
924
  * <p>The states of the managed endpoints.</p>
925
+ * @public
926
926
  */
927
927
  states?: EndpointState[];
928
928
  /**
929
- * @public
930
929
  * <p>The maximum number of managed endpoints that can be listed.</p>
930
+ * @public
931
931
  */
932
932
  maxResults?: number;
933
933
  /**
934
- * @public
935
934
  * <p> The token for the next set of managed endpoints to return. </p>
935
+ * @public
936
936
  */
937
937
  nextToken?: string;
938
938
  }
@@ -941,8 +941,8 @@ export interface ListManagedEndpointsRequest {
941
941
  */
942
942
  export interface ListTagsForResourceRequest {
943
943
  /**
944
- * @public
945
944
  * <p>The ARN of tagged resources.</p>
945
+ * @public
946
946
  */
947
947
  resourceArn: string | undefined;
948
948
  }
@@ -951,8 +951,8 @@ export interface ListTagsForResourceRequest {
951
951
  */
952
952
  export interface ListTagsForResourceResponse {
953
953
  /**
954
- * @public
955
954
  * <p>The tags assigned to resources.</p>
955
+ * @public
956
956
  */
957
957
  tags?: Record<string, string>;
958
958
  }
@@ -961,39 +961,39 @@ export interface ListTagsForResourceResponse {
961
961
  */
962
962
  export interface ListVirtualClustersRequest {
963
963
  /**
964
- * @public
965
964
  * <p>The container provider ID of the virtual cluster.</p>
965
+ * @public
966
966
  */
967
967
  containerProviderId?: string;
968
968
  /**
969
- * @public
970
969
  * <p>The container provider type of the virtual cluster. Amazon EKS is the only
971
970
  * supported type as of now.</p>
971
+ * @public
972
972
  */
973
973
  containerProviderType?: ContainerProviderType;
974
974
  /**
975
- * @public
976
975
  * <p>The date and time after which the virtual clusters are created.</p>
976
+ * @public
977
977
  */
978
978
  createdAfter?: Date;
979
979
  /**
980
- * @public
981
980
  * <p>The date and time before which the virtual clusters are created.</p>
981
+ * @public
982
982
  */
983
983
  createdBefore?: Date;
984
984
  /**
985
- * @public
986
985
  * <p>The states of the requested virtual clusters.</p>
986
+ * @public
987
987
  */
988
988
  states?: VirtualClusterState[];
989
989
  /**
990
- * @public
991
990
  * <p>The maximum number of virtual clusters that can be listed.</p>
991
+ * @public
992
992
  */
993
993
  maxResults?: number;
994
994
  /**
995
- * @public
996
995
  * <p>The token for the next set of virtual clusters to return. </p>
996
+ * @public
997
997
  */
998
998
  nextToken?: string;
999
999
  }
@@ -1002,13 +1002,13 @@ export interface ListVirtualClustersRequest {
1002
1002
  */
1003
1003
  export interface ListVirtualClustersResponse {
1004
1004
  /**
1005
- * @public
1006
1005
  * <p>This output lists the specified virtual clusters.</p>
1006
+ * @public
1007
1007
  */
1008
1008
  virtualClusters?: VirtualCluster[];
1009
1009
  /**
1010
- * @public
1011
1010
  * <p>This output displays the token for the next set of virtual clusters.</p>
1011
+ * @public
1012
1012
  */
1013
1013
  nextToken?: string;
1014
1014
  }
@@ -1017,23 +1017,23 @@ export interface ListVirtualClustersResponse {
1017
1017
  */
1018
1018
  export interface StartJobRunResponse {
1019
1019
  /**
1020
- * @public
1021
1020
  * <p>This output displays the started job run ID.</p>
1021
+ * @public
1022
1022
  */
1023
1023
  id?: string;
1024
1024
  /**
1025
- * @public
1026
1025
  * <p>This output displays the name of the started job run.</p>
1026
+ * @public
1027
1027
  */
1028
1028
  name?: string;
1029
1029
  /**
1030
- * @public
1031
1030
  * <p>This output lists the ARN of job run.</p>
1031
+ * @public
1032
1032
  */
1033
1033
  arn?: string;
1034
1034
  /**
1035
- * @public
1036
1035
  * <p>This output displays the virtual cluster ID for which the job run was submitted.</p>
1036
+ * @public
1037
1037
  */
1038
1038
  virtualClusterId?: string;
1039
1039
  }
@@ -1042,13 +1042,13 @@ export interface StartJobRunResponse {
1042
1042
  */
1043
1043
  export interface TagResourceRequest {
1044
1044
  /**
1045
- * @public
1046
1045
  * <p>The ARN of resources.</p>
1046
+ * @public
1047
1047
  */
1048
1048
  resourceArn: string | undefined;
1049
1049
  /**
1050
- * @public
1051
1050
  * <p>The tags assigned to resources.</p>
1051
+ * @public
1052
1052
  */
1053
1053
  tags: Record<string, string> | undefined;
1054
1054
  }
@@ -1062,13 +1062,13 @@ export interface TagResourceResponse {
1062
1062
  */
1063
1063
  export interface UntagResourceRequest {
1064
1064
  /**
1065
- * @public
1066
1065
  * <p>The ARN of resources.</p>
1066
+ * @public
1067
1067
  */
1068
1068
  resourceArn: string | undefined;
1069
1069
  /**
1070
- * @public
1071
1070
  * <p>The tag keys of the resources.</p>
1071
+ * @public
1072
1072
  */
1073
1073
  tagKeys: string[] | undefined;
1074
1074
  }
@@ -1078,60 +1078,60 @@ export interface UntagResourceRequest {
1078
1078
  export interface UntagResourceResponse {
1079
1079
  }
1080
1080
  /**
1081
- * @public
1082
1081
  * <p>A configuration specification to be used when provisioning virtual clusters, which can
1083
1082
  * include configurations for applications and software bundled with Amazon EMR on EKS. A
1084
1083
  * configuration consists of a classification, properties, and optional nested configurations.
1085
1084
  * A classification refers to an application-specific configuration file. Properties are the
1086
1085
  * settings you want to change in that file.</p>
1086
+ * @public
1087
1087
  */
1088
1088
  export interface Configuration {
1089
1089
  /**
1090
- * @public
1091
1090
  * <p>The classification within a configuration.</p>
1091
+ * @public
1092
1092
  */
1093
1093
  classification: string | undefined;
1094
1094
  /**
1095
- * @public
1096
1095
  * <p>A set of properties specified within a configuration classification.</p>
1096
+ * @public
1097
1097
  */
1098
1098
  properties?: Record<string, string>;
1099
1099
  /**
1100
- * @public
1101
1100
  * <p>A list of additional configurations to apply within a configuration object.</p>
1101
+ * @public
1102
1102
  */
1103
1103
  configurations?: Configuration[];
1104
1104
  }
1105
1105
  /**
1106
- * @public
1107
1106
  * <p>A configuration specification to be used to override existing configurations.</p>
1107
+ * @public
1108
1108
  */
1109
1109
  export interface ConfigurationOverrides {
1110
1110
  /**
1111
- * @public
1112
1111
  * <p>The configurations for the application running by the job run. </p>
1112
+ * @public
1113
1113
  */
1114
1114
  applicationConfiguration?: Configuration[];
1115
1115
  /**
1116
- * @public
1117
1116
  * <p>The configurations for monitoring.</p>
1117
+ * @public
1118
1118
  */
1119
1119
  monitoringConfiguration?: MonitoringConfiguration;
1120
1120
  }
1121
1121
  /**
1122
- * @public
1123
1122
  * <p> A configuration specification to be used to override existing configurations. This data
1124
1123
  * type allows job template parameters to be specified within.</p>
1124
+ * @public
1125
1125
  */
1126
1126
  export interface ParametricConfigurationOverrides {
1127
1127
  /**
1128
- * @public
1129
1128
  * <p> The configurations for the application running by the job run.</p>
1129
+ * @public
1130
1130
  */
1131
1131
  applicationConfiguration?: Configuration[];
1132
1132
  /**
1133
- * @public
1134
1133
  * <p> The configurations for monitoring. </p>
1134
+ * @public
1135
1135
  */
1136
1136
  monitoringConfiguration?: ParametricMonitoringConfiguration;
1137
1137
  }
@@ -1140,287 +1140,287 @@ export interface ParametricConfigurationOverrides {
1140
1140
  */
1141
1141
  export interface CreateManagedEndpointRequest {
1142
1142
  /**
1143
- * @public
1144
1143
  * <p>The name of the managed endpoint.</p>
1144
+ * @public
1145
1145
  */
1146
1146
  name: string | undefined;
1147
1147
  /**
1148
- * @public
1149
1148
  * <p>The ID of the virtual cluster for which a managed endpoint is created.</p>
1149
+ * @public
1150
1150
  */
1151
1151
  virtualClusterId: string | undefined;
1152
1152
  /**
1153
- * @public
1154
1153
  * <p>The type of the managed endpoint.</p>
1154
+ * @public
1155
1155
  */
1156
1156
  type: string | undefined;
1157
1157
  /**
1158
- * @public
1159
1158
  * <p>The Amazon EMR release version.</p>
1159
+ * @public
1160
1160
  */
1161
1161
  releaseLabel: string | undefined;
1162
1162
  /**
1163
- * @public
1164
1163
  * <p>The ARN of the execution role.</p>
1164
+ * @public
1165
1165
  */
1166
1166
  executionRoleArn: string | undefined;
1167
1167
  /**
1168
- * @public
1169
1168
  * @deprecated
1170
1169
  *
1171
1170
  * <p>The certificate ARN provided by users for the managed endpoint. This field is under
1172
1171
  * deprecation and will be removed in future releases.</p>
1172
+ * @public
1173
1173
  */
1174
1174
  certificateArn?: string;
1175
1175
  /**
1176
- * @public
1177
1176
  * <p>The configuration settings that will be used to override existing configurations.</p>
1177
+ * @public
1178
1178
  */
1179
1179
  configurationOverrides?: ConfigurationOverrides;
1180
1180
  /**
1181
- * @public
1182
1181
  * <p>The client idempotency token for this create call.</p>
1182
+ * @public
1183
1183
  */
1184
1184
  clientToken?: string;
1185
1185
  /**
1186
- * @public
1187
1186
  * <p>The tags of the managed endpoint. </p>
1187
+ * @public
1188
1188
  */
1189
1189
  tags?: Record<string, string>;
1190
1190
  }
1191
1191
  /**
1192
- * @public
1193
1192
  * <p>This entity represents the endpoint that is managed by Amazon EMR on EKS.</p>
1193
+ * @public
1194
1194
  */
1195
1195
  export interface Endpoint {
1196
1196
  /**
1197
- * @public
1198
1197
  * <p>The ID of the endpoint.</p>
1198
+ * @public
1199
1199
  */
1200
1200
  id?: string;
1201
1201
  /**
1202
- * @public
1203
1202
  * <p>The name of the endpoint.</p>
1203
+ * @public
1204
1204
  */
1205
1205
  name?: string;
1206
1206
  /**
1207
- * @public
1208
1207
  * <p>The ARN of the endpoint.</p>
1208
+ * @public
1209
1209
  */
1210
1210
  arn?: string;
1211
1211
  /**
1212
- * @public
1213
1212
  * <p>The ID of the endpoint's virtual cluster.</p>
1213
+ * @public
1214
1214
  */
1215
1215
  virtualClusterId?: string;
1216
1216
  /**
1217
- * @public
1218
1217
  * <p>The type of the endpoint.</p>
1218
+ * @public
1219
1219
  */
1220
1220
  type?: string;
1221
1221
  /**
1222
- * @public
1223
1222
  * <p>The state of the endpoint.</p>
1223
+ * @public
1224
1224
  */
1225
1225
  state?: EndpointState;
1226
1226
  /**
1227
- * @public
1228
1227
  * <p>The EMR release version to be used for the endpoint.</p>
1228
+ * @public
1229
1229
  */
1230
1230
  releaseLabel?: string;
1231
1231
  /**
1232
- * @public
1233
1232
  * <p>The execution role ARN of the endpoint.</p>
1233
+ * @public
1234
1234
  */
1235
1235
  executionRoleArn?: string;
1236
1236
  /**
1237
- * @public
1238
1237
  * @deprecated
1239
1238
  *
1240
1239
  * <p>The certificate ARN of the endpoint. This field is under deprecation and will be removed
1241
1240
  * in future.</p>
1241
+ * @public
1242
1242
  */
1243
1243
  certificateArn?: string;
1244
1244
  /**
1245
- * @public
1246
1245
  * <p>The certificate generated by emr control plane on customer behalf to secure the managed
1247
1246
  * endpoint.</p>
1247
+ * @public
1248
1248
  */
1249
1249
  certificateAuthority?: Certificate;
1250
1250
  /**
1251
- * @public
1252
1251
  * <p>The configuration settings that are used to override existing configurations for
1253
1252
  * endpoints.</p>
1253
+ * @public
1254
1254
  */
1255
1255
  configurationOverrides?: ConfigurationOverrides;
1256
1256
  /**
1257
- * @public
1258
1257
  * <p>The server URL of the endpoint.</p>
1258
+ * @public
1259
1259
  */
1260
1260
  serverUrl?: string;
1261
1261
  /**
1262
- * @public
1263
1262
  * <p>The date and time when the endpoint was created.</p>
1263
+ * @public
1264
1264
  */
1265
1265
  createdAt?: Date;
1266
1266
  /**
1267
- * @public
1268
1267
  * <p>The security group configuration of the endpoint. </p>
1268
+ * @public
1269
1269
  */
1270
1270
  securityGroup?: string;
1271
1271
  /**
1272
- * @public
1273
1272
  * <p>The subnet IDs of the endpoint. </p>
1273
+ * @public
1274
1274
  */
1275
1275
  subnetIds?: string[];
1276
1276
  /**
1277
- * @public
1278
1277
  * <p> Additional details of the endpoint state. </p>
1278
+ * @public
1279
1279
  */
1280
1280
  stateDetails?: string;
1281
1281
  /**
1282
- * @public
1283
1282
  * <p> The reasons why the endpoint has failed. </p>
1283
+ * @public
1284
1284
  */
1285
1285
  failureReason?: FailureReason;
1286
1286
  /**
1287
- * @public
1288
1287
  * <p>The tags of the endpoint. </p>
1288
+ * @public
1289
1289
  */
1290
1290
  tags?: Record<string, string>;
1291
1291
  }
1292
1292
  /**
1293
- * @public
1294
1293
  * <p>This entity describes a job run. A job run is a unit of work, such as a Spark jar,
1295
1294
  * PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS. </p>
1295
+ * @public
1296
1296
  */
1297
1297
  export interface JobRun {
1298
1298
  /**
1299
- * @public
1300
1299
  * <p>The ID of the job run.</p>
1300
+ * @public
1301
1301
  */
1302
1302
  id?: string;
1303
1303
  /**
1304
- * @public
1305
1304
  * <p>The name of the job run.</p>
1305
+ * @public
1306
1306
  */
1307
1307
  name?: string;
1308
1308
  /**
1309
- * @public
1310
1309
  * <p>The ID of the job run's virtual cluster.</p>
1310
+ * @public
1311
1311
  */
1312
1312
  virtualClusterId?: string;
1313
1313
  /**
1314
- * @public
1315
1314
  * <p>The ARN of job run.</p>
1315
+ * @public
1316
1316
  */
1317
1317
  arn?: string;
1318
1318
  /**
1319
- * @public
1320
1319
  * <p>The state of the job run. </p>
1320
+ * @public
1321
1321
  */
1322
1322
  state?: JobRunState;
1323
1323
  /**
1324
- * @public
1325
1324
  * <p>The client token used to start a job run.</p>
1325
+ * @public
1326
1326
  */
1327
1327
  clientToken?: string;
1328
1328
  /**
1329
- * @public
1330
1329
  * <p>The execution role ARN of the job run.</p>
1330
+ * @public
1331
1331
  */
1332
1332
  executionRoleArn?: string;
1333
1333
  /**
1334
- * @public
1335
1334
  * <p>The release version of Amazon EMR.</p>
1335
+ * @public
1336
1336
  */
1337
1337
  releaseLabel?: string;
1338
1338
  /**
1339
- * @public
1340
1339
  * <p>The configuration settings that are used to override default configuration.</p>
1340
+ * @public
1341
1341
  */
1342
1342
  configurationOverrides?: ConfigurationOverrides;
1343
1343
  /**
1344
- * @public
1345
1344
  * <p>Parameters of job driver for the job run.</p>
1345
+ * @public
1346
1346
  */
1347
1347
  jobDriver?: JobDriver;
1348
1348
  /**
1349
- * @public
1350
1349
  * <p>The date and time when the job run was created.</p>
1350
+ * @public
1351
1351
  */
1352
1352
  createdAt?: Date;
1353
1353
  /**
1354
- * @public
1355
1354
  * <p>The user who created the job run.</p>
1355
+ * @public
1356
1356
  */
1357
1357
  createdBy?: string;
1358
1358
  /**
1359
- * @public
1360
1359
  * <p>The date and time when the job run has finished.</p>
1360
+ * @public
1361
1361
  */
1362
1362
  finishedAt?: Date;
1363
1363
  /**
1364
- * @public
1365
1364
  * <p>Additional details of the job run state.</p>
1365
+ * @public
1366
1366
  */
1367
1367
  stateDetails?: string;
1368
1368
  /**
1369
- * @public
1370
1369
  * <p>The reasons why the job run has failed.</p>
1370
+ * @public
1371
1371
  */
1372
1372
  failureReason?: FailureReason;
1373
1373
  /**
1374
- * @public
1375
1374
  * <p>The assigned tags of the job run.</p>
1375
+ * @public
1376
1376
  */
1377
1377
  tags?: Record<string, string>;
1378
1378
  /**
1379
- * @public
1380
1379
  * <p>The configuration of the retry policy that the job runs on.</p>
1380
+ * @public
1381
1381
  */
1382
1382
  retryPolicyConfiguration?: RetryPolicyConfiguration;
1383
1383
  /**
1384
- * @public
1385
1384
  * <p>The current status of the retry policy executed on the job.</p>
1385
+ * @public
1386
1386
  */
1387
1387
  retryPolicyExecution?: RetryPolicyExecution;
1388
1388
  }
1389
1389
  /**
1390
- * @public
1391
1390
  * <p>The values of StartJobRun API requests used in job runs started using the job
1392
1391
  * template.</p>
1392
+ * @public
1393
1393
  */
1394
1394
  export interface JobTemplateData {
1395
1395
  /**
1396
- * @public
1397
1396
  * <p>The execution role ARN of the job run.</p>
1397
+ * @public
1398
1398
  */
1399
1399
  executionRoleArn: string | undefined;
1400
1400
  /**
1401
- * @public
1402
1401
  * <p> The release version of Amazon EMR.</p>
1402
+ * @public
1403
1403
  */
1404
1404
  releaseLabel: string | undefined;
1405
1405
  /**
1406
- * @public
1407
1406
  * <p> The configuration settings that are used to override defaults configuration.</p>
1407
+ * @public
1408
1408
  */
1409
1409
  configurationOverrides?: ParametricConfigurationOverrides;
1410
1410
  /**
1411
- * @public
1412
1411
  * <p>Specify the driver that the job runs on. Exactly one of the two available job drivers is
1413
1412
  * required, either sparkSqlJobDriver or sparkSubmitJobDriver.</p>
1413
+ * @public
1414
1414
  */
1415
1415
  jobDriver: JobDriver | undefined;
1416
1416
  /**
1417
- * @public
1418
1417
  * <p>The configuration of parameters existing in the job template.</p>
1418
+ * @public
1419
1419
  */
1420
1420
  parameterConfiguration?: Record<string, TemplateParameterConfiguration>;
1421
1421
  /**
1422
- * @public
1423
1422
  * <p>The tags assigned to jobs started using the job template.</p>
1423
+ * @public
1424
1424
  */
1425
1425
  jobTags?: Record<string, string>;
1426
1426
  }
@@ -1429,58 +1429,58 @@ export interface JobTemplateData {
1429
1429
  */
1430
1430
  export interface StartJobRunRequest {
1431
1431
  /**
1432
- * @public
1433
1432
  * <p>The name of the job run.</p>
1433
+ * @public
1434
1434
  */
1435
1435
  name?: string;
1436
1436
  /**
1437
- * @public
1438
1437
  * <p>The virtual cluster ID for which the job run request is submitted.</p>
1438
+ * @public
1439
1439
  */
1440
1440
  virtualClusterId: string | undefined;
1441
1441
  /**
1442
- * @public
1443
1442
  * <p>The client idempotency token of the job run request. </p>
1443
+ * @public
1444
1444
  */
1445
1445
  clientToken?: string;
1446
1446
  /**
1447
- * @public
1448
1447
  * <p>The execution role ARN for the job run.</p>
1448
+ * @public
1449
1449
  */
1450
1450
  executionRoleArn?: string;
1451
1451
  /**
1452
- * @public
1453
1452
  * <p>The Amazon EMR release version to use for the job run.</p>
1453
+ * @public
1454
1454
  */
1455
1455
  releaseLabel?: string;
1456
1456
  /**
1457
- * @public
1458
1457
  * <p>The job driver for the job run.</p>
1458
+ * @public
1459
1459
  */
1460
1460
  jobDriver?: JobDriver;
1461
1461
  /**
1462
- * @public
1463
1462
  * <p>The configuration overrides for the job run.</p>
1463
+ * @public
1464
1464
  */
1465
1465
  configurationOverrides?: ConfigurationOverrides;
1466
1466
  /**
1467
- * @public
1468
1467
  * <p>The tags assigned to job runs.</p>
1468
+ * @public
1469
1469
  */
1470
1470
  tags?: Record<string, string>;
1471
1471
  /**
1472
- * @public
1473
1472
  * <p>The job template ID to be used to start the job run.</p>
1473
+ * @public
1474
1474
  */
1475
1475
  jobTemplateId?: string;
1476
1476
  /**
1477
- * @public
1478
1477
  * <p>The values of job template parameters to start a job run.</p>
1478
+ * @public
1479
1479
  */
1480
1480
  jobTemplateParameters?: Record<string, string>;
1481
1481
  /**
1482
- * @public
1483
1482
  * <p>The retry policy configuration for the job run.</p>
1483
+ * @public
1484
1484
  */
1485
1485
  retryPolicyConfiguration?: RetryPolicyConfiguration;
1486
1486
  }
@@ -1489,28 +1489,28 @@ export interface StartJobRunRequest {
1489
1489
  */
1490
1490
  export interface CreateJobTemplateRequest {
1491
1491
  /**
1492
- * @public
1493
1492
  * <p>The specified name of the job template.</p>
1493
+ * @public
1494
1494
  */
1495
1495
  name: string | undefined;
1496
1496
  /**
1497
- * @public
1498
1497
  * <p>The client token of the job template.</p>
1498
+ * @public
1499
1499
  */
1500
1500
  clientToken?: string;
1501
1501
  /**
1502
- * @public
1503
1502
  * <p>The job template data which holds values of StartJobRun API request.</p>
1503
+ * @public
1504
1504
  */
1505
1505
  jobTemplateData: JobTemplateData | undefined;
1506
1506
  /**
1507
- * @public
1508
1507
  * <p>The tags that are associated with the job template.</p>
1508
+ * @public
1509
1509
  */
1510
1510
  tags?: Record<string, string>;
1511
1511
  /**
1512
- * @public
1513
1512
  * <p>The KMS key ARN used to encrypt the job template.</p>
1513
+ * @public
1514
1514
  */
1515
1515
  kmsKeyArn?: string;
1516
1516
  }
@@ -1519,8 +1519,8 @@ export interface CreateJobTemplateRequest {
1519
1519
  */
1520
1520
  export interface DescribeJobRunResponse {
1521
1521
  /**
1522
- * @public
1523
1522
  * <p>The output displays information about a job run.</p>
1523
+ * @public
1524
1524
  */
1525
1525
  jobRun?: JobRun;
1526
1526
  }
@@ -1529,62 +1529,62 @@ export interface DescribeJobRunResponse {
1529
1529
  */
1530
1530
  export interface DescribeManagedEndpointResponse {
1531
1531
  /**
1532
- * @public
1533
1532
  * <p>This output displays information about a managed endpoint.</p>
1533
+ * @public
1534
1534
  */
1535
1535
  endpoint?: Endpoint;
1536
1536
  }
1537
1537
  /**
1538
- * @public
1539
1538
  * <p>This entity describes a job template. Job template stores values of StartJobRun API
1540
1539
  * request in a template and can be used to start a job run. Job template allows two use
1541
1540
  * cases: avoid repeating recurring StartJobRun API request values, enforcing certain values
1542
1541
  * in StartJobRun API request.</p>
1542
+ * @public
1543
1543
  */
1544
1544
  export interface JobTemplate {
1545
1545
  /**
1546
- * @public
1547
1546
  * <p>The name of the job template.</p>
1547
+ * @public
1548
1548
  */
1549
1549
  name?: string;
1550
1550
  /**
1551
- * @public
1552
1551
  * <p>The ID of the job template.</p>
1552
+ * @public
1553
1553
  */
1554
1554
  id?: string;
1555
1555
  /**
1556
- * @public
1557
1556
  * <p>The ARN of the job template.</p>
1557
+ * @public
1558
1558
  */
1559
1559
  arn?: string;
1560
1560
  /**
1561
- * @public
1562
1561
  * <p> The date and time when the job template was created.</p>
1562
+ * @public
1563
1563
  */
1564
1564
  createdAt?: Date;
1565
1565
  /**
1566
- * @public
1567
1566
  * <p> The user who created the job template.</p>
1567
+ * @public
1568
1568
  */
1569
1569
  createdBy?: string;
1570
1570
  /**
1571
- * @public
1572
1571
  * <p>The tags assigned to the job template.</p>
1572
+ * @public
1573
1573
  */
1574
1574
  tags?: Record<string, string>;
1575
1575
  /**
1576
- * @public
1577
1576
  * <p>The job template data which holds values of StartJobRun API request.</p>
1577
+ * @public
1578
1578
  */
1579
1579
  jobTemplateData: JobTemplateData | undefined;
1580
1580
  /**
1581
- * @public
1582
1581
  * <p> The KMS key ARN used to encrypt the job template.</p>
1582
+ * @public
1583
1583
  */
1584
1584
  kmsKeyArn?: string;
1585
1585
  /**
1586
- * @public
1587
1586
  * <p>The error message in case the decryption of job template fails.</p>
1587
+ * @public
1588
1588
  */
1589
1589
  decryptionError?: string;
1590
1590
  }
@@ -1593,8 +1593,8 @@ export interface JobTemplate {
1593
1593
  */
1594
1594
  export interface DescribeJobTemplateResponse {
1595
1595
  /**
1596
- * @public
1597
1596
  * <p>This output displays information about the specified job template.</p>
1597
+ * @public
1598
1598
  */
1599
1599
  jobTemplate?: JobTemplate;
1600
1600
  }
@@ -1603,13 +1603,13 @@ export interface DescribeJobTemplateResponse {
1603
1603
  */
1604
1604
  export interface ListJobRunsResponse {
1605
1605
  /**
1606
- * @public
1607
1606
  * <p>This output lists information about the specified job runs.</p>
1607
+ * @public
1608
1608
  */
1609
1609
  jobRuns?: JobRun[];
1610
1610
  /**
1611
- * @public
1612
1611
  * <p>This output displays the token for the next set of job runs.</p>
1612
+ * @public
1613
1613
  */
1614
1614
  nextToken?: string;
1615
1615
  }
@@ -1618,13 +1618,13 @@ export interface ListJobRunsResponse {
1618
1618
  */
1619
1619
  export interface ListManagedEndpointsResponse {
1620
1620
  /**
1621
- * @public
1622
1621
  * <p>The managed endpoints to be listed.</p>
1622
+ * @public
1623
1623
  */
1624
1624
  endpoints?: Endpoint[];
1625
1625
  /**
1626
- * @public
1627
1626
  * <p> The token for the next set of endpoints to return. </p>
1627
+ * @public
1628
1628
  */
1629
1629
  nextToken?: string;
1630
1630
  }
@@ -1633,13 +1633,13 @@ export interface ListManagedEndpointsResponse {
1633
1633
  */
1634
1634
  export interface ListJobTemplatesResponse {
1635
1635
  /**
1636
- * @public
1637
1636
  * <p>This output lists information about the specified job templates.</p>
1637
+ * @public
1638
1638
  */
1639
1639
  templates?: JobTemplate[];
1640
1640
  /**
1641
- * @public
1642
1641
  * <p> This output displays the token for the next set of job templates.</p>
1642
+ * @public
1643
1643
  */
1644
1644
  nextToken?: string;
1645
1645
  }