@aws-sdk/client-eks 3.948.0 → 3.953.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 (84) hide show
  1. package/dist-cjs/index.js +1040 -714
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/AssociateAccessPolicyCommand.js +2 -2
  4. package/dist-es/commands/AssociateEncryptionConfigCommand.js +2 -2
  5. package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +2 -2
  6. package/dist-es/commands/CreateAccessEntryCommand.js +2 -2
  7. package/dist-es/commands/CreateAddonCommand.js +2 -2
  8. package/dist-es/commands/CreateCapabilityCommand.js +2 -2
  9. package/dist-es/commands/CreateClusterCommand.js +2 -2
  10. package/dist-es/commands/CreateEksAnywhereSubscriptionCommand.js +2 -2
  11. package/dist-es/commands/CreateFargateProfileCommand.js +2 -2
  12. package/dist-es/commands/CreateNodegroupCommand.js +2 -2
  13. package/dist-es/commands/CreatePodIdentityAssociationCommand.js +2 -2
  14. package/dist-es/commands/DeleteAccessEntryCommand.js +2 -2
  15. package/dist-es/commands/DeleteAddonCommand.js +2 -2
  16. package/dist-es/commands/DeleteCapabilityCommand.js +2 -2
  17. package/dist-es/commands/DeleteClusterCommand.js +2 -2
  18. package/dist-es/commands/DeleteEksAnywhereSubscriptionCommand.js +2 -2
  19. package/dist-es/commands/DeleteFargateProfileCommand.js +2 -2
  20. package/dist-es/commands/DeleteNodegroupCommand.js +2 -2
  21. package/dist-es/commands/DeletePodIdentityAssociationCommand.js +2 -2
  22. package/dist-es/commands/DeregisterClusterCommand.js +2 -2
  23. package/dist-es/commands/DescribeAccessEntryCommand.js +2 -2
  24. package/dist-es/commands/DescribeAddonCommand.js +2 -2
  25. package/dist-es/commands/DescribeAddonConfigurationCommand.js +2 -2
  26. package/dist-es/commands/DescribeAddonVersionsCommand.js +2 -2
  27. package/dist-es/commands/DescribeCapabilityCommand.js +2 -2
  28. package/dist-es/commands/DescribeClusterCommand.js +2 -2
  29. package/dist-es/commands/DescribeClusterVersionsCommand.js +2 -2
  30. package/dist-es/commands/DescribeEksAnywhereSubscriptionCommand.js +2 -2
  31. package/dist-es/commands/DescribeFargateProfileCommand.js +2 -2
  32. package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +2 -2
  33. package/dist-es/commands/DescribeInsightCommand.js +2 -2
  34. package/dist-es/commands/DescribeInsightsRefreshCommand.js +2 -2
  35. package/dist-es/commands/DescribeNodegroupCommand.js +2 -2
  36. package/dist-es/commands/DescribePodIdentityAssociationCommand.js +2 -2
  37. package/dist-es/commands/DescribeUpdateCommand.js +2 -2
  38. package/dist-es/commands/DisassociateAccessPolicyCommand.js +2 -2
  39. package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +2 -2
  40. package/dist-es/commands/ListAccessEntriesCommand.js +2 -2
  41. package/dist-es/commands/ListAccessPoliciesCommand.js +2 -2
  42. package/dist-es/commands/ListAddonsCommand.js +2 -2
  43. package/dist-es/commands/ListAssociatedAccessPoliciesCommand.js +2 -2
  44. package/dist-es/commands/ListCapabilitiesCommand.js +2 -2
  45. package/dist-es/commands/ListClustersCommand.js +2 -2
  46. package/dist-es/commands/ListEksAnywhereSubscriptionsCommand.js +2 -2
  47. package/dist-es/commands/ListFargateProfilesCommand.js +2 -2
  48. package/dist-es/commands/ListIdentityProviderConfigsCommand.js +2 -2
  49. package/dist-es/commands/ListInsightsCommand.js +2 -2
  50. package/dist-es/commands/ListNodegroupsCommand.js +2 -2
  51. package/dist-es/commands/ListPodIdentityAssociationsCommand.js +2 -2
  52. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  53. package/dist-es/commands/ListUpdatesCommand.js +2 -2
  54. package/dist-es/commands/RegisterClusterCommand.js +2 -2
  55. package/dist-es/commands/StartInsightsRefreshCommand.js +2 -2
  56. package/dist-es/commands/TagResourceCommand.js +2 -2
  57. package/dist-es/commands/UntagResourceCommand.js +2 -2
  58. package/dist-es/commands/UpdateAccessEntryCommand.js +2 -2
  59. package/dist-es/commands/UpdateAddonCommand.js +2 -2
  60. package/dist-es/commands/UpdateCapabilityCommand.js +2 -2
  61. package/dist-es/commands/UpdateClusterConfigCommand.js +2 -2
  62. package/dist-es/commands/UpdateClusterVersionCommand.js +2 -2
  63. package/dist-es/commands/UpdateEksAnywhereSubscriptionCommand.js +2 -2
  64. package/dist-es/commands/UpdateNodegroupConfigCommand.js +2 -2
  65. package/dist-es/commands/UpdateNodegroupVersionCommand.js +2 -2
  66. package/dist-es/commands/UpdatePodIdentityAssociationCommand.js +2 -2
  67. package/dist-es/index.js +1 -0
  68. package/dist-es/runtimeConfig.shared.js +6 -1
  69. package/dist-es/schemas/schemas_0.js +623 -615
  70. package/dist-types/EKSClient.d.ts +1 -10
  71. package/dist-types/index.d.ts +1 -0
  72. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  73. package/dist-types/runtimeConfig.d.ts +6 -2
  74. package/dist-types/runtimeConfig.native.d.ts +6 -2
  75. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  76. package/dist-types/schemas/schemas_0.d.ts +319 -367
  77. package/dist-types/ts3.4/EKSClient.d.ts +0 -4
  78. package/dist-types/ts3.4/index.d.ts +1 -0
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  83. package/dist-types/ts3.4/schemas/schemas_0.d.ts +318 -367
  84. package/package.json +35 -35
package/dist-cjs/index.js CHANGED
@@ -111,14 +111,14 @@ class EKSClient extends smithyClient.Client {
111
111
  }
112
112
  }
113
113
 
114
- let EKSServiceException$1 = class EKSServiceException extends smithyClient.ServiceException {
114
+ class EKSServiceException extends smithyClient.ServiceException {
115
115
  constructor(options) {
116
116
  super(options);
117
117
  Object.setPrototypeOf(this, EKSServiceException.prototype);
118
118
  }
119
- };
119
+ }
120
120
 
121
- let AccessDeniedException$1 = class AccessDeniedException extends EKSServiceException$1 {
121
+ class AccessDeniedException extends EKSServiceException {
122
122
  name = "AccessDeniedException";
123
123
  $fault = "client";
124
124
  constructor(opts) {
@@ -129,8 +129,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends EKSServiceExce
129
129
  });
130
130
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
131
  }
132
- };
133
- let InvalidParameterException$1 = class InvalidParameterException extends EKSServiceException$1 {
132
+ }
133
+ class InvalidParameterException extends EKSServiceException {
134
134
  name = "InvalidParameterException";
135
135
  $fault = "client";
136
136
  clusterName;
@@ -151,8 +151,8 @@ let InvalidParameterException$1 = class InvalidParameterException extends EKSSer
151
151
  this.addonName = opts.addonName;
152
152
  this.subscriptionId = opts.subscriptionId;
153
153
  }
154
- };
155
- let InvalidRequestException$1 = class InvalidRequestException extends EKSServiceException$1 {
154
+ }
155
+ class InvalidRequestException extends EKSServiceException {
156
156
  name = "InvalidRequestException";
157
157
  $fault = "client";
158
158
  clusterName;
@@ -171,8 +171,8 @@ let InvalidRequestException$1 = class InvalidRequestException extends EKSService
171
171
  this.addonName = opts.addonName;
172
172
  this.subscriptionId = opts.subscriptionId;
173
173
  }
174
- };
175
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends EKSServiceException$1 {
174
+ }
175
+ class ResourceNotFoundException extends EKSServiceException {
176
176
  name = "ResourceNotFoundException";
177
177
  $fault = "client";
178
178
  clusterName;
@@ -193,8 +193,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends EKSSer
193
193
  this.addonName = opts.addonName;
194
194
  this.subscriptionId = opts.subscriptionId;
195
195
  }
196
- };
197
- let ServerException$1 = class ServerException extends EKSServiceException$1 {
196
+ }
197
+ class ServerException extends EKSServiceException {
198
198
  name = "ServerException";
199
199
  $fault = "server";
200
200
  clusterName;
@@ -213,8 +213,8 @@ let ServerException$1 = class ServerException extends EKSServiceException$1 {
213
213
  this.addonName = opts.addonName;
214
214
  this.subscriptionId = opts.subscriptionId;
215
215
  }
216
- };
217
- let ClientException$1 = class ClientException extends EKSServiceException$1 {
216
+ }
217
+ class ClientException extends EKSServiceException {
218
218
  name = "ClientException";
219
219
  $fault = "client";
220
220
  clusterName;
@@ -233,8 +233,8 @@ let ClientException$1 = class ClientException extends EKSServiceException$1 {
233
233
  this.addonName = opts.addonName;
234
234
  this.subscriptionId = opts.subscriptionId;
235
235
  }
236
- };
237
- let ResourceInUseException$1 = class ResourceInUseException extends EKSServiceException$1 {
236
+ }
237
+ class ResourceInUseException extends EKSServiceException {
238
238
  name = "ResourceInUseException";
239
239
  $fault = "client";
240
240
  clusterName;
@@ -251,8 +251,8 @@ let ResourceInUseException$1 = class ResourceInUseException extends EKSServiceEx
251
251
  this.nodegroupName = opts.nodegroupName;
252
252
  this.addonName = opts.addonName;
253
253
  }
254
- };
255
- let ThrottlingException$1 = class ThrottlingException extends EKSServiceException$1 {
254
+ }
255
+ class ThrottlingException extends EKSServiceException {
256
256
  name = "ThrottlingException";
257
257
  $fault = "client";
258
258
  clusterName;
@@ -265,8 +265,8 @@ let ThrottlingException$1 = class ThrottlingException extends EKSServiceExceptio
265
265
  Object.setPrototypeOf(this, ThrottlingException.prototype);
266
266
  this.clusterName = opts.clusterName;
267
267
  }
268
- };
269
- let ResourceLimitExceededException$1 = class ResourceLimitExceededException extends EKSServiceException$1 {
268
+ }
269
+ class ResourceLimitExceededException extends EKSServiceException {
270
270
  name = "ResourceLimitExceededException";
271
271
  $fault = "client";
272
272
  clusterName;
@@ -283,8 +283,8 @@ let ResourceLimitExceededException$1 = class ResourceLimitExceededException exte
283
283
  this.nodegroupName = opts.nodegroupName;
284
284
  this.subscriptionId = opts.subscriptionId;
285
285
  }
286
- };
287
- let ServiceUnavailableException$1 = class ServiceUnavailableException extends EKSServiceException$1 {
286
+ }
287
+ class ServiceUnavailableException extends EKSServiceException {
288
288
  name = "ServiceUnavailableException";
289
289
  $fault = "server";
290
290
  constructor(opts) {
@@ -295,8 +295,8 @@ let ServiceUnavailableException$1 = class ServiceUnavailableException extends EK
295
295
  });
296
296
  Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
297
297
  }
298
- };
299
- let UnsupportedAvailabilityZoneException$1 = class UnsupportedAvailabilityZoneException extends EKSServiceException$1 {
298
+ }
299
+ class UnsupportedAvailabilityZoneException extends EKSServiceException {
300
300
  name = "UnsupportedAvailabilityZoneException";
301
301
  $fault = "client";
302
302
  clusterName;
@@ -313,8 +313,8 @@ let UnsupportedAvailabilityZoneException$1 = class UnsupportedAvailabilityZoneEx
313
313
  this.nodegroupName = opts.nodegroupName;
314
314
  this.validZones = opts.validZones;
315
315
  }
316
- };
317
- let BadRequestException$1 = class BadRequestException extends EKSServiceException$1 {
316
+ }
317
+ class BadRequestException extends EKSServiceException {
318
318
  name = "BadRequestException";
319
319
  $fault = "client";
320
320
  constructor(opts) {
@@ -325,8 +325,8 @@ let BadRequestException$1 = class BadRequestException extends EKSServiceExceptio
325
325
  });
326
326
  Object.setPrototypeOf(this, BadRequestException.prototype);
327
327
  }
328
- };
329
- let NotFoundException$1 = class NotFoundException extends EKSServiceException$1 {
328
+ }
329
+ class NotFoundException extends EKSServiceException {
330
330
  name = "NotFoundException";
331
331
  $fault = "client";
332
332
  constructor(opts) {
@@ -337,8 +337,8 @@ let NotFoundException$1 = class NotFoundException extends EKSServiceException$1
337
337
  });
338
338
  Object.setPrototypeOf(this, NotFoundException.prototype);
339
339
  }
340
- };
341
- let ResourcePropagationDelayException$1 = class ResourcePropagationDelayException extends EKSServiceException$1 {
340
+ }
341
+ class ResourcePropagationDelayException extends EKSServiceException {
342
342
  name = "ResourcePropagationDelayException";
343
343
  $fault = "client";
344
344
  constructor(opts) {
@@ -349,8 +349,8 @@ let ResourcePropagationDelayException$1 = class ResourcePropagationDelayExceptio
349
349
  });
350
350
  Object.setPrototypeOf(this, ResourcePropagationDelayException.prototype);
351
351
  }
352
- };
353
- let InvalidStateException$1 = class InvalidStateException extends EKSServiceException$1 {
352
+ }
353
+ class InvalidStateException extends EKSServiceException {
354
354
  name = "InvalidStateException";
355
355
  $fault = "client";
356
356
  clusterName;
@@ -363,7 +363,7 @@ let InvalidStateException$1 = class InvalidStateException extends EKSServiceExce
363
363
  Object.setPrototypeOf(this, InvalidStateException.prototype);
364
364
  this.clusterName = opts.clusterName;
365
365
  }
366
- };
366
+ }
367
367
 
368
368
  const _A = "Addon";
369
369
  const _AAP = "AssociatedAccessPolicy";
@@ -1003,10 +1003,10 @@ const _vZ = "validZones";
1003
1003
  const _va = "value";
1004
1004
  const _zSC = "zonalShiftConfig";
1005
1005
  const n0 = "com.amazonaws.eks";
