@aws-sdk/client-eks 3.759.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 +132 -132
  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
  AMITypes: () => AMITypes,
25
25
  AccessDeniedException: () => AccessDeniedException,
26
26
  AccessScopeType: () => AccessScopeType,
@@ -157,7 +157,7 @@ __export(src_exports, {
157
157
  waitUntilNodegroupActive: () => waitUntilNodegroupActive,
158
158
  waitUntilNodegroupDeleted: () => waitUntilNodegroupDeleted
159
159
  });
160
- module.exports = __toCommonJS(src_exports);
160
+ module.exports = __toCommonJS(index_exports);
161
161
 
162
162
  // src/EKSClient.ts
163
163
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -284,9 +284,9 @@ var EKSClient = class extends import_smithy_client.Client {
284
284
  this.middlewareStack.use(
285
285
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
286
286
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultEKSHttpAuthSchemeParametersProvider,
287
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
287
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
288
288
  "aws.auth#sigv4": config.credentials
289
- })
289
+ }), "identityProviderConfigProvider")
290
290
  })
291
291
  );
292
292
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -1065,7 +1065,7 @@ var se_AssociateAccessPolicyCommand = /* @__PURE__ */ __name(async (input, conte
1065
1065
  let body;
1066
1066
  body = JSON.stringify(
1067
1067
  (0, import_smithy_client.take)(input, {
1068
- accessScope: (_) => (0, import_smithy_client._json)(_),
1068
+ accessScope: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accessScope"),
1069
1069
  policyArn: []
1070
1070
  })
1071
1071
  );
@@ -1083,7 +1083,7 @@ var se_AssociateEncryptionConfigCommand = /* @__PURE__ */ __name(async (input, c
1083
1083
  body = JSON.stringify(
1084
1084
  (0, import_smithy_client.take)(input, {
1085
1085
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1086
- encryptionConfig: (_) => (0, import_smithy_client._json)(_)
1086
+ encryptionConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "encryptionConfig")
1087
1087
  })
1088
1088
  );
1089
1089
  b.m("POST").h(headers).b(body);
@@ -1100,8 +1100,8 @@ var se_AssociateIdentityProviderConfigCommand = /* @__PURE__ */ __name(async (in
1100
1100
  body = JSON.stringify(
1101
1101
  (0, import_smithy_client.take)(input, {
1102
1102
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1103
- oidc: (_) => (0, import_smithy_client._json)(_),
1104
- tags: (_) => (0, import_smithy_client._json)(_)
1103
+ oidc: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "oidc"),
1104
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
1105
1105
  })
1106
1106
  );
1107
1107
  b.m("POST").h(headers).b(body);
@@ -1118,9 +1118,9 @@ var se_CreateAccessEntryCommand = /* @__PURE__ */ __name(async (input, context)
1118
1118
  body = JSON.stringify(
1119
1119
  (0, import_smithy_client.take)(input, {
1120
1120
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1121
- kubernetesGroups: (_) => (0, import_smithy_client._json)(_),
1121
+ kubernetesGroups: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "kubernetesGroups"),
1122
1122
  principalArn: [],
1123
- tags: (_) => (0, import_smithy_client._json)(_),
1123
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
1124
1124
  type: [],
1125
1125
  username: []
1126
1126
  })
@@ -1142,10 +1142,10 @@ var se_CreateAddonCommand = /* @__PURE__ */ __name(async (input, context) => {
1142
1142
  addonVersion: [],
1143
1143
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1144
1144
  configurationValues: [],
1145
- podIdentityAssociations: (_) => (0, import_smithy_client._json)(_),
1145
+ podIdentityAssociations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "podIdentityAssociations"),
1146
1146
  resolveConflicts: [],
1147
1147
  serviceAccountRoleArn: [],
1148
- tags: (_) => (0, import_smithy_client._json)(_)
1148
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
1149
1149
  })
1150
1150
  );
1151
1151
  b.m("POST").h(headers).b(body);
@@ -1160,23 +1160,23 @@ var se_CreateClusterCommand = /* @__PURE__ */ __name(async (input, context) => {
1160
1160
  let body;
1161
1161
  body = JSON.stringify(
1162
1162
  (0, import_smithy_client.take)(input, {
1163
- accessConfig: (_) => (0, import_smithy_client._json)(_),
1163
+ accessConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accessConfig"),
1164
1164
  bootstrapSelfManagedAddons: [],
1165
1165
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1166
- computeConfig: (_) => (0, import_smithy_client._json)(_),
1167
- encryptionConfig: (_) => (0, import_smithy_client._json)(_),
1168
- kubernetesNetworkConfig: (_) => (0, import_smithy_client._json)(_),
1169
- logging: (_) => (0, import_smithy_client._json)(_),
1166
+ computeConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "computeConfig"),
1167
+ encryptionConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "encryptionConfig"),
1168
+ kubernetesNetworkConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "kubernetesNetworkConfig"),
1169
+ logging: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "logging"),
1170
1170
  name: [],
1171
- outpostConfig: (_) => (0, import_smithy_client._json)(_),
1172
- remoteNetworkConfig: (_) => (0, import_smithy_client._json)(_),
1173
- resourcesVpcConfig: (_) => (0, import_smithy_client._json)(_),
1171
+ outpostConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outpostConfig"),
1172
+ remoteNetworkConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "remoteNetworkConfig"),
1173
+ resourcesVpcConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourcesVpcConfig"),
1174
1174
  roleArn: [],
1175
- storageConfig: (_) => (0, import_smithy_client._json)(_),
1176
- tags: (_) => (0, import_smithy_client._json)(_),
1177
- upgradePolicy: (_) => (0, import_smithy_client._json)(_),
1175
+ storageConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "storageConfig"),
1176
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
1177
+ upgradePolicy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "upgradePolicy"),
1178
1178
  version: [],
1179
- zonalShiftConfig: (_) => (0, import_smithy_client._json)(_)
1179
+ zonalShiftConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "zonalShiftConfig")
1180
1180
  })
1181
1181
  );
1182
1182
  b.m("POST").h(headers).b(body);
