@aws-sdk/client-emr-serverless 3.948.0 → 3.953.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.
- package/dist-cjs/index.js +307 -213
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/CancelJobRunCommand.js +2 -2
- package/dist-es/commands/CreateApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationCommand.js +2 -2
- package/dist-es/commands/GetApplicationCommand.js +2 -2
- package/dist-es/commands/GetDashboardForJobRunCommand.js +2 -2
- package/dist-es/commands/GetJobRunCommand.js +2 -2
- package/dist-es/commands/ListApplicationsCommand.js +2 -2
- package/dist-es/commands/ListJobRunAttemptsCommand.js +2 -2
- package/dist-es/commands/ListJobRunsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/StartApplicationCommand.js +2 -2
- package/dist-es/commands/StartJobRunCommand.js +2 -2
- package/dist-es/commands/StopApplicationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +206 -199
- package/dist-types/EMRServerlessClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +88 -112
- package/dist-types/ts3.4/EMRServerlessClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +87 -114
- package/package.json +34 -34
|
@@ -218,15 +218,15 @@ const _wCo = "workerConfiguration";
|
|
|
218
218
|
const _wTS = "workerTypeSpecifications";
|
|
219
219
|
const n0 = "com.amazonaws.emrserverless";
|
|
220
220
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
221
|
-
import { EMRServerlessServiceException
|
|
222
|
-
import { ConflictException
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
export var Application = [
|
|
221
|
+
import { EMRServerlessServiceException } from "../models/EMRServerlessServiceException";
|
|
222
|
+
import { ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, } from "../models/errors";
|
|
223
|
+
var EntryPointArgument = [0, n0, _EPA, 8, 0];
|
|
224
|
+
var EntryPointPath = [0, n0, _EPP, 8, 0];
|
|
225
|
+
var HiveCliParameters = [0, n0, _HCP, 8, 0];
|
|
226
|
+
var InitScriptPath = [0, n0, _ISP, 8, 0];
|
|
227
|
+
var Query = [0, n0, _Q, 8, 0];
|
|
228
|
+
var SparkSubmitParameters = [0, n0, _SSP, 8, 0];
|
|
229
|
+
export var Application$ = [
|
|
230
230
|
3,
|
|
231
231
|
n0,
|
|
232
232
|
_A,
|
|
@@ -265,24 +265,24 @@ export var Application = [
|
|
|
265
265
|
0,
|
|
266
266
|
0,
|
|
267
267
|
() => InitialCapacityConfigMap,
|
|
268
|
-
() => MaximumAllowedResources
|
|
268
|
+
() => MaximumAllowedResources$,
|
|
269
269
|
4,
|
|
270
270
|
4,
|
|
271
271
|
128 | 0,
|
|
272
|
-
() => AutoStartConfig
|
|
273
|
-
() => AutoStopConfig
|
|
274
|
-
() => NetworkConfiguration
|
|
272
|
+
() => AutoStartConfig$,
|
|
273
|
+
() => AutoStopConfig$,
|
|
274
|
+
() => NetworkConfiguration$,
|
|
275
275
|
0,
|
|
276
|
-
() => ImageConfiguration
|
|
276
|
+
() => ImageConfiguration$,
|
|
277
277
|
() => WorkerTypeSpecificationMap,
|
|
278
278
|
[() => ConfigurationList, 0],
|
|
279
|
-
() => MonitoringConfiguration
|
|
280
|
-
() => InteractiveConfiguration
|
|
281
|
-
() => SchedulerConfiguration
|
|
282
|
-
() => IdentityCenterConfiguration
|
|
279
|
+
() => MonitoringConfiguration$,
|
|
280
|
+
() => InteractiveConfiguration$,
|
|
281
|
+
() => SchedulerConfiguration$,
|
|
282
|
+
() => IdentityCenterConfiguration$,
|
|
283
283
|
],
|
|
284
284
|
];
|
|
285
|
-
export var ApplicationSummary = [
|
|
285
|
+
export var ApplicationSummary$ = [
|
|
286
286
|
3,
|
|
287
287
|
n0,
|
|
288
288
|
_AS,
|
|
@@ -290,9 +290,9 @@ export var ApplicationSummary = [
|
|
|
290
290
|
[_i, _n, _a, _rL, _t, _s, _sD, _cA, _uA, _ar],
|
|
291
291
|
[0, 0, 0, 0, 0, 0, 0, 4, 4, 0],
|
|
292
292
|
];
|
|
293
|
-
export var AutoStartConfig = [3, n0, _ASC, 0, [_e], [2]];
|
|
294
|
-
export var AutoStopConfig = [3, n0, _ASCu, 0, [_e, _iTM], [2, 1]];
|
|
295
|
-
export var CancelJobRunRequest = [
|
|
293
|
+
export var AutoStartConfig$ = [3, n0, _ASC, 0, [_e], [2]];
|
|
294
|
+
export var AutoStopConfig$ = [3, n0, _ASCu, 0, [_e, _iTM], [2, 1]];
|
|
295
|
+
export var CancelJobRunRequest$ = [
|
|
296
296
|
3,
|
|
297
297
|
n0,
|
|
298
298
|
_CJRR,
|
|
@@ -304,8 +304,8 @@ export var CancelJobRunRequest = [
|
|
|
304
304
|
[1, { [_hQ]: _sGPIS }],
|
|
305
305
|
],
|
|
306
306
|
];
|
|
307
|
-
export var CancelJobRunResponse = [3, n0, _CJRRa, 0, [_aI, _jRI], [0, 0]];
|
|
308
|
-
export var CloudWatchLoggingConfiguration = [
|
|
307
|
+
export var CancelJobRunResponse$ = [3, n0, _CJRRa, 0, [_aI, _jRI], [0, 0]];
|
|
308
|
+
export var CloudWatchLoggingConfiguration$ = [
|
|
309
309
|
3,
|
|
310
310
|
n0,
|
|
311
311
|
_CWLC,
|
|
@@ -313,7 +313,7 @@ export var CloudWatchLoggingConfiguration = [
|
|
|
313
313
|
[_e, _lGN, _lSNP, _eKA, _lT],
|
|
314
314
|
[2, 0, 0, 0, [2, n0, _LTM, 0, 0, 64 | 0]],
|
|
315
315
|
];
|
|
316
|
-
export var Configuration = [
|
|
316
|
+
export var Configuration$ = [
|
|
317
317
|
3,
|
|
318
318
|
n0,
|
|
319
319
|
_C,
|
|
@@ -321,17 +321,17 @@ export var Configuration = [
|
|
|
321
321
|
[_c, _p, _co],
|
|
322
322
|
[0, [() => SensitivePropertiesMap, 0], [() => ConfigurationList, 0]],
|
|
323
323
|
];
|
|
324
|
-
export var ConfigurationOverrides = [
|
|
324
|
+
export var ConfigurationOverrides$ = [
|
|
325
325
|
3,
|
|
326
326
|
n0,
|
|
327
327
|
_CO,
|
|
328
328
|
0,
|
|
329
329
|
[_aC, _mCo],
|
|
330
|
-
[[() => ConfigurationList, 0], () => MonitoringConfiguration],
|
|
330
|
+
[[() => ConfigurationList, 0], () => MonitoringConfiguration$],
|
|
331
331
|
];
|
|
332
|
-
export var ConflictException = [-3, n0, _CE, { [_er]: _cl, [_hE]: 409 }, [_m], [0]];
|
|
333
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
334
|
-
export var CreateApplicationRequest = [
|
|
332
|
+
export var ConflictException$ = [-3, n0, _CE, { [_er]: _cl, [_hE]: 409 }, [_m], [0]];
|
|
333
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
334
|
+
export var CreateApplicationRequest$ = [
|
|
335
335
|
3,
|
|
336
336
|
n0,
|
|
337
337
|
_CAR,
|
|
@@ -343,27 +343,27 @@ export var CreateApplicationRequest = [
|
|
|
343
343
|
0,
|
|
344
344
|
[0, 4],
|
|
345
345
|
() => InitialCapacityConfigMap,
|
|
346
|
-
() => MaximumAllowedResources
|
|
346
|
+
() => MaximumAllowedResources$,
|
|
347
347
|
128 | 0,
|
|
348
|
-
() => AutoStartConfig
|
|
349
|
-
() => AutoStopConfig
|
|
350
|
-
() => NetworkConfiguration
|
|
348
|
+
() => AutoStartConfig$,
|
|
349
|
+
() => AutoStopConfig$,
|
|
350
|
+
() => NetworkConfiguration$,
|
|
351
351
|
0,
|
|
352
|
-
() => ImageConfigurationInput
|
|
352
|
+
() => ImageConfigurationInput$,
|
|
353
353
|
() => WorkerTypeSpecificationInputMap,
|
|
354
354
|
[() => ConfigurationList, 0],
|
|
355
|
-
() => MonitoringConfiguration
|
|
356
|
-
() => InteractiveConfiguration
|
|
357
|
-
() => SchedulerConfiguration
|
|
358
|
-
() => IdentityCenterConfigurationInput
|
|
355
|
+
() => MonitoringConfiguration$,
|
|
356
|
+
() => InteractiveConfiguration$,
|
|
357
|
+
() => SchedulerConfiguration$,
|
|
358
|
+
() => IdentityCenterConfigurationInput$,
|
|
359
359
|
],
|
|
360
360
|
];
|
|
361
|
-
export var CreateApplicationResponse = [3, n0, _CARr, 0, [_aI, _n, _a], [0, 0, 0]];
|
|
362
|
-
export var DeleteApplicationRequest = [3, n0, _DAR, 0, [_aI], [[0, 1]]];
|
|
363
|
-
export var DeleteApplicationResponse = [3, n0, _DARe, 0, [], []];
|
|
364
|
-
export var GetApplicationRequest = [3, n0, _GAR, 0, [_aI], [[0, 1]]];
|
|
365
|
-
export var GetApplicationResponse = [3, n0, _GARe, 0, [_ap], [[() => Application
|
|
366
|
-
export var GetDashboardForJobRunRequest = [
|
|
361
|
+
export var CreateApplicationResponse$ = [3, n0, _CARr, 0, [_aI, _n, _a], [0, 0, 0]];
|
|
362
|
+
export var DeleteApplicationRequest$ = [3, n0, _DAR, 0, [_aI], [[0, 1]]];
|
|
363
|
+
export var DeleteApplicationResponse$ = [3, n0, _DARe, 0, [], []];
|
|
364
|
+
export var GetApplicationRequest$ = [3, n0, _GAR, 0, [_aI], [[0, 1]]];
|
|
365
|
+
export var GetApplicationResponse$ = [3, n0, _GARe, 0, [_ap], [[() => Application$, 0]]];
|
|
366
|
+
export var GetDashboardForJobRunRequest$ = [
|
|
367
367
|
3,
|
|
368
368
|
n0,
|
|
369
369
|
_GDFJRR,
|
|
@@ -376,8 +376,8 @@ export var GetDashboardForJobRunRequest = [
|
|
|
376
376
|
[2, { [_hQ]: _aSPL }],
|
|
377
377
|
],
|
|
378
378
|
];
|
|
379
|
-
export var GetDashboardForJobRunResponse = [3, n0, _GDFJRRe, 0, [_u], [0]];
|
|
380
|
-
export var GetJobRunRequest = [
|
|
379
|
+
export var GetDashboardForJobRunResponse$ = [3, n0, _GDFJRRe, 0, [_u], [0]];
|
|
380
|
+
export var GetJobRunRequest$ = [
|
|
381
381
|
3,
|
|
382
382
|
n0,
|
|
383
383
|
_GJRR,
|
|
@@ -389,8 +389,8 @@ export var GetJobRunRequest = [
|
|
|
389
389
|
[1, { [_hQ]: _at }],
|
|
390
390
|
],
|
|
391
391
|
];
|
|
392
|
-
export var GetJobRunResponse = [3, n0, _GJRRe, 0, [_jR], [[() => JobRun
|
|
393
|
-
export var Hive = [
|
|
392
|
+
export var GetJobRunResponse$ = [3, n0, _GJRRe, 0, [_jR], [[() => JobRun$, 0]]];
|
|
393
|
+
export var Hive$ = [
|
|
394
394
|
3,
|
|
395
395
|
n0,
|
|
396
396
|
_H,
|
|
@@ -402,22 +402,22 @@ export var Hive = [
|
|
|
402
402
|
[() => HiveCliParameters, 0],
|
|
403
403
|
],
|
|
404
404
|
];
|
|
405
|
-
export var IdentityCenterConfiguration = [3, n0, _ICC, 0, [_iCIA, _iCAA, _uBSE], [0, 0, 2]];
|
|
406
|
-
export var IdentityCenterConfigurationInput = [3, n0, _ICCI, 0, [_iCIA, _uBSE], [0, 2]];
|
|
407
|
-
export var ImageConfiguration = [3, n0, _IC, 0, [_iU, _rID], [0, 0]];
|
|
408
|
-
export var ImageConfigurationInput = [3, n0, _ICI, 0, [_iU], [0]];
|
|
409
|
-
export var InitialCapacityConfig = [
|
|
405
|
+
export var IdentityCenterConfiguration$ = [3, n0, _ICC, 0, [_iCIA, _iCAA, _uBSE], [0, 0, 2]];
|
|
406
|
+
export var IdentityCenterConfigurationInput$ = [3, n0, _ICCI, 0, [_iCIA, _uBSE], [0, 2]];
|
|
407
|
+
export var ImageConfiguration$ = [3, n0, _IC, 0, [_iU, _rID], [0, 0]];
|
|
408
|
+
export var ImageConfigurationInput$ = [3, n0, _ICI, 0, [_iU], [0]];
|
|
409
|
+
export var InitialCapacityConfig$ = [
|
|
410
410
|
3,
|
|
411
411
|
n0,
|
|
412
412
|
_ICCn,
|
|
413
413
|
0,
|
|
414
414
|
[_wC, _wCo],
|
|
415
|
-
[1, () => WorkerResourceConfig],
|
|
415
|
+
[1, () => WorkerResourceConfig$],
|
|
416
416
|
];
|
|
417
|
-
export var InteractiveConfiguration = [3, n0, _ICn, 0, [_sE, _lEE], [2, 2]];
|
|
418
|
-
export var InternalServerException = [-3, n0, _ISE, { [_er]: _se, [_hE]: 500 }, [_m], [0]];
|
|
419
|
-
TypeRegistry.for(n0).registerError(InternalServerException
|
|
420
|
-
export var JobRun = [
|
|
417
|
+
export var InteractiveConfiguration$ = [3, n0, _ICn, 0, [_sE, _lEE], [2, 2]];
|
|
418
|
+
export var InternalServerException$ = [-3, n0, _ISE, { [_er]: _se, [_hE]: 500 }, [_m], [0]];
|
|
419
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
420
|
+
export var JobRun$ = [
|
|
421
421
|
3,
|
|
422
422
|
n0,
|
|
423
423
|
_JR,
|
|
@@ -461,20 +461,20 @@ export var JobRun = [
|
|
|
461
461
|
4,
|
|
462
462
|
4,
|
|
463
463
|
0,
|
|
464
|
-
() => JobRunExecutionIamPolicy
|
|
464
|
+
() => JobRunExecutionIamPolicy$,
|
|
465
465
|
0,
|
|
466
466
|
0,
|
|
467
467
|
0,
|
|
468
|
-
[() => ConfigurationOverrides
|
|
469
|
-
[() => JobDriver
|
|
468
|
+
[() => ConfigurationOverrides$, 0],
|
|
469
|
+
[() => JobDriver$, 0],
|
|
470
470
|
128 | 0,
|
|
471
|
-
() => TotalResourceUtilization
|
|
472
|
-
() => NetworkConfiguration
|
|
471
|
+
() => TotalResourceUtilization$,
|
|
472
|
+
() => NetworkConfiguration$,
|
|
473
473
|
1,
|
|
474
474
|
1,
|
|
475
|
-
() => ResourceUtilization
|
|
475
|
+
() => ResourceUtilization$,
|
|
476
476
|
0,
|
|
477
|
-
() => RetryPolicy
|
|
477
|
+
() => RetryPolicy$,
|
|
478
478
|
1,
|
|
479
479
|
4,
|
|
480
480
|
4,
|
|
@@ -483,7 +483,7 @@ export var JobRun = [
|
|
|
483
483
|
1,
|
|
484
484
|
],
|
|
485
485
|
];
|
|
486
|
-
export var JobRunAttemptSummary = [
|
|
486
|
+
export var JobRunAttemptSummary$ = [
|
|
487
487
|
3,
|
|
488
488
|
n0,
|
|
489
489
|
_JRAS,
|
|
@@ -491,8 +491,8 @@ export var JobRunAttemptSummary = [
|
|
|
491
491
|
[_aI, _i, _n, _mo, _a, _cB, _jCA, _cA, _uA, _eR, _s, _sD, _rL, _t, _at],
|
|
492
492
|
[0, 0, 0, 0, 0, 0, 4, 4, 4, 0, 0, 0, 0, 0, 1],
|
|
493
493
|
];
|
|
494
|
-
export var JobRunExecutionIamPolicy = [3, n0, _JREIP, 0, [_po, _pA], [0, 64 | 0]];
|
|
495
|
-
export var JobRunSummary = [
|
|
494
|
+
export var JobRunExecutionIamPolicy$ = [3, n0, _JREIP, 0, [_po, _pA], [0, 64 | 0]];
|
|
495
|
+
export var JobRunSummary$ = [
|
|
496
496
|
3,
|
|
497
497
|
n0,
|
|
498
498
|
_JRS,
|
|
@@ -500,7 +500,7 @@ export var JobRunSummary = [
|
|
|
500
500
|
[_aI, _i, _n, _mo, _a, _cB, _cA, _uA, _eR, _s, _sD, _rL, _t, _at, _aCA, _aUA],
|
|
501
501
|
[0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 0, 0, 0, 1, 4, 4],
|
|
502
502
|
];
|
|
503
|
-
export var ListApplicationsRequest = [
|
|
503
|
+
export var ListApplicationsRequest$ = [
|
|
504
504
|
3,
|
|
505
505
|
n0,
|
|
506
506
|
_LAR,
|
|
@@ -512,8 +512,15 @@ export var ListApplicationsRequest = [
|
|
|
512
512
|
[64 | 0, { [_hQ]: _st }],
|
|
513
513
|
],
|
|
514
514
|
];
|
|
515
|
-
export var ListApplicationsResponse = [
|
|
516
|
-
|
|
515
|
+
export var ListApplicationsResponse$ = [
|
|
516
|
+
3,
|
|
517
|
+
n0,
|
|
518
|
+
_LARi,
|
|
519
|
+
0,
|
|
520
|
+
[_app, _nT],
|
|
521
|
+
[() => ApplicationList, 0],
|
|
522
|
+
];
|
|
523
|
+
export var ListJobRunAttemptsRequest$ = [
|
|
517
524
|
3,
|
|
518
525
|
n0,
|
|
519
526
|
_LJRAR,
|
|
@@ -526,7 +533,7 @@ export var ListJobRunAttemptsRequest = [
|
|
|
526
533
|
[1, { [_hQ]: _mR }],
|
|
527
534
|
],
|
|
528
535
|
];
|
|
529
|
-
export var ListJobRunAttemptsResponse = [
|
|
536
|
+
export var ListJobRunAttemptsResponse$ = [
|
|
530
537
|
3,
|
|
531
538
|
n0,
|
|
532
539
|
_LJRARi,
|
|
@@ -534,7 +541,7 @@ export var ListJobRunAttemptsResponse = [
|
|
|
534
541
|
[_jRA, _nT],
|
|
535
542
|
[() => JobRunAttempts, 0],
|
|
536
543
|
];
|
|
537
|
-
export var ListJobRunsRequest = [
|
|
544
|
+
export var ListJobRunsRequest$ = [
|
|
538
545
|
3,
|
|
539
546
|
n0,
|
|
540
547
|
_LJRR,
|
|
@@ -550,35 +557,35 @@ export var ListJobRunsRequest = [
|
|
|
550
557
|
[0, { [_hQ]: _mo }],
|
|
551
558
|
],
|
|
552
559
|
];
|
|
553
|
-
export var ListJobRunsResponse = [3, n0, _LJRRi, 0, [_jRo, _nT], [() => JobRuns, 0]];
|
|
554
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
555
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
|
|
556
|
-
export var ManagedPersistenceMonitoringConfiguration = [3, n0, _MPMC, 0, [_e, _eKA], [2, 0]];
|
|
557
|
-
export var MaximumAllowedResources = [3, n0, _MAR, 0, [_cp, _me, _d], [0, 0, 0]];
|
|
558
|
-
export var MonitoringConfiguration = [
|
|
560
|
+
export var ListJobRunsResponse$ = [3, n0, _LJRRi, 0, [_jRo, _nT], [() => JobRuns, 0]];
|
|
561
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
562
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
|
|
563
|
+
export var ManagedPersistenceMonitoringConfiguration$ = [3, n0, _MPMC, 0, [_e, _eKA], [2, 0]];
|
|
564
|
+
export var MaximumAllowedResources$ = [3, n0, _MAR, 0, [_cp, _me, _d], [0, 0, 0]];
|
|
565
|
+
export var MonitoringConfiguration$ = [
|
|
559
566
|
3,
|
|
560
567
|
n0,
|
|
561
568
|
_MC,
|
|
562
569
|
0,
|
|
563
570
|
[_sMC, _mPMC, _cWLC, _pMC],
|
|
564
571
|
[
|
|
565
|
-
() => S3MonitoringConfiguration
|
|
566
|
-
() => ManagedPersistenceMonitoringConfiguration
|
|
567
|
-
() => CloudWatchLoggingConfiguration
|
|
568
|
-
() => PrometheusMonitoringConfiguration
|
|
572
|
+
() => S3MonitoringConfiguration$,
|
|
573
|
+
() => ManagedPersistenceMonitoringConfiguration$,
|
|
574
|
+
() => CloudWatchLoggingConfiguration$,
|
|
575
|
+
() => PrometheusMonitoringConfiguration$,
|
|
569
576
|
],
|
|
570
577
|
];
|
|
571
|
-
export var NetworkConfiguration = [3, n0, _NC, 0, [_sI, _sGI], [64 | 0, 64 | 0]];
|
|
572
|
-
export var PrometheusMonitoringConfiguration = [3, n0, _PMC, 0, [_rWU], [0]];
|
|
573
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_er]: _cl, [_hE]: 404 }, [_m], [0]];
|
|
574
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
575
|
-
export var ResourceUtilization = [3, n0, _RU, 0, [_vCPUH, _mGBH, _sGBH], [1, 1, 1]];
|
|
576
|
-
export var RetryPolicy = [3, n0, _RP, 0, [_mA, _mFAPH], [1, 1]];
|
|
577
|
-
export var S3MonitoringConfiguration = [3, n0, _SMC, 0, [_lU, _eKA], [0, 0]];
|
|
578
|
-
export var SchedulerConfiguration = [3, n0, _SC, 0, [_qTM, _mCR], [1, 1]];
|
|
579
|
-
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_er]: _cl, [_hE]: 402 }, [_m], [0]];
|
|
580
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
581
|
-
export var SparkSubmit = [
|
|
578
|
+
export var NetworkConfiguration$ = [3, n0, _NC, 0, [_sI, _sGI], [64 | 0, 64 | 0]];
|
|
579
|
+
export var PrometheusMonitoringConfiguration$ = [3, n0, _PMC, 0, [_rWU], [0]];
|
|
580
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_er]: _cl, [_hE]: 404 }, [_m], [0]];
|
|
581
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
582
|
+
export var ResourceUtilization$ = [3, n0, _RU, 0, [_vCPUH, _mGBH, _sGBH], [1, 1, 1]];
|
|
583
|
+
export var RetryPolicy$ = [3, n0, _RP, 0, [_mA, _mFAPH], [1, 1]];
|
|
584
|
+
export var S3MonitoringConfiguration$ = [3, n0, _SMC, 0, [_lU, _eKA], [0, 0]];
|
|
585
|
+
export var SchedulerConfiguration$ = [3, n0, _SC, 0, [_qTM, _mCR], [1, 1]];
|
|
586
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_er]: _cl, [_hE]: 402 }, [_m], [0]];
|
|
587
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
588
|
+
export var SparkSubmit$ = [
|
|
582
589
|
3,
|
|
583
590
|
n0,
|
|
584
591
|
_SS,
|
|
@@ -590,9 +597,9 @@ export var SparkSubmit = [
|
|
|
590
597
|
[() => SparkSubmitParameters, 0],
|
|
591
598
|
],
|
|
592
599
|
];
|
|
593
|
-
export var StartApplicationRequest = [3, n0, _SAR, 0, [_aI], [[0, 1]]];
|
|
594
|
-
export var StartApplicationResponse = [3, n0, _SARt, 0, [], []];
|
|
595
|
-
export var StartJobRunRequest = [
|
|
600
|
+
export var StartApplicationRequest$ = [3, n0, _SAR, 0, [_aI], [[0, 1]]];
|
|
601
|
+
export var StartApplicationResponse$ = [3, n0, _SARt, 0, [], []];
|
|
602
|
+
export var StartJobRunRequest$ = [
|
|
596
603
|
3,
|
|
597
604
|
n0,
|
|
598
605
|
_SJRR,
|
|
@@ -602,23 +609,23 @@ export var StartJobRunRequest = [
|
|
|
602
609
|
[0, 1],
|
|
603
610
|
[0, 4],
|
|
604
611
|
0,
|
|
605
|
-
() => JobRunExecutionIamPolicy
|
|
606
|
-
[() => JobDriver
|
|
607
|
-
[() => ConfigurationOverrides
|
|
612
|
+
() => JobRunExecutionIamPolicy$,
|
|
613
|
+
[() => JobDriver$, 0],
|
|
614
|
+
[() => ConfigurationOverrides$, 0],
|
|
608
615
|
128 | 0,
|
|
609
616
|
1,
|
|
610
617
|
0,
|
|
611
618
|
0,
|
|
612
|
-
() => RetryPolicy
|
|
619
|
+
() => RetryPolicy$,
|
|
613
620
|
],
|
|
614
621
|
];
|
|
615
|
-
export var StartJobRunResponse = [3, n0, _SJRRt, 0, [_aI, _jRI, _a], [0, 0, 0]];
|
|
616
|
-
export var StopApplicationRequest = [3, n0, _SARto, 0, [_aI], [[0, 1]]];
|
|
617
|
-
export var StopApplicationResponse = [3, n0, _SARtop, 0, [], []];
|
|
618
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
|
|
619
|
-
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
620
|
-
export var TotalResourceUtilization = [3, n0, _TRU, 0, [_vCPUH, _mGBH, _sGBH], [1, 1, 1]];
|
|
621
|
-
export var UntagResourceRequest = [
|
|
622
|
+
export var StartJobRunResponse$ = [3, n0, _SJRRt, 0, [_aI, _jRI, _a], [0, 0, 0]];
|
|
623
|
+
export var StopApplicationRequest$ = [3, n0, _SARto, 0, [_aI], [[0, 1]]];
|
|
624
|
+
export var StopApplicationResponse$ = [3, n0, _SARtop, 0, [], []];
|
|
625
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
|
|
626
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
627
|
+
export var TotalResourceUtilization$ = [3, n0, _TRU, 0, [_vCPUH, _mGBH, _sGBH], [1, 1, 1]];
|
|
628
|
+
export var UntagResourceRequest$ = [
|
|
622
629
|
3,
|
|
623
630
|
n0,
|
|
624
631
|
_URR,
|
|
@@ -629,8 +636,8 @@ export var UntagResourceRequest = [
|
|
|
629
636
|
[64 | 0, { [_hQ]: _tK }],
|
|
630
637
|
],
|
|
631
638
|
];
|
|
632
|
-
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
633
|
-
export var UpdateApplicationRequest = [
|
|
639
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
640
|
+
export var UpdateApplicationRequest$ = [
|
|
634
641
|
3,
|
|
635
642
|
n0,
|
|
636
643
|
_UAR,
|
|
@@ -640,190 +647,190 @@ export var UpdateApplicationRequest = [
|
|
|
640
647
|
[0, 1],
|
|
641
648
|
[0, 4],
|
|
642
649
|
() => InitialCapacityConfigMap,
|
|
643
|
-
() => MaximumAllowedResources
|
|
644
|
-
() => AutoStartConfig
|
|
645
|
-
() => AutoStopConfig
|
|
646
|
-
() => NetworkConfiguration
|
|
650
|
+
() => MaximumAllowedResources$,
|
|
651
|
+
() => AutoStartConfig$,
|
|
652
|
+
() => AutoStopConfig$,
|
|
653
|
+
() => NetworkConfiguration$,
|
|
647
654
|
0,
|
|
648
|
-
() => ImageConfigurationInput
|
|
655
|
+
() => ImageConfigurationInput$,
|
|
649
656
|
() => WorkerTypeSpecificationInputMap,
|
|
650
|
-
() => InteractiveConfiguration
|
|
657
|
+
() => InteractiveConfiguration$,
|
|
651
658
|
0,
|
|
652
659
|
[() => ConfigurationList, 0],
|
|
653
|
-
() => MonitoringConfiguration
|
|
654
|
-
() => SchedulerConfiguration
|
|
655
|
-
() => IdentityCenterConfigurationInput
|
|
660
|
+
() => MonitoringConfiguration$,
|
|
661
|
+
() => SchedulerConfiguration$,
|
|
662
|
+
() => IdentityCenterConfigurationInput$,
|
|
656
663
|
],
|
|
657
664
|
];
|
|
658
|
-
export var UpdateApplicationResponse = [3, n0, _UARp, 0, [_ap], [[() => Application
|
|
659
|
-
export var ValidationException = [-3, n0, _VE, { [_er]: _cl, [_hE]: 400 }, [_m], [0]];
|
|
660
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
661
|
-
export var WorkerResourceConfig = [3, n0, _WRC, 0, [_cp, _me, _d, _dT], [0, 0, 0, 0]];
|
|
662
|
-
export var WorkerTypeSpecification = [3, n0, _WTS, 0, [_iCm], [() => ImageConfiguration]];
|
|
663
|
-
export var WorkerTypeSpecificationInput = [
|
|
665
|
+
export var UpdateApplicationResponse$ = [3, n0, _UARp, 0, [_ap], [[() => Application$, 0]]];
|
|
666
|
+
export var ValidationException$ = [-3, n0, _VE, { [_er]: _cl, [_hE]: 400 }, [_m], [0]];
|
|
667
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
668
|
+
export var WorkerResourceConfig$ = [3, n0, _WRC, 0, [_cp, _me, _d, _dT], [0, 0, 0, 0]];
|
|
669
|
+
export var WorkerTypeSpecification$ = [3, n0, _WTS, 0, [_iCm], [() => ImageConfiguration$]];
|
|
670
|
+
export var WorkerTypeSpecificationInput$ = [
|
|
664
671
|
3,
|
|
665
672
|
n0,
|
|
666
673
|
_WTSI,
|
|
667
674
|
0,
|
|
668
675
|
[_iCm],
|
|
669
|
-
[() => ImageConfigurationInput],
|
|
670
|
-
];
|
|
671
|
-
export var EMRServerlessServiceException = [-3, _sm, "EMRServerlessServiceException", 0, [], []];
|
|
672
|
-
TypeRegistry.for(_sm).registerError(EMRServerlessServiceException
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
export var JobDriver = [
|
|
676
|
+
[() => ImageConfigurationInput$],
|
|
677
|
+
];
|
|
678
|
+
export var EMRServerlessServiceException$ = [-3, _sm, "EMRServerlessServiceException", 0, [], []];
|
|
679
|
+
TypeRegistry.for(_sm).registerError(EMRServerlessServiceException$, EMRServerlessServiceException);
|
|
680
|
+
var ApplicationList = [1, n0, _AL, 0, () => ApplicationSummary$];
|
|
681
|
+
var ApplicationStateSet = 64 | 0;
|
|
682
|
+
var ConfigurationList = [1, n0, _CL, 0, [() => Configuration$, 0]];
|
|
683
|
+
var EntryPointArguments = [1, n0, _EPAn, 0, [() => EntryPointArgument, 0]];
|
|
684
|
+
var JobRunAttempts = [1, n0, _JRA, 0, () => JobRunAttemptSummary$];
|
|
685
|
+
var JobRuns = [1, n0, _JRo, 0, () => JobRunSummary$];
|
|
686
|
+
var JobRunStateSet = 64 | 0;
|
|
687
|
+
var LogTypeList = 64 | 0;
|
|
688
|
+
var PolicyArnList = 64 | 0;
|
|
689
|
+
var SecurityGroupIds = 64 | 0;
|
|
690
|
+
var SubnetIds = 64 | 0;
|
|
691
|
+
var TagKeyList = 64 | 0;
|
|
692
|
+
var InitialCapacityConfigMap = [2, n0, _ICCM, 0, 0, () => InitialCapacityConfig$];
|
|
693
|
+
var LogTypeMap = [2, n0, _LTM, 0, 0, 64 | 0];
|
|
694
|
+
var SensitivePropertiesMap = [2, n0, _SPM, 8, 0, 0];
|
|
695
|
+
var TagMap = 128 | 0;
|
|
696
|
+
var WorkerTypeSpecificationInputMap = [2, n0, _WTSIM, 0, 0, () => WorkerTypeSpecificationInput$];
|
|
697
|
+
var WorkerTypeSpecificationMap = [2, n0, _WTSM, 0, 0, () => WorkerTypeSpecification$];
|
|
698
|
+
export var JobDriver$ = [
|
|
692
699
|
3,
|
|
693
700
|
n0,
|
|
694
701
|
_JD,
|
|
695
702
|
0,
|
|
696
703
|
[_sS, _h],
|
|
697
704
|
[
|
|
698
|
-
[() => SparkSubmit
|
|
699
|
-
[() => Hive
|
|
705
|
+
[() => SparkSubmit$, 0],
|
|
706
|
+
[() => Hive$, 0],
|
|
700
707
|
],
|
|
701
708
|
];
|
|
702
|
-
export var CancelJobRun = [
|
|
709
|
+
export var CancelJobRun$ = [
|
|
703
710
|
9,
|
|
704
711
|
n0,
|
|
705
712
|
_CJR,
|
|
706
713
|
{ [_ht]: ["DELETE", "/applications/{applicationId}/jobruns/{jobRunId}", 200] },
|
|
707
|
-
() => CancelJobRunRequest
|
|
708
|
-
() => CancelJobRunResponse
|
|
714
|
+
() => CancelJobRunRequest$,
|
|
715
|
+
() => CancelJobRunResponse$,
|
|
709
716
|
];
|
|
710
|
-
export var CreateApplication = [
|
|
717
|
+
export var CreateApplication$ = [
|
|
711
718
|
9,
|
|
712
719
|
n0,
|
|
713
720
|
_CA,
|
|
714
721
|
{ [_ht]: ["POST", "/applications", 200] },
|
|
715
|
-
() => CreateApplicationRequest
|
|
716
|
-
() => CreateApplicationResponse
|
|
722
|
+
() => CreateApplicationRequest$,
|
|
723
|
+
() => CreateApplicationResponse$,
|
|
717
724
|
];
|
|
718
|
-
export var DeleteApplication = [
|
|
725
|
+
export var DeleteApplication$ = [
|
|
719
726
|
9,
|
|
720
727
|
n0,
|
|
721
728
|
_DA,
|
|
722
729
|
{ [_ht]: ["DELETE", "/applications/{applicationId}", 200] },
|
|
723
|
-
() => DeleteApplicationRequest
|
|
724
|
-
() => DeleteApplicationResponse
|
|
730
|
+
() => DeleteApplicationRequest$,
|
|
731
|
+
() => DeleteApplicationResponse$,
|
|
725
732
|
];
|
|
726
|
-
export var GetApplication = [
|
|
733
|
+
export var GetApplication$ = [
|
|
727
734
|
9,
|
|
728
735
|
n0,
|
|
729
736
|
_GA,
|
|
730
737
|
{ [_ht]: ["GET", "/applications/{applicationId}", 200] },
|
|
731
|
-
() => GetApplicationRequest
|
|
732
|
-
() => GetApplicationResponse
|
|
738
|
+
() => GetApplicationRequest$,
|
|
739
|
+
() => GetApplicationResponse$,
|
|
733
740
|
];
|
|
734
|
-
export var GetDashboardForJobRun = [
|
|
741
|
+
export var GetDashboardForJobRun$ = [
|
|
735
742
|
9,
|
|
736
743
|
n0,
|
|
737
744
|
_GDFJR,
|
|
738
745
|
{ [_ht]: ["GET", "/applications/{applicationId}/jobruns/{jobRunId}/dashboard", 200] },
|
|
739
|
-
() => GetDashboardForJobRunRequest
|
|
740
|
-
() => GetDashboardForJobRunResponse
|
|
746
|
+
() => GetDashboardForJobRunRequest$,
|
|
747
|
+
() => GetDashboardForJobRunResponse$,
|
|
741
748
|
];
|
|
742
|
-
export var GetJobRun = [
|
|
749
|
+
export var GetJobRun$ = [
|
|
743
750
|
9,
|
|
744
751
|
n0,
|
|
745
752
|
_GJR,
|
|
746
753
|
{ [_ht]: ["GET", "/applications/{applicationId}/jobruns/{jobRunId}", 200] },
|
|
747
|
-
() => GetJobRunRequest
|
|
748
|
-
() => GetJobRunResponse
|
|
754
|
+
() => GetJobRunRequest$,
|
|
755
|
+
() => GetJobRunResponse$,
|
|
749
756
|
];
|
|
750
|
-
export var ListApplications = [
|
|
757
|
+
export var ListApplications$ = [
|
|
751
758
|
9,
|
|
752
759
|
n0,
|
|
753
760
|
_LA,
|
|
754
761
|
{ [_ht]: ["GET", "/applications", 200] },
|
|
755
|
-
() => ListApplicationsRequest
|
|
756
|
-
() => ListApplicationsResponse
|
|
762
|
+
() => ListApplicationsRequest$,
|
|
763
|
+
() => ListApplicationsResponse$,
|
|
757
764
|
];
|
|
758
|
-
export var ListJobRunAttempts = [
|
|
765
|
+
export var ListJobRunAttempts$ = [
|
|
759
766
|
9,
|
|
760
767
|
n0,
|
|
761
768
|
_LJRA,
|
|
762
769
|
{ [_ht]: ["GET", "/applications/{applicationId}/jobruns/{jobRunId}/attempts", 200] },
|
|
763
|
-
() => ListJobRunAttemptsRequest
|
|
764
|
-
() => ListJobRunAttemptsResponse
|
|
770
|
+
() => ListJobRunAttemptsRequest$,
|
|
771
|
+
() => ListJobRunAttemptsResponse$,
|
|
765
772
|
];
|
|
766
|
-
export var ListJobRuns = [
|
|
773
|
+
export var ListJobRuns$ = [
|
|
767
774
|
9,
|
|
768
775
|
n0,
|
|
769
776
|
_LJR,
|
|
770
777
|
{ [_ht]: ["GET", "/applications/{applicationId}/jobruns", 200] },
|
|
771
|
-
() => ListJobRunsRequest
|
|
772
|
-
() => ListJobRunsResponse
|
|
778
|
+
() => ListJobRunsRequest$,
|
|
779
|
+
() => ListJobRunsResponse$,
|
|
773
780
|
];
|
|
774
|
-
export var ListTagsForResource = [
|
|
781
|
+
export var ListTagsForResource$ = [
|
|
775
782
|
9,
|
|
776
783
|
n0,
|
|
777
784
|
_LTFR,
|
|
778
785
|
{ [_ht]: ["GET", "/tags/{resourceArn}", 200] },
|
|
779
|
-
() => ListTagsForResourceRequest
|
|
780
|
-
() => ListTagsForResourceResponse
|
|
786
|
+
() => ListTagsForResourceRequest$,
|
|
787
|
+
() => ListTagsForResourceResponse$,
|
|
781
788
|
];
|
|
782
|
-
export var StartApplication = [
|
|
789
|
+
export var StartApplication$ = [
|
|
783
790
|
9,
|
|
784
791
|
n0,
|
|
785
792
|
_SA,
|
|
786
793
|
{ [_ht]: ["POST", "/applications/{applicationId}/start", 200] },
|
|
787
|
-
() => StartApplicationRequest
|
|
788
|
-
() => StartApplicationResponse
|
|
794
|
+
() => StartApplicationRequest$,
|
|
795
|
+
() => StartApplicationResponse$,
|
|
789
796
|
];
|
|
790
|
-
export var StartJobRun = [
|
|
797
|
+
export var StartJobRun$ = [
|
|
791
798
|
9,
|
|
792
799
|
n0,
|
|
793
800
|
_SJR,
|
|
794
801
|
{ [_ht]: ["POST", "/applications/{applicationId}/jobruns", 200] },
|
|
795
|
-
() => StartJobRunRequest
|
|
796
|
-
() => StartJobRunResponse
|
|
802
|
+
() => StartJobRunRequest$,
|
|
803
|
+
() => StartJobRunResponse$,
|
|
797
804
|
];
|
|
798
|
-
export var StopApplication = [
|
|
805
|
+
export var StopApplication$ = [
|
|
799
806
|
9,
|
|
800
807
|
n0,
|
|
801
808
|
_SAt,
|
|
802
809
|
{ [_ht]: ["POST", "/applications/{applicationId}/stop", 200] },
|
|
803
|
-
() => StopApplicationRequest
|
|
804
|
-
() => StopApplicationResponse
|
|
810
|
+
() => StopApplicationRequest$,
|
|
811
|
+
() => StopApplicationResponse$,
|
|
805
812
|
];
|
|
806
|
-
export var TagResource = [
|
|
813
|
+
export var TagResource$ = [
|
|
807
814
|
9,
|
|
808
815
|
n0,
|
|
809
816
|
_TR,
|
|
810
817
|
{ [_ht]: ["POST", "/tags/{resourceArn}", 200] },
|
|
811
|
-
() => TagResourceRequest
|
|
812
|
-
() => TagResourceResponse
|
|
818
|
+
() => TagResourceRequest$,
|
|
819
|
+
() => TagResourceResponse$,
|
|
813
820
|
];
|
|
814
|
-
export var UntagResource = [
|
|
821
|
+
export var UntagResource$ = [
|
|
815
822
|
9,
|
|
816
823
|
n0,
|
|
817
824
|
_UR,
|
|
818
825
|
{ [_ht]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
819
|
-
() => UntagResourceRequest
|
|
820
|
-
() => UntagResourceResponse
|
|
826
|
+
() => UntagResourceRequest$,
|
|
827
|
+
() => UntagResourceResponse$,
|
|
821
828
|
];
|
|
822
|
-
export var UpdateApplication = [
|
|
829
|
+
export var UpdateApplication$ = [
|
|
823
830
|
9,
|
|
824
831
|
n0,
|
|
825
832
|
_UA,
|
|
826
833
|
{ [_ht]: ["PATCH", "/applications/{applicationId}", 200] },
|
|
827
|
-
() => UpdateApplicationRequest
|
|
828
|
-
() => UpdateApplicationResponse
|
|
834
|
+
() => UpdateApplicationRequest$,
|
|
835
|
+
() => UpdateApplicationResponse$,
|
|
829
836
|
];
|