@aws-sdk/client-emr-serverless 3.987.0 → 3.989.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.
@@ -0,0 +1,699 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MonitoringConfiguration$ = exports.MaximumAllowedResources$ = exports.ManagedPersistenceMonitoringConfiguration$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListJobRunsResponse$ = 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.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.UpdateApplication$ = exports.UntagResource$ = exports.TagResource$ = exports.StopApplication$ = exports.StartJobRun$ = exports.StartApplication$ = exports.ListTagsForResource$ = exports.ListJobRuns$ = exports.ListJobRunAttempts$ = exports.ListApplications$ = 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.TagResourceResponse$ = exports.TagResourceRequest$ = exports.StopApplicationResponse$ = exports.StopApplicationRequest$ = exports.StartJobRunResponse$ = exports.StartJobRunRequest$ = exports.StartApplicationResponse$ = exports.StartApplicationRequest$ = exports.SparkSubmit$ = exports.SchedulerConfiguration$ = exports.S3MonitoringConfiguration$ = exports.RetryPolicy$ = exports.ResourceUtilization$ = exports.PrometheusMonitoringConfiguration$ = exports.NetworkConfiguration$ = void 0;
5
+ const _A = "Application";
6
+ const _AL = "ApplicationList";
7
+ const _AS = "ApplicationSummary";
8
+ const _ASC = "AutoStartConfig";
9
+ const _ASCu = "AutoStopConfig";
10
+ const _C = "Configuration";
11
+ const _CA = "CreateApplication";
12
+ const _CAR = "CreateApplicationRequest";
13
+ const _CARr = "CreateApplicationResponse";
14
+ const _CE = "ConflictException";
15
+ const _CJR = "CancelJobRun";
16
+ const _CJRR = "CancelJobRunRequest";
17
+ const _CJRRa = "CancelJobRunResponse";
18
+ const _CL = "ConfigurationList";
19
+ const _CO = "ConfigurationOverrides";
20
+ const _CWLC = "CloudWatchLoggingConfiguration";
21
+ const _DA = "DeleteApplication";
22
+ const _DAR = "DeleteApplicationRequest";
23
+ const _DARe = "DeleteApplicationResponse";
24
+ const _DEC = "DiskEncryptionConfiguration";
25
+ const _EPA = "EntryPointArgument";
26
+ const _EPAn = "EntryPointArguments";
27
+ const _EPP = "EntryPointPath";
28
+ const _GA = "GetApplication";
29
+ const _GAR = "GetApplicationRequest";
30
+ const _GARe = "GetApplicationResponse";
31
+ const _GDFJR = "GetDashboardForJobRun";
32
+ const _GDFJRR = "GetDashboardForJobRunRequest";
33
+ const _GDFJRRe = "GetDashboardForJobRunResponse";
34
+ const _GJR = "GetJobRun";
35
+ const _GJRR = "GetJobRunRequest";
36
+ const _GJRRe = "GetJobRunResponse";
37
+ const _H = "Hive";
38
+ const _HCP = "HiveCliParameters";
39
+ const _IC = "ImageConfiguration";
40
+ const _ICC = "IdentityCenterConfiguration";
41
+ const _ICCI = "IdentityCenterConfigurationInput";
42
+ const _ICCM = "InitialCapacityConfigMap";
43
+ const _ICCn = "InitialCapacityConfig";
44
+ const _ICI = "ImageConfigurationInput";
45
+ const _ICn = "InteractiveConfiguration";
46
+ const _ISE = "InternalServerException";
47
+ const _ISP = "InitScriptPath";
48
+ const _JD = "JobDriver";
49
+ const _JLCAC = "JobLevelCostAllocationConfiguration";
50
+ const _JR = "JobRun";
51
+ const _JRA = "JobRunAttempts";
52
+ const _JRAS = "JobRunAttemptSummary";
53
+ const _JREIP = "JobRunExecutionIamPolicy";
54
+ const _JRS = "JobRunSummary";
55
+ const _JRo = "JobRuns";
56
+ const _LA = "ListApplications";
57
+ const _LAR = "ListApplicationsRequest";
58
+ const _LARi = "ListApplicationsResponse";
59
+ const _LJR = "ListJobRuns";
60
+ const _LJRA = "ListJobRunAttempts";
61
+ const _LJRAR = "ListJobRunAttemptsRequest";
62
+ const _LJRARi = "ListJobRunAttemptsResponse";
63
+ const _LJRR = "ListJobRunsRequest";
64
+ const _LJRRi = "ListJobRunsResponse";
65
+ const _LTFR = "ListTagsForResource";
66
+ const _LTFRR = "ListTagsForResourceRequest";
67
+ const _LTFRRi = "ListTagsForResourceResponse";
68
+ const _LTM = "LogTypeMap";
69
+ const _MAR = "MaximumAllowedResources";
70
+ const _MC = "MonitoringConfiguration";
71
+ const _MPMC = "ManagedPersistenceMonitoringConfiguration";
72
+ const _NC = "NetworkConfiguration";
73
+ const _PMC = "PrometheusMonitoringConfiguration";
74
+ const _Q = "Query";
75
+ const _RNFE = "ResourceNotFoundException";
76
+ const _RP = "RetryPolicy";
77
+ const _RU = "ResourceUtilization";
78
+ const _SA = "StartApplication";
79
+ const _SAR = "StartApplicationRequest";
80
+ const _SARt = "StartApplicationResponse";
81
+ const _SARto = "StopApplicationRequest";
82
+ const _SARtop = "StopApplicationResponse";
83
+ const _SAt = "StopApplication";
84
+ const _SC = "SchedulerConfiguration";
85
+ const _SJR = "StartJobRun";
86
+ const _SJRR = "StartJobRunRequest";
87
+ const _SJRRt = "StartJobRunResponse";
88
+ const _SMC = "S3MonitoringConfiguration";
89
+ const _SPM = "SensitivePropertiesMap";
90
+ const _SQEE = "ServiceQuotaExceededException";
91
+ const _SS = "SparkSubmit";
92
+ const _SSP = "SparkSubmitParameters";
93
+ const _TR = "TagResource";
94
+ const _TRR = "TagResourceRequest";
95
+ const _TRRa = "TagResourceResponse";
96
+ const _TRU = "TotalResourceUtilization";
97
+ const _UA = "UpdateApplication";
98
+ const _UAR = "UpdateApplicationRequest";
99
+ const _UARp = "UpdateApplicationResponse";
100
+ const _UR = "UntagResource";
101
+ const _URR = "UntagResourceRequest";
102
+ const _URRn = "UntagResourceResponse";
103
+ const _VE = "ValidationException";
104
+ const _WRC = "WorkerResourceConfig";
105
+ const _WTS = "WorkerTypeSpecification";
106
+ const _WTSI = "WorkerTypeSpecificationInput";
107
+ const _WTSIM = "WorkerTypeSpecificationInputMap";
108
+ const _WTSM = "WorkerTypeSpecificationMap";
109
+ const _a = "arn";
110
+ const _aC = "applicationConfiguration";
111
+ const _aCA = "attemptCreatedAt";
112
+ const _aI = "applicationId";
113
+ const _aSC = "autoStartConfiguration";
114
+ const _aSCu = "autoStopConfiguration";
115
+ const _aSPL = "accessSystemProfileLogs";
116
+ const _aUA = "attemptUpdatedAt";
117
+ const _ap = "application";
118
+ const _app = "applications";
119
+ const _ar = "architecture";
120
+ const _at = "attempt";
121
+ const _bRU = "billedResourceUtilization";
122
+ const _c = "client";
123
+ const _cA = "createdAt";
124
+ const _cAA = "createdAtAfter";
125
+ const _cAB = "createdAtBefore";
126
+ const _cB = "createdBy";
127
+ const _cO = "configurationOverrides";
128
+ const _cT = "clientToken";
129
+ const _cWLC = "cloudWatchLoggingConfiguration";
130
+ const _cl = "classification";
131
+ const _co = "configurations";
132
+ const _cp = "cpu";
133
+ const _d = "disk";
134
+ const _dEC = "diskEncryptionConfiguration";
135
+ const _dT = "diskType";
136
+ const _e = "error";
137
+ const _eA = "endedAt";
138
+ const _eC = "encryptionContext";
139
+ const _eIP = "executionIamPolicy";
140
+ const _eKA = "encryptionKeyArn";
141
+ const _eP = "entryPoint";
142
+ const _ePA = "entryPointArguments";
143
+ const _eR = "executionRole";
144
+ const _eRA = "executionRoleArn";
145
+ const _eTM = "executionTimeoutMinutes";
146
+ const _en = "enabled";
147
+ const _h = "hive";
148
+ const _hE = "httpError";
149
+ const _hQ = "httpQuery";
150
+ const _ht = "http";
151
+ const _i = "id";
152
+ const _iC = "initialCapacity";
153
+ const _iCAA = "identityCenterApplicationArn";
154
+ const _iCC = "identityCenterConfiguration";
155
+ const _iCIA = "identityCenterInstanceArn";
156
+ const _iCm = "imageConfiguration";
157
+ const _iCn = "interactiveConfiguration";
158
+ const _iQF = "initQueryFile";
159
+ const _iTM = "idleTimeoutMinutes";
160
+ const _iU = "imageUri";
161
+ const _jCA = "jobCreatedAt";
162
+ const _jD = "jobDriver";
163
+ const _jLCAC = "jobLevelCostAllocationConfiguration";
164
+ const _jR = "jobRun";
165
+ const _jRA = "jobRunAttempts";
166
+ const _jRI = "jobRunId";
167
+ const _jRo = "jobRuns";
168
+ const _lEE = "livyEndpointEnabled";
169
+ const _lGN = "logGroupName";
170
+ const _lSNP = "logStreamNamePrefix";
171
+ const _lT = "logTypes";
172
+ const _lU = "logUri";
173
+ const _m = "message";
174
+ const _mA = "maxAttempts";
175
+ const _mC = "maximumCapacity";
176
+ const _mCR = "maxConcurrentRuns";
177
+ const _mCo = "monitoringConfiguration";
178
+ const _mFAPH = "maxFailedAttemptsPerHour";
179
+ const _mGBH = "memoryGBHour";
180
+ const _mPMC = "managedPersistenceMonitoringConfiguration";
181
+ const _mR = "maxResults";
182
+ const _me = "memory";
183
+ const _mo = "mode";
184
+ const _n = "name";
185
+ const _nC = "networkConfiguration";
186
+ const _nT = "nextToken";
187
+ const _p = "properties";
188
+ const _pA = "policyArns";
189
+ const _pMC = "prometheusMonitoringConfiguration";
190
+ const _pa = "parameters";
191
+ const _po = "policy";
192
+ const _q = "query";
193
+ const _qDM = "queuedDurationMilliseconds";
194
+ const _qTM = "queueTimeoutMinutes";
195
+ const _rA = "resourceArn";
196
+ const _rC = "runtimeConfiguration";
197
+ const _rID = "resolvedImageDigest";
198
+ const _rL = "releaseLabel";
199
+ const _rP = "retryPolicy";
200
+ const _rWU = "remoteWriteUrl";
201
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.emrserverless";
202
+ const _sA = "startedAt";
203
+ const _sC = "schedulerConfiguration";
204
+ const _sD = "stateDetails";
205
+ const _sE = "studioEnabled";
206
+ const _sGBH = "storageGBHour";
207
+ const _sGI = "securityGroupIds";
208
+ const _sGPIS = "shutdownGracePeriodInSeconds";
209
+ const _sI = "subnetIds";
210
+ const _sMC = "s3MonitoringConfiguration";
211
+ const _sS = "sparkSubmit";
212
+ const _sSP = "sparkSubmitParameters";
213
+ const _se = "server";
214
+ const _st = "state";
215
+ const _sta = "states";
216
+ const _t = "type";
217
+ const _tEDS = "totalExecutionDurationSeconds";
218
+ const _tK = "tagKeys";
219
+ const _tRU = "totalResourceUtilization";
220
+ const _ta = "tags";
221
+ const _u = "url";
222
+ const _uA = "updatedAt";
223
+ const _uBSE = "userBackgroundSessionsEnabled";
224
+ const _vCPUH = "vCPUHour";
225
+ const _wC = "workerCount";
226
+ const _wCo = "workerConfiguration";
227
+ const _wTS = "workerTypeSpecifications";
228
+ const n0 = "com.amazonaws.emrserverless";
229
+ const schema_1 = require("@smithy/core/schema");
230
+ const EMRServerlessServiceException_1 = require("../models/EMRServerlessServiceException");
231
+ const errors_1 = require("../models/errors");
232
+ const _s_registry = schema_1.TypeRegistry.for(_s);
233
+ exports.EMRServerlessServiceException$ = [-3, _s, "EMRServerlessServiceException", 0, [], []];
234
+ _s_registry.registerError(exports.EMRServerlessServiceException$, EMRServerlessServiceException_1.EMRServerlessServiceException);
235
+ const n0_registry = schema_1.TypeRegistry.for(n0);
236
+ exports.ConflictException$ = [-3, n0, _CE,
237
+ { [_e]: _c, [_hE]: 409 },
238
+ [_m],
239
+ [0], 1
240
+ ];
241
+ n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
242
+ exports.InternalServerException$ = [-3, n0, _ISE,
243
+ { [_e]: _se, [_hE]: 500 },
244
+ [_m],
245
+ [0], 1
246
+ ];
247
+ n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
248
+ exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
249
+ { [_e]: _c, [_hE]: 404 },
250
+ [_m],
251
+ [0], 1
252
+ ];
253
+ n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
254
+ exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
255
+ { [_e]: _c, [_hE]: 402 },
256
+ [_m],
257
+ [0], 1
258
+ ];
259
+ n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
260
+ exports.ValidationException$ = [-3, n0, _VE,
261
+ { [_e]: _c, [_hE]: 400 },
262
+ [_m],
263
+ [0], 1
264
+ ];
265
+ n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
266
+ exports.errorTypeRegistries = [
267
+ _s_registry,
268
+ n0_registry,
269
+ ];
270
+ var EntryPointArgument = [0, n0, _EPA, 8, 0];
271
+ var EntryPointPath = [0, n0, _EPP, 8, 0];
272
+ var HiveCliParameters = [0, n0, _HCP, 8, 0];
273
+ var InitScriptPath = [0, n0, _ISP, 8, 0];
274
+ var Query = [0, n0, _Q, 8, 0];
275
+ var SparkSubmitParameters = [0, n0, _SSP, 8, 0];
276
+ exports.Application$ = [3, n0, _A,
277
+ 0,
278
+ [_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],
279
+ [0, 0, 0, 0, 0, 4, 4, 0, 0, () => InitialCapacityConfigMap, () => exports.MaximumAllowedResources$, 128 | 0, () => exports.AutoStartConfig$, () => exports.AutoStopConfig$, () => exports.NetworkConfiguration$, 0, () => exports.ImageConfiguration$, () => WorkerTypeSpecificationMap, [() => ConfigurationList, 0], () => exports.MonitoringConfiguration$, () => exports.DiskEncryptionConfiguration$, () => exports.InteractiveConfiguration$, () => exports.SchedulerConfiguration$, () => exports.IdentityCenterConfiguration$, () => exports.JobLevelCostAllocationConfiguration$], 7
280
+ ];
281
+ exports.ApplicationSummary$ = [3, n0, _AS,
282
+ 0,
283
+ [_i, _a, _rL, _t, _st, _cA, _uA, _n, _sD, _ar],
284
+ [0, 0, 0, 0, 0, 4, 4, 0, 0, 0], 7
285
+ ];
286
+ exports.AutoStartConfig$ = [3, n0, _ASC,
287
+ 0,
288
+ [_en],
289
+ [2]
290
+ ];
291
+ exports.AutoStopConfig$ = [3, n0, _ASCu,
292
+ 0,
293
+ [_en, _iTM],
294
+ [2, 1]
295
+ ];
296
+ exports.CancelJobRunRequest$ = [3, n0, _CJRR,
297
+ 0,
298
+ [_aI, _jRI, _sGPIS],
299
+ [[0, 1], [0, 1], [1, { [_hQ]: _sGPIS }]], 2
300
+ ];
301
+ exports.CancelJobRunResponse$ = [3, n0, _CJRRa,
302
+ 0,
303
+ [_aI, _jRI],
304
+ [0, 0], 2
305
+ ];
306
+ exports.CloudWatchLoggingConfiguration$ = [3, n0, _CWLC,
307
+ 0,
308
+ [_en, _lGN, _lSNP, _eKA, _lT],
309
+ [2, 0, 0, 0, [2, n0, _LTM, 0, 0, 64 | 0]], 1
310
+ ];
311
+ exports.Configuration$ = [3, n0, _C,
312
+ 0,
313
+ [_cl, _p, _co],
314
+ [0, [() => SensitivePropertiesMap, 0], [() => ConfigurationList, 0]], 1
315
+ ];
316
+ exports.ConfigurationOverrides$ = [3, n0, _CO,
317
+ 0,
318
+ [_aC, _mCo, _dEC],
319
+ [[() => ConfigurationList, 0], () => exports.MonitoringConfiguration$, () => exports.DiskEncryptionConfiguration$]
320
+ ];
321
+ exports.CreateApplicationRequest$ = [3, n0, _CAR,
322
+ 0,
323
+ [_rL, _t, _n, _cT, _iC, _mC, _ta, _aSC, _aSCu, _nC, _ar, _iCm, _wTS, _rC, _mCo, _dEC, _iCn, _sC, _iCC, _jLCAC],
324
+ [0, 0, 0, [0, 4], () => InitialCapacityConfigMap, () => exports.MaximumAllowedResources$, 128 | 0, () => exports.AutoStartConfig$, () => exports.AutoStopConfig$, () => exports.NetworkConfiguration$, 0, () => exports.ImageConfigurationInput$, () => WorkerTypeSpecificationInputMap, [() => ConfigurationList, 0], () => exports.MonitoringConfiguration$, () => exports.DiskEncryptionConfiguration$, () => exports.InteractiveConfiguration$, () => exports.SchedulerConfiguration$, () => exports.IdentityCenterConfigurationInput$, () => exports.JobLevelCostAllocationConfiguration$], 2
325
+ ];
326
+ exports.CreateApplicationResponse$ = [3, n0, _CARr,
327
+ 0,
328
+ [_aI, _a, _n],
329
+ [0, 0, 0], 2
330
+ ];
331
+ exports.DeleteApplicationRequest$ = [3, n0, _DAR,
332
+ 0,
333
+ [_aI],
334
+ [[0, 1]], 1
335
+ ];
336
+ exports.DeleteApplicationResponse$ = [3, n0, _DARe,
337
+ 0,
338
+ [],
339
+ []
340
+ ];
341
+ exports.DiskEncryptionConfiguration$ = [3, n0, _DEC,
342
+ 0,
343
+ [_eC, _eKA],
344
+ [128 | 0, 0]
345
+ ];
346
+ exports.GetApplicationRequest$ = [3, n0, _GAR,
347
+ 0,
348
+ [_aI],
349
+ [[0, 1]], 1
350
+ ];
351
+ exports.GetApplicationResponse$ = [3, n0, _GARe,
352
+ 0,
353
+ [_ap],
354
+ [[() => exports.Application$, 0]], 1
355
+ ];
356
+ exports.GetDashboardForJobRunRequest$ = [3, n0, _GDFJRR,
357
+ 0,
358
+ [_aI, _jRI, _at, _aSPL],
359
+ [[0, 1], [0, 1], [1, { [_hQ]: _at }], [2, { [_hQ]: _aSPL }]], 2
360
+ ];
361
+ exports.GetDashboardForJobRunResponse$ = [3, n0, _GDFJRRe,
362
+ 0,
363
+ [_u],
364
+ [0]
365
+ ];
366
+ exports.GetJobRunRequest$ = [3, n0, _GJRR,
367
+ 0,
368
+ [_aI, _jRI, _at],
369
+ [[0, 1], [0, 1], [1, { [_hQ]: _at }]], 2
370
+ ];
371
+ exports.GetJobRunResponse$ = [3, n0, _GJRRe,
372
+ 0,
373
+ [_jR],
374
+ [[() => exports.JobRun$, 0]], 1
375
+ ];
376
+ exports.Hive$ = [3, n0, _H,
377
+ 0,
378
+ [_q, _iQF, _pa],
379
+ [[() => Query, 0], [() => InitScriptPath, 0], [() => HiveCliParameters, 0]], 1
380
+ ];
381
+ exports.IdentityCenterConfiguration$ = [3, n0, _ICC,
382
+ 0,
383
+ [_iCIA, _iCAA, _uBSE],
384
+ [0, 0, 2]
385
+ ];
386
+ exports.IdentityCenterConfigurationInput$ = [3, n0, _ICCI,
387
+ 0,
388
+ [_iCIA, _uBSE],
389
+ [0, 2]
390
+ ];
391
+ exports.ImageConfiguration$ = [3, n0, _IC,
392
+ 0,
393
+ [_iU, _rID],
394
+ [0, 0], 1
395
+ ];
396
+ exports.ImageConfigurationInput$ = [3, n0, _ICI,
397
+ 0,
398
+ [_iU],
399
+ [0]
400
+ ];
401
+ exports.InitialCapacityConfig$ = [3, n0, _ICCn,
402
+ 0,
403
+ [_wC, _wCo],
404
+ [1, () => exports.WorkerResourceConfig$], 1
405
+ ];
406
+ exports.InteractiveConfiguration$ = [3, n0, _ICn,
407
+ 0,
408
+ [_sE, _lEE],
409
+ [2, 2]
410
+ ];
411
+ exports.JobLevelCostAllocationConfiguration$ = [3, n0, _JLCAC,
412
+ 0,
413
+ [_en],
414
+ [2]
415
+ ];
416
+ exports.JobRun$ = [3, n0, _JR,
417
+ 0,
418
+ [_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],
419
+ [0, 0, 0, 0, 4, 4, 0, 0, 0, 0, [() => exports.JobDriver$, 0], 0, () => exports.JobRunExecutionIamPolicy$, [() => exports.ConfigurationOverrides$, 0], 128 | 0, () => exports.TotalResourceUtilization$, () => exports.NetworkConfiguration$, 1, 1, () => exports.ResourceUtilization$, 0, () => exports.RetryPolicy$, 1, 4, 4, 4, 4, 1], 11
420
+ ];
421
+ exports.JobRunAttemptSummary$ = [3, n0, _JRAS,
422
+ 0,
423
+ [_aI, _i, _a, _cB, _jCA, _cA, _uA, _eR, _st, _sD, _rL, _n, _mo, _t, _at],
424
+ [0, 0, 0, 0, 4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 1], 11
425
+ ];
426
+ exports.JobRunExecutionIamPolicy$ = [3, n0, _JREIP,
427
+ 0,
428
+ [_po, _pA],
429
+ [0, 64 | 0]
430
+ ];
431
+ exports.JobRunSummary$ = [3, n0, _JRS,
432
+ 0,
433
+ [_aI, _i, _a, _cB, _cA, _uA, _eR, _st, _sD, _rL, _n, _mo, _t, _at, _aCA, _aUA],
434
+ [0, 0, 0, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 1, 4, 4], 10
435
+ ];
436
+ exports.ListApplicationsRequest$ = [3, n0, _LAR,
437
+ 0,
438
+ [_nT, _mR, _sta],
439
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [64 | 0, { [_hQ]: _sta }]]
440
+ ];
441
+ exports.ListApplicationsResponse$ = [3, n0, _LARi,
442
+ 0,
443
+ [_app, _nT],
444
+ [() => ApplicationList, 0], 1
445
+ ];
446
+ exports.ListJobRunAttemptsRequest$ = [3, n0, _LJRAR,
447
+ 0,
448
+ [_aI, _jRI, _nT, _mR],
449
+ [[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
450
+ ];
451
+ exports.ListJobRunAttemptsResponse$ = [3, n0, _LJRARi,
452
+ 0,
453
+ [_jRA, _nT],
454
+ [() => JobRunAttempts, 0], 1
455
+ ];
456
+ exports.ListJobRunsRequest$ = [3, n0, _LJRR,
457
+ 0,
458
+ [_aI, _nT, _mR, _cAA, _cAB, _sta, _mo],
459
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [4, { [_hQ]: _cAA }], [4, { [_hQ]: _cAB }], [64 | 0, { [_hQ]: _sta }], [0, { [_hQ]: _mo }]], 1
460
+ ];
461
+ exports.ListJobRunsResponse$ = [3, n0, _LJRRi,
462
+ 0,
463
+ [_jRo, _nT],
464
+ [() => JobRuns, 0], 1
465
+ ];
466
+ exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
467
+ 0,
468
+ [_rA],
469
+ [[0, 1]], 1
470
+ ];
471
+ exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
472
+ 0,
473
+ [_ta],
474
+ [128 | 0]
475
+ ];
476
+ exports.ManagedPersistenceMonitoringConfiguration$ = [3, n0, _MPMC,
477
+ 0,
478
+ [_en, _eKA],
479
+ [2, 0]
480
+ ];
481
+ exports.MaximumAllowedResources$ = [3, n0, _MAR,
482
+ 0,
483
+ [_cp, _me, _d],
484
+ [0, 0, 0], 2
485
+ ];
486
+ exports.MonitoringConfiguration$ = [3, n0, _MC,
487
+ 0,
488
+ [_sMC, _mPMC, _cWLC, _pMC],
489
+ [() => exports.S3MonitoringConfiguration$, () => exports.ManagedPersistenceMonitoringConfiguration$, () => exports.CloudWatchLoggingConfiguration$, () => exports.PrometheusMonitoringConfiguration$]
490
+ ];
491
+ exports.NetworkConfiguration$ = [3, n0, _NC,
492
+ 0,
493
+ [_sI, _sGI],
494
+ [64 | 0, 64 | 0]
495
+ ];
496
+ exports.PrometheusMonitoringConfiguration$ = [3, n0, _PMC,
497
+ 0,
498
+ [_rWU],
499
+ [0]
500
+ ];
501
+ exports.ResourceUtilization$ = [3, n0, _RU,
502
+ 0,
503
+ [_vCPUH, _mGBH, _sGBH],
504
+ [1, 1, 1]
505
+ ];
506
+ exports.RetryPolicy$ = [3, n0, _RP,
507
+ 0,
508
+ [_mA, _mFAPH],
509
+ [1, 1]
510
+ ];
511
+ exports.S3MonitoringConfiguration$ = [3, n0, _SMC,
512
+ 0,
513
+ [_lU, _eKA],
514
+ [0, 0]
515
+ ];
516
+ exports.SchedulerConfiguration$ = [3, n0, _SC,
517
+ 0,
518
+ [_qTM, _mCR],
519
+ [1, 1]
520
+ ];
521
+ exports.SparkSubmit$ = [3, n0, _SS,
522
+ 0,
523
+ [_eP, _ePA, _sSP],
524
+ [[() => EntryPointPath, 0], [() => EntryPointArguments, 0], [() => SparkSubmitParameters, 0]], 1
525
+ ];
526
+ exports.StartApplicationRequest$ = [3, n0, _SAR,
527
+ 0,
528
+ [_aI],
529
+ [[0, 1]], 1
530
+ ];
531
+ exports.StartApplicationResponse$ = [3, n0, _SARt,
532
+ 0,
533
+ [],
534
+ []
535
+ ];
536
+ exports.StartJobRunRequest$ = [3, n0, _SJRR,
537
+ 0,
538
+ [_aI, _eRA, _cT, _eIP, _jD, _cO, _ta, _eTM, _n, _mo, _rP],
539
+ [[0, 1], 0, [0, 4], () => exports.JobRunExecutionIamPolicy$, [() => exports.JobDriver$, 0], [() => exports.ConfigurationOverrides$, 0], 128 | 0, 1, 0, 0, () => exports.RetryPolicy$], 2
540
+ ];
541
+ exports.StartJobRunResponse$ = [3, n0, _SJRRt,
542
+ 0,
543
+ [_aI, _jRI, _a],
544
+ [0, 0, 0], 3
545
+ ];
546
+ exports.StopApplicationRequest$ = [3, n0, _SARto,
547
+ 0,
548
+ [_aI],
549
+ [[0, 1]], 1
550
+ ];
551
+ exports.StopApplicationResponse$ = [3, n0, _SARtop,
552
+ 0,
553
+ [],
554
+ []
555
+ ];
556
+ exports.TagResourceRequest$ = [3, n0, _TRR,
557
+ 0,
558
+ [_rA, _ta],
559
+ [[0, 1], 128 | 0], 2
560
+ ];
561
+ exports.TagResourceResponse$ = [3, n0, _TRRa,
562
+ 0,
563
+ [],
564
+ []
565
+ ];
566
+ exports.TotalResourceUtilization$ = [3, n0, _TRU,
567
+ 0,
568
+ [_vCPUH, _mGBH, _sGBH],
569
+ [1, 1, 1]
570
+ ];
571
+ exports.UntagResourceRequest$ = [3, n0, _URR,
572
+ 0,
573
+ [_rA, _tK],
574
+ [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
575
+ ];
576
+ exports.UntagResourceResponse$ = [3, n0, _URRn,
577
+ 0,
578
+ [],
579
+ []
580
+ ];
581
+ exports.UpdateApplicationRequest$ = [3, n0, _UAR,
582
+ 0,
583
+ [_aI, _cT, _iC, _mC, _aSC, _aSCu, _nC, _ar, _iCm, _wTS, _iCn, _rL, _rC, _mCo, _dEC, _sC, _iCC, _jLCAC],
584
+ [[0, 1], [0, 4], () => InitialCapacityConfigMap, () => exports.MaximumAllowedResources$, () => exports.AutoStartConfig$, () => exports.AutoStopConfig$, () => exports.NetworkConfiguration$, 0, () => exports.ImageConfigurationInput$, () => WorkerTypeSpecificationInputMap, () => exports.InteractiveConfiguration$, 0, [() => ConfigurationList, 0], () => exports.MonitoringConfiguration$, () => exports.DiskEncryptionConfiguration$, () => exports.SchedulerConfiguration$, () => exports.IdentityCenterConfigurationInput$, () => exports.JobLevelCostAllocationConfiguration$], 1
585
+ ];
586
+ exports.UpdateApplicationResponse$ = [3, n0, _UARp,
587
+ 0,
588
+ [_ap],
589
+ [[() => exports.Application$, 0]], 1
590
+ ];
591
+ exports.WorkerResourceConfig$ = [3, n0, _WRC,
592
+ 0,
593
+ [_cp, _me, _d, _dT],
594
+ [0, 0, 0, 0], 2
595
+ ];
596
+ exports.WorkerTypeSpecification$ = [3, n0, _WTS,
597
+ 0,
598
+ [_iCm],
599
+ [() => exports.ImageConfiguration$]
600
+ ];
601
+ exports.WorkerTypeSpecificationInput$ = [3, n0, _WTSI,
602
+ 0,
603
+ [_iCm],
604
+ [() => exports.ImageConfigurationInput$]
605
+ ];
606
+ var ApplicationList = [1, n0, _AL,
607
+ 0, () => exports.ApplicationSummary$
608
+ ];
609
+ var ApplicationStateSet = 64 | 0;
610
+ var ConfigurationList = [1, n0, _CL,
611
+ 0, [() => exports.Configuration$,
612
+ 0]
613
+ ];
614
+ var EntryPointArguments = [1, n0, _EPAn,
615
+ 0, [() => EntryPointArgument,
616
+ 0]
617
+ ];
618
+ var JobRunAttempts = [1, n0, _JRA,
619
+ 0, () => exports.JobRunAttemptSummary$
620
+ ];
621
+ var JobRuns = [1, n0, _JRo,
622
+ 0, () => exports.JobRunSummary$
623
+ ];
624
+ var JobRunStateSet = 64 | 0;
625
+ var LogTypeList = 64 | 0;
626
+ var PolicyArnList = 64 | 0;
627
+ var SecurityGroupIds = 64 | 0;
628
+ var SubnetIds = 64 | 0;
629
+ var TagKeyList = 64 | 0;
630
+ var EncryptionContext = 128 | 0;
631
+ var InitialCapacityConfigMap = [2, n0, _ICCM,
632
+ 0, 0, () => exports.InitialCapacityConfig$
633
+ ];
634
+ var LogTypeMap = [2, n0, _LTM,
635
+ 0, 0, 64 | 0
636
+ ];
637
+ var SensitivePropertiesMap = [2, n0, _SPM,
638
+ 8, 0, 0
639
+ ];
640
+ var TagMap = 128 | 0;
641
+ var WorkerTypeSpecificationInputMap = [2, n0, _WTSIM,
642
+ 0, 0, () => exports.WorkerTypeSpecificationInput$
643
+ ];
644
+ var WorkerTypeSpecificationMap = [2, n0, _WTSM,
645
+ 0, 0, () => exports.WorkerTypeSpecification$
646
+ ];
647
+ exports.JobDriver$ = [4, n0, _JD,
648
+ 0,
649
+ [_sS, _h],
650
+ [[() => exports.SparkSubmit$, 0], [() => exports.Hive$, 0]]
651
+ ];
652
+ exports.CancelJobRun$ = [9, n0, _CJR,
653
+ { [_ht]: ["DELETE", "/applications/{applicationId}/jobruns/{jobRunId}", 200] }, () => exports.CancelJobRunRequest$, () => exports.CancelJobRunResponse$
654
+ ];
655
+ exports.CreateApplication$ = [9, n0, _CA,
656
+ { [_ht]: ["POST", "/applications", 200] }, () => exports.CreateApplicationRequest$, () => exports.CreateApplicationResponse$
657
+ ];
658
+ exports.DeleteApplication$ = [9, n0, _DA,
659
+ { [_ht]: ["DELETE", "/applications/{applicationId}", 200] }, () => exports.DeleteApplicationRequest$, () => exports.DeleteApplicationResponse$
660
+ ];
661
+ exports.GetApplication$ = [9, n0, _GA,
662
+ { [_ht]: ["GET", "/applications/{applicationId}", 200] }, () => exports.GetApplicationRequest$, () => exports.GetApplicationResponse$
663
+ ];
664
+ exports.GetDashboardForJobRun$ = [9, n0, _GDFJR,
665
+ { [_ht]: ["GET", "/applications/{applicationId}/jobruns/{jobRunId}/dashboard", 200] }, () => exports.GetDashboardForJobRunRequest$, () => exports.GetDashboardForJobRunResponse$
666
+ ];
667
+ exports.GetJobRun$ = [9, n0, _GJR,
668
+ { [_ht]: ["GET", "/applications/{applicationId}/jobruns/{jobRunId}", 200] }, () => exports.GetJobRunRequest$, () => exports.GetJobRunResponse$
669
+ ];
670
+ exports.ListApplications$ = [9, n0, _LA,
671
+ { [_ht]: ["GET", "/applications", 200] }, () => exports.ListApplicationsRequest$, () => exports.ListApplicationsResponse$
672
+ ];
673
+ exports.ListJobRunAttempts$ = [9, n0, _LJRA,
674
+ { [_ht]: ["GET", "/applications/{applicationId}/jobruns/{jobRunId}/attempts", 200] }, () => exports.ListJobRunAttemptsRequest$, () => exports.ListJobRunAttemptsResponse$
675
+ ];
676
+ exports.ListJobRuns$ = [9, n0, _LJR,
677
+ { [_ht]: ["GET", "/applications/{applicationId}/jobruns", 200] }, () => exports.ListJobRunsRequest$, () => exports.ListJobRunsResponse$
678
+ ];
679
+ exports.ListTagsForResource$ = [9, n0, _LTFR,
680
+ { [_ht]: ["GET", "/tags/{resourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
681
+ ];
682
+ exports.StartApplication$ = [9, n0, _SA,
683
+ { [_ht]: ["POST", "/applications/{applicationId}/start", 200] }, () => exports.StartApplicationRequest$, () => exports.StartApplicationResponse$
684
+ ];
685
+ exports.StartJobRun$ = [9, n0, _SJR,
686
+ { [_ht]: ["POST", "/applications/{applicationId}/jobruns", 200] }, () => exports.StartJobRunRequest$, () => exports.StartJobRunResponse$
687
+ ];
688
+ exports.StopApplication$ = [9, n0, _SAt,
689
+ { [_ht]: ["POST", "/applications/{applicationId}/stop", 200] }, () => exports.StopApplicationRequest$, () => exports.StopApplicationResponse$
690
+ ];
691
+ exports.TagResource$ = [9, n0, _TR,
692
+ { [_ht]: ["POST", "/tags/{resourceArn}", 200] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
693
+ ];
694
+ exports.UntagResource$ = [9, n0, _UR,
695
+ { [_ht]: ["DELETE", "/tags/{resourceArn}", 200] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
696
+ ];
697
+ exports.UpdateApplication$ = [9, n0, _UA,
698
+ { [_ht]: ["PATCH", "/applications/{applicationId}", 200] }, () => exports.UpdateApplicationRequest$, () => exports.UpdateApplicationResponse$
699
+ ];