@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
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class EMRServerlessClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class EMRServerlessServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, EMRServerlessServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class ConflictException extends EMRServerlessServiceException {
|
|
121
121
|
name = "ConflictException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let ConflictException$1 = class ConflictException extends EMRServerlessServiceEx
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class InternalServerException extends EMRServerlessServiceException {
|
|
133
133
|
name = "InternalServerException";
|
|
134
134
|
$fault = "server";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let InternalServerException$1 = class InternalServerException extends EMRServerl
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class ResourceNotFoundException extends EMRServerlessServiceException {
|
|
145
145
|
name = "ResourceNotFoundException";
|
|
146
146
|
$fault = "client";
|
|
147
147
|
constructor(opts) {
|
|
@@ -152,8 +152,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends EMRSer
|
|
|
152
152
|
});
|
|
153
153
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
154
154
|
}
|
|
155
|
-
}
|
|
156
|
-
|
|
155
|
+
}
|
|
156
|
+
class ValidationException extends EMRServerlessServiceException {
|
|
157
157
|
name = "ValidationException";
|
|
158
158
|
$fault = "client";
|
|
159
159
|
constructor(opts) {
|
|
@@ -164,8 +164,8 @@ let ValidationException$1 = class ValidationException extends EMRServerlessServi
|
|
|
164
164
|
});
|
|
165
165
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
166
166
|
}
|
|
167
|
-
}
|
|
168
|
-
|
|
167
|
+
}
|
|
168
|
+
class ServiceQuotaExceededException extends EMRServerlessServiceException {
|
|
169
169
|
name = "ServiceQuotaExceededException";
|
|
170
170
|
$fault = "client";
|
|
171
171
|
constructor(opts) {
|
|
@@ -176,7 +176,7 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
176
176
|
});
|
|
177
177
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
178
178
|
}
|
|
179
|
-
}
|
|
179
|
+
}
|
|
180
180
|
|
|
181
181
|
const _A = "Application";
|
|
182
182
|
const _AL = "ApplicationList";
|
|
@@ -403,7 +403,7 @@ var HiveCliParameters = [0, n0, _HCP, 8, 0];
|
|
|
403
403
|
var InitScriptPath = [0, n0, _ISP, 8, 0];
|
|
404
404
|
var Query = [0, n0, _Q, 8, 0];
|
|
405
405
|
var SparkSubmitParameters = [0, n0, _SSP, 8, 0];
|
|
406
|
-
var Application = [
|
|
406
|
+
var Application$ = [
|
|
407
407
|
3,
|
|
408
408
|
n0,
|
|
409
409
|
_A,
|
|
@@ -442,24 +442,24 @@ var Application = [
|
|
|
442
442
|
0,
|
|
443
443
|
0,
|
|
444
444
|
() => InitialCapacityConfigMap,
|
|
445
|
-
() => MaximumAllowedResources
|
|
445
|
+
() => MaximumAllowedResources$,
|
|
446
446
|
4,
|
|
447
447
|
4,
|
|
448
448
|
128 | 0,
|
|
449
|
-
() => AutoStartConfig
|
|
450
|
-
() => AutoStopConfig
|
|
451
|
-
() => NetworkConfiguration
|
|
449
|
+
() => AutoStartConfig$,
|
|
450
|
+
() => AutoStopConfig$,
|
|
451
|
+
() => NetworkConfiguration$,
|
|
452
452
|
0,
|
|
453
|
-
() => ImageConfiguration
|
|
453
|
+
() => ImageConfiguration$,
|
|
454
454
|
() => WorkerTypeSpecificationMap,
|
|
455
455
|
[() => ConfigurationList, 0],
|
|
456
|
-
() => MonitoringConfiguration
|
|
457
|
-
() => InteractiveConfiguration
|
|
458
|
-
() => SchedulerConfiguration
|
|
459
|
-
() => IdentityCenterConfiguration
|
|
456
|
+
() => MonitoringConfiguration$,
|
|
457
|
+
() => InteractiveConfiguration$,
|
|
458
|
+
() => SchedulerConfiguration$,
|
|
459
|
+
() => IdentityCenterConfiguration$,
|
|
460
460
|
],
|
|
461
461
|
];
|
|
462
|
-
var ApplicationSummary = [
|
|
462
|
+
var ApplicationSummary$ = [
|
|
463
463
|
3,
|
|
464
464
|
n0,
|
|
465
465
|
_AS,
|
|
@@ -467,9 +467,9 @@ var ApplicationSummary = [
|
|
|
467
467
|
[_i, _n, _a, _rL, _t, _s, _sD, _cA, _uA, _ar],
|
|
468
468
|
[0, 0, 0, 0, 0, 0, 0, 4, 4, 0],
|
|
469
469
|
];
|
|
470
|
-
var AutoStartConfig = [3, n0, _ASC, 0, [_e], [2]];
|
|
471
|
-
var AutoStopConfig = [3, n0, _ASCu, 0, [_e, _iTM], [2, 1]];
|
|
472
|
-
var CancelJobRunRequest = [
|
|
470
|
+
var AutoStartConfig$ = [3, n0, _ASC, 0, [_e], [2]];
|
|
471
|
+
var AutoStopConfig$ = [3, n0, _ASCu, 0, [_e, _iTM], [2, 1]];
|
|
472
|
+
var CancelJobRunRequest$ = [
|
|
473
473
|
3,
|
|
474
474
|
n0,
|
|
475
475
|
_CJRR,
|
|
@@ -481,8 +481,8 @@ var CancelJobRunRequest = [
|
|
|
481
481
|
[1, { [_hQ]: _sGPIS }],
|
|
482
482
|
],
|
|
483
483
|
];
|
|
484
|
-
var CancelJobRunResponse = [3, n0, _CJRRa, 0, [_aI, _jRI], [0, 0]];
|
|
485
|
-
var CloudWatchLoggingConfiguration = [
|
|
484
|
+
var CancelJobRunResponse$ = [3, n0, _CJRRa, 0, [_aI, _jRI], [0, 0]];
|
|
485
|
+
var CloudWatchLoggingConfiguration$ = [
|
|
486
486
|
3,
|
|
487
487
|
n0,
|
|
488
488
|
_CWLC,
|
|
@@ -490,7 +490,7 @@ var CloudWatchLoggingConfiguration = [
|
|
|
490
490
|
[_e, _lGN, _lSNP, _eKA, _lT],
|
|
491
491
|
[2, 0, 0, 0, [2, n0, _LTM, 0, 0, 64 | 0]],
|
|
492
492
|
];
|
|
493
|
-
var Configuration = [
|
|
493
|
+
var Configuration$ = [
|
|
494
494
|
3,
|
|
495
495
|
n0,
|
|
496
496
|
_C,
|
|
@@ -498,17 +498,17 @@ var Configuration = [
|
|
|
498
498
|
[_c, _p, _co],
|
|
499
499
|
[0, [() => SensitivePropertiesMap, 0], [() => ConfigurationList, 0]],
|
|
500
500
|
];
|
|
501
|
-
var ConfigurationOverrides = [
|
|
501
|
+
var ConfigurationOverrides$ = [
|
|
502
502
|
3,
|
|
503
503
|
n0,
|
|
504
504
|
_CO,
|
|
505
505
|
0,
|
|
506
506
|
[_aC, _mCo],
|
|
507
|
-
[[() => ConfigurationList, 0], () => MonitoringConfiguration],
|
|
507
|
+
[[() => ConfigurationList, 0], () => MonitoringConfiguration$],
|
|
508
508
|
];
|
|
509
|
-
var ConflictException = [-3, n0, _CE, { [_er]: _cl, [_hE]: 409 }, [_m], [0]];
|
|
510
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
511
|
-
var CreateApplicationRequest = [
|
|
509
|
+
var ConflictException$ = [-3, n0, _CE, { [_er]: _cl, [_hE]: 409 }, [_m], [0]];
|
|
510
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
511
|
+
var CreateApplicationRequest$ = [
|
|
512
512
|
3,
|
|
513
513
|
n0,
|
|
514
514
|
_CAR,
|
|
@@ -520,27 +520,27 @@ var CreateApplicationRequest = [
|
|
|
520
520
|
0,
|
|
521
521
|
[0, 4],
|
|
522
522
|
() => InitialCapacityConfigMap,
|
|
523
|
-
() => MaximumAllowedResources
|
|
523
|
+
() => MaximumAllowedResources$,
|
|
524
524
|
128 | 0,
|
|
525
|
-
() => AutoStartConfig
|
|
526
|
-
() => AutoStopConfig
|
|
527
|
-
() => NetworkConfiguration
|
|
525
|
+
() => AutoStartConfig$,
|
|
526
|
+
() => AutoStopConfig$,
|
|
527
|
+
() => NetworkConfiguration$,
|
|
528
528
|
0,
|
|
529
|
-
() => ImageConfigurationInput
|
|
529
|
+
() => ImageConfigurationInput$,
|
|
530
530
|
() => WorkerTypeSpecificationInputMap,
|
|
531
531
|
[() => ConfigurationList, 0],
|
|
532
|
-
() => MonitoringConfiguration
|
|
533
|
-
() => InteractiveConfiguration
|
|
534
|
-
() => SchedulerConfiguration
|
|
535
|
-
() => IdentityCenterConfigurationInput
|
|
532
|
+
() => MonitoringConfiguration$,
|
|
533
|
+
() => InteractiveConfiguration$,
|
|
534
|
+
() => SchedulerConfiguration$,
|
|
535
|
+
() => IdentityCenterConfigurationInput$,
|
|
536
536
|
],
|
|
537
537
|
];
|
|
538
|
-
var CreateApplicationResponse = [3, n0, _CARr, 0, [_aI, _n, _a], [0, 0, 0]];
|
|
539
|
-
var DeleteApplicationRequest = [3, n0, _DAR, 0, [_aI], [[0, 1]]];
|
|
540
|
-
var DeleteApplicationResponse = [3, n0, _DARe, 0, [], []];
|
|
541
|
-
var GetApplicationRequest = [3, n0, _GAR, 0, [_aI], [[0, 1]]];
|
|
542
|
-
var GetApplicationResponse = [3, n0, _GARe, 0, [_ap], [[() => Application
|
|
543
|
-
var GetDashboardForJobRunRequest = [
|
|
538
|
+
var CreateApplicationResponse$ = [3, n0, _CARr, 0, [_aI, _n, _a], [0, 0, 0]];
|
|
539
|
+
var DeleteApplicationRequest$ = [3, n0, _DAR, 0, [_aI], [[0, 1]]];
|
|
540
|
+
var DeleteApplicationResponse$ = [3, n0, _DARe, 0, [], []];
|
|
541
|
+
var GetApplicationRequest$ = [3, n0, _GAR, 0, [_aI], [[0, 1]]];
|
|
542
|
+
var GetApplicationResponse$ = [3, n0, _GARe, 0, [_ap], [[() => Application$, 0]]];
|
|
543
|
+
var GetDashboardForJobRunRequest$ = [
|
|
544
544
|
3,
|
|
545
545
|
n0,
|
|
546
546
|
_GDFJRR,
|
|
@@ -553,8 +553,8 @@ var GetDashboardForJobRunRequest = [
|
|
|
553
553
|
[2, { [_hQ]: _aSPL }],
|
|
554
554
|
],
|
|
555
555
|
];
|
|
556
|
-
var GetDashboardForJobRunResponse = [3, n0, _GDFJRRe, 0, [_u], [0]];
|
|
557
|
-
var GetJobRunRequest = [
|
|
556
|
+
var GetDashboardForJobRunResponse$ = [3, n0, _GDFJRRe, 0, [_u], [0]];
|
|
557
|
+
var GetJobRunRequest$ = [
|
|
558
558
|
3,
|
|
559
559
|
n0,
|
|
560
560
|
_GJRR,
|
|
@@ -566,8 +566,8 @@ var GetJobRunRequest = [
|
|
|
566
566
|
[1, { [_hQ]: _at }],
|
|
567
567
|
],
|
|
568
568
|
];
|
|
569
|
-
var GetJobRunResponse = [3, n0, _GJRRe, 0, [_jR], [[() => JobRun
|
|
570
|
-
var Hive = [
|
|
569
|
+
var GetJobRunResponse$ = [3, n0, _GJRRe, 0, [_jR], [[() => JobRun$, 0]]];
|
|
570
|
+
var Hive$ = [
|
|
571
571
|
3,
|
|
572
572
|
n0,
|
|
573
573
|
_H,
|
|
@@ -579,22 +579,22 @@ var Hive = [
|
|
|
579
579
|
[() => HiveCliParameters, 0],
|
|
580
580
|
],
|
|
581
581
|
];
|
|
582
|
-
var IdentityCenterConfiguration = [3, n0, _ICC, 0, [_iCIA, _iCAA, _uBSE], [0, 0, 2]];
|
|
583
|
-
var IdentityCenterConfigurationInput = [3, n0, _ICCI, 0, [_iCIA, _uBSE], [0, 2]];
|
|
584
|
-
var ImageConfiguration = [3, n0, _IC, 0, [_iU, _rID], [0, 0]];
|
|
585
|
-
var ImageConfigurationInput = [3, n0, _ICI, 0, [_iU], [0]];
|
|
586
|
-
var InitialCapacityConfig = [
|
|
582
|
+
var IdentityCenterConfiguration$ = [3, n0, _ICC, 0, [_iCIA, _iCAA, _uBSE], [0, 0, 2]];
|
|
583
|
+
var IdentityCenterConfigurationInput$ = [3, n0, _ICCI, 0, [_iCIA, _uBSE], [0, 2]];
|
|
584
|
+
var ImageConfiguration$ = [3, n0, _IC, 0, [_iU, _rID], [0, 0]];
|
|
585
|
+
var ImageConfigurationInput$ = [3, n0, _ICI, 0, [_iU], [0]];
|
|
586
|
+
var InitialCapacityConfig$ = [
|
|
587
587
|
3,
|
|
588
588
|
n0,
|
|
589
589
|
_ICCn,
|
|
590
590
|
0,
|
|
591
591
|
[_wC, _wCo],
|
|
592
|
-
[1, () => WorkerResourceConfig],
|
|
592
|
+
[1, () => WorkerResourceConfig$],
|
|
593
593
|
];
|
|
594
|
-
var InteractiveConfiguration = [3, n0, _ICn, 0, [_sE, _lEE], [2, 2]];
|
|
595
|
-
var InternalServerException = [-3, n0, _ISE, { [_er]: _se, [_hE]: 500 }, [_m], [0]];
|
|
596
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
597
|
-
var JobRun = [
|
|
594
|
+
var InteractiveConfiguration$ = [3, n0, _ICn, 0, [_sE, _lEE], [2, 2]];
|
|
595
|
+
var InternalServerException$ = [-3, n0, _ISE, { [_er]: _se, [_hE]: 500 }, [_m], [0]];
|
|
596
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
597
|
+
var JobRun$ = [
|
|
598
598
|
3,
|
|
599
599
|
n0,
|
|
600
600
|
_JR,
|
|
@@ -638,20 +638,20 @@ var JobRun = [
|
|
|
638
638
|
4,
|
|
639
639
|
4,
|
|
640
640
|
0,
|
|
641
|
-
() => JobRunExecutionIamPolicy
|
|
641
|
+
() => JobRunExecutionIamPolicy$,
|
|
642
642
|
0,
|
|
643
643
|
0,
|
|
644
644
|
0,
|
|
645
|
-
[() => ConfigurationOverrides
|
|
646
|
-
[() => JobDriver
|
|
645
|
+
[() => ConfigurationOverrides$, 0],
|
|
646
|
+
[() => JobDriver$, 0],
|
|
647
647
|
128 | 0,
|
|
648
|
-
() => TotalResourceUtilization
|
|
649
|
-
() => NetworkConfiguration
|
|
648
|
+
() => TotalResourceUtilization$,
|
|
649
|
+
() => NetworkConfiguration$,
|
|
650
650
|
1,
|
|
651
651
|
1,
|
|
652
|
-
() => ResourceUtilization
|
|
652
|
+
() => ResourceUtilization$,
|
|
653
653
|
0,
|
|
654
|
-
() => RetryPolicy
|
|
654
|
+
() => RetryPolicy$,
|
|
655
655
|
1,
|
|
656
656
|
4,
|
|
657
657
|
4,
|
|
@@ -660,7 +660,7 @@ var JobRun = [
|
|
|
660
660
|
1,
|
|
661
661
|
],
|
|
662
662
|
];
|
|
663
|
-
var JobRunAttemptSummary = [
|
|
663
|
+
var JobRunAttemptSummary$ = [
|
|
664
664
|
3,
|
|
665
665
|
n0,
|
|
666
666
|
_JRAS,
|
|
@@ -668,8 +668,8 @@ var JobRunAttemptSummary = [
|
|
|
668
668
|
[_aI, _i, _n, _mo, _a, _cB, _jCA, _cA, _uA, _eR, _s, _sD, _rL, _t, _at],
|
|
669
669
|
[0, 0, 0, 0, 0, 0, 4, 4, 4, 0, 0, 0, 0, 0, 1],
|
|
670
670
|
];
|
|
671
|
-
var JobRunExecutionIamPolicy = [3, n0, _JREIP, 0, [_po, _pA], [0, 64 | 0]];
|
|
672
|
-
var JobRunSummary = [
|
|
671
|
+
var JobRunExecutionIamPolicy$ = [3, n0, _JREIP, 0, [_po, _pA], [0, 64 | 0]];
|
|
672
|
+
var JobRunSummary$ = [
|
|
673
673
|
3,
|
|
674
674
|
n0,
|
|
675
675
|
_JRS,
|
|
@@ -677,7 +677,7 @@ var JobRunSummary = [
|
|
|
677
677
|
[_aI, _i, _n, _mo, _a, _cB, _cA, _uA, _eR, _s, _sD, _rL, _t, _at, _aCA, _aUA],
|
|
678
678
|
[0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 0, 0, 0, 1, 4, 4],
|
|
679
679
|
];
|
|
680
|
-
var ListApplicationsRequest = [
|
|
680
|
+
var ListApplicationsRequest$ = [
|
|
681
681
|
3,
|
|
682
682
|
n0,
|
|
683
683
|
_LAR,
|
|
@@ -689,8 +689,15 @@ var ListApplicationsRequest = [
|
|
|
689
689
|
[64 | 0, { [_hQ]: _st }],
|
|
690
690
|
],
|
|
691
691
|
];
|
|
692
|
-
var ListApplicationsResponse = [
|
|
693
|
-
|
|
692
|
+
var ListApplicationsResponse$ = [
|
|
693
|
+
3,
|
|
694
|
+
n0,
|
|
695
|
+
_LARi,
|
|
696
|
+
0,
|
|
697
|
+
[_app, _nT],
|
|
698
|
+
[() => ApplicationList, 0],
|
|
699
|
+
];
|
|
700
|
+
var ListJobRunAttemptsRequest$ = [
|
|
694
701
|
3,
|
|
695
702
|
n0,
|
|
696
703
|
_LJRAR,
|
|
@@ -703,7 +710,7 @@ var ListJobRunAttemptsRequest = [
|
|
|
703
710
|
[1, { [_hQ]: _mR }],
|
|
704
711
|
],
|
|
705
712
|
];
|
|
706
|
-
var ListJobRunAttemptsResponse = [
|
|
713
|
+
var ListJobRunAttemptsResponse$ = [
|
|
707
714
|
3,
|
|
708
715
|
n0,
|
|
709
716
|
_LJRARi,
|
|
@@ -711,7 +718,7 @@ var ListJobRunAttemptsResponse = [
|
|
|
711
718
|
[_jRA, _nT],
|
|
712
719
|
[() => JobRunAttempts, 0],
|
|
713
720
|
];
|
|
714
|
-
var ListJobRunsRequest = [
|
|
721
|
+
var ListJobRunsRequest$ = [
|
|
715
722
|
3,
|
|
716
723
|
n0,
|
|
717
724
|
_LJRR,
|
|
@@ -727,35 +734,35 @@ var ListJobRunsRequest = [
|
|
|
727
734
|
[0, { [_hQ]: _mo }],
|
|
728
735
|
],
|
|
729
736
|
];
|
|
730
|
-
var ListJobRunsResponse = [3, n0, _LJRRi, 0, [_jRo, _nT], [() => JobRuns, 0]];
|
|
731
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
732
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
|
|
733
|
-
var ManagedPersistenceMonitoringConfiguration = [3, n0, _MPMC, 0, [_e, _eKA], [2, 0]];
|
|
734
|
-
var MaximumAllowedResources = [3, n0, _MAR, 0, [_cp, _me, _d], [0, 0, 0]];
|
|
735
|
-
var MonitoringConfiguration = [
|
|
737
|
+
var ListJobRunsResponse$ = [3, n0, _LJRRi, 0, [_jRo, _nT], [() => JobRuns, 0]];
|
|
738
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
739
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
|
|
740
|
+
var ManagedPersistenceMonitoringConfiguration$ = [3, n0, _MPMC, 0, [_e, _eKA], [2, 0]];
|
|
741
|
+
var MaximumAllowedResources$ = [3, n0, _MAR, 0, [_cp, _me, _d], [0, 0, 0]];
|
|
742
|
+
var MonitoringConfiguration$ = [
|
|
736
743
|
3,
|
|
737
744
|
n0,
|
|
738
745
|
_MC,
|
|
739
746
|
0,
|
|
740
747
|
[_sMC, _mPMC, _cWLC, _pMC],
|
|
741
748
|
[
|
|
742
|
-
() => S3MonitoringConfiguration
|
|
743
|
-
() => ManagedPersistenceMonitoringConfiguration
|
|
744
|
-
() => CloudWatchLoggingConfiguration
|
|
745
|
-
() => PrometheusMonitoringConfiguration
|
|
749
|
+
() => S3MonitoringConfiguration$,
|
|
750
|
+
() => ManagedPersistenceMonitoringConfiguration$,
|
|
751
|
+
() => CloudWatchLoggingConfiguration$,
|
|
752
|
+
() => PrometheusMonitoringConfiguration$,
|
|
746
753
|
],
|
|
747
754
|
];
|
|
748
|
-
var NetworkConfiguration = [3, n0, _NC, 0, [_sI, _sGI], [64 | 0, 64 | 0]];
|
|
749
|
-
var PrometheusMonitoringConfiguration = [3, n0, _PMC, 0, [_rWU], [0]];
|
|
750
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_er]: _cl, [_hE]: 404 }, [_m], [0]];
|
|
751
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
752
|
-
var ResourceUtilization = [3, n0, _RU, 0, [_vCPUH, _mGBH, _sGBH], [1, 1, 1]];
|
|
753
|
-
var RetryPolicy = [3, n0, _RP, 0, [_mA, _mFAPH], [1, 1]];
|
|
754
|
-
var S3MonitoringConfiguration = [3, n0, _SMC, 0, [_lU, _eKA], [0, 0]];
|
|
755
|
-
var SchedulerConfiguration = [3, n0, _SC, 0, [_qTM, _mCR], [1, 1]];
|
|
756
|
-
var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_er]: _cl, [_hE]: 402 }, [_m], [0]];
|
|
757
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
758
|
-
var SparkSubmit = [
|
|
755
|
+
var NetworkConfiguration$ = [3, n0, _NC, 0, [_sI, _sGI], [64 | 0, 64 | 0]];
|
|
756
|
+
var PrometheusMonitoringConfiguration$ = [3, n0, _PMC, 0, [_rWU], [0]];
|
|
757
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_er]: _cl, [_hE]: 404 }, [_m], [0]];
|
|
758
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
759
|
+
var ResourceUtilization$ = [3, n0, _RU, 0, [_vCPUH, _mGBH, _sGBH], [1, 1, 1]];
|
|
760
|
+
var RetryPolicy$ = [3, n0, _RP, 0, [_mA, _mFAPH], [1, 1]];
|
|
761
|
+
var S3MonitoringConfiguration$ = [3, n0, _SMC, 0, [_lU, _eKA], [0, 0]];
|
|
762
|
+
var SchedulerConfiguration$ = [3, n0, _SC, 0, [_qTM, _mCR], [1, 1]];
|
|
763
|
+
var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_er]: _cl, [_hE]: 402 }, [_m], [0]];
|
|
764
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
765
|
+
var SparkSubmit$ = [
|
|
759
766
|
3,
|
|
760
767
|
n0,
|
|
761
768
|
_SS,
|
|
@@ -767,9 +774,9 @@ var SparkSubmit = [
|
|
|
767
774
|
[() => SparkSubmitParameters, 0],
|
|
768
775
|
],
|
|
769
776
|
];
|
|
770
|
-
var StartApplicationRequest = [3, n0, _SAR, 0, [_aI], [[0, 1]]];
|
|
771
|
-
var StartApplicationResponse = [3, n0, _SARt, 0, [], []];
|
|
772
|
-
var StartJobRunRequest = [
|
|
777
|
+
var StartApplicationRequest$ = [3, n0, _SAR, 0, [_aI], [[0, 1]]];
|
|
778
|
+
var StartApplicationResponse$ = [3, n0, _SARt, 0, [], []];
|
|
779
|
+
var StartJobRunRequest$ = [
|
|
773
780
|
3,
|
|
774
781
|
n0,
|
|
775
782
|
_SJRR,
|
|
@@ -779,23 +786,23 @@ var StartJobRunRequest = [
|
|
|
779
786
|
[0, 1],
|
|
780
787
|
[0, 4],
|
|
781
788
|
0,
|
|
782
|
-
() => JobRunExecutionIamPolicy
|
|
783
|
-
[() => JobDriver
|
|
784
|
-
[() => ConfigurationOverrides
|
|
789
|
+
() => JobRunExecutionIamPolicy$,
|
|
790
|
+
[() => JobDriver$, 0],
|
|
791
|
+
[() => ConfigurationOverrides$, 0],
|
|
785
792
|
128 | 0,
|
|
786
793
|
1,
|
|
787
794
|
0,
|
|
788
795
|
0,
|
|
789
|
-
() => RetryPolicy
|
|
796
|
+
() => RetryPolicy$,
|
|
790
797
|
],
|
|
791
798
|
];
|
|
792
|
-
var StartJobRunResponse = [3, n0, _SJRRt, 0, [_aI, _jRI, _a], [0, 0, 0]];
|
|
793
|
-
var StopApplicationRequest = [3, n0, _SARto, 0, [_aI], [[0, 1]]];
|
|
794
|
-
var StopApplicationResponse = [3, n0, _SARtop, 0, [], []];
|
|
795
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
|
|
796
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
797
|
-
var TotalResourceUtilization = [3, n0, _TRU, 0, [_vCPUH, _mGBH, _sGBH], [1, 1, 1]];
|
|
798
|
-
var UntagResourceRequest = [
|
|
799
|
+
var StartJobRunResponse$ = [3, n0, _SJRRt, 0, [_aI, _jRI, _a], [0, 0, 0]];
|
|
800
|
+
var StopApplicationRequest$ = [3, n0, _SARto, 0, [_aI], [[0, 1]]];
|
|
801
|
+
var StopApplicationResponse$ = [3, n0, _SARtop, 0, [], []];
|
|
802
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
|
|
803
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
804
|
+
var TotalResourceUtilization$ = [3, n0, _TRU, 0, [_vCPUH, _mGBH, _sGBH], [1, 1, 1]];
|
|
805
|
+
var UntagResourceRequest$ = [
|
|
799
806
|
3,
|
|
800
807
|
n0,
|
|
801
808
|
_URR,
|
|
@@ -806,8 +813,8 @@ var UntagResourceRequest = [
|
|
|
806
813
|
[64 | 0, { [_hQ]: _tK }],
|
|
807
814
|
],
|
|
808
815
|
];
|
|
809
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
810
|
-
var UpdateApplicationRequest = [
|
|
816
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
817
|
+
var UpdateApplicationRequest$ = [
|
|
811
818
|
3,
|
|
812
819
|
n0,
|
|
813
820
|
_UAR,
|
|
@@ -817,183 +824,183 @@ var UpdateApplicationRequest = [
|
|
|
817
824
|
[0, 1],
|
|
818
825
|
[0, 4],
|
|
819
826
|
() => InitialCapacityConfigMap,
|
|
820
|
-
() => MaximumAllowedResources
|
|
821
|
-
() => AutoStartConfig
|
|
822
|
-
() => AutoStopConfig
|
|
823
|
-
() => NetworkConfiguration
|
|
827
|
+
() => MaximumAllowedResources$,
|
|
828
|
+
() => AutoStartConfig$,
|
|
829
|
+
() => AutoStopConfig$,
|
|
830
|
+
() => NetworkConfiguration$,
|
|
824
831
|
0,
|
|
825
|
-
() => ImageConfigurationInput
|
|
832
|
+
() => ImageConfigurationInput$,
|
|
826
833
|
() => WorkerTypeSpecificationInputMap,
|
|
827
|
-
() => InteractiveConfiguration
|
|
834
|
+
() => InteractiveConfiguration$,
|
|
828
835
|
0,
|
|
829
836
|
[() => ConfigurationList, 0],
|
|
830
|
-
() => MonitoringConfiguration
|
|
831
|
-
() => SchedulerConfiguration
|
|
832
|
-
() => IdentityCenterConfigurationInput
|
|
837
|
+
() => MonitoringConfiguration$,
|
|
838
|
+
() => SchedulerConfiguration$,
|
|
839
|
+
() => IdentityCenterConfigurationInput$,
|
|
833
840
|
],
|
|
834
841
|
];
|
|
835
|
-
var UpdateApplicationResponse = [3, n0, _UARp, 0, [_ap], [[() => Application
|
|
836
|
-
var ValidationException = [-3, n0, _VE, { [_er]: _cl, [_hE]: 400 }, [_m], [0]];
|
|
837
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
838
|
-
var WorkerResourceConfig = [3, n0, _WRC, 0, [_cp, _me, _d, _dT], [0, 0, 0, 0]];
|
|
839
|
-
var WorkerTypeSpecification = [3, n0, _WTS, 0, [_iCm], [() => ImageConfiguration]];
|
|
840
|
-
var WorkerTypeSpecificationInput = [
|
|
842
|
+
var UpdateApplicationResponse$ = [3, n0, _UARp, 0, [_ap], [[() => Application$, 0]]];
|
|
843
|
+
var ValidationException$ = [-3, n0, _VE, { [_er]: _cl, [_hE]: 400 }, [_m], [0]];
|
|
844
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
845
|
+
var WorkerResourceConfig$ = [3, n0, _WRC, 0, [_cp, _me, _d, _dT], [0, 0, 0, 0]];
|
|
846
|
+
var WorkerTypeSpecification$ = [3, n0, _WTS, 0, [_iCm], [() => ImageConfiguration$]];
|
|
847
|
+
var WorkerTypeSpecificationInput$ = [
|
|
841
848
|
3,
|
|
842
849
|
n0,
|
|
843
850
|
_WTSI,
|
|
844
851
|
0,
|
|
845
852
|
[_iCm],
|
|
846
|
-
[() => ImageConfigurationInput],
|
|
853
|
+
[() => ImageConfigurationInput$],
|
|
847
854
|
];
|
|
848
|
-
var EMRServerlessServiceException = [-3, _sm, "EMRServerlessServiceException", 0, [], []];
|
|
849
|
-
schema.TypeRegistry.for(_sm).registerError(EMRServerlessServiceException
|
|
850
|
-
var ApplicationList = [1, n0, _AL, 0, () => ApplicationSummary];
|
|
851
|
-
var ConfigurationList = [1, n0, _CL, 0, [() => Configuration
|
|
855
|
+
var EMRServerlessServiceException$ = [-3, _sm, "EMRServerlessServiceException", 0, [], []];
|
|
856
|
+
schema.TypeRegistry.for(_sm).registerError(EMRServerlessServiceException$, EMRServerlessServiceException);
|
|
857
|
+
var ApplicationList = [1, n0, _AL, 0, () => ApplicationSummary$];
|
|
858
|
+
var ConfigurationList = [1, n0, _CL, 0, [() => Configuration$, 0]];
|
|
852
859
|
var EntryPointArguments = [1, n0, _EPAn, 0, [() => EntryPointArgument, 0]];
|
|
853
|
-
var JobRunAttempts = [1, n0, _JRA, 0, () => JobRunAttemptSummary];
|
|
854
|
-
var JobRuns = [1, n0, _JRo, 0, () => JobRunSummary];
|
|
855
|
-
var InitialCapacityConfigMap = [2, n0, _ICCM, 0, 0, () => InitialCapacityConfig];
|
|
860
|
+
var JobRunAttempts = [1, n0, _JRA, 0, () => JobRunAttemptSummary$];
|
|
861
|
+
var JobRuns = [1, n0, _JRo, 0, () => JobRunSummary$];
|
|
862
|
+
var InitialCapacityConfigMap = [2, n0, _ICCM, 0, 0, () => InitialCapacityConfig$];
|
|
856
863
|
var SensitivePropertiesMap = [2, n0, _SPM, 8, 0, 0];
|
|
857
|
-
var WorkerTypeSpecificationInputMap = [2, n0, _WTSIM, 0, 0, () => WorkerTypeSpecificationInput];
|
|
858
|
-
var WorkerTypeSpecificationMap = [2, n0, _WTSM, 0, 0, () => WorkerTypeSpecification];
|
|
859
|
-
var JobDriver = [
|
|
864
|
+
var WorkerTypeSpecificationInputMap = [2, n0, _WTSIM, 0, 0, () => WorkerTypeSpecificationInput$];
|
|
865
|
+
var WorkerTypeSpecificationMap = [2, n0, _WTSM, 0, 0, () => WorkerTypeSpecification$];
|
|
866
|
+
var JobDriver$ = [
|
|
860
867
|
3,
|
|
861
868
|
n0,
|
|
862
869
|
_JD,
|
|
863
870
|
0,
|
|
864
871
|
[_sS, _h],
|
|
865
872
|
[
|
|
866
|
-
[() => SparkSubmit
|
|
867
|
-
[() => Hive
|
|
873
|
+
[() => SparkSubmit$, 0],
|
|
874
|
+
[() => Hive$, 0],
|
|
868
875
|
],
|
|
869
876
|
];
|
|
870
|
-
var CancelJobRun = [
|
|
877
|
+
var CancelJobRun$ = [
|
|
871
878
|
9,
|
|
872
879
|
n0,
|
|
873
880
|
_CJR,
|
|
874
881
|
{ [_ht]: ["DELETE", "/applications/{applicationId}/jobruns/{jobRunId}", 200] },
|
|
875
|
-
() => CancelJobRunRequest
|
|
876
|
-
() => CancelJobRunResponse
|
|
882
|
+
() => CancelJobRunRequest$,
|
|
883
|
+
() => CancelJobRunResponse$,
|
|
877
884
|
];
|
|
878
|
-
var CreateApplication = [
|
|
885
|
+
var CreateApplication$ = [
|
|
879
886
|
9,
|
|
880
887
|
n0,
|
|
881
888
|
_CA,
|
|
882
889
|
{ [_ht]: ["POST", "/applications", 200] },
|
|
883
|
-
() => CreateApplicationRequest
|
|
884
|
-
() => CreateApplicationResponse
|
|
890
|
+
() => CreateApplicationRequest$,
|
|
891
|
+
() => CreateApplicationResponse$,
|
|
885
892
|
];
|
|
886
|
-
var DeleteApplication = [
|
|
893
|
+
var DeleteApplication$ = [
|
|
887
894
|
9,
|
|
888
895
|
n0,
|
|
889
896
|
_DA,
|
|
890
897
|
{ [_ht]: ["DELETE", "/applications/{applicationId}", 200] },
|
|
891
|
-
() => DeleteApplicationRequest
|
|
892
|
-
() => DeleteApplicationResponse
|
|
898
|
+
() => DeleteApplicationRequest$,
|
|
899
|
+
() => DeleteApplicationResponse$,
|
|
893
900
|
];
|
|
894
|
-
var GetApplication = [
|
|
901
|
+
var GetApplication$ = [
|
|
895
902
|
9,
|
|
896
903
|
n0,
|
|
897
904
|
_GA,
|
|
898
905
|
{ [_ht]: ["GET", "/applications/{applicationId}", 200] },
|
|
899
|
-
() => GetApplicationRequest
|
|
900
|
-
() => GetApplicationResponse
|
|
906
|
+
() => GetApplicationRequest$,
|
|
907
|
+
() => GetApplicationResponse$,
|
|
901
908
|
];
|
|
902
|
-
var GetDashboardForJobRun = [
|
|
909
|
+
var GetDashboardForJobRun$ = [
|
|
903
910
|
9,
|
|
904
911
|
n0,
|
|
905
912
|
_GDFJR,
|
|
906
913
|
{ [_ht]: ["GET", "/applications/{applicationId}/jobruns/{jobRunId}/dashboard", 200] },
|
|
907
|
-
() => GetDashboardForJobRunRequest
|
|
908
|
-
() => GetDashboardForJobRunResponse
|
|
914
|
+
() => GetDashboardForJobRunRequest$,
|
|
915
|
+
() => GetDashboardForJobRunResponse$,
|
|
909
916
|
];
|
|
910
|
-
var GetJobRun = [
|
|
917
|
+
var GetJobRun$ = [
|
|
911
918
|
9,
|
|
912
919
|
n0,
|
|
913
920
|
_GJR,
|
|
914
921
|
{ [_ht]: ["GET", "/applications/{applicationId}/jobruns/{jobRunId}", 200] },
|
|
915
|
-
() => GetJobRunRequest
|
|
916
|
-
() => GetJobRunResponse
|
|
922
|
+
() => GetJobRunRequest$,
|
|
923
|
+
() => GetJobRunResponse$,
|
|
917
924
|
];
|
|
918
|
-
var ListApplications = [
|
|
925
|
+
var ListApplications$ = [
|
|
919
926
|
9,
|
|
920
927
|
n0,
|
|
921
928
|
_LA,
|
|
922
929
|
{ [_ht]: ["GET", "/applications", 200] },
|
|
923
|
-
() => ListApplicationsRequest
|
|
924
|
-
() => ListApplicationsResponse
|
|
930
|
+
() => ListApplicationsRequest$,
|
|
931
|
+
() => ListApplicationsResponse$,
|
|
925
932
|
];
|
|
926
|
-
var ListJobRunAttempts = [
|
|
933
|
+
var ListJobRunAttempts$ = [
|
|
927
934
|
9,
|
|
928
935
|
n0,
|
|
929
936
|
_LJRA,
|
|
930
937
|
{ [_ht]: ["GET", "/applications/{applicationId}/jobruns/{jobRunId}/attempts", 200] },
|
|
931
|
-
() => ListJobRunAttemptsRequest
|
|
932
|
-
() => ListJobRunAttemptsResponse
|
|
938
|
+
() => ListJobRunAttemptsRequest$,
|
|
939
|
+
() => ListJobRunAttemptsResponse$,
|
|
933
940
|
];
|
|
934
|
-
var ListJobRuns = [
|
|
941
|
+
var ListJobRuns$ = [
|
|
935
942
|
9,
|
|
936
943
|
n0,
|
|
937
944
|
_LJR,
|
|
938
945
|
{ [_ht]: ["GET", "/applications/{applicationId}/jobruns", 200] },
|
|
939
|
-
() => ListJobRunsRequest
|
|
940
|
-
() => ListJobRunsResponse
|
|
946
|
+
() => ListJobRunsRequest$,
|
|
947
|
+
() => ListJobRunsResponse$,
|
|
941
948
|
];
|
|
942
|
-
var ListTagsForResource = [
|
|
949
|
+
var ListTagsForResource$ = [
|
|
943
950
|
9,
|
|
944
951
|
n0,
|
|
945
952
|
_LTFR,
|
|
946
953
|
{ [_ht]: ["GET", "/tags/{resourceArn}", 200] },
|
|
947
|
-
() => ListTagsForResourceRequest
|
|
948
|
-
() => ListTagsForResourceResponse
|
|
954
|
+
() => ListTagsForResourceRequest$,
|
|
955
|
+
() => ListTagsForResourceResponse$,
|
|
949
956
|
];
|
|
950
|
-
var StartApplication = [
|
|
957
|
+
var StartApplication$ = [
|
|
951
958
|
9,
|
|
952
959
|
n0,
|
|
953
960
|
_SA,
|
|
954
961
|
{ [_ht]: ["POST", "/applications/{applicationId}/start", 200] },
|
|
955
|
-
() => StartApplicationRequest
|
|
956
|
-
() => StartApplicationResponse
|
|
962
|
+
() => StartApplicationRequest$,
|
|
963
|
+
() => StartApplicationResponse$,
|
|
957
964
|
];
|
|
958
|
-
var StartJobRun = [
|
|
965
|
+
var StartJobRun$ = [
|
|
959
966
|
9,
|
|
960
967
|
n0,
|
|
961
968
|
_SJR,
|
|
962
969
|
{ [_ht]: ["POST", "/applications/{applicationId}/jobruns", 200] },
|
|
963
|
-
() => StartJobRunRequest
|
|
964
|
-
() => StartJobRunResponse
|
|
970
|
+
() => StartJobRunRequest$,
|
|
971
|
+
() => StartJobRunResponse$,
|
|
965
972
|
];
|
|
966
|
-
var StopApplication = [
|
|
973
|
+
var StopApplication$ = [
|
|
967
974
|
9,
|
|
968
975
|
n0,
|
|
969
976
|
_SAt,
|
|
970
977
|
{ [_ht]: ["POST", "/applications/{applicationId}/stop", 200] },
|
|
971
|
-
() => StopApplicationRequest
|
|
972
|
-
() => StopApplicationResponse
|
|
978
|
+
() => StopApplicationRequest$,
|
|
979
|
+
() => StopApplicationResponse$,
|
|
973
980
|
];
|
|
974
|
-
var TagResource = [
|
|
981
|
+
var TagResource$ = [
|
|
975
982
|
9,
|
|
976
983
|
n0,
|
|
977
984
|
_TR,
|
|
978
985
|
{ [_ht]: ["POST", "/tags/{resourceArn}", 200] },
|
|
979
|
-
() => TagResourceRequest
|
|
980
|
-
() => TagResourceResponse
|
|
986
|
+
() => TagResourceRequest$,
|
|
987
|
+
() => TagResourceResponse$,
|
|
981
988
|
];
|
|
982
|
-
var UntagResource = [
|
|
989
|
+
var UntagResource$ = [
|
|
983
990
|
9,
|
|
984
991
|
n0,
|
|
985
992
|
_UR,
|
|
986
993
|
{ [_ht]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
987
|
-
() => UntagResourceRequest
|
|
988
|
-
() => UntagResourceResponse
|
|
994
|
+
() => UntagResourceRequest$,
|
|
995
|
+
() => UntagResourceResponse$,
|
|
989
996
|
];
|
|
990
|
-
var UpdateApplication = [
|
|
997
|
+
var UpdateApplication$ = [
|
|
991
998
|
9,
|
|
992
999
|
n0,
|
|
993
1000
|
_UA,
|
|
994
1001
|
{ [_ht]: ["PATCH", "/applications/{applicationId}", 200] },
|
|
995
|
-
() => UpdateApplicationRequest
|
|
996
|
-
() => UpdateApplicationResponse
|
|
1002
|
+
() => UpdateApplicationRequest$,
|
|
1003
|
+
() => UpdateApplicationResponse$,
|
|
997
1004
|
];
|
|
998
1005
|
|
|
999
1006
|
class CancelJobRunCommand extends smithyClient.Command
|
|
@@ -1004,7 +1011,7 @@ class CancelJobRunCommand extends smithyClient.Command
|
|
|
1004
1011
|
})
|
|
1005
1012
|
.s("AwsToledoWebService", "CancelJobRun", {})
|
|
1006
1013
|
.n("EMRServerlessClient", "CancelJobRunCommand")
|
|
1007
|
-
.sc(CancelJobRun)
|
|
1014
|
+
.sc(CancelJobRun$)
|
|
1008
1015
|
.build() {
|
|
1009
1016
|
}
|
|
1010
1017
|
|
|
@@ -1016,7 +1023,7 @@ class CreateApplicationCommand extends smithyClient.Command
|
|
|
1016
1023
|
})
|
|
1017
1024
|
.s("AwsToledoWebService", "CreateApplication", {})
|
|
1018
1025
|
.n("EMRServerlessClient", "CreateApplicationCommand")
|
|
1019
|
-
.sc(CreateApplication)
|
|
1026
|
+
.sc(CreateApplication$)
|
|
1020
1027
|
.build() {
|
|
1021
1028
|
}
|
|
1022
1029
|
|
|
@@ -1028,7 +1035,7 @@ class DeleteApplicationCommand extends smithyClient.Command
|
|
|
1028
1035
|
})
|
|
1029
1036
|
.s("AwsToledoWebService", "DeleteApplication", {})
|
|
1030
1037
|
.n("EMRServerlessClient", "DeleteApplicationCommand")
|
|
1031
|
-
.sc(DeleteApplication)
|
|
1038
|
+
.sc(DeleteApplication$)
|
|
1032
1039
|
.build() {
|
|
1033
1040
|
}
|
|
1034
1041
|
|
|
@@ -1040,7 +1047,7 @@ class GetApplicationCommand extends smithyClient.Command
|
|
|
1040
1047
|
})
|
|
1041
1048
|
.s("AwsToledoWebService", "GetApplication", {})
|
|
1042
1049
|
.n("EMRServerlessClient", "GetApplicationCommand")
|
|
1043
|
-
.sc(GetApplication)
|
|
1050
|
+
.sc(GetApplication$)
|
|
1044
1051
|
.build() {
|
|
1045
1052
|
}
|
|
1046
1053
|
|
|
@@ -1052,7 +1059,7 @@ class GetDashboardForJobRunCommand extends smithyClient.Command
|
|
|
1052
1059
|
})
|
|
1053
1060
|
.s("AwsToledoWebService", "GetDashboardForJobRun", {})
|
|
1054
1061
|
.n("EMRServerlessClient", "GetDashboardForJobRunCommand")
|
|
1055
|
-
.sc(GetDashboardForJobRun)
|
|
1062
|
+
.sc(GetDashboardForJobRun$)
|
|
1056
1063
|
.build() {
|
|
1057
1064
|
}
|
|
1058
1065
|
|
|
@@ -1064,7 +1071,7 @@ class GetJobRunCommand extends smithyClient.Command
|
|
|
1064
1071
|
})
|
|
1065
1072
|
.s("AwsToledoWebService", "GetJobRun", {})
|
|
1066
1073
|
.n("EMRServerlessClient", "GetJobRunCommand")
|
|
1067
|
-
.sc(GetJobRun)
|
|
1074
|
+
.sc(GetJobRun$)
|
|
1068
1075
|
.build() {
|
|
1069
1076
|
}
|
|
1070
1077
|
|
|
@@ -1076,7 +1083,7 @@ class ListApplicationsCommand extends smithyClient.Command
|
|
|
1076
1083
|
})
|
|
1077
1084
|
.s("AwsToledoWebService", "ListApplications", {})
|
|
1078
1085
|
.n("EMRServerlessClient", "ListApplicationsCommand")
|
|
1079
|
-
.sc(ListApplications)
|
|
1086
|
+
.sc(ListApplications$)
|
|
1080
1087
|
.build() {
|
|
1081
1088
|
}
|
|
1082
1089
|
|
|
@@ -1088,7 +1095,7 @@ class ListJobRunAttemptsCommand extends smithyClient.Command
|
|
|
1088
1095
|
})
|
|
1089
1096
|
.s("AwsToledoWebService", "ListJobRunAttempts", {})
|
|
1090
1097
|
.n("EMRServerlessClient", "ListJobRunAttemptsCommand")
|
|
1091
|
-
.sc(ListJobRunAttempts)
|
|
1098
|
+
.sc(ListJobRunAttempts$)
|
|
1092
1099
|
.build() {
|
|
1093
1100
|
}
|
|
1094
1101
|
|
|
@@ -1100,7 +1107,7 @@ class ListJobRunsCommand extends smithyClient.Command
|
|
|
1100
1107
|
})
|
|
1101
1108
|
.s("AwsToledoWebService", "ListJobRuns", {})
|
|
1102
1109
|
.n("EMRServerlessClient", "ListJobRunsCommand")
|
|
1103
|
-
.sc(ListJobRuns)
|
|
1110
|
+
.sc(ListJobRuns$)
|
|
1104
1111
|
.build() {
|
|
1105
1112
|
}
|
|
1106
1113
|
|
|
@@ -1112,7 +1119,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1112
1119
|
})
|
|
1113
1120
|
.s("AwsToledoWebService", "ListTagsForResource", {})
|
|
1114
1121
|
.n("EMRServerlessClient", "ListTagsForResourceCommand")
|
|
1115
|
-
.sc(ListTagsForResource)
|
|
1122
|
+
.sc(ListTagsForResource$)
|
|
1116
1123
|
.build() {
|
|
1117
1124
|
}
|
|
1118
1125
|
|
|
@@ -1124,7 +1131,7 @@ class StartApplicationCommand extends smithyClient.Command
|
|
|
1124
1131
|
})
|
|
1125
1132
|
.s("AwsToledoWebService", "StartApplication", {})
|
|
1126
1133
|
.n("EMRServerlessClient", "StartApplicationCommand")
|
|
1127
|
-
.sc(StartApplication)
|
|
1134
|
+
.sc(StartApplication$)
|
|
1128
1135
|
.build() {
|
|
1129
1136
|
}
|
|
1130
1137
|
|
|
@@ -1136,7 +1143,7 @@ class StartJobRunCommand extends smithyClient.Command
|
|
|
1136
1143
|
})
|
|
1137
1144
|
.s("AwsToledoWebService", "StartJobRun", {})
|
|
1138
1145
|
.n("EMRServerlessClient", "StartJobRunCommand")
|
|
1139
|
-
.sc(StartJobRun)
|
|
1146
|
+
.sc(StartJobRun$)
|
|
1140
1147
|
.build() {
|
|
1141
1148
|
}
|
|
1142
1149
|
|
|
@@ -1148,7 +1155,7 @@ class StopApplicationCommand extends smithyClient.Command
|
|
|
1148
1155
|
})
|
|
1149
1156
|
.s("AwsToledoWebService", "StopApplication", {})
|
|
1150
1157
|
.n("EMRServerlessClient", "StopApplicationCommand")
|
|
1151
|
-
.sc(StopApplication)
|
|
1158
|
+
.sc(StopApplication$)
|
|
1152
1159
|
.build() {
|
|
1153
1160
|
}
|
|
1154
1161
|
|
|
@@ -1160,7 +1167,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1160
1167
|
})
|
|
1161
1168
|
.s("AwsToledoWebService", "TagResource", {})
|
|
1162
1169
|
.n("EMRServerlessClient", "TagResourceCommand")
|
|
1163
|
-
.sc(TagResource)
|
|
1170
|
+
.sc(TagResource$)
|
|
1164
1171
|
.build() {
|
|
1165
1172
|
}
|
|
1166
1173
|
|
|
@@ -1172,7 +1179,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1172
1179
|
})
|
|
1173
1180
|
.s("AwsToledoWebService", "UntagResource", {})
|
|
1174
1181
|
.n("EMRServerlessClient", "UntagResourceCommand")
|
|
1175
|
-
.sc(UntagResource)
|
|
1182
|
+
.sc(UntagResource$)
|
|
1176
1183
|
.build() {
|
|
1177
1184
|
}
|
|
1178
1185
|
|
|
@@ -1184,7 +1191,7 @@ class UpdateApplicationCommand extends smithyClient.Command
|
|
|
1184
1191
|
})
|
|
1185
1192
|
.s("AwsToledoWebService", "UpdateApplication", {})
|
|
1186
1193
|
.n("EMRServerlessClient", "UpdateApplicationCommand")
|
|
1187
|
-
.sc(UpdateApplication)
|
|
1194
|
+
.sc(UpdateApplication$)
|
|
1188
1195
|
.build() {
|
|
1189
1196
|
}
|
|
1190
1197
|
|
|
@@ -1253,34 +1260,121 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1253
1260
|
enumerable: true,
|
|
1254
1261
|
get: function () { return smithyClient.Client; }
|
|
1255
1262
|
});
|
|
1263
|
+
exports.Application$ = Application$;
|
|
1256
1264
|
exports.ApplicationState = ApplicationState;
|
|
1265
|
+
exports.ApplicationSummary$ = ApplicationSummary$;
|
|
1257
1266
|
exports.Architecture = Architecture;
|
|
1267
|
+
exports.AutoStartConfig$ = AutoStartConfig$;
|
|
1268
|
+
exports.AutoStopConfig$ = AutoStopConfig$;
|
|
1269
|
+
exports.CancelJobRun$ = CancelJobRun$;
|
|
1258
1270
|
exports.CancelJobRunCommand = CancelJobRunCommand;
|
|
1259
|
-
exports.
|
|
1271
|
+
exports.CancelJobRunRequest$ = CancelJobRunRequest$;
|
|
1272
|
+
exports.CancelJobRunResponse$ = CancelJobRunResponse$;
|
|
1273
|
+
exports.CloudWatchLoggingConfiguration$ = CloudWatchLoggingConfiguration$;
|
|
1274
|
+
exports.Configuration$ = Configuration$;
|
|
1275
|
+
exports.ConfigurationOverrides$ = ConfigurationOverrides$;
|
|
1276
|
+
exports.ConflictException = ConflictException;
|
|
1277
|
+
exports.ConflictException$ = ConflictException$;
|
|
1278
|
+
exports.CreateApplication$ = CreateApplication$;
|
|
1260
1279
|
exports.CreateApplicationCommand = CreateApplicationCommand;
|
|
1280
|
+
exports.CreateApplicationRequest$ = CreateApplicationRequest$;
|
|
1281
|
+
exports.CreateApplicationResponse$ = CreateApplicationResponse$;
|
|
1282
|
+
exports.DeleteApplication$ = DeleteApplication$;
|
|
1261
1283
|
exports.DeleteApplicationCommand = DeleteApplicationCommand;
|
|
1284
|
+
exports.DeleteApplicationRequest$ = DeleteApplicationRequest$;
|
|
1285
|
+
exports.DeleteApplicationResponse$ = DeleteApplicationResponse$;
|
|
1262
1286
|
exports.EMRServerless = EMRServerless;
|
|
1263
1287
|
exports.EMRServerlessClient = EMRServerlessClient;
|
|
1264
|
-
exports.EMRServerlessServiceException = EMRServerlessServiceException
|
|
1288
|
+
exports.EMRServerlessServiceException = EMRServerlessServiceException;
|
|
1289
|
+
exports.EMRServerlessServiceException$ = EMRServerlessServiceException$;
|
|
1290
|
+
exports.GetApplication$ = GetApplication$;
|
|
1265
1291
|
exports.GetApplicationCommand = GetApplicationCommand;
|
|
1292
|
+
exports.GetApplicationRequest$ = GetApplicationRequest$;
|
|
1293
|
+
exports.GetApplicationResponse$ = GetApplicationResponse$;
|
|
1294
|
+
exports.GetDashboardForJobRun$ = GetDashboardForJobRun$;
|
|
1266
1295
|
exports.GetDashboardForJobRunCommand = GetDashboardForJobRunCommand;
|
|
1296
|
+
exports.GetDashboardForJobRunRequest$ = GetDashboardForJobRunRequest$;
|
|
1297
|
+
exports.GetDashboardForJobRunResponse$ = GetDashboardForJobRunResponse$;
|
|
1298
|
+
exports.GetJobRun$ = GetJobRun$;
|
|
1267
1299
|
exports.GetJobRunCommand = GetJobRunCommand;
|
|
1268
|
-
exports.
|
|
1300
|
+
exports.GetJobRunRequest$ = GetJobRunRequest$;
|
|
1301
|
+
exports.GetJobRunResponse$ = GetJobRunResponse$;
|
|
1302
|
+
exports.Hive$ = Hive$;
|
|
1303
|
+
exports.IdentityCenterConfiguration$ = IdentityCenterConfiguration$;
|
|
1304
|
+
exports.IdentityCenterConfigurationInput$ = IdentityCenterConfigurationInput$;
|
|
1305
|
+
exports.ImageConfiguration$ = ImageConfiguration$;
|
|
1306
|
+
exports.ImageConfigurationInput$ = ImageConfigurationInput$;
|
|
1307
|
+
exports.InitialCapacityConfig$ = InitialCapacityConfig$;
|
|
1308
|
+
exports.InteractiveConfiguration$ = InteractiveConfiguration$;
|
|
1309
|
+
exports.InternalServerException = InternalServerException;
|
|
1310
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
1311
|
+
exports.JobDriver$ = JobDriver$;
|
|
1312
|
+
exports.JobRun$ = JobRun$;
|
|
1313
|
+
exports.JobRunAttemptSummary$ = JobRunAttemptSummary$;
|
|
1314
|
+
exports.JobRunExecutionIamPolicy$ = JobRunExecutionIamPolicy$;
|
|
1269
1315
|
exports.JobRunMode = JobRunMode;
|
|
1270
1316
|
exports.JobRunState = JobRunState;
|
|
1317
|
+
exports.JobRunSummary$ = JobRunSummary$;
|
|
1318
|
+
exports.ListApplications$ = ListApplications$;
|
|
1271
1319
|
exports.ListApplicationsCommand = ListApplicationsCommand;
|
|
1320
|
+
exports.ListApplicationsRequest$ = ListApplicationsRequest$;
|
|
1321
|
+
exports.ListApplicationsResponse$ = ListApplicationsResponse$;
|
|
1322
|
+
exports.ListJobRunAttempts$ = ListJobRunAttempts$;
|
|
1272
1323
|
exports.ListJobRunAttemptsCommand = ListJobRunAttemptsCommand;
|
|
1324
|
+
exports.ListJobRunAttemptsRequest$ = ListJobRunAttemptsRequest$;
|
|
1325
|
+
exports.ListJobRunAttemptsResponse$ = ListJobRunAttemptsResponse$;
|
|
1326
|
+
exports.ListJobRuns$ = ListJobRuns$;
|
|
1273
1327
|
exports.ListJobRunsCommand = ListJobRunsCommand;
|
|
1328
|
+
exports.ListJobRunsRequest$ = ListJobRunsRequest$;
|
|
1329
|
+
exports.ListJobRunsResponse$ = ListJobRunsResponse$;
|
|
1330
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1274
1331
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1275
|
-
exports.
|
|
1276
|
-
exports.
|
|
1332
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
1333
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
1334
|
+
exports.ManagedPersistenceMonitoringConfiguration$ = ManagedPersistenceMonitoringConfiguration$;
|
|
1335
|
+
exports.MaximumAllowedResources$ = MaximumAllowedResources$;
|
|
1336
|
+
exports.MonitoringConfiguration$ = MonitoringConfiguration$;
|
|
1337
|
+
exports.NetworkConfiguration$ = NetworkConfiguration$;
|
|
1338
|
+
exports.PrometheusMonitoringConfiguration$ = PrometheusMonitoringConfiguration$;
|
|
1339
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1340
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1341
|
+
exports.ResourceUtilization$ = ResourceUtilization$;
|
|
1342
|
+
exports.RetryPolicy$ = RetryPolicy$;
|
|
1343
|
+
exports.S3MonitoringConfiguration$ = S3MonitoringConfiguration$;
|
|
1344
|
+
exports.SchedulerConfiguration$ = SchedulerConfiguration$;
|
|
1345
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
1346
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
1347
|
+
exports.SparkSubmit$ = SparkSubmit$;
|
|
1348
|
+
exports.StartApplication$ = StartApplication$;
|
|
1277
1349
|
exports.StartApplicationCommand = StartApplicationCommand;
|
|
1350
|
+
exports.StartApplicationRequest$ = StartApplicationRequest$;
|
|
1351
|
+
exports.StartApplicationResponse$ = StartApplicationResponse$;
|
|
1352
|
+
exports.StartJobRun$ = StartJobRun$;
|
|
1278
1353
|
exports.StartJobRunCommand = StartJobRunCommand;
|
|
1354
|
+
exports.StartJobRunRequest$ = StartJobRunRequest$;
|
|
1355
|
+
exports.StartJobRunResponse$ = StartJobRunResponse$;
|
|
1356
|
+
exports.StopApplication$ = StopApplication$;
|
|
1279
1357
|
exports.StopApplicationCommand = StopApplicationCommand;
|
|
1358
|
+
exports.StopApplicationRequest$ = StopApplicationRequest$;
|
|
1359
|
+
exports.StopApplicationResponse$ = StopApplicationResponse$;
|
|
1360
|
+
exports.TagResource$ = TagResource$;
|
|
1280
1361
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1362
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1363
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
1364
|
+
exports.TotalResourceUtilization$ = TotalResourceUtilization$;
|
|
1365
|
+
exports.UntagResource$ = UntagResource$;
|
|
1281
1366
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1367
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1368
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1369
|
+
exports.UpdateApplication$ = UpdateApplication$;
|
|
1282
1370
|
exports.UpdateApplicationCommand = UpdateApplicationCommand;
|
|
1283
|
-
exports.
|
|
1371
|
+
exports.UpdateApplicationRequest$ = UpdateApplicationRequest$;
|
|
1372
|
+
exports.UpdateApplicationResponse$ = UpdateApplicationResponse$;
|
|
1373
|
+
exports.ValidationException = ValidationException;
|
|
1374
|
+
exports.ValidationException$ = ValidationException$;
|
|
1375
|
+
exports.WorkerResourceConfig$ = WorkerResourceConfig$;
|
|
1376
|
+
exports.WorkerTypeSpecification$ = WorkerTypeSpecification$;
|
|
1377
|
+
exports.WorkerTypeSpecificationInput$ = WorkerTypeSpecificationInput$;
|
|
1284
1378
|
exports.paginateListApplications = paginateListApplications;
|
|
1285
1379
|
exports.paginateListJobRunAttempts = paginateListJobRunAttempts;
|
|
1286
1380
|
exports.paginateListJobRuns = paginateListJobRuns;
|