@aws-sdk/client-emr-serverless 3.1068.0 → 3.1070.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +110 -130
- package/dist-cjs/models/EMRServerlessServiceException.js +4 -8
- package/dist-cjs/models/errors.js +11 -19
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +234 -151
- package/package.json +8 -8
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListJobRunsRequest$ = exports.ListJobRunAttemptsResponse$ = exports.ListJobRunAttemptsRequest$ = exports.ListApplicationsResponse$ = exports.ListApplicationsRequest$ = exports.JobRunSummary$ = exports.JobRunExecutionIamPolicy$ = exports.JobRunAttemptSummary$ = exports.JobRun$ = exports.JobLevelCostAllocationConfiguration$ = exports.InteractiveConfiguration$ = exports.InitialCapacityConfig$ = exports.ImageConfigurationInput$ = exports.ImageConfiguration$ = exports.IdentityCenterConfigurationInput$ = exports.IdentityCenterConfiguration$ = exports.Hive$ = exports.GetSessionResponse$ = exports.GetSessionRequest$ = exports.GetSessionEndpointResponse$ = exports.GetSessionEndpointRequest$ = exports.GetResourceDashboardResponse$ = exports.GetResourceDashboardRequest$ = exports.GetJobRunResponse$ = exports.GetJobRunRequest$ = exports.GetDashboardForJobRunResponse$ = exports.GetDashboardForJobRunRequest$ = exports.GetApplicationResponse$ = exports.GetApplicationRequest$ = exports.DiskEncryptionConfiguration$ = exports.DeleteApplicationResponse$ = exports.DeleteApplicationRequest$ = exports.CreateApplicationResponse$ = exports.CreateApplicationRequest$ = exports.ConfigurationOverrides$ = exports.Configuration$ = exports.CloudWatchLoggingConfiguration$ = exports.CancelJobRunResponse$ = exports.CancelJobRunRequest$ = exports.AutoStopConfig$ = exports.AutoStartConfig$ = exports.ApplicationSummary$ = exports.Application$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.EMRServerlessServiceException$ = void 0;
|
|
4
|
-
exports.ListJobRunAttempts$ = exports.ListApplications$ = exports.GetSessionEndpoint$ = exports.GetSession$ = exports.GetResourceDashboard$ = exports.GetJobRun$ = exports.GetDashboardForJobRun$ = exports.GetApplication$ = exports.DeleteApplication$ = exports.CreateApplication$ = exports.CancelJobRun$ = exports.JobDriver$ = exports.WorkerTypeSpecificationInput$ = exports.WorkerTypeSpecification$ = exports.WorkerResourceConfig$ = exports.UpdateApplicationResponse$ = exports.UpdateApplicationRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TotalResourceUtilization$ = exports.TerminateSessionResponse$ = exports.TerminateSessionRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.StopApplicationResponse$ = exports.StopApplicationRequest$ = exports.StartSessionResponse$ = exports.StartSessionRequest$ = exports.StartJobRunResponse$ = exports.StartJobRunRequest$ = exports.StartApplicationResponse$ = exports.StartApplicationRequest$ = exports.SparkSubmit$ = exports.SessionSummary$ = exports.SessionConfigurationOverrides$ = exports.Session$ = exports.SchedulerConfiguration$ = exports.S3MonitoringConfiguration$ = exports.RetryPolicy$ = exports.ResourceUtilization$ = exports.PrometheusMonitoringConfiguration$ = exports.NetworkConfiguration$ = exports.MonitoringConfiguration$ = exports.MaximumAllowedResources$ = exports.ManagedPersistenceMonitoringConfiguration$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListSessionsResponse$ = exports.ListSessionsRequest$ = exports.ListJobRunsResponse$ = void 0;
|
|
5
|
-
exports.UpdateApplication$ = exports.UntagResource$ = exports.TerminateSession$ = exports.TagResource$ = exports.StopApplication$ = exports.StartSession$ = exports.StartJobRun$ = exports.StartApplication$ = exports.ListTagsForResource$ = exports.ListSessions$ = exports.ListJobRuns$ = void 0;
|
|
6
1
|
const _A = "Application";
|
|
7
2
|
const _AL = "ApplicationList";
|
|
8
3
|
const _AS = "ApplicationSummary";
|
|
@@ -261,43 +256,49 @@ const _wC = "workerCount";
|
|
|
261
256
|
const _wCo = "workerConfiguration";
|
|
262
257
|
const _wTS = "workerTypeSpecifications";
|
|
263
258
|
const n0 = "com.amazonaws.emrserverless";
|
|
264
|
-
const
|
|
265
|
-
const
|
|
266
|
-
const
|
|
267
|
-
const _s_registry =
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
259
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
260
|
+
const { EMRServerlessServiceException } = require("../models/EMRServerlessServiceException");
|
|
261
|
+
const { ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException } = require("../models/errors");
|
|
262
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
263
|
+
const EMRServerlessServiceException$ = [-3, _s, "EMRServerlessServiceException", 0, [], []];
|
|
264
|
+
exports.EMRServerlessServiceException$ = EMRServerlessServiceException$;
|
|
265
|
+
_s_registry.registerError(EMRServerlessServiceException$, EMRServerlessServiceException);
|
|
266
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
267
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
272
268
|
{ [_e]: _c, [_hE]: 409 },
|
|
273
269
|
[_m],
|
|
274
270
|
[0], 1
|
|
275
271
|
];
|
|
276
|
-
|
|
277
|
-
|
|
272
|
+
exports.ConflictException$ = ConflictException$;
|
|
273
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
274
|
+
const InternalServerException$ = [-3, n0, _ISE,
|
|
278
275
|
{ [_e]: _se, [_hE]: 500 },
|
|
279
276
|
[_m],
|
|
280
277
|
[0], 1
|
|
281
278
|
];
|
|
282
|
-
|
|
283
|
-
|
|
279
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
280
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
281
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
284
282
|
{ [_e]: _c, [_hE]: 404 },
|
|
285
283
|
[_m],
|
|
286
284
|
[0], 1
|
|
287
285
|
];
|
|
288
|
-
|
|
289
|
-
|
|
286
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
287
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
288
|
+
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
290
289
|
{ [_e]: _c, [_hE]: 402 },
|
|
291
290
|
[_m],
|
|
292
291
|
[0], 1
|
|
293
292
|
];
|
|
294
|
-
|
|
295
|
-
|
|
293
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
294
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
295
|
+
const ValidationException$ = [-3, n0, _VE,
|
|
296
296
|
{ [_e]: _c, [_hE]: 400 },
|
|
297
297
|
[_m],
|
|
298
298
|
[0], 1
|
|
299
299
|
];
|
|
300
|
-
|
|
300
|
+
exports.ValidationException$ = ValidationException$;
|
|
301
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
301
302
|
exports.errorTypeRegistries = [
|
|
302
303
|
_s_registry,
|
|
303
304
|
n0_registry,
|
|
@@ -309,417 +310,498 @@ var InitScriptPath = [0, n0, _ISP, 8, 0];
|
|
|
309
310
|
var Query = [0, n0, _Q, 8, 0];
|
|
310
311
|
var SessionAuthToken = [0, n0, _SAT, 8, 0];
|
|
311
312
|
var SparkSubmitParameters = [0, n0, _SSP, 8, 0];
|
|
312
|
-
|
|
313
|
+
const Application$ = [3, n0, _A,
|
|
313
314
|
0,
|
|
314
315
|
[_aI, _a, _rL, _t, _st, _cA, _uA, _n, _sD, _iC, _mC, _ta, _aSC, _aSCu, _nC, _ar, _iCm, _wTS, _rC, _mCo, _dEC, _iCn, _sC, _iCC, _jLCAC],
|
|
315
|
-
[0, 0, 0, 0, 0, 4, 4, 0, 0, () => InitialCapacityConfigMap, () =>
|
|
316
|
+
[0, 0, 0, 0, 0, 4, 4, 0, 0, () => InitialCapacityConfigMap, () => MaximumAllowedResources$, 128 | 0, () => AutoStartConfig$, () => AutoStopConfig$, () => NetworkConfiguration$, 0, () => ImageConfiguration$, () => WorkerTypeSpecificationMap, [() => ConfigurationList, 0], () => MonitoringConfiguration$, () => DiskEncryptionConfiguration$, () => InteractiveConfiguration$, () => SchedulerConfiguration$, () => IdentityCenterConfiguration$, () => JobLevelCostAllocationConfiguration$], 7
|
|
316
317
|
];
|
|
317
|
-
exports.
|
|
318
|
+
exports.Application$ = Application$;
|
|
319
|
+
const ApplicationSummary$ = [3, n0, _AS,
|
|
318
320
|
0,
|
|
319
321
|
[_i, _a, _rL, _t, _st, _cA, _uA, _n, _sD, _ar],
|
|
320
322
|
[0, 0, 0, 0, 0, 4, 4, 0, 0, 0], 7
|
|
321
323
|
];
|
|
322
|
-
exports.
|
|
324
|
+
exports.ApplicationSummary$ = ApplicationSummary$;
|
|
325
|
+
const AutoStartConfig$ = [3, n0, _ASC,
|
|
323
326
|
0,
|
|
324
327
|
[_en],
|
|
325
328
|
[2]
|
|
326
329
|
];
|
|
327
|
-
exports.
|
|
330
|
+
exports.AutoStartConfig$ = AutoStartConfig$;
|
|
331
|
+
const AutoStopConfig$ = [3, n0, _ASCu,
|
|
328
332
|
0,
|
|
329
333
|
[_en, _iTM],
|
|
330
334
|
[2, 1]
|
|
331
335
|
];
|
|
332
|
-
exports.
|
|
336
|
+
exports.AutoStopConfig$ = AutoStopConfig$;
|
|
337
|
+
const CancelJobRunRequest$ = [3, n0, _CJRR,
|
|
333
338
|
0,
|
|
334
339
|
[_aI, _jRI, _sGPIS],
|
|
335
340
|
[[0, 1], [0, 1], [1, { [_hQ]: _sGPIS }]], 2
|
|
336
341
|
];
|
|
337
|
-
exports.
|
|
342
|
+
exports.CancelJobRunRequest$ = CancelJobRunRequest$;
|
|
343
|
+
const CancelJobRunResponse$ = [3, n0, _CJRRa,
|
|
338
344
|
0,
|
|
339
345
|
[_aI, _jRI],
|
|
340
346
|
[0, 0], 2
|
|
341
347
|
];
|
|
342
|
-
exports.
|
|
348
|
+
exports.CancelJobRunResponse$ = CancelJobRunResponse$;
|
|
349
|
+
const CloudWatchLoggingConfiguration$ = [3, n0, _CWLC,
|
|
343
350
|
0,
|
|
344
351
|
[_en, _lGN, _lSNP, _eKA, _lT],
|
|
345
352
|
[2, 0, 0, 0, [2, n0, _LTM, 0, 0, 64 | 0]], 1
|
|
346
353
|
];
|
|
347
|
-
exports.
|
|
354
|
+
exports.CloudWatchLoggingConfiguration$ = CloudWatchLoggingConfiguration$;
|
|
355
|
+
const Configuration$ = [3, n0, _C,
|
|
348
356
|
0,
|
|
349
357
|
[_cl, _p, _co],
|
|
350
358
|
[0, [() => SensitivePropertiesMap, 0], [() => ConfigurationList, 0]], 1
|
|
351
359
|
];
|
|
352
|
-
exports.
|
|
360
|
+
exports.Configuration$ = Configuration$;
|
|
361
|
+
const ConfigurationOverrides$ = [3, n0, _CO,
|
|
353
362
|
0,
|
|
354
363
|
[_aC, _mCo, _dEC],
|
|
355
|
-
[[() => ConfigurationList, 0], () =>
|
|
364
|
+
[[() => ConfigurationList, 0], () => MonitoringConfiguration$, () => DiskEncryptionConfiguration$]
|
|
356
365
|
];
|
|
357
|
-
exports.
|
|
366
|
+
exports.ConfigurationOverrides$ = ConfigurationOverrides$;
|
|
367
|
+
const CreateApplicationRequest$ = [3, n0, _CAR,
|
|
358
368
|
0,
|
|
359
369
|
[_rL, _t, _n, _cT, _iC, _mC, _ta, _aSC, _aSCu, _nC, _ar, _iCm, _wTS, _rC, _mCo, _dEC, _iCn, _sC, _iCC, _jLCAC],
|
|
360
|
-
[0, 0, 0, [0, 4], () => InitialCapacityConfigMap, () =>
|
|
370
|
+
[0, 0, 0, [0, 4], () => InitialCapacityConfigMap, () => MaximumAllowedResources$, 128 | 0, () => AutoStartConfig$, () => AutoStopConfig$, () => NetworkConfiguration$, 0, () => ImageConfigurationInput$, () => WorkerTypeSpecificationInputMap, [() => ConfigurationList, 0], () => MonitoringConfiguration$, () => DiskEncryptionConfiguration$, () => InteractiveConfiguration$, () => SchedulerConfiguration$, () => IdentityCenterConfigurationInput$, () => JobLevelCostAllocationConfiguration$], 2
|
|
361
371
|
];
|
|
362
|
-
exports.
|
|
372
|
+
exports.CreateApplicationRequest$ = CreateApplicationRequest$;
|
|
373
|
+
const CreateApplicationResponse$ = [3, n0, _CARr,
|
|
363
374
|
0,
|
|
364
375
|
[_aI, _a, _n],
|
|
365
376
|
[0, 0, 0], 2
|
|
366
377
|
];
|
|
367
|
-
exports.
|
|
378
|
+
exports.CreateApplicationResponse$ = CreateApplicationResponse$;
|
|
379
|
+
const DeleteApplicationRequest$ = [3, n0, _DAR,
|
|
368
380
|
0,
|
|
369
381
|
[_aI],
|
|
370
382
|
[[0, 1]], 1
|
|
371
383
|
];
|
|
372
|
-
exports.
|
|
384
|
+
exports.DeleteApplicationRequest$ = DeleteApplicationRequest$;
|
|
385
|
+
const DeleteApplicationResponse$ = [3, n0, _DARe,
|
|
373
386
|
0,
|
|
374
387
|
[],
|
|
375
388
|
[]
|
|
376
389
|
];
|
|
377
|
-
exports.
|
|
390
|
+
exports.DeleteApplicationResponse$ = DeleteApplicationResponse$;
|
|
391
|
+
const DiskEncryptionConfiguration$ = [3, n0, _DEC,
|
|
378
392
|
0,
|
|
379
393
|
[_eC, _eKA],
|
|
380
394
|
[128 | 0, 0]
|
|
381
395
|
];
|
|
382
|
-
exports.
|
|
396
|
+
exports.DiskEncryptionConfiguration$ = DiskEncryptionConfiguration$;
|
|
397
|
+
const GetApplicationRequest$ = [3, n0, _GAR,
|
|
383
398
|
0,
|
|
384
399
|
[_aI],
|
|
385
400
|
[[0, 1]], 1
|
|
386
401
|
];
|
|
387
|
-
exports.
|
|
402
|
+
exports.GetApplicationRequest$ = GetApplicationRequest$;
|
|
403
|
+
const GetApplicationResponse$ = [3, n0, _GARe,
|
|
388
404
|
0,
|
|
389
405
|
[_ap],
|
|
390
|
-
[[() =>
|
|
406
|
+
[[() => Application$, 0]], 1
|
|
391
407
|
];
|
|
392
|
-
exports.
|
|
408
|
+
exports.GetApplicationResponse$ = GetApplicationResponse$;
|
|
409
|
+
const GetDashboardForJobRunRequest$ = [3, n0, _GDFJRR,
|
|
393
410
|
0,
|
|
394
411
|
[_aI, _jRI, _at, _aSPL],
|
|
395
412
|
[[0, 1], [0, 1], [1, { [_hQ]: _at }], [2, { [_hQ]: _aSPL }]], 2
|
|
396
413
|
];
|
|
397
|
-
exports.
|
|
414
|
+
exports.GetDashboardForJobRunRequest$ = GetDashboardForJobRunRequest$;
|
|
415
|
+
const GetDashboardForJobRunResponse$ = [3, n0, _GDFJRRe,
|
|
398
416
|
0,
|
|
399
417
|
[_u],
|
|
400
418
|
[0]
|
|
401
419
|
];
|
|
402
|
-
exports.
|
|
420
|
+
exports.GetDashboardForJobRunResponse$ = GetDashboardForJobRunResponse$;
|
|
421
|
+
const GetJobRunRequest$ = [3, n0, _GJRR,
|
|
403
422
|
0,
|
|
404
423
|
[_aI, _jRI, _at],
|
|
405
424
|
[[0, 1], [0, 1], [1, { [_hQ]: _at }]], 2
|
|
406
425
|
];
|
|
407
|
-
exports.
|
|
426
|
+
exports.GetJobRunRequest$ = GetJobRunRequest$;
|
|
427
|
+
const GetJobRunResponse$ = [3, n0, _GJRRe,
|
|
408
428
|
0,
|
|
409
429
|
[_jR],
|
|
410
|
-
[[() =>
|
|
430
|
+
[[() => JobRun$, 0]], 1
|
|
411
431
|
];
|
|
412
|
-
exports.
|
|
432
|
+
exports.GetJobRunResponse$ = GetJobRunResponse$;
|
|
433
|
+
const GetResourceDashboardRequest$ = [3, n0, _GRDR,
|
|
413
434
|
0,
|
|
414
435
|
[_aI, _rI, _rT],
|
|
415
436
|
[[0, 1], [0, { [_hQ]: _rI }], [0, { [_hQ]: _rT }]], 3
|
|
416
437
|
];
|
|
417
|
-
exports.
|
|
438
|
+
exports.GetResourceDashboardRequest$ = GetResourceDashboardRequest$;
|
|
439
|
+
const GetResourceDashboardResponse$ = [3, n0, _GRDRe,
|
|
418
440
|
0,
|
|
419
441
|
[_u],
|
|
420
442
|
[0]
|
|
421
443
|
];
|
|
422
|
-
exports.
|
|
444
|
+
exports.GetResourceDashboardResponse$ = GetResourceDashboardResponse$;
|
|
445
|
+
const GetSessionEndpointRequest$ = [3, n0, _GSER,
|
|
423
446
|
0,
|
|
424
447
|
[_aI, _sI],
|
|
425
448
|
[[0, 1], [0, 1]], 2
|
|
426
449
|
];
|
|
427
|
-
exports.
|
|
450
|
+
exports.GetSessionEndpointRequest$ = GetSessionEndpointRequest$;
|
|
451
|
+
const GetSessionEndpointResponse$ = [3, n0, _GSERe,
|
|
428
452
|
0,
|
|
429
453
|
[_aI, _sI, _end, _aT, _aTEA],
|
|
430
454
|
[0, 0, 0, [() => SessionAuthToken, 0], 4], 5
|
|
431
455
|
];
|
|
432
|
-
exports.
|
|
456
|
+
exports.GetSessionEndpointResponse$ = GetSessionEndpointResponse$;
|
|
457
|
+
const GetSessionRequest$ = [3, n0, _GSR,
|
|
433
458
|
0,
|
|
434
459
|
[_aI, _sI],
|
|
435
460
|
[[0, 1], [0, 1]], 2
|
|
436
461
|
];
|
|
437
|
-
exports.
|
|
462
|
+
exports.GetSessionRequest$ = GetSessionRequest$;
|
|
463
|
+
const GetSessionResponse$ = [3, n0, _GSRe,
|
|
438
464
|
0,
|
|
439
465
|
[_ses],
|
|
440
|
-
[[() =>
|
|
466
|
+
[[() => Session$, 0]], 1
|
|
441
467
|
];
|
|
442
|
-
exports.
|
|
468
|
+
exports.GetSessionResponse$ = GetSessionResponse$;
|
|
469
|
+
const Hive$ = [3, n0, _H,
|
|
443
470
|
0,
|
|
444
471
|
[_q, _iQF, _pa],
|
|
445
472
|
[[() => Query, 0], [() => InitScriptPath, 0], [() => HiveCliParameters, 0]], 1
|
|
446
473
|
];
|
|
447
|
-
exports.
|
|
474
|
+
exports.Hive$ = Hive$;
|
|
475
|
+
const IdentityCenterConfiguration$ = [3, n0, _ICC,
|
|
448
476
|
0,
|
|
449
477
|
[_iCIA, _iCAA, _uBSE],
|
|
450
478
|
[0, 0, 2]
|
|
451
479
|
];
|
|
452
|
-
exports.
|
|
480
|
+
exports.IdentityCenterConfiguration$ = IdentityCenterConfiguration$;
|
|
481
|
+
const IdentityCenterConfigurationInput$ = [3, n0, _ICCI,
|
|
453
482
|
0,
|
|
454
483
|
[_iCIA, _uBSE],
|
|
455
484
|
[0, 2]
|
|
456
485
|
];
|
|
457
|
-
exports.
|
|
486
|
+
exports.IdentityCenterConfigurationInput$ = IdentityCenterConfigurationInput$;
|
|
487
|
+
const ImageConfiguration$ = [3, n0, _IC,
|
|
458
488
|
0,
|
|
459
489
|
[_iU, _rID, _aLDR],
|
|
460
490
|
[0, 0, 2], 1
|
|
461
491
|
];
|
|
462
|
-
exports.
|
|
492
|
+
exports.ImageConfiguration$ = ImageConfiguration$;
|
|
493
|
+
const ImageConfigurationInput$ = [3, n0, _ICI,
|
|
463
494
|
0,
|
|
464
495
|
[_iU, _aLDR],
|
|
465
496
|
[0, 2]
|
|
466
497
|
];
|
|
467
|
-
exports.
|
|
498
|
+
exports.ImageConfigurationInput$ = ImageConfigurationInput$;
|
|
499
|
+
const InitialCapacityConfig$ = [3, n0, _ICCn,
|
|
468
500
|
0,
|
|
469
501
|
[_wC, _wCo],
|
|
470
|
-
[1, () =>
|
|
502
|
+
[1, () => WorkerResourceConfig$], 1
|
|
471
503
|
];
|
|
472
|
-
exports.
|
|
504
|
+
exports.InitialCapacityConfig$ = InitialCapacityConfig$;
|
|
505
|
+
const InteractiveConfiguration$ = [3, n0, _ICn,
|
|
473
506
|
0,
|
|
474
507
|
[_sE, _lEE, _sEe],
|
|
475
508
|
[2, 2, 2]
|
|
476
509
|
];
|
|
477
|
-
exports.
|
|
510
|
+
exports.InteractiveConfiguration$ = InteractiveConfiguration$;
|
|
511
|
+
const JobLevelCostAllocationConfiguration$ = [3, n0, _JLCAC,
|
|
478
512
|
0,
|
|
479
513
|
[_en],
|
|
480
514
|
[2]
|
|
481
515
|
];
|
|
482
|
-
exports.
|
|
516
|
+
exports.JobLevelCostAllocationConfiguration$ = JobLevelCostAllocationConfiguration$;
|
|
517
|
+
const JobRun$ = [3, n0, _JR,
|
|
483
518
|
0,
|
|
484
519
|
[_aI, _jRI, _a, _cB, _cA, _uA, _eR, _st, _sD, _rL, _jD, _n, _eIP, _cO, _ta, _tRU, _nC, _tEDS, _eTM, _bRU, _mo, _rP, _at, _aCA, _aUA, _sA, _eA, _qDM, _iCm, _wTS],
|
|
485
|
-
[0, 0, 0, 0, 4, 4, 0, 0, 0, 0, [() =>
|
|
520
|
+
[0, 0, 0, 0, 4, 4, 0, 0, 0, 0, [() => JobDriver$, 0], 0, () => JobRunExecutionIamPolicy$, [() => ConfigurationOverrides$, 0], 128 | 0, () => TotalResourceUtilization$, () => NetworkConfiguration$, 1, 1, () => ResourceUtilization$, 0, () => RetryPolicy$, 1, 4, 4, 4, 4, 1, () => ImageConfiguration$, () => WorkerTypeSpecificationMap], 11
|
|
486
521
|
];
|
|
487
|
-
exports.
|
|
522
|
+
exports.JobRun$ = JobRun$;
|
|
523
|
+
const JobRunAttemptSummary$ = [3, n0, _JRAS,
|
|
488
524
|
0,
|
|
489
525
|
[_aI, _i, _a, _cB, _jCA, _cA, _uA, _eR, _st, _sD, _rL, _n, _mo, _t, _at],
|
|
490
526
|
[0, 0, 0, 0, 4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 1], 11
|
|
491
527
|
];
|
|
492
|
-
exports.
|
|
528
|
+
exports.JobRunAttemptSummary$ = JobRunAttemptSummary$;
|
|
529
|
+
const JobRunExecutionIamPolicy$ = [3, n0, _JREIP,
|
|
493
530
|
0,
|
|
494
531
|
[_po, _pA],
|
|
495
532
|
[0, 64 | 0]
|
|
496
533
|
];
|
|
497
|
-
exports.
|
|
534
|
+
exports.JobRunExecutionIamPolicy$ = JobRunExecutionIamPolicy$;
|
|
535
|
+
const JobRunSummary$ = [3, n0, _JRS,
|
|
498
536
|
0,
|
|
499
537
|
[_aI, _i, _a, _cB, _cA, _uA, _eR, _st, _sD, _rL, _n, _mo, _t, _at, _aCA, _aUA],
|
|
500
538
|
[0, 0, 0, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 1, 4, 4], 10
|
|
501
539
|
];
|
|
502
|
-
exports.
|
|
540
|
+
exports.JobRunSummary$ = JobRunSummary$;
|
|
541
|
+
const ListApplicationsRequest$ = [3, n0, _LAR,
|
|
503
542
|
0,
|
|
504
543
|
[_nT, _mR, _sta],
|
|
505
544
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [64 | 0, { [_hQ]: _sta }]]
|
|
506
545
|
];
|
|
507
|
-
exports.
|
|
546
|
+
exports.ListApplicationsRequest$ = ListApplicationsRequest$;
|
|
547
|
+
const ListApplicationsResponse$ = [3, n0, _LARi,
|
|
508
548
|
0,
|
|
509
549
|
[_app, _nT],
|
|
510
550
|
[() => ApplicationList, 0], 1
|
|
511
551
|
];
|
|
512
|
-
exports.
|
|
552
|
+
exports.ListApplicationsResponse$ = ListApplicationsResponse$;
|
|
553
|
+
const ListJobRunAttemptsRequest$ = [3, n0, _LJRAR,
|
|
513
554
|
0,
|
|
514
555
|
[_aI, _jRI, _nT, _mR],
|
|
515
556
|
[[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
|
|
516
557
|
];
|
|
517
|
-
exports.
|
|
558
|
+
exports.ListJobRunAttemptsRequest$ = ListJobRunAttemptsRequest$;
|
|
559
|
+
const ListJobRunAttemptsResponse$ = [3, n0, _LJRARi,
|
|
518
560
|
0,
|
|
519
561
|
[_jRA, _nT],
|
|
520
562
|
[() => JobRunAttempts, 0], 1
|
|
521
563
|
];
|
|
522
|
-
exports.
|
|
564
|
+
exports.ListJobRunAttemptsResponse$ = ListJobRunAttemptsResponse$;
|
|
565
|
+
const ListJobRunsRequest$ = [3, n0, _LJRR,
|
|
523
566
|
0,
|
|
524
567
|
[_aI, _nT, _mR, _cAA, _cAB, _sta, _mo],
|
|
525
568
|
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [4, { [_hQ]: _cAA }], [4, { [_hQ]: _cAB }], [64 | 0, { [_hQ]: _sta }], [0, { [_hQ]: _mo }]], 1
|
|
526
569
|
];
|
|
527
|
-
exports.
|
|
570
|
+
exports.ListJobRunsRequest$ = ListJobRunsRequest$;
|
|
571
|
+
const ListJobRunsResponse$ = [3, n0, _LJRRi,
|
|
528
572
|
0,
|
|
529
573
|
[_jRo, _nT],
|
|
530
574
|
[() => JobRuns, 0], 1
|
|
531
575
|
];
|
|
532
|
-
exports.
|
|
576
|
+
exports.ListJobRunsResponse$ = ListJobRunsResponse$;
|
|
577
|
+
const ListSessionsRequest$ = [3, n0, _LSR,
|
|
533
578
|
0,
|
|
534
579
|
[_aI, _nT, _mR, _sta, _cAA, _cAB],
|
|
535
580
|
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [64 | 0, { [_hQ]: _sta }], [4, { [_hQ]: _cAA }], [4, { [_hQ]: _cAB }]], 1
|
|
536
581
|
];
|
|
537
|
-
exports.
|
|
582
|
+
exports.ListSessionsRequest$ = ListSessionsRequest$;
|
|
583
|
+
const ListSessionsResponse$ = [3, n0, _LSRi,
|
|
538
584
|
0,
|
|
539
585
|
[_sess, _nT],
|
|
540
586
|
[() => Sessions, 0], 1
|
|
541
587
|
];
|
|
542
|
-
exports.
|
|
588
|
+
exports.ListSessionsResponse$ = ListSessionsResponse$;
|
|
589
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
543
590
|
0,
|
|
544
591
|
[_rA],
|
|
545
592
|
[[0, 1]], 1
|
|
546
593
|
];
|
|
547
|
-
exports.
|
|
594
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
595
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
548
596
|
0,
|
|
549
597
|
[_ta],
|
|
550
598
|
[128 | 0]
|
|
551
599
|
];
|
|
552
|
-
exports.
|
|
600
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
601
|
+
const ManagedPersistenceMonitoringConfiguration$ = [3, n0, _MPMC,
|
|
553
602
|
0,
|
|
554
603
|
[_en, _eKA],
|
|
555
604
|
[2, 0]
|
|
556
605
|
];
|
|
557
|
-
exports.
|
|
606
|
+
exports.ManagedPersistenceMonitoringConfiguration$ = ManagedPersistenceMonitoringConfiguration$;
|
|
607
|
+
const MaximumAllowedResources$ = [3, n0, _MAR,
|
|
558
608
|
0,
|
|
559
609
|
[_cp, _me, _d],
|
|
560
610
|
[0, 0, 0], 2
|
|
561
611
|
];
|
|
562
|
-
exports.
|
|
612
|
+
exports.MaximumAllowedResources$ = MaximumAllowedResources$;
|
|
613
|
+
const MonitoringConfiguration$ = [3, n0, _MC,
|
|
563
614
|
0,
|
|
564
615
|
[_sMC, _mPMC, _cWLC, _pMC],
|
|
565
|
-
[() =>
|
|
616
|
+
[() => S3MonitoringConfiguration$, () => ManagedPersistenceMonitoringConfiguration$, () => CloudWatchLoggingConfiguration$, () => PrometheusMonitoringConfiguration$]
|
|
566
617
|
];
|
|
567
|
-
exports.
|
|
618
|
+
exports.MonitoringConfiguration$ = MonitoringConfiguration$;
|
|
619
|
+
const NetworkConfiguration$ = [3, n0, _NC,
|
|
568
620
|
0,
|
|
569
621
|
[_sIu, _sGI],
|
|
570
622
|
[64 | 0, 64 | 0]
|
|
571
623
|
];
|
|
572
|
-
exports.
|
|
624
|
+
exports.NetworkConfiguration$ = NetworkConfiguration$;
|
|
625
|
+
const PrometheusMonitoringConfiguration$ = [3, n0, _PMC,
|
|
573
626
|
0,
|
|
574
627
|
[_rWU],
|
|
575
628
|
[0]
|
|
576
629
|
];
|
|
577
|
-
exports.
|
|
630
|
+
exports.PrometheusMonitoringConfiguration$ = PrometheusMonitoringConfiguration$;
|
|
631
|
+
const ResourceUtilization$ = [3, n0, _RU,
|
|
578
632
|
0,
|
|
579
633
|
[_vCPUH, _mGBH, _sGBH],
|
|
580
634
|
[1, 1, 1]
|
|
581
635
|
];
|
|
582
|
-
exports.
|
|
636
|
+
exports.ResourceUtilization$ = ResourceUtilization$;
|
|
637
|
+
const RetryPolicy$ = [3, n0, _RP,
|
|
583
638
|
0,
|
|
584
639
|
[_mA, _mFAPH],
|
|
585
640
|
[1, 1]
|
|
586
641
|
];
|
|
587
|
-
exports.
|
|
642
|
+
exports.RetryPolicy$ = RetryPolicy$;
|
|
643
|
+
const S3MonitoringConfiguration$ = [3, n0, _SMC,
|
|
588
644
|
0,
|
|
589
645
|
[_lU, _eKA],
|
|
590
646
|
[0, 0]
|
|
591
647
|
];
|
|
592
|
-
exports.
|
|
648
|
+
exports.S3MonitoringConfiguration$ = S3MonitoringConfiguration$;
|
|
649
|
+
const SchedulerConfiguration$ = [3, n0, _SC,
|
|
593
650
|
0,
|
|
594
651
|
[_qTM, _mCR],
|
|
595
652
|
[1, 1]
|
|
596
653
|
];
|
|
597
|
-
exports.
|
|
654
|
+
exports.SchedulerConfiguration$ = SchedulerConfiguration$;
|
|
655
|
+
const Session$ = [3, n0, _S,
|
|
598
656
|
0,
|
|
599
657
|
[_aI, _sI, _a, _st, _sD, _rL, _eRA, _cB, _cA, _uA, _n, _sA, _eA, _iS, _cO, _nC, _iTM, _ta, _tRU, _bRU, _tEDS],
|
|
600
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 4, 4, 4, [() =>
|
|
658
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 4, 4, 4, [() => SessionConfigurationOverrides$, 0], () => NetworkConfiguration$, 1, 128 | 0, () => TotalResourceUtilization$, () => ResourceUtilization$, 1], 10
|
|
601
659
|
];
|
|
602
|
-
exports.
|
|
660
|
+
exports.Session$ = Session$;
|
|
661
|
+
const SessionConfigurationOverrides$ = [3, n0, _SCO,
|
|
603
662
|
0,
|
|
604
663
|
[_rC],
|
|
605
664
|
[[() => ConfigurationList, 0]]
|
|
606
665
|
];
|
|
607
|
-
exports.
|
|
666
|
+
exports.SessionConfigurationOverrides$ = SessionConfigurationOverrides$;
|
|
667
|
+
const SessionSummary$ = [3, n0, _SS,
|
|
608
668
|
0,
|
|
609
669
|
[_aI, _sI, _a, _st, _sD, _rL, _eRA, _cB, _cA, _uA, _n],
|
|
610
670
|
[0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 0], 10
|
|
611
671
|
];
|
|
612
|
-
exports.
|
|
672
|
+
exports.SessionSummary$ = SessionSummary$;
|
|
673
|
+
const SparkSubmit$ = [3, n0, _SSp,
|
|
613
674
|
0,
|
|
614
675
|
[_eP, _ePA, _sSP],
|
|
615
676
|
[[() => EntryPointPath, 0], [() => EntryPointArguments, 0], [() => SparkSubmitParameters, 0]], 1
|
|
616
677
|
];
|
|
617
|
-
exports.
|
|
678
|
+
exports.SparkSubmit$ = SparkSubmit$;
|
|
679
|
+
const StartApplicationRequest$ = [3, n0, _SAR,
|
|
618
680
|
0,
|
|
619
681
|
[_aI],
|
|
620
682
|
[[0, 1]], 1
|
|
621
683
|
];
|
|
622
|
-
exports.
|
|
684
|
+
exports.StartApplicationRequest$ = StartApplicationRequest$;
|
|
685
|
+
const StartApplicationResponse$ = [3, n0, _SARt,
|
|
623
686
|
0,
|
|
624
687
|
[],
|
|
625
688
|
[]
|
|
626
689
|
];
|
|
627
|
-
exports.
|
|
690
|
+
exports.StartApplicationResponse$ = StartApplicationResponse$;
|
|
691
|
+
const StartJobRunRequest$ = [3, n0, _SJRR,
|
|
628
692
|
0,
|
|
629
693
|
[_aI, _eRA, _cT, _eIP, _jD, _cO, _ta, _eTM, _n, _mo, _rP],
|
|
630
|
-
[[0, 1], 0, [0, 4], () =>
|
|
694
|
+
[[0, 1], 0, [0, 4], () => JobRunExecutionIamPolicy$, [() => JobDriver$, 0], [() => ConfigurationOverrides$, 0], 128 | 0, 1, 0, 0, () => RetryPolicy$], 2
|
|
631
695
|
];
|
|
632
|
-
exports.
|
|
696
|
+
exports.StartJobRunRequest$ = StartJobRunRequest$;
|
|
697
|
+
const StartJobRunResponse$ = [3, n0, _SJRRt,
|
|
633
698
|
0,
|
|
634
699
|
[_aI, _jRI, _a],
|
|
635
700
|
[0, 0, 0], 3
|
|
636
701
|
];
|
|
637
|
-
exports.
|
|
702
|
+
exports.StartJobRunResponse$ = StartJobRunResponse$;
|
|
703
|
+
const StartSessionRequest$ = [3, n0, _SSR,
|
|
638
704
|
0,
|
|
639
705
|
[_aI, _eRA, _cT, _cO, _ta, _iTM, _n],
|
|
640
|
-
[[0, 1], 0, [0, 4], [() =>
|
|
706
|
+
[[0, 1], 0, [0, 4], [() => SessionConfigurationOverrides$, 0], 128 | 0, 1, 0], 2
|
|
641
707
|
];
|
|
642
|
-
exports.
|
|
708
|
+
exports.StartSessionRequest$ = StartSessionRequest$;
|
|
709
|
+
const StartSessionResponse$ = [3, n0, _SSRt,
|
|
643
710
|
0,
|
|
644
711
|
[_aI, _sI, _a],
|
|
645
712
|
[0, 0, 0], 3
|
|
646
713
|
];
|
|
647
|
-
exports.
|
|
714
|
+
exports.StartSessionResponse$ = StartSessionResponse$;
|
|
715
|
+
const StopApplicationRequest$ = [3, n0, _SARto,
|
|
648
716
|
0,
|
|
649
717
|
[_aI],
|
|
650
718
|
[[0, 1]], 1
|
|
651
719
|
];
|
|
652
|
-
exports.
|
|
720
|
+
exports.StopApplicationRequest$ = StopApplicationRequest$;
|
|
721
|
+
const StopApplicationResponse$ = [3, n0, _SARtop,
|
|
653
722
|
0,
|
|
654
723
|
[],
|
|
655
724
|
[]
|
|
656
725
|
];
|
|
657
|
-
exports.
|
|
726
|
+
exports.StopApplicationResponse$ = StopApplicationResponse$;
|
|
727
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
658
728
|
0,
|
|
659
729
|
[_rA, _ta],
|
|
660
730
|
[[0, 1], 128 | 0], 2
|
|
661
731
|
];
|
|
662
|
-
exports.
|
|
732
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
733
|
+
const TagResourceResponse$ = [3, n0, _TRRa,
|
|
663
734
|
0,
|
|
664
735
|
[],
|
|
665
736
|
[]
|
|
666
737
|
];
|
|
667
|
-
exports.
|
|
738
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
739
|
+
const TerminateSessionRequest$ = [3, n0, _TSR,
|
|
668
740
|
0,
|
|
669
741
|
[_aI, _sI],
|
|
670
742
|
[[0, 1], [0, 1]], 2
|
|
671
743
|
];
|
|
672
|
-
exports.
|
|
744
|
+
exports.TerminateSessionRequest$ = TerminateSessionRequest$;
|
|
745
|
+
const TerminateSessionResponse$ = [3, n0, _TSRe,
|
|
673
746
|
0,
|
|
674
747
|
[_aI, _sI],
|
|
675
748
|
[0, 0], 2
|
|
676
749
|
];
|
|
677
|
-
exports.
|
|
750
|
+
exports.TerminateSessionResponse$ = TerminateSessionResponse$;
|
|
751
|
+
const TotalResourceUtilization$ = [3, n0, _TRU,
|
|
678
752
|
0,
|
|
679
753
|
[_vCPUH, _mGBH, _sGBH],
|
|
680
754
|
[1, 1, 1]
|
|
681
755
|
];
|
|
682
|
-
exports.
|
|
756
|
+
exports.TotalResourceUtilization$ = TotalResourceUtilization$;
|
|
757
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
683
758
|
0,
|
|
684
759
|
[_rA, _tK],
|
|
685
760
|
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
686
761
|
];
|
|
687
|
-
exports.
|
|
762
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
763
|
+
const UntagResourceResponse$ = [3, n0, _URRn,
|
|
688
764
|
0,
|
|
689
765
|
[],
|
|
690
766
|
[]
|
|
691
767
|
];
|
|
692
|
-
exports.
|
|
768
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
769
|
+
const UpdateApplicationRequest$ = [3, n0, _UAR,
|
|
693
770
|
0,
|
|
694
771
|
[_aI, _cT, _iC, _mC, _aSC, _aSCu, _nC, _ar, _iCm, _wTS, _iCn, _rL, _rC, _mCo, _dEC, _sC, _iCC, _jLCAC],
|
|
695
|
-
[[0, 1], [0, 4], () => InitialCapacityConfigMap, () =>
|
|
772
|
+
[[0, 1], [0, 4], () => InitialCapacityConfigMap, () => MaximumAllowedResources$, () => AutoStartConfig$, () => AutoStopConfig$, () => NetworkConfiguration$, 0, () => ImageConfigurationInput$, () => WorkerTypeSpecificationInputMap, () => InteractiveConfiguration$, 0, [() => ConfigurationList, 0], () => MonitoringConfiguration$, () => DiskEncryptionConfiguration$, () => SchedulerConfiguration$, () => IdentityCenterConfigurationInput$, () => JobLevelCostAllocationConfiguration$], 1
|
|
696
773
|
];
|
|
697
|
-
exports.
|
|
774
|
+
exports.UpdateApplicationRequest$ = UpdateApplicationRequest$;
|
|
775
|
+
const UpdateApplicationResponse$ = [3, n0, _UARp,
|
|
698
776
|
0,
|
|
699
777
|
[_ap],
|
|
700
|
-
[[() =>
|
|
778
|
+
[[() => Application$, 0]], 1
|
|
701
779
|
];
|
|
702
|
-
exports.
|
|
780
|
+
exports.UpdateApplicationResponse$ = UpdateApplicationResponse$;
|
|
781
|
+
const WorkerResourceConfig$ = [3, n0, _WRC,
|
|
703
782
|
0,
|
|
704
783
|
[_cp, _me, _d, _dT],
|
|
705
784
|
[0, 0, 0, 0], 2
|
|
706
785
|
];
|
|
707
|
-
exports.
|
|
786
|
+
exports.WorkerResourceConfig$ = WorkerResourceConfig$;
|
|
787
|
+
const WorkerTypeSpecification$ = [3, n0, _WTS,
|
|
708
788
|
0,
|
|
709
789
|
[_iCm],
|
|
710
|
-
[() =>
|
|
790
|
+
[() => ImageConfiguration$]
|
|
711
791
|
];
|
|
712
|
-
exports.
|
|
792
|
+
exports.WorkerTypeSpecification$ = WorkerTypeSpecification$;
|
|
793
|
+
const WorkerTypeSpecificationInput$ = [3, n0, _WTSI,
|
|
713
794
|
0,
|
|
714
795
|
[_iCm],
|
|
715
|
-
[() =>
|
|
796
|
+
[() => ImageConfigurationInput$]
|
|
716
797
|
];
|
|
798
|
+
exports.WorkerTypeSpecificationInput$ = WorkerTypeSpecificationInput$;
|
|
717
799
|
var ApplicationList = [1, n0, _AL,
|
|
718
|
-
0, () =>
|
|
800
|
+
0, () => ApplicationSummary$
|
|
719
801
|
];
|
|
720
802
|
var ApplicationStateSet = 64 | 0;
|
|
721
803
|
var ConfigurationList = [1, n0, _CL,
|
|
722
|
-
0, [() =>
|
|
804
|
+
0, [() => Configuration$,
|
|
723
805
|
0]
|
|
724
806
|
];
|
|
725
807
|
var EntryPointArguments = [1, n0, _EPAn,
|
|
@@ -727,24 +809,24 @@ var EntryPointArguments = [1, n0, _EPAn,
|
|
|
727
809
|
0]
|
|
728
810
|
];
|
|
729
811
|
var JobRunAttempts = [1, n0, _JRA,
|
|
730
|
-
0, () =>
|
|
812
|
+
0, () => JobRunAttemptSummary$
|
|
731
813
|
];
|
|
732
814
|
var JobRuns = [1, n0, _JRo,
|
|
733
|
-
0, () =>
|
|
815
|
+
0, () => JobRunSummary$
|
|
734
816
|
];
|
|
735
817
|
var JobRunStateSet = 64 | 0;
|
|
736
818
|
var LogTypeList = 64 | 0;
|
|
737
819
|
var PolicyArnList = 64 | 0;
|
|
738
820
|
var SecurityGroupIds = 64 | 0;
|
|
739
821
|
var Sessions = [1, n0, _Se,
|
|
740
|
-
0, () =>
|
|
822
|
+
0, () => SessionSummary$
|
|
741
823
|
];
|
|
742
824
|
var SessionStateSet = 64 | 0;
|
|
743
825
|
var SubnetIds = 64 | 0;
|
|
744
826
|
var TagKeyList = 64 | 0;
|
|
745
827
|
var EncryptionContext = 128 | 0;
|
|
746
828
|
var InitialCapacityConfigMap = [2, n0, _ICCM,
|
|
747
|
-
0, 0, () =>
|
|
829
|
+
0, 0, () => InitialCapacityConfig$
|
|
748
830
|
];
|
|
749
831
|
var LogTypeMap = [2, n0, _LTM,
|
|
750
832
|
0, 0, 64 | 0
|
|
@@ -754,79 +836,80 @@ var SensitivePropertiesMap = [2, n0, _SPM,
|
|
|
754
836
|
];
|
|
755
837
|
var TagMap = 128 | 0;
|
|
756
838
|
var WorkerTypeSpecificationInputMap = [2, n0, _WTSIM,
|
|
757
|
-
0, 0, () =>
|
|
839
|
+
0, 0, () => WorkerTypeSpecificationInput$
|
|
758
840
|
];
|
|
759
841
|
var WorkerTypeSpecificationMap = [2, n0, _WTSM,
|
|
760
|
-
0, 0, () =>
|
|
842
|
+
0, 0, () => WorkerTypeSpecification$
|
|
761
843
|
];
|
|
762
|
-
|
|
844
|
+
const JobDriver$ = [4, n0, _JD,
|
|
763
845
|
0,
|
|
764
846
|
[_sS, _h],
|
|
765
|
-
[[() =>
|
|
847
|
+
[[() => SparkSubmit$, 0], [() => Hive$, 0]]
|
|
766
848
|
];
|
|
849
|
+
exports.JobDriver$ = JobDriver$;
|
|
767
850
|
exports.CancelJobRun$ = [9, n0, _CJR,
|
|
768
|
-
{ [_ht]: ["DELETE", "/applications/{applicationId}/jobruns/{jobRunId}", 200] }, () =>
|
|
851
|
+
{ [_ht]: ["DELETE", "/applications/{applicationId}/jobruns/{jobRunId}", 200] }, () => CancelJobRunRequest$, () => CancelJobRunResponse$
|
|
769
852
|
];
|
|
770
853
|
exports.CreateApplication$ = [9, n0, _CA,
|
|
771
|
-
{ [_ht]: ["POST", "/applications", 200] }, () =>
|
|
854
|
+
{ [_ht]: ["POST", "/applications", 200] }, () => CreateApplicationRequest$, () => CreateApplicationResponse$
|
|
772
855
|
];
|
|
773
856
|
exports.DeleteApplication$ = [9, n0, _DA,
|
|
774
|
-
{ [_ht]: ["DELETE", "/applications/{applicationId}", 200] }, () =>
|
|
857
|
+
{ [_ht]: ["DELETE", "/applications/{applicationId}", 200] }, () => DeleteApplicationRequest$, () => DeleteApplicationResponse$
|
|
775
858
|
];
|
|
776
859
|
exports.GetApplication$ = [9, n0, _GA,
|
|
777
|
-
{ [_ht]: ["GET", "/applications/{applicationId}", 200] }, () =>
|
|
860
|
+
{ [_ht]: ["GET", "/applications/{applicationId}", 200] }, () => GetApplicationRequest$, () => GetApplicationResponse$
|
|
778
861
|
];
|
|
779
862
|
exports.GetDashboardForJobRun$ = [9, n0, _GDFJR,
|
|
780
|
-
{ [_ht]: ["GET", "/applications/{applicationId}/jobruns/{jobRunId}/dashboard", 200] }, () =>
|
|
863
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/jobruns/{jobRunId}/dashboard", 200] }, () => GetDashboardForJobRunRequest$, () => GetDashboardForJobRunResponse$
|
|
781
864
|
];
|
|
782
865
|
exports.GetJobRun$ = [9, n0, _GJR,
|
|
783
|
-
{ [_ht]: ["GET", "/applications/{applicationId}/jobruns/{jobRunId}", 200] }, () =>
|
|
866
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/jobruns/{jobRunId}", 200] }, () => GetJobRunRequest$, () => GetJobRunResponse$
|
|
784
867
|
];
|
|
785
868
|
exports.GetResourceDashboard$ = [9, n0, _GRD,
|
|
786
|
-
{ [_ht]: ["GET", "/applications/{applicationId}/dashboard", 200] }, () =>
|
|
869
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/dashboard", 200] }, () => GetResourceDashboardRequest$, () => GetResourceDashboardResponse$
|
|
787
870
|
];
|
|
788
871
|
exports.GetSession$ = [9, n0, _GS,
|
|
789
|
-
{ [_ht]: ["GET", "/applications/{applicationId}/sessions/{sessionId}", 200] }, () =>
|
|
872
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/sessions/{sessionId}", 200] }, () => GetSessionRequest$, () => GetSessionResponse$
|
|
790
873
|
];
|
|
791
874
|
exports.GetSessionEndpoint$ = [9, n0, _GSE,
|
|
792
|
-
{ [_ht]: ["GET", "/applications/{applicationId}/sessions/{sessionId}/endpoint", 200] }, () =>
|
|
875
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/sessions/{sessionId}/endpoint", 200] }, () => GetSessionEndpointRequest$, () => GetSessionEndpointResponse$
|
|
793
876
|
];
|
|
794
877
|
exports.ListApplications$ = [9, n0, _LA,
|
|
795
|
-
{ [_ht]: ["GET", "/applications", 200] }, () =>
|
|
878
|
+
{ [_ht]: ["GET", "/applications", 200] }, () => ListApplicationsRequest$, () => ListApplicationsResponse$
|
|
796
879
|
];
|
|
797
880
|
exports.ListJobRunAttempts$ = [9, n0, _LJRA,
|
|
798
|
-
{ [_ht]: ["GET", "/applications/{applicationId}/jobruns/{jobRunId}/attempts", 200] }, () =>
|
|
881
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/jobruns/{jobRunId}/attempts", 200] }, () => ListJobRunAttemptsRequest$, () => ListJobRunAttemptsResponse$
|
|
799
882
|
];
|
|
800
883
|
exports.ListJobRuns$ = [9, n0, _LJR,
|
|
801
|
-
{ [_ht]: ["GET", "/applications/{applicationId}/jobruns", 200] }, () =>
|
|
884
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/jobruns", 200] }, () => ListJobRunsRequest$, () => ListJobRunsResponse$
|
|
802
885
|
];
|
|
803
886
|
exports.ListSessions$ = [9, n0, _LS,
|
|
804
|
-
{ [_ht]: ["GET", "/applications/{applicationId}/sessions", 200] }, () =>
|
|
887
|
+
{ [_ht]: ["GET", "/applications/{applicationId}/sessions", 200] }, () => ListSessionsRequest$, () => ListSessionsResponse$
|
|
805
888
|
];
|
|
806
889
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
807
|
-
{ [_ht]: ["GET", "/tags/{resourceArn}", 200] }, () =>
|
|
890
|
+
{ [_ht]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
808
891
|
];
|
|
809
892
|
exports.StartApplication$ = [9, n0, _SA,
|
|
810
|
-
{ [_ht]: ["POST", "/applications/{applicationId}/start", 200] }, () =>
|
|
893
|
+
{ [_ht]: ["POST", "/applications/{applicationId}/start", 200] }, () => StartApplicationRequest$, () => StartApplicationResponse$
|
|
811
894
|
];
|
|
812
895
|
exports.StartJobRun$ = [9, n0, _SJR,
|
|
813
|
-
{ [_ht]: ["POST", "/applications/{applicationId}/jobruns", 200] }, () =>
|
|
896
|
+
{ [_ht]: ["POST", "/applications/{applicationId}/jobruns", 200] }, () => StartJobRunRequest$, () => StartJobRunResponse$
|
|
814
897
|
];
|
|
815
898
|
exports.StartSession$ = [9, n0, _SSt,
|
|
816
|
-
{ [_ht]: ["POST", "/applications/{applicationId}/sessions", 200] }, () =>
|
|
899
|
+
{ [_ht]: ["POST", "/applications/{applicationId}/sessions", 200] }, () => StartSessionRequest$, () => StartSessionResponse$
|
|
817
900
|
];
|
|
818
901
|
exports.StopApplication$ = [9, n0, _SAt,
|
|
819
|
-
{ [_ht]: ["POST", "/applications/{applicationId}/stop", 200] }, () =>
|
|
902
|
+
{ [_ht]: ["POST", "/applications/{applicationId}/stop", 200] }, () => StopApplicationRequest$, () => StopApplicationResponse$
|
|
820
903
|
];
|
|
821
904
|
exports.TagResource$ = [9, n0, _TR,
|
|
822
|
-
{ [_ht]: ["POST", "/tags/{resourceArn}", 200] }, () =>
|
|
905
|
+
{ [_ht]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
823
906
|
];
|
|
824
907
|
exports.TerminateSession$ = [9, n0, _TS,
|
|
825
|
-
{ [_ht]: ["DELETE", "/applications/{applicationId}/sessions/{sessionId}", 200] }, () =>
|
|
908
|
+
{ [_ht]: ["DELETE", "/applications/{applicationId}/sessions/{sessionId}", 200] }, () => TerminateSessionRequest$, () => TerminateSessionResponse$
|
|
826
909
|
];
|
|
827
910
|
exports.UntagResource$ = [9, n0, _UR,
|
|
828
|
-
{ [_ht]: ["DELETE", "/tags/{resourceArn}", 200] }, () =>
|
|
911
|
+
{ [_ht]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
829
912
|
];
|
|
830
913
|
exports.UpdateApplication$ = [9, n0, _UA,
|
|
831
|
-
{ [_ht]: ["PATCH", "/applications/{applicationId}", 200] }, () =>
|
|
914
|
+
{ [_ht]: ["PATCH", "/applications/{applicationId}", 200] }, () => UpdateApplicationRequest$, () => UpdateApplicationResponse$
|
|
832
915
|
];
|