@@ -1196,8 +1196,8 @@ var se_CreateEksAnywhereSubscriptionCommand = /* @__PURE__ */ __name(async (inpu
1196
1196
  licenseQuantity: [],
1197
1197
  licenseType: [],
1198
1198
  name: [],
1199
- tags: (_) => (0, import_smithy_client._json)(_),
1200
- term: (_) => (0, import_smithy_client._json)(_)
1199
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
1200
+ term: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "term")
1201
1201
  })
1202
1202
  );
1203
1203
  b.m("POST").h(headers).b(body);
@@ -1216,9 +1216,9 @@ var se_CreateFargateProfileCommand = /* @__PURE__ */ __name(async (input, contex
1216
1216
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1217
1217
  fargateProfileName: [],
1218
1218
  podExecutionRoleArn: [],
1219
- selectors: (_) => (0, import_smithy_client._json)(_),
1220
- subnets: (_) => (0, import_smithy_client._json)(_),
1221
- tags: (_) => (0, import_smithy_client._json)(_)
1219
+ selectors: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "selectors"),
1220
+ subnets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "subnets"),
1221
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
1222
1222
  })
1223
1223
  );
1224
1224
  b.m("POST").h(headers).b(body);
@@ -1238,19 +1238,19 @@ var se_CreateNodegroupCommand = /* @__PURE__ */ __name(async (input, context) =>
1238
1238
  capacityType: [],
1239
1239
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1240
1240
  diskSize: [],
1241
- instanceTypes: (_) => (0, import_smithy_client._json)(_),
1242
- labels: (_) => (0, import_smithy_client._json)(_),
1243
- launchTemplate: (_) => (0, import_smithy_client._json)(_),
1244
- nodeRepairConfig: (_) => (0, import_smithy_client._json)(_),
1241
+ instanceTypes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "instanceTypes"),
1242
+ labels: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "labels"),
1243
+ launchTemplate: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "launchTemplate"),
1244
+ nodeRepairConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "nodeRepairConfig"),
1245
1245
  nodeRole: [],
1246
1246
  nodegroupName: [],
1247
1247
  releaseVersion: [],
1248
- remoteAccess: (_) => (0, import_smithy_client._json)(_),
1249
- scalingConfig: (_) => (0, import_smithy_client._json)(_),
1250
- subnets: (_) => (0, import_smithy_client._json)(_),
1251
- tags: (_) => (0, import_smithy_client._json)(_),
1252
- taints: (_) => (0, import_smithy_client._json)(_),
1253
- updateConfig: (_) => (0, import_smithy_client._json)(_),
1248
+ remoteAccess: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "remoteAccess"),
1249
+ scalingConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "scalingConfig"),
1250
+ subnets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "subnets"),
1251
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
1252
+ taints: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "taints"),
1253
+ updateConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "updateConfig"),
1254
1254
  version: []
1255
1255
  })
1256
1256
  );
@@ -1271,7 +1271,7 @@ var se_CreatePodIdentityAssociationCommand = /* @__PURE__ */ __name(async (input
1271
1271
  namespace: [],
1272
1272
  roleArn: [],
1273
1273
  serviceAccount: [],
1274
- tags: (_) => (0, import_smithy_client._json)(_)
1274
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
1275
1275
  })
1276
1276
  );
1277
1277
  b.m("POST").h(headers).b(body);
@@ -1462,7 +1462,7 @@ var se_DescribeIdentityProviderConfigCommand = /* @__PURE__ */ __name(async (inp
1462
1462
  let body;
1463
1463
  body = JSON.stringify(
1464
1464
  (0, import_smithy_client.take)(input, {
1465
- identityProviderConfig: (_) => (0, import_smithy_client._json)(_)
1465
+ identityProviderConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "identityProviderConfig")
1466
1466
  })
1467
1467
  );
1468
1468
  b.m("POST").h(headers).b(body);
@@ -1534,7 +1534,7 @@ var se_DisassociateIdentityProviderConfigCommand = /* @__PURE__ */ __name(async
1534
1534
  body = JSON.stringify(
1535
1535
  (0, import_smithy_client.take)(input, {
1536
1536
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1537
- identityProviderConfig: (_) => (0, import_smithy_client._json)(_)
1537
+ identityProviderConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "identityProviderConfig")
1538
1538
  })
1539
1539
  );
1540
1540
  b.m("POST").h(headers).b(body);
@@ -1655,7 +1655,7 @@ var se_ListInsightsCommand = /* @__PURE__ */ __name(async (input, context) => {
1655
1655
  let body;
1656
1656
  body = JSON.stringify(
1657
1657
  (0, import_smithy_client.take)(input, {
1658
- filter: (_) => (0, import_smithy_client._json)(_),
1658
+ filter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filter"),
1659
1659
  maxResults: [],
1660
1660
  nextToken: []
1661
1661
  })
@@ -1725,9 +1725,9 @@ var se_RegisterClusterCommand = /* @__PURE__ */ __name(async (input, context) =>
1725
1725
  body = JSON.stringify(
1726
1726
  (0, import_smithy_client.take)(input, {
1727
1727
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1728
- connectorConfig: (_) => (0, import_smithy_client._json)(_),
1728
+ connectorConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "connectorConfig"),
1729
1729
  name: [],
1730
- tags: (_) => (0, import_smithy_client._json)(_)
1730
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
1731
1731
  })
1732
1732
  );
1733
1733
  b.m("POST").h(headers).b(body);
@@ -1743,7 +1743,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
1743
1743
  let body;
1744
1744
  body = JSON.stringify(
1745
1745
  (0, import_smithy_client.take)(input, {
1746
- tags: (_) => (0, import_smithy_client._json)(_)
1746
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
1747
1747
  })
1748
1748
  );
1749
1749
  b.m("POST").h(headers).b(body);
@@ -1773,7 +1773,7 @@ var se_UpdateAccessEntryCommand = /* @__PURE__ */ __name(async (input, context)
1773
1773
  body = JSON.stringify(
1774
1774
  (0, import_smithy_client.take)(input, {
1775
1775
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1776
- kubernetesGroups: (_) => (0, import_smithy_client._json)(_),
1776
+ kubernetesGroups: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "kubernetesGroups"),
1777
1777
  username: []
1778
1778
  })
1779
1779
  );
@@ -1794,7 +1794,7 @@ var se_UpdateAddonCommand = /* @__PURE__ */ __name(async (input, context) => {
1794
1794
  addonVersion: [],
1795
1795
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1796
1796
  configurationValues: [],
1797
- podIdentityAssociations: (_) => (0, import_smithy_client._json)(_),
1797
+ podIdentityAssociations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "podIdentityAssociations"),
1798
1798
  resolveConflicts: [],
1799
1799
  serviceAccountRoleArn: []
1800
1800
  })
@@ -1812,15 +1812,15 @@ var se_UpdateClusterConfigCommand = /* @__PURE__ */ __name(async (input, context
1812
1812
  let body;
1813
1813
  body = JSON.stringify(
1814
1814
  (0, import_smithy_client.take)(input, {
1815
- accessConfig: (_) => (0, import_smithy_client._json)(_),
1815
+ accessConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accessConfig"),
1816
1816
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1817
- computeConfig: (_) => (0, import_smithy_client._json)(_),
1818
- kubernetesNetworkConfig: (_) => (0, import_smithy_client._json)(_),
1819
- logging: (_) => (0, import_smithy_client._json)(_),
1820
- resourcesVpcConfig: (_) => (0, import_smithy_client._json)(_),
1821
- storageConfig: (_) => (0, import_smithy_client._json)(_),
1822
- upgradePolicy: (_) => (0, import_smithy_client._json)(_),
1823
- zonalShiftConfig: (_) => (0, import_smithy_client._json)(_)
1817
+ computeConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "computeConfig"),
1818
+ kubernetesNetworkConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "kubernetesNetworkConfig"),
1819
+ logging: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "logging"),
1820
+ resourcesVpcConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourcesVpcConfig"),
1821
+ storageConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "storageConfig"),
1822
+ upgradePolicy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "upgradePolicy"),
1823
+ zonalShiftConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "zonalShiftConfig")
1824
1824
  })
