@aws-sdk/client-emr-containers 3.758.0 → 3.774.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +53 -57
  2. package/package.json +7 -7
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 src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  AllowAWSToRetainLogs: () => AllowAWSToRetainLogs,
25
25
  CancelJobRunCommand: () => CancelJobRunCommand,
26
26
  CertificateProviderType: () => CertificateProviderType,
@@ -91,7 +91,7 @@ __export(src_exports, {
91
91
  paginateListSecurityConfigurations: () => paginateListSecurityConfigurations,
92
92
  paginateListVirtualClusters: () => paginateListVirtualClusters
93
93
  });
94
- module.exports = __toCommonJS(src_exports);
94
+ module.exports = __toCommonJS(index_exports);
95
95
 
96
96
  // src/EMRContainersClient.ts
97
97
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -218,9 +218,9 @@ var EMRContainersClient = class extends import_smithy_client.Client {
218
218
  this.middlewareStack.use(
219
219
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
220
220
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultEMRContainersHttpAuthSchemeParametersProvider,
221
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
221
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
222
222
  "aws.auth#sigv4": config.credentials
223
- })
223
+ }), "identityProviderConfigProvider")
224
224
  })
225
225
  );
226
226
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -338,8 +338,7 @@ var PersistentAppUI = {
338
338
  var ContainerInfo;
339
339
  ((ContainerInfo3) => {
340
340
  ContainerInfo3.visit = /* @__PURE__ */ __name((value, visitor) => {
341
- if (value.eksInfo !== void 0)
342
- return visitor.eksInfo(value.eksInfo);
341
+ if (value.eksInfo !== void 0) return visitor.eksInfo(value.eksInfo);
343
342
  return visitor._(value.$unknown[0], value.$unknown[1]);
344
343
  }, "visit");
345
344
  })(ContainerInfo || (ContainerInfo = {}));
@@ -395,8 +394,7 @@ var VirtualClusterState = {
395
394
  var Credentials;
396
395
  ((Credentials2) => {
397
396
  Credentials2.visit = /* @__PURE__ */ __name((value, visitor) => {
398
- if (value.token !== void 0)
399
- return visitor.token(value.token);
397
+ if (value.token !== void 0) return visitor.token(value.token);
400
398
  return visitor._(value.$unknown[0], value.$unknown[1]);
401
399
  }, "visit");
402
400
  })(Credentials || (Credentials = {}));
@@ -437,10 +435,8 @@ var JobDriverFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
437
435
  ...obj.sparkSqlJobDriver && { sparkSqlJobDriver: SparkSqlJobDriverFilterSensitiveLog(obj.sparkSqlJobDriver) }
438
436
  }), "JobDriverFilterSensitiveLog");
439
437
  var CredentialsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
440
- if (obj.token !== void 0)
441
- return { token: import_smithy_client.SENSITIVE_STRING };
442
- if (obj.$unknown !== void 0)
443
- return { [obj.$unknown[0]]: "UNKNOWN" };
438
+ if (obj.token !== void 0) return { token: import_smithy_client.SENSITIVE_STRING };
439
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
444
440
  }, "CredentialsFilterSensitiveLog");
445
441
  var GetManagedEndpointSessionCredentialsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
446
442
  ...obj,
