@aws-sdk/client-emr-serverless 3.955.0 → 3.956.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 +11 -3
- package/dist-es/schemas/schemas_0.js +10 -3
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +3 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +26 -0
- package/dist-types/schemas/schemas_0.d.ts +3 -2
- package/dist-types/ts3.4/models/models_0.d.ts +12 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -1
- package/package.json +33 -33
package/dist-cjs/index.js
CHANGED
|
@@ -221,6 +221,7 @@ const _ICn = "InteractiveConfiguration";
|
|
|
221
221
|
const _ISE = "InternalServerException";
|
|
222
222
|
const _ISP = "InitScriptPath";
|
|
223
223
|
const _JD = "JobDriver";
|
|
224
|
+
const _JLCAC = "JobLevelCostAllocationConfiguration";
|
|
224
225
|
const _JR = "JobRun";
|
|
225
226
|
const _JRA = "JobRunAttempts";
|
|
226
227
|
const _JRAS = "JobRunAttemptSummary";
|
|
@@ -332,6 +333,7 @@ const _iTM = "idleTimeoutMinutes";
|
|
|
332
333
|
const _iU = "imageUri";
|
|
333
334
|
const _jCA = "jobCreatedAt";
|
|
334
335
|
const _jD = "jobDriver";
|
|
336
|
+
const _jLCAC = "jobLevelCostAllocationConfiguration";
|
|
335
337
|
const _jR = "jobRun";
|
|
336
338
|
const _jRA = "jobRunAttempts";
|
|
337
339
|
const _jRI = "jobRunId";
|
|
@@ -432,6 +434,7 @@ var Application$ = [
|
|
|
432
434
|
_iCn,
|
|
433
435
|
_sC,
|
|
434
436
|
_iCC,
|
|
437
|
+
_jLCAC,
|
|
435
438
|
],
|
|
436
439
|
[
|
|
437
440
|
0,
|
|
@@ -457,6 +460,7 @@ var Application$ = [
|
|
|
457
460
|
() => InteractiveConfiguration$,
|
|
458
461
|
() => SchedulerConfiguration$,
|
|
459
462
|
() => IdentityCenterConfiguration$,
|
|
463
|
+
() => JobLevelCostAllocationConfiguration$,
|
|
460
464
|
],
|
|
461
465
|
];
|
|
462
466
|
var ApplicationSummary$ = [
|
|
@@ -513,7 +517,7 @@ var CreateApplicationRequest$ = [
|
|
|
513
517
|
n0,
|
|
514
518
|
_CAR,
|
|
515
519
|
0,
|
|
516
|
-
[_n, _rL, _t, _cT, _iC, _mC, _ta, _aSC, _aSCu, _nC, _ar, _iCm, _wTS, _rC, _mCo, _iCn, _sC, _iCC],
|
|
520
|
+
[_n, _rL, _t, _cT, _iC, _mC, _ta, _aSC, _aSCu, _nC, _ar, _iCm, _wTS, _rC, _mCo, _iCn, _sC, _iCC, _jLCAC],
|
|
517
521
|
[
|
|
518
522
|
0,
|
|
519
523
|
0,
|
|
@@ -533,6 +537,7 @@ var CreateApplicationRequest$ = [
|
|
|
533
537
|
() => InteractiveConfiguration$,
|
|
534
538
|
() => SchedulerConfiguration$,
|
|
535
539
|
() => IdentityCenterConfigurationInput$,
|
|
540
|
+
() => JobLevelCostAllocationConfiguration$,
|
|
536
541
|
],
|
|
537
542
|
];
|
|
538
543
|
var CreateApplicationResponse$ = [3, n0, _CARr, 0, [_aI, _n, _a], [0, 0, 0]];
|
|
@@ -594,6 +599,7 @@ var InitialCapacityConfig$ = [
|
|
|
594
599
|
var InteractiveConfiguration$ = [3, n0, _ICn, 0, [_sE, _lEE], [2, 2]];
|
|
595
600
|
var InternalServerException$ = [-3, n0, _ISE, { [_er]: _se, [_hE]: 500 }, [_m], [0]];
|
|
596
601
|
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
602
|
+
var JobLevelCostAllocationConfiguration$ = [3, n0, _JLCAC, 0, [_e], [2]];
|
|
597
603
|
var JobRun$ = [
|
|
598
604
|
3,
|
|
599
605
|
n0,
|
|
@@ -819,7 +825,7 @@ var UpdateApplicationRequest$ = [
|
|
|
819
825
|
n0,
|
|
820
826
|
_UAR,
|
|
821
827
|
0,
|
|
822
|
-
[_aI, _cT, _iC, _mC, _aSC, _aSCu, _nC, _ar, _iCm, _wTS, _iCn, _rL, _rC, _mCo, _sC, _iCC],
|
|
828
|
+
[_aI, _cT, _iC, _mC, _aSC, _aSCu, _nC, _ar, _iCm, _wTS, _iCn, _rL, _rC, _mCo, _sC, _iCC, _jLCAC],
|
|
823
829
|
[
|
|
824
830
|
[0, 1],
|
|
825
831
|
[0, 4],
|
|
@@ -837,6 +843,7 @@ var UpdateApplicationRequest$ = [
|
|
|
837
843
|
() => MonitoringConfiguration$,
|
|
838
844
|
() => SchedulerConfiguration$,
|
|
839
845
|
() => IdentityCenterConfigurationInput$,
|
|
846
|
+
() => JobLevelCostAllocationConfiguration$,
|
|
840
847
|
],
|
|
841
848
|
];
|
|
842
849
|
var UpdateApplicationResponse$ = [3, n0, _UARp, 0, [_ap], [[() => Application$, 0]]];
|
|
@@ -864,7 +871,7 @@ var SensitivePropertiesMap = [2, n0, _SPM, 8, 0, 0];
|
|
|
864
871
|
var WorkerTypeSpecificationInputMap = [2, n0, _WTSIM, 0, 0, () => WorkerTypeSpecificationInput$];
|
|
865
872
|
var WorkerTypeSpecificationMap = [2, n0, _WTSM, 0, 0, () => WorkerTypeSpecification$];
|
|
866
873
|
var JobDriver$ = [
|
|
867
|
-
|
|
874
|
+
4,
|
|
868
875
|
n0,
|
|
869
876
|
_JD,
|
|
870
877
|
0,
|
|
@@ -1309,6 +1316,7 @@ exports.InteractiveConfiguration$ = InteractiveConfiguration$;
|
|
|
1309
1316
|
exports.InternalServerException = InternalServerException;
|
|
1310
1317
|
exports.InternalServerException$ = InternalServerException$;
|
|
1311
1318
|
exports.JobDriver$ = JobDriver$;
|
|
1319
|
+
exports.JobLevelCostAllocationConfiguration$ = JobLevelCostAllocationConfiguration$;
|
|
1312
1320
|
exports.JobRun$ = JobRun$;
|
|
1313
1321
|
exports.JobRunAttemptSummary$ = JobRunAttemptSummary$;
|
|
1314
1322
|
exports.JobRunExecutionIamPolicy$ = JobRunExecutionIamPolicy$;
|
|
@@ -41,6 +41,7 @@ const _ICn = "InteractiveConfiguration";
|
|
|
41
41
|
const _ISE = "InternalServerException";
|
|
42
42
|
const _ISP = "InitScriptPath";
|
|
43
43
|
const _JD = "JobDriver";
|
|
44
|
+
const _JLCAC = "JobLevelCostAllocationConfiguration";
|
|
44
45
|
const _JR = "JobRun";
|
|
45
46
|
const _JRA = "JobRunAttempts";
|
|
46
47
|
const _JRAS = "JobRunAttemptSummary";
|
|
@@ -152,6 +153,7 @@ const _iTM = "idleTimeoutMinutes";
|
|
|
152
153
|
const _iU = "imageUri";
|
|
153
154
|
const _jCA = "jobCreatedAt";
|
|
154
155
|
const _jD = "jobDriver";
|
|
156
|
+
const _jLCAC = "jobLevelCostAllocationConfiguration";
|
|
155
157
|
const _jR = "jobRun";
|
|
156
158
|
const _jRA = "jobRunAttempts";
|
|
157
159
|
const _jRI = "jobRunId";
|
|
@@ -255,6 +257,7 @@ export var Application$ = [
|
|
|
255
257
|
_iCn,
|
|
256
258
|
_sC,
|
|
257
259
|
_iCC,
|
|
260
|
+
_jLCAC,
|
|
258
261
|
],
|
|
259
262
|
[
|
|
260
263
|
0,
|
|
@@ -280,6 +283,7 @@ export var Application$ = [
|
|
|
280
283
|
() => InteractiveConfiguration$,
|
|
281
284
|
() => SchedulerConfiguration$,
|
|
282
285
|
() => IdentityCenterConfiguration$,
|
|
286
|
+
() => JobLevelCostAllocationConfiguration$,
|
|
283
287
|
],
|
|
284
288
|
];
|
|
285
289
|
export var ApplicationSummary$ = [
|
|
@@ -336,7 +340,7 @@ export var CreateApplicationRequest$ = [
|
|
|
336
340
|
n0,
|
|
337
341
|
_CAR,
|
|
338
342
|
0,
|
|
339
|
-
[_n, _rL, _t, _cT, _iC, _mC, _ta, _aSC, _aSCu, _nC, _ar, _iCm, _wTS, _rC, _mCo, _iCn, _sC, _iCC],
|
|
343
|
+
[_n, _rL, _t, _cT, _iC, _mC, _ta, _aSC, _aSCu, _nC, _ar, _iCm, _wTS, _rC, _mCo, _iCn, _sC, _iCC, _jLCAC],
|
|
340
344
|
[
|
|
341
345
|
0,
|
|
342
346
|
0,
|
|
@@ -356,6 +360,7 @@ export var CreateApplicationRequest$ = [
|
|
|
356
360
|
() => InteractiveConfiguration$,
|
|
357
361
|
() => SchedulerConfiguration$,
|
|
358
362
|
() => IdentityCenterConfigurationInput$,
|
|
363
|
+
() => JobLevelCostAllocationConfiguration$,
|
|
359
364
|
],
|
|
360
365
|
];
|
|
361
366
|
export var CreateApplicationResponse$ = [3, n0, _CARr, 0, [_aI, _n, _a], [0, 0, 0]];
|
|
@@ -417,6 +422,7 @@ export var InitialCapacityConfig$ = [
|
|
|
417
422
|
export var InteractiveConfiguration$ = [3, n0, _ICn, 0, [_sE, _lEE], [2, 2]];
|
|
418
423
|
export var InternalServerException$ = [-3, n0, _ISE, { [_er]: _se, [_hE]: 500 }, [_m], [0]];
|
|
419
424
|
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
425
|
+
export var JobLevelCostAllocationConfiguration$ = [3, n0, _JLCAC, 0, [_e], [2]];
|
|
420
426
|
export var JobRun$ = [
|
|
421
427
|
3,
|
|
422
428
|
n0,
|
|
@@ -642,7 +648,7 @@ export var UpdateApplicationRequest$ = [
|
|
|
642
648
|
n0,
|
|
643
649
|
_UAR,
|
|
644
650
|
0,
|
|
645
|
-
[_aI, _cT, _iC, _mC, _aSC, _aSCu, _nC, _ar, _iCm, _wTS, _iCn, _rL, _rC, _mCo, _sC, _iCC],
|
|
651
|
+
[_aI, _cT, _iC, _mC, _aSC, _aSCu, _nC, _ar, _iCm, _wTS, _iCn, _rL, _rC, _mCo, _sC, _iCC, _jLCAC],
|
|
646
652
|
[
|
|
647
653
|
[0, 1],
|
|
648
654
|
[0, 4],
|
|
@@ -660,6 +666,7 @@ export var UpdateApplicationRequest$ = [
|
|
|
660
666
|
() => MonitoringConfiguration$,
|
|
661
667
|
() => SchedulerConfiguration$,
|
|
662
668
|
() => IdentityCenterConfigurationInput$,
|
|
669
|
+
() => JobLevelCostAllocationConfiguration$,
|
|
663
670
|
],
|
|
664
671
|
];
|
|
665
672
|
export var UpdateApplicationResponse$ = [3, n0, _UARp, 0, [_ap], [[() => Application$, 0]]];
|
|
@@ -696,7 +703,7 @@ var TagMap = 128 | 0;
|
|
|
696
703
|
var WorkerTypeSpecificationInputMap = [2, n0, _WTSIM, 0, 0, () => WorkerTypeSpecificationInput$];
|
|
697
704
|
var WorkerTypeSpecificationMap = [2, n0, _WTSM, 0, 0, () => WorkerTypeSpecification$];
|
|
698
705
|
export var JobDriver$ = [
|
|
699
|
-
|
|
706
|
+
4,
|
|
700
707
|
n0,
|
|
701
708
|
_JD,
|
|
702
709
|
0,
|
|
@@ -139,6 +139,9 @@ declare const CreateApplicationCommand_base: {
|
|
|
139
139
|
* identityCenterInstanceArn: "STRING_VALUE",
|
|
140
140
|
* userBackgroundSessionsEnabled: true || false,
|
|
141
141
|
* },
|
|
142
|
+
* jobLevelCostAllocationConfiguration: { // JobLevelCostAllocationConfiguration
|
|
143
|
+
* enabled: true || false,
|
|
144
|
+
* },
|
|
142
145
|
* };
|
|
143
146
|
* const command = new CreateApplicationCommand(input);
|
|
144
147
|
* const response = await client.send(command);
|
|
@@ -153,6 +153,9 @@ declare const GetApplicationCommand_base: {
|
|
|
153
153
|
* // identityCenterApplicationArn: "STRING_VALUE",
|
|
154
154
|
* // userBackgroundSessionsEnabled: true || false,
|
|
155
155
|
* // },
|
|
156
|
+
* // jobLevelCostAllocationConfiguration: { // JobLevelCostAllocationConfiguration
|
|
157
|
+
* // enabled: true || false,
|
|
158
|
+
* // },
|
|
156
159
|
* // },
|
|
157
160
|
* // };
|
|
158
161
|
*
|
|
@@ -135,6 +135,9 @@ declare const UpdateApplicationCommand_base: {
|
|
|
135
135
|
* identityCenterInstanceArn: "STRING_VALUE",
|
|
136
136
|
* userBackgroundSessionsEnabled: true || false,
|
|
137
137
|
* },
|
|
138
|
+
* jobLevelCostAllocationConfiguration: { // JobLevelCostAllocationConfiguration
|
|
139
|
+
* enabled: true || false,
|
|
140
|
+
* },
|
|
138
141
|
* };
|
|
139
142
|
* const command = new UpdateApplicationCommand(input);
|
|
140
143
|
* const response = await client.send(command);
|
|
@@ -250,6 +253,9 @@ declare const UpdateApplicationCommand_base: {
|
|
|
250
253
|
* // identityCenterApplicationArn: "STRING_VALUE",
|
|
251
254
|
* // userBackgroundSessionsEnabled: true || false,
|
|
252
255
|
* // },
|
|
256
|
+
* // jobLevelCostAllocationConfiguration: { // JobLevelCostAllocationConfiguration
|
|
257
|
+
* // enabled: true || false,
|
|
258
|
+
* // },
|
|
253
259
|
* // },
|
|
254
260
|
* // };
|
|
255
261
|
*
|
|
@@ -121,6 +121,17 @@ export interface InteractiveConfiguration {
|
|
|
121
121
|
*/
|
|
122
122
|
livyEndpointEnabled?: boolean | undefined;
|
|
123
123
|
}
|
|
124
|
+
/**
|
|
125
|
+
* <p>The configuration object that enables job level cost allocation.</p>
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
export interface JobLevelCostAllocationConfiguration {
|
|
129
|
+
/**
|
|
130
|
+
* <p>Enables job level cost allocation for the application.</p>
|
|
131
|
+
* @public
|
|
132
|
+
*/
|
|
133
|
+
enabled?: boolean | undefined;
|
|
134
|
+
}
|
|
124
135
|
/**
|
|
125
136
|
* <p>The maximum allowed cumulative resources for an application. No new resources will be created once the limit is hit.</p>
|
|
126
137
|
* @public
|
|
@@ -1223,6 +1234,11 @@ export interface Application {
|
|
|
1223
1234
|
* @public
|
|
1224
1235
|
*/
|
|
1225
1236
|
identityCenterConfiguration?: IdentityCenterConfiguration | undefined;
|
|
1237
|
+
/**
|
|
1238
|
+
* <p>The configuration object that enables job level cost allocation.</p>
|
|
1239
|
+
* @public
|
|
1240
|
+
*/
|
|
1241
|
+
jobLevelCostAllocationConfiguration?: JobLevelCostAllocationConfiguration | undefined;
|
|
1226
1242
|
}
|
|
1227
1243
|
/**
|
|
1228
1244
|
* <p>A configuration specification to be used to override existing configurations.</p>
|
|
@@ -1334,6 +1350,11 @@ export interface CreateApplicationRequest {
|
|
|
1334
1350
|
* @public
|
|
1335
1351
|
*/
|
|
1336
1352
|
identityCenterConfiguration?: IdentityCenterConfigurationInput | undefined;
|
|
1353
|
+
/**
|
|
1354
|
+
* <p>The configuration object that enables job level cost allocation.</p>
|
|
1355
|
+
* @public
|
|
1356
|
+
*/
|
|
1357
|
+
jobLevelCostAllocationConfiguration?: JobLevelCostAllocationConfiguration | undefined;
|
|
1337
1358
|
}
|
|
1338
1359
|
/**
|
|
1339
1360
|
* @public
|
|
@@ -1419,6 +1440,11 @@ export interface UpdateApplicationRequest {
|
|
|
1419
1440
|
* @public
|
|
1420
1441
|
*/
|
|
1421
1442
|
identityCenterConfiguration?: IdentityCenterConfigurationInput | undefined;
|
|
1443
|
+
/**
|
|
1444
|
+
* <p>The configuration object that enables job level cost allocation.</p>
|
|
1445
|
+
* @public
|
|
1446
|
+
*/
|
|
1447
|
+
jobLevelCostAllocationConfiguration?: JobLevelCostAllocationConfiguration | undefined;
|
|
1422
1448
|
}
|
|
1423
1449
|
/**
|
|
1424
1450
|
* @public
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
2
2
|
export declare var Application$: StaticStructureSchema;
|
|
3
3
|
export declare var ApplicationSummary$: StaticStructureSchema;
|
|
4
4
|
export declare var AutoStartConfig$: StaticStructureSchema;
|
|
@@ -27,6 +27,7 @@ export declare var ImageConfigurationInput$: StaticStructureSchema;
|
|
|
27
27
|
export declare var InitialCapacityConfig$: StaticStructureSchema;
|
|
28
28
|
export declare var InteractiveConfiguration$: StaticStructureSchema;
|
|
29
29
|
export declare var InternalServerException$: StaticErrorSchema;
|
|
30
|
+
export declare var JobLevelCostAllocationConfiguration$: StaticStructureSchema;
|
|
30
31
|
export declare var JobRun$: StaticStructureSchema;
|
|
31
32
|
export declare var JobRunAttemptSummary$: StaticStructureSchema;
|
|
32
33
|
export declare var JobRunExecutionIamPolicy$: StaticStructureSchema;
|
|
@@ -69,7 +70,7 @@ export declare var WorkerResourceConfig$: StaticStructureSchema;
|
|
|
69
70
|
export declare var WorkerTypeSpecification$: StaticStructureSchema;
|
|
70
71
|
export declare var WorkerTypeSpecificationInput$: StaticStructureSchema;
|
|
71
72
|
export declare var EMRServerlessServiceException$: StaticErrorSchema;
|
|
72
|
-
export declare var JobDriver$:
|
|
73
|
+
export declare var JobDriver$: StaticUnionSchema;
|
|
73
74
|
export declare var CancelJobRun$: StaticOperationSchema;
|
|
74
75
|
export declare var CreateApplication$: StaticOperationSchema;
|
|
75
76
|
export declare var DeleteApplication$: StaticOperationSchema;
|
|
@@ -34,6 +34,9 @@ export interface InteractiveConfiguration {
|
|
|
34
34
|
studioEnabled?: boolean | undefined;
|
|
35
35
|
livyEndpointEnabled?: boolean | undefined;
|
|
36
36
|
}
|
|
37
|
+
export interface JobLevelCostAllocationConfiguration {
|
|
38
|
+
enabled?: boolean | undefined;
|
|
39
|
+
}
|
|
37
40
|
export interface MaximumAllowedResources {
|
|
38
41
|
cpu: string | undefined;
|
|
39
42
|
memory: string | undefined;
|
|
@@ -316,6 +319,9 @@ export interface Application {
|
|
|
316
319
|
interactiveConfiguration?: InteractiveConfiguration | undefined;
|
|
317
320
|
schedulerConfiguration?: SchedulerConfiguration | undefined;
|
|
318
321
|
identityCenterConfiguration?: IdentityCenterConfiguration | undefined;
|
|
322
|
+
jobLevelCostAllocationConfiguration?:
|
|
323
|
+
| JobLevelCostAllocationConfiguration
|
|
324
|
+
| undefined;
|
|
319
325
|
}
|
|
320
326
|
export interface ConfigurationOverrides {
|
|
321
327
|
applicationConfiguration?: Configuration[] | undefined;
|
|
@@ -342,6 +348,9 @@ export interface CreateApplicationRequest {
|
|
|
342
348
|
interactiveConfiguration?: InteractiveConfiguration | undefined;
|
|
343
349
|
schedulerConfiguration?: SchedulerConfiguration | undefined;
|
|
344
350
|
identityCenterConfiguration?: IdentityCenterConfigurationInput | undefined;
|
|
351
|
+
jobLevelCostAllocationConfiguration?:
|
|
352
|
+
| JobLevelCostAllocationConfiguration
|
|
353
|
+
| undefined;
|
|
345
354
|
}
|
|
346
355
|
export interface UpdateApplicationRequest {
|
|
347
356
|
applicationId: string | undefined;
|
|
@@ -362,6 +371,9 @@ export interface UpdateApplicationRequest {
|
|
|
362
371
|
monitoringConfiguration?: MonitoringConfiguration | undefined;
|
|
363
372
|
schedulerConfiguration?: SchedulerConfiguration | undefined;
|
|
364
373
|
identityCenterConfiguration?: IdentityCenterConfigurationInput | undefined;
|
|
374
|
+
jobLevelCostAllocationConfiguration?:
|
|
375
|
+
| JobLevelCostAllocationConfiguration
|
|
376
|
+
| undefined;
|
|
365
377
|
}
|
|
366
378
|
export interface GetApplicationResponse {
|
|
367
379
|
application: Application | undefined;
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
StaticErrorSchema,
|
|
3
3
|
StaticOperationSchema,
|
|
4
4
|
StaticStructureSchema,
|
|
5
|
+
StaticUnionSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
6
7
|
export declare var Application$: StaticStructureSchema;
|
|
7
8
|
export declare var ApplicationSummary$: StaticStructureSchema;
|
|
@@ -31,6 +32,7 @@ export declare var ImageConfigurationInput$: StaticStructureSchema;
|
|
|
31
32
|
export declare var InitialCapacityConfig$: StaticStructureSchema;
|
|
32
33
|
export declare var InteractiveConfiguration$: StaticStructureSchema;
|
|
33
34
|
export declare var InternalServerException$: StaticErrorSchema;
|
|
35
|
+
export declare var JobLevelCostAllocationConfiguration$: StaticStructureSchema;
|
|
34
36
|
export declare var JobRun$: StaticStructureSchema;
|
|
35
37
|
export declare var JobRunAttemptSummary$: StaticStructureSchema;
|
|
36
38
|
export declare var JobRunExecutionIamPolicy$: StaticStructureSchema;
|
|
@@ -73,7 +75,7 @@ export declare var WorkerResourceConfig$: StaticStructureSchema;
|
|
|
73
75
|
export declare var WorkerTypeSpecification$: StaticStructureSchema;
|
|
74
76
|
export declare var WorkerTypeSpecificationInput$: StaticStructureSchema;
|
|
75
77
|
export declare var EMRServerlessServiceException$: StaticErrorSchema;
|
|
76
|
-
export declare var JobDriver$:
|
|
78
|
+
export declare var JobDriver$: StaticUnionSchema;
|
|
77
79
|
export declare var CancelJobRun$: StaticOperationSchema;
|
|
78
80
|
export declare var CreateApplication$: StaticOperationSchema;
|
|
79
81
|
export declare var DeleteApplication$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-emr-serverless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Emr Serverless Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.956.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-emr-serverless",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.10.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.956.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.956.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.956.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.956.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.956.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.956.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.956.0",
|
|
31
|
+
"@aws-sdk/types": "3.956.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.956.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.956.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.956.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.5",
|
|
36
|
+
"@smithy/core": "^3.20.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.8",
|
|
38
|
+
"@smithy/hash-node": "^4.2.7",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.7",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.7",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.1",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.17",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.8",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.7",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.7",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.7",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.7",
|
|
48
|
+
"@smithy/smithy-client": "^4.10.2",
|
|
49
|
+
"@smithy/types": "^4.11.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.7",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.2.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.16",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.19",
|
|
56
|
+
"@smithy/util-endpoints": "^3.2.7",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.7",
|
|
58
|
+
"@smithy/util-retry": "^4.2.7",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|