1825
1825
  );
1826
1826
  b.m("POST").h(headers).b(body);
@@ -1872,11 +1872,11 @@ var se_UpdateNodegroupConfigCommand = /* @__PURE__ */ __name(async (input, conte
1872
1872
  body = JSON.stringify(
1873
1873
  (0, import_smithy_client.take)(input, {
1874
1874
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1875
- labels: (_) => (0, import_smithy_client._json)(_),
1876
- nodeRepairConfig: (_) => (0, import_smithy_client._json)(_),
1877
- scalingConfig: (_) => (0, import_smithy_client._json)(_),
1878
- taints: (_) => (0, import_smithy_client._json)(_),
1879
- updateConfig: (_) => (0, import_smithy_client._json)(_)
1875
+ labels: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "labels"),
1876
+ nodeRepairConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "nodeRepairConfig"),
1877
+ scalingConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "scalingConfig"),
1878
+ taints: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "taints"),
1879
+ updateConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "updateConfig")
1880
1880
  })
1881
1881
  );
1882
1882
  b.m("POST").h(headers).b(body);
@@ -1895,7 +1895,7 @@ var se_UpdateNodegroupVersionCommand = /* @__PURE__ */ __name(async (input, cont
1895
1895
  (0, import_smithy_client.take)(input, {
1896
1896
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1897
1897
  force: [],
1898
- launchTemplate: (_) => (0, import_smithy_client._json)(_),
1898
+ launchTemplate: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "launchTemplate"),
1899
1899
  releaseVersion: [],
1900
1900
  version: []
1901
1901
  })
@@ -1930,7 +1930,7 @@ var de_AssociateAccessPolicyCommand = /* @__PURE__ */ __name(async (output, cont
1930
1930
  });
1931
1931
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1932
1932
  const doc = (0, import_smithy_client.take)(data, {
1933
- associatedAccessPolicy: (_) => de_AssociatedAccessPolicy(_, context),
1933
+ associatedAccessPolicy: /* @__PURE__ */ __name((_) => de_AssociatedAccessPolicy(_, context), "associatedAccessPolicy"),
1934
1934
  clusterName: import_smithy_client.expectString,
1935
1935
  principalArn: import_smithy_client.expectString
1936
1936
  });
@@ -1946,7 +1946,7 @@ var de_AssociateEncryptionConfigCommand = /* @__PURE__ */ __name(async (output,
1946
1946
  });
1947
1947
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1948
1948
  const doc = (0, import_smithy_client.take)(data, {
1949
- update: (_) => de_Update(_, context)
1949
+ update: /* @__PURE__ */ __name((_) => de_Update(_, context), "update")
1950
1950
  });
1951
1951
  Object.assign(contents, doc);
1952
1952
  return contents;
@@ -1961,7 +1961,7 @@ var de_AssociateIdentityProviderConfigCommand = /* @__PURE__ */ __name(async (ou
1961
1961
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1962
1962
  const doc = (0, import_smithy_client.take)(data, {
1963
1963
  tags: import_smithy_client._json,
1964
- update: (_) => de_Update(_, context)
1964
+ update: /* @__PURE__ */ __name((_) => de_Update(_, context), "update")
1965
1965
  });
1966
1966
  Object.assign(contents, doc);
1967
1967
  return contents;
@@ -1975,7 +1975,7 @@ var de_CreateAccessEntryCommand = /* @__PURE__ */ __name(async (output, context)
1975
1975
  });
1976
1976
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1977
1977
  const doc = (0, import_smithy_client.take)(data, {
1978
- accessEntry: (_) => de_AccessEntry(_, context)
1978
+ accessEntry: /* @__PURE__ */ __name((_) => de_AccessEntry(_, context), "accessEntry")
1979
1979
  });
1980
1980
  Object.assign(contents, doc);
1981
1981
  return contents;
@@ -1989,7 +1989,7 @@ var de_CreateAddonCommand = /* @__PURE__ */ __name(async (output, context) => {
1989
1989
  });
1990
1990
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1991
1991
  const doc = (0, import_smithy_client.take)(data, {
1992
- addon: (_) => de_Addon(_, context)
1992
+ addon: /* @__PURE__ */ __name((_) => de_Addon(_, context), "addon")
1993
1993
  });
1994
1994
  Object.assign(contents, doc);
1995
1995
  return contents;
@@ -2003,7 +2003,7 @@ var de_CreateClusterCommand = /* @__PURE__ */ __name(async (output, context) =>
2003
2003
  });
2004
2004
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2005
2005
  const doc = (0, import_smithy_client.take)(data, {
2006
- cluster: (_) => de_Cluster(_, context)
2006
+ cluster: /* @__PURE__ */ __name((_) => de_Cluster(_, context), "cluster")
2007
2007
  });
2008
2008
  Object.assign(contents, doc);
2009
2009
  return contents;
@@ -2017,7 +2017,7 @@ var de_CreateEksAnywhereSubscriptionCommand = /* @__PURE__ */ __name(async (outp
2017
2017
  });
2018
2018
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2019
2019
  const doc = (0, import_smithy_client.take)(data, {
2020
- subscription: (_) => de_EksAnywhereSubscription(_, context)
2020
+ subscription: /* @__PURE__ */ __name((_) => de_EksAnywhereSubscription(_, context), "subscription")
2021
2021
  });
2022
2022
  Object.assign(contents, doc);
2023
2023
  return contents;
@@ -2031,7 +2031,7 @@ var de_CreateFargateProfileCommand = /* @__PURE__ */ __name(async (output, conte
2031
2031
  });
2032
2032
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2033
2033
  const doc = (0, import_smithy_client.take)(data, {
2034
- fargateProfile: (_) => de_FargateProfile(_, context)
2034
+ fargateProfile: /* @__PURE__ */ __name((_) => de_FargateProfile(_, context), "fargateProfile")
2035
2035
  });
2036
2036
  Object.assign(contents, doc);
2037
2037
  return contents;
@@ -2045,7 +2045,7 @@ var de_CreateNodegroupCommand = /* @__PURE__ */ __name(async (output, context) =
2045
2045
  });