@@ -551,10 +547,10 @@ var se_CreateJobTemplateCommand = /* @__PURE__ */ __name(async (input, context)
551
547
  body = JSON.stringify(
552
548
  (0, import_smithy_client.take)(input, {
553
549
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
554
- jobTemplateData: (_) => se_JobTemplateData(_, context),
550
+ jobTemplateData: /* @__PURE__ */ __name((_) => se_JobTemplateData(_, context), "jobTemplateData"),
555
551
  kmsKeyArn: [],
556
552
  name: [],
557
- tags: (_) => (0, import_smithy_client._json)(_)
553
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
558
554
  })
559
555
  );
560
556
  b.m("POST").h(headers).b(body);
@@ -572,11 +568,11 @@ var se_CreateManagedEndpointCommand = /* @__PURE__ */ __name(async (input, conte
572
568
  (0, import_smithy_client.take)(input, {
573
569
  certificateArn: [],
574
570
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
575
- configurationOverrides: (_) => se_ConfigurationOverrides(_, context),
571
+ configurationOverrides: /* @__PURE__ */ __name((_) => se_ConfigurationOverrides(_, context), "configurationOverrides"),
576
572
  executionRoleArn: [],
577
573
  name: [],
578
574
  releaseLabel: [],
579
- tags: (_) => (0, import_smithy_client._json)(_),
575
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
580
576
  type: []
581
577
  })
582
578
  );
@@ -594,8 +590,8 @@ var se_CreateSecurityConfigurationCommand = /* @__PURE__ */ __name(async (input,
594
590
  (0, import_smithy_client.take)(input, {
595
591
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
596
592
  name: [],
597
- securityConfigurationData: (_) => (0, import_smithy_client._json)(_),
598
- tags: (_) => (0, import_smithy_client._json)(_)
593
+ securityConfigurationData: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "securityConfigurationData"),
594
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
599
595
  })
600
596
  );
601
597
  b.m("POST").h(headers).b(body);
@@ -611,10 +607,10 @@ var se_CreateVirtualClusterCommand = /* @__PURE__ */ __name(async (input, contex
611
607
  body = JSON.stringify(
612
608
  (0, import_smithy_client.take)(input, {
613
609
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
614
- containerProvider: (_) => (0, import_smithy_client._json)(_),
610
+ containerProvider: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "containerProvider"),
615
611
  name: [],
616
612
  securityConfigurationId: [],
617
- tags: (_) => (0, import_smithy_client._json)(_)
613
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
618
614
  })
619
615
  );
620
616
  b.m("POST").h(headers).b(body);
@@ -816,15 +812,15 @@ var se_StartJobRunCommand = /* @__PURE__ */ __name(async (input, context) => {
816
812
  body = JSON.stringify(
817
813
  (0, import_smithy_client.take)(input, {
818
814
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
819
- configurationOverrides: (_) => se_ConfigurationOverrides(_, context),
815
+ configurationOverrides: /* @__PURE__ */ __name((_) => se_ConfigurationOverrides(_, context), "configurationOverrides"),
820
816
  executionRoleArn: [],
821
- jobDriver: (_) => (0, import_smithy_client._json)(_),
817
+ jobDriver: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "jobDriver"),
822
818
  jobTemplateId: [],
823
- jobTemplateParameters: (_) => (0, import_smithy_client._json)(_),
819
+ jobTemplateParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "jobTemplateParameters"),
824
820
  name: [],
825
821
  releaseLabel: [],
826
- retryPolicyConfiguration: (_) => (0, import_smithy_client._json)(_),
827
- tags: (_) => (0, import_smithy_client._json)(_)
822
+ retryPolicyConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "retryPolicyConfiguration"),
823
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
828
824
  })
829
825
  );
830
826
  b.m("POST").h(headers).b(body);
@@ -840,7 +836,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
840
836
  let body;
841
837
  body = JSON.stringify(
842
838
  (0, import_smithy_client.take)(input, {
843
- tags: (_) => (0, import_smithy_client._json)(_)
839
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
844
840
  })
845
841
  );
846
842
  b.m("POST").h(headers).b(body);
@@ -883,7 +879,7 @@ var de_CreateJobTemplateCommand = /* @__PURE__ */ __name(async (output, context)
883
879
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
884
880
  const doc = (0, import_smithy_client.take)(data, {
885
881
  arn: import_smithy_client.expectString,
886
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
882
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
887
883
  id: import_smithy_client.expectString,
888
884
  name: import_smithy_client.expectString
889
885
  });
@@ -991,7 +987,7 @@ var de_DescribeJobRunCommand = /* @__PURE__ */ __name(async (output, context) =>
991
987
  });
992
988
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
993
989
  const doc = (0, import_smithy_client.take)(data, {
994
- jobRun: (_) => de_JobRun(_, context)
990
+ jobRun: /* @__PURE__ */ __name((_) => de_JobRun(_, context), "jobRun")
995
991
  });
996
992
  Object.assign(contents, doc);
997
993
  return contents;
@@ -1005,7 +1001,7 @@ var de_DescribeJobTemplateCommand = /* @__PURE__ */ __name(async (output, contex
1005
1001
  });
1006
1002
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1007
1003
  const doc = (0, import_smithy_client.take)(data, {
1008
- jobTemplate: (_) => de_JobTemplate(_, context)
1004
+ jobTemplate: /* @__PURE__ */ __name((_) => de_JobTemplate(_, context), "jobTemplate")
1009
1005
  });
1010
1006
  Object.assign(contents, doc);
1011
1007
  return contents;
@@ -1019,7 +1015,7 @@ var de_DescribeManagedEndpointCommand = /* @__PURE__ */ __name(async (output, co
1019
1015
  });
1020
1016
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1021
1017
  const doc = (0, import_smithy_client.take)(data, {
1022
- endpoint: (_) => de_Endpoint(_, context)
1018
+ endpoint: /* @__PURE__ */ __name((_) => de_Endpoint(_, context), "endpoint")
1023
1019
  });
1024
1020
  Object.assign(contents, doc);
1025
1021
  return contents;
@@ -1033,7 +1029,7 @@ var de_DescribeSecurityConfigurationCommand = /* @__PURE__ */ __name(async (outp
1033
1029
  });
1034
1030
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1035
1031
  const doc = (0, import_smithy_client.take)(data, {
1036
- securityConfiguration: (_) => de_SecurityConfiguration(_, context)
1032
+ securityConfiguration: /* @__PURE__ */ __name((_) => de_SecurityConfiguration(_, context), "securityConfiguration")
1037
1033
  });
1038
1034
  Object.assign(contents, doc);
1039
1035
  return contents;
@@ -1047,7 +1043,7 @@ var de_DescribeVirtualClusterCommand = /* @__PURE__ */ __name(async (output, con
1047
1043
  });
1048
1044
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1049
1045
  const doc = (0, import_smithy_client.take)(data, {
1050
- virtualCluster: (_) => de_VirtualCluster(_, context)
1046
+ virtualCluster: /* @__PURE__ */ __name((_) => de_VirtualCluster(_, context), "virtualCluster")
1051
1047
  });
1052
1048
  Object.assign(contents, doc);
1053
1049
  return contents;
@@ -1061,8 +1057,8 @@ var de_GetManagedEndpointSessionCredentialsCommand = /* @__PURE__ */ __name(asyn
1061
1057
  });
1062
1058
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1063
1059
  const doc = (0, import_smithy_client.take)(data, {
1064
- credentials: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
1065
- expiresAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1060
+ credentials: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "credentials"),
1061
+ expiresAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "expiresAt"),
1066
1062
  id: import_smithy_client.expectString
1067
1063
  });
