@aws-sdk/client-emr-serverless 3.758.0 → 3.772.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 +70 -75
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
ApplicationFilterSensitiveLog: () => ApplicationFilterSensitiveLog,
|
|
25
25
|
ApplicationState: () => ApplicationState,
|
|
26
26
|
Architecture: () => Architecture,
|
|
@@ -68,7 +68,7 @@ __export(src_exports, {
|
|
|
68
68
|
paginateListJobRunAttempts: () => paginateListJobRunAttempts,
|
|
69
69
|
paginateListJobRuns: () => paginateListJobRuns
|
|
70
70
|
});
|
|
71
|
-
module.exports = __toCommonJS(
|
|
71
|
+
module.exports = __toCommonJS(index_exports);
|
|
72
72
|
|
|
73
73
|
// src/EMRServerlessClient.ts
|
|
74
74
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -195,9 +195,9 @@ var EMRServerlessClient = class extends import_smithy_client.Client {
|
|
|
195
195
|
this.middlewareStack.use(
|
|
196
196
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
197
197
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultEMRServerlessHttpAuthSchemeParametersProvider,
|
|
198
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
198
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
199
199
|
"aws.auth#sigv4": config.credentials
|
|
200
|
-
})
|
|
200
|
+
}), "identityProviderConfigProvider")
|
|
201
201
|
})
|
|
202
202
|
);
|
|
203
203
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -349,10 +349,8 @@ var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends
|
|
|
349
349
|
var JobDriver;
|
|
350
350
|
((JobDriver3) => {
|
|
351
351
|
JobDriver3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
352
|
-
if (value.sparkSubmit !== void 0)
|
|
353
|
-
|
|
354
|
-
if (value.hive !== void 0)
|
|
355
|
-
return visitor.hive(value.hive);
|
|
352
|
+
if (value.sparkSubmit !== void 0) return visitor.sparkSubmit(value.sparkSubmit);
|
|
353
|
+
if (value.hive !== void 0) return visitor.hive(value.hive);
|
|
356
354
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
357
355
|
}, "visit");
|
|
358
356
|
})(JobDriver || (JobDriver = {}));
|
|
@@ -384,12 +382,9 @@ var SparkSubmitFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
384
382
|
...obj.sparkSubmitParameters && { sparkSubmitParameters: import_smithy_client.SENSITIVE_STRING }
|
|
385
383
|
}), "SparkSubmitFilterSensitiveLog");
|
|
386
384
|
var JobDriverFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
387
|
-
if (obj.sparkSubmit !== void 0)
|
|
388
|
-
|
|
389
|
-
if (obj
|
|
390
|
-
return { hive: HiveFilterSensitiveLog(obj.hive) };
|
|
391
|
-
if (obj.$unknown !== void 0)
|
|
392
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
385
|
+
if (obj.sparkSubmit !== void 0) return { sparkSubmit: SparkSubmitFilterSensitiveLog(obj.sparkSubmit) };
|
|
386
|
+
if (obj.hive !== void 0) return { hive: HiveFilterSensitiveLog(obj.hive) };
|
|
387
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
393
388
|
}, "JobDriverFilterSensitiveLog");
|
|
394
389
|
var ConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
395
390
|
...obj,
|
|
@@ -470,22 +465,22 @@ var se_CreateApplicationCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
470
465
|
body = JSON.stringify(
|
|
471
466
|
(0, import_smithy_client.take)(input, {
|
|
472
467
|
architecture: [],
|
|
473
|
-
autoStartConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
474
|
-
autoStopConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
468
|
+
autoStartConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "autoStartConfiguration"),
|
|
469
|
+
autoStopConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "autoStopConfiguration"),
|
|
475
470
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
476
|
-
imageConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
477
|
-
initialCapacity: (_) => (0, import_smithy_client._json)(_),
|
|
478
|
-
interactiveConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
479
|
-
maximumCapacity: (_) => (0, import_smithy_client._json)(_),
|
|
480
|
-
monitoringConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
471
|
+
imageConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "imageConfiguration"),
|
|
472
|
+
initialCapacity: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "initialCapacity"),
|
|
473
|
+
interactiveConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "interactiveConfiguration"),
|
|
474
|
+
maximumCapacity: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "maximumCapacity"),
|
|
475
|
+
monitoringConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "monitoringConfiguration"),
|
|
481
476
|
name: [],
|
|
482
|
-
networkConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
477
|
+
networkConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "networkConfiguration"),
|
|
483
478
|
releaseLabel: [],
|
|
484
|
-
runtimeConfiguration: (_) => se_ConfigurationList(_, context),
|
|
485
|
-
schedulerConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
486
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
479
|
+
runtimeConfiguration: /* @__PURE__ */ __name((_) => se_ConfigurationList(_, context), "runtimeConfiguration"),
|
|
480
|
+
schedulerConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "schedulerConfiguration"),
|
|
481
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
487
482
|
type: [],
|
|
488
|
-
workerTypeSpecifications: (_) => (0, import_smithy_client._json)(_)
|
|
483
|
+
workerTypeSpecifications: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "workerTypeSpecifications")
|
|
489
484
|
})
|
|
490
485
|
);
|
|
491
486
|
b.m("POST").h(headers).b(body);
|
|
@@ -609,14 +604,14 @@ var se_StartJobRunCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
609
604
|
body = JSON.stringify(
|
|
610
605
|
(0, import_smithy_client.take)(input, {
|
|
611
606
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
612
|
-
configurationOverrides: (_) => se_ConfigurationOverrides(_, context),
|
|
607
|
+
configurationOverrides: /* @__PURE__ */ __name((_) => se_ConfigurationOverrides(_, context), "configurationOverrides"),
|
|
613
608
|
executionRoleArn: [],
|
|
614
609
|
executionTimeoutMinutes: [],
|
|
615
|
-
jobDriver: (_) => (0, import_smithy_client._json)(_),
|
|
610
|
+
jobDriver: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "jobDriver"),
|
|
616
611
|
mode: [],
|
|
617
612
|
name: [],
|
|
618
|
-
retryPolicy: (_) => (0, import_smithy_client._json)(_),
|
|
619
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
613
|
+
retryPolicy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "retryPolicy"),
|
|
614
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
620
615
|
})
|
|
621
616
|
);
|
|
622
617
|
b.m("POST").h(headers).b(body);
|
|
@@ -641,7 +636,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
641
636
|
let body;
|
|
642
637
|
body = JSON.stringify(
|
|
643
638
|
(0, import_smithy_client.take)(input, {
|
|
644
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
639
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
645
640
|
})
|
|
646
641
|
);
|
|
647
642
|
b.m("POST").h(headers).b(body);
|
|
@@ -670,19 +665,19 @@ var se_UpdateApplicationCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
670
665
|
body = JSON.stringify(
|
|
671
666
|
(0, import_smithy_client.take)(input, {
|
|
672
667
|
architecture: [],
|
|
673
|
-
autoStartConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
674
|
-
autoStopConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
668
|
+
autoStartConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "autoStartConfiguration"),
|
|
669
|
+
autoStopConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "autoStopConfiguration"),
|
|
675
670
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
676
|
-
imageConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
677
|
-
initialCapacity: (_) => (0, import_smithy_client._json)(_),
|
|
678
|
-
interactiveConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
679
|
-
maximumCapacity: (_) => (0, import_smithy_client._json)(_),
|
|
680
|
-
monitoringConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
681
|
-
networkConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
671
|
+
imageConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "imageConfiguration"),
|
|
672
|
+
initialCapacity: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "initialCapacity"),
|
|
673
|
+
interactiveConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "interactiveConfiguration"),
|
|
674
|
+
maximumCapacity: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "maximumCapacity"),
|
|
675
|
+
monitoringConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "monitoringConfiguration"),
|
|
676
|
+
networkConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "networkConfiguration"),
|
|
682
677
|
releaseLabel: [],
|
|
683
|
-
runtimeConfiguration: (_) => se_ConfigurationList(_, context),
|
|
684
|
-
schedulerConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
685
|
-
workerTypeSpecifications: (_) => (0, import_smithy_client._json)(_)
|
|
678
|
+
runtimeConfiguration: /* @__PURE__ */ __name((_) => se_ConfigurationList(_, context), "runtimeConfiguration"),
|
|
679
|
+
schedulerConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "schedulerConfiguration"),
|
|
680
|
+
workerTypeSpecifications: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "workerTypeSpecifications")
|
|
686
681
|
})
|
|
687
682
|
);
|
|
688
683
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -738,7 +733,7 @@ var de_GetApplicationCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
738
733
|
});
|
|
739
734
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
740
735
|
const doc = (0, import_smithy_client.take)(data, {
|
|
741
|
-
application: (_) => de_Application(_, context)
|
|
736
|
+
application: /* @__PURE__ */ __name((_) => de_Application(_, context), "application")
|
|
742
737
|
});
|
|
743
738
|
Object.assign(contents, doc);
|
|
744
739
|
return contents;
|
|
@@ -766,7 +761,7 @@ var de_GetJobRunCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
766
761
|
});
|
|
767
762
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
768
763
|
const doc = (0, import_smithy_client.take)(data, {
|
|
769
|
-
jobRun: (_) => de_JobRun(_, context)
|
|
764
|
+
jobRun: /* @__PURE__ */ __name((_) => de_JobRun(_, context), "jobRun")
|
|
770
765
|
});
|
|
771
766
|
Object.assign(contents, doc);
|
|
772
767
|
return contents;
|
|
@@ -780,7 +775,7 @@ var de_ListApplicationsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
780
775
|
});
|
|
781
776
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
782
777
|
const doc = (0, import_smithy_client.take)(data, {
|
|
783
|
-
applications: (_) => de_ApplicationList(_, context),
|
|
778
|
+
applications: /* @__PURE__ */ __name((_) => de_ApplicationList(_, context), "applications"),
|
|
784
779
|
nextToken: import_smithy_client.expectString
|
|
785
780
|
});
|
|
786
781
|
Object.assign(contents, doc);
|
|
@@ -795,7 +790,7 @@ var de_ListJobRunAttemptsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
795
790
|
});
|
|
796
791
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
797
792
|
const doc = (0, import_smithy_client.take)(data, {
|
|
798
|
-
jobRunAttempts: (_) => de_JobRunAttempts(_, context),
|
|
793
|
+
jobRunAttempts: /* @__PURE__ */ __name((_) => de_JobRunAttempts(_, context), "jobRunAttempts"),
|
|
799
794
|
nextToken: import_smithy_client.expectString
|
|
800
795
|
});
|
|
801
796
|
Object.assign(contents, doc);
|
|
@@ -810,7 +805,7 @@ var de_ListJobRunsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
810
805
|
});
|
|
811
806
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
812
807
|
const doc = (0, import_smithy_client.take)(data, {
|
|
813
|
-
jobRuns: (_) => de_JobRuns(_, context),
|
|
808
|
+
jobRuns: /* @__PURE__ */ __name((_) => de_JobRuns(_, context), "jobRuns"),
|
|
814
809
|
nextToken: import_smithy_client.expectString
|
|
815
810
|
});
|
|
816
811
|
Object.assign(contents, doc);
|
|
@@ -895,7 +890,7 @@ var de_UpdateApplicationCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
895
890
|
});
|
|
896
891
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
897
892
|
const doc = (0, import_smithy_client.take)(data, {
|
|
898
|
-
application: (_) => de_Application(_, context)
|
|
893
|
+
application: /* @__PURE__ */ __name((_) => de_Application(_, context), "application")
|
|
899
894
|
});
|
|
900
895
|
Object.assign(contents, doc);
|
|
901
896
|
return contents;
|
|
@@ -1000,7 +995,7 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
1000
995
|
var se_Configuration = /* @__PURE__ */ __name((input, context) => {
|
|
1001
996
|
return (0, import_smithy_client.take)(input, {
|
|
1002
997
|
classification: [],
|
|
1003
|
-
configurations: (_) => se_ConfigurationList(_, context),
|
|
998
|
+
configurations: /* @__PURE__ */ __name((_) => se_ConfigurationList(_, context), "configurations"),
|
|
1004
999
|
properties: import_smithy_client._json
|
|
1005
1000
|
});
|
|
1006
1001
|
}, "se_Configuration");
|
|
@@ -1011,7 +1006,7 @@ var se_ConfigurationList = /* @__PURE__ */ __name((input, context) => {
|
|
|
1011
1006
|
}, "se_ConfigurationList");
|
|
1012
1007
|
var se_ConfigurationOverrides = /* @__PURE__ */ __name((input, context) => {
|
|
1013
1008
|
return (0, import_smithy_client.take)(input, {
|
|
1014
|
-
applicationConfiguration: (_) => se_ConfigurationList(_, context),
|
|
1009
|
+
applicationConfiguration: /* @__PURE__ */ __name((_) => se_ConfigurationList(_, context), "applicationConfiguration"),
|
|
1015
1010
|
monitoringConfiguration: import_smithy_client._json
|
|
1016
1011
|
});
|
|
1017
1012
|
}, "se_ConfigurationOverrides");
|
|
@@ -1022,7 +1017,7 @@ var de_Application = /* @__PURE__ */ __name((output, context) => {
|
|
|
1022
1017
|
arn: import_smithy_client.expectString,
|
|
1023
1018
|
autoStartConfiguration: import_smithy_client._json,
|
|
1024
1019
|
autoStopConfiguration: import_smithy_client._json,
|
|
1025
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1020
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1026
1021
|
imageConfiguration: import_smithy_client._json,
|
|
1027
1022
|
initialCapacity: import_smithy_client._json,
|
|
1028
1023
|
interactiveConfiguration: import_smithy_client._json,
|
|
@@ -1031,13 +1026,13 @@ var de_Application = /* @__PURE__ */ __name((output, context) => {
|
|
|
1031
1026
|
name: import_smithy_client.expectString,
|
|
1032
1027
|
networkConfiguration: import_smithy_client._json,
|
|
1033
1028
|
releaseLabel: import_smithy_client.expectString,
|
|
1034
|
-
runtimeConfiguration: (_) => de_ConfigurationList(_, context),
|
|
1029
|
+
runtimeConfiguration: /* @__PURE__ */ __name((_) => de_ConfigurationList(_, context), "runtimeConfiguration"),
|
|
1035
1030
|
schedulerConfiguration: import_smithy_client._json,
|
|
1036
1031
|
state: import_smithy_client.expectString,
|
|
1037
1032
|
stateDetails: import_smithy_client.expectString,
|
|
1038
1033
|
tags: import_smithy_client._json,
|
|
1039
1034
|
type: import_smithy_client.expectString,
|
|
1040
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1035
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
|
|
1041
1036
|
workerTypeSpecifications: import_smithy_client._json
|
|
1042
1037
|
});
|
|
1043
1038
|
}, "de_Application");
|
|
@@ -1051,20 +1046,20 @@ var de_ApplicationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1051
1046
|
return (0, import_smithy_client.take)(output, {
|
|
1052
1047
|
architecture: import_smithy_client.expectString,
|
|
1053
1048
|
arn: import_smithy_client.expectString,
|
|
1054
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1049
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1055
1050
|
id: import_smithy_client.expectString,
|
|
1056
1051
|
name: import_smithy_client.expectString,
|
|
1057
1052
|
releaseLabel: import_smithy_client.expectString,
|
|
1058
1053
|
state: import_smithy_client.expectString,
|
|
1059
1054
|
stateDetails: import_smithy_client.expectString,
|
|
1060
1055
|
type: import_smithy_client.expectString,
|
|
1061
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1056
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
1062
1057
|
});
|
|
1063
1058
|
}, "de_ApplicationSummary");
|
|
1064
1059
|
var de_Configuration = /* @__PURE__ */ __name((output, context) => {
|
|
1065
1060
|
return (0, import_smithy_client.take)(output, {
|
|
1066
1061
|
classification: import_smithy_client.expectString,
|
|
1067
|
-
configurations: (_) => de_ConfigurationList(_, context),
|
|
1062
|
+
configurations: /* @__PURE__ */ __name((_) => de_ConfigurationList(_, context), "configurations"),
|
|
1068
1063
|
properties: import_smithy_client._json
|
|
1069
1064
|
});
|
|
1070
1065
|
}, "de_Configuration");
|
|
@@ -1076,7 +1071,7 @@ var de_ConfigurationList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1076
1071
|
}, "de_ConfigurationList");
|
|
1077
1072
|
var de_ConfigurationOverrides = /* @__PURE__ */ __name((output, context) => {
|
|
1078
1073
|
return (0, import_smithy_client.take)(output, {
|
|
1079
|
-
applicationConfiguration: (_) => de_ConfigurationList(_, context),
|
|
1074
|
+
applicationConfiguration: /* @__PURE__ */ __name((_) => de_ConfigurationList(_, context), "applicationConfiguration"),
|
|
1080
1075
|
monitoringConfiguration: import_smithy_client._json
|
|
1081
1076
|
});
|
|
1082
1077
|
}, "de_ConfigurationOverrides");
|
|
@@ -1085,16 +1080,16 @@ var de_JobRun = /* @__PURE__ */ __name((output, context) => {
|
|
|
1085
1080
|
applicationId: import_smithy_client.expectString,
|
|
1086
1081
|
arn: import_smithy_client.expectString,
|
|
1087
1082
|
attempt: import_smithy_client.expectInt32,
|
|
1088
|
-
attemptCreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1089
|
-
attemptUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1090
|
-
billedResourceUtilization: (_) => de_ResourceUtilization(_, context),
|
|
1091
|
-
configurationOverrides: (_) => de_ConfigurationOverrides(_, context),
|
|
1092
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1083
|
+
attemptCreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "attemptCreatedAt"),
|
|
1084
|
+
attemptUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "attemptUpdatedAt"),
|
|
1085
|
+
billedResourceUtilization: /* @__PURE__ */ __name((_) => de_ResourceUtilization(_, context), "billedResourceUtilization"),
|
|
1086
|
+
configurationOverrides: /* @__PURE__ */ __name((_) => de_ConfigurationOverrides(_, context), "configurationOverrides"),
|
|
1087
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1093
1088
|
createdBy: import_smithy_client.expectString,
|
|
1094
|
-
endedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1089
|
+
endedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endedAt"),
|
|
1095
1090
|
executionRole: import_smithy_client.expectString,
|
|
1096
1091
|
executionTimeoutMinutes: import_smithy_client.expectLong,
|
|
1097
|
-
jobDriver: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1092
|
+
jobDriver: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "jobDriver"),
|
|
1098
1093
|
jobRunId: import_smithy_client.expectString,
|
|
1099
1094
|
mode: import_smithy_client.expectString,
|
|
1100
1095
|
name: import_smithy_client.expectString,
|
|
@@ -1102,13 +1097,13 @@ var de_JobRun = /* @__PURE__ */ __name((output, context) => {
|
|
|
1102
1097
|
queuedDurationMilliseconds: import_smithy_client.expectLong,
|
|
1103
1098
|
releaseLabel: import_smithy_client.expectString,
|
|
1104
1099
|
retryPolicy: import_smithy_client._json,
|
|
1105
|
-
startedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1100
|
+
startedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startedAt"),
|
|
1106
1101
|
state: import_smithy_client.expectString,
|
|
1107
1102
|
stateDetails: import_smithy_client.expectString,
|
|
1108
1103
|
tags: import_smithy_client._json,
|
|
1109
1104
|
totalExecutionDurationSeconds: import_smithy_client.expectInt32,
|
|
1110
|
-
totalResourceUtilization: (_) => de_TotalResourceUtilization(_, context),
|
|
1111
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1105
|
+
totalResourceUtilization: /* @__PURE__ */ __name((_) => de_TotalResourceUtilization(_, context), "totalResourceUtilization"),
|
|
1106
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
1112
1107
|
});
|
|
1113
1108
|
}, "de_JobRun");
|
|
1114
1109
|
var de_JobRunAttempts = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1122,18 +1117,18 @@ var de_JobRunAttemptSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1122
1117
|
applicationId: import_smithy_client.expectString,
|
|
1123
1118
|
arn: import_smithy_client.expectString,
|
|
1124
1119
|
attempt: import_smithy_client.expectInt32,
|
|
1125
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1120
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1126
1121
|
createdBy: import_smithy_client.expectString,
|
|
1127
1122
|
executionRole: import_smithy_client.expectString,
|
|
1128
1123
|
id: import_smithy_client.expectString,
|
|
1129
|
-
jobCreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1124
|
+
jobCreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "jobCreatedAt"),
|
|
1130
1125
|
mode: import_smithy_client.expectString,
|
|
1131
1126
|
name: import_smithy_client.expectString,
|
|
1132
1127
|
releaseLabel: import_smithy_client.expectString,
|
|
1133
1128
|
state: import_smithy_client.expectString,
|
|
1134
1129
|
stateDetails: import_smithy_client.expectString,
|
|
1135
1130
|
type: import_smithy_client.expectString,
|
|
1136
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1131
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
1137
1132
|
});
|
|
1138
1133
|
}, "de_JobRunAttemptSummary");
|
|
1139
1134
|
var de_JobRuns = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1147,9 +1142,9 @@ var de_JobRunSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1147
1142
|
applicationId: import_smithy_client.expectString,
|
|
1148
1143
|
arn: import_smithy_client.expectString,
|
|
1149
1144
|
attempt: import_smithy_client.expectInt32,
|
|
1150
|
-
attemptCreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1151
|
-
attemptUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1152
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1145
|
+
attemptCreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "attemptCreatedAt"),
|
|
1146
|
+
attemptUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "attemptUpdatedAt"),
|
|
1147
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1153
1148
|
createdBy: import_smithy_client.expectString,
|
|
1154
1149
|
executionRole: import_smithy_client.expectString,
|
|
1155
1150
|
id: import_smithy_client.expectString,
|
|
@@ -1159,7 +1154,7 @@ var de_JobRunSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1159
1154
|
state: import_smithy_client.expectString,
|
|
1160
1155
|
stateDetails: import_smithy_client.expectString,
|
|
1161
1156
|
type: import_smithy_client.expectString,
|
|
1162
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1157
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
1163
1158
|
});
|
|
1164
1159
|
}, "de_JobRunSummary");
|
|
1165
1160
|
var de_ResourceUtilization = /* @__PURE__ */ __name((output, context) => {
|
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.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-emr-serverless",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|