2046
2046
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2047
2047
  const doc = (0, import_smithy_client.take)(data, {
2048
- nodegroup: (_) => de_Nodegroup(_, context)
2048
+ nodegroup: /* @__PURE__ */ __name((_) => de_Nodegroup(_, context), "nodegroup")
2049
2049
  });
2050
2050
  Object.assign(contents, doc);
2051
2051
  return contents;
@@ -2059,7 +2059,7 @@ var de_CreatePodIdentityAssociationCommand = /* @__PURE__ */ __name(async (outpu
2059
2059
  });
2060
2060
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2061
2061
  const doc = (0, import_smithy_client.take)(data, {
2062
- association: (_) => de_PodIdentityAssociation(_, context)
2062
+ association: /* @__PURE__ */ __name((_) => de_PodIdentityAssociation(_, context), "association")
2063
2063
  });
2064
2064
  Object.assign(contents, doc);
2065
2065
  return contents;
@@ -2083,7 +2083,7 @@ var de_DeleteAddonCommand = /* @__PURE__ */ __name(async (output, context) => {
2083
2083
  });
2084
2084
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2085
2085
  const doc = (0, import_smithy_client.take)(data, {
2086
- addon: (_) => de_Addon(_, context)
2086
+ addon: /* @__PURE__ */ __name((_) => de_Addon(_, context), "addon")
2087
2087
  });
2088
2088
  Object.assign(contents, doc);
2089
2089
  return contents;
@@ -2097,7 +2097,7 @@ var de_DeleteClusterCommand = /* @__PURE__ */ __name(async (output, context) =>
2097
2097
  });
2098
2098
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2099
2099
  const doc = (0, import_smithy_client.take)(data, {
2100
- cluster: (_) => de_Cluster(_, context)
2100
+ cluster: /* @__PURE__ */ __name((_) => de_Cluster(_, context), "cluster")
2101
2101
  });
2102
2102
  Object.assign(contents, doc);
2103
2103
  return contents;
@@ -2111,7 +2111,7 @@ var de_DeleteEksAnywhereSubscriptionCommand = /* @__PURE__ */ __name(async (outp
2111
2111
  });
2112
2112
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2113
2113
  const doc = (0, import_smithy_client.take)(data, {
2114
- subscription: (_) => de_EksAnywhereSubscription(_, context)
2114
+ subscription: /* @__PURE__ */ __name((_) => de_EksAnywhereSubscription(_, context), "subscription")
2115
2115
  });
2116
2116
  Object.assign(contents, doc);
2117
2117
  return contents;
@@ -2125,7 +2125,7 @@ var de_DeleteFargateProfileCommand = /* @__PURE__ */ __name(async (output, conte
2125
2125
  });
2126
2126
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2127
2127
  const doc = (0, import_smithy_client.take)(data, {
2128
- fargateProfile: (_) => de_FargateProfile(_, context)
2128
+ fargateProfile: /* @__PURE__ */ __name((_) => de_FargateProfile(_, context), "fargateProfile")
2129
2129
  });
2130
2130
  Object.assign(contents, doc);
2131
2131
  return contents;
@@ -2139,7 +2139,7 @@ var de_DeleteNodegroupCommand = /* @__PURE__ */ __name(async (output, context) =
2139
2139
  });
2140
2140
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2141
2141
  const doc = (0, import_smithy_client.take)(data, {
2142
- nodegroup: (_) => de_Nodegroup(_, context)
2142
+ nodegroup: /* @__PURE__ */ __name((_) => de_Nodegroup(_, context), "nodegroup")
2143
2143
  });
2144
2144
  Object.assign(contents, doc);
2145
2145
  return contents;
@@ -2153,7 +2153,7 @@ var de_DeletePodIdentityAssociationCommand = /* @__PURE__ */ __name(async (outpu
2153
2153
  });
2154
2154
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2155
2155
  const doc = (0, import_smithy_client.take)(data, {
2156
- association: (_) => de_PodIdentityAssociation(_, context)
2156
+ association: /* @__PURE__ */ __name((_) => de_PodIdentityAssociation(_, context), "association")
2157
2157
  });