1068
1064
  Object.assign(contents, doc);
@@ -1077,7 +1073,7 @@ var de_ListJobRunsCommand = /* @__PURE__ */ __name(async (output, context) => {
1077
1073
  });
1078
1074
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1079
1075
  const doc = (0, import_smithy_client.take)(data, {
1080
- jobRuns: (_) => de_JobRuns(_, context),
1076
+ jobRuns: /* @__PURE__ */ __name((_) => de_JobRuns(_, context), "jobRuns"),
1081
1077
  nextToken: import_smithy_client.expectString
1082
1078
  });
1083
1079
  Object.assign(contents, doc);
@@ -1093,7 +1089,7 @@ var de_ListJobTemplatesCommand = /* @__PURE__ */ __name(async (output, context)
1093
1089
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1094
1090
  const doc = (0, import_smithy_client.take)(data, {
1095
1091
  nextToken: import_smithy_client.expectString,
1096
- templates: (_) => de_JobTemplates(_, context)
1092
+ templates: /* @__PURE__ */ __name((_) => de_JobTemplates(_, context), "templates")
1097
1093
  });
1098
1094
  Object.assign(contents, doc);
1099
1095
  return contents;
@@ -1107,7 +1103,7 @@ var de_ListManagedEndpointsCommand = /* @__PURE__ */ __name(async (output, conte
1107
1103
  });
1108
1104
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1109
1105
  const doc = (0, import_smithy_client.take)(data, {
1110
- endpoints: (_) => de_Endpoints(_, context),
1106
+ endpoints: /* @__PURE__ */ __name((_) => de_Endpoints(_, context), "endpoints"),
1111
1107
  nextToken: import_smithy_client.expectString
1112
1108
  });
1113
1109
  Object.assign(contents, doc);
@@ -1123,7 +1119,7 @@ var de_ListSecurityConfigurationsCommand = /* @__PURE__ */ __name(async (output,
1123
1119
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1124
1120
  const doc = (0, import_smithy_client.take)(data, {
1125
1121
  nextToken: import_smithy_client.expectString,
1126
- securityConfigurations: (_) => de_SecurityConfigurations(_, context)
1122
+ securityConfigurations: /* @__PURE__ */ __name((_) => de_SecurityConfigurations(_, context), "securityConfigurations")
1127
1123
  });
1128
1124
  Object.assign(contents, doc);
1129
1125
  return contents;
@@ -1152,7 +1148,7 @@ var de_ListVirtualClustersCommand = /* @__PURE__ */ __name(async (output, contex
1152
1148
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1153
1149
  const doc = (0, import_smithy_client.take)(data, {
1154
1150
  nextToken: import_smithy_client.expectString,
1155
- virtualClusters: (_) => de_VirtualClusters(_, context)
1151
+ virtualClusters: /* @__PURE__ */ __name((_) => de_VirtualClusters(_, context), "virtualClusters")
1156
1152
  });
1157
1153
  Object.assign(contents, doc);
1158
1154
  return contents;
@@ -1294,7 +1290,7 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
1294
1290
  var se_Configuration = /* @__PURE__ */ __name((input, context) => {
1295
1291
  return (0, import_smithy_client.take)(input, {
1296
1292
  classification: [],
1297
- configurations: (_) => se_ConfigurationList(_, context),
1293
+ configurations: /* @__PURE__ */ __name((_) => se_ConfigurationList(_, context), "configurations"),
1298
1294
  properties: import_smithy_client._json
1299
1295
  });
1300
1296
  }, "se_Configuration");
@@ -1305,13 +1301,13 @@ var se_ConfigurationList = /* @__PURE__ */ __name((input, context) => {
1305
1301
  }, "se_ConfigurationList");
1306
1302
  var se_ConfigurationOverrides = /* @__PURE__ */ __name((input, context) => {
1307
1303
  return (0, import_smithy_client.take)(input, {
1308
- applicationConfiguration: (_) => se_ConfigurationList(_, context),
1304
+ applicationConfiguration: /* @__PURE__ */ __name((_) => se_ConfigurationList(_, context), "applicationConfiguration"),
1309
1305
  monitoringConfiguration: import_smithy_client._json
1310
1306
  });
1311
1307
  }, "se_ConfigurationOverrides");
1312
1308
  var se_JobTemplateData = /* @__PURE__ */ __name((input, context) => {
1313
1309
  return (0, import_smithy_client.take)(input, {
1314
- configurationOverrides: (_) => se_ParametricConfigurationOverrides(_, context),
1310
+ configurationOverrides: /* @__PURE__ */ __name((_) => se_ParametricConfigurationOverrides(_, context), "configurationOverrides"),
1315
1311
  executionRoleArn: [],
1316
1312
  jobDriver: import_smithy_client._json,
1317
1313
  jobTags: import_smithy_client._json,
@@ -1321,14 +1317,14 @@ var se_JobTemplateData = /* @__PURE__ */ __name((input, context) => {
1321
1317
  }, "se_JobTemplateData");
1322
1318
  var se_ParametricConfigurationOverrides = /* @__PURE__ */ __name((input, context) => {
1323
1319
  return (0, import_smithy_client.take)(input, {
1324
- applicationConfiguration: (_) => se_ConfigurationList(_, context),
1320
+ applicationConfiguration: /* @__PURE__ */ __name((_) => se_ConfigurationList(_, context), "applicationConfiguration"),
1325
1321
  monitoringConfiguration: import_smithy_client._json
1326
1322
  });
1327
1323
  }, "se_ParametricConfigurationOverrides");
1328
1324
  var de_Configuration = /* @__PURE__ */ __name((output, context) => {
1329
1325
  return (0, import_smithy_client.take)(output, {
1330
1326
  classification: import_smithy_client.expectString,
1331
- configurations: (_) => de_ConfigurationList(_, context),
1327
+ configurations: /* @__PURE__ */ __name((_) => de_ConfigurationList(_, context), "configurations"),
1332
1328
  properties: import_smithy_client._json
1333
1329
  });
1334
1330
  }, "de_Configuration");
@@ -1340,7 +1336,7 @@ var de_ConfigurationList = /* @__PURE__ */ __name((output, context) => {
1340
1336
  }, "de_ConfigurationList");
1341
1337
  var de_ConfigurationOverrides = /* @__PURE__ */ __name((output, context) => {
1342
1338
  return (0, import_smithy_client.take)(output, {
1343
- applicationConfiguration: (_) => de_ConfigurationList(_, context),
1339
+ applicationConfiguration: /* @__PURE__ */ __name((_) => de_ConfigurationList(_, context), "applicationConfiguration"),
1344
1340
  monitoringConfiguration: import_smithy_client._json
1345
1341
  });
1346
1342
  }, "de_ConfigurationOverrides");
@@ -1349,8 +1345,8 @@ var de_Endpoint = /* @__PURE__ */ __name((output, context) => {
1349
1345
  arn: import_smithy_client.expectString,
1350
1346
  certificateArn: import_smithy_client.expectString,
1351
1347
  certificateAuthority: import_smithy_client._json,
1352
- configurationOverrides: (_) => de_ConfigurationOverrides(_, context),
1353
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1348
+ configurationOverrides: /* @__PURE__ */ __name((_) => de_ConfigurationOverrides(_, context), "configurationOverrides"),
1349
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
1354
1350
  executionRoleArn: import_smithy_client.expectString,
1355
1351
  failureReason: import_smithy_client.expectString,
1356
1352
  id: import_smithy_client.expectString,
@@ -1376,12 +1372,12 @@ var de_JobRun = /* @__PURE__ */ __name((output, context) => {
1376
1372
  return (0, import_smithy_client.take)(output, {
1377
1373
  arn: import_smithy_client.expectString,
1378
1374
  clientToken: import_smithy_client.expectString,
1379
- configurationOverrides: (_) => de_ConfigurationOverrides(_, context),
1380
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1375
+ configurationOverrides: /* @__PURE__ */ __name((_) => de_ConfigurationOverrides(_, context), "configurationOverrides"),
1376
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
1381
1377
  createdBy: import_smithy_client.expectString,
1382
1378
  executionRoleArn: import_smithy_client.expectString,
1383
1379
  failureReason: import_smithy_client.expectString,
1384
- finishedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1380
+ finishedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "finishedAt"),
1385
1381
  id: import_smithy_client.expectString,
1386
1382
  jobDriver: import_smithy_client._json,
1387
1383
  name: import_smithy_client.expectString,
@@ -1403,11 +1399,11 @@ var de_JobRuns = /* @__PURE__ */ __name((output, context) => {
1403
1399
  var de_JobTemplate = /* @__PURE__ */ __name((output, context) => {
1404
1400
  return (0, import_smithy_client.take)(output, {
1405
1401
  arn: import_smithy_client.expectString,
1406
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1402
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
1407
1403
  createdBy: import_smithy_client.expectString,
1408
1404
  decryptionError: import_smithy_client.expectString,
1409
1405
  id: import_smithy_client.expectString,
1410
- jobTemplateData: (_) => de_JobTemplateData(_, context),
1406
+ jobTemplateData: /* @__PURE__ */ __name((_) => de_JobTemplateData(_, context), "jobTemplateData"),
1411
1407
  kmsKeyArn: import_smithy_client.expectString,
1412
1408
  name: import_smithy_client.expectString,
1413
1409
  tags: import_smithy_client._json
@@ -1415,7 +1411,7 @@ var de_JobTemplate = /* @__PURE__ */ __name((output, context) => {
1415
1411
  }, "de_JobTemplate");
1416
1412
  var de_JobTemplateData = /* @__PURE__ */ __name((output, context) => {
1417
1413
  return (0, import_smithy_client.take)(output, {
1418
- configurationOverrides: (_) => de_ParametricConfigurationOverrides(_, context),
1414
+ configurationOverrides: /* @__PURE__ */ __name((_) => de_ParametricConfigurationOverrides(_, context), "configurationOverrides"),
1419
1415
  executionRoleArn: import_smithy_client.expectString,
1420
1416
  jobDriver: import_smithy_client._json,
1421
1417
  jobTags: import_smithy_client._json,
@@ -1431,14 +1427,14 @@ var de_JobTemplates = /* @__PURE__ */ __name((output, context) => {
1431
1427
  }, "de_JobTemplates");
1432
1428
  var de_ParametricConfigurationOverrides = /* @__PURE__ */ __name((output, context) => {
1433
1429
  return (0, import_smithy_client.take)(output, {
1434
- applicationConfiguration: (_) => de_ConfigurationList(_, context),
1430
+ applicationConfiguration: /* @__PURE__ */ __name((_) => de_ConfigurationList(_, context), "applicationConfiguration"),
1435
1431
  monitoringConfiguration: import_smithy_client._json
1436
1432
  });
1437
1433
  }, "de_ParametricConfigurationOverrides");
1438
1434
  var de_SecurityConfiguration = /* @__PURE__ */ __name((output, context) => {
1439
1435
  return (0, import_smithy_client.take)(output, {
1440
1436
  arn: import_smithy_client.expectString,
1441
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1437
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
1442
1438
  createdBy: import_smithy_client.expectString,
1443
1439
  id: import_smithy_client.expectString,
1444
1440
  name: import_smithy_client.expectString,
@@ -1456,7 +1452,7 @@ var de_VirtualCluster = /* @__PURE__ */ __name((output, context) => {
1456
1452
  return (0, import_smithy_client.take)(output, {
1457
1453
  arn: import_smithy_client.expectString,
1458
1454
  containerProvider: import_smithy_client._json,
1459
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1455
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
1460
1456
  id: import_smithy_client.expectString,
1461
1457
  name: import_smithy_client.expectString,
1462
1458
  securityConfigurationId: import_smithy_client.expectString,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-emr-containers",
3
3
  "description": "AWS SDK for JavaScript Emr Containers Client for Node.js, Browser and React Native",
4
- "version": "3.758.0",
4
+ "version": "3.774.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-containers",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.758.0",
24
- "@aws-sdk/credential-provider-node": "3.758.0",
25
- "@aws-sdk/middleware-host-header": "3.734.0",
23
+ "@aws-sdk/core": "3.774.0",
24
+ "@aws-sdk/credential-provider-node": "3.774.0",
25
+ "@aws-sdk/middleware-host-header": "3.774.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.758.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
+ "@aws-sdk/middleware-user-agent": "3.774.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",
31
31
  "@aws-sdk/util-endpoints": "3.743.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.758.0",
33
+ "@aws-sdk/util-user-agent-node": "3.774.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
35
  "@smithy/core": "^3.1.5",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",