1006
- var AccessConfigResponse = [3, n0, _ACR, 0, [_bCCAP, _aM], [2, 0]];
1007
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
1008
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
1009
- var AccessEntry = [
1006
+ var AccessConfigResponse$ = [3, n0, _ACR, 0, [_bCCAP, _aM], [2, 0]];
1007
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
1008
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
1009
+ var AccessEntry$ = [
1010
1010
  3,
1011
1011
  n0,
1012
1012
  _AE,
@@ -1014,9 +1014,9 @@ var AccessEntry = [
1014
1014
  [_cN, _pA, _kG, _aEA, _cA, _mA, _t, _u, _ty],
1015
1015
  [0, 0, 64 | 0, 0, 4, 4, 128 | 0, 0, 0],
1016
1016
  ];
1017
- var AccessPolicy = [3, n0, _AP, 0, [_n, _a], [0, 0]];
1018
- var AccessScope = [3, n0, _AS, 0, [_ty, _na], [0, 64 | 0]];
1019
- var Addon = [
1017
+ var AccessPolicy$ = [3, n0, _AP, 0, [_n, _a], [0, 0]];
1018
+ var AccessScope$ = [3, n0, _AS, 0, [_ty, _na], [0, 64 | 0]];
1019
+ var Addon$ = [
1020
1020
  3,
1021
1021
  n0,
1022
1022
  _A,
@@ -1027,7 +1027,7 @@ var Addon = [
1027
1027
  0,
1028
1028
  0,
1029
1029
  0,
1030
- () => AddonHealth,
1030
+ () => AddonHealth$,
1031
1031
  0,
1032
1032
  4,
1033
1033
  4,
@@ -1035,28 +1035,28 @@ var Addon = [
1035
1035
  128 | 0,
1036
1036
  0,
1037
1037
  0,
1038
- () => MarketplaceInformation,
1038
+ () => MarketplaceInformation$,
1039
1039
  0,
1040
1040
  64 | 0,
1041
- () => AddonNamespaceConfigResponse,
1041
+ () => AddonNamespaceConfigResponse$,
1042
1042
  ],
1043
1043
  ];
1044
- var AddonCompatibilityDetail = [3, n0, _ACD, 0, [_n, _cVo], [0, 64 | 0]];
1045
- var AddonHealth = [3, n0, _AH, 0, [_i], [() => AddonIssueList]];
1046
- var AddonInfo = [
1044
+ var AddonCompatibilityDetail$ = [3, n0, _ACD, 0, [_n, _cVo], [0, 64 | 0]];
1045
+ var AddonHealth$ = [3, n0, _AH, 0, [_i], [() => AddonIssueList]];
1046
+ var AddonInfo$ = [
1047
1047
  3,
1048
1048
  n0,
1049
1049
  _AI,
1050
1050
  0,
1051
1051
  [_aN, _ty, _aVd, _p, _o, _mI, _dN],
1052
- [0, 0, () => AddonVersionInfoList, 0, 0, () => MarketplaceInformation, 0],
1053
- ];
1054
- var AddonIssue = [3, n0, _AId, 0, [_co, _m, _rI], [0, 0, 64 | 0]];
1055
- var AddonNamespaceConfigRequest = [3, n0, _ANCR, 0, [_nam], [0]];
1056
- var AddonNamespaceConfigResponse = [3, n0, _ANCRd, 0, [_nam], [0]];
1057
- var AddonPodIdentityAssociations = [3, n0, _APIA, 0, [_sA, _rA], [0, 0]];
1058
- var AddonPodIdentityConfiguration = [3, n0, _APIC, 0, [_sA, _rMP], [0, 64 | 0]];
1059
- var AddonVersionInfo = [
1052
+ [0, 0, () => AddonVersionInfoList, 0, 0, () => MarketplaceInformation$, 0],
1053
+ ];
1054
+ var AddonIssue$ = [3, n0, _AId, 0, [_co, _m, _rI], [0, 0, 64 | 0]];
1055
+ var AddonNamespaceConfigRequest$ = [3, n0, _ANCR, 0, [_nam], [0]];
1056
+ var AddonNamespaceConfigResponse$ = [3, n0, _ANCRd, 0, [_nam], [0]];
1057
+ var AddonPodIdentityAssociations$ = [3, n0, _APIA, 0, [_sA, _rA], [0, 0]];
1058
+ var AddonPodIdentityConfiguration$ = [3, n0, _APIC, 0, [_sA, _rMP], [0, 64 | 0]];
1059
+ var AddonVersionInfo$ = [
1060
1060
  3,
1061
1061
  n0,
1062
1062
  _AVI,
@@ -1064,52 +1064,52 @@ var AddonVersionInfo = [
1064
1064
  [_aV, _ar, _cT, _com, _rC, _rIP],
1065
1065
  [0, 64 | 0, 64 | 0, () => Compatibilities, 2, 2],
1066
1066
  ];
1067
- var ArgoCdAwsIdcConfigRequest = [3, n0, _ACAICR, 0, [_iIA, _iR], [0, 0]];
1068
- var ArgoCdAwsIdcConfigResponse = [3, n0, _ACAICRr, 0, [_iIA, _iR, _iMAA], [0, 0, 0]];
1069
- var ArgoCdConfigRequest = [
1067
+ var ArgoCdAwsIdcConfigRequest$ = [3, n0, _ACAICR, 0, [_iIA, _iR], [0, 0]];
1068
+ var ArgoCdAwsIdcConfigResponse$ = [3, n0, _ACAICRr, 0, [_iIA, _iR, _iMAA], [0, 0, 0]];
1069
+ var ArgoCdConfigRequest$ = [
1070
1070
  3,
1071
1071
  n0,
1072
1072
  _ACCR,
1073
1073
  0,
1074
1074
  [_nam, _aI, _rRM, _nA],
1075
- [0, () => ArgoCdAwsIdcConfigRequest, () => ArgoCdRoleMappingList, () => ArgoCdNetworkAccessConfigRequest],
1075
+ [0, () => ArgoCdAwsIdcConfigRequest$, () => ArgoCdRoleMappingList, () => ArgoCdNetworkAccessConfigRequest$],
1076
1076
  ];
1077
- var ArgoCdConfigResponse = [
1077
+ var ArgoCdConfigResponse$ = [
1078
1078
  3,
1079
1079
  n0,
1080
1080
  _ACCRr,
1081
1081
  0,
1082
1082
  [_nam, _aI, _rRM, _nA, _sU],
1083
- [0, () => ArgoCdAwsIdcConfigResponse, () => ArgoCdRoleMappingList, () => ArgoCdNetworkAccessConfigResponse, 0],
1083
+ [0, () => ArgoCdAwsIdcConfigResponse$, () => ArgoCdRoleMappingList, () => ArgoCdNetworkAccessConfigResponse$, 0],
1084
1084
  ];
1085
- var ArgoCdNetworkAccessConfigRequest = [3, n0, _ACNACR, 0, [_vI], [64 | 0]];
1086
- var ArgoCdNetworkAccessConfigResponse = [3, n0, _ACNACRr, 0, [_vI], [64 | 0]];
1087
- var ArgoCdRoleMapping = [3, n0, _ACRM, 0, [_r, _id], [0, () => SsoIdentityList]];
1088
- var AssociateAccessPolicyRequest = [
1085
+ var ArgoCdNetworkAccessConfigRequest$ = [3, n0, _ACNACR, 0, [_vI], [64 | 0]];
1086
+ var ArgoCdNetworkAccessConfigResponse$ = [3, n0, _ACNACRr, 0, [_vI], [64 | 0]];
1087
+ var ArgoCdRoleMapping$ = [3, n0, _ACRM, 0, [_r, _id], [0, () => SsoIdentityList]];
1088
+ var AssociateAccessPolicyRequest$ = [
1089
1089
  3,
1090
1090
  n0,
1091
1091
  _AAPR,
1092
1092
  0,
1093
1093
  [_cN, _pA, _pAo, _aS],
1094
- [[0, 1], [0, 1], 0, () => AccessScope],
1094
+ [[0, 1], [0, 1], 0, () => AccessScope$],
1095
1095
  ];
1096
- var AssociateAccessPolicyResponse = [
1096
+ var AssociateAccessPolicyResponse$ = [
1097
1097
  3,
1098
1098
  n0,
1099
1099
  _AAPRs,
1100
1100
  0,
1101
1101
  [_cN, _pA, _aAP],
1102
- [0, 0, () => AssociatedAccessPolicy],
1102
+ [0, 0, () => AssociatedAccessPolicy$],
1103
1103
  ];
1104
- var AssociatedAccessPolicy = [
1104
+ var AssociatedAccessPolicy$ = [
1105
1105
  3,
1106
1106
  n0,
1107
1107
  _AAP,
1108
1108
  0,
1109
1109
  [_pAo, _aS, _aAs, _mA],
1110
- [0, () => AccessScope, 4, 4],
1110
+ [0, () => AccessScope$, 4, 4],
1111
1111
  ];
1112
- var AssociateEncryptionConfigRequest = [
1112
+ var AssociateEncryptionConfigRequest$ = [
1113
1113
  3,
1114
1114
  n0,
1115
1115
  _AECR,
@@ -1117,47 +1117,54 @@ var AssociateEncryptionConfigRequest = [
1117
1117
  [_cN, _eC, _cRT],
1118
1118
  [[0, 1], () => EncryptionConfigList, [0, 4]],
1119
1119
  ];
1120
- var AssociateEncryptionConfigResponse = [3, n0, _AECRs, 0, [_up], [() => Update]];
1121
- var AssociateIdentityProviderConfigRequest = [
1120
+ var AssociateEncryptionConfigResponse$ = [3, n0, _AECRs, 0, [_up], [() => Update$]];
1121
+ var AssociateIdentityProviderConfigRequest$ = [
1122
1122
  3,
1123
1123
  n0,
1124
1124
  _AIPCR,
1125
1125
  0,
1126
1126
  [_cN, _oi, _t, _cRT],
1127
- [[0, 1], () => OidcIdentityProviderConfigRequest, 128 | 0, [0, 4]],
1127
+ [[0, 1], () => OidcIdentityProviderConfigRequest$, 128 | 0, [0, 4]],
1128
1128
  ];
1129
- var AssociateIdentityProviderConfigResponse = [
1129
+ var AssociateIdentityProviderConfigResponse$ = [
1130
1130
  3,
1131
1131
  n0,
1132
1132
  _AIPCRs,
1133
1133
  0,
1134
1134
  [_up, _t],
1135
- [() => Update, 128 | 0],
1135
+ [() => Update$, 128 | 0],
1136
1136
  ];
1137
- var AutoScalingGroup = [3, n0, _ASG, 0, [_n], [0]];
1138
- var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1139
- schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
1140
- var BlockStorage = [3, n0, _BS, 0, [_en], [2]];
1141
- var Capability = [
1137
+ var AutoScalingGroup$ = [3, n0, _ASG, 0, [_n], [0]];
1138
+ var BadRequestException$ = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1139
+ schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
1140
+ var BlockStorage$ = [3, n0, _BS, 0, [_en], [2]];
1141
+ var Capability$ = [
1142
1142
  3,
1143
1143
  n0,
1144
1144
  _C,
1145
1145
  0,
1146
1146
  [_cNa, _a, _cN, _ty, _rA, _s, _v, _con, _t, _h, _cA, _mA, _dPP],
1147
- [0, 0, 0, 0, 0, 0, 0, () => CapabilityConfigurationResponse, 128 | 0, () => CapabilityHealth, 4, 4, 0],
1147
+ [0, 0, 0, 0, 0, 0, 0, () => CapabilityConfigurationResponse$, 128 | 0, () => CapabilityHealth$, 4, 4, 0],
1148
1148
  ];
1149
- var CapabilityConfigurationRequest = [3, n0, _CCR, 0, [_aC], [() => ArgoCdConfigRequest]];
1150
- var CapabilityConfigurationResponse = [
1149
+ var CapabilityConfigurationRequest$ = [
1150
+ 3,
1151
+ n0,
1152
+ _CCR,
1153
+ 0,
1154
+ [_aC],
1155
+ [() => ArgoCdConfigRequest$],
1156
+ ];
1157
+ var CapabilityConfigurationResponse$ = [
1151
1158
  3,
1152
1159
  n0,
1153
1160
  _CCRa,
1154
1161
  0,
1155
1162
  [_aC],
1156
- [() => ArgoCdConfigResponse],
1163
+ [() => ArgoCdConfigResponse$],
1157
1164
  ];
1158
- var CapabilityHealth = [3, n0, _CH, 0, [_i], [() => CapabilityIssueList]];
1159
- var CapabilityIssue = [3, n0, _CI, 0, [_co, _m], [0, 0]];
1160
- var CapabilitySummary = [
1165
+ var CapabilityHealth$ = [3, n0, _CH, 0, [_i], [() => CapabilityIssueList]];
1166
+ var CapabilityIssue$ = [3, n0, _CI, 0, [_co, _m], [0, 0]];
1167
+ var CapabilitySummary$ = [
1161
1168
  3,
1162
1169
  n0,
1163
1170
  _CS,
@@ -1165,8 +1172,8 @@ var CapabilitySummary = [
1165
1172
  [_cNa, _a, _ty, _s, _v, _cA, _mA],
1166
1173
  [0, 0, 0, 0, 0, 4, 4],
1167
1174
  ];
1168
- var Certificate = [3, n0, _Ce, 0, [_d], [0]];
1169
- var ClientException = [
1175
+ var Certificate$ = [3, n0, _Ce, 0, [_d], [0]];
1176
+ var ClientException$ = [
1170
1177
  -3,
1171
1178
  n0,
1172
1179
  _CE,
@@ -1174,9 +1181,9 @@ var ClientException = [
1174
1181
  [_cN, _nN, _aN, _sI, _m],
1175
1182
  [0, 0, 0, 0, 0],
1176
1183
  ];
1177
- schema.TypeRegistry.for(n0).registerError(ClientException, ClientException$1);
1178
- var ClientStat = [3, n0, _CSl, 0, [_uA, _nORLD, _lRT], [0, 1, 4]];
1179
- var Cluster = [
1184
+ schema.TypeRegistry.for(n0).registerError(ClientException$, ClientException);
1185
+ var ClientStat$ = [3, n0, _CSl, 0, [_uA, _nORLD, _lRT], [0, 1, 4]];
1186
+ var Cluster$ = [
1180
1187
  3,
1181
1188
  n0,
1182
1189
  _Cl,
@@ -1218,33 +1225,33 @@ var Cluster = [
1218
1225
  0,
1219
1226
  0,
1220
1227
  0,
1221
- () => VpcConfigResponse,
1222
- () => KubernetesNetworkConfigResponse,
1223
- () => Logging,
1224
- () => Identity,
1228
+ () => VpcConfigResponse$,
1229
+ () => KubernetesNetworkConfigResponse$,
1230
+ () => Logging$,
1231
+ () => Identity$,
1225
1232
  0,
1226
- () => Certificate,
1233
+ () => Certificate$,
1227
1234
  0,
1228
1235
  0,
1229
1236
  128 | 0,
1230
1237
  () => EncryptionConfigList,
1231
- () => ConnectorConfigResponse,
1238
+ () => ConnectorConfigResponse$,
1232
1239
  0,
1233
- () => ClusterHealth,
1234
- () => OutpostConfigResponse,
1235
- () => AccessConfigResponse,
1236
- () => UpgradePolicyResponse,
1237
- () => ZonalShiftConfigResponse,
1238
- () => RemoteNetworkConfigResponse,
1239
- () => ComputeConfigResponse,
1240
- () => StorageConfigResponse,
1240
+ () => ClusterHealth$,
1241
+ () => OutpostConfigResponse$,
1242
+ () => AccessConfigResponse$,
1243
+ () => UpgradePolicyResponse$,
1244
+ () => ZonalShiftConfigResponse$,
1245
+ () => RemoteNetworkConfigResponse$,
1246
+ () => ComputeConfigResponse$,
1247
+ () => StorageConfigResponse$,
1241
1248
  2,
1242
- () => ControlPlaneScalingConfig,
1249
+ () => ControlPlaneScalingConfig$,
1243
1250
  ],
1244
1251
  ];
1245
- var ClusterHealth = [3, n0, _CHl, 0, [_i], [() => ClusterIssueList]];
1246
- var ClusterIssue = [3, n0, _CIl, 0, [_co, _m, _rI], [0, 0, 64 | 0]];
1247
- var ClusterVersionInformation = [
1252
+ var ClusterHealth$ = [3, n0, _CHl, 0, [_i], [() => ClusterIssueList]];
1253
+ var ClusterIssue$ = [3, n0, _CIl, 0, [_co, _m, _rI], [0, 0, 64 | 0]];
1254
+ var ClusterVersionInformation$ = [
1248
1255
  3,
1249
1256
  n0,
1250
1257
  _CVI,
@@ -1252,11 +1259,11 @@ var ClusterVersionInformation = [
1252
1259
  [_cVl, _cTl, _dPV, _dV, _rD, _eOSSD, _eOESD, _s, _vS, _kPV],
1253
1260
  [0, 0, 0, 2, 4, 4, 4, 0, 0, 0],
1254
1261
  ];
1255
- var Compatibility = [3, n0, _Co, 0, [_cVl, _pVl, _dV], [0, 64 | 0, 2]];
1256
- var ComputeConfigRequest = [3, n0, _CCRo, 0, [_en, _nP, _nRA], [2, 64 | 0, 0]];
1257
- var ComputeConfigResponse = [3, n0, _CCRom, 0, [_en, _nP, _nRA], [2, 64 | 0, 0]];
1258
- var ConnectorConfigRequest = [3, n0, _CCRon, 0, [_rA, _pr], [0, 0]];
1259
- var ConnectorConfigResponse = [
1262
+ var Compatibility$ = [3, n0, _Co, 0, [_cVl, _pVl, _dV], [0, 64 | 0, 2]];
1263
+ var ComputeConfigRequest$ = [3, n0, _CCRo, 0, [_en, _nP, _nRA], [2, 64 | 0, 0]];
1264
+ var ComputeConfigResponse$ = [3, n0, _CCRom, 0, [_en, _nP, _nRA], [2, 64 | 0, 0]];
1265
+ var ConnectorConfigRequest$ = [3, n0, _CCRon, 0, [_rA, _pr], [0, 0]];
1266
+ var ConnectorConfigResponse$ = [
1260
1267
  3,
1261
1268
  n0,
1262
1269
  _CCRonn,
@@ -1264,11 +1271,11 @@ var ConnectorConfigResponse = [
1264
1271
  [_aIc, _aCct, _aE, _pr, _rA],
1265
1272
  [0, 0, 4, 0, 0],
1266
1273
  ];
1267
- var ControlPlanePlacementRequest = [3, n0, _CPPR, 0, [_gN], [0]];
1268
- var ControlPlanePlacementResponse = [3, n0, _CPPRo, 0, [_gN], [0]];
1269
- var ControlPlaneScalingConfig = [3, n0, _CPSC, 0, [_ti], [0]];
1270
- var CreateAccessConfigRequest = [3, n0, _CACR, 0, [_bCCAP, _aM], [2, 0]];
1271
- var CreateAccessEntryRequest = [
1274
+ var ControlPlanePlacementRequest$ = [3, n0, _CPPR, 0, [_gN], [0]];
1275
+ var ControlPlanePlacementResponse$ = [3, n0, _CPPRo, 0, [_gN], [0]];
1276
+ var ControlPlaneScalingConfig$ = [3, n0, _CPSC, 0, [_ti], [0]];
1277
+ var CreateAccessConfigRequest$ = [3, n0, _CACR, 0, [_bCCAP, _aM], [2, 0]];
1278
+ var CreateAccessEntryRequest$ = [
1272
1279
  3,
1273
1280
  n0,
1274
1281
  _CAER,
@@ -1276,26 +1283,26 @@ var CreateAccessEntryRequest = [
1276
1283
  [_cN, _pA, _kG, _t, _cRT, _u, _ty],
1277
1284
  [[0, 1], 0, 64 | 0, 128 | 0, [0, 4], 0, 0],
1278
1285
  ];
1279
- var CreateAccessEntryResponse = [3, n0, _CAERr, 0, [_aEc], [() => AccessEntry]];
1280
- var CreateAddonRequest = [
1286
+ var CreateAccessEntryResponse$ = [3, n0, _CAERr, 0, [_aEc], [() => AccessEntry$]];
1287
+ var CreateAddonRequest$ = [
1281
1288
  3,
1282
1289
  n0,
1283
1290
  _CAR,
1284
1291
  0,
1285
1292
  [_cN, _aN, _aV, _sARA, _rCe, _cRT, _t, _cV, _pIA, _nC],
1286
- [[0, 1], 0, 0, 0, 0, [0, 4], 128 | 0, 0, () => AddonPodIdentityAssociationsList, () => AddonNamespaceConfigRequest],
1293
+ [[0, 1], 0, 0, 0, 0, [0, 4], 128 | 0, 0, () => AddonPodIdentityAssociationsList, () => AddonNamespaceConfigRequest$],
1287
1294
  ];
1288
- var CreateAddonResponse = [3, n0, _CARr, 0, [_ad], [() => Addon]];
1289
- var CreateCapabilityRequest = [
1295
+ var CreateAddonResponse$ = [3, n0, _CARr, 0, [_ad], [() => Addon$]];
1296
+ var CreateCapabilityRequest$ = [
1290
1297
  3,
1291
1298
  n0,
1292
1299
  _CCRr,
1293
1300
  0,
1294
1301
  [_cNa, _cN, _cRT, _ty, _rA, _con, _t, _dPP],
1295
- [0, [0, 1], [0, 4], 0, 0, () => CapabilityConfigurationRequest, 128 | 0, 0],
1302
+ [0, [0, 1], [0, 4], 0, 0, () => CapabilityConfigurationRequest$, 128 | 0, 0],
1296
1303
  ];
1297
- var CreateCapabilityResponse = [3, n0, _CCRre, 0, [_ca], [() => Capability]];
1298
- var CreateClusterRequest = [
1304
+ var CreateCapabilityResponse$ = [3, n0, _CCRre, 0, [_ca], [() => Capability$]];
1305
+ var CreateClusterRequest$ = [
1299
1306
  3,
1300
1307
  n0,
1301
1308
  _CCRrea,
@@ -1305,42 +1312,42 @@ var CreateClusterRequest = [
1305
1312
  0,
1306
1313
  0,
1307
1314
  0,
1308
- () => VpcConfigRequest,
1309
- () => KubernetesNetworkConfigRequest,
1310
- () => Logging,
1315
+ () => VpcConfigRequest$,
1316
+ () => KubernetesNetworkConfigRequest$,
1317
+ () => Logging$,
1311
1318
  [0, 4],
1312
1319
  128 | 0,
1313
1320
  () => EncryptionConfigList,
1314
- () => OutpostConfigRequest,
1315
- () => CreateAccessConfigRequest,
1321
+ () => OutpostConfigRequest$,
1322
+ () => CreateAccessConfigRequest$,
1316
1323
  2,
1317
- () => UpgradePolicyRequest,
1318
- () => ZonalShiftConfigRequest,
1319
- () => RemoteNetworkConfigRequest,
1320
- () => ComputeConfigRequest,
1321
- () => StorageConfigRequest,
1324
+ () => UpgradePolicyRequest$,
1325
+ () => ZonalShiftConfigRequest$,
1326
+ () => RemoteNetworkConfigRequest$,
1327
+ () => ComputeConfigRequest$,
1328
+ () => StorageConfigRequest$,
1322
1329
  2,
1323
- () => ControlPlaneScalingConfig,
1330
+ () => ControlPlaneScalingConfig$,
1324
1331
  ],
1325
1332
  ];
1326
- var CreateClusterResponse = [3, n0, _CCRreat, 0, [_cl], [() => Cluster]];
1327
- var CreateEksAnywhereSubscriptionRequest = [
1333
+ var CreateClusterResponse$ = [3, n0, _CCRreat, 0, [_cl], [() => Cluster$]];
1334
+ var CreateEksAnywhereSubscriptionRequest$ = [
1328
1335
  3,
1329
1336
  n0,
1330
1337
  _CEASR,
1331
1338
  0,
1332
1339
  [_n, _te, _lQ, _lT, _aR, _cRT, _t],
1333
- [0, () => EksAnywhereSubscriptionTerm, 1, 0, 2, [0, 4], 128 | 0],
1340
+ [0, () => EksAnywhereSubscriptionTerm$, 1, 0, 2, [0, 4], 128 | 0],
1334
1341
  ];
1335
- var CreateEksAnywhereSubscriptionResponse = [
1342
+ var CreateEksAnywhereSubscriptionResponse$ = [
1336
1343
  3,
1337
1344
  n0,
1338
1345
  _CEASRr,
1339
1346
  0,
1340
1347
  [_su],
1341
- [() => EksAnywhereSubscription],
1348
+ [() => EksAnywhereSubscription$],
1342
1349
  ];
1343
- var CreateFargateProfileRequest = [
1350
+ var CreateFargateProfileRequest$ = [
1344
1351
  3,
1345
1352
  n0,
1346
1353
  _CFPR,
@@ -1348,8 +1355,8 @@ var CreateFargateProfileRequest = [
1348
1355
  [_fPN, _cN, _pERA, _sub, _se, _cRT, _t],
1349
1356
  [0, [0, 1], 0, 64 | 0, () => FargateProfileSelectors, [0, 4], 128 | 0],
1350
1357
  ];
1351
- var CreateFargateProfileResponse = [3, n0, _CFPRr, 0, [_fP], [() => FargateProfile]];
1352
- var CreateNodegroupRequest = [
1358
+ var CreateFargateProfileResponse$ = [3, n0, _CFPRr, 0, [_fP], [() => FargateProfile$]];
1359
+ var CreateNodegroupRequest$ = [
1353
1360
  3,
1354
1361
  n0,
1355
1362
  _CNR,
@@ -1358,27 +1365,27 @@ var CreateNodegroupRequest = [
1358
1365
  [
1359
1366
  [0, 1],
1360
1367
  0,
1361
- () => NodegroupScalingConfig,
1368
+ () => NodegroupScalingConfig$,
1362
1369
  1,
1363
1370
  64 | 0,
1364
1371
  64 | 0,
1365
1372
  0,
1366
- () => RemoteAccessConfig,
1373
+ () => RemoteAccessConfig$,
1367
1374
  0,
1368
1375
  128 | 0,
1369
1376
  () => taintsList,
1370
1377
  128 | 0,
1371
1378
  [0, 4],
1372
- () => LaunchTemplateSpecification,
1373
- () => NodegroupUpdateConfig,
1374
- () => NodeRepairConfig,
1379
+ () => LaunchTemplateSpecification$,
1380
+ () => NodegroupUpdateConfig$,
1381
+ () => NodeRepairConfig$,
1375
1382
  0,
1376
1383
  0,
1377
1384
  0,
1378
1385
  ],
1379
1386
  ];
1380
- var CreateNodegroupResponse = [3, n0, _CNRr, 0, [_no], [() => Nodegroup]];
1381
- var CreatePodIdentityAssociationRequest = [
1387
+ var CreateNodegroupResponse$ = [3, n0, _CNRr, 0, [_no], [() => Nodegroup$]];
1388
+ var CreatePodIdentityAssociationRequest$ = [
1382
1389
  3,
1383
1390
  n0,
1384
1391
  _CPIAR,
@@ -1386,15 +1393,15 @@ var CreatePodIdentityAssociationRequest = [
1386
1393
  [_cN, _nam, _sA, _rA, _cRT, _t, _dST, _tRA],
1387
1394
  [[0, 1], 0, 0, 0, [0, 4], 128 | 0, 2, 0],
1388
1395
  ];
1389
- var CreatePodIdentityAssociationResponse = [
1396
+ var CreatePodIdentityAssociationResponse$ = [
1390
1397
  3,
1391
1398
  n0,
1392
1399
  _CPIARr,
1393
1400
  0,
1394
1401
  [_as],
1395
- [() => PodIdentityAssociation],
1402
+ [() => PodIdentityAssociation$],
1396
1403
  ];
1397
- var DeleteAccessEntryRequest = [
1404
+ var DeleteAccessEntryRequest$ = [
1398
1405
  3,
1399
1406
  n0,
1400
1407
  _DAER,
@@ -1405,8 +1412,8 @@ var DeleteAccessEntryRequest = [
1405
1412
  [0, 1],
1406
1413
  ],
1407
1414
  ];
1408
- var DeleteAccessEntryResponse = [3, n0, _DAERe, 0, [], []];
1409
- var DeleteAddonRequest = [
1415
+ var DeleteAccessEntryResponse$ = [3, n0, _DAERe, 0, [], []];
1416
+ var DeleteAddonRequest$ = [
1410
1417
  3,
1411
1418
  n0,
1412
1419
  _DAR,
@@ -1418,8 +1425,8 @@ var DeleteAddonRequest = [
1418
1425
  [2, { [_hQ]: _pre }],
1419
1426
  ],
1420
1427
  ];
1421
- var DeleteAddonResponse = [3, n0, _DARe, 0, [_ad], [() => Addon]];
1422
- var DeleteCapabilityRequest = [
1428
+ var DeleteAddonResponse$ = [3, n0, _DARe, 0, [_ad], [() => Addon$]];
1429
+ var DeleteCapabilityRequest$ = [
1423
1430
  3,
1424
1431
  n0,
1425
1432
  _DCR,
@@ -1430,19 +1437,19 @@ var DeleteCapabilityRequest = [
1430
1437
  [0, 1],
1431
1438
  ],
1432
1439
  ];
1433
- var DeleteCapabilityResponse = [3, n0, _DCRe, 0, [_ca], [() => Capability]];
1434
- var DeleteClusterRequest = [3, n0, _DCRel, 0, [_n], [[0, 1]]];
1435
- var DeleteClusterResponse = [3, n0, _DCRele, 0, [_cl], [() => Cluster]];
1436
- var DeleteEksAnywhereSubscriptionRequest = [3, n0, _DEASR, 0, [_id_], [[0, 1]]];
1437
- var DeleteEksAnywhereSubscriptionResponse = [
1440
+ var DeleteCapabilityResponse$ = [3, n0, _DCRe, 0, [_ca], [() => Capability$]];
1441
+ var DeleteClusterRequest$ = [3, n0, _DCRel, 0, [_n], [[0, 1]]];
1442
+ var DeleteClusterResponse$ = [3, n0, _DCRele, 0, [_cl], [() => Cluster$]];
1443
+ var DeleteEksAnywhereSubscriptionRequest$ = [3, n0, _DEASR, 0, [_id_], [[0, 1]]];
1444
+ var DeleteEksAnywhereSubscriptionResponse$ = [
1438
1445
  3,
1439
1446
  n0,
1440
1447
  _DEASRe,
1441
1448
  0,
1442
1449
  [_su],
1443
- [() => EksAnywhereSubscription],
1450
+ [() => EksAnywhereSubscription$],
1444
1451
  ];
1445
- var DeleteFargateProfileRequest = [
1452
+ var DeleteFargateProfileRequest$ = [
1446
1453
  3,
1447
1454
  n0,
1448
1455
  _DFPR,
@@ -1453,8 +1460,8 @@ var DeleteFargateProfileRequest = [
1453
1460
  [0, 1],
1454
1461
  ],
1455
1462
  ];
1456
- var DeleteFargateProfileResponse = [3, n0, _DFPRe, 0, [_fP], [() => FargateProfile]];
1457
- var DeleteNodegroupRequest = [
1463
+ var DeleteFargateProfileResponse$ = [3, n0, _DFPRe, 0, [_fP], [() => FargateProfile$]];
1464
+ var DeleteNodegroupRequest$ = [
1458
1465
  3,
1459
1466
  n0,
1460
1467
  _DNR,
@@ -1465,8 +1472,8 @@ var DeleteNodegroupRequest = [
1465
1472
  [0, 1],
1466
1473
  ],
1467
1474
  ];
1468
- var DeleteNodegroupResponse = [3, n0, _DNRe, 0, [_no], [() => Nodegroup]];
1469
- var DeletePodIdentityAssociationRequest = [
1475
+ var DeleteNodegroupResponse$ = [3, n0, _DNRe, 0, [_no], [() => Nodegroup$]];
1476
+ var DeletePodIdentityAssociationRequest$ = [
1470
1477
  3,
1471
1478
  n0,
1472
1479
  _DPIAR,
@@ -1477,15 +1484,15 @@ var DeletePodIdentityAssociationRequest = [
1477
1484
  [0, 1],
1478
1485
  ],
1479
1486
  ];
1480
- var DeletePodIdentityAssociationResponse = [
1487
+ var DeletePodIdentityAssociationResponse$ = [
1481
1488
  3,
1482
1489
  n0,
1483
1490
  _DPIARe,
1484
1491
  0,
1485
1492
  [_as],
1486
- [() => PodIdentityAssociation],
1493
+ [() => PodIdentityAssociation$],
1487
1494
  ];
1488
- var DeprecationDetail = [
1495
+ var DeprecationDetail$ = [
1489
1496
  3,
1490
1497
  n0,
1491
1498
  _DD,
@@ -1493,9 +1500,9 @@ var DeprecationDetail = [
1493
1500
  [_us, _rW, _sSV, _sSRV, _cS],
1494
1501
  [0, 0, 0, 0, () => ClientStats],
1495
1502
  ];
1496
- var DeregisterClusterRequest = [3, n0, _DCRer, 0, [_n], [[0, 1]]];
1497
- var DeregisterClusterResponse = [3, n0, _DCRere, 0, [_cl], [() => Cluster]];
1498
- var DescribeAccessEntryRequest = [
1503
+ var DeregisterClusterRequest$ = [3, n0, _DCRer, 0, [_n], [[0, 1]]];
1504
+ var DeregisterClusterResponse$ = [3, n0, _DCRere, 0, [_cl], [() => Cluster$]];
1505
+ var DescribeAccessEntryRequest$ = [
1499
1506
  3,
1500
1507
  n0,
1501
1508
  _DAERes,
@@ -1506,8 +1513,8 @@ var DescribeAccessEntryRequest = [
1506
1513
  [0, 1],
1507
1514
  ],
1508
1515
  ];
1509
- var DescribeAccessEntryResponse = [3, n0, _DAEResc, 0, [_aEc], [() => AccessEntry]];
1510
- var DescribeAddonConfigurationRequest = [
1516
+ var DescribeAccessEntryResponse$ = [3, n0, _DAEResc, 0, [_aEc], [() => AccessEntry$]];
1517
+ var DescribeAddonConfigurationRequest$ = [
1511
1518
  3,
1512
1519
  n0,
1513
1520
  _DACR,
@@ -1518,7 +1525,7 @@ var DescribeAddonConfigurationRequest = [
1518
1525
  [0, { [_hQ]: _aV }],
1519
1526
  ],
1520
1527
  ];
1521
- var DescribeAddonConfigurationResponse = [
1528
+ var DescribeAddonConfigurationResponse$ = [
1522
1529
  3,
1523
1530
  n0,
1524
1531
  _DACRe,
@@ -1526,7 +1533,7 @@ var DescribeAddonConfigurationResponse = [
1526
1533
  [_aN, _aV, _cSo, _pIC],
1527
1534
  [0, 0, 0, () => AddonPodIdentityConfigurationList],
1528
1535
  ];
1529
- var DescribeAddonRequest = [
1536
+ var DescribeAddonRequest$ = [
1530
1537
  3,
1531
1538
  n0,
1532
1539
  _DARes,
@@ -1537,8 +1544,8 @@ var DescribeAddonRequest = [
1537
1544
  [0, 1],
1538
1545
  ],
1539
1546
  ];
1540
- var DescribeAddonResponse = [3, n0, _DAResc, 0, [_ad], [() => Addon]];
1541
- var DescribeAddonVersionsRequest = [
1547
+ var DescribeAddonResponse$ = [3, n0, _DAResc, 0, [_ad], [() => Addon$]];
1548
+ var DescribeAddonVersionsRequest$ = [
1542
1549
  3,
1543
1550
  n0,
1544
1551
  _DAVR,
@@ -1554,8 +1561,8 @@ var DescribeAddonVersionsRequest = [
1554
1561
  [64 | 0, { [_hQ]: _ow }],
1555
1562
  ],
1556
1563
  ];
1557
- var DescribeAddonVersionsResponse = [3, n0, _DAVRe, 0, [_add, _nT], [() => Addons, 0]];
1558
- var DescribeCapabilityRequest = [
1564
+ var DescribeAddonVersionsResponse$ = [3, n0, _DAVRe, 0, [_add, _nT], [() => Addons, 0]];
1565
+ var DescribeCapabilityRequest$ = [
1559
1566
  3,
1560
1567
  n0,
1561
1568
  _DCRes,
@@ -1566,10 +1573,10 @@ var DescribeCapabilityRequest = [
1566
1573
  [0, 1],
1567
1574
  ],
1568
1575
  ];
1569
- var DescribeCapabilityResponse = [3, n0, _DCResc, 0, [_ca], [() => Capability]];
1570
- var DescribeClusterRequest = [3, n0, _DCRescr, 0, [_n], [[0, 1]]];
1571
- var DescribeClusterResponse = [3, n0, _DCRescri, 0, [_cl], [() => Cluster]];
1572
- var DescribeClusterVersionsRequest = [
1576
+ var DescribeCapabilityResponse$ = [3, n0, _DCResc, 0, [_ca], [() => Capability$]];
1577
+ var DescribeClusterRequest$ = [3, n0, _DCRescr, 0, [_n], [[0, 1]]];
1578
+ var DescribeClusterResponse$ = [3, n0, _DCRescri, 0, [_cl], [() => Cluster$]];
1579
+ var DescribeClusterVersionsRequest$ = [
1573
1580
  3,
1574
1581
  n0,
1575
1582
  _DCVR,
@@ -1586,7 +1593,7 @@ var DescribeClusterVersionsRequest = [
1586
1593
  [0, { [_hQ]: _vS }],
1587
1594
  ],
1588
1595
  ];
1589
- var DescribeClusterVersionsResponse = [
1596
+ var DescribeClusterVersionsResponse$ = [
1590
1597
  3,
1591
1598
  n0,
1592
1599
  _DCVRe,
@@ -1594,16 +1601,16 @@ var DescribeClusterVersionsResponse = [
1594
1601
  [_nT, _cVlu],
1595
1602
  [0, () => ClusterVersionList],
1596
1603
  ];
1597
- var DescribeEksAnywhereSubscriptionRequest = [3, n0, _DEASRes, 0, [_id_], [[0, 1]]];
1598
- var DescribeEksAnywhereSubscriptionResponse = [
1604
+ var DescribeEksAnywhereSubscriptionRequest$ = [3, n0, _DEASRes, 0, [_id_], [[0, 1]]];
1605
+ var DescribeEksAnywhereSubscriptionResponse$ = [
1599
1606
  3,
1600
1607
  n0,
1601
1608
  _DEASResc,
1602
1609
  0,
1603
1610
  [_su],
1604
- [() => EksAnywhereSubscription],
1611
+ [() => EksAnywhereSubscription$],
1605
1612
  ];
1606
- var DescribeFargateProfileRequest = [
1613
+ var DescribeFargateProfileRequest$ = [
1607
1614
  3,
1608
1615
  n0,
1609
1616
  _DFPRes,
@@ -1614,24 +1621,31 @@ var DescribeFargateProfileRequest = [
1614
1621
  [0, 1],
1615
1622
  ],
1616
1623
  ];
1617
- var DescribeFargateProfileResponse = [3, n0, _DFPResc, 0, [_fP], [() => FargateProfile]];
1618
- var DescribeIdentityProviderConfigRequest = [
1624
+ var DescribeFargateProfileResponse$ = [
1625
+ 3,
1626
+ n0,
1627
+ _DFPResc,
1628
+ 0,
1629
+ [_fP],
1630
+ [() => FargateProfile$],
1631
+ ];
1632
+ var DescribeIdentityProviderConfigRequest$ = [
1619
1633
  3,
1620
1634
  n0,
1621
1635
  _DIPCR,
1622
1636
  0,
1623
1637
  [_cN, _iPC],
1624
- [[0, 1], () => IdentityProviderConfig],
1638
+ [[0, 1], () => IdentityProviderConfig$],
1625
1639
  ];
1626
- var DescribeIdentityProviderConfigResponse = [
1640
+ var DescribeIdentityProviderConfigResponse$ = [
1627
1641
  3,
1628
1642
  n0,
1629
1643
  _DIPCRe,
1630
1644
  0,
1631
1645
  [_iPC],
1632
- [() => IdentityProviderConfigResponse],
1646
+ [() => IdentityProviderConfigResponse$],
1633
1647
  ];
1634
- var DescribeInsightRequest = [
1648
+ var DescribeInsightRequest$ = [
1635
1649
  3,
1636
1650
  n0,
1637
1651
  _DIR,
@@ -1642,9 +1656,9 @@ var DescribeInsightRequest = [
1642
1656
  [0, 1],
1643
1657
  ],
1644
1658
  ];
1645
- var DescribeInsightResponse = [3, n0, _DIRe, 0, [_in], [() => Insight]];
1646
- var DescribeInsightsRefreshRequest = [3, n0, _DIRR, 0, [_cN], [[0, 1]]];
1647
- var DescribeInsightsRefreshResponse = [
1659
+ var DescribeInsightResponse$ = [3, n0, _DIRe, 0, [_in], [() => Insight$]];
1660
+ var DescribeInsightsRefreshRequest$ = [3, n0, _DIRR, 0, [_cN], [[0, 1]]];
1661
+ var DescribeInsightsRefreshResponse$ = [
1648
1662
  3,
1649
1663
  n0,
1650
1664
  _DIRRe,
@@ -1652,7 +1666,7 @@ var DescribeInsightsRefreshResponse = [
1652
1666
  [_m, _s, _sAt, _eA],
1653
1667
  [0, 0, 4, 4],
1654
1668
  ];
1655
- var DescribeNodegroupRequest = [
1669
+ var DescribeNodegroupRequest$ = [
1656
1670
  3,
1657
1671
  n0,
1658
1672
  _DNRes,
@@ -1663,8 +1677,8 @@ var DescribeNodegroupRequest = [
1663
1677
  [0, 1],
1664
1678
  ],
1665
1679
  ];
1666
- var DescribeNodegroupResponse = [3, n0, _DNResc, 0, [_no], [() => Nodegroup]];
1667
- var DescribePodIdentityAssociationRequest = [
1680
+ var DescribeNodegroupResponse$ = [3, n0, _DNResc, 0, [_no], [() => Nodegroup$]];
1681
+ var DescribePodIdentityAssociationRequest$ = [
1668
1682
  3,
1669
1683
  n0,
1670
1684
  _DPIARes,
@@ -1675,15 +1689,15 @@ var DescribePodIdentityAssociationRequest = [
1675
1689
  [0, 1],
1676
1690
  ],
1677
1691
  ];
1678
- var DescribePodIdentityAssociationResponse = [
1692
+ var DescribePodIdentityAssociationResponse$ = [
1679
1693
  3,
1680
1694
  n0,
1681
1695
  _DPIAResc,
1682
1696
  0,
1683
1697
  [_as],
1684
- [() => PodIdentityAssociation],
1698
+ [() => PodIdentityAssociation$],
1685
1699
  ];
1686
- var DescribeUpdateRequest = [
1700
+ var DescribeUpdateRequest$ = [
1687
1701
  3,
1688
1702
  n0,
1689
1703
  _DUR,
@@ -1697,8 +1711,8 @@ var DescribeUpdateRequest = [
1697
1711
  [0, { [_hQ]: _cNa }],
1698
1712
  ],
1699
1713
  ];
1700
- var DescribeUpdateResponse = [3, n0, _DURe, 0, [_up], [() => Update]];
1701
- var DisassociateAccessPolicyRequest = [
1714
+ var DescribeUpdateResponse$ = [3, n0, _DURe, 0, [_up], [() => Update$]];
1715
+ var DisassociateAccessPolicyRequest$ = [
1702
1716
  3,
1703
1717
  n0,
1704
1718
  _DAPR,
@@ -1710,57 +1724,57 @@ var DisassociateAccessPolicyRequest = [
1710
1724
  [0, 1],
1711
1725
  ],
1712
1726
  ];
1713
- var DisassociateAccessPolicyResponse = [3, n0, _DAPRi, 0, [], []];
1714
- var DisassociateIdentityProviderConfigRequest = [
1727
+ var DisassociateAccessPolicyResponse$ = [3, n0, _DAPRi, 0, [], []];
1728
+ var DisassociateIdentityProviderConfigRequest$ = [
1715
1729
  3,
1716
1730
  n0,
1717
1731
  _DIPCRi,
1718
1732
  0,
1719
1733
  [_cN, _iPC, _cRT],
1720
- [[0, 1], () => IdentityProviderConfig, [0, 4]],
1734
+ [[0, 1], () => IdentityProviderConfig$, [0, 4]],
1721
1735
  ];
1722
- var DisassociateIdentityProviderConfigResponse = [
1736
+ var DisassociateIdentityProviderConfigResponse$ = [
1723
1737
  3,
1724
1738
  n0,
1725
1739
  _DIPCRis,
1726
1740
  0,
1727
1741
  [_up],
1728
- [() => Update],
1742
+ [() => Update$],
1729
1743
  ];
1730
- var EksAnywhereSubscription = [
1744
+ var EksAnywhereSubscription$ = [
1731
1745
  3,
1732
1746
  n0,
1733
1747
  _EAS,
1734
1748
  0,
1735
1749
  [_id_, _a, _cA, _eD, _eDx, _lQ, _lT, _te, _s, _aR, _lA, _li, _t],
1736
- [0, 0, 4, 4, 4, 1, 0, () => EksAnywhereSubscriptionTerm, 0, 2, 64 | 0, () => LicenseList, 128 | 0],
1750
+ [0, 0, 4, 4, 4, 1, 0, () => EksAnywhereSubscriptionTerm$, 0, 2, 64 | 0, () => LicenseList, 128 | 0],
1737
1751
  ];
1738
- var EksAnywhereSubscriptionTerm = [3, n0, _EAST, 0, [_du, _un], [1, 0]];
1739
- var ElasticLoadBalancing = [3, n0, _ELB, 0, [_en], [2]];
1740
- var EncryptionConfig = [3, n0, _EC, 0, [_re, _pr], [64 | 0, () => Provider]];
1741
- var ErrorDetail = [3, n0, _ED, 0, [_eCr, _eM, _rI], [0, 0, 64 | 0]];
1742
- var FargateProfile = [
1752
+ var EksAnywhereSubscriptionTerm$ = [3, n0, _EAST, 0, [_du, _un], [1, 0]];
1753
+ var ElasticLoadBalancing$ = [3, n0, _ELB, 0, [_en], [2]];
1754
+ var EncryptionConfig$ = [3, n0, _EC, 0, [_re, _pr], [64 | 0, () => Provider$]];
1755
+ var ErrorDetail$ = [3, n0, _ED, 0, [_eCr, _eM, _rI], [0, 0, 64 | 0]];
1756
+ var FargateProfile$ = [
1743
1757
  3,
1744
1758
  n0,
1745
1759
  _FP,
1746
1760
  0,
1747
1761
  [_fPN, _fPA, _cN, _cA, _pERA, _sub, _se, _s, _t, _h],
1748
- [0, 0, 0, 4, 0, 64 | 0, () => FargateProfileSelectors, 0, 128 | 0, () => FargateProfileHealth],
1749
- ];
1750
- var FargateProfileHealth = [3, n0, _FPH, 0, [_i], [() => FargateProfileIssueList]];
1751
- var FargateProfileIssue = [3, n0, _FPI, 0, [_co, _m, _rI], [0, 0, 64 | 0]];
1752
- var FargateProfileSelector = [3, n0, _FPS, 0, [_nam, _la], [0, 128 | 0]];
1753
- var Identity = [3, n0, _I, 0, [_oi], [() => OIDC]];
1754
- var IdentityProviderConfig = [3, n0, _IPC, 0, [_ty, _n], [0, 0]];
1755
- var IdentityProviderConfigResponse = [
1762
+ [0, 0, 0, 4, 0, 64 | 0, () => FargateProfileSelectors, 0, 128 | 0, () => FargateProfileHealth$],
1763
+ ];
1764
+ var FargateProfileHealth$ = [3, n0, _FPH, 0, [_i], [() => FargateProfileIssueList]];
1765
+ var FargateProfileIssue$ = [3, n0, _FPI, 0, [_co, _m, _rI], [0, 0, 64 | 0]];
1766
+ var FargateProfileSelector$ = [3, n0, _FPS, 0, [_nam, _la], [0, 128 | 0]];
1767
+ var Identity$ = [3, n0, _I, 0, [_oi], [() => OIDC$]];
1768
+ var IdentityProviderConfig$ = [3, n0, _IPC, 0, [_ty, _n], [0, 0]];
1769
+ var IdentityProviderConfigResponse$ = [
1756
1770
  3,
1757
1771
  n0,
1758
1772
  _IPCR,
1759
1773
  0,
1760
1774
  [_oi],
1761
- [() => OidcIdentityProviderConfig],
1775
+ [() => OidcIdentityProviderConfig$],
1762
1776
  ];
1763
- var Insight = [
1777
+ var Insight$ = [
1764
1778
  3,
1765
1779
  n0,
1766
1780
  _In,
@@ -1774,14 +1788,14 @@ var Insight = [
1774
1788
  4,
1775
1789
  4,
1776
1790
  0,
1777
- () => InsightStatus,
1791
+ () => InsightStatus$,
1778
1792
  0,
1779
1793
  128 | 0,
1780
1794
  () => InsightResourceDetails,
1781
- () => InsightCategorySpecificSummary,
1795
+ () => InsightCategorySpecificSummary$,
1782
1796
  ],
1783
1797
  ];
1784
- var InsightCategorySpecificSummary = [
1798
+ var InsightCategorySpecificSummary$ = [
1785
1799
  3,
1786
1800
  n0,
1787
1801
  _ICSS,
@@ -1789,25 +1803,25 @@ var InsightCategorySpecificSummary = [
1789
1803
  [_dD, _aCD],
1790
1804
  [() => DeprecationDetails, () => AddonCompatibilityDetails],
1791
1805
  ];
1792
- var InsightResourceDetail = [
1806
+ var InsightResourceDetail$ = [
1793
1807
  3,
1794
1808
  n0,
1795
1809
  _IRD,
1796
1810
  0,
1797
1811
  [_iS, _kRU, _a],
1798
- [() => InsightStatus, 0, 0],
1812
+ [() => InsightStatus$, 0, 0],
1799
1813
  ];
1800
- var InsightsFilter = [3, n0, _IF, 0, [_cate, _kVu, _st], [64 | 0, 64 | 0, 64 | 0]];
1801
- var InsightStatus = [3, n0, _IS, 0, [_s, _rea], [0, 0]];
1802
- var InsightSummary = [
1814
+ var InsightsFilter$ = [3, n0, _IF, 0, [_cate, _kVu, _st], [64 | 0, 64 | 0, 64 | 0]];
1815
+ var InsightStatus$ = [3, n0, _IS, 0, [_s, _rea], [0, 0]];
1816
+ var InsightSummary$ = [
1803
1817
  3,
1804
1818
  n0,
1805
1819
  _ISn,
1806
1820
  0,
1807
1821
  [_id_, _n, _cat, _kV, _lRTa, _lTT, _de, _iS],
1808
- [0, 0, 0, 0, 4, 4, 0, () => InsightStatus],
1822
+ [0, 0, 0, 0, 4, 4, 0, () => InsightStatus$],
1809
1823
  ];
1810
- var InvalidParameterException = [
1824
+ var InvalidParameterException$ = [
1811
1825
  -3,
1812
1826
  n0,
1813
1827
  _IPE,
@@ -1815,8 +1829,8 @@ var InvalidParameterException = [
1815
1829
  [_cN, _nN, _fPN, _aN, _sI, _m],
1816
1830
  [0, 0, 0, 0, 0, 0],
1817
1831
  ];
1818
- schema.TypeRegistry.for(n0).registerError(InvalidParameterException, InvalidParameterException$1);
1819
- var InvalidRequestException = [
1832
+ schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
1833
+ var InvalidRequestException$ = [
1820
1834
  -3,
1821
1835
  n0,
1822
1836
  _IRE,
@@ -1824,29 +1838,29 @@ var InvalidRequestException = [
1824
1838
  [_cN, _nN, _aN, _sI, _m],
1825
1839
  [0, 0, 0, 0, 0],
1826
1840
  ];
1827
- schema.TypeRegistry.for(n0).registerError(InvalidRequestException, InvalidRequestException$1);
1828
- var InvalidStateException = [-3, n0, _ISE, { [_e]: _c, [_hE]: 400 }, [_cN, _m], [0, 0]];
1829
- schema.TypeRegistry.for(n0).registerError(InvalidStateException, InvalidStateException$1);
1830
- var Issue = [3, n0, _Is, 0, [_co, _m, _rI], [0, 0, 64 | 0]];
1831
- var KubernetesNetworkConfigRequest = [
1841
+ schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
1842
+ var InvalidStateException$ = [-3, n0, _ISE, { [_e]: _c, [_hE]: 400 }, [_cN, _m], [0, 0]];
1843
+ schema.TypeRegistry.for(n0).registerError(InvalidStateException$, InvalidStateException);
1844
+ var Issue$ = [3, n0, _Is, 0, [_co, _m, _rI], [0, 0, 64 | 0]];
1845
+ var KubernetesNetworkConfigRequest$ = [
1832
1846
  3,
1833
1847
  n0,
1834
1848
  _KNCR,
1835
1849
  0,
1836
1850
  [_sIC, _iF, _eLB],
1837
- [0, 0, () => ElasticLoadBalancing],
1851
+ [0, 0, () => ElasticLoadBalancing$],
1838
1852
  ];
1839
- var KubernetesNetworkConfigResponse = [
1853
+ var KubernetesNetworkConfigResponse$ = [
1840
1854
  3,
1841
1855
  n0,
1842
1856
  _KNCRu,
1843
1857
  0,
1844
1858
  [_sIC, _sICe, _iF, _eLB],
1845
- [0, 0, 0, () => ElasticLoadBalancing],
1859
+ [0, 0, 0, () => ElasticLoadBalancing$],
1846
1860
  ];
1847
- var LaunchTemplateSpecification = [3, n0, _LTS, 0, [_n, _v, _id_], [0, 0, 0]];
1848
- var License = [3, n0, _L, 0, [_id_, _to], [0, 0]];
1849
- var ListAccessEntriesRequest = [
1861
+ var LaunchTemplateSpecification$ = [3, n0, _LTS, 0, [_n, _v, _id_], [0, 0, 0]];
1862
+ var License$ = [3, n0, _L, 0, [_id_, _to], [0, 0]];
1863
+ var ListAccessEntriesRequest$ = [
1850
1864
  3,
1851
1865
  n0,
1852
1866
  _LAER,
@@ -1859,8 +1873,8 @@ var ListAccessEntriesRequest = [
1859
1873
  [0, { [_hQ]: _nT }],
1860
1874
  ],
1861
1875
  ];
1862
- var ListAccessEntriesResponse = [3, n0, _LAERi, 0, [_aEcc, _nT], [64 | 0, 0]];
1863
- var ListAccessPoliciesRequest = [
1876
+ var ListAccessEntriesResponse$ = [3, n0, _LAERi, 0, [_aEcc, _nT], [64 | 0, 0]];
1877
+ var ListAccessPoliciesRequest$ = [
1864
1878
  3,
1865
1879
  n0,
1866
1880
  _LAPR,
@@ -1871,7 +1885,7 @@ var ListAccessPoliciesRequest = [
1871
1885
  [0, { [_hQ]: _nT }],
1872
1886
  ],
1873
1887
  ];
1874
- var ListAccessPoliciesResponse = [
1888
+ var ListAccessPoliciesResponse$ = [
1875
1889
  3,
1876
1890
  n0,
1877
1891
  _LAPRi,
@@ -1879,7 +1893,7 @@ var ListAccessPoliciesResponse = [
1879
1893
  [_aP, _nT],
1880
1894
  [() => AccessPoliciesList, 0],
1881
1895
  ];
1882
- var ListAddonsRequest = [
1896
+ var ListAddonsRequest$ = [
1883
1897
  3,
1884
1898
  n0,
1885
1899
  _LAR,
@@ -1891,8 +1905,8 @@ var ListAddonsRequest = [
1891
1905
  [0, { [_hQ]: _nT }],
1892
1906
  ],
1893
1907
  ];
1894
- var ListAddonsResponse = [3, n0, _LARi, 0, [_add, _nT], [64 | 0, 0]];
1895
- var ListAssociatedAccessPoliciesRequest = [
1908
+ var ListAddonsResponse$ = [3, n0, _LARi, 0, [_add, _nT], [64 | 0, 0]];
1909
+ var ListAssociatedAccessPoliciesRequest$ = [
1896
1910
  3,
1897
1911
  n0,
1898
1912
  _LAAPR,
@@ -1905,7 +1919,7 @@ var ListAssociatedAccessPoliciesRequest = [
1905
1919
  [0, { [_hQ]: _nT }],
1906
1920
  ],
1907
1921
  ];
1908
- var ListAssociatedAccessPoliciesResponse = [
1922
+ var ListAssociatedAccessPoliciesResponse$ = [
1909
1923
  3,
1910
1924
  n0,
1911
1925
  _LAAPRi,
@@ -1913,7 +1927,7 @@ var ListAssociatedAccessPoliciesResponse = [
1913
1927
  [_cN, _pA, _nT, _aAPs],
1914
1928
  [0, 0, 0, () => AssociatedAccessPoliciesList],
1915
1929
  ];
1916
- var ListCapabilitiesRequest = [
1930
+ var ListCapabilitiesRequest$ = [
1917
1931
  3,
1918
1932
  n0,
1919
1933
  _LCR,
@@ -1925,7 +1939,7 @@ var ListCapabilitiesRequest = [
1925
1939
  [1, { [_hQ]: _mR }],
1926
1940
  ],
1927
1941
  ];
1928
- var ListCapabilitiesResponse = [
1942
+ var ListCapabilitiesResponse$ = [
1929
1943
  3,
1930
1944
  n0,
1931
1945
  _LCRi,
@@ -1933,7 +1947,7 @@ var ListCapabilitiesResponse = [
1933
1947
  [_cap, _nT],
1934
1948
  [() => CapabilitySummaryList, 0],
1935
1949
  ];
1936
- var ListClustersRequest = [
1950
+ var ListClustersRequest$ = [
1937
1951
  3,
1938
1952
  n0,
1939
1953
  _LCRis,
@@ -1945,8 +1959,8 @@ var ListClustersRequest = [
1945
1959
  [64 | 0, { [_hQ]: _inc }],
1946
1960
  ],
1947
1961
  ];
1948
- var ListClustersResponse = [3, n0, _LCRist, 0, [_clu, _nT], [64 | 0, 0]];
1949
- var ListEksAnywhereSubscriptionsRequest = [
1962
+ var ListClustersResponse$ = [3, n0, _LCRist, 0, [_clu, _nT], [64 | 0, 0]];
1963
+ var ListEksAnywhereSubscriptionsRequest$ = [
1950
1964
  3,
1951
1965
  n0,
1952
1966
  _LEASR,
@@ -1958,7 +1972,7 @@ var ListEksAnywhereSubscriptionsRequest = [
1958
1972
  [64 | 0, { [_hQ]: _iSn }],
1959
1973
  ],
1960
1974
  ];
1961
- var ListEksAnywhereSubscriptionsResponse = [
1975
+ var ListEksAnywhereSubscriptionsResponse$ = [
1962
1976
  3,
1963
1977
  n0,
1964
1978
  _LEASRi,
@@ -1966,7 +1980,7 @@ var ListEksAnywhereSubscriptionsResponse = [
1966
1980
  [_subs, _nT],
1967
1981
  [() => EksAnywhereSubscriptionList, 0],
1968
1982
  ];
1969
- var ListFargateProfilesRequest = [
1983
+ var ListFargateProfilesRequest$ = [
1970
1984
  3,
1971
1985
  n0,
1972
1986
  _LFPR,
@@ -1978,8 +1992,8 @@ var ListFargateProfilesRequest = [
1978
1992
  [0, { [_hQ]: _nT }],
1979
1993
  ],
1980
1994
  ];
1981
- var ListFargateProfilesResponse = [3, n0, _LFPRi, 0, [_fPNa, _nT], [64 | 0, 0]];
1982
- var ListIdentityProviderConfigsRequest = [
1995
+ var ListFargateProfilesResponse$ = [3, n0, _LFPRi, 0, [_fPNa, _nT], [64 | 0, 0]];
1996
+ var ListIdentityProviderConfigsRequest$ = [
1983
1997
  3,
1984
1998
  n0,
1985
1999
  _LIPCR,
@@ -1991,7 +2005,7 @@ var ListIdentityProviderConfigsRequest = [
1991
2005
  [0, { [_hQ]: _nT }],
1992
2006
  ],
1993
2007
  ];
1994
- var ListIdentityProviderConfigsResponse = [
2008
+ var ListIdentityProviderConfigsResponse$ = [
1995
2009
  3,
1996
2010
  n0,
1997
2011
  _LIPCRi,
@@ -1999,16 +2013,16 @@ var ListIdentityProviderConfigsResponse = [
1999
2013
  [_iPCd, _nT],
2000
2014
  [() => IdentityProviderConfigs, 0],
2001
2015
  ];
2002
- var ListInsightsRequest = [
2016
+ var ListInsightsRequest$ = [
2003
2017
  3,
2004
2018
  n0,
2005
2019
  _LIR,
2006
2020
  0,
2007
2021
  [_cN, _f, _mR, _nT],
2008
- [[0, 1], () => InsightsFilter, 1, 0],
2022
+ [[0, 1], () => InsightsFilter$, 1, 0],
2009
2023
  ];
2010
- var ListInsightsResponse = [3, n0, _LIRi, 0, [_ins, _nT], [() => InsightSummaries, 0]];
2011
- var ListNodegroupsRequest = [
2024
+ var ListInsightsResponse$ = [3, n0, _LIRi, 0, [_ins, _nT], [() => InsightSummaries, 0]];
2025
+ var ListNodegroupsRequest$ = [
2012
2026
  3,
2013
2027
  n0,
2014
2028
  _LNR,
@@ -2020,8 +2034,8 @@ var ListNodegroupsRequest = [
2020
2034
  [0, { [_hQ]: _nT }],
2021
2035
  ],
2022
2036
  ];
2023
- var ListNodegroupsResponse = [3, n0, _LNRi, 0, [_nod, _nT], [64 | 0, 0]];
2024
- var ListPodIdentityAssociationsRequest = [
2037
+ var ListNodegroupsResponse$ = [3, n0, _LNRi, 0, [_nod, _nT], [64 | 0, 0]];
2038
+ var ListPodIdentityAssociationsRequest$ = [
2025
2039
  3,
2026
2040
  n0,
2027
2041
  _LPIAR,
@@ -2035,7 +2049,7 @@ var ListPodIdentityAssociationsRequest = [
2035
2049
  [0, { [_hQ]: _nT }],
2036
2050
  ],
2037
2051
  ];
2038
- var ListPodIdentityAssociationsResponse = [
2052
+ var ListPodIdentityAssociationsResponse$ = [
2039
2053
  3,
2040
2054
  n0,
2041
2055
  _LPIARi,
@@ -2043,9 +2057,9 @@ var ListPodIdentityAssociationsResponse = [
2043
2057
  [_ass, _nT],
2044
2058
  [() => PodIdentityAssociationSummaries, 0],
2045
2059
  ];
2046
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAes], [[0, 1]]];
2047
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
2048
- var ListUpdatesRequest = [
2060
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rAes], [[0, 1]]];
2061
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
2062
+ var ListUpdatesRequest$ = [
2049
2063
  3,
2050
2064
  n0,
2051
2065
  _LUR,
@@ -2060,11 +2074,11 @@ var ListUpdatesRequest = [
2060
2074
  [1, { [_hQ]: _mR }],
2061
2075
  ],
2062
2076
  ];
2063
- var ListUpdatesResponse = [3, n0, _LURi, 0, [_uIp, _nT], [64 | 0, 0]];
2064
- var Logging = [3, n0, _Lo, 0, [_cL], [() => LogSetups]];
2065
- var LogSetup = [3, n0, _LS, 0, [_typ, _en], [64 | 0, 2]];
2066
- var MarketplaceInformation = [3, n0, _MI, 0, [_pI, _pU], [0, 0]];
2067
- var Nodegroup = [
2077
+ var ListUpdatesResponse$ = [3, n0, _LURi, 0, [_uIp, _nT], [64 | 0, 0]];
2078
+ var Logging$ = [3, n0, _Lo, 0, [_cL], [() => LogSetups]];
2079
+ var LogSetup$ = [3, n0, _LS, 0, [_typ, _en], [64 | 0, 2]];
2080
+ var MarketplaceInformation$ = [3, n0, _MI, 0, [_pI, _pU], [0, 0]];
2081
+ var Nodegroup$ = [
2068
2082
  3,
2069
2083
  n0,
2070
2084
  _N,
@@ -2105,28 +2119,28 @@ var Nodegroup = [
2105
2119
  4,
2106
2120
  0,
2107
2121
  0,
2108
- () => NodegroupScalingConfig,
2122
+ () => NodegroupScalingConfig$,
2109
2123
  64 | 0,
2110
2124
  64 | 0,
2111
- () => RemoteAccessConfig,
2125
+ () => RemoteAccessConfig$,
2112
2126
  0,
2113
2127
  0,
2114
2128
  128 | 0,
2115
2129
  () => taintsList,
2116
- () => NodegroupResources,
2130
+ () => NodegroupResources$,
2117
2131
  1,
2118
- () => NodegroupHealth,
2119
- () => NodegroupUpdateConfig,
2120
- () => NodeRepairConfig,
2121
- () => LaunchTemplateSpecification,
2132
+ () => NodegroupHealth$,
2133
+ () => NodegroupUpdateConfig$,
2134
+ () => NodeRepairConfig$,
2135
+ () => LaunchTemplateSpecification$,
2122
2136
  128 | 0,
2123
2137
  ],
2124
2138
  ];
2125
- var NodegroupHealth = [3, n0, _NH, 0, [_i], [() => IssueList]];
2126
- var NodegroupResources = [3, n0, _NR, 0, [_aSG, _rASG], [() => AutoScalingGroupList, 0]];
2127
- var NodegroupScalingConfig = [3, n0, _NSC, 0, [_mS, _mSa, _dSe], [1, 1, 1]];
2128
- var NodegroupUpdateConfig = [3, n0, _NUC, 0, [_mU, _mUP, _uS], [1, 1, 0]];
2129
- var NodeRepairConfig = [
2139
+ var NodegroupHealth$ = [3, n0, _NH, 0, [_i], [() => IssueList]];
2140
+ var NodegroupResources$ = [3, n0, _NR, 0, [_aSG, _rASG], [() => AutoScalingGroupList, 0]];
2141
+ var NodegroupScalingConfig$ = [3, n0, _NSC, 0, [_mS, _mSa, _dSe], [1, 1, 1]];
2142
+ var NodegroupUpdateConfig$ = [3, n0, _NUC, 0, [_mU, _mUP, _uS], [1, 1, 0]];
2143
+ var NodeRepairConfig$ = [
2130
2144
  3,
2131
2145
  n0,
2132
2146
  _NRC,
@@ -2134,7 +2148,7 @@ var NodeRepairConfig = [
2134
2148
  [_en, _mUNTC, _mUNTP, _mPNRC, _mPNRP, _nRCO],
2135
2149
  [2, 1, 1, 1, 1, () => NodeRepairConfigOverridesList],
2136
2150
  ];
2137
- var NodeRepairConfigOverrides = [
2151
+ var NodeRepairConfigOverrides$ = [
2138
2152
  3,
2139
2153
  n0,
2140
2154
  _NRCO,
@@ -2142,10 +2156,10 @@ var NodeRepairConfigOverrides = [
2142
2156
  [_nMC, _nUR, _mRWTM, _rAep],
2143
2157
  [0, 0, 1, 0],
2144
2158
  ];
2145
- var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
2146
- schema.TypeRegistry.for(n0).registerError(NotFoundException, NotFoundException$1);
2147
- var OIDC = [3, n0, _OIDC, 0, [_is], [0]];
2148
- var OidcIdentityProviderConfig = [
2159
+ var NotFoundException$ = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
2160
+ schema.TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
2161
+ var OIDC$ = [3, n0, _OIDC, 0, [_is], [0]];
2162
+ var OidcIdentityProviderConfig$ = [
2149
2163
  3,
2150
2164
  n0,
2151
2165
  _OIPC,
@@ -2153,7 +2167,7 @@ var OidcIdentityProviderConfig = [
2153
2167
  [_iPCN, _iPCA, _cN, _iU, _cI, _uCs, _uPs, _gC, _gP, _rCeq, _t, _s],
2154
2168
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 128 | 0, 128 | 0, 0],
2155
2169
  ];
2156
- var OidcIdentityProviderConfigRequest = [
2170
+ var OidcIdentityProviderConfigRequest$ = [
2157
2171
  3,
2158
2172
  n0,
2159
2173
  _OIPCR,
@@ -2161,23 +2175,23 @@ var OidcIdentityProviderConfigRequest = [
2161
2175
  [_iPCN, _iU, _cI, _uCs, _uPs, _gC, _gP, _rCeq],
2162
2176
  [0, 0, 0, 0, 0, 0, 0, 128 | 0],
2163
2177
  ];
2164
- var OutpostConfigRequest = [
2178
+ var OutpostConfigRequest$ = [
2165
2179
  3,
2166
2180
  n0,
2167
2181
  _OCR,
2168
2182
  0,
2169
2183
  [_oA, _cPIT, _cPP],
2170
- [64 | 0, 0, () => ControlPlanePlacementRequest],
2184
+ [64 | 0, 0, () => ControlPlanePlacementRequest$],
2171
2185
  ];
2172
- var OutpostConfigResponse = [
2186
+ var OutpostConfigResponse$ = [
2173
2187
  3,
2174
2188
  n0,
2175
2189
  _OCRu,
2176
2190
  0,
2177
2191
  [_oA, _cPIT, _cPP],
2178
- [64 | 0, 0, () => ControlPlanePlacementResponse],
2192
+ [64 | 0, 0, () => ControlPlanePlacementResponse$],
2179
2193
  ];
2180
- var PodIdentityAssociation = [
2194
+ var PodIdentityAssociation$ = [
2181
2195
  3,
2182
2196
  n0,
2183
2197
  _PIA,
@@ -2185,7 +2199,7 @@ var PodIdentityAssociation = [
2185
2199
  [_cN, _nam, _sA, _rA, _aAss, _aIs, _t, _cA, _mA, _oAw, _dST, _tRA, _eI],
2186
2200
  [0, 0, 0, 0, 0, 0, 128 | 0, 4, 4, 0, 2, 0, 0],
2187
2201
  ];
2188
- var PodIdentityAssociationSummary = [
2202
+ var PodIdentityAssociationSummary$ = [
2189
2203
  3,
2190
2204
  n0,
2191
2205
  _PIAS,
@@ -2193,18 +2207,18 @@ var PodIdentityAssociationSummary = [
2193
2207
  [_cN, _nam, _sA, _aAss, _aIs, _oAw],
2194
2208
  [0, 0, 0, 0, 0, 0],
2195
2209
  ];
2196
- var Provider = [3, n0, _P, 0, [_kA], [0]];
2197
- var RegisterClusterRequest = [
2210
+ var Provider$ = [3, n0, _P, 0, [_kA], [0]];
2211
+ var RegisterClusterRequest$ = [
2198
2212
  3,
2199
2213
  n0,
2200
2214
  _RCR,
2201
2215
  0,
2202
2216
  [_n, _cC, _cRT, _t],
2203
- [0, () => ConnectorConfigRequest, [0, 4], 128 | 0],
2217
+ [0, () => ConnectorConfigRequest$, [0, 4], 128 | 0],
2204
2218
  ];
2205
- var RegisterClusterResponse = [3, n0, _RCRe, 0, [_cl], [() => Cluster]];
2206
- var RemoteAccessConfig = [3, n0, _RAC, 0, [_eSK, _sSG], [0, 64 | 0]];
2207
- var RemoteNetworkConfigRequest = [
2219
+ var RegisterClusterResponse$ = [3, n0, _RCRe, 0, [_cl], [() => Cluster$]];
2220
+ var RemoteAccessConfig$ = [3, n0, _RAC, 0, [_eSK, _sSG], [0, 64 | 0]];
2221
+ var RemoteNetworkConfigRequest$ = [
2208
2222
  3,
2209
2223
  n0,
2210
2224
  _RNCR,
@@ -2212,7 +2226,7 @@ var RemoteNetworkConfigRequest = [
2212
2226
  [_rNN, _rPN],
2213
2227
  [() => RemoteNodeNetworkList, () => RemotePodNetworkList],
2214
2228
  ];
2215
- var RemoteNetworkConfigResponse = [
2229
+ var RemoteNetworkConfigResponse$ = [
2216
2230
  3,
2217
2231
  n0,
2218
2232
  _RNCRe,
@@ -2220,9 +2234,9 @@ var RemoteNetworkConfigResponse = [
2220
2234
  [_rNN, _rPN],
2221
2235
  [() => RemoteNodeNetworkList, () => RemotePodNetworkList],
2222
2236
  ];
2223
- var RemoteNodeNetwork = [3, n0, _RNN, 0, [_ci], [64 | 0]];
2224
- var RemotePodNetwork = [3, n0, _RPN, 0, [_ci], [64 | 0]];
2225
- var ResourceInUseException = [
2237
+ var RemoteNodeNetwork$ = [3, n0, _RNN, 0, [_ci], [64 | 0]];
2238
+ var RemotePodNetwork$ = [3, n0, _RPN, 0, [_ci], [64 | 0]];
2239
+ var ResourceInUseException$ = [
2226
2240
  -3,
2227
2241
  n0,
2228
2242
  _RIUE,
@@ -2230,8 +2244,8 @@ var ResourceInUseException = [
2230
2244
  [_cN, _nN, _aN, _m],
2231
2245
  [0, 0, 0, 0],
2232
2246
  ];
2233
- schema.TypeRegistry.for(n0).registerError(ResourceInUseException, ResourceInUseException$1);
2234
- var ResourceLimitExceededException = [
2247
+ schema.TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
2248
+ var ResourceLimitExceededException$ = [
2235
2249
  -3,
2236
2250
  n0,
2237
2251
  _RLEE,
@@ -2239,8 +2253,8 @@ var ResourceLimitExceededException = [
2239
2253
  [_cN, _nN, _sI, _m],
2240
2254
  [0, 0, 0, 0],
2241
2255
  ];
2242
- schema.TypeRegistry.for(n0).registerError(ResourceLimitExceededException, ResourceLimitExceededException$1);
2243
- var ResourceNotFoundException = [
2256
+ schema.TypeRegistry.for(n0).registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
2257
+ var ResourceNotFoundException$ = [
2244
2258
  -3,
2245
2259
  n0,
2246
2260
  _RNFE,
@@ -2248,10 +2262,10 @@ var ResourceNotFoundException = [
2248
2262
  [_cN, _nN, _fPN, _aN, _sI, _m],
2249
2263
  [0, 0, 0, 0, 0, 0],
2250
2264
  ];
2251
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
2252
- var ResourcePropagationDelayException = [-3, n0, _RPDE, { [_e]: _c, [_hE]: 428 }, [_m], [0]];
2253
- schema.TypeRegistry.for(n0).registerError(ResourcePropagationDelayException, ResourcePropagationDelayException$1);
2254
- var ServerException = [
2265
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
2266
+ var ResourcePropagationDelayException$ = [-3, n0, _RPDE, { [_e]: _c, [_hE]: 428 }, [_m], [0]];
2267
+ schema.TypeRegistry.for(n0).registerError(ResourcePropagationDelayException$, ResourcePropagationDelayException);
2268
+ var ServerException$ = [
2255
2269
  -3,
2256
2270
  n0,
2257
2271
  _SE,
@@ -2259,20 +2273,20 @@ var ServerException = [
2259
2273
  [_cN, _nN, _aN, _sI, _m],
2260
2274
  [0, 0, 0, 0, 0],
2261
2275
  ];
2262
- schema.TypeRegistry.for(n0).registerError(ServerException, ServerException$1);
2263
- var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _ser, [_hE]: 503 }, [_m], [0]];
2264
- schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException, ServiceUnavailableException$1);
2265
- var SsoIdentity = [3, n0, _SI, 0, [_id_, _ty], [0, 0]];
2266
- var StartInsightsRefreshRequest = [3, n0, _SIRR, 0, [_cN], [[0, 1]]];
2267
- var StartInsightsRefreshResponse = [3, n0, _SIRRt, 0, [_m, _s], [0, 0]];
2268
- var StorageConfigRequest = [3, n0, _SCR, 0, [_bS], [() => BlockStorage]];
2269
- var StorageConfigResponse = [3, n0, _SCRt, 0, [_bS], [() => BlockStorage]];
2270
- var TagResourceRequest = [3, n0, _TRR, 0, [_rAes, _t], [[0, 1], 128 | 0]];
2271
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
2272
- var Taint = [3, n0, _T, 0, [_k, _va, _ef], [0, 0, 0]];
2273
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_cN, _m], [0, 0]];
2274
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
2275
- var UnsupportedAvailabilityZoneException = [
2276
+ schema.TypeRegistry.for(n0).registerError(ServerException$, ServerException);
2277
+ var ServiceUnavailableException$ = [-3, n0, _SUE, { [_e]: _ser, [_hE]: 503 }, [_m], [0]];
2278
+ schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
2279
+ var SsoIdentity$ = [3, n0, _SI, 0, [_id_, _ty], [0, 0]];
2280
+ var StartInsightsRefreshRequest$ = [3, n0, _SIRR, 0, [_cN], [[0, 1]]];
2281
+ var StartInsightsRefreshResponse$ = [3, n0, _SIRRt, 0, [_m, _s], [0, 0]];
2282
+ var StorageConfigRequest$ = [3, n0, _SCR, 0, [_bS], [() => BlockStorage$]];
2283
+ var StorageConfigResponse$ = [3, n0, _SCRt, 0, [_bS], [() => BlockStorage$]];
2284
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_rAes, _t], [[0, 1], 128 | 0]];
2285
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
2286
+ var Taint$ = [3, n0, _T, 0, [_k, _va, _ef], [0, 0, 0]];
2287
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_cN, _m], [0, 0]];
2288
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
2289
+ var UnsupportedAvailabilityZoneException$ = [
2276
2290
  -3,
2277
2291
  n0,
2278
2292
  _UAZE,
@@ -2280,8 +2294,8 @@ var UnsupportedAvailabilityZoneException = [
2280
2294
  [_m, _cN, _nN, _vZ],
2281
2295
  [0, 0, 0, 64 | 0],
2282
2296
  ];
2283
- schema.TypeRegistry.for(n0).registerError(UnsupportedAvailabilityZoneException, UnsupportedAvailabilityZoneException$1);
2284
- var UntagResourceRequest = [
2297
+ schema.TypeRegistry.for(n0).registerError(UnsupportedAvailabilityZoneException$, UnsupportedAvailabilityZoneException);
2298
+ var UntagResourceRequest$ = [
2285
2299
  3,
2286
2300
  n0,
2287
2301
  _URR,
@@ -2292,8 +2306,8 @@ var UntagResourceRequest = [
2292
2306
  [64 | 0, { [_hQ]: _tK }],
2293
2307
  ],
2294
2308
  ];
2295
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
2296
- var Update = [
2309
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
2310
+ var Update$ = [
2297
2311
  3,
2298
2312
  n0,
2299
2313
  _U,
@@ -2301,8 +2315,8 @@ var Update = [
2301
2315
  [_id_, _s, _ty, _pa, _cA, _er],
2302
2316
  [0, 0, 0, () => UpdateParams, 4, () => ErrorDetails],
2303
2317
  ];
2304
- var UpdateAccessConfigRequest = [3, n0, _UACR, 0, [_aM], [0]];
2305
- var UpdateAccessEntryRequest = [
2318
+ var UpdateAccessConfigRequest$ = [3, n0, _UACR, 0, [_aM], [0]];
2319
+ var UpdateAccessEntryRequest$ = [
2306
2320
  3,
2307
2321
  n0,
2308
2322
  _UAER,
@@ -2310,8 +2324,8 @@ var UpdateAccessEntryRequest = [
2310
2324
  [_cN, _pA, _kG, _cRT, _u],
2311
2325
  [[0, 1], [0, 1], 64 | 0, [0, 4], 0],
2312
2326
  ];
2313
- var UpdateAccessEntryResponse = [3, n0, _UAERp, 0, [_aEc], [() => AccessEntry]];
2314
- var UpdateAddonRequest = [
2327
+ var UpdateAccessEntryResponse$ = [3, n0, _UAERp, 0, [_aEc], [() => AccessEntry$]];
2328
+ var UpdateAddonRequest$ = [
2315
2329
  3,
2316
2330
  n0,
2317
2331
  _UAR,
@@ -2319,26 +2333,26 @@ var UpdateAddonRequest = [
2319
2333
  [_cN, _aN, _aV, _sARA, _rCe, _cRT, _cV, _pIA],
2320
2334
  [[0, 1], [0, 1], 0, 0, 0, [0, 4], 0, () => AddonPodIdentityAssociationsList],
2321
2335
  ];
2322
- var UpdateAddonResponse = [3, n0, _UARp, 0, [_up], [() => Update]];
2323
- var UpdateArgoCdConfig = [
2336
+ var UpdateAddonResponse$ = [3, n0, _UARp, 0, [_up], [() => Update$]];
2337
+ var UpdateArgoCdConfig$ = [
2324
2338
  3,
2325
2339
  n0,
2326
2340
  _UACC,
2327
2341
  0,
2328
2342
  [_rRM, _nA],
2329
- [() => UpdateRoleMappings, () => ArgoCdNetworkAccessConfigRequest],
2343
+ [() => UpdateRoleMappings$, () => ArgoCdNetworkAccessConfigRequest$],
2330
2344
  ];
2331
- var UpdateCapabilityConfiguration = [3, n0, _UCC, 0, [_aC], [() => UpdateArgoCdConfig]];
2332
- var UpdateCapabilityRequest = [
2345
+ var UpdateCapabilityConfiguration$ = [3, n0, _UCC, 0, [_aC], [() => UpdateArgoCdConfig$]];
2346
+ var UpdateCapabilityRequest$ = [
2333
2347
  3,
2334
2348
  n0,
2335
2349
  _UCR,
2336
2350
  0,
2337
2351
  [_cN, _cNa, _rA, _con, _cRT, _dPP],
2338
- [[0, 1], [0, 1], 0, () => UpdateCapabilityConfiguration, [0, 4], 0],
2352
+ [[0, 1], [0, 1], 0, () => UpdateCapabilityConfiguration$, [0, 4], 0],
2339
2353
  ];
2340
- var UpdateCapabilityResponse = [3, n0, _UCRp, 0, [_up], [() => Update]];
2341
- var UpdateClusterConfigRequest = [
2354
+ var UpdateCapabilityResponse$ = [3, n0, _UCRp, 0, [_up], [() => Update$]];
2355
+ var UpdateClusterConfigRequest$ = [
2342
2356
  3,
2343
2357
  n0,
2344
2358
  _UCCR,
@@ -2346,22 +2360,22 @@ var UpdateClusterConfigRequest = [
2346
2360
  [_n, _rVC, _l, _cRT, _aCc, _uP, _zSC, _cCo, _kNC, _sC, _rNC, _dP, _cPSC],
2347
2361
  [
2348
2362
  [0, 1],
2349
- () => VpcConfigRequest,
2350
- () => Logging,
2363
+ () => VpcConfigRequest$,
2364
+ () => Logging$,
2351
2365
  [0, 4],
2352
- () => UpdateAccessConfigRequest,
2353
- () => UpgradePolicyRequest,
2354
- () => ZonalShiftConfigRequest,
2355
- () => ComputeConfigRequest,
2356
- () => KubernetesNetworkConfigRequest,
2357
- () => StorageConfigRequest,
2358
- () => RemoteNetworkConfigRequest,
2366
+ () => UpdateAccessConfigRequest$,
2367
+ () => UpgradePolicyRequest$,
2368
+ () => ZonalShiftConfigRequest$,
2369
+ () => ComputeConfigRequest$,
2370
+ () => KubernetesNetworkConfigRequest$,
2371
+ () => StorageConfigRequest$,
2372
+ () => RemoteNetworkConfigRequest$,
2359
2373
  2,
2360
- () => ControlPlaneScalingConfig,
2374
+ () => ControlPlaneScalingConfig$,
2361
2375
  ],
2362
2376
  ];
2363
- var UpdateClusterConfigResponse = [3, n0, _UCCRp, 0, [_up], [() => Update]];
2364
- var UpdateClusterVersionRequest = [
2377
+ var UpdateClusterConfigResponse$ = [3, n0, _UCCRp, 0, [_up], [() => Update$]];
2378
+ var UpdateClusterVersionRequest$ = [
2365
2379
  3,
2366
2380
  n0,
2367
2381
  _UCVR,
@@ -2369,8 +2383,8 @@ var UpdateClusterVersionRequest = [
2369
2383
  [_n, _v, _cRT, _fo],
2370
2384
  [[0, 1], 0, [0, 4], 2],
2371
2385
  ];
2372
- var UpdateClusterVersionResponse = [3, n0, _UCVRp, 0, [_up], [() => Update]];
2373
- var UpdateEksAnywhereSubscriptionRequest = [
2386
+ var UpdateClusterVersionResponse$ = [3, n0, _UCVRp, 0, [_up], [() => Update$]];
2387
+ var UpdateEksAnywhereSubscriptionRequest$ = [
2374
2388
  3,
2375
2389
  n0,
2376
2390
  _UEASR,
@@ -2378,16 +2392,16 @@ var UpdateEksAnywhereSubscriptionRequest = [
2378
2392
  [_id_, _aR, _cRT],
2379
2393
  [[0, 1], 2, [0, 4]],
2380
2394
  ];
2381
- var UpdateEksAnywhereSubscriptionResponse = [
2395
+ var UpdateEksAnywhereSubscriptionResponse$ = [
2382
2396
  3,
2383
2397
  n0,
2384
2398
  _UEASRp,
2385
2399
  0,
2386
2400
  [_su],
2387
- [() => EksAnywhereSubscription],
2401
+ [() => EksAnywhereSubscription$],
2388
2402
  ];
2389
- var UpdateLabelsPayload = [3, n0, _ULP, 0, [_aOUL, _rL], [128 | 0, 64 | 0]];
2390
- var UpdateNodegroupConfigRequest = [
2403
+ var UpdateLabelsPayload$ = [3, n0, _ULP, 0, [_aOUL, _rL], [128 | 0, 64 | 0]];
2404
+ var UpdateNodegroupConfigRequest$ = [
2391
2405
  3,
2392
2406
  n0,
2393
2407
  _UNCR,
@@ -2396,26 +2410,26 @@ var UpdateNodegroupConfigRequest = [
2396
2410
  [
2397
2411
  [0, 1],
2398
2412
  [0, 1],
2399
- () => UpdateLabelsPayload,
2400
- () => UpdateTaintsPayload,
2401
- () => NodegroupScalingConfig,
2402
- () => NodegroupUpdateConfig,
2403
- () => NodeRepairConfig,
2413
+ () => UpdateLabelsPayload$,
2414
+ () => UpdateTaintsPayload$,
2415
+ () => NodegroupScalingConfig$,
2416
+ () => NodegroupUpdateConfig$,
2417
+ () => NodeRepairConfig$,
2404
2418
  [0, 4],
2405
2419
  ],
2406
2420
  ];
2407
- var UpdateNodegroupConfigResponse = [3, n0, _UNCRp, 0, [_up], [() => Update]];
2408
- var UpdateNodegroupVersionRequest = [
2421
+ var UpdateNodegroupConfigResponse$ = [3, n0, _UNCRp, 0, [_up], [() => Update$]];
2422
+ var UpdateNodegroupVersionRequest$ = [
2409
2423
  3,
2410
2424
  n0,
2411
2425
  _UNVR,
2412
2426
  0,
2413
2427
  [_cN, _nN, _v, _rV, _lTa, _fo, _cRT],
2414
- [[0, 1], [0, 1], 0, 0, () => LaunchTemplateSpecification, 2, [0, 4]],
2428
+ [[0, 1], [0, 1], 0, 0, () => LaunchTemplateSpecification$, 2, [0, 4]],
2415
2429
  ];
2416
- var UpdateNodegroupVersionResponse = [3, n0, _UNVRp, 0, [_up], [() => Update]];
2417
- var UpdateParam = [3, n0, _UP, 0, [_ty, _va], [0, 0]];
2418
- var UpdatePodIdentityAssociationRequest = [
2430
+ var UpdateNodegroupVersionResponse$ = [3, n0, _UNVRp, 0, [_up], [() => Update$]];
2431
+ var UpdateParam$ = [3, n0, _UP, 0, [_ty, _va], [0, 0]];
2432
+ var UpdatePodIdentityAssociationRequest$ = [
2419
2433
  3,
2420
2434
  n0,
2421
2435
  _UPIAR,
@@ -2423,15 +2437,15 @@ var UpdatePodIdentityAssociationRequest = [
2423
2437
  [_cN, _aIs, _rA, _cRT, _dST, _tRA],
2424
2438
  [[0, 1], [0, 1], 0, [0, 4], 2, 0],
2425
2439
  ];
2426
- var UpdatePodIdentityAssociationResponse = [
2440
+ var UpdatePodIdentityAssociationResponse$ = [
2427
2441
  3,
2428
2442
  n0,
2429
2443
  _UPIARp,
2430
2444
  0,
2431
2445
  [_as],
2432
- [() => PodIdentityAssociation],
2446
+ [() => PodIdentityAssociation$],
2433
2447
  ];
2434
- var UpdateRoleMappings = [
2448
+ var UpdateRoleMappings$ = [
2435
2449
  3,
2436
2450
  n0,
2437
2451
  _URM,
@@ -2439,7 +2453,7 @@ var UpdateRoleMappings = [
2439
2453
  [_aOURM, _rRMe],
2440
2454
  [() => ArgoCdRoleMappingList, () => ArgoCdRoleMappingList],
2441
2455
  ];
2442
- var UpdateTaintsPayload = [
2456
+ var UpdateTaintsPayload$ = [
2443
2457
  3,
2444
2458
  n0,
2445
2459
  _UTP,
@@ -2447,9 +2461,9 @@ var UpdateTaintsPayload = [
2447
2461
  [_aOUT, _rT],
2448
2462
  [() => taintsList, () => taintsList],
2449
2463
  ];
2450
- var UpgradePolicyRequest = [3, n0, _UPR, 0, [_sT], [0]];
2451
- var UpgradePolicyResponse = [3, n0, _UPRp, 0, [_sT], [0]];
2452
- var VpcConfigRequest = [
2464
+ var UpgradePolicyRequest$ = [3, n0, _UPR, 0, [_sT], [0]];
2465
+ var UpgradePolicyResponse$ = [3, n0, _UPRp, 0, [_sT], [0]];
2466
+ var VpcConfigRequest$ = [
2453
2467
  3,
2454
2468
  n0,
2455
2469
  _VCR,
@@ -2457,7 +2471,7 @@ var VpcConfigRequest = [
2457
2471
  [_sIu, _sGI, _ePA, _ePAn, _pAC],
2458
2472
  [64 | 0, 64 | 0, 2, 2, 64 | 0],
2459
2473
  ];
2460
- var VpcConfigResponse = [
2474
+ var VpcConfigResponse$ = [
2461
2475
  3,
2462
2476
  n0,
2463
2477
  _VCRp,
@@ -2465,562 +2479,556 @@ var VpcConfigResponse = [
2465
2479
  [_sIu, _sGI, _cSGI, _vIp, _ePA, _ePAn, _pAC],
2466
2480
  [64 | 0, 64 | 0, 0, 0, 2, 2, 64 | 0],
2467
2481
  ];
2468
- var ZonalShiftConfigRequest = [3, n0, _ZSCR, 0, [_en], [2]];
2469
- var ZonalShiftConfigResponse = [3, n0, _ZSCRo, 0, [_en], [2]];
2470
- var EKSServiceException = [-3, _sm, "EKSServiceException", 0, [], []];
2471
- schema.TypeRegistry.for(_sm).registerError(EKSServiceException, EKSServiceException$1);
2472
- var AccessPoliciesList = [1, n0, _APL, 0, () => AccessPolicy];
2473
- var AddonCompatibilityDetails = [1, n0, _ACDd, 0, () => AddonCompatibilityDetail];
2474
- var AddonIssueList = [1, n0, _AIL, 0, () => AddonIssue];
2475
- var AddonPodIdentityAssociationsList = [1, n0, _APIAL, 0, () => AddonPodIdentityAssociations];
2476
- var AddonPodIdentityConfigurationList = [
2477
- 1,
2478
- n0,
2479
- _APICL,
2480
- 0,
2481
- () => AddonPodIdentityConfiguration,
2482
- ];
2483
- var Addons = [1, n0, _Ad, 0, () => AddonInfo];
2484
- var AddonVersionInfoList = [1, n0, _AVIL, 0, () => AddonVersionInfo];
2485
- var ArgoCdRoleMappingList = [1, n0, _ACRML, 0, () => ArgoCdRoleMapping];
2486
- var AssociatedAccessPoliciesList = [1, n0, _AAPL, 0, () => AssociatedAccessPolicy];
2487
- var AutoScalingGroupList = [1, n0, _ASGL, 0, () => AutoScalingGroup];
2488
- var CapabilityIssueList = [1, n0, _CIL, 0, () => CapabilityIssue];
2489
- var CapabilitySummaryList = [1, n0, _CSL, 0, () => CapabilitySummary];
2490
- var ClientStats = [1, n0, _CSli, 0, () => ClientStat];
2491
- var ClusterIssueList = [1, n0, _CILl, 0, () => ClusterIssue];
2492
- var ClusterVersionList = [1, n0, _CVL, 0, () => ClusterVersionInformation];
2493
- var Compatibilities = [1, n0, _Com, 0, () => Compatibility];
2494
- var DeprecationDetails = [1, n0, _DDe, 0, () => DeprecationDetail];
2495
- var EksAnywhereSubscriptionList = [1, n0, _EASL, 0, () => EksAnywhereSubscription];
2496
- var EncryptionConfigList = [1, n0, _ECL, 0, () => EncryptionConfig];
2497
- var ErrorDetails = [1, n0, _EDr, 0, () => ErrorDetail];
2498
- var FargateProfileIssueList = [1, n0, _FPIL, 0, () => FargateProfileIssue];
2499
- var FargateProfileSelectors = [1, n0, _FPSa, 0, () => FargateProfileSelector];
2500
- var IdentityProviderConfigs = [1, n0, _IPCd, 0, () => IdentityProviderConfig];
2501
- var InsightResourceDetails = [1, n0, _IRDn, 0, () => InsightResourceDetail];
2502
- var InsightSummaries = [1, n0, _ISns, 0, () => InsightSummary];
2503
- var IssueList = [1, n0, _IL, 0, () => Issue];
2504
- var LicenseList = [1, n0, _LL, 0, () => License];
2505
- var LogSetups = [1, n0, _LSo, 0, () => LogSetup];
2506
- var NodeRepairConfigOverridesList = [1, n0, _NRCOL, 0, () => NodeRepairConfigOverrides];
2507
- var PodIdentityAssociationSummaries = [1, n0, _PIASo, 0, () => PodIdentityAssociationSummary];
2508
- var RemoteNodeNetworkList = [1, n0, _RNNL, 0, () => RemoteNodeNetwork];
2509
- var RemotePodNetworkList = [1, n0, _RPNL, 0, () => RemotePodNetwork];
2510
- var SsoIdentityList = [1, n0, _SIL, 0, () => SsoIdentity];
2511
- var taintsList = [1, n0, _tL, 0, () => Taint];
2512
- var UpdateParams = [1, n0, _UPp, 0, () => UpdateParam];
2513
- var AssociateAccessPolicy = [
2482
+ var ZonalShiftConfigRequest$ = [3, n0, _ZSCR, 0, [_en], [2]];
2483
+ var ZonalShiftConfigResponse$ = [3, n0, _ZSCRo, 0, [_en], [2]];
2484
+ var EKSServiceException$ = [-3, _sm, "EKSServiceException", 0, [], []];
2485
+ schema.TypeRegistry.for(_sm).registerError(EKSServiceException$, EKSServiceException);
2486
+ var AccessPoliciesList = [1, n0, _APL, 0, () => AccessPolicy$];
2487
+ var AddonCompatibilityDetails = [1, n0, _ACDd, 0, () => AddonCompatibilityDetail$];
2488
+ var AddonIssueList = [1, n0, _AIL, 0, () => AddonIssue$];
2489
+ var AddonPodIdentityAssociationsList = [1, n0, _APIAL, 0, () => AddonPodIdentityAssociations$];
2490
+ var AddonPodIdentityConfigurationList = [1, n0, _APICL, 0, () => AddonPodIdentityConfiguration$];
2491
+ var Addons = [1, n0, _Ad, 0, () => AddonInfo$];
2492
+ var AddonVersionInfoList = [1, n0, _AVIL, 0, () => AddonVersionInfo$];
2493
+ var ArgoCdRoleMappingList = [1, n0, _ACRML, 0, () => ArgoCdRoleMapping$];
2494
+ var AssociatedAccessPoliciesList = [1, n0, _AAPL, 0, () => AssociatedAccessPolicy$];
2495
+ var AutoScalingGroupList = [1, n0, _ASGL, 0, () => AutoScalingGroup$];
2496
+ var CapabilityIssueList = [1, n0, _CIL, 0, () => CapabilityIssue$];
2497
+ var CapabilitySummaryList = [1, n0, _CSL, 0, () => CapabilitySummary$];
2498
+ var ClientStats = [1, n0, _CSli, 0, () => ClientStat$];
2499
+ var ClusterIssueList = [1, n0, _CILl, 0, () => ClusterIssue$];
2500
+ var ClusterVersionList = [1, n0, _CVL, 0, () => ClusterVersionInformation$];
2501
+ var Compatibilities = [1, n0, _Com, 0, () => Compatibility$];
2502
+ var DeprecationDetails = [1, n0, _DDe, 0, () => DeprecationDetail$];
2503
+ var EksAnywhereSubscriptionList = [1, n0, _EASL, 0, () => EksAnywhereSubscription$];
2504
+ var EncryptionConfigList = [1, n0, _ECL, 0, () => EncryptionConfig$];
2505
+ var ErrorDetails = [1, n0, _EDr, 0, () => ErrorDetail$];
2506
+ var FargateProfileIssueList = [1, n0, _FPIL, 0, () => FargateProfileIssue$];
2507
+ var FargateProfileSelectors = [1, n0, _FPSa, 0, () => FargateProfileSelector$];
2508
+ var IdentityProviderConfigs = [1, n0, _IPCd, 0, () => IdentityProviderConfig$];
2509
+ var InsightResourceDetails = [1, n0, _IRDn, 0, () => InsightResourceDetail$];
2510
+ var InsightSummaries = [1, n0, _ISns, 0, () => InsightSummary$];
2511
+ var IssueList = [1, n0, _IL, 0, () => Issue$];
2512
+ var LicenseList = [1, n0, _LL, 0, () => License$];
2513
+ var LogSetups = [1, n0, _LSo, 0, () => LogSetup$];
2514
+ var NodeRepairConfigOverridesList = [1, n0, _NRCOL, 0, () => NodeRepairConfigOverrides$];
2515
+ var PodIdentityAssociationSummaries = [1, n0, _PIASo, 0, () => PodIdentityAssociationSummary$];
2516
+ var RemoteNodeNetworkList = [1, n0, _RNNL, 0, () => RemoteNodeNetwork$];
2517
+ var RemotePodNetworkList = [1, n0, _RPNL, 0, () => RemotePodNetwork$];
2518
+ var SsoIdentityList = [1, n0, _SIL, 0, () => SsoIdentity$];
2519
+ var taintsList = [1, n0, _tL, 0, () => Taint$];
2520
+ var UpdateParams = [1, n0, _UPp, 0, () => UpdateParam$];
2521
+ var AssociateAccessPolicy$ = [
2514
2522
  9,
2515
2523
  n0,
2516
2524
  _AAPs,
2517
2525
  { [_ht]: ["POST", "/clusters/{clusterName}/access-entries/{principalArn}/access-policies", 200] },
2518
- () => AssociateAccessPolicyRequest,
2519
- () => AssociateAccessPolicyResponse,
2526
+ () => AssociateAccessPolicyRequest$,
2527
+ () => AssociateAccessPolicyResponse$,
2520
2528
  ];
2521
- var AssociateEncryptionConfig = [
2529
+ var AssociateEncryptionConfig$ = [
2522
2530
  9,
2523
2531
  n0,
2524
2532
  _AEC,
2525
2533
  { [_ht]: ["POST", "/clusters/{clusterName}/encryption-config/associate", 200] },
2526
- () => AssociateEncryptionConfigRequest,
2527
- () => AssociateEncryptionConfigResponse,
2534
+ () => AssociateEncryptionConfigRequest$,
2535
+ () => AssociateEncryptionConfigResponse$,
2528
2536
  ];
2529
- var AssociateIdentityProviderConfig = [
2537
+ var AssociateIdentityProviderConfig$ = [
2530
2538
  9,
2531
2539
  n0,
2532
2540
  _AIPC,
2533
2541
  { [_ht]: ["POST", "/clusters/{clusterName}/identity-provider-configs/associate", 200] },
2534
- () => AssociateIdentityProviderConfigRequest,
2535
- () => AssociateIdentityProviderConfigResponse,
2542
+ () => AssociateIdentityProviderConfigRequest$,
2543
+ () => AssociateIdentityProviderConfigResponse$,
2536
2544
  ];
2537
- var CreateAccessEntry = [
2545
+ var CreateAccessEntry$ = [
2538
2546
  9,
2539
2547
  n0,
2540
2548
  _CAE,
2541
2549
  { [_ht]: ["POST", "/clusters/{clusterName}/access-entries", 200] },
2542
- () => CreateAccessEntryRequest,
2543
- () => CreateAccessEntryResponse,
2550
+ () => CreateAccessEntryRequest$,
2551
+ () => CreateAccessEntryResponse$,
2544
2552
  ];
2545
- var CreateAddon = [
2553
+ var CreateAddon$ = [
2546
2554
  9,
2547
2555
  n0,
2548
2556
  _CA,
2549
2557
  { [_ht]: ["POST", "/clusters/{clusterName}/addons", 200] },
2550
- () => CreateAddonRequest,
2551
- () => CreateAddonResponse,
2558
+ () => CreateAddonRequest$,
2559
+ () => CreateAddonResponse$,
2552
2560
  ];
2553
- var CreateCapability = [
2561
+ var CreateCapability$ = [
2554
2562
  9,
2555
2563
  n0,
2556
2564
  _CC,
2557
2565
  { [_ht]: ["POST", "/clusters/{clusterName}/capabilities", 200] },
2558
- () => CreateCapabilityRequest,
2559
- () => CreateCapabilityResponse,
2566
+ () => CreateCapabilityRequest$,
2567
+ () => CreateCapabilityResponse$,
2560
2568
  ];
2561
- var CreateCluster = [
2569
+ var CreateCluster$ = [
2562
2570
  9,
2563
2571
  n0,
2564
2572
  _CCr,
2565
2573
  { [_ht]: ["POST", "/clusters", 200] },
2566
- () => CreateClusterRequest,
2567
- () => CreateClusterResponse,
2574
+ () => CreateClusterRequest$,
2575
+ () => CreateClusterResponse$,
2568
2576
  ];
2569
- var CreateEksAnywhereSubscription = [
2577
+ var CreateEksAnywhereSubscription$ = [
2570
2578
  9,
2571
2579
  n0,
2572
2580
  _CEAS,
2573
2581
  { [_ht]: ["POST", "/eks-anywhere-subscriptions", 200] },
2574
- () => CreateEksAnywhereSubscriptionRequest,
2575
- () => CreateEksAnywhereSubscriptionResponse,
2582
+ () => CreateEksAnywhereSubscriptionRequest$,
2583
+ () => CreateEksAnywhereSubscriptionResponse$,
2576
2584
  ];
2577
- var CreateFargateProfile = [
2585
+ var CreateFargateProfile$ = [
2578
2586
  9,
2579
2587
  n0,
2580
2588
  _CFP,
2581
2589
  { [_ht]: ["POST", "/clusters/{clusterName}/fargate-profiles", 200] },
2582
- () => CreateFargateProfileRequest,
2583
- () => CreateFargateProfileResponse,
2590
+ () => CreateFargateProfileRequest$,
2591
+ () => CreateFargateProfileResponse$,
2584
2592
  ];
2585
- var CreateNodegroup = [
2593
+ var CreateNodegroup$ = [
2586
2594
  9,
2587
2595
  n0,
2588
2596
  _CN,
2589
2597
  { [_ht]: ["POST", "/clusters/{clusterName}/node-groups", 200] },
2590
- () => CreateNodegroupRequest,
2591
- () => CreateNodegroupResponse,
2598
+ () => CreateNodegroupRequest$,
2599
+ () => CreateNodegroupResponse$,
2592
2600
  ];
2593
- var CreatePodIdentityAssociation = [
2601
+ var CreatePodIdentityAssociation$ = [
2594
2602
  9,
2595
2603
  n0,
2596
2604
  _CPIA,
2597
2605
  { [_ht]: ["POST", "/clusters/{clusterName}/pod-identity-associations", 200] },
2598
- () => CreatePodIdentityAssociationRequest,
2599
- () => CreatePodIdentityAssociationResponse,
2606
+ () => CreatePodIdentityAssociationRequest$,
2607
+ () => CreatePodIdentityAssociationResponse$,
2600
2608
  ];
2601
- var DeleteAccessEntry = [
2609
+ var DeleteAccessEntry$ = [
2602
2610
  9,
2603
2611
  n0,
2604
2612
  _DAE,
2605
2613
  { [_ht]: ["DELETE", "/clusters/{clusterName}/access-entries/{principalArn}", 200] },
2606
- () => DeleteAccessEntryRequest,
2607
- () => DeleteAccessEntryResponse,
2614
+ () => DeleteAccessEntryRequest$,
2615
+ () => DeleteAccessEntryResponse$,
2608
2616
  ];
2609
- var DeleteAddon = [
2617
+ var DeleteAddon$ = [
2610
2618
  9,
2611
2619
  n0,
2612
2620
  _DA,
2613
2621
  { [_ht]: ["DELETE", "/clusters/{clusterName}/addons/{addonName}", 200] },
2614
- () => DeleteAddonRequest,
2615
- () => DeleteAddonResponse,
2622
+ () => DeleteAddonRequest$,
2623
+ () => DeleteAddonResponse$,
2616
2624
  ];
2617
- var DeleteCapability = [
2625
+ var DeleteCapability$ = [
2618
2626
  9,
2619
2627
  n0,
2620
2628
  _DC,
2621
2629
  { [_ht]: ["DELETE", "/clusters/{clusterName}/capabilities/{capabilityName}", 200] },
2622
- () => DeleteCapabilityRequest,
2623
- () => DeleteCapabilityResponse,
2630
+ () => DeleteCapabilityRequest$,
2631
+ () => DeleteCapabilityResponse$,
2624
2632
  ];
2625
- var DeleteCluster = [
2633
+ var DeleteCluster$ = [
2626
2634
  9,
2627
2635
  n0,
2628
2636
  _DCe,
2629
2637
  { [_ht]: ["DELETE", "/clusters/{name}", 200] },
2630
- () => DeleteClusterRequest,
2631
- () => DeleteClusterResponse,
2638
+ () => DeleteClusterRequest$,
2639
+ () => DeleteClusterResponse$,
2632
2640
  ];
2633
- var DeleteEksAnywhereSubscription = [
2641
+ var DeleteEksAnywhereSubscription$ = [
2634
2642
  9,
2635
2643
  n0,
2636
2644
  _DEAS,
2637
2645
  { [_ht]: ["DELETE", "/eks-anywhere-subscriptions/{id}", 200] },
2638
- () => DeleteEksAnywhereSubscriptionRequest,
2639
- () => DeleteEksAnywhereSubscriptionResponse,
2646
+ () => DeleteEksAnywhereSubscriptionRequest$,
2647
+ () => DeleteEksAnywhereSubscriptionResponse$,
2640
2648
  ];
2641
- var DeleteFargateProfile = [
2649
+ var DeleteFargateProfile$ = [
2642
2650
  9,
2643
2651
  n0,
2644
2652
  _DFP,
2645
2653
  { [_ht]: ["DELETE", "/clusters/{clusterName}/fargate-profiles/{fargateProfileName}", 200] },
2646
- () => DeleteFargateProfileRequest,
2647
- () => DeleteFargateProfileResponse,
2654
+ () => DeleteFargateProfileRequest$,
2655
+ () => DeleteFargateProfileResponse$,
2648
2656
  ];
2649
- var DeleteNodegroup = [
2657
+ var DeleteNodegroup$ = [
2650
2658
  9,
2651
2659
  n0,
2652
2660
  _DN,
2653
2661
  { [_ht]: ["DELETE", "/clusters/{clusterName}/node-groups/{nodegroupName}", 200] },
2654
- () => DeleteNodegroupRequest,
2655
- () => DeleteNodegroupResponse,
2662
+ () => DeleteNodegroupRequest$,
2663
+ () => DeleteNodegroupResponse$,
2656
2664
  ];
2657
- var DeletePodIdentityAssociation = [
2665
+ var DeletePodIdentityAssociation$ = [
2658
2666
  9,
2659
2667
  n0,
2660
2668
  _DPIA,
2661
2669
  { [_ht]: ["DELETE", "/clusters/{clusterName}/pod-identity-associations/{associationId}", 200] },
2662
- () => DeletePodIdentityAssociationRequest,
2663
- () => DeletePodIdentityAssociationResponse,
2670
+ () => DeletePodIdentityAssociationRequest$,
2671
+ () => DeletePodIdentityAssociationResponse$,
2664
2672
  ];
2665
- var DeregisterCluster = [
2673
+ var DeregisterCluster$ = [
2666
2674
  9,
2667
2675
  n0,
2668
2676
  _DCer,
2669
2677
  { [_ht]: ["DELETE", "/cluster-registrations/{name}", 200] },
2670
- () => DeregisterClusterRequest,
2671
- () => DeregisterClusterResponse,
2678
+ () => DeregisterClusterRequest$,
2679
+ () => DeregisterClusterResponse$,
2672
2680
  ];
2673
- var DescribeAccessEntry = [
2681
+ var DescribeAccessEntry$ = [
2674
2682
  9,
2675
2683
  n0,
2676
2684
  _DAEe,
2677
2685
  { [_ht]: ["GET", "/clusters/{clusterName}/access-entries/{principalArn}", 200] },
2678
- () => DescribeAccessEntryRequest,
2679
- () => DescribeAccessEntryResponse,
2686
+ () => DescribeAccessEntryRequest$,
2687
+ () => DescribeAccessEntryResponse$,
2680
2688
  ];
2681
- var DescribeAddon = [
2689
+ var DescribeAddon$ = [
2682
2690
  9,
2683
2691
  n0,
2684
2692
  _DAe,
2685
2693
  { [_ht]: ["GET", "/clusters/{clusterName}/addons/{addonName}", 200] },
2686
- () => DescribeAddonRequest,
2687
- () => DescribeAddonResponse,
2694
+ () => DescribeAddonRequest$,
2695
+ () => DescribeAddonResponse$,
2688
2696
  ];
2689
- var DescribeAddonConfiguration = [
2697
+ var DescribeAddonConfiguration$ = [
2690
2698
  9,
2691
2699
  n0,
2692
2700
  _DAC,
2693
2701
  { [_ht]: ["GET", "/addons/configuration-schemas", 200] },
2694
- () => DescribeAddonConfigurationRequest,
2695
- () => DescribeAddonConfigurationResponse,
2702
+ () => DescribeAddonConfigurationRequest$,
2703
+ () => DescribeAddonConfigurationResponse$,
2696
2704
  ];
2697
- var DescribeAddonVersions = [
2705
+ var DescribeAddonVersions$ = [
2698
2706
  9,
2699
2707
  n0,
2700
2708
  _DAV,
2701
2709
  { [_ht]: ["GET", "/addons/supported-versions", 200] },
2702
- () => DescribeAddonVersionsRequest,
2703
- () => DescribeAddonVersionsResponse,
2710
+ () => DescribeAddonVersionsRequest$,
2711
+ () => DescribeAddonVersionsResponse$,
2704
2712
  ];
2705
- var DescribeCapability = [
2713
+ var DescribeCapability$ = [
2706
2714
  9,
2707
2715
  n0,
2708
2716
  _DCes,
2709
2717
  { [_ht]: ["GET", "/clusters/{clusterName}/capabilities/{capabilityName}", 200] },
2710
- () => DescribeCapabilityRequest,
2711
- () => DescribeCapabilityResponse,
2718
+ () => DescribeCapabilityRequest$,
2719
+ () => DescribeCapabilityResponse$,
2712
2720
  ];
2713
- var DescribeCluster = [
2721
+ var DescribeCluster$ = [
2714
2722
  9,
2715
2723
  n0,
2716
2724
  _DCesc,
2717
2725
  { [_ht]: ["GET", "/clusters/{name}", 200] },
2718
- () => DescribeClusterRequest,
2719
- () => DescribeClusterResponse,
2726
+ () => DescribeClusterRequest$,
2727
+ () => DescribeClusterResponse$,
2720
2728
  ];
2721
- var DescribeClusterVersions = [
2729
+ var DescribeClusterVersions$ = [
2722
2730
  9,
2723
2731
  n0,
2724
2732
  _DCV,
2725
2733
  { [_ht]: ["GET", "/cluster-versions", 200] },
2726
- () => DescribeClusterVersionsRequest,
2727
- () => DescribeClusterVersionsResponse,
2734
+ () => DescribeClusterVersionsRequest$,
2735
+ () => DescribeClusterVersionsResponse$,
2728
2736
  ];
2729
- var DescribeEksAnywhereSubscription = [
2737
+ var DescribeEksAnywhereSubscription$ = [
2730
2738
  9,
2731
2739
  n0,
2732
2740
  _DEASe,
2733
2741
  { [_ht]: ["GET", "/eks-anywhere-subscriptions/{id}", 200] },
2734
- () => DescribeEksAnywhereSubscriptionRequest,
2735
- () => DescribeEksAnywhereSubscriptionResponse,
2742
+ () => DescribeEksAnywhereSubscriptionRequest$,
2743
+ () => DescribeEksAnywhereSubscriptionResponse$,
2736
2744
  ];
2737
- var DescribeFargateProfile = [
2745
+ var DescribeFargateProfile$ = [
2738
2746
  9,
2739
2747
  n0,
2740
2748
  _DFPe,
2741
2749
  { [_ht]: ["GET", "/clusters/{clusterName}/fargate-profiles/{fargateProfileName}", 200] },
2742
- () => DescribeFargateProfileRequest,
2743
- () => DescribeFargateProfileResponse,
2750
+ () => DescribeFargateProfileRequest$,
2751
+ () => DescribeFargateProfileResponse$,
2744
2752
  ];
2745
- var DescribeIdentityProviderConfig = [
2753
+ var DescribeIdentityProviderConfig$ = [
2746
2754
  9,
2747
2755
  n0,
2748
2756
  _DIPC,
2749
2757
  { [_ht]: ["POST", "/clusters/{clusterName}/identity-provider-configs/describe", 200] },
2750
- () => DescribeIdentityProviderConfigRequest,
2751
- () => DescribeIdentityProviderConfigResponse,
2758
+ () => DescribeIdentityProviderConfigRequest$,
2759
+ () => DescribeIdentityProviderConfigResponse$,
2752
2760
  ];
2753
- var DescribeInsight = [
2761
+ var DescribeInsight$ = [
2754
2762
  9,
2755
2763
  n0,
2756
2764
  _DI,
2757
2765
  { [_ht]: ["GET", "/clusters/{clusterName}/insights/{id}", 200] },
2758
- () => DescribeInsightRequest,
2759
- () => DescribeInsightResponse,
2766
+ () => DescribeInsightRequest$,
2767
+ () => DescribeInsightResponse$,
2760
2768
  ];
2761
- var DescribeInsightsRefresh = [
2769
+ var DescribeInsightsRefresh$ = [
2762
2770
  9,
2763
2771
  n0,
2764
2772
  _DIRes,
2765
2773
  { [_ht]: ["GET", "/clusters/{clusterName}/insights-refresh", 200] },
2766
- () => DescribeInsightsRefreshRequest,
2767
- () => DescribeInsightsRefreshResponse,
2774
+ () => DescribeInsightsRefreshRequest$,
2775
+ () => DescribeInsightsRefreshResponse$,
2768
2776
  ];
2769
- var DescribeNodegroup = [
2777
+ var DescribeNodegroup$ = [
2770
2778
  9,
2771
2779
  n0,
2772
2780
  _DNe,
2773
2781
  { [_ht]: ["GET", "/clusters/{clusterName}/node-groups/{nodegroupName}", 200] },
2774
- () => DescribeNodegroupRequest,
2775
- () => DescribeNodegroupResponse,
2782
+ () => DescribeNodegroupRequest$,
2783
+ () => DescribeNodegroupResponse$,
2776
2784
  ];
2777
- var DescribePodIdentityAssociation = [
2785
+ var DescribePodIdentityAssociation$ = [
2778
2786
  9,
2779
2787
  n0,
2780
2788
  _DPIAe,
2781
2789
  { [_ht]: ["GET", "/clusters/{clusterName}/pod-identity-associations/{associationId}", 200] },
2782
- () => DescribePodIdentityAssociationRequest,
2783
- () => DescribePodIdentityAssociationResponse,
2790
+ () => DescribePodIdentityAssociationRequest$,
2791
+ () => DescribePodIdentityAssociationResponse$,
2784
2792
  ];
2785
- var DescribeUpdate = [
2793
+ var DescribeUpdate$ = [
2786
2794
  9,
2787
2795
  n0,
2788
2796
  _DU,
2789
2797
  { [_ht]: ["GET", "/clusters/{name}/updates/{updateId}", 200] },
2790
- () => DescribeUpdateRequest,
2791
- () => DescribeUpdateResponse,
2798
+ () => DescribeUpdateRequest$,
2799
+ () => DescribeUpdateResponse$,
2792
2800
  ];
2793
- var DisassociateAccessPolicy = [
2801
+ var DisassociateAccessPolicy$ = [
2794
2802
  9,
2795
2803
  n0,
2796
2804
  _DAP,
2797
2805
  { [_ht]: ["DELETE", "/clusters/{clusterName}/access-entries/{principalArn}/access-policies/{policyArn}", 200] },
2798
- () => DisassociateAccessPolicyRequest,
2799
- () => DisassociateAccessPolicyResponse,
2806
+ () => DisassociateAccessPolicyRequest$,
2807
+ () => DisassociateAccessPolicyResponse$,
2800
2808
  ];
2801
- var DisassociateIdentityProviderConfig = [
2809
+ var DisassociateIdentityProviderConfig$ = [
2802
2810
  9,
2803
2811
  n0,
2804
2812
  _DIPCi,
2805
2813
  { [_ht]: ["POST", "/clusters/{clusterName}/identity-provider-configs/disassociate", 200] },
2806
- () => DisassociateIdentityProviderConfigRequest,
2807
- () => DisassociateIdentityProviderConfigResponse,
2814
+ () => DisassociateIdentityProviderConfigRequest$,
2815
+ () => DisassociateIdentityProviderConfigResponse$,
2808
2816
  ];
2809
- var ListAccessEntries = [
2817
+ var ListAccessEntries$ = [
2810
2818
  9,
2811
2819
  n0,
2812
2820
  _LAE,
2813
2821
  { [_ht]: ["GET", "/clusters/{clusterName}/access-entries", 200] },
2814
- () => ListAccessEntriesRequest,
2815
- () => ListAccessEntriesResponse,
2822
+ () => ListAccessEntriesRequest$,
2823
+ () => ListAccessEntriesResponse$,
2816
2824
  ];
2817
- var ListAccessPolicies = [
2825
+ var ListAccessPolicies$ = [
2818
2826
  9,
2819
2827
  n0,
2820
2828
  _LAP,
2821
2829
  { [_ht]: ["GET", "/access-policies", 200] },
2822
- () => ListAccessPoliciesRequest,
2823
- () => ListAccessPoliciesResponse,
2830
+ () => ListAccessPoliciesRequest$,
2831
+ () => ListAccessPoliciesResponse$,
2824
2832
  ];
2825
- var ListAddons = [
2833
+ var ListAddons$ = [
2826
2834
  9,
2827
2835
  n0,
2828
2836
  _LA,
2829
2837
  { [_ht]: ["GET", "/clusters/{clusterName}/addons", 200] },
2830
- () => ListAddonsRequest,
2831
- () => ListAddonsResponse,
2838
+ () => ListAddonsRequest$,
2839
+ () => ListAddonsResponse$,
2832
2840
  ];
2833
- var ListAssociatedAccessPolicies = [
2841
+ var ListAssociatedAccessPolicies$ = [
2834
2842
  9,
2835
2843
  n0,
2836
2844
  _LAAP,
2837
2845
  { [_ht]: ["GET", "/clusters/{clusterName}/access-entries/{principalArn}/access-policies", 200] },
2838
- () => ListAssociatedAccessPoliciesRequest,
2839
- () => ListAssociatedAccessPoliciesResponse,
2846
+ () => ListAssociatedAccessPoliciesRequest$,
2847
+ () => ListAssociatedAccessPoliciesResponse$,
2840
2848
  ];
2841
- var ListCapabilities = [
2849
+ var ListCapabilities$ = [
2842
2850
  9,
2843
2851
  n0,
2844
2852
  _LC,
2845
2853
  { [_ht]: ["GET", "/clusters/{clusterName}/capabilities", 200] },
2846
- () => ListCapabilitiesRequest,
2847
- () => ListCapabilitiesResponse,
2854
+ () => ListCapabilitiesRequest$,
2855
+ () => ListCapabilitiesResponse$,
2848
2856
  ];
2849
- var ListClusters = [
2857
+ var ListClusters$ = [
2850
2858
  9,
2851
2859
  n0,
2852
2860
  _LCi,
2853
2861
  { [_ht]: ["GET", "/clusters", 200] },
2854
- () => ListClustersRequest,
2855
- () => ListClustersResponse,
2862
+ () => ListClustersRequest$,
2863
+ () => ListClustersResponse$,
2856
2864
  ];
2857
- var ListEksAnywhereSubscriptions = [
2865
+ var ListEksAnywhereSubscriptions$ = [
2858
2866
  9,
2859
2867
  n0,
2860
2868
  _LEAS,
2861
2869
  { [_ht]: ["GET", "/eks-anywhere-subscriptions", 200] },
2862
- () => ListEksAnywhereSubscriptionsRequest,
2863
- () => ListEksAnywhereSubscriptionsResponse,
2870
+ () => ListEksAnywhereSubscriptionsRequest$,
2871
+ () => ListEksAnywhereSubscriptionsResponse$,
2864
2872
  ];
2865
- var ListFargateProfiles = [
2873
+ var ListFargateProfiles$ = [
2866
2874
  9,
2867
2875
  n0,
2868
2876
  _LFP,
2869
2877
  { [_ht]: ["GET", "/clusters/{clusterName}/fargate-profiles", 200] },
2870
- () => ListFargateProfilesRequest,
2871
- () => ListFargateProfilesResponse,
2878
+ () => ListFargateProfilesRequest$,
2879
+ () => ListFargateProfilesResponse$,
2872
2880
  ];
2873
- var ListIdentityProviderConfigs = [
2881
+ var ListIdentityProviderConfigs$ = [
2874
2882
  9,
2875
2883
  n0,
2876
2884
  _LIPC,
2877
2885
  { [_ht]: ["GET", "/clusters/{clusterName}/identity-provider-configs", 200] },
2878
- () => ListIdentityProviderConfigsRequest,
2879
- () => ListIdentityProviderConfigsResponse,
2886
+ () => ListIdentityProviderConfigsRequest$,
2887
+ () => ListIdentityProviderConfigsResponse$,
2880
2888
  ];
2881
- var ListInsights = [
2889
+ var ListInsights$ = [
2882
2890
  9,
2883
2891
  n0,
2884
2892
  _LI,
2885
2893
  { [_ht]: ["POST", "/clusters/{clusterName}/insights", 200] },
2886
- () => ListInsightsRequest,
2887
- () => ListInsightsResponse,
2894
+ () => ListInsightsRequest$,
2895
+ () => ListInsightsResponse$,
2888
2896
  ];
2889
- var ListNodegroups = [
2897
+ var ListNodegroups$ = [
2890
2898
  9,
2891
2899
  n0,
2892
2900
  _LN,
2893
2901
  { [_ht]: ["GET", "/clusters/{clusterName}/node-groups", 200] },
2894
- () => ListNodegroupsRequest,
2895
- () => ListNodegroupsResponse,
2902
+ () => ListNodegroupsRequest$,
2903
+ () => ListNodegroupsResponse$,
2896
2904
  ];
2897
- var ListPodIdentityAssociations = [
2905
+ var ListPodIdentityAssociations$ = [
2898
2906
  9,
2899
2907
  n0,
2900
2908
  _LPIA,
2901
2909
  { [_ht]: ["GET", "/clusters/{clusterName}/pod-identity-associations", 200] },
2902
- () => ListPodIdentityAssociationsRequest,
2903
- () => ListPodIdentityAssociationsResponse,
2910
+ () => ListPodIdentityAssociationsRequest$,
2911
+ () => ListPodIdentityAssociationsResponse$,
2904
2912
  ];
2905
- var ListTagsForResource = [
2913
+ var ListTagsForResource$ = [
2906
2914
  9,
2907
2915
  n0,
2908
2916
  _LTFR,
2909
2917
  { [_ht]: ["GET", "/tags/{resourceArn}", 200] },
2910
- () => ListTagsForResourceRequest,
2911
- () => ListTagsForResourceResponse,
2918
+ () => ListTagsForResourceRequest$,
2919
+ () => ListTagsForResourceResponse$,
2912
2920
  ];
2913
- var ListUpdates = [
2921
+ var ListUpdates$ = [
2914
2922
  9,
2915
2923
  n0,
2916
2924
  _LU,
2917
2925
  { [_ht]: ["GET", "/clusters/{name}/updates", 200] },
2918
- () => ListUpdatesRequest,
2919
- () => ListUpdatesResponse,
2926
+ () => ListUpdatesRequest$,
2927
+ () => ListUpdatesResponse$,
2920
2928
  ];
2921
- var RegisterCluster = [
2929
+ var RegisterCluster$ = [
2922
2930
  9,
2923
2931
  n0,
2924
2932
  _RC,
2925
2933
  { [_ht]: ["POST", "/cluster-registrations", 200] },
2926
- () => RegisterClusterRequest,
2927
- () => RegisterClusterResponse,
2934
+ () => RegisterClusterRequest$,
2935
+ () => RegisterClusterResponse$,
2928
2936
  ];
2929
- var StartInsightsRefresh = [
2937
+ var StartInsightsRefresh$ = [
2930
2938
  9,
2931
2939
  n0,
2932
2940
  _SIR,
2933
2941
  { [_ht]: ["POST", "/clusters/{clusterName}/insights-refresh", 200] },
2934
- () => StartInsightsRefreshRequest,
2935
- () => StartInsightsRefreshResponse,
2942
+ () => StartInsightsRefreshRequest$,
2943
+ () => StartInsightsRefreshResponse$,
2936
2944
  ];
2937
- var TagResource = [
2945
+ var TagResource$ = [
2938
2946
  9,
2939
2947
  n0,
2940
2948
  _TR,
2941
2949
  { [_ht]: ["POST", "/tags/{resourceArn}", 200] },
2942
- () => TagResourceRequest,
2943
- () => TagResourceResponse,
2950
+ () => TagResourceRequest$,
2951
+ () => TagResourceResponse$,
2944
2952
  ];
2945
- var UntagResource = [
2953
+ var UntagResource$ = [
2946
2954
  9,
2947
2955
  n0,
2948
2956
  _UR,
2949
2957
  { [_ht]: ["DELETE", "/tags/{resourceArn}", 200] },
2950
- () => UntagResourceRequest,
2951
- () => UntagResourceResponse,
2958
+ () => UntagResourceRequest$,
2959
+ () => UntagResourceResponse$,
2952
2960
  ];
2953
- var UpdateAccessEntry = [
2961
+ var UpdateAccessEntry$ = [
2954
2962
  9,
2955
2963
  n0,
2956
2964
  _UAE,
2957
2965
  { [_ht]: ["POST", "/clusters/{clusterName}/access-entries/{principalArn}", 200] },
2958
- () => UpdateAccessEntryRequest,
2959
- () => UpdateAccessEntryResponse,
2966
+ () => UpdateAccessEntryRequest$,
2967
+ () => UpdateAccessEntryResponse$,
2960
2968
  ];
2961
- var UpdateAddon = [
2969
+ var UpdateAddon$ = [
2962
2970
  9,
2963
2971
  n0,
2964
2972
  _UA,
2965
2973
  { [_ht]: ["POST", "/clusters/{clusterName}/addons/{addonName}/update", 200] },
2966
- () => UpdateAddonRequest,
2967
- () => UpdateAddonResponse,
2974
+ () => UpdateAddonRequest$,
2975
+ () => UpdateAddonResponse$,
2968
2976
  ];
2969
- var UpdateCapability = [
2977
+ var UpdateCapability$ = [
2970
2978
  9,
2971
2979
  n0,
2972
2980
  _UC,
2973
2981
  { [_ht]: ["POST", "/clusters/{clusterName}/capabilities/{capabilityName}", 200] },
2974
- () => UpdateCapabilityRequest,
2975
- () => UpdateCapabilityResponse,
2982
+ () => UpdateCapabilityRequest$,
2983
+ () => UpdateCapabilityResponse$,
2976
2984
  ];
2977
- var UpdateClusterConfig = [
2985
+ var UpdateClusterConfig$ = [
2978
2986
  9,
2979
2987
  n0,
2980
2988
  _UCCp,
2981
2989
  { [_ht]: ["POST", "/clusters/{name}/update-config", 200] },
2982
- () => UpdateClusterConfigRequest,
2983
- () => UpdateClusterConfigResponse,
2990
+ () => UpdateClusterConfigRequest$,
2991
+ () => UpdateClusterConfigResponse$,
2984
2992
  ];
2985
- var UpdateClusterVersion = [
2993
+ var UpdateClusterVersion$ = [
2986
2994
  9,
2987
2995
  n0,
2988
2996
  _UCV,
2989
2997
  { [_ht]: ["POST", "/clusters/{name}/updates", 200] },
2990
- () => UpdateClusterVersionRequest,
2991
- () => UpdateClusterVersionResponse,
2998
+ () => UpdateClusterVersionRequest$,
2999
+ () => UpdateClusterVersionResponse$,
2992
3000
  ];
2993
- var UpdateEksAnywhereSubscription = [
3001
+ var UpdateEksAnywhereSubscription$ = [
2994
3002
  9,
2995
3003
  n0,
2996
3004
  _UEAS,
2997
3005
  { [_ht]: ["POST", "/eks-anywhere-subscriptions/{id}", 200] },
2998
- () => UpdateEksAnywhereSubscriptionRequest,
2999
- () => UpdateEksAnywhereSubscriptionResponse,
3006
+ () => UpdateEksAnywhereSubscriptionRequest$,
3007
+ () => UpdateEksAnywhereSubscriptionResponse$,
3000
3008
  ];
3001
- var UpdateNodegroupConfig = [
3009
+ var UpdateNodegroupConfig$ = [
3002
3010
  9,
3003
3011
  n0,
3004
3012
  _UNC,
3005
3013
  { [_ht]: ["POST", "/clusters/{clusterName}/node-groups/{nodegroupName}/update-config", 200] },
3006
- () => UpdateNodegroupConfigRequest,
3007
- () => UpdateNodegroupConfigResponse,
3014
+ () => UpdateNodegroupConfigRequest$,
3015
+ () => UpdateNodegroupConfigResponse$,
3008
3016
  ];
3009
- var UpdateNodegroupVersion = [
3017
+ var UpdateNodegroupVersion$ = [
3010
3018
  9,
3011
3019
  n0,
3012
3020
  _UNV,
3013
3021
  { [_ht]: ["POST", "/clusters/{clusterName}/node-groups/{nodegroupName}/update-version", 200] },
3014
- () => UpdateNodegroupVersionRequest,
3015
- () => UpdateNodegroupVersionResponse,
3022
+ () => UpdateNodegroupVersionRequest$,
3023
+ () => UpdateNodegroupVersionResponse$,
3016
3024
  ];
3017
- var UpdatePodIdentityAssociation = [
3025
+ var UpdatePodIdentityAssociation$ = [
3018
3026
  9,
3019
3027
  n0,
3020
3028
  _UPIA,
3021
3029
  { [_ht]: ["POST", "/clusters/{clusterName}/pod-identity-associations/{associationId}", 200] },
3022
- () => UpdatePodIdentityAssociationRequest,
3023
- () => UpdatePodIdentityAssociationResponse,
3030
+ () => UpdatePodIdentityAssociationRequest$,
3031
+ () => UpdatePodIdentityAssociationResponse$,
3024
3032
  ];
3025
3033
 
3026
3034
  class AssociateAccessPolicyCommand extends smithyClient.Command
@@ -3031,7 +3039,7 @@ class AssociateAccessPolicyCommand extends smithyClient.Command
3031
3039
  })
3032
3040
  .s("AWSWesleyFrontend", "AssociateAccessPolicy", {})
3033
3041
  .n("EKSClient", "AssociateAccessPolicyCommand")
3034
- .sc(AssociateAccessPolicy)
3042
+ .sc(AssociateAccessPolicy$)
3035
3043
  .build() {
3036
3044
  }
3037
3045
 
@@ -3043,7 +3051,7 @@ class AssociateEncryptionConfigCommand extends smithyClient.Command
3043
3051
  })
3044
3052
  .s("AWSWesleyFrontend", "AssociateEncryptionConfig", {})
3045
3053
  .n("EKSClient", "AssociateEncryptionConfigCommand")
3046
- .sc(AssociateEncryptionConfig)
3054
+ .sc(AssociateEncryptionConfig$)
3047
3055
  .build() {
3048
3056
  }
3049
3057
 
@@ -3055,7 +3063,7 @@ class AssociateIdentityProviderConfigCommand extends smithyClient.Command
3055
3063
  })
3056
3064
  .s("AWSWesleyFrontend", "AssociateIdentityProviderConfig", {})
3057
3065
  .n("EKSClient", "AssociateIdentityProviderConfigCommand")
3058
- .sc(AssociateIdentityProviderConfig)
3066
+ .sc(AssociateIdentityProviderConfig$)
3059
3067
  .build() {
3060
3068
  }
3061
3069
 
@@ -3067,7 +3075,7 @@ class CreateAccessEntryCommand extends smithyClient.Command
3067
3075
  })
3068
3076
  .s("AWSWesleyFrontend", "CreateAccessEntry", {})
3069
3077
  .n("EKSClient", "CreateAccessEntryCommand")
3070
- .sc(CreateAccessEntry)
3078
+ .sc(CreateAccessEntry$)
3071
3079
  .build() {
3072
3080
  }
3073
3081
 
@@ -3079,7 +3087,7 @@ class CreateAddonCommand extends smithyClient.Command
3079
3087
  })
3080
3088
  .s("AWSWesleyFrontend", "CreateAddon", {})
3081
3089
  .n("EKSClient", "CreateAddonCommand")
3082
- .sc(CreateAddon)
3090
+ .sc(CreateAddon$)
3083
3091
  .build() {
3084
3092
  }
3085
3093
 
@@ -3091,7 +3099,7 @@ class CreateCapabilityCommand extends smithyClient.Command
3091
3099
  })
3092
3100
  .s("AWSWesleyFrontend", "CreateCapability", {})
3093
3101
  .n("EKSClient", "CreateCapabilityCommand")
3094
- .sc(CreateCapability)
3102
+ .sc(CreateCapability$)
3095
3103
  .build() {
3096
3104
  }
3097
3105
 
@@ -3103,7 +3111,7 @@ class CreateClusterCommand extends smithyClient.Command
3103
3111
  })
3104
3112
  .s("AWSWesleyFrontend", "CreateCluster", {})
3105
3113
  .n("EKSClient", "CreateClusterCommand")
3106
- .sc(CreateCluster)
3114
+ .sc(CreateCluster$)
3107
3115
  .build() {
3108
3116
  }
3109
3117
 
@@ -3115,7 +3123,7 @@ class CreateEksAnywhereSubscriptionCommand extends smithyClient.Command
3115
3123
  })
3116
3124
  .s("AWSWesleyFrontend", "CreateEksAnywhereSubscription", {})
3117
3125
  .n("EKSClient", "CreateEksAnywhereSubscriptionCommand")
3118
- .sc(CreateEksAnywhereSubscription)
3126
+ .sc(CreateEksAnywhereSubscription$)
3119
3127
  .build() {
3120
3128
  }
3121
3129
 
@@ -3127,7 +3135,7 @@ class CreateFargateProfileCommand extends smithyClient.Command
3127
3135
  })
3128
3136
  .s("AWSWesleyFrontend", "CreateFargateProfile", {})
3129
3137
  .n("EKSClient", "CreateFargateProfileCommand")
3130
- .sc(CreateFargateProfile)
3138
+ .sc(CreateFargateProfile$)
3131
3139
  .build() {
3132
3140
  }
3133
3141
 
@@ -3139,7 +3147,7 @@ class CreateNodegroupCommand extends smithyClient.Command
3139
3147
  })
3140
3148
  .s("AWSWesleyFrontend", "CreateNodegroup", {})
3141
3149
  .n("EKSClient", "CreateNodegroupCommand")
3142
- .sc(CreateNodegroup)
3150
+ .sc(CreateNodegroup$)
3143
3151
  .build() {
3144
3152
  }
3145
3153
 
@@ -3151,7 +3159,7 @@ class CreatePodIdentityAssociationCommand extends smithyClient.Command
3151
3159
  })
3152
3160
  .s("AWSWesleyFrontend", "CreatePodIdentityAssociation", {})
3153
3161
  .n("EKSClient", "CreatePodIdentityAssociationCommand")
3154
- .sc(CreatePodIdentityAssociation)
3162
+ .sc(CreatePodIdentityAssociation$)
3155
3163
  .build() {
3156
3164
  }
3157
3165
 
@@ -3163,7 +3171,7 @@ class DeleteAccessEntryCommand extends smithyClient.Command
3163
3171
  })
3164
3172
  .s("AWSWesleyFrontend", "DeleteAccessEntry", {})
3165
3173
  .n("EKSClient", "DeleteAccessEntryCommand")
3166
- .sc(DeleteAccessEntry)
3174
+ .sc(DeleteAccessEntry$)
3167
3175
  .build() {
3168
3176
  }
3169
3177
 
@@ -3175,7 +3183,7 @@ class DeleteAddonCommand extends smithyClient.Command
3175
3183
  })
3176
3184
  .s("AWSWesleyFrontend", "DeleteAddon", {})
3177
3185
  .n("EKSClient", "DeleteAddonCommand")
3178
- .sc(DeleteAddon)
3186
+ .sc(DeleteAddon$)
3179
3187
  .build() {
3180
3188
  }
3181
3189
 
@@ -3187,7 +3195,7 @@ class DeleteCapabilityCommand extends smithyClient.Command
3187
3195
  })
3188
3196
  .s("AWSWesleyFrontend", "DeleteCapability", {})
3189
3197
  .n("EKSClient", "DeleteCapabilityCommand")
3190
- .sc(DeleteCapability)
3198
+ .sc(DeleteCapability$)
3191
3199
  .build() {
3192
3200
  }
3193
3201
 
@@ -3199,7 +3207,7 @@ class DeleteClusterCommand extends smithyClient.Command
3199
3207
  })
3200
3208
  .s("AWSWesleyFrontend", "DeleteCluster", {})
3201
3209
  .n("EKSClient", "DeleteClusterCommand")
3202
- .sc(DeleteCluster)
3210
+ .sc(DeleteCluster$)
3203
3211
  .build() {
3204
3212
  }
3205
3213
 
@@ -3211,7 +3219,7 @@ class DeleteEksAnywhereSubscriptionCommand extends smithyClient.Command
3211
3219
  })
3212
3220
  .s("AWSWesleyFrontend", "DeleteEksAnywhereSubscription", {})
3213
3221
  .n("EKSClient", "DeleteEksAnywhereSubscriptionCommand")
3214
- .sc(DeleteEksAnywhereSubscription)
3222
+ .sc(DeleteEksAnywhereSubscription$)
3215
3223
  .build() {
3216
3224
  }
3217
3225
 
@@ -3223,7 +3231,7 @@ class DeleteFargateProfileCommand extends smithyClient.Command
3223
3231
  })
3224
3232
  .s("AWSWesleyFrontend", "DeleteFargateProfile", {})
3225
3233
  .n("EKSClient", "DeleteFargateProfileCommand")
3226
- .sc(DeleteFargateProfile)
3234
+ .sc(DeleteFargateProfile$)
3227
3235
  .build() {
3228
3236
  }
3229
3237
 
@@ -3235,7 +3243,7 @@ class DeleteNodegroupCommand extends smithyClient.Command
3235
3243
  })
3236
3244
  .s("AWSWesleyFrontend", "DeleteNodegroup", {})
3237
3245
  .n("EKSClient", "DeleteNodegroupCommand")
3238
- .sc(DeleteNodegroup)
3246
+ .sc(DeleteNodegroup$)
3239
3247
  .build() {
3240
3248
  }
3241
3249
 
@@ -3247,7 +3255,7 @@ class DeletePodIdentityAssociationCommand extends smithyClient.Command
3247
3255
  })
3248
3256
  .s("AWSWesleyFrontend", "DeletePodIdentityAssociation", {})
3249
3257
  .n("EKSClient", "DeletePodIdentityAssociationCommand")
3250
- .sc(DeletePodIdentityAssociation)
3258
+ .sc(DeletePodIdentityAssociation$)
3251
3259
  .build() {
3252
3260
  }
3253
3261
 
@@ -3259,7 +3267,7 @@ class DeregisterClusterCommand extends smithyClient.Command
3259
3267
  })
3260
3268
  .s("AWSWesleyFrontend", "DeregisterCluster", {})
3261
3269
  .n("EKSClient", "DeregisterClusterCommand")
3262
- .sc(DeregisterCluster)
3270
+ .sc(DeregisterCluster$)
3263
3271
  .build() {
3264
3272
  }
3265
3273
 
@@ -3271,7 +3279,7 @@ class DescribeAccessEntryCommand extends smithyClient.Command
3271
3279
  })
3272
3280
  .s("AWSWesleyFrontend", "DescribeAccessEntry", {})
3273
3281
  .n("EKSClient", "DescribeAccessEntryCommand")
3274
- .sc(DescribeAccessEntry)
3282
+ .sc(DescribeAccessEntry$)
3275
3283
  .build() {
3276
3284
  }
3277
3285
 
@@ -3283,7 +3291,7 @@ class DescribeAddonCommand extends smithyClient.Command
3283
3291
  })
3284
3292
  .s("AWSWesleyFrontend", "DescribeAddon", {})
3285
3293
  .n("EKSClient", "DescribeAddonCommand")
3286
- .sc(DescribeAddon)
3294
+ .sc(DescribeAddon$)
3287
3295
  .build() {
3288
3296
  }
3289
3297
 
@@ -3295,7 +3303,7 @@ class DescribeAddonConfigurationCommand extends smithyClient.Command
3295
3303
  })
3296
3304
  .s("AWSWesleyFrontend", "DescribeAddonConfiguration", {})
3297
3305
  .n("EKSClient", "DescribeAddonConfigurationCommand")
3298
- .sc(DescribeAddonConfiguration)
3306
+ .sc(DescribeAddonConfiguration$)
3299
3307
  .build() {
3300
3308
  }
3301
3309
 
@@ -3307,7 +3315,7 @@ class DescribeAddonVersionsCommand extends smithyClient.Command
3307
3315
  })
3308
3316
  .s("AWSWesleyFrontend", "DescribeAddonVersions", {})
3309
3317
  .n("EKSClient", "DescribeAddonVersionsCommand")
3310
- .sc(DescribeAddonVersions)
3318
+ .sc(DescribeAddonVersions$)
3311
3319
  .build() {
3312
3320
  }
3313
3321
 
@@ -3319,7 +3327,7 @@ class DescribeCapabilityCommand extends smithyClient.Command
3319
3327
  })
3320
3328
  .s("AWSWesleyFrontend", "DescribeCapability", {})
3321
3329
  .n("EKSClient", "DescribeCapabilityCommand")
3322
- .sc(DescribeCapability)
3330
+ .sc(DescribeCapability$)
3323
3331
  .build() {
3324
3332
  }
3325
3333
 
@@ -3331,7 +3339,7 @@ class DescribeClusterCommand extends smithyClient.Command
3331
3339
  })
3332
3340
  .s("AWSWesleyFrontend", "DescribeCluster", {})
3333
3341
  .n("EKSClient", "DescribeClusterCommand")
3334
- .sc(DescribeCluster)
3342
+ .sc(DescribeCluster$)
3335
3343
  .build() {
3336
3344
  }
3337
3345
 
@@ -3343,7 +3351,7 @@ class DescribeClusterVersionsCommand extends smithyClient.Command
3343
3351
  })
3344
3352
  .s("AWSWesleyFrontend", "DescribeClusterVersions", {})
3345
3353
  .n("EKSClient", "DescribeClusterVersionsCommand")
3346
- .sc(DescribeClusterVersions)
3354
+ .sc(DescribeClusterVersions$)
3347
3355
  .build() {
3348
3356
  }
3349
3357
 
@@ -3355,7 +3363,7 @@ class DescribeEksAnywhereSubscriptionCommand extends smithyClient.Command
3355
3363
  })
3356
3364
  .s("AWSWesleyFrontend", "DescribeEksAnywhereSubscription", {})
3357
3365
  .n("EKSClient", "DescribeEksAnywhereSubscriptionCommand")
3358
- .sc(DescribeEksAnywhereSubscription)
3366
+ .sc(DescribeEksAnywhereSubscription$)
3359
3367
  .build() {
3360
3368
  }
3361
3369
 
@@ -3367,7 +3375,7 @@ class DescribeFargateProfileCommand extends smithyClient.Command
3367
3375
  })
3368
3376
  .s("AWSWesleyFrontend", "DescribeFargateProfile", {})
3369
3377
  .n("EKSClient", "DescribeFargateProfileCommand")
3370
- .sc(DescribeFargateProfile)
3378
+ .sc(DescribeFargateProfile$)
3371
3379
  .build() {
3372
3380
  }
3373
3381
 
@@ -3379,7 +3387,7 @@ class DescribeIdentityProviderConfigCommand extends smithyClient.Command
3379
3387
  })
3380
3388
  .s("AWSWesleyFrontend", "DescribeIdentityProviderConfig", {})
3381
3389
  .n("EKSClient", "DescribeIdentityProviderConfigCommand")
3382
- .sc(DescribeIdentityProviderConfig)
3390
+ .sc(DescribeIdentityProviderConfig$)
3383
3391
  .build() {
3384
3392
  }
3385
3393
 
@@ -3391,7 +3399,7 @@ class DescribeInsightCommand extends smithyClient.Command
3391
3399
  })
3392
3400
  .s("AWSWesleyFrontend", "DescribeInsight", {})
3393
3401
  .n("EKSClient", "DescribeInsightCommand")
3394
- .sc(DescribeInsight)
3402
+ .sc(DescribeInsight$)
3395
3403
  .build() {
3396
3404
  }
3397
3405
 
@@ -3403,7 +3411,7 @@ class DescribeInsightsRefreshCommand extends smithyClient.Command
3403
3411
  })
3404
3412
  .s("AWSWesleyFrontend", "DescribeInsightsRefresh", {})
3405
3413
  .n("EKSClient", "DescribeInsightsRefreshCommand")
3406
- .sc(DescribeInsightsRefresh)
3414
+ .sc(DescribeInsightsRefresh$)
3407
3415
  .build() {
3408
3416
  }
3409
3417
 
@@ -3415,7 +3423,7 @@ class DescribeNodegroupCommand extends smithyClient.Command
3415
3423
  })
3416
3424
  .s("AWSWesleyFrontend", "DescribeNodegroup", {})
3417
3425
  .n("EKSClient", "DescribeNodegroupCommand")
3418
- .sc(DescribeNodegroup)
3426
+ .sc(DescribeNodegroup$)
3419
3427
  .build() {
3420
3428
  }
3421
3429
 
@@ -3427,7 +3435,7 @@ class DescribePodIdentityAssociationCommand extends smithyClient.Command
3427
3435
  })
3428
3436
  .s("AWSWesleyFrontend", "DescribePodIdentityAssociation", {})
3429
3437
  .n("EKSClient", "DescribePodIdentityAssociationCommand")
3430
- .sc(DescribePodIdentityAssociation)
3438
+ .sc(DescribePodIdentityAssociation$)
3431
3439
  .build() {
3432
3440
  }
3433
3441
 
@@ -3439,7 +3447,7 @@ class DescribeUpdateCommand extends smithyClient.Command
3439
3447
  })
3440
3448
  .s("AWSWesleyFrontend", "DescribeUpdate", {})
3441
3449
  .n("EKSClient", "DescribeUpdateCommand")
3442
- .sc(DescribeUpdate)
3450
+ .sc(DescribeUpdate$)
3443
3451
  .build() {
3444
3452
  }
3445
3453
 
@@ -3451,7 +3459,7 @@ class DisassociateAccessPolicyCommand extends smithyClient.Command
3451
3459
  })
3452
3460
  .s("AWSWesleyFrontend", "DisassociateAccessPolicy", {})
3453
3461
  .n("EKSClient", "DisassociateAccessPolicyCommand")
3454
- .sc(DisassociateAccessPolicy)
3462
+ .sc(DisassociateAccessPolicy$)
3455
3463
  .build() {
3456
3464
  }
3457
3465
 
@@ -3463,7 +3471,7 @@ class DisassociateIdentityProviderConfigCommand extends smithyClient.Command
3463
3471
  })
3464
3472
  .s("AWSWesleyFrontend", "DisassociateIdentityProviderConfig", {})
3465
3473
  .n("EKSClient", "DisassociateIdentityProviderConfigCommand")
3466
- .sc(DisassociateIdentityProviderConfig)
3474
+ .sc(DisassociateIdentityProviderConfig$)
3467
3475
  .build() {
3468
3476
  }
3469
3477
 
@@ -3475,7 +3483,7 @@ class ListAccessEntriesCommand extends smithyClient.Command
3475
3483
  })
3476
3484
  .s("AWSWesleyFrontend", "ListAccessEntries", {})
3477
3485
  .n("EKSClient", "ListAccessEntriesCommand")
3478
- .sc(ListAccessEntries)
3486
+ .sc(ListAccessEntries$)
3479
3487
  .build() {
3480
3488
  }
3481
3489
 
@@ -3487,7 +3495,7 @@ class ListAccessPoliciesCommand extends smithyClient.Command
3487
3495
  })
3488
3496
  .s("AWSWesleyFrontend", "ListAccessPolicies", {})
3489
3497
  .n("EKSClient", "ListAccessPoliciesCommand")
3490
- .sc(ListAccessPolicies)
3498
+ .sc(ListAccessPolicies$)
3491
3499
  .build() {
3492
3500
  }
3493
3501
 
@@ -3499,7 +3507,7 @@ class ListAddonsCommand extends smithyClient.Command
3499
3507
  })
3500
3508
  .s("AWSWesleyFrontend", "ListAddons", {})
3501
3509
  .n("EKSClient", "ListAddonsCommand")
3502
- .sc(ListAddons)
3510
+ .sc(ListAddons$)
3503
3511
  .build() {
3504
3512
  }
3505
3513
 
@@ -3511,7 +3519,7 @@ class ListAssociatedAccessPoliciesCommand extends smithyClient.Command
3511
3519
  })
3512
3520
  .s("AWSWesleyFrontend", "ListAssociatedAccessPolicies", {})
3513
3521
  .n("EKSClient", "ListAssociatedAccessPoliciesCommand")
3514
- .sc(ListAssociatedAccessPolicies)
3522
+ .sc(ListAssociatedAccessPolicies$)
3515
3523
  .build() {
3516
3524
  }
3517
3525
 
@@ -3523,7 +3531,7 @@ class ListCapabilitiesCommand extends smithyClient.Command
3523
3531
  })
3524
3532
  .s("AWSWesleyFrontend", "ListCapabilities", {})
3525
3533
  .n("EKSClient", "ListCapabilitiesCommand")
3526
- .sc(ListCapabilities)
3534
+ .sc(ListCapabilities$)
3527
3535
  .build() {
3528
3536
  }
3529
3537
 
@@ -3535,7 +3543,7 @@ class ListClustersCommand extends smithyClient.Command
3535
3543
  })
3536
3544
  .s("AWSWesleyFrontend", "ListClusters", {})
3537
3545
  .n("EKSClient", "ListClustersCommand")
3538
- .sc(ListClusters)
3546
+ .sc(ListClusters$)
3539
3547
  .build() {
3540
3548
  }
3541
3549
 
@@ -3547,7 +3555,7 @@ class ListEksAnywhereSubscriptionsCommand extends smithyClient.Command
3547
3555
  })
3548
3556
  .s("AWSWesleyFrontend", "ListEksAnywhereSubscriptions", {})
3549
3557
  .n("EKSClient", "ListEksAnywhereSubscriptionsCommand")
3550
- .sc(ListEksAnywhereSubscriptions)
3558
+ .sc(ListEksAnywhereSubscriptions$)
3551
3559
  .build() {
3552
3560
  }
3553
3561
 
@@ -3559,7 +3567,7 @@ class ListFargateProfilesCommand extends smithyClient.Command
3559
3567
  })
3560
3568
  .s("AWSWesleyFrontend", "ListFargateProfiles", {})
3561
3569
  .n("EKSClient", "ListFargateProfilesCommand")
3562
- .sc(ListFargateProfiles)
3570
+ .sc(ListFargateProfiles$)
3563
3571
  .build() {
3564
3572
  }
3565
3573
 
@@ -3571,7 +3579,7 @@ class ListIdentityProviderConfigsCommand extends smithyClient.Command
3571
3579
  })
3572
3580
  .s("AWSWesleyFrontend", "ListIdentityProviderConfigs", {})
3573
3581
  .n("EKSClient", "ListIdentityProviderConfigsCommand")
3574
- .sc(ListIdentityProviderConfigs)
3582
+ .sc(ListIdentityProviderConfigs$)
3575
3583
  .build() {
3576
3584
  }
3577
3585
 
@@ -3583,7 +3591,7 @@ class ListInsightsCommand extends smithyClient.Command
3583
3591
  })
3584
3592
  .s("AWSWesleyFrontend", "ListInsights", {})
3585
3593
  .n("EKSClient", "ListInsightsCommand")
3586
- .sc(ListInsights)
3594
+ .sc(ListInsights$)
3587
3595
  .build() {
3588
3596
  }
3589
3597
 
@@ -3595,7 +3603,7 @@ class ListNodegroupsCommand extends smithyClient.Command
3595
3603
  })
3596
3604
  .s("AWSWesleyFrontend", "ListNodegroups", {})
3597
3605
  .n("EKSClient", "ListNodegroupsCommand")
3598
- .sc(ListNodegroups)
3606
+ .sc(ListNodegroups$)
3599
3607
  .build() {
3600
3608
  }
3601
3609
 
@@ -3607,7 +3615,7 @@ class ListPodIdentityAssociationsCommand extends smithyClient.Command
3607
3615
  })
3608
3616
  .s("AWSWesleyFrontend", "ListPodIdentityAssociations", {})
3609
3617
  .n("EKSClient", "ListPodIdentityAssociationsCommand")
3610
- .sc(ListPodIdentityAssociations)
3618
+ .sc(ListPodIdentityAssociations$)
3611
3619
  .build() {
3612
3620
  }
3613
3621
 
@@ -3619,7 +3627,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
3619
3627
  })
3620
3628
  .s("AWSWesleyFrontend", "ListTagsForResource", {})
3621
3629
  .n("EKSClient", "ListTagsForResourceCommand")
3622
- .sc(ListTagsForResource)
3630
+ .sc(ListTagsForResource$)
3623
3631
  .build() {
3624
3632
  }
3625
3633
 
@@ -3631,7 +3639,7 @@ class ListUpdatesCommand extends smithyClient.Command
3631
3639
  })
3632
3640
  .s("AWSWesleyFrontend", "ListUpdates", {})
3633
3641
  .n("EKSClient", "ListUpdatesCommand")
3634
- .sc(ListUpdates)
3642
+ .sc(ListUpdates$)
3635
3643
  .build() {
3636
3644
  }
3637
3645
 
@@ -3643,7 +3651,7 @@ class RegisterClusterCommand extends smithyClient.Command
3643
3651
  })
3644
3652
  .s("AWSWesleyFrontend", "RegisterCluster", {})
3645
3653
  .n("EKSClient", "RegisterClusterCommand")
3646
- .sc(RegisterCluster)
3654
+ .sc(RegisterCluster$)
3647
3655
  .build() {
3648
3656
  }
3649
3657
 
@@ -3655,7 +3663,7 @@ class StartInsightsRefreshCommand extends smithyClient.Command
3655
3663
  })
3656
3664
  .s("AWSWesleyFrontend", "StartInsightsRefresh", {})
3657
3665
  .n("EKSClient", "StartInsightsRefreshCommand")
3658
- .sc(StartInsightsRefresh)
3666
+ .sc(StartInsightsRefresh$)
3659
3667
  .build() {
3660
3668
  }
3661
3669
 
@@ -3667,7 +3675,7 @@ class TagResourceCommand extends smithyClient.Command
3667
3675
  })
3668
3676
  .s("AWSWesleyFrontend", "TagResource", {})
3669
3677
  .n("EKSClient", "TagResourceCommand")
3670
- .sc(TagResource)
3678
+ .sc(TagResource$)
3671
3679
  .build() {
3672
3680
  }
3673
3681
 
@@ -3679,7 +3687,7 @@ class UntagResourceCommand extends smithyClient.Command
3679
3687
  })
3680
3688
  .s("AWSWesleyFrontend", "UntagResource", {})
3681
3689
  .n("EKSClient", "UntagResourceCommand")
3682
- .sc(UntagResource)
3690
+ .sc(UntagResource$)
3683
3691
  .build() {
3684
3692
  }
3685
3693
 
@@ -3691,7 +3699,7 @@ class UpdateAccessEntryCommand extends smithyClient.Command
3691
3699
  })
3692
3700
  .s("AWSWesleyFrontend", "UpdateAccessEntry", {})
3693
3701
  .n("EKSClient", "UpdateAccessEntryCommand")
3694
- .sc(UpdateAccessEntry)
3702
+ .sc(UpdateAccessEntry$)
3695
3703
  .build() {
3696
3704
  }
3697
3705
 
@@ -3703,7 +3711,7 @@ class UpdateAddonCommand extends smithyClient.Command
3703
3711
  })
3704
3712
  .s("AWSWesleyFrontend", "UpdateAddon", {})
3705
3713
  .n("EKSClient", "UpdateAddonCommand")
3706
- .sc(UpdateAddon)
3714
+ .sc(UpdateAddon$)
3707
3715
  .build() {
3708
3716
  }
3709
3717
 
@@ -3715,7 +3723,7 @@ class UpdateCapabilityCommand extends smithyClient.Command
3715
3723
  })
3716
3724
  .s("AWSWesleyFrontend", "UpdateCapability", {})
3717
3725
  .n("EKSClient", "UpdateCapabilityCommand")
3718
- .sc(UpdateCapability)
3726
+ .sc(UpdateCapability$)
3719
3727
  .build() {
3720
3728
  }
3721
3729
 
@@ -3727,7 +3735,7 @@ class UpdateClusterConfigCommand extends smithyClient.Command
3727
3735
  })
3728
3736
  .s("AWSWesleyFrontend", "UpdateClusterConfig", {})
3729
3737
  .n("EKSClient", "UpdateClusterConfigCommand")
3730
- .sc(UpdateClusterConfig)
3738
+ .sc(UpdateClusterConfig$)
3731
3739
  .build() {
3732
3740
  }
3733
3741
 
@@ -3739,7 +3747,7 @@ class UpdateClusterVersionCommand extends smithyClient.Command
3739
3747
  })
3740
3748
  .s("AWSWesleyFrontend", "UpdateClusterVersion", {})
3741
3749
  .n("EKSClient", "UpdateClusterVersionCommand")
3742
- .sc(UpdateClusterVersion)
3750
+ .sc(UpdateClusterVersion$)
3743
3751
  .build() {
3744
3752
  }
3745
3753
 
@@ -3751,7 +3759,7 @@ class UpdateEksAnywhereSubscriptionCommand extends smithyClient.Command
3751
3759
  })
3752
3760
  .s("AWSWesleyFrontend", "UpdateEksAnywhereSubscription", {})
3753
3761
  .n("EKSClient", "UpdateEksAnywhereSubscriptionCommand")
3754
- .sc(UpdateEksAnywhereSubscription)
3762
+ .sc(UpdateEksAnywhereSubscription$)
3755
3763
  .build() {
3756
3764
  }
3757
3765
 
@@ -3763,7 +3771,7 @@ class UpdateNodegroupConfigCommand extends smithyClient.Command
3763
3771
  })
3764
3772
  .s("AWSWesleyFrontend", "UpdateNodegroupConfig", {})
3765
3773
  .n("EKSClient", "UpdateNodegroupConfigCommand")
3766
- .sc(UpdateNodegroupConfig)
3774
+ .sc(UpdateNodegroupConfig$)
3767
3775
  .build() {
3768
3776
  }
3769
3777
 
@@ -3775,7 +3783,7 @@ class UpdateNodegroupVersionCommand extends smithyClient.Command
3775
3783
  })
3776
3784
  .s("AWSWesleyFrontend", "UpdateNodegroupVersion", {})
3777
3785
  .n("EKSClient", "UpdateNodegroupVersionCommand")
3778
- .sc(UpdateNodegroupVersion)
3786
+ .sc(UpdateNodegroupVersion$)
3779
3787
  .build() {
3780
3788
  }
3781
3789
 
@@ -3787,7 +3795,7 @@ class UpdatePodIdentityAssociationCommand extends smithyClient.Command
3787
3795
  })
3788
3796
  .s("AWSWesleyFrontend", "UpdatePodIdentityAssociation", {})
3789
3797
  .n("EKSClient", "UpdatePodIdentityAssociationCommand")
3790
- .sc(UpdatePodIdentityAssociation)
3798
+ .sc(UpdatePodIdentityAssociation$)
3791
3799
  .build() {
3792
3800
  }
3793
3801
 
@@ -4581,127 +4589,445 @@ Object.defineProperty(exports, "__Client", {
4581
4589
  get: function () { return smithyClient.Client; }
4582
4590
  });
4583
4591
  exports.AMITypes = AMITypes;
4584
- exports.AccessDeniedException = AccessDeniedException$1;
4592
+ exports.AccessConfigResponse$ = AccessConfigResponse$;
4593
+ exports.AccessDeniedException = AccessDeniedException;
4594
+ exports.AccessDeniedException$ = AccessDeniedException$;
4595
+ exports.AccessEntry$ = AccessEntry$;
4596
+ exports.AccessPolicy$ = AccessPolicy$;
4597
+ exports.AccessScope$ = AccessScope$;
4585
4598
  exports.AccessScopeType = AccessScopeType;
4599
+ exports.Addon$ = Addon$;
4600
+ exports.AddonCompatibilityDetail$ = AddonCompatibilityDetail$;
4601
+ exports.AddonHealth$ = AddonHealth$;
4602
+ exports.AddonInfo$ = AddonInfo$;
4603
+ exports.AddonIssue$ = AddonIssue$;
4586
4604
  exports.AddonIssueCode = AddonIssueCode;
4605
+ exports.AddonNamespaceConfigRequest$ = AddonNamespaceConfigRequest$;
4606
+ exports.AddonNamespaceConfigResponse$ = AddonNamespaceConfigResponse$;
4607
+ exports.AddonPodIdentityAssociations$ = AddonPodIdentityAssociations$;
4608
+ exports.AddonPodIdentityConfiguration$ = AddonPodIdentityConfiguration$;
4587
4609
  exports.AddonStatus = AddonStatus;
4610
+ exports.AddonVersionInfo$ = AddonVersionInfo$;
4611
+ exports.ArgoCdAwsIdcConfigRequest$ = ArgoCdAwsIdcConfigRequest$;
4612
+ exports.ArgoCdAwsIdcConfigResponse$ = ArgoCdAwsIdcConfigResponse$;
4613
+ exports.ArgoCdConfigRequest$ = ArgoCdConfigRequest$;
4614
+ exports.ArgoCdConfigResponse$ = ArgoCdConfigResponse$;
4615
+ exports.ArgoCdNetworkAccessConfigRequest$ = ArgoCdNetworkAccessConfigRequest$;
4616
+ exports.ArgoCdNetworkAccessConfigResponse$ = ArgoCdNetworkAccessConfigResponse$;
4588
4617
  exports.ArgoCdRole = ArgoCdRole;
4618
+ exports.ArgoCdRoleMapping$ = ArgoCdRoleMapping$;
4619
+ exports.AssociateAccessPolicy$ = AssociateAccessPolicy$;
4589
4620
  exports.AssociateAccessPolicyCommand = AssociateAccessPolicyCommand;
4621
+ exports.AssociateAccessPolicyRequest$ = AssociateAccessPolicyRequest$;
4622
+ exports.AssociateAccessPolicyResponse$ = AssociateAccessPolicyResponse$;
4623
+ exports.AssociateEncryptionConfig$ = AssociateEncryptionConfig$;
4590
4624
  exports.AssociateEncryptionConfigCommand = AssociateEncryptionConfigCommand;
4625
+ exports.AssociateEncryptionConfigRequest$ = AssociateEncryptionConfigRequest$;
4626
+ exports.AssociateEncryptionConfigResponse$ = AssociateEncryptionConfigResponse$;
4627
+ exports.AssociateIdentityProviderConfig$ = AssociateIdentityProviderConfig$;
4591
4628
  exports.AssociateIdentityProviderConfigCommand = AssociateIdentityProviderConfigCommand;
4629
+ exports.AssociateIdentityProviderConfigRequest$ = AssociateIdentityProviderConfigRequest$;
4630
+ exports.AssociateIdentityProviderConfigResponse$ = AssociateIdentityProviderConfigResponse$;
4631
+ exports.AssociatedAccessPolicy$ = AssociatedAccessPolicy$;
4592
4632
  exports.AuthenticationMode = AuthenticationMode;
4593
- exports.BadRequestException = BadRequestException$1;
4633
+ exports.AutoScalingGroup$ = AutoScalingGroup$;
4634
+ exports.BadRequestException = BadRequestException;
4635
+ exports.BadRequestException$ = BadRequestException$;
4636
+ exports.BlockStorage$ = BlockStorage$;
4637
+ exports.Capability$ = Capability$;
4638
+ exports.CapabilityConfigurationRequest$ = CapabilityConfigurationRequest$;
4639
+ exports.CapabilityConfigurationResponse$ = CapabilityConfigurationResponse$;
4594
4640
  exports.CapabilityDeletePropagationPolicy = CapabilityDeletePropagationPolicy;
4641
+ exports.CapabilityHealth$ = CapabilityHealth$;
4642
+ exports.CapabilityIssue$ = CapabilityIssue$;
4595
4643
  exports.CapabilityIssueCode = CapabilityIssueCode;
4596
4644
  exports.CapabilityStatus = CapabilityStatus;
4645
+ exports.CapabilitySummary$ = CapabilitySummary$;
4597
4646
  exports.CapabilityType = CapabilityType;
4598
4647
  exports.CapacityTypes = CapacityTypes;
4599
4648
  exports.Category = Category;
4600
- exports.ClientException = ClientException$1;
4649
+ exports.Certificate$ = Certificate$;
4650
+ exports.ClientException = ClientException;
4651
+ exports.ClientException$ = ClientException$;
4652
+ exports.ClientStat$ = ClientStat$;
4653
+ exports.Cluster$ = Cluster$;
4654
+ exports.ClusterHealth$ = ClusterHealth$;
4655
+ exports.ClusterIssue$ = ClusterIssue$;
4601
4656
  exports.ClusterIssueCode = ClusterIssueCode;
4602
4657
  exports.ClusterStatus = ClusterStatus;
4658
+ exports.ClusterVersionInformation$ = ClusterVersionInformation$;
4603
4659
  exports.ClusterVersionStatus = ClusterVersionStatus;
4660
+ exports.Compatibility$ = Compatibility$;
4661
+ exports.ComputeConfigRequest$ = ComputeConfigRequest$;
4662
+ exports.ComputeConfigResponse$ = ComputeConfigResponse$;
4604
4663
  exports.ConfigStatus = ConfigStatus;
4605
4664
  exports.ConnectorConfigProvider = ConnectorConfigProvider;
4665
+ exports.ConnectorConfigRequest$ = ConnectorConfigRequest$;
4666
+ exports.ConnectorConfigResponse$ = ConnectorConfigResponse$;
4667
+ exports.ControlPlanePlacementRequest$ = ControlPlanePlacementRequest$;
4668
+ exports.ControlPlanePlacementResponse$ = ControlPlanePlacementResponse$;
4669
+ exports.ControlPlaneScalingConfig$ = ControlPlaneScalingConfig$;
4670
+ exports.CreateAccessConfigRequest$ = CreateAccessConfigRequest$;
4671
+ exports.CreateAccessEntry$ = CreateAccessEntry$;
4606
4672
  exports.CreateAccessEntryCommand = CreateAccessEntryCommand;
4673
+ exports.CreateAccessEntryRequest$ = CreateAccessEntryRequest$;
4674
+ exports.CreateAccessEntryResponse$ = CreateAccessEntryResponse$;
4675
+ exports.CreateAddon$ = CreateAddon$;
4607
4676
  exports.CreateAddonCommand = CreateAddonCommand;
4677
+ exports.CreateAddonRequest$ = CreateAddonRequest$;
4678
+ exports.CreateAddonResponse$ = CreateAddonResponse$;
4679
+ exports.CreateCapability$ = CreateCapability$;
4608
4680
  exports.CreateCapabilityCommand = CreateCapabilityCommand;
4681
+ exports.CreateCapabilityRequest$ = CreateCapabilityRequest$;
4682
+ exports.CreateCapabilityResponse$ = CreateCapabilityResponse$;
4683
+ exports.CreateCluster$ = CreateCluster$;
4609
4684
  exports.CreateClusterCommand = CreateClusterCommand;
4685
+ exports.CreateClusterRequest$ = CreateClusterRequest$;
4686
+ exports.CreateClusterResponse$ = CreateClusterResponse$;
4687
+ exports.CreateEksAnywhereSubscription$ = CreateEksAnywhereSubscription$;
4610
4688
  exports.CreateEksAnywhereSubscriptionCommand = CreateEksAnywhereSubscriptionCommand;
4689
+ exports.CreateEksAnywhereSubscriptionRequest$ = CreateEksAnywhereSubscriptionRequest$;
4690
+ exports.CreateEksAnywhereSubscriptionResponse$ = CreateEksAnywhereSubscriptionResponse$;
4691
+ exports.CreateFargateProfile$ = CreateFargateProfile$;
4611
4692
  exports.CreateFargateProfileCommand = CreateFargateProfileCommand;
4693
+ exports.CreateFargateProfileRequest$ = CreateFargateProfileRequest$;
4694
+ exports.CreateFargateProfileResponse$ = CreateFargateProfileResponse$;
4695
+ exports.CreateNodegroup$ = CreateNodegroup$;
4612
4696
  exports.CreateNodegroupCommand = CreateNodegroupCommand;
4697
+ exports.CreateNodegroupRequest$ = CreateNodegroupRequest$;
4698
+ exports.CreateNodegroupResponse$ = CreateNodegroupResponse$;
4699
+ exports.CreatePodIdentityAssociation$ = CreatePodIdentityAssociation$;
4613
4700
  exports.CreatePodIdentityAssociationCommand = CreatePodIdentityAssociationCommand;
4701
+ exports.CreatePodIdentityAssociationRequest$ = CreatePodIdentityAssociationRequest$;
4702
+ exports.CreatePodIdentityAssociationResponse$ = CreatePodIdentityAssociationResponse$;
4703
+ exports.DeleteAccessEntry$ = DeleteAccessEntry$;
4614
4704
  exports.DeleteAccessEntryCommand = DeleteAccessEntryCommand;
4705
+ exports.DeleteAccessEntryRequest$ = DeleteAccessEntryRequest$;
4706
+ exports.DeleteAccessEntryResponse$ = DeleteAccessEntryResponse$;
4707
+ exports.DeleteAddon$ = DeleteAddon$;
4615
4708
  exports.DeleteAddonCommand = DeleteAddonCommand;
4709
+ exports.DeleteAddonRequest$ = DeleteAddonRequest$;
4710
+ exports.DeleteAddonResponse$ = DeleteAddonResponse$;
4711
+ exports.DeleteCapability$ = DeleteCapability$;
4616
4712
  exports.DeleteCapabilityCommand = DeleteCapabilityCommand;
4713
+ exports.DeleteCapabilityRequest$ = DeleteCapabilityRequest$;
4714
+ exports.DeleteCapabilityResponse$ = DeleteCapabilityResponse$;
4715
+ exports.DeleteCluster$ = DeleteCluster$;
4617
4716
  exports.DeleteClusterCommand = DeleteClusterCommand;
4717
+ exports.DeleteClusterRequest$ = DeleteClusterRequest$;
4718
+ exports.DeleteClusterResponse$ = DeleteClusterResponse$;
4719
+ exports.DeleteEksAnywhereSubscription$ = DeleteEksAnywhereSubscription$;
4618
4720
  exports.DeleteEksAnywhereSubscriptionCommand = DeleteEksAnywhereSubscriptionCommand;
4721
+ exports.DeleteEksAnywhereSubscriptionRequest$ = DeleteEksAnywhereSubscriptionRequest$;
4722
+ exports.DeleteEksAnywhereSubscriptionResponse$ = DeleteEksAnywhereSubscriptionResponse$;
4723
+ exports.DeleteFargateProfile$ = DeleteFargateProfile$;
4619
4724
  exports.DeleteFargateProfileCommand = DeleteFargateProfileCommand;
4725
+ exports.DeleteFargateProfileRequest$ = DeleteFargateProfileRequest$;
4726
+ exports.DeleteFargateProfileResponse$ = DeleteFargateProfileResponse$;
4727
+ exports.DeleteNodegroup$ = DeleteNodegroup$;
4620
4728
  exports.DeleteNodegroupCommand = DeleteNodegroupCommand;
4729
+ exports.DeleteNodegroupRequest$ = DeleteNodegroupRequest$;
4730
+ exports.DeleteNodegroupResponse$ = DeleteNodegroupResponse$;
4731
+ exports.DeletePodIdentityAssociation$ = DeletePodIdentityAssociation$;
4621
4732
  exports.DeletePodIdentityAssociationCommand = DeletePodIdentityAssociationCommand;
4733
+ exports.DeletePodIdentityAssociationRequest$ = DeletePodIdentityAssociationRequest$;
4734
+ exports.DeletePodIdentityAssociationResponse$ = DeletePodIdentityAssociationResponse$;
4735
+ exports.DeprecationDetail$ = DeprecationDetail$;
4736
+ exports.DeregisterCluster$ = DeregisterCluster$;
4622
4737
  exports.DeregisterClusterCommand = DeregisterClusterCommand;
4738
+ exports.DeregisterClusterRequest$ = DeregisterClusterRequest$;
4739
+ exports.DeregisterClusterResponse$ = DeregisterClusterResponse$;
4740
+ exports.DescribeAccessEntry$ = DescribeAccessEntry$;
4623
4741
  exports.DescribeAccessEntryCommand = DescribeAccessEntryCommand;
4742
+ exports.DescribeAccessEntryRequest$ = DescribeAccessEntryRequest$;
4743
+ exports.DescribeAccessEntryResponse$ = DescribeAccessEntryResponse$;
4744
+ exports.DescribeAddon$ = DescribeAddon$;
4624
4745
  exports.DescribeAddonCommand = DescribeAddonCommand;
4746
+ exports.DescribeAddonConfiguration$ = DescribeAddonConfiguration$;
4625
4747
  exports.DescribeAddonConfigurationCommand = DescribeAddonConfigurationCommand;
4748
+ exports.DescribeAddonConfigurationRequest$ = DescribeAddonConfigurationRequest$;
4749
+ exports.DescribeAddonConfigurationResponse$ = DescribeAddonConfigurationResponse$;
4750
+ exports.DescribeAddonRequest$ = DescribeAddonRequest$;
4751
+ exports.DescribeAddonResponse$ = DescribeAddonResponse$;
4752
+ exports.DescribeAddonVersions$ = DescribeAddonVersions$;
4626
4753
  exports.DescribeAddonVersionsCommand = DescribeAddonVersionsCommand;
4754
+ exports.DescribeAddonVersionsRequest$ = DescribeAddonVersionsRequest$;
4755
+ exports.DescribeAddonVersionsResponse$ = DescribeAddonVersionsResponse$;
4756
+ exports.DescribeCapability$ = DescribeCapability$;
4627
4757
  exports.DescribeCapabilityCommand = DescribeCapabilityCommand;
4758
+ exports.DescribeCapabilityRequest$ = DescribeCapabilityRequest$;
4759
+ exports.DescribeCapabilityResponse$ = DescribeCapabilityResponse$;
4760
+ exports.DescribeCluster$ = DescribeCluster$;
4628
4761
  exports.DescribeClusterCommand = DescribeClusterCommand;
4762
+ exports.DescribeClusterRequest$ = DescribeClusterRequest$;
4763
+ exports.DescribeClusterResponse$ = DescribeClusterResponse$;
4764
+ exports.DescribeClusterVersions$ = DescribeClusterVersions$;
4629
4765
  exports.DescribeClusterVersionsCommand = DescribeClusterVersionsCommand;
4766
+ exports.DescribeClusterVersionsRequest$ = DescribeClusterVersionsRequest$;
4767
+ exports.DescribeClusterVersionsResponse$ = DescribeClusterVersionsResponse$;
4768
+ exports.DescribeEksAnywhereSubscription$ = DescribeEksAnywhereSubscription$;
4630
4769
  exports.DescribeEksAnywhereSubscriptionCommand = DescribeEksAnywhereSubscriptionCommand;
4770
+ exports.DescribeEksAnywhereSubscriptionRequest$ = DescribeEksAnywhereSubscriptionRequest$;
4771
+ exports.DescribeEksAnywhereSubscriptionResponse$ = DescribeEksAnywhereSubscriptionResponse$;
4772
+ exports.DescribeFargateProfile$ = DescribeFargateProfile$;
4631
4773
  exports.DescribeFargateProfileCommand = DescribeFargateProfileCommand;
4774
+ exports.DescribeFargateProfileRequest$ = DescribeFargateProfileRequest$;
4775
+ exports.DescribeFargateProfileResponse$ = DescribeFargateProfileResponse$;
4776
+ exports.DescribeIdentityProviderConfig$ = DescribeIdentityProviderConfig$;
4632
4777
  exports.DescribeIdentityProviderConfigCommand = DescribeIdentityProviderConfigCommand;
4778
+ exports.DescribeIdentityProviderConfigRequest$ = DescribeIdentityProviderConfigRequest$;
4779
+ exports.DescribeIdentityProviderConfigResponse$ = DescribeIdentityProviderConfigResponse$;
4780
+ exports.DescribeInsight$ = DescribeInsight$;
4633
4781
  exports.DescribeInsightCommand = DescribeInsightCommand;
4782
+ exports.DescribeInsightRequest$ = DescribeInsightRequest$;
4783
+ exports.DescribeInsightResponse$ = DescribeInsightResponse$;
4784
+ exports.DescribeInsightsRefresh$ = DescribeInsightsRefresh$;
4634
4785
  exports.DescribeInsightsRefreshCommand = DescribeInsightsRefreshCommand;
4786
+ exports.DescribeInsightsRefreshRequest$ = DescribeInsightsRefreshRequest$;
4787
+ exports.DescribeInsightsRefreshResponse$ = DescribeInsightsRefreshResponse$;
4788
+ exports.DescribeNodegroup$ = DescribeNodegroup$;
4635
4789
  exports.DescribeNodegroupCommand = DescribeNodegroupCommand;
4790
+ exports.DescribeNodegroupRequest$ = DescribeNodegroupRequest$;
4791
+ exports.DescribeNodegroupResponse$ = DescribeNodegroupResponse$;
4792
+ exports.DescribePodIdentityAssociation$ = DescribePodIdentityAssociation$;
4636
4793
  exports.DescribePodIdentityAssociationCommand = DescribePodIdentityAssociationCommand;
4794
+ exports.DescribePodIdentityAssociationRequest$ = DescribePodIdentityAssociationRequest$;
4795
+ exports.DescribePodIdentityAssociationResponse$ = DescribePodIdentityAssociationResponse$;
4796
+ exports.DescribeUpdate$ = DescribeUpdate$;
4637
4797
  exports.DescribeUpdateCommand = DescribeUpdateCommand;
4798
+ exports.DescribeUpdateRequest$ = DescribeUpdateRequest$;
4799
+ exports.DescribeUpdateResponse$ = DescribeUpdateResponse$;
4800
+ exports.DisassociateAccessPolicy$ = DisassociateAccessPolicy$;
4638
4801
  exports.DisassociateAccessPolicyCommand = DisassociateAccessPolicyCommand;
4802
+ exports.DisassociateAccessPolicyRequest$ = DisassociateAccessPolicyRequest$;
4803
+ exports.DisassociateAccessPolicyResponse$ = DisassociateAccessPolicyResponse$;
4804
+ exports.DisassociateIdentityProviderConfig$ = DisassociateIdentityProviderConfig$;
4639
4805
  exports.DisassociateIdentityProviderConfigCommand = DisassociateIdentityProviderConfigCommand;
4806
+ exports.DisassociateIdentityProviderConfigRequest$ = DisassociateIdentityProviderConfigRequest$;
4807
+ exports.DisassociateIdentityProviderConfigResponse$ = DisassociateIdentityProviderConfigResponse$;
4640
4808
  exports.EKS = EKS;
4641
4809
  exports.EKSClient = EKSClient;
4642
- exports.EKSServiceException = EKSServiceException$1;
4810
+ exports.EKSServiceException = EKSServiceException;
4811
+ exports.EKSServiceException$ = EKSServiceException$;
4812
+ exports.EksAnywhereSubscription$ = EksAnywhereSubscription$;
4643
4813
  exports.EksAnywhereSubscriptionLicenseType = EksAnywhereSubscriptionLicenseType;
4644
4814
  exports.EksAnywhereSubscriptionStatus = EksAnywhereSubscriptionStatus;
4815
+ exports.EksAnywhereSubscriptionTerm$ = EksAnywhereSubscriptionTerm$;
4645
4816
  exports.EksAnywhereSubscriptionTermUnit = EksAnywhereSubscriptionTermUnit;
4817
+ exports.ElasticLoadBalancing$ = ElasticLoadBalancing$;
4818
+ exports.EncryptionConfig$ = EncryptionConfig$;
4646
4819
  exports.ErrorCode = ErrorCode;
4820
+ exports.ErrorDetail$ = ErrorDetail$;
4821
+ exports.FargateProfile$ = FargateProfile$;
4822
+ exports.FargateProfileHealth$ = FargateProfileHealth$;
4823
+ exports.FargateProfileIssue$ = FargateProfileIssue$;
4647
4824
  exports.FargateProfileIssueCode = FargateProfileIssueCode;
4825
+ exports.FargateProfileSelector$ = FargateProfileSelector$;
4648
4826
  exports.FargateProfileStatus = FargateProfileStatus;
4827
+ exports.Identity$ = Identity$;
4828
+ exports.IdentityProviderConfig$ = IdentityProviderConfig$;
4829
+ exports.IdentityProviderConfigResponse$ = IdentityProviderConfigResponse$;
4830
+ exports.Insight$ = Insight$;
4831
+ exports.InsightCategorySpecificSummary$ = InsightCategorySpecificSummary$;
4832
+ exports.InsightResourceDetail$ = InsightResourceDetail$;
4833
+ exports.InsightStatus$ = InsightStatus$;
4649
4834
  exports.InsightStatusValue = InsightStatusValue;
4835
+ exports.InsightSummary$ = InsightSummary$;
4836
+ exports.InsightsFilter$ = InsightsFilter$;
4650
4837
  exports.InsightsRefreshStatus = InsightsRefreshStatus;
4651
- exports.InvalidParameterException = InvalidParameterException$1;
4652
- exports.InvalidRequestException = InvalidRequestException$1;
4653
- exports.InvalidStateException = InvalidStateException$1;
4838
+ exports.InvalidParameterException = InvalidParameterException;
4839
+ exports.InvalidParameterException$ = InvalidParameterException$;
4840
+ exports.InvalidRequestException = InvalidRequestException;
4841
+ exports.InvalidRequestException$ = InvalidRequestException$;
4842
+ exports.InvalidStateException = InvalidStateException;
4843
+ exports.InvalidStateException$ = InvalidStateException$;
4654
4844
  exports.IpFamily = IpFamily;
4845
+ exports.Issue$ = Issue$;
4846
+ exports.KubernetesNetworkConfigRequest$ = KubernetesNetworkConfigRequest$;
4847
+ exports.KubernetesNetworkConfigResponse$ = KubernetesNetworkConfigResponse$;
4848
+ exports.LaunchTemplateSpecification$ = LaunchTemplateSpecification$;
4849
+ exports.License$ = License$;
4850
+ exports.ListAccessEntries$ = ListAccessEntries$;
4655
4851
  exports.ListAccessEntriesCommand = ListAccessEntriesCommand;
4852
+ exports.ListAccessEntriesRequest$ = ListAccessEntriesRequest$;
4853
+ exports.ListAccessEntriesResponse$ = ListAccessEntriesResponse$;
4854
+ exports.ListAccessPolicies$ = ListAccessPolicies$;
4656
4855
  exports.ListAccessPoliciesCommand = ListAccessPoliciesCommand;
4856
+ exports.ListAccessPoliciesRequest$ = ListAccessPoliciesRequest$;
4857
+ exports.ListAccessPoliciesResponse$ = ListAccessPoliciesResponse$;
4858
+ exports.ListAddons$ = ListAddons$;
4657
4859
  exports.ListAddonsCommand = ListAddonsCommand;
4860
+ exports.ListAddonsRequest$ = ListAddonsRequest$;
4861
+ exports.ListAddonsResponse$ = ListAddonsResponse$;
4862
+ exports.ListAssociatedAccessPolicies$ = ListAssociatedAccessPolicies$;
4658
4863
  exports.ListAssociatedAccessPoliciesCommand = ListAssociatedAccessPoliciesCommand;
4864
+ exports.ListAssociatedAccessPoliciesRequest$ = ListAssociatedAccessPoliciesRequest$;
4865
+ exports.ListAssociatedAccessPoliciesResponse$ = ListAssociatedAccessPoliciesResponse$;
4866
+ exports.ListCapabilities$ = ListCapabilities$;
4659
4867
  exports.ListCapabilitiesCommand = ListCapabilitiesCommand;
4868
+ exports.ListCapabilitiesRequest$ = ListCapabilitiesRequest$;
4869
+ exports.ListCapabilitiesResponse$ = ListCapabilitiesResponse$;
4870
+ exports.ListClusters$ = ListClusters$;
4660
4871
  exports.ListClustersCommand = ListClustersCommand;
4872
+ exports.ListClustersRequest$ = ListClustersRequest$;
4873
+ exports.ListClustersResponse$ = ListClustersResponse$;
4874
+ exports.ListEksAnywhereSubscriptions$ = ListEksAnywhereSubscriptions$;
4661
4875
  exports.ListEksAnywhereSubscriptionsCommand = ListEksAnywhereSubscriptionsCommand;
4876
+ exports.ListEksAnywhereSubscriptionsRequest$ = ListEksAnywhereSubscriptionsRequest$;
4877
+ exports.ListEksAnywhereSubscriptionsResponse$ = ListEksAnywhereSubscriptionsResponse$;
4878
+ exports.ListFargateProfiles$ = ListFargateProfiles$;
4662
4879
  exports.ListFargateProfilesCommand = ListFargateProfilesCommand;
4880
+ exports.ListFargateProfilesRequest$ = ListFargateProfilesRequest$;
4881
+ exports.ListFargateProfilesResponse$ = ListFargateProfilesResponse$;
4882
+ exports.ListIdentityProviderConfigs$ = ListIdentityProviderConfigs$;
4663
4883
  exports.ListIdentityProviderConfigsCommand = ListIdentityProviderConfigsCommand;
4884
+ exports.ListIdentityProviderConfigsRequest$ = ListIdentityProviderConfigsRequest$;
4885
+ exports.ListIdentityProviderConfigsResponse$ = ListIdentityProviderConfigsResponse$;
4886
+ exports.ListInsights$ = ListInsights$;
4664
4887
  exports.ListInsightsCommand = ListInsightsCommand;
4888
+ exports.ListInsightsRequest$ = ListInsightsRequest$;
4889
+ exports.ListInsightsResponse$ = ListInsightsResponse$;
4890
+ exports.ListNodegroups$ = ListNodegroups$;
4665
4891
  exports.ListNodegroupsCommand = ListNodegroupsCommand;
4892
+ exports.ListNodegroupsRequest$ = ListNodegroupsRequest$;
4893
+ exports.ListNodegroupsResponse$ = ListNodegroupsResponse$;
4894
+ exports.ListPodIdentityAssociations$ = ListPodIdentityAssociations$;
4666
4895
  exports.ListPodIdentityAssociationsCommand = ListPodIdentityAssociationsCommand;
4896
+ exports.ListPodIdentityAssociationsRequest$ = ListPodIdentityAssociationsRequest$;
4897
+ exports.ListPodIdentityAssociationsResponse$ = ListPodIdentityAssociationsResponse$;
4898
+ exports.ListTagsForResource$ = ListTagsForResource$;
4667
4899
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
4900
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
4901
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
4902
+ exports.ListUpdates$ = ListUpdates$;
4668
4903
  exports.ListUpdatesCommand = ListUpdatesCommand;
4904
+ exports.ListUpdatesRequest$ = ListUpdatesRequest$;
4905
+ exports.ListUpdatesResponse$ = ListUpdatesResponse$;
4906
+ exports.LogSetup$ = LogSetup$;
4669
4907
  exports.LogType = LogType;
4908
+ exports.Logging$ = Logging$;
4909
+ exports.MarketplaceInformation$ = MarketplaceInformation$;
4910
+ exports.NodeRepairConfig$ = NodeRepairConfig$;
4911
+ exports.NodeRepairConfigOverrides$ = NodeRepairConfigOverrides$;
4912
+ exports.Nodegroup$ = Nodegroup$;
4913
+ exports.NodegroupHealth$ = NodegroupHealth$;
4670
4914
  exports.NodegroupIssueCode = NodegroupIssueCode;
4915
+ exports.NodegroupResources$ = NodegroupResources$;
4916
+ exports.NodegroupScalingConfig$ = NodegroupScalingConfig$;
4671
4917
  exports.NodegroupStatus = NodegroupStatus;
4918
+ exports.NodegroupUpdateConfig$ = NodegroupUpdateConfig$;
4672
4919
  exports.NodegroupUpdateStrategies = NodegroupUpdateStrategies;
4673
- exports.NotFoundException = NotFoundException$1;
4920
+ exports.NotFoundException = NotFoundException;
4921
+ exports.NotFoundException$ = NotFoundException$;
4922
+ exports.OIDC$ = OIDC$;
4923
+ exports.OidcIdentityProviderConfig$ = OidcIdentityProviderConfig$;
4924
+ exports.OidcIdentityProviderConfigRequest$ = OidcIdentityProviderConfigRequest$;
4925
+ exports.OutpostConfigRequest$ = OutpostConfigRequest$;
4926
+ exports.OutpostConfigResponse$ = OutpostConfigResponse$;
4927
+ exports.PodIdentityAssociation$ = PodIdentityAssociation$;
4928
+ exports.PodIdentityAssociationSummary$ = PodIdentityAssociationSummary$;
4929
+ exports.Provider$ = Provider$;
4674
4930
  exports.ProvisionedControlPlaneTier = ProvisionedControlPlaneTier;
4931
+ exports.RegisterCluster$ = RegisterCluster$;
4675
4932
  exports.RegisterClusterCommand = RegisterClusterCommand;
4933
+ exports.RegisterClusterRequest$ = RegisterClusterRequest$;
4934
+ exports.RegisterClusterResponse$ = RegisterClusterResponse$;
4935
+ exports.RemoteAccessConfig$ = RemoteAccessConfig$;
4936
+ exports.RemoteNetworkConfigRequest$ = RemoteNetworkConfigRequest$;
4937
+ exports.RemoteNetworkConfigResponse$ = RemoteNetworkConfigResponse$;
4938
+ exports.RemoteNodeNetwork$ = RemoteNodeNetwork$;
4939
+ exports.RemotePodNetwork$ = RemotePodNetwork$;
4676
4940
  exports.RepairAction = RepairAction;
4677
4941
  exports.ResolveConflicts = ResolveConflicts;
4678
- exports.ResourceInUseException = ResourceInUseException$1;
4679
- exports.ResourceLimitExceededException = ResourceLimitExceededException$1;
4680
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
4681
- exports.ResourcePropagationDelayException = ResourcePropagationDelayException$1;
4682
- exports.ServerException = ServerException$1;
4683
- exports.ServiceUnavailableException = ServiceUnavailableException$1;
4942
+ exports.ResourceInUseException = ResourceInUseException;
4943
+ exports.ResourceInUseException$ = ResourceInUseException$;
4944
+ exports.ResourceLimitExceededException = ResourceLimitExceededException;
4945
+ exports.ResourceLimitExceededException$ = ResourceLimitExceededException$;
4946
+ exports.ResourceNotFoundException = ResourceNotFoundException;
4947
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
4948
+ exports.ResourcePropagationDelayException = ResourcePropagationDelayException;
4949
+ exports.ResourcePropagationDelayException$ = ResourcePropagationDelayException$;
4950
+ exports.ServerException = ServerException;
4951
+ exports.ServerException$ = ServerException$;
4952
+ exports.ServiceUnavailableException = ServiceUnavailableException;
4953
+ exports.ServiceUnavailableException$ = ServiceUnavailableException$;
4954
+ exports.SsoIdentity$ = SsoIdentity$;
4684
4955
  exports.SsoIdentityType = SsoIdentityType;
4956
+ exports.StartInsightsRefresh$ = StartInsightsRefresh$;
4685
4957
  exports.StartInsightsRefreshCommand = StartInsightsRefreshCommand;
4958
+ exports.StartInsightsRefreshRequest$ = StartInsightsRefreshRequest$;
4959
+ exports.StartInsightsRefreshResponse$ = StartInsightsRefreshResponse$;
4960
+ exports.StorageConfigRequest$ = StorageConfigRequest$;
4961
+ exports.StorageConfigResponse$ = StorageConfigResponse$;
4686
4962
  exports.SupportType = SupportType;
4963
+ exports.TagResource$ = TagResource$;
4687
4964
  exports.TagResourceCommand = TagResourceCommand;
4965
+ exports.TagResourceRequest$ = TagResourceRequest$;
4966
+ exports.TagResourceResponse$ = TagResourceResponse$;
4967
+ exports.Taint$ = Taint$;
4688
4968
  exports.TaintEffect = TaintEffect;
4689
- exports.ThrottlingException = ThrottlingException$1;
4690
- exports.UnsupportedAvailabilityZoneException = UnsupportedAvailabilityZoneException$1;
4969
+ exports.ThrottlingException = ThrottlingException;
4970
+ exports.ThrottlingException$ = ThrottlingException$;
4971
+ exports.UnsupportedAvailabilityZoneException = UnsupportedAvailabilityZoneException;
4972
+ exports.UnsupportedAvailabilityZoneException$ = UnsupportedAvailabilityZoneException$;
4973
+ exports.UntagResource$ = UntagResource$;
4691
4974
  exports.UntagResourceCommand = UntagResourceCommand;
4975
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
4976
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
4977
+ exports.Update$ = Update$;
4978
+ exports.UpdateAccessConfigRequest$ = UpdateAccessConfigRequest$;
4979
+ exports.UpdateAccessEntry$ = UpdateAccessEntry$;
4692
4980
  exports.UpdateAccessEntryCommand = UpdateAccessEntryCommand;
4981
+ exports.UpdateAccessEntryRequest$ = UpdateAccessEntryRequest$;
4982
+ exports.UpdateAccessEntryResponse$ = UpdateAccessEntryResponse$;
4983
+ exports.UpdateAddon$ = UpdateAddon$;
4693
4984
  exports.UpdateAddonCommand = UpdateAddonCommand;
4985
+ exports.UpdateAddonRequest$ = UpdateAddonRequest$;
4986
+ exports.UpdateAddonResponse$ = UpdateAddonResponse$;
4987
+ exports.UpdateArgoCdConfig$ = UpdateArgoCdConfig$;
4988
+ exports.UpdateCapability$ = UpdateCapability$;
4694
4989
  exports.UpdateCapabilityCommand = UpdateCapabilityCommand;
4990
+ exports.UpdateCapabilityConfiguration$ = UpdateCapabilityConfiguration$;
4991
+ exports.UpdateCapabilityRequest$ = UpdateCapabilityRequest$;
4992
+ exports.UpdateCapabilityResponse$ = UpdateCapabilityResponse$;
4993
+ exports.UpdateClusterConfig$ = UpdateClusterConfig$;
4695
4994
  exports.UpdateClusterConfigCommand = UpdateClusterConfigCommand;
4995
+ exports.UpdateClusterConfigRequest$ = UpdateClusterConfigRequest$;
4996
+ exports.UpdateClusterConfigResponse$ = UpdateClusterConfigResponse$;
4997
+ exports.UpdateClusterVersion$ = UpdateClusterVersion$;
4696
4998
  exports.UpdateClusterVersionCommand = UpdateClusterVersionCommand;
4999
+ exports.UpdateClusterVersionRequest$ = UpdateClusterVersionRequest$;
5000
+ exports.UpdateClusterVersionResponse$ = UpdateClusterVersionResponse$;
5001
+ exports.UpdateEksAnywhereSubscription$ = UpdateEksAnywhereSubscription$;
4697
5002
  exports.UpdateEksAnywhereSubscriptionCommand = UpdateEksAnywhereSubscriptionCommand;
5003
+ exports.UpdateEksAnywhereSubscriptionRequest$ = UpdateEksAnywhereSubscriptionRequest$;
5004
+ exports.UpdateEksAnywhereSubscriptionResponse$ = UpdateEksAnywhereSubscriptionResponse$;
5005
+ exports.UpdateLabelsPayload$ = UpdateLabelsPayload$;
5006
+ exports.UpdateNodegroupConfig$ = UpdateNodegroupConfig$;
4698
5007
  exports.UpdateNodegroupConfigCommand = UpdateNodegroupConfigCommand;
5008
+ exports.UpdateNodegroupConfigRequest$ = UpdateNodegroupConfigRequest$;
5009
+ exports.UpdateNodegroupConfigResponse$ = UpdateNodegroupConfigResponse$;
5010
+ exports.UpdateNodegroupVersion$ = UpdateNodegroupVersion$;
4699
5011
  exports.UpdateNodegroupVersionCommand = UpdateNodegroupVersionCommand;
5012
+ exports.UpdateNodegroupVersionRequest$ = UpdateNodegroupVersionRequest$;
5013
+ exports.UpdateNodegroupVersionResponse$ = UpdateNodegroupVersionResponse$;
5014
+ exports.UpdateParam$ = UpdateParam$;
4700
5015
  exports.UpdateParamType = UpdateParamType;
5016
+ exports.UpdatePodIdentityAssociation$ = UpdatePodIdentityAssociation$;
4701
5017
  exports.UpdatePodIdentityAssociationCommand = UpdatePodIdentityAssociationCommand;
5018
+ exports.UpdatePodIdentityAssociationRequest$ = UpdatePodIdentityAssociationRequest$;
5019
+ exports.UpdatePodIdentityAssociationResponse$ = UpdatePodIdentityAssociationResponse$;
5020
+ exports.UpdateRoleMappings$ = UpdateRoleMappings$;
4702
5021
  exports.UpdateStatus = UpdateStatus;
5022
+ exports.UpdateTaintsPayload$ = UpdateTaintsPayload$;
4703
5023
  exports.UpdateType = UpdateType;
5024
+ exports.UpgradePolicyRequest$ = UpgradePolicyRequest$;
5025
+ exports.UpgradePolicyResponse$ = UpgradePolicyResponse$;
4704
5026
  exports.VersionStatus = VersionStatus;
5027
+ exports.VpcConfigRequest$ = VpcConfigRequest$;
5028
+ exports.VpcConfigResponse$ = VpcConfigResponse$;
5029
+ exports.ZonalShiftConfigRequest$ = ZonalShiftConfigRequest$;
5030
+ exports.ZonalShiftConfigResponse$ = ZonalShiftConfigResponse$;
4705
5031
  exports.paginateDescribeAddonVersions = paginateDescribeAddonVersions;
4706
5032
  exports.paginateDescribeClusterVersions = paginateDescribeClusterVersions;
4707
5033
  exports.paginateListAccessEntries = paginateListAccessEntries;