2158
2158
  Object.assign(contents, doc);
2159
2159
  return contents;
@@ -2167,7 +2167,7 @@ var de_DeregisterClusterCommand = /* @__PURE__ */ __name(async (output, context)
2167
2167
  });
2168
2168
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2169
2169
  const doc = (0, import_smithy_client.take)(data, {
2170
- cluster: (_) => de_Cluster(_, context)
2170
+ cluster: /* @__PURE__ */ __name((_) => de_Cluster(_, context), "cluster")
2171
2171
  });
2172
2172
  Object.assign(contents, doc);
2173
2173
  return contents;
@@ -2181,7 +2181,7 @@ var de_DescribeAccessEntryCommand = /* @__PURE__ */ __name(async (output, contex
2181
2181
  });
2182
2182
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2183
2183
  const doc = (0, import_smithy_client.take)(data, {
2184
- accessEntry: (_) => de_AccessEntry(_, context)
2184
+ accessEntry: /* @__PURE__ */ __name((_) => de_AccessEntry(_, context), "accessEntry")
2185
2185
  });
2186
2186
  Object.assign(contents, doc);
2187
2187
  return contents;
@@ -2195,7 +2195,7 @@ var de_DescribeAddonCommand = /* @__PURE__ */ __name(async (output, context) =>
2195
2195
  });
2196
2196
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2197
2197
  const doc = (0, import_smithy_client.take)(data, {
2198
- addon: (_) => de_Addon(_, context)
2198
+ addon: /* @__PURE__ */ __name((_) => de_Addon(_, context), "addon")
2199
2199
  });
2200
2200
  Object.assign(contents, doc);
2201
2201
  return contents;
@@ -2241,7 +2241,7 @@ var de_DescribeClusterCommand = /* @__PURE__ */ __name(async (output, context) =
2241
2241
  });
2242
2242
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2243
2243
  const doc = (0, import_smithy_client.take)(data, {
2244
- cluster: (_) => de_Cluster(_, context)
2244
+ cluster: /* @__PURE__ */ __name((_) => de_Cluster(_, context), "cluster")
2245
2245
  });
2246
2246
  Object.assign(contents, doc);
2247
2247
  return contents;
@@ -2255,7 +2255,7 @@ var de_DescribeClusterVersionsCommand = /* @__PURE__ */ __name(async (output, co
2255
2255
  });
2256
2256
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2257
2257
  const doc = (0, import_smithy_client.take)(data, {
2258
- clusterVersions: (_) => de_ClusterVersionList(_, context),
2258
+ clusterVersions: /* @__PURE__ */ __name((_) => de_ClusterVersionList(_, context), "clusterVersions"),
2259
2259
  nextToken: import_smithy_client.expectString
2260
2260
  });
2261
2261
  Object.assign(contents, doc);
@@ -2270,7 +2270,7 @@ var de_DescribeEksAnywhereSubscriptionCommand = /* @__PURE__ */ __name(async (ou
2270
2270
  });
2271
2271
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2272
2272
  const doc = (0, import_smithy_client.take)(data, {
2273
- subscription: (_) => de_EksAnywhereSubscription(_, context)
2273
+ subscription: /* @__PURE__ */ __name((_) => de_EksAnywhereSubscription(_, context), "subscription")
2274
2274
  });
2275
2275
  Object.assign(contents, doc);
2276
2276
  return contents;
@@ -2284,7 +2284,7 @@ var de_DescribeFargateProfileCommand = /* @__PURE__ */ __name(async (output, con
2284
2284
  });
2285
2285
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2286
2286
  const doc = (0, import_smithy_client.take)(data, {
2287
- fargateProfile: (_) => de_FargateProfile(_, context)
2287
+ fargateProfile: /* @__PURE__ */ __name((_) => de_FargateProfile(_, context), "fargateProfile")
2288
2288
  });
2289
2289
  Object.assign(contents, doc);
2290
2290
  return contents;
@@ -2312,7 +2312,7 @@ var de_DescribeInsightCommand = /* @__PURE__ */ __name(async (output, context) =
2312
2312
  });
2313
2313
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2314
2314
  const doc = (0, import_smithy_client.take)(data, {
2315
- insight: (_) => de_Insight(_, context)
2315
+ insight: /* @__PURE__ */ __name((_) => de_Insight(_, context), "insight")
2316
2316
  });
2317
2317
  Object.assign(contents, doc);
2318
2318
  return contents;
@@ -2326,7 +2326,7 @@ var de_DescribeNodegroupCommand = /* @__PURE__ */ __name(async (output, context)
2326
2326
  });
2327
2327
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2328
2328
  const doc = (0, import_smithy_client.take)(data, {
2329
- nodegroup: (_) => de_Nodegroup(_, context)
2329
+ nodegroup: /* @__PURE__ */ __name((_) => de_Nodegroup(_, context), "nodegroup")
2330
2330
  });
2331
2331
  Object.assign(contents, doc);
2332
2332
  return contents;
@@ -2340,7 +2340,7 @@ var de_DescribePodIdentityAssociationCommand = /* @__PURE__ */ __name(async (out
2340
2340
  });
2341
2341
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2342
2342
  const doc = (0, import_smithy_client.take)(data, {
2343
- association: (_) => de_PodIdentityAssociation(_, context)
2343
+ association: /* @__PURE__ */ __name((_) => de_PodIdentityAssociation(_, context), "association")
2344
2344
  });
2345
2345
  Object.assign(contents, doc);
2346
2346
  return contents;
@@ -2354,7 +2354,7 @@ var de_DescribeUpdateCommand = /* @__PURE__ */ __name(async (output, context) =>
2354
2354
  });
2355
2355
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2356
2356
  const doc = (0, import_smithy_client.take)(data, {
2357
- update: (_) => de_Update(_, context)
2357
+ update: /* @__PURE__ */ __name((_) => de_Update(_, context), "update")
2358
2358
  });
2359
2359
  Object.assign(contents, doc);
2360
2360
  return contents;
@@ -2378,7 +2378,7 @@ var de_DisassociateIdentityProviderConfigCommand = /* @__PURE__ */ __name(async
2378
2378
  });
2379
2379
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2380
2380
  const doc = (0, import_smithy_client.take)(data, {
2381
- update: (_) => de_Update(_, context)
2381
+ update: /* @__PURE__ */ __name((_) => de_Update(_, context), "update")
2382
2382
  });
2383
2383
  Object.assign(contents, doc);
2384
2384
  return contents;
@@ -2437,7 +2437,7 @@ var de_ListAssociatedAccessPoliciesCommand = /* @__PURE__ */ __name(async (outpu
2437
2437
  });
2438
2438
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2439
2439
  const doc = (0, import_smithy_client.take)(data, {
2440
- associatedAccessPolicies: (_) => de_AssociatedAccessPoliciesList(_, context),
2440
+ associatedAccessPolicies: /* @__PURE__ */ __name((_) => de_AssociatedAccessPoliciesList(_, context), "associatedAccessPolicies"),
2441
2441
  clusterName: import_smithy_client.expectString,
2442
2442
  nextToken: import_smithy_client.expectString,
2443
2443
  principalArn: import_smithy_client.expectString
@@ -2470,7 +2470,7 @@ var de_ListEksAnywhereSubscriptionsCommand = /* @__PURE__ */ __name(async (outpu
2470
2470
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2471
2471
  const doc = (0, import_smithy_client.take)(data, {
2472
2472
  nextToken: import_smithy_client.expectString,
2473
- subscriptions: (_) => de_EksAnywhereSubscriptionList(_, context)
2473
+ subscriptions: /* @__PURE__ */ __name((_) => de_EksAnywhereSubscriptionList(_, context), "subscriptions")
2474
2474
  });
2475
2475
  Object.assign(contents, doc);
2476
2476
  return contents;
@@ -2514,7 +2514,7 @@ var de_ListInsightsCommand = /* @__PURE__ */ __name(async (output, context) => {
2514
2514
  });
2515
2515
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2516
2516
  const doc = (0, import_smithy_client.take)(data, {
2517
- insights: (_) => de_InsightSummaries(_, context),
2517
+ insights: /* @__PURE__ */ __name((_) => de_InsightSummaries(_, context), "insights"),
2518
2518
  nextToken: import_smithy_client.expectString
2519
2519
  });
2520
2520
  Object.assign(contents, doc);
@@ -2588,7 +2588,7 @@ var de_RegisterClusterCommand = /* @__PURE__ */ __name(async (output, context) =
2588
2588
  });
2589
2589
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2590
2590
  const doc = (0, import_smithy_client.take)(data, {
2591
- cluster: (_) => de_Cluster(_, context)
2591
+ cluster: /* @__PURE__ */ __name((_) => de_Cluster(_, context), "cluster")
2592
2592
  });
2593
2593
  Object.assign(contents, doc);
2594
2594
  return contents;
@@ -2622,7 +2622,7 @@ var de_UpdateAccessEntryCommand = /* @__PURE__ */ __name(async (output, context)
2622
2622
  });
2623
2623
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2624
2624
  const doc = (0, import_smithy_client.take)(data, {
2625
- accessEntry: (_) => de_AccessEntry(_, context)
2625
+ accessEntry: /* @__PURE__ */ __name((_) => de_AccessEntry(_, context), "accessEntry")
2626
2626
  });
2627
2627
  Object.assign(contents, doc);
2628
2628
  return contents;
@@ -2636,7 +2636,7 @@ var de_UpdateAddonCommand = /* @__PURE__ */ __name(async (output, context) => {
2636
2636
  });
2637
2637
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2638
2638
  const doc = (0, import_smithy_client.take)(data, {
2639
- update: (_) => de_Update(_, context)
2639
+ update: /* @__PURE__ */ __name((_) => de_Update(_, context), "update")
2640
2640
  });
2641
2641
  Object.assign(contents, doc);
2642
2642
  return contents;
@@ -2650,7 +2650,7 @@ var de_UpdateClusterConfigCommand = /* @__PURE__ */ __name(async (output, contex
2650
2650
  });
2651
2651
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2652
2652
  const doc = (0, import_smithy_client.take)(data, {
2653
- update: (_) => de_Update(_, context)
2653
+ update: /* @__PURE__ */ __name((_) => de_Update(_, context), "update")
2654
2654
  });
2655
2655
  Object.assign(contents, doc);
2656
2656
  return contents;
@@ -2664,7 +2664,7 @@ var de_UpdateClusterVersionCommand = /* @__PURE__ */ __name(async (output, conte
2664
2664
  });
2665
2665
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2666
2666
  const doc = (0, import_smithy_client.take)(data, {
2667
- update: (_) => de_Update(_, context)
2667
+ update: /* @__PURE__ */ __name((_) => de_Update(_, context), "update")
2668
2668
  });
2669
2669
  Object.assign(contents, doc);
2670
2670
  return contents;
@@ -2678,7 +2678,7 @@ var de_UpdateEksAnywhereSubscriptionCommand = /* @__PURE__ */ __name(async (outp
2678
2678
  });
2679
2679
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2680
2680
  const doc = (0, import_smithy_client.take)(data, {
2681
- subscription: (_) => de_EksAnywhereSubscription(_, context)
2681
+ subscription: /* @__PURE__ */ __name((_) => de_EksAnywhereSubscription(_, context), "subscription")
2682
2682
  });
2683
2683
  Object.assign(contents, doc);
2684
2684
  return contents;
@@ -2692,7 +2692,7 @@ var de_UpdateNodegroupConfigCommand = /* @__PURE__ */ __name(async (output, cont
2692
2692
  });
2693
2693
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2694
2694
  const doc = (0, import_smithy_client.take)(data, {
2695
- update: (_) => de_Update(_, context)
2695
+ update: /* @__PURE__ */ __name((_) => de_Update(_, context), "update")
2696
2696
  });
2697
2697
  Object.assign(contents, doc);
2698
2698
  return contents;
@@ -2706,7 +2706,7 @@ var de_UpdateNodegroupVersionCommand = /* @__PURE__ */ __name(async (output, con
2706
2706
  });
2707
2707
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2708
2708
  const doc = (0, import_smithy_client.take)(data, {
2709
- update: (_) => de_Update(_, context)
2709
+ update: /* @__PURE__ */ __name((_) => de_Update(_, context), "update")
2710
2710
  });
2711
2711
  Object.assign(contents, doc);
2712
2712
  return contents;
@@ -2720,7 +2720,7 @@ var de_UpdatePodIdentityAssociationCommand = /* @__PURE__ */ __name(async (outpu
2720
2720
  });
2721
2721
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2722
2722
  const doc = (0, import_smithy_client.take)(data, {
2723
- association: (_) => de_PodIdentityAssociation(_, context)
2723
+ association: /* @__PURE__ */ __name((_) => de_PodIdentityAssociation(_, context), "association")
2724
2724
  });
2725
2725
  Object.assign(contents, doc);
2726
2726
  return contents;
@@ -2985,9 +2985,9 @@ var de_AccessEntry = /* @__PURE__ */ __name((output, context) => {
2985
2985
  return (0, import_smithy_client.take)(output, {
2986
2986
  accessEntryArn: import_smithy_client.expectString,
2987
2987
  clusterName: import_smithy_client.expectString,
2988
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2988
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
2989
2989
  kubernetesGroups: import_smithy_client._json,
2990
- modifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2990
+ modifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "modifiedAt"),
2991
2991
  principalArn: import_smithy_client.expectString,
2992
2992
  tags: import_smithy_client._json,
2993
2993
  type: import_smithy_client.expectString,
@@ -3001,10 +3001,10 @@ var de_Addon = /* @__PURE__ */ __name((output, context) => {
3001
3001
  addonVersion: import_smithy_client.expectString,
3002
3002
  clusterName: import_smithy_client.expectString,
3003
3003
  configurationValues: import_smithy_client.expectString,
3004
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3004
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
3005
3005
  health: import_smithy_client._json,
3006
3006
  marketplaceInformation: import_smithy_client._json,
3007
- modifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3007
+ modifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "modifiedAt"),
3008
3008
  owner: import_smithy_client.expectString,
3009
3009
  podIdentityAssociations: import_smithy_client._json,
3010
3010
  publisher: import_smithy_client.expectString,
@@ -3022,14 +3022,14 @@ var de_AssociatedAccessPoliciesList = /* @__PURE__ */ __name((output, context) =
3022
3022
  var de_AssociatedAccessPolicy = /* @__PURE__ */ __name((output, context) => {
3023
3023
  return (0, import_smithy_client.take)(output, {
3024
3024
  accessScope: import_smithy_client._json,
3025
- associatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3026
- modifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3025
+ associatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "associatedAt"),
3026
+ modifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "modifiedAt"),
3027
3027
  policyArn: import_smithy_client.expectString
3028
3028
  });
3029
3029
  }, "de_AssociatedAccessPolicy");
3030
3030
  var de_ClientStat = /* @__PURE__ */ __name((output, context) => {
3031
3031
  return (0, import_smithy_client.take)(output, {
3032
- lastRequestTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3032
+ lastRequestTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastRequestTime"),
3033
3033
  numberOfRequestsLast30Days: import_smithy_client.expectInt32,
3034
3034
  userAgent: import_smithy_client.expectString
3035
3035
  });
@@ -3047,8 +3047,8 @@ var de_Cluster = /* @__PURE__ */ __name((output, context) => {
3047
3047
  certificateAuthority: import_smithy_client._json,
3048
3048
  clientRequestToken: import_smithy_client.expectString,
3049
3049
  computeConfig: import_smithy_client._json,
3050
- connectorConfig: (_) => de_ConnectorConfigResponse(_, context),
3051
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3050
+ connectorConfig: /* @__PURE__ */ __name((_) => de_ConnectorConfigResponse(_, context), "connectorConfig"),
3051
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
3052
3052
  encryptionConfig: import_smithy_client._json,
3053
3053
  endpoint: import_smithy_client.expectString,
3054
3054
  health: import_smithy_client._json,
@@ -3076,10 +3076,10 @@ var de_ClusterVersionInformation = /* @__PURE__ */ __name((output, context) => {
3076
3076
  clusterVersion: import_smithy_client.expectString,
3077
3077
  defaultPlatformVersion: import_smithy_client.expectString,
3078
3078
  defaultVersion: import_smithy_client.expectBoolean,
3079
- endOfExtendedSupportDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3080
- endOfStandardSupportDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3079
+ endOfExtendedSupportDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endOfExtendedSupportDate"),
3080
+ endOfStandardSupportDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endOfStandardSupportDate"),
3081
3081
  kubernetesPatchVersion: import_smithy_client.expectString,
3082
- releaseDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3082
+ releaseDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "releaseDate"),
3083
3083
  status: import_smithy_client.expectString,
3084
3084
  versionStatus: import_smithy_client.expectString
3085
3085
  });
@@ -3093,7 +3093,7 @@ var de_ClusterVersionList = /* @__PURE__ */ __name((output, context) => {
3093
3093
  var de_ConnectorConfigResponse = /* @__PURE__ */ __name((output, context) => {
3094
3094
  return (0, import_smithy_client.take)(output, {
3095
3095
  activationCode: import_smithy_client.expectString,
3096
- activationExpiry: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3096
+ activationExpiry: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "activationExpiry"),
3097
3097
  activationId: import_smithy_client.expectString,
3098
3098
  provider: import_smithy_client.expectString,
3099
3099
  roleArn: import_smithy_client.expectString
@@ -3101,7 +3101,7 @@ var de_ConnectorConfigResponse = /* @__PURE__ */ __name((output, context) => {
3101
3101
  }, "de_ConnectorConfigResponse");
3102
3102
  var de_DeprecationDetail = /* @__PURE__ */ __name((output, context) => {
3103
3103
  return (0, import_smithy_client.take)(output, {
3104
- clientStats: (_) => de_ClientStats(_, context),
3104
+ clientStats: /* @__PURE__ */ __name((_) => de_ClientStats(_, context), "clientStats"),
3105
3105
  replacedWith: import_smithy_client.expectString,
3106
3106
  startServingReplacementVersion: import_smithy_client.expectString,
3107
3107
  stopServingVersion: import_smithy_client.expectString,
@@ -3118,9 +3118,9 @@ var de_EksAnywhereSubscription = /* @__PURE__ */ __name((output, context) => {
3118
3118
  return (0, import_smithy_client.take)(output, {
3119
3119
  arn: import_smithy_client.expectString,
3120
3120
  autoRenew: import_smithy_client.expectBoolean,
3121
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3122
- effectiveDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3123
- expirationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3121
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
3122
+ effectiveDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "effectiveDate"),
3123
+ expirationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expirationDate"),
3124
3124
  id: import_smithy_client.expectString,
3125
3125
  licenseArns: import_smithy_client._json,
3126
3126
  licenseQuantity: import_smithy_client.expectInt32,
@@ -3140,7 +3140,7 @@ var de_EksAnywhereSubscriptionList = /* @__PURE__ */ __name((output, context) =>
3140
3140
  var de_FargateProfile = /* @__PURE__ */ __name((output, context) => {
3141
3141
  return (0, import_smithy_client.take)(output, {
3142
3142
  clusterName: import_smithy_client.expectString,
3143
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3143
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
3144
3144
  fargateProfileArn: import_smithy_client.expectString,
3145
3145
  fargateProfileName: import_smithy_client.expectString,
3146
3146
  health: import_smithy_client._json,
@@ -3155,13 +3155,13 @@ var de_Insight = /* @__PURE__ */ __name((output, context) => {
3155
3155
  return (0, import_smithy_client.take)(output, {
3156
3156
  additionalInfo: import_smithy_client._json,
3157
3157
  category: import_smithy_client.expectString,
3158
- categorySpecificSummary: (_) => de_InsightCategorySpecificSummary(_, context),
3158
+ categorySpecificSummary: /* @__PURE__ */ __name((_) => de_InsightCategorySpecificSummary(_, context), "categorySpecificSummary"),
3159
3159
  description: import_smithy_client.expectString,
3160
3160
  id: import_smithy_client.expectString,
3161
3161
  insightStatus: import_smithy_client._json,
3162
3162
  kubernetesVersion: import_smithy_client.expectString,
3163
- lastRefreshTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3164
- lastTransitionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3163
+ lastRefreshTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastRefreshTime"),
3164
+ lastTransitionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastTransitionTime"),
3165
3165
  name: import_smithy_client.expectString,
3166
3166
  recommendation: import_smithy_client.expectString,
3167
3167
  resources: import_smithy_client._json
@@ -3170,7 +3170,7 @@ var de_Insight = /* @__PURE__ */ __name((output, context) => {
3170
3170
  var de_InsightCategorySpecificSummary = /* @__PURE__ */ __name((output, context) => {
3171
3171
  return (0, import_smithy_client.take)(output, {
3172
3172
  addonCompatibilityDetails: import_smithy_client._json,
3173
- deprecationDetails: (_) => de_DeprecationDetails(_, context)
3173
+ deprecationDetails: /* @__PURE__ */ __name((_) => de_DeprecationDetails(_, context), "deprecationDetails")
3174
3174
  });
3175
3175
  }, "de_InsightCategorySpecificSummary");
3176
3176
  var de_InsightSummaries = /* @__PURE__ */ __name((output, context) => {
@@ -3186,8 +3186,8 @@ var de_InsightSummary = /* @__PURE__ */ __name((output, context) => {
3186
3186
  id: import_smithy_client.expectString,
3187
3187
  insightStatus: import_smithy_client._json,
3188
3188
  kubernetesVersion: import_smithy_client.expectString,
3189
- lastRefreshTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3190
- lastTransitionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3189
+ lastRefreshTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastRefreshTime"),
3190
+ lastTransitionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastTransitionTime"),
3191
3191
  name: import_smithy_client.expectString
3192
3192
  });
3193
3193
  }, "de_InsightSummary");
@@ -3196,13 +3196,13 @@ var de_Nodegroup = /* @__PURE__ */ __name((output, context) => {
3196
3196
  amiType: import_smithy_client.expectString,
3197
3197
  capacityType: import_smithy_client.expectString,
3198
3198
  clusterName: import_smithy_client.expectString,
3199
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3199
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
3200
3200
  diskSize: import_smithy_client.expectInt32,
3201
3201
  health: import_smithy_client._json,
3202
3202
  instanceTypes: import_smithy_client._json,
3203
3203
  labels: import_smithy_client._json,
3204
3204
  launchTemplate: import_smithy_client._json,
3205
- modifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3205
+ modifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "modifiedAt"),
3206
3206
  nodeRepairConfig: import_smithy_client._json,
3207
3207
  nodeRole: import_smithy_client.expectString,
3208
3208
  nodegroupArn: import_smithy_client.expectString,
@@ -3224,8 +3224,8 @@ var de_PodIdentityAssociation = /* @__PURE__ */ __name((output, context) => {
3224
3224
  associationArn: import_smithy_client.expectString,
3225
3225
  associationId: import_smithy_client.expectString,
3226
3226
  clusterName: import_smithy_client.expectString,
3227
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3228
- modifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3227
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
3228
+ modifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "modifiedAt"),
3229
3229
  namespace: import_smithy_client.expectString,
3230
3230
  ownerArn: import_smithy_client.expectString,
3231
3231
  roleArn: import_smithy_client.expectString,
@@ -3235,7 +3235,7 @@ var de_PodIdentityAssociation = /* @__PURE__ */ __name((output, context) => {
3235
3235
  }, "de_PodIdentityAssociation");
3236
3236
  var de_Update = /* @__PURE__ */ __name((output, context) => {
3237
3237
  return (0, import_smithy_client.take)(output, {
3238
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3238
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
3239
3239
  errors: import_smithy_client._json,
3240
3240
  id: import_smithy_client.expectString,
3241
3241
  params: import_smithy_client._json,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-eks",
3
3
  "description": "AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native",
4
- "version": "3.759.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-eks",
@@ -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",