@aws-sdk/client-eks 3.987.0 → 3.989.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -15,7 +15,10 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
18
19
  var utilWaiter = require('@smithy/util-waiter');
20
+ var errors = require('./models/errors');
21
+ var EKSServiceException = require('./models/EKSServiceException');
19
22
 
20
23
  const resolveClientEndpointParameters = (options) => {
21
24
  return Object.assign(options, {
@@ -111,2479 +114,6 @@ class EKSClient extends smithyClient.Client {
111
114
  }
112
115
  }
113
116
 
114
- class EKSServiceException extends smithyClient.ServiceException {
115
- constructor(options) {
116
- super(options);
117
- Object.setPrototypeOf(this, EKSServiceException.prototype);
118
- }
119
- }
120
-
121
- class AccessDeniedException extends EKSServiceException {
122
- name = "AccessDeniedException";
123
- $fault = "client";
124
- constructor(opts) {
125
- super({
126
- name: "AccessDeniedException",
127
- $fault: "client",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
- }
132
- }
133
- class InvalidParameterException extends EKSServiceException {
134
- name = "InvalidParameterException";
135
- $fault = "client";
136
- clusterName;
137
- nodegroupName;
138
- fargateProfileName;
139
- addonName;
140
- subscriptionId;
141
- constructor(opts) {
142
- super({
143
- name: "InvalidParameterException",
144
- $fault: "client",
145
- ...opts,
146
- });
147
- Object.setPrototypeOf(this, InvalidParameterException.prototype);
148
- this.clusterName = opts.clusterName;
149
- this.nodegroupName = opts.nodegroupName;
150
- this.fargateProfileName = opts.fargateProfileName;
151
- this.addonName = opts.addonName;
152
- this.subscriptionId = opts.subscriptionId;
153
- }
154
- }
155
- class InvalidRequestException extends EKSServiceException {
156
- name = "InvalidRequestException";
157
- $fault = "client";
158
- clusterName;
159
- nodegroupName;
160
- addonName;
161
- subscriptionId;
162
- constructor(opts) {
163
- super({
164
- name: "InvalidRequestException",
165
- $fault: "client",
166
- ...opts,
167
- });
168
- Object.setPrototypeOf(this, InvalidRequestException.prototype);
169
- this.clusterName = opts.clusterName;
170
- this.nodegroupName = opts.nodegroupName;
171
- this.addonName = opts.addonName;
172
- this.subscriptionId = opts.subscriptionId;
173
- }
174
- }
175
- class ResourceNotFoundException extends EKSServiceException {
176
- name = "ResourceNotFoundException";
177
- $fault = "client";
178
- clusterName;
179
- nodegroupName;
180
- fargateProfileName;
181
- addonName;
182
- subscriptionId;
183
- constructor(opts) {
184
- super({
185
- name: "ResourceNotFoundException",
186
- $fault: "client",
187
- ...opts,
188
- });
189
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
190
- this.clusterName = opts.clusterName;
191
- this.nodegroupName = opts.nodegroupName;
192
- this.fargateProfileName = opts.fargateProfileName;
193
- this.addonName = opts.addonName;
194
- this.subscriptionId = opts.subscriptionId;
195
- }
196
- }
197
- class ServerException extends EKSServiceException {
198
- name = "ServerException";
199
- $fault = "server";
200
- clusterName;
201
- nodegroupName;
202
- addonName;
203
- subscriptionId;
204
- constructor(opts) {
205
- super({
206
- name: "ServerException",
207
- $fault: "server",
208
- ...opts,
209
- });
210
- Object.setPrototypeOf(this, ServerException.prototype);
211
- this.clusterName = opts.clusterName;
212
- this.nodegroupName = opts.nodegroupName;
213
- this.addonName = opts.addonName;
214
- this.subscriptionId = opts.subscriptionId;
215
- }
216
- }
217
- class ClientException extends EKSServiceException {
218
- name = "ClientException";
219
- $fault = "client";
220
- clusterName;
221
- nodegroupName;
222
- addonName;
223
- subscriptionId;
224
- constructor(opts) {
225
- super({
226
- name: "ClientException",
227
- $fault: "client",
228
- ...opts,
229
- });
230
- Object.setPrototypeOf(this, ClientException.prototype);
231
- this.clusterName = opts.clusterName;
232
- this.nodegroupName = opts.nodegroupName;
233
- this.addonName = opts.addonName;
234
- this.subscriptionId = opts.subscriptionId;
235
- }
236
- }
237
- class ResourceInUseException extends EKSServiceException {
238
- name = "ResourceInUseException";
239
- $fault = "client";
240
- clusterName;
241
- nodegroupName;
242
- addonName;
243
- constructor(opts) {
244
- super({
245
- name: "ResourceInUseException",
246
- $fault: "client",
247
- ...opts,
248
- });
249
- Object.setPrototypeOf(this, ResourceInUseException.prototype);
250
- this.clusterName = opts.clusterName;
251
- this.nodegroupName = opts.nodegroupName;
252
- this.addonName = opts.addonName;
253
- }
254
- }
255
- class ThrottlingException extends EKSServiceException {
256
- name = "ThrottlingException";
257
- $fault = "client";
258
- clusterName;
259
- constructor(opts) {
260
- super({
261
- name: "ThrottlingException",
262
- $fault: "client",
263
- ...opts,
264
- });
265
- Object.setPrototypeOf(this, ThrottlingException.prototype);
266
- this.clusterName = opts.clusterName;
267
- }
268
- }
269
- class ResourceLimitExceededException extends EKSServiceException {
270
- name = "ResourceLimitExceededException";
271
- $fault = "client";
272
- clusterName;
273
- nodegroupName;
274
- subscriptionId;
275
- constructor(opts) {
276
- super({
277
- name: "ResourceLimitExceededException",
278
- $fault: "client",
279
- ...opts,
280
- });
281
- Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
282
- this.clusterName = opts.clusterName;
283
- this.nodegroupName = opts.nodegroupName;
284
- this.subscriptionId = opts.subscriptionId;
285
- }
286
- }
287
- class ServiceUnavailableException extends EKSServiceException {
288
- name = "ServiceUnavailableException";
289
- $fault = "server";
290
- constructor(opts) {
291
- super({
292
- name: "ServiceUnavailableException",
293
- $fault: "server",
294
- ...opts,
295
- });
296
- Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
297
- }
298
- }
299
- class UnsupportedAvailabilityZoneException extends EKSServiceException {
300
- name = "UnsupportedAvailabilityZoneException";
301
- $fault = "client";
302
- clusterName;
303
- nodegroupName;
304
- validZones;
305
- constructor(opts) {
306
- super({
307
- name: "UnsupportedAvailabilityZoneException",
308
- $fault: "client",
309
- ...opts,
310
- });
311
- Object.setPrototypeOf(this, UnsupportedAvailabilityZoneException.prototype);
312
- this.clusterName = opts.clusterName;
313
- this.nodegroupName = opts.nodegroupName;
314
- this.validZones = opts.validZones;
315
- }
316
- }
317
- class BadRequestException extends EKSServiceException {
318
- name = "BadRequestException";
319
- $fault = "client";
320
- constructor(opts) {
321
- super({
322
- name: "BadRequestException",
323
- $fault: "client",
324
- ...opts,
325
- });
326
- Object.setPrototypeOf(this, BadRequestException.prototype);
327
- }
328
- }
329
- class NotFoundException extends EKSServiceException {
330
- name = "NotFoundException";
331
- $fault = "client";
332
- constructor(opts) {
333
- super({
334
- name: "NotFoundException",
335
- $fault: "client",
336
- ...opts,
337
- });
338
- Object.setPrototypeOf(this, NotFoundException.prototype);
339
- }
340
- }
341
- class ResourcePropagationDelayException extends EKSServiceException {
342
- name = "ResourcePropagationDelayException";
343
- $fault = "client";
344
- constructor(opts) {
345
- super({
346
- name: "ResourcePropagationDelayException",
347
- $fault: "client",
348
- ...opts,
349
- });
350
- Object.setPrototypeOf(this, ResourcePropagationDelayException.prototype);
351
- }
352
- }
353
- class InvalidStateException extends EKSServiceException {
354
- name = "InvalidStateException";
355
- $fault = "client";
356
- clusterName;
357
- constructor(opts) {
358
- super({
359
- name: "InvalidStateException",
360
- $fault: "client",
361
- ...opts,
362
- });
363
- Object.setPrototypeOf(this, InvalidStateException.prototype);
364
- this.clusterName = opts.clusterName;
365
- }
366
- }
367
-
368
- const _A = "Addon";
369
- const _AAP = "AssociatedAccessPolicy";
370
- const _AAPL = "AssociatedAccessPoliciesList";
371
- const _AAPR = "AssociateAccessPolicyRequest";
372
- const _AAPRs = "AssociateAccessPolicyResponse";
373
- const _AAPs = "AssociateAccessPolicy";
374
- const _ACAICR = "ArgoCdAwsIdcConfigRequest";
375
- const _ACAICRr = "ArgoCdAwsIdcConfigResponse";
376
- const _ACCR = "ArgoCdConfigRequest";
377
- const _ACCRr = "ArgoCdConfigResponse";
378
- const _ACD = "AddonCompatibilityDetail";
379
- const _ACDd = "AddonCompatibilityDetails";
380
- const _ACNACR = "ArgoCdNetworkAccessConfigRequest";
381
- const _ACNACRr = "ArgoCdNetworkAccessConfigResponse";
382
- const _ACR = "AccessConfigResponse";
383
- const _ACRM = "ArgoCdRoleMapping";
384
- const _ACRML = "ArgoCdRoleMappingList";
385
- const _ADE = "AccessDeniedException";
386
- const _AE = "AccessEntry";
387
- const _AEC = "AssociateEncryptionConfig";
388
- const _AECR = "AssociateEncryptionConfigRequest";
389
- const _AECRs = "AssociateEncryptionConfigResponse";
390
- const _AH = "AddonHealth";
391
- const _AI = "AddonInfo";
392
- const _AIL = "AddonIssueList";
393
- const _AIPC = "AssociateIdentityProviderConfig";
394
- const _AIPCR = "AssociateIdentityProviderConfigRequest";
395
- const _AIPCRs = "AssociateIdentityProviderConfigResponse";
396
- const _AId = "AddonIssue";
397
- const _ANCR = "AddonNamespaceConfigRequest";
398
- const _ANCRd = "AddonNamespaceConfigResponse";
399
- const _AP = "AccessPolicy";
400
- const _APIA = "AddonPodIdentityAssociations";
401
- const _APIAL = "AddonPodIdentityAssociationsList";
402
- const _APIC = "AddonPodIdentityConfiguration";
403
- const _APICL = "AddonPodIdentityConfigurationList";
404
- const _APL = "AccessPoliciesList";
405
- const _AS = "AccessScope";
406
- const _ASG = "AutoScalingGroup";
407
- const _ASGL = "AutoScalingGroupList";
408
- const _AVI = "AddonVersionInfo";
409
- const _AVIL = "AddonVersionInfoList";
410
- const _Ad = "Addons";
411
- const _BRE = "BadRequestException";
412
- const _BS = "BlockStorage";
413
- const _C = "Capability";
414
- const _CA = "CreateAddon";
415
- const _CACR = "CreateAccessConfigRequest";
416
- const _CAE = "CreateAccessEntry";
417
- const _CAER = "CreateAccessEntryRequest";
418
- const _CAERr = "CreateAccessEntryResponse";
419
- const _CAR = "CreateAddonRequest";
420
- const _CARr = "CreateAddonResponse";
421
- const _CC = "CreateCapability";
422
- const _CCR = "CapabilityConfigurationRequest";
423
- const _CCRa = "CapabilityConfigurationResponse";
424
- const _CCRo = "ComputeConfigRequest";
425
- const _CCRom = "ComputeConfigResponse";
426
- const _CCRon = "ConnectorConfigRequest";
427
- const _CCRonn = "ConnectorConfigResponse";
428
- const _CCRr = "CreateCapabilityRequest";
429
- const _CCRre = "CreateCapabilityResponse";
430
- const _CCRrea = "CreateClusterRequest";
431
- const _CCRreat = "CreateClusterResponse";
432
- const _CCr = "CreateCluster";
433
- const _CE = "ClientException";
434
- const _CEAS = "CreateEksAnywhereSubscription";
435
- const _CEASR = "CreateEksAnywhereSubscriptionRequest";
436
- const _CEASRr = "CreateEksAnywhereSubscriptionResponse";
437
- const _CFP = "CreateFargateProfile";
438
- const _CFPR = "CreateFargateProfileRequest";
439
- const _CFPRr = "CreateFargateProfileResponse";
440
- const _CH = "CapabilityHealth";
441
- const _CHl = "ClusterHealth";
442
- const _CI = "CapabilityIssue";
443
- const _CIL = "CapabilityIssueList";
444
- const _CILl = "ClusterIssueList";
445
- const _CIl = "ClusterIssue";
446
- const _CN = "CreateNodegroup";
447
- const _CNR = "CreateNodegroupRequest";
448
- const _CNRr = "CreateNodegroupResponse";
449
- const _CPIA = "CreatePodIdentityAssociation";
450
- const _CPIAR = "CreatePodIdentityAssociationRequest";
451
- const _CPIARr = "CreatePodIdentityAssociationResponse";
452
- const _CPPR = "ControlPlanePlacementRequest";
453
- const _CPPRo = "ControlPlanePlacementResponse";
454
- const _CPSC = "ControlPlaneScalingConfig";
455
- const _CS = "CapabilitySummary";
456
- const _CSL = "CapabilitySummaryList";
457
- const _CSl = "ClientStat";
458
- const _CSli = "ClientStats";
459
- const _CVI = "ClusterVersionInformation";
460
- const _CVL = "ClusterVersionList";
461
- const _Ce = "Certificate";
462
- const _Cl = "Cluster";
463
- const _Co = "Compatibility";
464
- const _Com = "Compatibilities";
465
- const _DA = "DeleteAddon";
466
- const _DAC = "DescribeAddonConfiguration";
467
- const _DACR = "DescribeAddonConfigurationRequest";
468
- const _DACRe = "DescribeAddonConfigurationResponse";
469
- const _DAE = "DeleteAccessEntry";
470
- const _DAER = "DeleteAccessEntryRequest";
471
- const _DAERe = "DeleteAccessEntryResponse";
472
- const _DAERes = "DescribeAccessEntryRequest";
473
- const _DAEResc = "DescribeAccessEntryResponse";
474
- const _DAEe = "DescribeAccessEntry";
475
- const _DAP = "DisassociateAccessPolicy";
476
- const _DAPR = "DisassociateAccessPolicyRequest";
477
- const _DAPRi = "DisassociateAccessPolicyResponse";
478
- const _DAR = "DeleteAddonRequest";
479
- const _DARe = "DeleteAddonResponse";
480
- const _DARes = "DescribeAddonRequest";
481
- const _DAResc = "DescribeAddonResponse";
482
- const _DAV = "DescribeAddonVersions";
483
- const _DAVR = "DescribeAddonVersionsRequest";
484
- const _DAVRe = "DescribeAddonVersionsResponse";
485
- const _DAe = "DescribeAddon";
486
- const _DC = "DeleteCapability";
487
- const _DCR = "DeleteCapabilityRequest";
488
- const _DCRe = "DeleteCapabilityResponse";
489
- const _DCRel = "DeleteClusterRequest";
490
- const _DCRele = "DeleteClusterResponse";
491
- const _DCRer = "DeregisterClusterRequest";
492
- const _DCRere = "DeregisterClusterResponse";
493
- const _DCRes = "DescribeCapabilityRequest";
494
- const _DCResc = "DescribeCapabilityResponse";
495
- const _DCRescr = "DescribeClusterRequest";
496
- const _DCRescri = "DescribeClusterResponse";
497
- const _DCV = "DescribeClusterVersions";
498
- const _DCVR = "DescribeClusterVersionsRequest";
499
- const _DCVRe = "DescribeClusterVersionsResponse";
500
- const _DCe = "DeleteCluster";
501
- const _DCer = "DeregisterCluster";
502
- const _DCes = "DescribeCapability";
503
- const _DCesc = "DescribeCluster";
504
- const _DD = "DeprecationDetail";
505
- const _DDe = "DeprecationDetails";
506
- const _DEAS = "DeleteEksAnywhereSubscription";
507
- const _DEASR = "DeleteEksAnywhereSubscriptionRequest";
508
- const _DEASRe = "DeleteEksAnywhereSubscriptionResponse";
509
- const _DEASRes = "DescribeEksAnywhereSubscriptionRequest";
510
- const _DEASResc = "DescribeEksAnywhereSubscriptionResponse";
511
- const _DEASe = "DescribeEksAnywhereSubscription";
512
- const _DFP = "DeleteFargateProfile";
513
- const _DFPR = "DeleteFargateProfileRequest";
514
- const _DFPRe = "DeleteFargateProfileResponse";
515
- const _DFPRes = "DescribeFargateProfileRequest";
516
- const _DFPResc = "DescribeFargateProfileResponse";
517
- const _DFPe = "DescribeFargateProfile";
518
- const _DI = "DescribeInsight";
519
- const _DIPC = "DescribeIdentityProviderConfig";
520
- const _DIPCR = "DescribeIdentityProviderConfigRequest";
521
- const _DIPCRe = "DescribeIdentityProviderConfigResponse";
522
- const _DIPCRi = "DisassociateIdentityProviderConfigRequest";
523
- const _DIPCRis = "DisassociateIdentityProviderConfigResponse";
524
- const _DIPCi = "DisassociateIdentityProviderConfig";
525
- const _DIR = "DescribeInsightRequest";
526
- const _DIRR = "DescribeInsightsRefreshRequest";
527
- const _DIRRe = "DescribeInsightsRefreshResponse";
528
- const _DIRe = "DescribeInsightResponse";
529
- const _DIRes = "DescribeInsightsRefresh";
530
- const _DN = "DeleteNodegroup";
531
- const _DNR = "DeleteNodegroupRequest";
532
- const _DNRe = "DeleteNodegroupResponse";
533
- const _DNRes = "DescribeNodegroupRequest";
534
- const _DNResc = "DescribeNodegroupResponse";
535
- const _DNe = "DescribeNodegroup";
536
- const _DPIA = "DeletePodIdentityAssociation";
537
- const _DPIAR = "DeletePodIdentityAssociationRequest";
538
- const _DPIARe = "DeletePodIdentityAssociationResponse";
539
- const _DPIARes = "DescribePodIdentityAssociationRequest";
540
- const _DPIAResc = "DescribePodIdentityAssociationResponse";
541
- const _DPIAe = "DescribePodIdentityAssociation";
542
- const _DU = "DescribeUpdate";
543
- const _DUR = "DescribeUpdateRequest";
544
- const _DURe = "DescribeUpdateResponse";
545
- const _EAS = "EksAnywhereSubscription";
546
- const _EASL = "EksAnywhereSubscriptionList";
547
- const _EAST = "EksAnywhereSubscriptionTerm";
548
- const _EC = "EncryptionConfig";
549
- const _ECL = "EncryptionConfigList";
550
- const _ED = "ErrorDetail";
551
- const _EDr = "ErrorDetails";
552
- const _ELB = "ElasticLoadBalancing";
553
- const _FP = "FargateProfile";
554
- const _FPH = "FargateProfileHealth";
555
- const _FPI = "FargateProfileIssue";
556
- const _FPIL = "FargateProfileIssueList";
557
- const _FPS = "FargateProfileSelector";
558
- const _FPSa = "FargateProfileSelectors";
559
- const _I = "Identity";
560
- const _ICSS = "InsightCategorySpecificSummary";
561
- const _IF = "InsightsFilter";
562
- const _IL = "IssueList";
563
- const _IPC = "IdentityProviderConfig";
564
- const _IPCR = "IdentityProviderConfigResponse";
565
- const _IPCd = "IdentityProviderConfigs";
566
- const _IPE = "InvalidParameterException";
567
- const _IRD = "InsightResourceDetail";
568
- const _IRDn = "InsightResourceDetails";
569
- const _IRE = "InvalidRequestException";
570
- const _IS = "InsightStatus";
571
- const _ISE = "InvalidStateException";
572
- const _ISn = "InsightSummary";
573
- const _ISns = "InsightSummaries";
574
- const _In = "Insight";
575
- const _Is = "Issue";
576
- const _KNCR = "KubernetesNetworkConfigRequest";
577
- const _KNCRu = "KubernetesNetworkConfigResponse";
578
- const _L = "License";
579
- const _LA = "ListAddons";
580
- const _LAAP = "ListAssociatedAccessPolicies";
581
- const _LAAPR = "ListAssociatedAccessPoliciesRequest";
582
- const _LAAPRi = "ListAssociatedAccessPoliciesResponse";
583
- const _LAE = "ListAccessEntries";
584
- const _LAER = "ListAccessEntriesRequest";
585
- const _LAERi = "ListAccessEntriesResponse";
586
- const _LAP = "ListAccessPolicies";
587
- const _LAPR = "ListAccessPoliciesRequest";
588
- const _LAPRi = "ListAccessPoliciesResponse";
589
- const _LAR = "ListAddonsRequest";
590
- const _LARi = "ListAddonsResponse";
591
- const _LC = "ListCapabilities";
592
- const _LCR = "ListCapabilitiesRequest";
593
- const _LCRi = "ListCapabilitiesResponse";
594
- const _LCRis = "ListClustersRequest";
595
- const _LCRist = "ListClustersResponse";
596
- const _LCi = "ListClusters";
597
- const _LEAS = "ListEksAnywhereSubscriptions";
598
- const _LEASR = "ListEksAnywhereSubscriptionsRequest";
599
- const _LEASRi = "ListEksAnywhereSubscriptionsResponse";
600
- const _LFP = "ListFargateProfiles";
601
- const _LFPR = "ListFargateProfilesRequest";
602
- const _LFPRi = "ListFargateProfilesResponse";
603
- const _LI = "ListInsights";
604
- const _LIPC = "ListIdentityProviderConfigs";
605
- const _LIPCR = "ListIdentityProviderConfigsRequest";
606
- const _LIPCRi = "ListIdentityProviderConfigsResponse";
607
- const _LIR = "ListInsightsRequest";
608
- const _LIRi = "ListInsightsResponse";
609
- const _LL = "LicenseList";
610
- const _LN = "ListNodegroups";
611
- const _LNR = "ListNodegroupsRequest";
612
- const _LNRi = "ListNodegroupsResponse";
613
- const _LPIA = "ListPodIdentityAssociations";
614
- const _LPIAR = "ListPodIdentityAssociationsRequest";
615
- const _LPIARi = "ListPodIdentityAssociationsResponse";
616
- const _LS = "LogSetup";
617
- const _LSo = "LogSetups";
618
- const _LTFR = "ListTagsForResource";
619
- const _LTFRR = "ListTagsForResourceRequest";
620
- const _LTFRRi = "ListTagsForResourceResponse";
621
- const _LTS = "LaunchTemplateSpecification";
622
- const _LU = "ListUpdates";
623
- const _LUR = "ListUpdatesRequest";
624
- const _LURi = "ListUpdatesResponse";
625
- const _Lo = "Logging";
626
- const _MI = "MarketplaceInformation";
627
- const _N = "Nodegroup";
628
- const _NFE = "NotFoundException";
629
- const _NH = "NodegroupHealth";
630
- const _NR = "NodegroupResources";
631
- const _NRC = "NodeRepairConfig";
632
- const _NRCO = "NodeRepairConfigOverrides";
633
- const _NRCOL = "NodeRepairConfigOverridesList";
634
- const _NSC = "NodegroupScalingConfig";
635
- const _NUC = "NodegroupUpdateConfig";
636
- const _OCR = "OutpostConfigRequest";
637
- const _OCRu = "OutpostConfigResponse";
638
- const _OIDC = "OIDC";
639
- const _OIPC = "OidcIdentityProviderConfig";
640
- const _OIPCR = "OidcIdentityProviderConfigRequest";
641
- const _P = "Provider";
642
- const _PIA = "PodIdentityAssociation";
643
- const _PIAS = "PodIdentityAssociationSummary";
644
- const _PIASo = "PodIdentityAssociationSummaries";
645
- const _RAC = "RemoteAccessConfig";
646
- const _RC = "RegisterCluster";
647
- const _RCR = "RegisterClusterRequest";
648
- const _RCRe = "RegisterClusterResponse";
649
- const _RIUE = "ResourceInUseException";
650
- const _RLEE = "ResourceLimitExceededException";
651
- const _RNCR = "RemoteNetworkConfigRequest";
652
- const _RNCRe = "RemoteNetworkConfigResponse";
653
- const _RNFE = "ResourceNotFoundException";
654
- const _RNN = "RemoteNodeNetwork";
655
- const _RNNL = "RemoteNodeNetworkList";
656
- const _RPDE = "ResourcePropagationDelayException";
657
- const _RPN = "RemotePodNetwork";
658
- const _RPNL = "RemotePodNetworkList";
659
- const _SCR = "StorageConfigRequest";
660
- const _SCRt = "StorageConfigResponse";
661
- const _SE = "ServerException";
662
- const _SI = "SsoIdentity";
663
- const _SIL = "SsoIdentityList";
664
- const _SIR = "StartInsightsRefresh";
665
- const _SIRR = "StartInsightsRefreshRequest";
666
- const _SIRRt = "StartInsightsRefreshResponse";
667
- const _SUE = "ServiceUnavailableException";
668
- const _T = "Taint";
669
- const _TE = "ThrottlingException";
670
- const _TR = "TagResource";
671
- const _TRR = "TagResourceRequest";
672
- const _TRRa = "TagResourceResponse";
673
- const _U = "Update";
674
- const _UA = "UpdateAddon";
675
- const _UACC = "UpdateArgoCdConfig";
676
- const _UACR = "UpdateAccessConfigRequest";
677
- const _UAE = "UpdateAccessEntry";
678
- const _UAER = "UpdateAccessEntryRequest";
679
- const _UAERp = "UpdateAccessEntryResponse";
680
- const _UAR = "UpdateAddonRequest";
681
- const _UARp = "UpdateAddonResponse";
682
- const _UAZE = "UnsupportedAvailabilityZoneException";
683
- const _UC = "UpdateCapability";
684
- const _UCC = "UpdateCapabilityConfiguration";
685
- const _UCCR = "UpdateClusterConfigRequest";
686
- const _UCCRp = "UpdateClusterConfigResponse";
687
- const _UCCp = "UpdateClusterConfig";
688
- const _UCR = "UpdateCapabilityRequest";
689
- const _UCRp = "UpdateCapabilityResponse";
690
- const _UCV = "UpdateClusterVersion";
691
- const _UCVR = "UpdateClusterVersionRequest";
692
- const _UCVRp = "UpdateClusterVersionResponse";
693
- const _UEAS = "UpdateEksAnywhereSubscription";
694
- const _UEASR = "UpdateEksAnywhereSubscriptionRequest";
695
- const _UEASRp = "UpdateEksAnywhereSubscriptionResponse";
696
- const _ULP = "UpdateLabelsPayload";
697
- const _UNC = "UpdateNodegroupConfig";
698
- const _UNCR = "UpdateNodegroupConfigRequest";
699
- const _UNCRp = "UpdateNodegroupConfigResponse";
700
- const _UNV = "UpdateNodegroupVersion";
701
- const _UNVR = "UpdateNodegroupVersionRequest";
702
- const _UNVRp = "UpdateNodegroupVersionResponse";
703
- const _UP = "UpdateParam";
704
- const _UPIA = "UpdatePodIdentityAssociation";
705
- const _UPIAR = "UpdatePodIdentityAssociationRequest";
706
- const _UPIARp = "UpdatePodIdentityAssociationResponse";
707
- const _UPR = "UpgradePolicyRequest";
708
- const _UPRp = "UpgradePolicyResponse";
709
- const _UPp = "UpdateParams";
710
- const _UR = "UntagResource";
711
- const _URM = "UpdateRoleMappings";
712
- const _URR = "UntagResourceRequest";
713
- const _URRn = "UntagResourceResponse";
714
- const _UTP = "UpdateTaintsPayload";
715
- const _VCR = "VpcConfigRequest";
716
- const _VCRp = "VpcConfigResponse";
717
- const _ZSCR = "ZonalShiftConfigRequest";
718
- const _ZSCRo = "ZonalShiftConfigResponse";
719
- const _a = "arn";
720
- const _aA = "addonArn";
721
- const _aAP = "associatedAccessPolicy";
722
- const _aAPs = "associatedAccessPolicies";
723
- const _aAs = "associatedAt";
724
- const _aAss = "associationArn";
725
- const _aC = "argoCd";
726
- const _aCD = "addonCompatibilityDetails";
727
- const _aCc = "accessConfig";
728
- const _aCct = "activationCode";
729
- const _aE = "activationExpiry";
730
- const _aEA = "accessEntryArn";
731
- const _aEc = "accessEntry";
732
- const _aEcc = "accessEntries";
733
- const _aI = "awsIdc";
734
- const _aIc = "activationId";
735
- const _aId = "additionalInfo";
736
- const _aIs = "associationId";
737
- const _aM = "authenticationMode";
738
- const _aN = "addonName";
739
- const _aOUL = "addOrUpdateLabels";
740
- const _aOURM = "addOrUpdateRoleMappings";
741
- const _aOUT = "addOrUpdateTaints";
742
- const _aP = "accessPolicies";
743
- const _aPA = "associatedPolicyArn";
744
- const _aR = "autoRenew";
745
- const _aS = "accessScope";
746
- const _aSG = "autoScalingGroups";
747
- const _aT = "amiType";
748
- const _aV = "addonVersion";
749
- const _aVd = "addonVersions";
750
- const _ad = "addon";
751
- const _add = "addons";
752
- const _ar = "architecture";
753
- const _as = "association";
754
- const _ass = "associations";
755
- const _bCCAP = "bootstrapClusterCreatorAdminPermissions";
756
- const _bS = "blockStorage";
757
- const _bSMA = "bootstrapSelfManagedAddons";
758
- const _c = "client";
759
- const _cA = "createdAt";
760
- const _cAe = "certificateAuthority";
761
- const _cC = "connectorConfig";
762
- const _cCo = "computeConfig";
763
- const _cI = "clientId";
764
- const _cL = "clusterLogging";
765
- const _cN = "clusterName";
766
- const _cNa = "capabilityName";
767
- const _cPIT = "controlPlaneInstanceType";
768
- const _cPP = "controlPlanePlacement";
769
- const _cPSC = "controlPlaneScalingConfig";
770
- const _cRT = "clientRequestToken";
771
- const _cS = "clientStats";
772
- const _cSGI = "clusterSecurityGroupId";
773
- const _cSS = "categorySpecificSummary";
774
- const _cSo = "configurationSchema";
775
- const _cT = "computeTypes";
776
- const _cTa = "capacityType";
777
- const _cTl = "clusterType";
778
- const _cV = "configurationValues";
779
- const _cVl = "clusterVersion";
780
- const _cVlu = "clusterVersions";
781
- const _cVo = "compatibleVersions";
782
- const _ca = "capability";
783
- const _cap = "capabilities";
784
- const _cat = "category";
785
- const _cate = "categories";
786
- const _ci = "cidrs";
787
- const _cl = "cluster";
788
- const _clu = "clusters";
789
- const _co = "code";
790
- const _com = "compatibilities";
791
- const _con = "configuration";
792
- const _d = "data";
793
- const _dD = "deprecationDetails";
794
- const _dN = "defaultNamespace";
795
- const _dO = "defaultOnly";
796
- const _dP = "deletionProtection";
797
- const _dPP = "deletePropagationPolicy";
798
- const _dPV = "defaultPlatformVersion";
799
- const _dS = "diskSize";
800
- const _dST = "disableSessionTags";
801
- const _dSe = "desiredSize";
802
- const _dV = "defaultVersion";
803
- const _de = "description";
804
- const _du = "duration";
805
- const _e = "error";
806
- const _eA = "endedAt";
807
- const _eC = "encryptionConfig";
808
- const _eCr = "errorCode";
809
- const _eD = "effectiveDate";
810
- const _eDx = "expirationDate";
811
- const _eI = "externalId";
812
- const _eLB = "elasticLoadBalancing";
813
- const _eM = "errorMessage";
814
- const _eOESD = "endOfExtendedSupportDate";
815
- const _eOSSD = "endOfStandardSupportDate";
816
- const _ePA = "endpointPublicAccess";
817
- const _ePAn = "endpointPrivateAccess";
818
- const _eSK = "ec2SshKey";
819
- const _ef = "effect";
820
- const _en = "enabled";
821
- const _end = "endpoint";
822
- const _er = "errors";
823
- const _f = "filter";
824
- const _fP = "fargateProfile";
825
- const _fPA = "fargateProfileArn";
826
- const _fPN = "fargateProfileName";
827
- const _fPNa = "fargateProfileNames";
828
- const _fo = "force";
829
- const _gC = "groupsClaim";
830
- const _gN = "groupName";
831
- const _gP = "groupsPrefix";
832
- const _h = "health";
833
- const _hE = "httpError";
834
- const _hQ = "httpQuery";
835
- const _ht = "http";
836
- const _i = "issues";
837
- const _iA = "includeAll";
838
- const _iF = "ipFamily";
839
- const _iIA = "idcInstanceArn";
840
- const _iMAA = "idcManagedApplicationArn";
841
- const _iPC = "identityProviderConfig";
842
- const _iPCA = "identityProviderConfigArn";
843
- const _iPCN = "identityProviderConfigName";
844
- const _iPCd = "identityProviderConfigs";
845
- const _iR = "idcRegion";
846
- const _iS = "insightStatus";
847
- const _iSn = "includeStatus";
848
- const _iT = "instanceTypes";
849
- const _iU = "issuerUrl";
850
- const _id = "identities";
851
- const _id_ = "id";
852
- const _ide = "identity";
853
- const _in = "insight";
854
- const _inc = "include";
855
- const _ins = "insights";
856
- const _is = "issuer";
857
- const _k = "key";
858
- const _kA = "keyArn";
859
- const _kG = "kubernetesGroups";
860
- const _kNC = "kubernetesNetworkConfig";
861
- const _kPV = "kubernetesPatchVersion";
862
- const _kRU = "kubernetesResourceUri";
863
- const _kV = "kubernetesVersion";
864
- const _kVu = "kubernetesVersions";
865
- const _l = "logging";
866
- const _lA = "licenseArns";
867
- const _lQ = "licenseQuantity";
868
- const _lRT = "lastRequestTime";
869
- const _lRTa = "lastRefreshTime";
870
- const _lT = "licenseType";
871
- const _lTT = "lastTransitionTime";
872
- const _lTa = "launchTemplate";
873
- const _la = "labels";
874
- const _li = "licenses";
875
- const _m = "message";
876
- const _mA = "modifiedAt";
877
- const _mI = "marketplaceInformation";
878
- const _mPNRC = "maxParallelNodesRepairedCount";
879
- const _mPNRP = "maxParallelNodesRepairedPercentage";
880
- const _mR = "maxResults";
881
- const _mRWTM = "minRepairWaitTimeMins";
882
- const _mS = "minSize";
883
- const _mSa = "maxSize";
884
- const _mU = "maxUnavailable";
885
- const _mUNTC = "maxUnhealthyNodeThresholdCount";
886
- const _mUNTP = "maxUnhealthyNodeThresholdPercentage";
887
- const _mUP = "maxUnavailablePercentage";
888
- const _n = "name";
889
- const _nA = "networkAccess";
890
- const _nAo = "nodegroupArn";
891
- const _nC = "namespaceConfig";
892
- const _nMC = "nodeMonitoringCondition";
893
- const _nN = "nodegroupName";
894
- const _nORLD = "numberOfRequestsLast30Days";
895
- const _nP = "nodePools";
896
- const _nR = "nodeRole";
897
- const _nRA = "nodeRoleArn";
898
- const _nRC = "nodeRepairConfig";
899
- const _nRCO = "nodeRepairConfigOverrides";
900
- const _nT = "nextToken";
901
- const _nUR = "nodeUnhealthyReason";
902
- const _na = "namespaces";
903
- const _nam = "namespace";
904
- const _no = "nodegroup";
905
- const _nod = "nodegroups";
906
- const _o = "owner";
907
- const _oA = "outpostArns";
908
- const _oAw = "ownerArn";
909
- const _oC = "outpostConfig";
910
- const _oi = "oidc";
911
- const _ow = "owners";
912
- const _p = "publisher";
913
- const _pA = "principalArn";
914
- const _pAC = "publicAccessCidrs";
915
- const _pAo = "policyArn";
916
- const _pERA = "podExecutionRoleArn";
917
- const _pI = "productId";
918
- const _pIA = "podIdentityAssociations";
919
- const _pIC = "podIdentityConfiguration";
920
- const _pU = "productUrl";
921
- const _pV = "platformVersion";
922
- const _pVl = "platformVersions";
923
- const _pa = "params";
924
- const _po = "policy";
925
- const _pr = "provider";
926
- const _pre = "preserve";
927
- const _pu = "publishers";
928
- const _r = "role";
929
- const _rA = "roleArn";
930
- const _rASG = "remoteAccessSecurityGroup";
931
- const _rAe = "remoteAccess";
932
- const _rAep = "repairAction";
933
- const _rAes = "resourceArn";
934
- const _rC = "requiresConfiguration";
935
- const _rCe = "resolveConflicts";
936
- const _rCeq = "requiredClaims";
937
- const _rD = "releaseDate";
938
- const _rI = "resourceIds";
939
- const _rIP = "requiresIamPermissions";
940
- const _rL = "removeLabels";
941
- const _rMP = "recommendedManagedPolicies";
942
- const _rNC = "remoteNetworkConfig";
943
- const _rNN = "remoteNodeNetworks";
944
- const _rPN = "remotePodNetworks";
945
- const _rRM = "rbacRoleMappings";
946
- const _rRMe = "removeRoleMappings";
947
- const _rT = "removeTaints";
948
- const _rV = "releaseVersion";
949
- const _rVC = "resourcesVpcConfig";
950
- const _rW = "replacedWith";
951
- const _re = "resources";
952
- const _rea = "reason";
953
- const _rec = "recommendation";
954
- const _s = "status";
955
- const _sA = "serviceAccount";
956
- const _sARA = "serviceAccountRoleArn";
957
- const _sAt = "startedAt";
958
- const _sC = "storageConfig";
959
- const _sCc = "scalingConfig";
960
- const _sGI = "securityGroupIds";
961
- const _sI = "subscriptionId";
962
- const _sIC = "serviceIpv4Cidr";
963
- const _sICe = "serviceIpv6Cidr";
964
- const _sIu = "subnetIds";
965
- const _sSG = "sourceSecurityGroups";
966
- const _sSRV = "startServingReplacementVersion";
967
- const _sSV = "stopServingVersion";
968
- const _sT = "supportType";
969
- const _sU = "serverUrl";
970
- const _se = "selectors";
971
- const _ser = "server";
972
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.eks";
973
- const _st = "statuses";
974
- const _su = "subscription";
975
- const _sub = "subnets";
976
- const _subs = "subscriptions";
977
- const _t = "tags";
978
- const _tK = "tagKeys";
979
- const _tL = "taintsList";
980
- const _tRA = "targetRoleArn";
981
- const _ta = "taints";
982
- const _te = "term";
983
- const _ti = "tier";
984
- const _to = "token";
985
- const _ty = "type";
986
- const _typ = "types";
987
- const _u = "username";
988
- const _uA = "userAgent";
989
- const _uC = "updateConfig";
990
- const _uCs = "usernameClaim";
991
- const _uI = "updateId";
992
- const _uIp = "updateIds";
993
- const _uP = "upgradePolicy";
994
- const _uPs = "usernamePrefix";
995
- const _uS = "updateStrategy";
996
- const _un = "unit";
997
- const _up = "update";
998
- const _us = "usage";
999
- const _v = "version";
1000
- const _vI = "vpceIds";
1001
- const _vIp = "vpcId";
1002
- const _vS = "versionStatus";
1003
- const _vZ = "validZones";
1004
- const _va = "value";
1005
- const _zSC = "zonalShiftConfig";
1006
- const n0 = "com.amazonaws.eks";
1007
- var AccessConfigResponse$ = [3, n0, _ACR,
1008
- 0,
1009
- [_bCCAP, _aM],
1010
- [2, 0]
1011
- ];
1012
- var AccessDeniedException$ = [-3, n0, _ADE,
1013
- { [_e]: _c, [_hE]: 403 },
1014
- [_m],
1015
- [0]
1016
- ];
1017
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
1018
- var AccessEntry$ = [3, n0, _AE,
1019
- 0,
1020
- [_cN, _pA, _kG, _aEA, _cA, _mA, _t, _u, _ty],
1021
- [0, 0, 64 | 0, 0, 4, 4, 128 | 0, 0, 0]
1022
- ];
1023
- var AccessPolicy$ = [3, n0, _AP,
1024
- 0,
1025
- [_n, _a],
1026
- [0, 0]
1027
- ];
1028
- var AccessScope$ = [3, n0, _AS,
1029
- 0,
1030
- [_ty, _na],
1031
- [0, 64 | 0]
1032
- ];
1033
- var Addon$ = [3, n0, _A,
1034
- 0,
1035
- [_aN, _cN, _s, _aV, _h, _aA, _cA, _mA, _sARA, _t, _p, _o, _mI, _cV, _pIA, _nC],
1036
- [0, 0, 0, 0, () => AddonHealth$, 0, 4, 4, 0, 128 | 0, 0, 0, () => MarketplaceInformation$, 0, 64 | 0, () => AddonNamespaceConfigResponse$]
1037
- ];
1038
- var AddonCompatibilityDetail$ = [3, n0, _ACD,
1039
- 0,
1040
- [_n, _cVo],
1041
- [0, 64 | 0]
1042
- ];
1043
- var AddonHealth$ = [3, n0, _AH,
1044
- 0,
1045
- [_i],
1046
- [() => AddonIssueList]
1047
- ];
1048
- var AddonInfo$ = [3, n0, _AI,
1049
- 0,
1050
- [_aN, _ty, _aVd, _p, _o, _mI, _dN],
1051
- [0, 0, () => AddonVersionInfoList, 0, 0, () => MarketplaceInformation$, 0]
1052
- ];
1053
- var AddonIssue$ = [3, n0, _AId,
1054
- 0,
1055
- [_co, _m, _rI],
1056
- [0, 0, 64 | 0]
1057
- ];
1058
- var AddonNamespaceConfigRequest$ = [3, n0, _ANCR,
1059
- 0,
1060
- [_nam],
1061
- [0]
1062
- ];
1063
- var AddonNamespaceConfigResponse$ = [3, n0, _ANCRd,
1064
- 0,
1065
- [_nam],
1066
- [0]
1067
- ];
1068
- var AddonPodIdentityAssociations$ = [3, n0, _APIA,
1069
- 0,
1070
- [_sA, _rA],
1071
- [0, 0], 2
1072
- ];
1073
- var AddonPodIdentityConfiguration$ = [3, n0, _APIC,
1074
- 0,
1075
- [_sA, _rMP],
1076
- [0, 64 | 0]
1077
- ];
1078
- var AddonVersionInfo$ = [3, n0, _AVI,
1079
- 0,
1080
- [_aV, _ar, _cT, _com, _rC, _rIP],
1081
- [0, 64 | 0, 64 | 0, () => Compatibilities, 2, 2]
1082
- ];
1083
- var ArgoCdAwsIdcConfigRequest$ = [3, n0, _ACAICR,
1084
- 0,
1085
- [_iIA, _iR],
1086
- [0, 0], 1
1087
- ];
1088
- var ArgoCdAwsIdcConfigResponse$ = [3, n0, _ACAICRr,
1089
- 0,
1090
- [_iIA, _iR, _iMAA],
1091
- [0, 0, 0]
1092
- ];
1093
- var ArgoCdConfigRequest$ = [3, n0, _ACCR,
1094
- 0,
1095
- [_aI, _nam, _rRM, _nA],
1096
- [() => ArgoCdAwsIdcConfigRequest$, 0, () => ArgoCdRoleMappingList, () => ArgoCdNetworkAccessConfigRequest$], 1
1097
- ];
1098
- var ArgoCdConfigResponse$ = [3, n0, _ACCRr,
1099
- 0,
1100
- [_nam, _aI, _rRM, _nA, _sU],
1101
- [0, () => ArgoCdAwsIdcConfigResponse$, () => ArgoCdRoleMappingList, () => ArgoCdNetworkAccessConfigResponse$, 0]
1102
- ];
1103
- var ArgoCdNetworkAccessConfigRequest$ = [3, n0, _ACNACR,
1104
- 0,
1105
- [_vI],
1106
- [64 | 0]
1107
- ];
1108
- var ArgoCdNetworkAccessConfigResponse$ = [3, n0, _ACNACRr,
1109
- 0,
1110
- [_vI],
1111
- [64 | 0]
1112
- ];
1113
- var ArgoCdRoleMapping$ = [3, n0, _ACRM,
1114
- 0,
1115
- [_r, _id],
1116
- [0, () => SsoIdentityList], 2
1117
- ];
1118
- var AssociateAccessPolicyRequest$ = [3, n0, _AAPR,
1119
- 0,
1120
- [_cN, _pA, _pAo, _aS],
1121
- [[0, 1], [0, 1], 0, () => AccessScope$], 4
1122
- ];
1123
- var AssociateAccessPolicyResponse$ = [3, n0, _AAPRs,
1124
- 0,
1125
- [_cN, _pA, _aAP],
1126
- [0, 0, () => AssociatedAccessPolicy$]
1127
- ];
1128
- var AssociatedAccessPolicy$ = [3, n0, _AAP,
1129
- 0,
1130
- [_pAo, _aS, _aAs, _mA],
1131
- [0, () => AccessScope$, 4, 4]
1132
- ];
1133
- var AssociateEncryptionConfigRequest$ = [3, n0, _AECR,
1134
- 0,
1135
- [_cN, _eC, _cRT],
1136
- [[0, 1], () => EncryptionConfigList, [0, 4]], 2
1137
- ];
1138
- var AssociateEncryptionConfigResponse$ = [3, n0, _AECRs,
1139
- 0,
1140
- [_up],
1141
- [() => Update$]
1142
- ];
1143
- var AssociateIdentityProviderConfigRequest$ = [3, n0, _AIPCR,
1144
- 0,
1145
- [_cN, _oi, _t, _cRT],
1146
- [[0, 1], () => OidcIdentityProviderConfigRequest$, 128 | 0, [0, 4]], 2
1147
- ];
1148
- var AssociateIdentityProviderConfigResponse$ = [3, n0, _AIPCRs,
1149
- 0,
1150
- [_up, _t],
1151
- [() => Update$, 128 | 0]
1152
- ];
1153
- var AutoScalingGroup$ = [3, n0, _ASG,
1154
- 0,
1155
- [_n],
1156
- [0]
1157
- ];
1158
- var BadRequestException$ = [-3, n0, _BRE,
1159
- { [_e]: _c, [_hE]: 400 },
1160
- [_m],
1161
- [0]
1162
- ];
1163
- schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
1164
- var BlockStorage$ = [3, n0, _BS,
1165
- 0,
1166
- [_en],
1167
- [2]
1168
- ];
1169
- var Capability$ = [3, n0, _C,
1170
- 0,
1171
- [_cNa, _a, _cN, _ty, _rA, _s, _v, _con, _t, _h, _cA, _mA, _dPP],
1172
- [0, 0, 0, 0, 0, 0, 0, () => CapabilityConfigurationResponse$, 128 | 0, () => CapabilityHealth$, 4, 4, 0]
1173
- ];
1174
- var CapabilityConfigurationRequest$ = [3, n0, _CCR,
1175
- 0,
1176
- [_aC],
1177
- [() => ArgoCdConfigRequest$]
1178
- ];
1179
- var CapabilityConfigurationResponse$ = [3, n0, _CCRa,
1180
- 0,
1181
- [_aC],
1182
- [() => ArgoCdConfigResponse$]
1183
- ];
1184
- var CapabilityHealth$ = [3, n0, _CH,
1185
- 0,
1186
- [_i],
1187
- [() => CapabilityIssueList]
1188
- ];
1189
- var CapabilityIssue$ = [3, n0, _CI,
1190
- 0,
1191
- [_co, _m],
1192
- [0, 0]
1193
- ];
1194
- var CapabilitySummary$ = [3, n0, _CS,
1195
- 0,
1196
- [_cNa, _a, _ty, _s, _v, _cA, _mA],
1197
- [0, 0, 0, 0, 0, 4, 4]
1198
- ];
1199
- var Certificate$ = [3, n0, _Ce,
1200
- 0,
1201
- [_d],
1202
- [0]
1203
- ];
1204
- var ClientException$ = [-3, n0, _CE,
1205
- { [_e]: _c, [_hE]: 400 },
1206
- [_cN, _nN, _aN, _sI, _m],
1207
- [0, 0, 0, 0, 0]
1208
- ];
1209
- schema.TypeRegistry.for(n0).registerError(ClientException$, ClientException);
1210
- var ClientStat$ = [3, n0, _CSl,
1211
- 0,
1212
- [_uA, _nORLD, _lRT],
1213
- [0, 1, 4]
1214
- ];
1215
- var Cluster$ = [3, n0, _Cl,
1216
- 0,
1217
- [_n, _a, _cA, _v, _end, _rA, _rVC, _kNC, _l, _ide, _s, _cAe, _cRT, _pV, _t, _eC, _cC, _id_, _h, _oC, _aCc, _uP, _zSC, _rNC, _cCo, _sC, _dP, _cPSC],
1218
- [0, 0, 4, 0, 0, 0, () => VpcConfigResponse$, () => KubernetesNetworkConfigResponse$, () => Logging$, () => Identity$, 0, () => Certificate$, 0, 0, 128 | 0, () => EncryptionConfigList, () => ConnectorConfigResponse$, 0, () => ClusterHealth$, () => OutpostConfigResponse$, () => AccessConfigResponse$, () => UpgradePolicyResponse$, () => ZonalShiftConfigResponse$, () => RemoteNetworkConfigResponse$, () => ComputeConfigResponse$, () => StorageConfigResponse$, 2, () => ControlPlaneScalingConfig$]
1219
- ];
1220
- var ClusterHealth$ = [3, n0, _CHl,
1221
- 0,
1222
- [_i],
1223
- [() => ClusterIssueList]
1224
- ];
1225
- var ClusterIssue$ = [3, n0, _CIl,
1226
- 0,
1227
- [_co, _m, _rI],
1228
- [0, 0, 64 | 0]
1229
- ];
1230
- var ClusterVersionInformation$ = [3, n0, _CVI,
1231
- 0,
1232
- [_cVl, _cTl, _dPV, _dV, _rD, _eOSSD, _eOESD, _s, _vS, _kPV],
1233
- [0, 0, 0, 2, 4, 4, 4, 0, 0, 0]
1234
- ];
1235
- var Compatibility$ = [3, n0, _Co,
1236
- 0,
1237
- [_cVl, _pVl, _dV],
1238
- [0, 64 | 0, 2]
1239
- ];
1240
- var ComputeConfigRequest$ = [3, n0, _CCRo,
1241
- 0,
1242
- [_en, _nP, _nRA],
1243
- [2, 64 | 0, 0]
1244
- ];
1245
- var ComputeConfigResponse$ = [3, n0, _CCRom,
1246
- 0,
1247
- [_en, _nP, _nRA],
1248
- [2, 64 | 0, 0]
1249
- ];
1250
- var ConnectorConfigRequest$ = [3, n0, _CCRon,
1251
- 0,
1252
- [_rA, _pr],
1253
- [0, 0], 2
1254
- ];
1255
- var ConnectorConfigResponse$ = [3, n0, _CCRonn,
1256
- 0,
1257
- [_aIc, _aCct, _aE, _pr, _rA],
1258
- [0, 0, 4, 0, 0]
1259
- ];
1260
- var ControlPlanePlacementRequest$ = [3, n0, _CPPR,
1261
- 0,
1262
- [_gN],
1263
- [0]
1264
- ];
1265
- var ControlPlanePlacementResponse$ = [3, n0, _CPPRo,
1266
- 0,
1267
- [_gN],
1268
- [0]
1269
- ];
1270
- var ControlPlaneScalingConfig$ = [3, n0, _CPSC,
1271
- 0,
1272
- [_ti],
1273
- [0]
1274
- ];
1275
- var CreateAccessConfigRequest$ = [3, n0, _CACR,
1276
- 0,
1277
- [_bCCAP, _aM],
1278
- [2, 0]
1279
- ];
1280
- var CreateAccessEntryRequest$ = [3, n0, _CAER,
1281
- 0,
1282
- [_cN, _pA, _kG, _t, _cRT, _u, _ty],
1283
- [[0, 1], 0, 64 | 0, 128 | 0, [0, 4], 0, 0], 2
1284
- ];
1285
- var CreateAccessEntryResponse$ = [3, n0, _CAERr,
1286
- 0,
1287
- [_aEc],
1288
- [() => AccessEntry$]
1289
- ];
1290
- var CreateAddonRequest$ = [3, n0, _CAR,
1291
- 0,
1292
- [_cN, _aN, _aV, _sARA, _rCe, _cRT, _t, _cV, _pIA, _nC],
1293
- [[0, 1], 0, 0, 0, 0, [0, 4], 128 | 0, 0, () => AddonPodIdentityAssociationsList, () => AddonNamespaceConfigRequest$], 2
1294
- ];
1295
- var CreateAddonResponse$ = [3, n0, _CARr,
1296
- 0,
1297
- [_ad],
1298
- [() => Addon$]
1299
- ];
1300
- var CreateCapabilityRequest$ = [3, n0, _CCRr,
1301
- 0,
1302
- [_cNa, _cN, _ty, _rA, _dPP, _cRT, _con, _t],
1303
- [0, [0, 1], 0, 0, 0, [0, 4], () => CapabilityConfigurationRequest$, 128 | 0], 5
1304
- ];
1305
- var CreateCapabilityResponse$ = [3, n0, _CCRre,
1306
- 0,
1307
- [_ca],
1308
- [() => Capability$]
1309
- ];
1310
- var CreateClusterRequest$ = [3, n0, _CCRrea,
1311
- 0,
1312
- [_n, _rA, _rVC, _v, _kNC, _l, _cRT, _t, _eC, _oC, _aCc, _bSMA, _uP, _zSC, _rNC, _cCo, _sC, _dP, _cPSC],
1313
- [0, 0, () => VpcConfigRequest$, 0, () => KubernetesNetworkConfigRequest$, () => Logging$, [0, 4], 128 | 0, () => EncryptionConfigList, () => OutpostConfigRequest$, () => CreateAccessConfigRequest$, 2, () => UpgradePolicyRequest$, () => ZonalShiftConfigRequest$, () => RemoteNetworkConfigRequest$, () => ComputeConfigRequest$, () => StorageConfigRequest$, 2, () => ControlPlaneScalingConfig$], 3
1314
- ];
1315
- var CreateClusterResponse$ = [3, n0, _CCRreat,
1316
- 0,
1317
- [_cl],
1318
- [() => Cluster$]
1319
- ];
1320
- var CreateEksAnywhereSubscriptionRequest$ = [3, n0, _CEASR,
1321
- 0,
1322
- [_n, _te, _lQ, _lT, _aR, _cRT, _t],
1323
- [0, () => EksAnywhereSubscriptionTerm$, 1, 0, 2, [0, 4], 128 | 0], 2
1324
- ];
1325
- var CreateEksAnywhereSubscriptionResponse$ = [3, n0, _CEASRr,
1326
- 0,
1327
- [_su],
1328
- [() => EksAnywhereSubscription$]
1329
- ];
1330
- var CreateFargateProfileRequest$ = [3, n0, _CFPR,
1331
- 0,
1332
- [_fPN, _cN, _pERA, _sub, _se, _cRT, _t],
1333
- [0, [0, 1], 0, 64 | 0, () => FargateProfileSelectors, [0, 4], 128 | 0], 3
1334
- ];
1335
- var CreateFargateProfileResponse$ = [3, n0, _CFPRr,
1336
- 0,
1337
- [_fP],
1338
- [() => FargateProfile$]
1339
- ];
1340
- var CreateNodegroupRequest$ = [3, n0, _CNR,
1341
- 0,
1342
- [_cN, _nN, _sub, _nR, _sCc, _dS, _iT, _aT, _rAe, _la, _ta, _t, _cRT, _lTa, _uC, _nRC, _cTa, _v, _rV],
1343
- [[0, 1], 0, 64 | 0, 0, () => NodegroupScalingConfig$, 1, 64 | 0, 0, () => RemoteAccessConfig$, 128 | 0, () => taintsList, 128 | 0, [0, 4], () => LaunchTemplateSpecification$, () => NodegroupUpdateConfig$, () => NodeRepairConfig$, 0, 0, 0], 4
1344
- ];
1345
- var CreateNodegroupResponse$ = [3, n0, _CNRr,
1346
- 0,
1347
- [_no],
1348
- [() => Nodegroup$]
1349
- ];
1350
- var CreatePodIdentityAssociationRequest$ = [3, n0, _CPIAR,
1351
- 0,
1352
- [_cN, _nam, _sA, _rA, _cRT, _t, _dST, _tRA, _po],
1353
- [[0, 1], 0, 0, 0, [0, 4], 128 | 0, 2, 0, 0], 4
1354
- ];
1355
- var CreatePodIdentityAssociationResponse$ = [3, n0, _CPIARr,
1356
- 0,
1357
- [_as],
1358
- [() => PodIdentityAssociation$]
1359
- ];
1360
- var DeleteAccessEntryRequest$ = [3, n0, _DAER,
1361
- 0,
1362
- [_cN, _pA],
1363
- [[0, 1], [0, 1]], 2
1364
- ];
1365
- var DeleteAccessEntryResponse$ = [3, n0, _DAERe,
1366
- 0,
1367
- [],
1368
- []
1369
- ];
1370
- var DeleteAddonRequest$ = [3, n0, _DAR,
1371
- 0,
1372
- [_cN, _aN, _pre],
1373
- [[0, 1], [0, 1], [2, { [_hQ]: _pre }]], 2
1374
- ];
1375
- var DeleteAddonResponse$ = [3, n0, _DARe,
1376
- 0,
1377
- [_ad],
1378
- [() => Addon$]
1379
- ];
1380
- var DeleteCapabilityRequest$ = [3, n0, _DCR,
1381
- 0,
1382
- [_cN, _cNa],
1383
- [[0, 1], [0, 1]], 2
1384
- ];
1385
- var DeleteCapabilityResponse$ = [3, n0, _DCRe,
1386
- 0,
1387
- [_ca],
1388
- [() => Capability$]
1389
- ];
1390
- var DeleteClusterRequest$ = [3, n0, _DCRel,
1391
- 0,
1392
- [_n],
1393
- [[0, 1]], 1
1394
- ];
1395
- var DeleteClusterResponse$ = [3, n0, _DCRele,
1396
- 0,
1397
- [_cl],
1398
- [() => Cluster$]
1399
- ];
1400
- var DeleteEksAnywhereSubscriptionRequest$ = [3, n0, _DEASR,
1401
- 0,
1402
- [_id_],
1403
- [[0, 1]], 1
1404
- ];
1405
- var DeleteEksAnywhereSubscriptionResponse$ = [3, n0, _DEASRe,
1406
- 0,
1407
- [_su],
1408
- [() => EksAnywhereSubscription$]
1409
- ];
1410
- var DeleteFargateProfileRequest$ = [3, n0, _DFPR,
1411
- 0,
1412
- [_cN, _fPN],
1413
- [[0, 1], [0, 1]], 2
1414
- ];
1415
- var DeleteFargateProfileResponse$ = [3, n0, _DFPRe,
1416
- 0,
1417
- [_fP],
1418
- [() => FargateProfile$]
1419
- ];
1420
- var DeleteNodegroupRequest$ = [3, n0, _DNR,
1421
- 0,
1422
- [_cN, _nN],
1423
- [[0, 1], [0, 1]], 2
1424
- ];
1425
- var DeleteNodegroupResponse$ = [3, n0, _DNRe,
1426
- 0,
1427
- [_no],
1428
- [() => Nodegroup$]
1429
- ];
1430
- var DeletePodIdentityAssociationRequest$ = [3, n0, _DPIAR,
1431
- 0,
1432
- [_cN, _aIs],
1433
- [[0, 1], [0, 1]], 2
1434
- ];
1435
- var DeletePodIdentityAssociationResponse$ = [3, n0, _DPIARe,
1436
- 0,
1437
- [_as],
1438
- [() => PodIdentityAssociation$]
1439
- ];
1440
- var DeprecationDetail$ = [3, n0, _DD,
1441
- 0,
1442
- [_us, _rW, _sSV, _sSRV, _cS],
1443
- [0, 0, 0, 0, () => ClientStats]
1444
- ];
1445
- var DeregisterClusterRequest$ = [3, n0, _DCRer,
1446
- 0,
1447
- [_n],
1448
- [[0, 1]], 1
1449
- ];
1450
- var DeregisterClusterResponse$ = [3, n0, _DCRere,
1451
- 0,
1452
- [_cl],
1453
- [() => Cluster$]
1454
- ];
1455
- var DescribeAccessEntryRequest$ = [3, n0, _DAERes,
1456
- 0,
1457
- [_cN, _pA],
1458
- [[0, 1], [0, 1]], 2
1459
- ];
1460
- var DescribeAccessEntryResponse$ = [3, n0, _DAEResc,
1461
- 0,
1462
- [_aEc],
1463
- [() => AccessEntry$]
1464
- ];
1465
- var DescribeAddonConfigurationRequest$ = [3, n0, _DACR,
1466
- 0,
1467
- [_aN, _aV],
1468
- [[0, { [_hQ]: _aN }], [0, { [_hQ]: _aV }]], 2
1469
- ];
1470
- var DescribeAddonConfigurationResponse$ = [3, n0, _DACRe,
1471
- 0,
1472
- [_aN, _aV, _cSo, _pIC],
1473
- [0, 0, 0, () => AddonPodIdentityConfigurationList]
1474
- ];
1475
- var DescribeAddonRequest$ = [3, n0, _DARes,
1476
- 0,
1477
- [_cN, _aN],
1478
- [[0, 1], [0, 1]], 2
1479
- ];
1480
- var DescribeAddonResponse$ = [3, n0, _DAResc,
1481
- 0,
1482
- [_ad],
1483
- [() => Addon$]
1484
- ];
1485
- var DescribeAddonVersionsRequest$ = [3, n0, _DAVR,
1486
- 0,
1487
- [_kV, _mR, _nT, _aN, _typ, _pu, _ow],
1488
- [[0, { [_hQ]: _kV }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _aN }], [64 | 0, { [_hQ]: _typ }], [64 | 0, { [_hQ]: _pu }], [64 | 0, { [_hQ]: _ow }]]
1489
- ];
1490
- var DescribeAddonVersionsResponse$ = [3, n0, _DAVRe,
1491
- 0,
1492
- [_add, _nT],
1493
- [() => Addons, 0]
1494
- ];
1495
- var DescribeCapabilityRequest$ = [3, n0, _DCRes,
1496
- 0,
1497
- [_cN, _cNa],
1498
- [[0, 1], [0, 1]], 2
1499
- ];
1500
- var DescribeCapabilityResponse$ = [3, n0, _DCResc,
1501
- 0,
1502
- [_ca],
1503
- [() => Capability$]
1504
- ];
1505
- var DescribeClusterRequest$ = [3, n0, _DCRescr,
1506
- 0,
1507
- [_n],
1508
- [[0, 1]], 1
1509
- ];
1510
- var DescribeClusterResponse$ = [3, n0, _DCRescri,
1511
- 0,
1512
- [_cl],
1513
- [() => Cluster$]
1514
- ];
1515
- var DescribeClusterVersionsRequest$ = [3, n0, _DCVR,
1516
- 0,
1517
- [_cTl, _mR, _nT, _dO, _iA, _cVlu, _s, _vS],
1518
- [[0, { [_hQ]: _cTl }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [2, { [_hQ]: _dO }], [2, { [_hQ]: _iA }], [64 | 0, { [_hQ]: _cVlu }], [0, { [_hQ]: _s }], [0, { [_hQ]: _vS }]]
1519
- ];
1520
- var DescribeClusterVersionsResponse$ = [3, n0, _DCVRe,
1521
- 0,
1522
- [_nT, _cVlu],
1523
- [0, () => ClusterVersionList]
1524
- ];
1525
- var DescribeEksAnywhereSubscriptionRequest$ = [3, n0, _DEASRes,
1526
- 0,
1527
- [_id_],
1528
- [[0, 1]], 1
1529
- ];
1530
- var DescribeEksAnywhereSubscriptionResponse$ = [3, n0, _DEASResc,
1531
- 0,
1532
- [_su],
1533
- [() => EksAnywhereSubscription$]
1534
- ];
1535
- var DescribeFargateProfileRequest$ = [3, n0, _DFPRes,
1536
- 0,
1537
- [_cN, _fPN],
1538
- [[0, 1], [0, 1]], 2
1539
- ];
1540
- var DescribeFargateProfileResponse$ = [3, n0, _DFPResc,
1541
- 0,
1542
- [_fP],
1543
- [() => FargateProfile$]
1544
- ];
1545
- var DescribeIdentityProviderConfigRequest$ = [3, n0, _DIPCR,
1546
- 0,
1547
- [_cN, _iPC],
1548
- [[0, 1], () => IdentityProviderConfig$], 2
1549
- ];
1550
- var DescribeIdentityProviderConfigResponse$ = [3, n0, _DIPCRe,
1551
- 0,
1552
- [_iPC],
1553
- [() => IdentityProviderConfigResponse$]
1554
- ];
1555
- var DescribeInsightRequest$ = [3, n0, _DIR,
1556
- 0,
1557
- [_cN, _id_],
1558
- [[0, 1], [0, 1]], 2
1559
- ];
1560
- var DescribeInsightResponse$ = [3, n0, _DIRe,
1561
- 0,
1562
- [_in],
1563
- [() => Insight$]
1564
- ];
1565
- var DescribeInsightsRefreshRequest$ = [3, n0, _DIRR,
1566
- 0,
1567
- [_cN],
1568
- [[0, 1]], 1
1569
- ];
1570
- var DescribeInsightsRefreshResponse$ = [3, n0, _DIRRe,
1571
- 0,
1572
- [_m, _s, _sAt, _eA],
1573
- [0, 0, 4, 4]
1574
- ];
1575
- var DescribeNodegroupRequest$ = [3, n0, _DNRes,
1576
- 0,
1577
- [_cN, _nN],
1578
- [[0, 1], [0, 1]], 2
1579
- ];
1580
- var DescribeNodegroupResponse$ = [3, n0, _DNResc,
1581
- 0,
1582
- [_no],
1583
- [() => Nodegroup$]
1584
- ];
1585
- var DescribePodIdentityAssociationRequest$ = [3, n0, _DPIARes,
1586
- 0,
1587
- [_cN, _aIs],
1588
- [[0, 1], [0, 1]], 2
1589
- ];
1590
- var DescribePodIdentityAssociationResponse$ = [3, n0, _DPIAResc,
1591
- 0,
1592
- [_as],
1593
- [() => PodIdentityAssociation$]
1594
- ];
1595
- var DescribeUpdateRequest$ = [3, n0, _DUR,
1596
- 0,
1597
- [_n, _uI, _nN, _aN, _cNa],
1598
- [[0, 1], [0, 1], [0, { [_hQ]: _nN }], [0, { [_hQ]: _aN }], [0, { [_hQ]: _cNa }]], 2
1599
- ];
1600
- var DescribeUpdateResponse$ = [3, n0, _DURe,
1601
- 0,
1602
- [_up],
1603
- [() => Update$]
1604
- ];
1605
- var DisassociateAccessPolicyRequest$ = [3, n0, _DAPR,
1606
- 0,
1607
- [_cN, _pA, _pAo],
1608
- [[0, 1], [0, 1], [0, 1]], 3
1609
- ];
1610
- var DisassociateAccessPolicyResponse$ = [3, n0, _DAPRi,
1611
- 0,
1612
- [],
1613
- []
1614
- ];
1615
- var DisassociateIdentityProviderConfigRequest$ = [3, n0, _DIPCRi,
1616
- 0,
1617
- [_cN, _iPC, _cRT],
1618
- [[0, 1], () => IdentityProviderConfig$, [0, 4]], 2
1619
- ];
1620
- var DisassociateIdentityProviderConfigResponse$ = [3, n0, _DIPCRis,
1621
- 0,
1622
- [_up],
1623
- [() => Update$]
1624
- ];
1625
- var EksAnywhereSubscription$ = [3, n0, _EAS,
1626
- 0,
1627
- [_id_, _a, _cA, _eD, _eDx, _lQ, _lT, _te, _s, _aR, _lA, _li, _t],
1628
- [0, 0, 4, 4, 4, 1, 0, () => EksAnywhereSubscriptionTerm$, 0, 2, 64 | 0, () => LicenseList, 128 | 0]
1629
- ];
1630
- var EksAnywhereSubscriptionTerm$ = [3, n0, _EAST,
1631
- 0,
1632
- [_du, _un],
1633
- [1, 0]
1634
- ];
1635
- var ElasticLoadBalancing$ = [3, n0, _ELB,
1636
- 0,
1637
- [_en],
1638
- [2]
1639
- ];
1640
- var EncryptionConfig$ = [3, n0, _EC,
1641
- 0,
1642
- [_re, _pr],
1643
- [64 | 0, () => Provider$]
1644
- ];
1645
- var ErrorDetail$ = [3, n0, _ED,
1646
- 0,
1647
- [_eCr, _eM, _rI],
1648
- [0, 0, 64 | 0]
1649
- ];
1650
- var FargateProfile$ = [3, n0, _FP,
1651
- 0,
1652
- [_fPN, _fPA, _cN, _cA, _pERA, _sub, _se, _s, _t, _h],
1653
- [0, 0, 0, 4, 0, 64 | 0, () => FargateProfileSelectors, 0, 128 | 0, () => FargateProfileHealth$]
1654
- ];
1655
- var FargateProfileHealth$ = [3, n0, _FPH,
1656
- 0,
1657
- [_i],
1658
- [() => FargateProfileIssueList]
1659
- ];
1660
- var FargateProfileIssue$ = [3, n0, _FPI,
1661
- 0,
1662
- [_co, _m, _rI],
1663
- [0, 0, 64 | 0]
1664
- ];
1665
- var FargateProfileSelector$ = [3, n0, _FPS,
1666
- 0,
1667
- [_nam, _la],
1668
- [0, 128 | 0]
1669
- ];
1670
- var Identity$ = [3, n0, _I,
1671
- 0,
1672
- [_oi],
1673
- [() => OIDC$]
1674
- ];
1675
- var IdentityProviderConfig$ = [3, n0, _IPC,
1676
- 0,
1677
- [_ty, _n],
1678
- [0, 0], 2
1679
- ];
1680
- var IdentityProviderConfigResponse$ = [3, n0, _IPCR,
1681
- 0,
1682
- [_oi],
1683
- [() => OidcIdentityProviderConfig$]
1684
- ];
1685
- var Insight$ = [3, n0, _In,
1686
- 0,
1687
- [_id_, _n, _cat, _kV, _lRTa, _lTT, _de, _iS, _rec, _aId, _re, _cSS],
1688
- [0, 0, 0, 0, 4, 4, 0, () => InsightStatus$, 0, 128 | 0, () => InsightResourceDetails, () => InsightCategorySpecificSummary$]
1689
- ];
1690
- var InsightCategorySpecificSummary$ = [3, n0, _ICSS,
1691
- 0,
1692
- [_dD, _aCD],
1693
- [() => DeprecationDetails, () => AddonCompatibilityDetails]
1694
- ];
1695
- var InsightResourceDetail$ = [3, n0, _IRD,
1696
- 0,
1697
- [_iS, _kRU, _a],
1698
- [() => InsightStatus$, 0, 0]
1699
- ];
1700
- var InsightsFilter$ = [3, n0, _IF,
1701
- 0,
1702
- [_cate, _kVu, _st],
1703
- [64 | 0, 64 | 0, 64 | 0]
1704
- ];
1705
- var InsightStatus$ = [3, n0, _IS,
1706
- 0,
1707
- [_s, _rea],
1708
- [0, 0]
1709
- ];
1710
- var InsightSummary$ = [3, n0, _ISn,
1711
- 0,
1712
- [_id_, _n, _cat, _kV, _lRTa, _lTT, _de, _iS],
1713
- [0, 0, 0, 0, 4, 4, 0, () => InsightStatus$]
1714
- ];
1715
- var InvalidParameterException$ = [-3, n0, _IPE,
1716
- { [_e]: _c, [_hE]: 400 },
1717
- [_cN, _nN, _fPN, _aN, _sI, _m],
1718
- [0, 0, 0, 0, 0, 0]
1719
- ];
1720
- schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
1721
- var InvalidRequestException$ = [-3, n0, _IRE,
1722
- { [_e]: _c, [_hE]: 400 },
1723
- [_cN, _nN, _aN, _sI, _m],
1724
- [0, 0, 0, 0, 0]
1725
- ];
1726
- schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
1727
- var InvalidStateException$ = [-3, n0, _ISE,
1728
- { [_e]: _c, [_hE]: 400 },
1729
- [_cN, _m],
1730
- [0, 0]
1731
- ];
1732
- schema.TypeRegistry.for(n0).registerError(InvalidStateException$, InvalidStateException);
1733
- var Issue$ = [3, n0, _Is,
1734
- 0,
1735
- [_co, _m, _rI],
1736
- [0, 0, 64 | 0]
1737
- ];
1738
- var KubernetesNetworkConfigRequest$ = [3, n0, _KNCR,
1739
- 0,
1740
- [_sIC, _iF, _eLB],
1741
- [0, 0, () => ElasticLoadBalancing$]
1742
- ];
1743
- var KubernetesNetworkConfigResponse$ = [3, n0, _KNCRu,
1744
- 0,
1745
- [_sIC, _sICe, _iF, _eLB],
1746
- [0, 0, 0, () => ElasticLoadBalancing$]
1747
- ];
1748
- var LaunchTemplateSpecification$ = [3, n0, _LTS,
1749
- 0,
1750
- [_n, _v, _id_],
1751
- [0, 0, 0]
1752
- ];
1753
- var License$ = [3, n0, _L,
1754
- 0,
1755
- [_id_, _to],
1756
- [0, 0]
1757
- ];
1758
- var ListAccessEntriesRequest$ = [3, n0, _LAER,
1759
- 0,
1760
- [_cN, _aPA, _mR, _nT],
1761
- [[0, 1], [0, { [_hQ]: _aPA }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1762
- ];
1763
- var ListAccessEntriesResponse$ = [3, n0, _LAERi,
1764
- 0,
1765
- [_aEcc, _nT],
1766
- [64 | 0, 0]
1767
- ];
1768
- var ListAccessPoliciesRequest$ = [3, n0, _LAPR,
1769
- 0,
1770
- [_mR, _nT],
1771
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1772
- ];
1773
- var ListAccessPoliciesResponse$ = [3, n0, _LAPRi,
1774
- 0,
1775
- [_aP, _nT],
1776
- [() => AccessPoliciesList, 0]
1777
- ];
1778
- var ListAddonsRequest$ = [3, n0, _LAR,
1779
- 0,
1780
- [_cN, _mR, _nT],
1781
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1782
- ];
1783
- var ListAddonsResponse$ = [3, n0, _LARi,
1784
- 0,
1785
- [_add, _nT],
1786
- [64 | 0, 0]
1787
- ];
1788
- var ListAssociatedAccessPoliciesRequest$ = [3, n0, _LAAPR,
1789
- 0,
1790
- [_cN, _pA, _mR, _nT],
1791
- [[0, 1], [0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
1792
- ];
1793
- var ListAssociatedAccessPoliciesResponse$ = [3, n0, _LAAPRi,
1794
- 0,
1795
- [_cN, _pA, _nT, _aAPs],
1796
- [0, 0, 0, () => AssociatedAccessPoliciesList]
1797
- ];
1798
- var ListCapabilitiesRequest$ = [3, n0, _LCR,
1799
- 0,
1800
- [_cN, _nT, _mR],
1801
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
1802
- ];
1803
- var ListCapabilitiesResponse$ = [3, n0, _LCRi,
1804
- 0,
1805
- [_cap, _nT],
1806
- [() => CapabilitySummaryList, 0]
1807
- ];
1808
- var ListClustersRequest$ = [3, n0, _LCRis,
1809
- 0,
1810
- [_mR, _nT, _inc],
1811
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [64 | 0, { [_hQ]: _inc }]]
1812
- ];
1813
- var ListClustersResponse$ = [3, n0, _LCRist,
1814
- 0,
1815
- [_clu, _nT],
1816
- [64 | 0, 0]
1817
- ];
1818
- var ListEksAnywhereSubscriptionsRequest$ = [3, n0, _LEASR,
1819
- 0,
1820
- [_mR, _nT, _iSn],
1821
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [64 | 0, { [_hQ]: _iSn }]]
1822
- ];
1823
- var ListEksAnywhereSubscriptionsResponse$ = [3, n0, _LEASRi,
1824
- 0,
1825
- [_subs, _nT],
1826
- [() => EksAnywhereSubscriptionList, 0]
1827
- ];
1828
- var ListFargateProfilesRequest$ = [3, n0, _LFPR,
1829
- 0,
1830
- [_cN, _mR, _nT],
1831
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1832
- ];
1833
- var ListFargateProfilesResponse$ = [3, n0, _LFPRi,
1834
- 0,
1835
- [_fPNa, _nT],
1836
- [64 | 0, 0]
1837
- ];
1838
- var ListIdentityProviderConfigsRequest$ = [3, n0, _LIPCR,
1839
- 0,
1840
- [_cN, _mR, _nT],
1841
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1842
- ];
1843
- var ListIdentityProviderConfigsResponse$ = [3, n0, _LIPCRi,
1844
- 0,
1845
- [_iPCd, _nT],
1846
- [() => IdentityProviderConfigs, 0]
1847
- ];
1848
- var ListInsightsRequest$ = [3, n0, _LIR,
1849
- 0,
1850
- [_cN, _f, _mR, _nT],
1851
- [[0, 1], () => InsightsFilter$, 1, 0], 1
1852
- ];
1853
- var ListInsightsResponse$ = [3, n0, _LIRi,
1854
- 0,
1855
- [_ins, _nT],
1856
- [() => InsightSummaries, 0]
1857
- ];
1858
- var ListNodegroupsRequest$ = [3, n0, _LNR,
1859
- 0,
1860
- [_cN, _mR, _nT],
1861
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1862
- ];
1863
- var ListNodegroupsResponse$ = [3, n0, _LNRi,
1864
- 0,
1865
- [_nod, _nT],
1866
- [64 | 0, 0]
1867
- ];
1868
- var ListPodIdentityAssociationsRequest$ = [3, n0, _LPIAR,
1869
- 0,
1870
- [_cN, _nam, _sA, _mR, _nT],
1871
- [[0, 1], [0, { [_hQ]: _nam }], [0, { [_hQ]: _sA }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1872
- ];
1873
- var ListPodIdentityAssociationsResponse$ = [3, n0, _LPIARi,
1874
- 0,
1875
- [_ass, _nT],
1876
- [() => PodIdentityAssociationSummaries, 0]
1877
- ];
1878
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
1879
- 0,
1880
- [_rAes],
1881
- [[0, 1]], 1
1882
- ];
1883
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
1884
- 0,
1885
- [_t],
1886
- [128 | 0]
1887
- ];
1888
- var ListUpdatesRequest$ = [3, n0, _LUR,
1889
- 0,
1890
- [_n, _nN, _aN, _cNa, _nT, _mR],
1891
- [[0, 1], [0, { [_hQ]: _nN }], [0, { [_hQ]: _aN }], [0, { [_hQ]: _cNa }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
1892
- ];
1893
- var ListUpdatesResponse$ = [3, n0, _LURi,
1894
- 0,
1895
- [_uIp, _nT],
1896
- [64 | 0, 0]
1897
- ];
1898
- var Logging$ = [3, n0, _Lo,
1899
- 0,
1900
- [_cL],
1901
- [() => LogSetups]
1902
- ];
1903
- var LogSetup$ = [3, n0, _LS,
1904
- 0,
1905
- [_typ, _en],
1906
- [64 | 0, 2]
1907
- ];
1908
- var MarketplaceInformation$ = [3, n0, _MI,
1909
- 0,
1910
- [_pI, _pU],
1911
- [0, 0]
1912
- ];
1913
- var Nodegroup$ = [3, n0, _N,
1914
- 0,
1915
- [_nN, _nAo, _cN, _v, _rV, _cA, _mA, _s, _cTa, _sCc, _iT, _sub, _rAe, _aT, _nR, _la, _ta, _re, _dS, _h, _uC, _nRC, _lTa, _t],
1916
- [0, 0, 0, 0, 0, 4, 4, 0, 0, () => NodegroupScalingConfig$, 64 | 0, 64 | 0, () => RemoteAccessConfig$, 0, 0, 128 | 0, () => taintsList, () => NodegroupResources$, 1, () => NodegroupHealth$, () => NodegroupUpdateConfig$, () => NodeRepairConfig$, () => LaunchTemplateSpecification$, 128 | 0]
1917
- ];
1918
- var NodegroupHealth$ = [3, n0, _NH,
1919
- 0,
1920
- [_i],
1921
- [() => IssueList]
1922
- ];
1923
- var NodegroupResources$ = [3, n0, _NR,
1924
- 0,
1925
- [_aSG, _rASG],
1926
- [() => AutoScalingGroupList, 0]
1927
- ];
1928
- var NodegroupScalingConfig$ = [3, n0, _NSC,
1929
- 0,
1930
- [_mS, _mSa, _dSe],
1931
- [1, 1, 1]
1932
- ];
1933
- var NodegroupUpdateConfig$ = [3, n0, _NUC,
1934
- 0,
1935
- [_mU, _mUP, _uS],
1936
- [1, 1, 0]
1937
- ];
1938
- var NodeRepairConfig$ = [3, n0, _NRC,
1939
- 0,
1940
- [_en, _mUNTC, _mUNTP, _mPNRC, _mPNRP, _nRCO],
1941
- [2, 1, 1, 1, 1, () => NodeRepairConfigOverridesList]
1942
- ];
1943
- var NodeRepairConfigOverrides$ = [3, n0, _NRCO,
1944
- 0,
1945
- [_nMC, _nUR, _mRWTM, _rAep],
1946
- [0, 0, 1, 0]
1947
- ];
1948
- var NotFoundException$ = [-3, n0, _NFE,
1949
- { [_e]: _c, [_hE]: 404 },
1950
- [_m],
1951
- [0]
1952
- ];
1953
- schema.TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
1954
- var OIDC$ = [3, n0, _OIDC,
1955
- 0,
1956
- [_is],
1957
- [0]
1958
- ];
1959
- var OidcIdentityProviderConfig$ = [3, n0, _OIPC,
1960
- 0,
1961
- [_iPCN, _iPCA, _cN, _iU, _cI, _uCs, _uPs, _gC, _gP, _rCeq, _t, _s],
1962
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 128 | 0, 128 | 0, 0]
1963
- ];
1964
- var OidcIdentityProviderConfigRequest$ = [3, n0, _OIPCR,
1965
- 0,
1966
- [_iPCN, _iU, _cI, _uCs, _uPs, _gC, _gP, _rCeq],
1967
- [0, 0, 0, 0, 0, 0, 0, 128 | 0], 3
1968
- ];
1969
- var OutpostConfigRequest$ = [3, n0, _OCR,
1970
- 0,
1971
- [_oA, _cPIT, _cPP],
1972
- [64 | 0, 0, () => ControlPlanePlacementRequest$], 2
1973
- ];
1974
- var OutpostConfigResponse$ = [3, n0, _OCRu,
1975
- 0,
1976
- [_oA, _cPIT, _cPP],
1977
- [64 | 0, 0, () => ControlPlanePlacementResponse$], 2
1978
- ];
1979
- var PodIdentityAssociation$ = [3, n0, _PIA,
1980
- 0,
1981
- [_cN, _nam, _sA, _rA, _aAss, _aIs, _t, _cA, _mA, _oAw, _dST, _tRA, _eI, _po],
1982
- [0, 0, 0, 0, 0, 0, 128 | 0, 4, 4, 0, 2, 0, 0, 0]
1983
- ];
1984
- var PodIdentityAssociationSummary$ = [3, n0, _PIAS,
1985
- 0,
1986
- [_cN, _nam, _sA, _aAss, _aIs, _oAw],
1987
- [0, 0, 0, 0, 0, 0]
1988
- ];
1989
- var Provider$ = [3, n0, _P,
1990
- 0,
1991
- [_kA],
1992
- [0]
1993
- ];
1994
- var RegisterClusterRequest$ = [3, n0, _RCR,
1995
- 0,
1996
- [_n, _cC, _cRT, _t],
1997
- [0, () => ConnectorConfigRequest$, [0, 4], 128 | 0], 2
1998
- ];
1999
- var RegisterClusterResponse$ = [3, n0, _RCRe,
2000
- 0,
2001
- [_cl],
2002
- [() => Cluster$]
2003
- ];
2004
- var RemoteAccessConfig$ = [3, n0, _RAC,
2005
- 0,
2006
- [_eSK, _sSG],
2007
- [0, 64 | 0]
2008
- ];
2009
- var RemoteNetworkConfigRequest$ = [3, n0, _RNCR,
2010
- 0,
2011
- [_rNN, _rPN],
2012
- [() => RemoteNodeNetworkList, () => RemotePodNetworkList]
2013
- ];
2014
- var RemoteNetworkConfigResponse$ = [3, n0, _RNCRe,
2015
- 0,
2016
- [_rNN, _rPN],
2017
- [() => RemoteNodeNetworkList, () => RemotePodNetworkList]
2018
- ];
2019
- var RemoteNodeNetwork$ = [3, n0, _RNN,
2020
- 0,
2021
- [_ci],
2022
- [64 | 0]
2023
- ];
2024
- var RemotePodNetwork$ = [3, n0, _RPN,
2025
- 0,
2026
- [_ci],
2027
- [64 | 0]
2028
- ];
2029
- var ResourceInUseException$ = [-3, n0, _RIUE,
2030
- { [_e]: _c, [_hE]: 409 },
2031
- [_cN, _nN, _aN, _m],
2032
- [0, 0, 0, 0]
2033
- ];
2034
- schema.TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
2035
- var ResourceLimitExceededException$ = [-3, n0, _RLEE,
2036
- { [_e]: _c, [_hE]: 400 },
2037
- [_cN, _nN, _sI, _m],
2038
- [0, 0, 0, 0]
2039
- ];
2040
- schema.TypeRegistry.for(n0).registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
2041
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
2042
- { [_e]: _c, [_hE]: 404 },
2043
- [_cN, _nN, _fPN, _aN, _sI, _m],
2044
- [0, 0, 0, 0, 0, 0]
2045
- ];
2046
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
2047
- var ResourcePropagationDelayException$ = [-3, n0, _RPDE,
2048
- { [_e]: _c, [_hE]: 428 },
2049
- [_m],
2050
- [0]
2051
- ];
2052
- schema.TypeRegistry.for(n0).registerError(ResourcePropagationDelayException$, ResourcePropagationDelayException);
2053
- var ServerException$ = [-3, n0, _SE,
2054
- { [_e]: _ser, [_hE]: 500 },
2055
- [_cN, _nN, _aN, _sI, _m],
2056
- [0, 0, 0, 0, 0]
2057
- ];
2058
- schema.TypeRegistry.for(n0).registerError(ServerException$, ServerException);
2059
- var ServiceUnavailableException$ = [-3, n0, _SUE,
2060
- { [_e]: _ser, [_hE]: 503 },
2061
- [_m],
2062
- [0]
2063
- ];
2064
- schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
2065
- var SsoIdentity$ = [3, n0, _SI,
2066
- 0,
2067
- [_id_, _ty],
2068
- [0, 0], 2
2069
- ];
2070
- var StartInsightsRefreshRequest$ = [3, n0, _SIRR,
2071
- 0,
2072
- [_cN],
2073
- [[0, 1]], 1
2074
- ];
2075
- var StartInsightsRefreshResponse$ = [3, n0, _SIRRt,
2076
- 0,
2077
- [_m, _s],
2078
- [0, 0]
2079
- ];
2080
- var StorageConfigRequest$ = [3, n0, _SCR,
2081
- 0,
2082
- [_bS],
2083
- [() => BlockStorage$]
2084
- ];
2085
- var StorageConfigResponse$ = [3, n0, _SCRt,
2086
- 0,
2087
- [_bS],
2088
- [() => BlockStorage$]
2089
- ];
2090
- var TagResourceRequest$ = [3, n0, _TRR,
2091
- 0,
2092
- [_rAes, _t],
2093
- [[0, 1], 128 | 0], 2
2094
- ];
2095
- var TagResourceResponse$ = [3, n0, _TRRa,
2096
- 0,
2097
- [],
2098
- []
2099
- ];
2100
- var Taint$ = [3, n0, _T,
2101
- 0,
2102
- [_k, _va, _ef],
2103
- [0, 0, 0]
2104
- ];
2105
- var ThrottlingException$ = [-3, n0, _TE,
2106
- { [_e]: _c, [_hE]: 429 },
2107
- [_cN, _m],
2108
- [0, 0]
2109
- ];
2110
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
2111
- var UnsupportedAvailabilityZoneException$ = [-3, n0, _UAZE,
2112
- { [_e]: _c, [_hE]: 400 },
2113
- [_m, _cN, _nN, _vZ],
2114
- [0, 0, 0, 64 | 0]
2115
- ];
2116
- schema.TypeRegistry.for(n0).registerError(UnsupportedAvailabilityZoneException$, UnsupportedAvailabilityZoneException);
2117
- var UntagResourceRequest$ = [3, n0, _URR,
2118
- 0,
2119
- [_rAes, _tK],
2120
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
2121
- ];
2122
- var UntagResourceResponse$ = [3, n0, _URRn,
2123
- 0,
2124
- [],
2125
- []
2126
- ];
2127
- var Update$ = [3, n0, _U,
2128
- 0,
2129
- [_id_, _s, _ty, _pa, _cA, _er],
2130
- [0, 0, 0, () => UpdateParams, 4, () => ErrorDetails]
2131
- ];
2132
- var UpdateAccessConfigRequest$ = [3, n0, _UACR,
2133
- 0,
2134
- [_aM],
2135
- [0]
2136
- ];
2137
- var UpdateAccessEntryRequest$ = [3, n0, _UAER,
2138
- 0,
2139
- [_cN, _pA, _kG, _cRT, _u],
2140
- [[0, 1], [0, 1], 64 | 0, [0, 4], 0], 2
2141
- ];
2142
- var UpdateAccessEntryResponse$ = [3, n0, _UAERp,
2143
- 0,
2144
- [_aEc],
2145
- [() => AccessEntry$]
2146
- ];
2147
- var UpdateAddonRequest$ = [3, n0, _UAR,
2148
- 0,
2149
- [_cN, _aN, _aV, _sARA, _rCe, _cRT, _cV, _pIA],
2150
- [[0, 1], [0, 1], 0, 0, 0, [0, 4], 0, () => AddonPodIdentityAssociationsList], 2
2151
- ];
2152
- var UpdateAddonResponse$ = [3, n0, _UARp,
2153
- 0,
2154
- [_up],
2155
- [() => Update$]
2156
- ];
2157
- var UpdateArgoCdConfig$ = [3, n0, _UACC,
2158
- 0,
2159
- [_rRM, _nA],
2160
- [() => UpdateRoleMappings$, () => ArgoCdNetworkAccessConfigRequest$]
2161
- ];
2162
- var UpdateCapabilityConfiguration$ = [3, n0, _UCC,
2163
- 0,
2164
- [_aC],
2165
- [() => UpdateArgoCdConfig$]
2166
- ];
2167
- var UpdateCapabilityRequest$ = [3, n0, _UCR,
2168
- 0,
2169
- [_cN, _cNa, _rA, _con, _cRT, _dPP],
2170
- [[0, 1], [0, 1], 0, () => UpdateCapabilityConfiguration$, [0, 4], 0], 2
2171
- ];
2172
- var UpdateCapabilityResponse$ = [3, n0, _UCRp,
2173
- 0,
2174
- [_up],
2175
- [() => Update$]
2176
- ];
2177
- var UpdateClusterConfigRequest$ = [3, n0, _UCCR,
2178
- 0,
2179
- [_n, _rVC, _l, _cRT, _aCc, _uP, _zSC, _cCo, _kNC, _sC, _rNC, _dP, _cPSC],
2180
- [[0, 1], () => VpcConfigRequest$, () => Logging$, [0, 4], () => UpdateAccessConfigRequest$, () => UpgradePolicyRequest$, () => ZonalShiftConfigRequest$, () => ComputeConfigRequest$, () => KubernetesNetworkConfigRequest$, () => StorageConfigRequest$, () => RemoteNetworkConfigRequest$, 2, () => ControlPlaneScalingConfig$], 1
2181
- ];
2182
- var UpdateClusterConfigResponse$ = [3, n0, _UCCRp,
2183
- 0,
2184
- [_up],
2185
- [() => Update$]
2186
- ];
2187
- var UpdateClusterVersionRequest$ = [3, n0, _UCVR,
2188
- 0,
2189
- [_n, _v, _cRT, _fo],
2190
- [[0, 1], 0, [0, 4], 2], 2
2191
- ];
2192
- var UpdateClusterVersionResponse$ = [3, n0, _UCVRp,
2193
- 0,
2194
- [_up],
2195
- [() => Update$]
2196
- ];
2197
- var UpdateEksAnywhereSubscriptionRequest$ = [3, n0, _UEASR,
2198
- 0,
2199
- [_id_, _aR, _cRT],
2200
- [[0, 1], 2, [0, 4]], 2
2201
- ];
2202
- var UpdateEksAnywhereSubscriptionResponse$ = [3, n0, _UEASRp,
2203
- 0,
2204
- [_su],
2205
- [() => EksAnywhereSubscription$]
2206
- ];
2207
- var UpdateLabelsPayload$ = [3, n0, _ULP,
2208
- 0,
2209
- [_aOUL, _rL],
2210
- [128 | 0, 64 | 0]
2211
- ];
2212
- var UpdateNodegroupConfigRequest$ = [3, n0, _UNCR,
2213
- 0,
2214
- [_cN, _nN, _la, _ta, _sCc, _uC, _nRC, _cRT],
2215
- [[0, 1], [0, 1], () => UpdateLabelsPayload$, () => UpdateTaintsPayload$, () => NodegroupScalingConfig$, () => NodegroupUpdateConfig$, () => NodeRepairConfig$, [0, 4]], 2
2216
- ];
2217
- var UpdateNodegroupConfigResponse$ = [3, n0, _UNCRp,
2218
- 0,
2219
- [_up],
2220
- [() => Update$]
2221
- ];
2222
- var UpdateNodegroupVersionRequest$ = [3, n0, _UNVR,
2223
- 0,
2224
- [_cN, _nN, _v, _rV, _lTa, _fo, _cRT],
2225
- [[0, 1], [0, 1], 0, 0, () => LaunchTemplateSpecification$, 2, [0, 4]], 2
2226
- ];
2227
- var UpdateNodegroupVersionResponse$ = [3, n0, _UNVRp,
2228
- 0,
2229
- [_up],
2230
- [() => Update$]
2231
- ];
2232
- var UpdateParam$ = [3, n0, _UP,
2233
- 0,
2234
- [_ty, _va],
2235
- [0, 0]
2236
- ];
2237
- var UpdatePodIdentityAssociationRequest$ = [3, n0, _UPIAR,
2238
- 0,
2239
- [_cN, _aIs, _rA, _cRT, _dST, _tRA, _po],
2240
- [[0, 1], [0, 1], 0, [0, 4], 2, 0, 0], 2
2241
- ];
2242
- var UpdatePodIdentityAssociationResponse$ = [3, n0, _UPIARp,
2243
- 0,
2244
- [_as],
2245
- [() => PodIdentityAssociation$]
2246
- ];
2247
- var UpdateRoleMappings$ = [3, n0, _URM,
2248
- 0,
2249
- [_aOURM, _rRMe],
2250
- [() => ArgoCdRoleMappingList, () => ArgoCdRoleMappingList]
2251
- ];
2252
- var UpdateTaintsPayload$ = [3, n0, _UTP,
2253
- 0,
2254
- [_aOUT, _rT],
2255
- [() => taintsList, () => taintsList]
2256
- ];
2257
- var UpgradePolicyRequest$ = [3, n0, _UPR,
2258
- 0,
2259
- [_sT],
2260
- [0]
2261
- ];
2262
- var UpgradePolicyResponse$ = [3, n0, _UPRp,
2263
- 0,
2264
- [_sT],
2265
- [0]
2266
- ];
2267
- var VpcConfigRequest$ = [3, n0, _VCR,
2268
- 0,
2269
- [_sIu, _sGI, _ePA, _ePAn, _pAC],
2270
- [64 | 0, 64 | 0, 2, 2, 64 | 0]
2271
- ];
2272
- var VpcConfigResponse$ = [3, n0, _VCRp,
2273
- 0,
2274
- [_sIu, _sGI, _cSGI, _vIp, _ePA, _ePAn, _pAC],
2275
- [64 | 0, 64 | 0, 0, 0, 2, 2, 64 | 0]
2276
- ];
2277
- var ZonalShiftConfigRequest$ = [3, n0, _ZSCR,
2278
- 0,
2279
- [_en],
2280
- [2]
2281
- ];
2282
- var ZonalShiftConfigResponse$ = [3, n0, _ZSCRo,
2283
- 0,
2284
- [_en],
2285
- [2]
2286
- ];
2287
- var EKSServiceException$ = [-3, _sm, "EKSServiceException", 0, [], []];
2288
- schema.TypeRegistry.for(_sm).registerError(EKSServiceException$, EKSServiceException);
2289
- var AccessPoliciesList = [1, n0, _APL,
2290
- 0, () => AccessPolicy$
2291
- ];
2292
- var AddonCompatibilityDetails = [1, n0, _ACDd,
2293
- 0, () => AddonCompatibilityDetail$
2294
- ];
2295
- var AddonIssueList = [1, n0, _AIL,
2296
- 0, () => AddonIssue$
2297
- ];
2298
- var AddonPodIdentityAssociationsList = [1, n0, _APIAL,
2299
- 0, () => AddonPodIdentityAssociations$
2300
- ];
2301
- var AddonPodIdentityConfigurationList = [1, n0, _APICL,
2302
- 0, () => AddonPodIdentityConfiguration$
2303
- ];
2304
- var Addons = [1, n0, _Ad,
2305
- 0, () => AddonInfo$
2306
- ];
2307
- var AddonVersionInfoList = [1, n0, _AVIL,
2308
- 0, () => AddonVersionInfo$
2309
- ];
2310
- var ArgoCdRoleMappingList = [1, n0, _ACRML,
2311
- 0, () => ArgoCdRoleMapping$
2312
- ];
2313
- var AssociatedAccessPoliciesList = [1, n0, _AAPL,
2314
- 0, () => AssociatedAccessPolicy$
2315
- ];
2316
- var AutoScalingGroupList = [1, n0, _ASGL,
2317
- 0, () => AutoScalingGroup$
2318
- ];
2319
- var CapabilityIssueList = [1, n0, _CIL,
2320
- 0, () => CapabilityIssue$
2321
- ];
2322
- var CapabilitySummaryList = [1, n0, _CSL,
2323
- 0, () => CapabilitySummary$
2324
- ];
2325
- var ClientStats = [1, n0, _CSli,
2326
- 0, () => ClientStat$
2327
- ];
2328
- var ClusterIssueList = [1, n0, _CILl,
2329
- 0, () => ClusterIssue$
2330
- ];
2331
- var ClusterVersionList = [1, n0, _CVL,
2332
- 0, () => ClusterVersionInformation$
2333
- ];
2334
- var Compatibilities = [1, n0, _Com,
2335
- 0, () => Compatibility$
2336
- ];
2337
- var DeprecationDetails = [1, n0, _DDe,
2338
- 0, () => DeprecationDetail$
2339
- ];
2340
- var EksAnywhereSubscriptionList = [1, n0, _EASL,
2341
- 0, () => EksAnywhereSubscription$
2342
- ];
2343
- var EncryptionConfigList = [1, n0, _ECL,
2344
- 0, () => EncryptionConfig$
2345
- ];
2346
- var ErrorDetails = [1, n0, _EDr,
2347
- 0, () => ErrorDetail$
2348
- ];
2349
- var FargateProfileIssueList = [1, n0, _FPIL,
2350
- 0, () => FargateProfileIssue$
2351
- ];
2352
- var FargateProfileSelectors = [1, n0, _FPSa,
2353
- 0, () => FargateProfileSelector$
2354
- ];
2355
- var IdentityProviderConfigs = [1, n0, _IPCd,
2356
- 0, () => IdentityProviderConfig$
2357
- ];
2358
- var InsightResourceDetails = [1, n0, _IRDn,
2359
- 0, () => InsightResourceDetail$
2360
- ];
2361
- var InsightSummaries = [1, n0, _ISns,
2362
- 0, () => InsightSummary$
2363
- ];
2364
- var IssueList = [1, n0, _IL,
2365
- 0, () => Issue$
2366
- ];
2367
- var LicenseList = [1, n0, _LL,
2368
- 0, () => License$
2369
- ];
2370
- var LogSetups = [1, n0, _LSo,
2371
- 0, () => LogSetup$
2372
- ];
2373
- var NodeRepairConfigOverridesList = [1, n0, _NRCOL,
2374
- 0, () => NodeRepairConfigOverrides$
2375
- ];
2376
- var PodIdentityAssociationSummaries = [1, n0, _PIASo,
2377
- 0, () => PodIdentityAssociationSummary$
2378
- ];
2379
- var RemoteNodeNetworkList = [1, n0, _RNNL,
2380
- 0, () => RemoteNodeNetwork$
2381
- ];
2382
- var RemotePodNetworkList = [1, n0, _RPNL,
2383
- 0, () => RemotePodNetwork$
2384
- ];
2385
- var SsoIdentityList = [1, n0, _SIL,
2386
- 0, () => SsoIdentity$
2387
- ];
2388
- var taintsList = [1, n0, _tL,
2389
- 0, () => Taint$
2390
- ];
2391
- var UpdateParams = [1, n0, _UPp,
2392
- 0, () => UpdateParam$
2393
- ];
2394
- var AssociateAccessPolicy$ = [9, n0, _AAPs,
2395
- { [_ht]: ["POST", "/clusters/{clusterName}/access-entries/{principalArn}/access-policies", 200] }, () => AssociateAccessPolicyRequest$, () => AssociateAccessPolicyResponse$
2396
- ];
2397
- var AssociateEncryptionConfig$ = [9, n0, _AEC,
2398
- { [_ht]: ["POST", "/clusters/{clusterName}/encryption-config/associate", 200] }, () => AssociateEncryptionConfigRequest$, () => AssociateEncryptionConfigResponse$
2399
- ];
2400
- var AssociateIdentityProviderConfig$ = [9, n0, _AIPC,
2401
- { [_ht]: ["POST", "/clusters/{clusterName}/identity-provider-configs/associate", 200] }, () => AssociateIdentityProviderConfigRequest$, () => AssociateIdentityProviderConfigResponse$
2402
- ];
2403
- var CreateAccessEntry$ = [9, n0, _CAE,
2404
- { [_ht]: ["POST", "/clusters/{clusterName}/access-entries", 200] }, () => CreateAccessEntryRequest$, () => CreateAccessEntryResponse$
2405
- ];
2406
- var CreateAddon$ = [9, n0, _CA,
2407
- { [_ht]: ["POST", "/clusters/{clusterName}/addons", 200] }, () => CreateAddonRequest$, () => CreateAddonResponse$
2408
- ];
2409
- var CreateCapability$ = [9, n0, _CC,
2410
- { [_ht]: ["POST", "/clusters/{clusterName}/capabilities", 200] }, () => CreateCapabilityRequest$, () => CreateCapabilityResponse$
2411
- ];
2412
- var CreateCluster$ = [9, n0, _CCr,
2413
- { [_ht]: ["POST", "/clusters", 200] }, () => CreateClusterRequest$, () => CreateClusterResponse$
2414
- ];
2415
- var CreateEksAnywhereSubscription$ = [9, n0, _CEAS,
2416
- { [_ht]: ["POST", "/eks-anywhere-subscriptions", 200] }, () => CreateEksAnywhereSubscriptionRequest$, () => CreateEksAnywhereSubscriptionResponse$
2417
- ];
2418
- var CreateFargateProfile$ = [9, n0, _CFP,
2419
- { [_ht]: ["POST", "/clusters/{clusterName}/fargate-profiles", 200] }, () => CreateFargateProfileRequest$, () => CreateFargateProfileResponse$
2420
- ];
2421
- var CreateNodegroup$ = [9, n0, _CN,
2422
- { [_ht]: ["POST", "/clusters/{clusterName}/node-groups", 200] }, () => CreateNodegroupRequest$, () => CreateNodegroupResponse$
2423
- ];
2424
- var CreatePodIdentityAssociation$ = [9, n0, _CPIA,
2425
- { [_ht]: ["POST", "/clusters/{clusterName}/pod-identity-associations", 200] }, () => CreatePodIdentityAssociationRequest$, () => CreatePodIdentityAssociationResponse$
2426
- ];
2427
- var DeleteAccessEntry$ = [9, n0, _DAE,
2428
- { [_ht]: ["DELETE", "/clusters/{clusterName}/access-entries/{principalArn}", 200] }, () => DeleteAccessEntryRequest$, () => DeleteAccessEntryResponse$
2429
- ];
2430
- var DeleteAddon$ = [9, n0, _DA,
2431
- { [_ht]: ["DELETE", "/clusters/{clusterName}/addons/{addonName}", 200] }, () => DeleteAddonRequest$, () => DeleteAddonResponse$
2432
- ];
2433
- var DeleteCapability$ = [9, n0, _DC,
2434
- { [_ht]: ["DELETE", "/clusters/{clusterName}/capabilities/{capabilityName}", 200] }, () => DeleteCapabilityRequest$, () => DeleteCapabilityResponse$
2435
- ];
2436
- var DeleteCluster$ = [9, n0, _DCe,
2437
- { [_ht]: ["DELETE", "/clusters/{name}", 200] }, () => DeleteClusterRequest$, () => DeleteClusterResponse$
2438
- ];
2439
- var DeleteEksAnywhereSubscription$ = [9, n0, _DEAS,
2440
- { [_ht]: ["DELETE", "/eks-anywhere-subscriptions/{id}", 200] }, () => DeleteEksAnywhereSubscriptionRequest$, () => DeleteEksAnywhereSubscriptionResponse$
2441
- ];
2442
- var DeleteFargateProfile$ = [9, n0, _DFP,
2443
- { [_ht]: ["DELETE", "/clusters/{clusterName}/fargate-profiles/{fargateProfileName}", 200] }, () => DeleteFargateProfileRequest$, () => DeleteFargateProfileResponse$
2444
- ];
2445
- var DeleteNodegroup$ = [9, n0, _DN,
2446
- { [_ht]: ["DELETE", "/clusters/{clusterName}/node-groups/{nodegroupName}", 200] }, () => DeleteNodegroupRequest$, () => DeleteNodegroupResponse$
2447
- ];
2448
- var DeletePodIdentityAssociation$ = [9, n0, _DPIA,
2449
- { [_ht]: ["DELETE", "/clusters/{clusterName}/pod-identity-associations/{associationId}", 200] }, () => DeletePodIdentityAssociationRequest$, () => DeletePodIdentityAssociationResponse$
2450
- ];
2451
- var DeregisterCluster$ = [9, n0, _DCer,
2452
- { [_ht]: ["DELETE", "/cluster-registrations/{name}", 200] }, () => DeregisterClusterRequest$, () => DeregisterClusterResponse$
2453
- ];
2454
- var DescribeAccessEntry$ = [9, n0, _DAEe,
2455
- { [_ht]: ["GET", "/clusters/{clusterName}/access-entries/{principalArn}", 200] }, () => DescribeAccessEntryRequest$, () => DescribeAccessEntryResponse$
2456
- ];
2457
- var DescribeAddon$ = [9, n0, _DAe,
2458
- { [_ht]: ["GET", "/clusters/{clusterName}/addons/{addonName}", 200] }, () => DescribeAddonRequest$, () => DescribeAddonResponse$
2459
- ];
2460
- var DescribeAddonConfiguration$ = [9, n0, _DAC,
2461
- { [_ht]: ["GET", "/addons/configuration-schemas", 200] }, () => DescribeAddonConfigurationRequest$, () => DescribeAddonConfigurationResponse$
2462
- ];
2463
- var DescribeAddonVersions$ = [9, n0, _DAV,
2464
- { [_ht]: ["GET", "/addons/supported-versions", 200] }, () => DescribeAddonVersionsRequest$, () => DescribeAddonVersionsResponse$
2465
- ];
2466
- var DescribeCapability$ = [9, n0, _DCes,
2467
- { [_ht]: ["GET", "/clusters/{clusterName}/capabilities/{capabilityName}", 200] }, () => DescribeCapabilityRequest$, () => DescribeCapabilityResponse$
2468
- ];
2469
- var DescribeCluster$ = [9, n0, _DCesc,
2470
- { [_ht]: ["GET", "/clusters/{name}", 200] }, () => DescribeClusterRequest$, () => DescribeClusterResponse$
2471
- ];
2472
- var DescribeClusterVersions$ = [9, n0, _DCV,
2473
- { [_ht]: ["GET", "/cluster-versions", 200] }, () => DescribeClusterVersionsRequest$, () => DescribeClusterVersionsResponse$
2474
- ];
2475
- var DescribeEksAnywhereSubscription$ = [9, n0, _DEASe,
2476
- { [_ht]: ["GET", "/eks-anywhere-subscriptions/{id}", 200] }, () => DescribeEksAnywhereSubscriptionRequest$, () => DescribeEksAnywhereSubscriptionResponse$
2477
- ];
2478
- var DescribeFargateProfile$ = [9, n0, _DFPe,
2479
- { [_ht]: ["GET", "/clusters/{clusterName}/fargate-profiles/{fargateProfileName}", 200] }, () => DescribeFargateProfileRequest$, () => DescribeFargateProfileResponse$
2480
- ];
2481
- var DescribeIdentityProviderConfig$ = [9, n0, _DIPC,
2482
- { [_ht]: ["POST", "/clusters/{clusterName}/identity-provider-configs/describe", 200] }, () => DescribeIdentityProviderConfigRequest$, () => DescribeIdentityProviderConfigResponse$
2483
- ];
2484
- var DescribeInsight$ = [9, n0, _DI,
2485
- { [_ht]: ["GET", "/clusters/{clusterName}/insights/{id}", 200] }, () => DescribeInsightRequest$, () => DescribeInsightResponse$
2486
- ];
2487
- var DescribeInsightsRefresh$ = [9, n0, _DIRes,
2488
- { [_ht]: ["GET", "/clusters/{clusterName}/insights-refresh", 200] }, () => DescribeInsightsRefreshRequest$, () => DescribeInsightsRefreshResponse$
2489
- ];
2490
- var DescribeNodegroup$ = [9, n0, _DNe,
2491
- { [_ht]: ["GET", "/clusters/{clusterName}/node-groups/{nodegroupName}", 200] }, () => DescribeNodegroupRequest$, () => DescribeNodegroupResponse$
2492
- ];
2493
- var DescribePodIdentityAssociation$ = [9, n0, _DPIAe,
2494
- { [_ht]: ["GET", "/clusters/{clusterName}/pod-identity-associations/{associationId}", 200] }, () => DescribePodIdentityAssociationRequest$, () => DescribePodIdentityAssociationResponse$
2495
- ];
2496
- var DescribeUpdate$ = [9, n0, _DU,
2497
- { [_ht]: ["GET", "/clusters/{name}/updates/{updateId}", 200] }, () => DescribeUpdateRequest$, () => DescribeUpdateResponse$
2498
- ];
2499
- var DisassociateAccessPolicy$ = [9, n0, _DAP,
2500
- { [_ht]: ["DELETE", "/clusters/{clusterName}/access-entries/{principalArn}/access-policies/{policyArn}", 200] }, () => DisassociateAccessPolicyRequest$, () => DisassociateAccessPolicyResponse$
2501
- ];
2502
- var DisassociateIdentityProviderConfig$ = [9, n0, _DIPCi,
2503
- { [_ht]: ["POST", "/clusters/{clusterName}/identity-provider-configs/disassociate", 200] }, () => DisassociateIdentityProviderConfigRequest$, () => DisassociateIdentityProviderConfigResponse$
2504
- ];
2505
- var ListAccessEntries$ = [9, n0, _LAE,
2506
- { [_ht]: ["GET", "/clusters/{clusterName}/access-entries", 200] }, () => ListAccessEntriesRequest$, () => ListAccessEntriesResponse$
2507
- ];
2508
- var ListAccessPolicies$ = [9, n0, _LAP,
2509
- { [_ht]: ["GET", "/access-policies", 200] }, () => ListAccessPoliciesRequest$, () => ListAccessPoliciesResponse$
2510
- ];
2511
- var ListAddons$ = [9, n0, _LA,
2512
- { [_ht]: ["GET", "/clusters/{clusterName}/addons", 200] }, () => ListAddonsRequest$, () => ListAddonsResponse$
2513
- ];
2514
- var ListAssociatedAccessPolicies$ = [9, n0, _LAAP,
2515
- { [_ht]: ["GET", "/clusters/{clusterName}/access-entries/{principalArn}/access-policies", 200] }, () => ListAssociatedAccessPoliciesRequest$, () => ListAssociatedAccessPoliciesResponse$
2516
- ];
2517
- var ListCapabilities$ = [9, n0, _LC,
2518
- { [_ht]: ["GET", "/clusters/{clusterName}/capabilities", 200] }, () => ListCapabilitiesRequest$, () => ListCapabilitiesResponse$
2519
- ];
2520
- var ListClusters$ = [9, n0, _LCi,
2521
- { [_ht]: ["GET", "/clusters", 200] }, () => ListClustersRequest$, () => ListClustersResponse$
2522
- ];
2523
- var ListEksAnywhereSubscriptions$ = [9, n0, _LEAS,
2524
- { [_ht]: ["GET", "/eks-anywhere-subscriptions", 200] }, () => ListEksAnywhereSubscriptionsRequest$, () => ListEksAnywhereSubscriptionsResponse$
2525
- ];
2526
- var ListFargateProfiles$ = [9, n0, _LFP,
2527
- { [_ht]: ["GET", "/clusters/{clusterName}/fargate-profiles", 200] }, () => ListFargateProfilesRequest$, () => ListFargateProfilesResponse$
2528
- ];
2529
- var ListIdentityProviderConfigs$ = [9, n0, _LIPC,
2530
- { [_ht]: ["GET", "/clusters/{clusterName}/identity-provider-configs", 200] }, () => ListIdentityProviderConfigsRequest$, () => ListIdentityProviderConfigsResponse$
2531
- ];
2532
- var ListInsights$ = [9, n0, _LI,
2533
- { [_ht]: ["POST", "/clusters/{clusterName}/insights", 200] }, () => ListInsightsRequest$, () => ListInsightsResponse$
2534
- ];
2535
- var ListNodegroups$ = [9, n0, _LN,
2536
- { [_ht]: ["GET", "/clusters/{clusterName}/node-groups", 200] }, () => ListNodegroupsRequest$, () => ListNodegroupsResponse$
2537
- ];
2538
- var ListPodIdentityAssociations$ = [9, n0, _LPIA,
2539
- { [_ht]: ["GET", "/clusters/{clusterName}/pod-identity-associations", 200] }, () => ListPodIdentityAssociationsRequest$, () => ListPodIdentityAssociationsResponse$
2540
- ];
2541
- var ListTagsForResource$ = [9, n0, _LTFR,
2542
- { [_ht]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
2543
- ];
2544
- var ListUpdates$ = [9, n0, _LU,
2545
- { [_ht]: ["GET", "/clusters/{name}/updates", 200] }, () => ListUpdatesRequest$, () => ListUpdatesResponse$
2546
- ];
2547
- var RegisterCluster$ = [9, n0, _RC,
2548
- { [_ht]: ["POST", "/cluster-registrations", 200] }, () => RegisterClusterRequest$, () => RegisterClusterResponse$
2549
- ];
2550
- var StartInsightsRefresh$ = [9, n0, _SIR,
2551
- { [_ht]: ["POST", "/clusters/{clusterName}/insights-refresh", 200] }, () => StartInsightsRefreshRequest$, () => StartInsightsRefreshResponse$
2552
- ];
2553
- var TagResource$ = [9, n0, _TR,
2554
- { [_ht]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
2555
- ];
2556
- var UntagResource$ = [9, n0, _UR,
2557
- { [_ht]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
2558
- ];
2559
- var UpdateAccessEntry$ = [9, n0, _UAE,
2560
- { [_ht]: ["POST", "/clusters/{clusterName}/access-entries/{principalArn}", 200] }, () => UpdateAccessEntryRequest$, () => UpdateAccessEntryResponse$
2561
- ];
2562
- var UpdateAddon$ = [9, n0, _UA,
2563
- { [_ht]: ["POST", "/clusters/{clusterName}/addons/{addonName}/update", 200] }, () => UpdateAddonRequest$, () => UpdateAddonResponse$
2564
- ];
2565
- var UpdateCapability$ = [9, n0, _UC,
2566
- { [_ht]: ["POST", "/clusters/{clusterName}/capabilities/{capabilityName}", 200] }, () => UpdateCapabilityRequest$, () => UpdateCapabilityResponse$
2567
- ];
2568
- var UpdateClusterConfig$ = [9, n0, _UCCp,
2569
- { [_ht]: ["POST", "/clusters/{name}/update-config", 200] }, () => UpdateClusterConfigRequest$, () => UpdateClusterConfigResponse$
2570
- ];
2571
- var UpdateClusterVersion$ = [9, n0, _UCV,
2572
- { [_ht]: ["POST", "/clusters/{name}/updates", 200] }, () => UpdateClusterVersionRequest$, () => UpdateClusterVersionResponse$
2573
- ];
2574
- var UpdateEksAnywhereSubscription$ = [9, n0, _UEAS,
2575
- { [_ht]: ["POST", "/eks-anywhere-subscriptions/{id}", 200] }, () => UpdateEksAnywhereSubscriptionRequest$, () => UpdateEksAnywhereSubscriptionResponse$
2576
- ];
2577
- var UpdateNodegroupConfig$ = [9, n0, _UNC,
2578
- { [_ht]: ["POST", "/clusters/{clusterName}/node-groups/{nodegroupName}/update-config", 200] }, () => UpdateNodegroupConfigRequest$, () => UpdateNodegroupConfigResponse$
2579
- ];
2580
- var UpdateNodegroupVersion$ = [9, n0, _UNV,
2581
- { [_ht]: ["POST", "/clusters/{clusterName}/node-groups/{nodegroupName}/update-version", 200] }, () => UpdateNodegroupVersionRequest$, () => UpdateNodegroupVersionResponse$
2582
- ];
2583
- var UpdatePodIdentityAssociation$ = [9, n0, _UPIA,
2584
- { [_ht]: ["POST", "/clusters/{clusterName}/pod-identity-associations/{associationId}", 200] }, () => UpdatePodIdentityAssociationRequest$, () => UpdatePodIdentityAssociationResponse$
2585
- ];
2586
-
2587
117
  class AssociateAccessPolicyCommand extends smithyClient.Command
2588
118
  .classBuilder()
2589
119
  .ep(commonParams)
@@ -2592,7 +122,7 @@ class AssociateAccessPolicyCommand extends smithyClient.Command
2592
122
  })
2593
123
  .s("AWSWesleyFrontend", "AssociateAccessPolicy", {})
2594
124
  .n("EKSClient", "AssociateAccessPolicyCommand")
2595
- .sc(AssociateAccessPolicy$)
125
+ .sc(schemas_0.AssociateAccessPolicy$)
2596
126
  .build() {
2597
127
  }
2598
128
 
@@ -2604,7 +134,7 @@ class AssociateEncryptionConfigCommand extends smithyClient.Command
2604
134
  })
2605
135
  .s("AWSWesleyFrontend", "AssociateEncryptionConfig", {})
2606
136
  .n("EKSClient", "AssociateEncryptionConfigCommand")
2607
- .sc(AssociateEncryptionConfig$)
137
+ .sc(schemas_0.AssociateEncryptionConfig$)
2608
138
  .build() {
2609
139
  }
2610
140
 
@@ -2616,7 +146,7 @@ class AssociateIdentityProviderConfigCommand extends smithyClient.Command
2616
146
  })
2617
147
  .s("AWSWesleyFrontend", "AssociateIdentityProviderConfig", {})
2618
148
  .n("EKSClient", "AssociateIdentityProviderConfigCommand")
2619
- .sc(AssociateIdentityProviderConfig$)
149
+ .sc(schemas_0.AssociateIdentityProviderConfig$)
2620
150
  .build() {
2621
151
  }
2622
152
 
@@ -2628,7 +158,7 @@ class CreateAccessEntryCommand extends smithyClient.Command
2628
158
  })
2629
159
  .s("AWSWesleyFrontend", "CreateAccessEntry", {})
2630
160
  .n("EKSClient", "CreateAccessEntryCommand")
2631
- .sc(CreateAccessEntry$)
161
+ .sc(schemas_0.CreateAccessEntry$)
2632
162
  .build() {
2633
163
  }
2634
164
 
@@ -2640,7 +170,7 @@ class CreateAddonCommand extends smithyClient.Command
2640
170
  })
2641
171
  .s("AWSWesleyFrontend", "CreateAddon", {})
2642
172
  .n("EKSClient", "CreateAddonCommand")
2643
- .sc(CreateAddon$)
173
+ .sc(schemas_0.CreateAddon$)
2644
174
  .build() {
2645
175
  }
2646
176
 
@@ -2652,7 +182,7 @@ class CreateCapabilityCommand extends smithyClient.Command
2652
182
  })
2653
183
  .s("AWSWesleyFrontend", "CreateCapability", {})
2654
184
  .n("EKSClient", "CreateCapabilityCommand")
2655
- .sc(CreateCapability$)
185
+ .sc(schemas_0.CreateCapability$)
2656
186
  .build() {
2657
187
  }
2658
188
 
@@ -2664,7 +194,7 @@ class CreateClusterCommand extends smithyClient.Command
2664
194
  })
2665
195
  .s("AWSWesleyFrontend", "CreateCluster", {})
2666
196
  .n("EKSClient", "CreateClusterCommand")
2667
- .sc(CreateCluster$)
197
+ .sc(schemas_0.CreateCluster$)
2668
198
  .build() {
2669
199
  }
2670
200
 
@@ -2676,7 +206,7 @@ class CreateEksAnywhereSubscriptionCommand extends smithyClient.Command
2676
206
  })
2677
207
  .s("AWSWesleyFrontend", "CreateEksAnywhereSubscription", {})
2678
208
  .n("EKSClient", "CreateEksAnywhereSubscriptionCommand")
2679
- .sc(CreateEksAnywhereSubscription$)
209
+ .sc(schemas_0.CreateEksAnywhereSubscription$)
2680
210
  .build() {
2681
211
  }
2682
212
 
@@ -2688,7 +218,7 @@ class CreateFargateProfileCommand extends smithyClient.Command
2688
218
  })
2689
219
  .s("AWSWesleyFrontend", "CreateFargateProfile", {})
2690
220
  .n("EKSClient", "CreateFargateProfileCommand")
2691
- .sc(CreateFargateProfile$)
221
+ .sc(schemas_0.CreateFargateProfile$)
2692
222
  .build() {
2693
223
  }
2694
224
 
@@ -2700,7 +230,7 @@ class CreateNodegroupCommand extends smithyClient.Command
2700
230
  })
2701
231
  .s("AWSWesleyFrontend", "CreateNodegroup", {})
2702
232
  .n("EKSClient", "CreateNodegroupCommand")
2703
- .sc(CreateNodegroup$)
233
+ .sc(schemas_0.CreateNodegroup$)
2704
234
  .build() {
2705
235
  }
2706
236
 
@@ -2712,7 +242,7 @@ class CreatePodIdentityAssociationCommand extends smithyClient.Command
2712
242
  })
2713
243
  .s("AWSWesleyFrontend", "CreatePodIdentityAssociation", {})
2714
244
  .n("EKSClient", "CreatePodIdentityAssociationCommand")
2715
- .sc(CreatePodIdentityAssociation$)
245
+ .sc(schemas_0.CreatePodIdentityAssociation$)
2716
246
  .build() {
2717
247
  }
2718
248
 
@@ -2724,7 +254,7 @@ class DeleteAccessEntryCommand extends smithyClient.Command
2724
254
  })
2725
255
  .s("AWSWesleyFrontend", "DeleteAccessEntry", {})
2726
256
  .n("EKSClient", "DeleteAccessEntryCommand")
2727
- .sc(DeleteAccessEntry$)
257
+ .sc(schemas_0.DeleteAccessEntry$)
2728
258
  .build() {
2729
259
  }
2730
260
 
@@ -2736,7 +266,7 @@ class DeleteAddonCommand extends smithyClient.Command
2736
266
  })
2737
267
  .s("AWSWesleyFrontend", "DeleteAddon", {})
2738
268
  .n("EKSClient", "DeleteAddonCommand")
2739
- .sc(DeleteAddon$)
269
+ .sc(schemas_0.DeleteAddon$)
2740
270
  .build() {
2741
271
  }
2742
272
 
@@ -2748,7 +278,7 @@ class DeleteCapabilityCommand extends smithyClient.Command
2748
278
  })
2749
279
  .s("AWSWesleyFrontend", "DeleteCapability", {})
2750
280
  .n("EKSClient", "DeleteCapabilityCommand")
2751
- .sc(DeleteCapability$)
281
+ .sc(schemas_0.DeleteCapability$)
2752
282
  .build() {
2753
283
  }
2754
284
 
@@ -2760,7 +290,7 @@ class DeleteClusterCommand extends smithyClient.Command
2760
290
  })
2761
291
  .s("AWSWesleyFrontend", "DeleteCluster", {})
2762
292
  .n("EKSClient", "DeleteClusterCommand")
2763
- .sc(DeleteCluster$)
293
+ .sc(schemas_0.DeleteCluster$)
2764
294
  .build() {
2765
295
  }
2766
296
 
@@ -2772,7 +302,7 @@ class DeleteEksAnywhereSubscriptionCommand extends smithyClient.Command
2772
302
  })
2773
303
  .s("AWSWesleyFrontend", "DeleteEksAnywhereSubscription", {})
2774
304
  .n("EKSClient", "DeleteEksAnywhereSubscriptionCommand")
2775
- .sc(DeleteEksAnywhereSubscription$)
305
+ .sc(schemas_0.DeleteEksAnywhereSubscription$)
2776
306
  .build() {
2777
307
  }
2778
308
 
@@ -2784,7 +314,7 @@ class DeleteFargateProfileCommand extends smithyClient.Command
2784
314
  })
2785
315
  .s("AWSWesleyFrontend", "DeleteFargateProfile", {})
2786
316
  .n("EKSClient", "DeleteFargateProfileCommand")
2787
- .sc(DeleteFargateProfile$)
317
+ .sc(schemas_0.DeleteFargateProfile$)
2788
318
  .build() {
2789
319
  }
2790
320
 
@@ -2796,7 +326,7 @@ class DeleteNodegroupCommand extends smithyClient.Command
2796
326
  })
2797
327
  .s("AWSWesleyFrontend", "DeleteNodegroup", {})
2798
328
  .n("EKSClient", "DeleteNodegroupCommand")
2799
- .sc(DeleteNodegroup$)
329
+ .sc(schemas_0.DeleteNodegroup$)
2800
330
  .build() {
2801
331
  }
2802
332
 
@@ -2808,7 +338,7 @@ class DeletePodIdentityAssociationCommand extends smithyClient.Command
2808
338
  })
2809
339
  .s("AWSWesleyFrontend", "DeletePodIdentityAssociation", {})
2810
340
  .n("EKSClient", "DeletePodIdentityAssociationCommand")
2811
- .sc(DeletePodIdentityAssociation$)
341
+ .sc(schemas_0.DeletePodIdentityAssociation$)
2812
342
  .build() {
2813
343
  }
2814
344
 
@@ -2820,7 +350,7 @@ class DeregisterClusterCommand extends smithyClient.Command
2820
350
  })
2821
351
  .s("AWSWesleyFrontend", "DeregisterCluster", {})
2822
352
  .n("EKSClient", "DeregisterClusterCommand")
2823
- .sc(DeregisterCluster$)
353
+ .sc(schemas_0.DeregisterCluster$)
2824
354
  .build() {
2825
355
  }
2826
356
 
@@ -2832,7 +362,7 @@ class DescribeAccessEntryCommand extends smithyClient.Command
2832
362
  })
2833
363
  .s("AWSWesleyFrontend", "DescribeAccessEntry", {})
2834
364
  .n("EKSClient", "DescribeAccessEntryCommand")
2835
- .sc(DescribeAccessEntry$)
365
+ .sc(schemas_0.DescribeAccessEntry$)
2836
366
  .build() {
2837
367
  }
2838
368
 
@@ -2844,7 +374,7 @@ class DescribeAddonCommand extends smithyClient.Command
2844
374
  })
2845
375
  .s("AWSWesleyFrontend", "DescribeAddon", {})
2846
376
  .n("EKSClient", "DescribeAddonCommand")
2847
- .sc(DescribeAddon$)
377
+ .sc(schemas_0.DescribeAddon$)
2848
378
  .build() {
2849
379
  }
2850
380
 
@@ -2856,7 +386,7 @@ class DescribeAddonConfigurationCommand extends smithyClient.Command
2856
386
  })
2857
387
  .s("AWSWesleyFrontend", "DescribeAddonConfiguration", {})
2858
388
  .n("EKSClient", "DescribeAddonConfigurationCommand")
2859
- .sc(DescribeAddonConfiguration$)
389
+ .sc(schemas_0.DescribeAddonConfiguration$)
2860
390
  .build() {
2861
391
  }
2862
392
 
@@ -2868,7 +398,7 @@ class DescribeAddonVersionsCommand extends smithyClient.Command
2868
398
  })
2869
399
  .s("AWSWesleyFrontend", "DescribeAddonVersions", {})
2870
400
  .n("EKSClient", "DescribeAddonVersionsCommand")
2871
- .sc(DescribeAddonVersions$)
401
+ .sc(schemas_0.DescribeAddonVersions$)
2872
402
  .build() {
2873
403
  }
2874
404
 
@@ -2880,7 +410,7 @@ class DescribeCapabilityCommand extends smithyClient.Command
2880
410
  })
2881
411
  .s("AWSWesleyFrontend", "DescribeCapability", {})
2882
412
  .n("EKSClient", "DescribeCapabilityCommand")
2883
- .sc(DescribeCapability$)
413
+ .sc(schemas_0.DescribeCapability$)
2884
414
  .build() {
2885
415
  }
2886
416
 
@@ -2892,7 +422,7 @@ class DescribeClusterCommand extends smithyClient.Command
2892
422
  })
2893
423
  .s("AWSWesleyFrontend", "DescribeCluster", {})
2894
424
  .n("EKSClient", "DescribeClusterCommand")
2895
- .sc(DescribeCluster$)
425
+ .sc(schemas_0.DescribeCluster$)
2896
426
  .build() {
2897
427
  }
2898
428
 
@@ -2904,7 +434,7 @@ class DescribeClusterVersionsCommand extends smithyClient.Command
2904
434
  })
2905
435
  .s("AWSWesleyFrontend", "DescribeClusterVersions", {})
2906
436
  .n("EKSClient", "DescribeClusterVersionsCommand")
2907
- .sc(DescribeClusterVersions$)
437
+ .sc(schemas_0.DescribeClusterVersions$)
2908
438
  .build() {
2909
439
  }
2910
440
 
@@ -2916,7 +446,7 @@ class DescribeEksAnywhereSubscriptionCommand extends smithyClient.Command
2916
446
  })
2917
447
  .s("AWSWesleyFrontend", "DescribeEksAnywhereSubscription", {})
2918
448
  .n("EKSClient", "DescribeEksAnywhereSubscriptionCommand")
2919
- .sc(DescribeEksAnywhereSubscription$)
449
+ .sc(schemas_0.DescribeEksAnywhereSubscription$)
2920
450
  .build() {
2921
451
  }
2922
452
 
@@ -2928,7 +458,7 @@ class DescribeFargateProfileCommand extends smithyClient.Command
2928
458
  })
2929
459
  .s("AWSWesleyFrontend", "DescribeFargateProfile", {})
2930
460
  .n("EKSClient", "DescribeFargateProfileCommand")
2931
- .sc(DescribeFargateProfile$)
461
+ .sc(schemas_0.DescribeFargateProfile$)
2932
462
  .build() {
2933
463
  }
2934
464
 
@@ -2940,7 +470,7 @@ class DescribeIdentityProviderConfigCommand extends smithyClient.Command
2940
470
  })
2941
471
  .s("AWSWesleyFrontend", "DescribeIdentityProviderConfig", {})
2942
472
  .n("EKSClient", "DescribeIdentityProviderConfigCommand")
2943
- .sc(DescribeIdentityProviderConfig$)
473
+ .sc(schemas_0.DescribeIdentityProviderConfig$)
2944
474
  .build() {
2945
475
  }
2946
476
 
@@ -2952,7 +482,7 @@ class DescribeInsightCommand extends smithyClient.Command
2952
482
  })
2953
483
  .s("AWSWesleyFrontend", "DescribeInsight", {})
2954
484
  .n("EKSClient", "DescribeInsightCommand")
2955
- .sc(DescribeInsight$)
485
+ .sc(schemas_0.DescribeInsight$)
2956
486
  .build() {
2957
487
  }
2958
488
 
@@ -2964,7 +494,7 @@ class DescribeInsightsRefreshCommand extends smithyClient.Command
2964
494
  })
2965
495
  .s("AWSWesleyFrontend", "DescribeInsightsRefresh", {})
2966
496
  .n("EKSClient", "DescribeInsightsRefreshCommand")
2967
- .sc(DescribeInsightsRefresh$)
497
+ .sc(schemas_0.DescribeInsightsRefresh$)
2968
498
  .build() {
2969
499
  }
2970
500
 
@@ -2976,7 +506,7 @@ class DescribeNodegroupCommand extends smithyClient.Command
2976
506
  })
2977
507
  .s("AWSWesleyFrontend", "DescribeNodegroup", {})
2978
508
  .n("EKSClient", "DescribeNodegroupCommand")
2979
- .sc(DescribeNodegroup$)
509
+ .sc(schemas_0.DescribeNodegroup$)
2980
510
  .build() {
2981
511
  }
2982
512
 
@@ -2988,7 +518,7 @@ class DescribePodIdentityAssociationCommand extends smithyClient.Command
2988
518
  })
2989
519
  .s("AWSWesleyFrontend", "DescribePodIdentityAssociation", {})
2990
520
  .n("EKSClient", "DescribePodIdentityAssociationCommand")
2991
- .sc(DescribePodIdentityAssociation$)
521
+ .sc(schemas_0.DescribePodIdentityAssociation$)
2992
522
  .build() {
2993
523
  }
2994
524
 
@@ -3000,7 +530,7 @@ class DescribeUpdateCommand extends smithyClient.Command
3000
530
  })
3001
531
  .s("AWSWesleyFrontend", "DescribeUpdate", {})
3002
532
  .n("EKSClient", "DescribeUpdateCommand")
3003
- .sc(DescribeUpdate$)
533
+ .sc(schemas_0.DescribeUpdate$)
3004
534
  .build() {
3005
535
  }
3006
536
 
@@ -3012,7 +542,7 @@ class DisassociateAccessPolicyCommand extends smithyClient.Command
3012
542
  })
3013
543
  .s("AWSWesleyFrontend", "DisassociateAccessPolicy", {})
3014
544
  .n("EKSClient", "DisassociateAccessPolicyCommand")
3015
- .sc(DisassociateAccessPolicy$)
545
+ .sc(schemas_0.DisassociateAccessPolicy$)
3016
546
  .build() {
3017
547
  }
3018
548
 
@@ -3024,7 +554,7 @@ class DisassociateIdentityProviderConfigCommand extends smithyClient.Command
3024
554
  })
3025
555
  .s("AWSWesleyFrontend", "DisassociateIdentityProviderConfig", {})
3026
556
  .n("EKSClient", "DisassociateIdentityProviderConfigCommand")
3027
- .sc(DisassociateIdentityProviderConfig$)
557
+ .sc(schemas_0.DisassociateIdentityProviderConfig$)
3028
558
  .build() {
3029
559
  }
3030
560
 
@@ -3036,7 +566,7 @@ class ListAccessEntriesCommand extends smithyClient.Command
3036
566
  })
3037
567
  .s("AWSWesleyFrontend", "ListAccessEntries", {})
3038
568
  .n("EKSClient", "ListAccessEntriesCommand")
3039
- .sc(ListAccessEntries$)
569
+ .sc(schemas_0.ListAccessEntries$)
3040
570
  .build() {
3041
571
  }
3042
572
 
@@ -3048,7 +578,7 @@ class ListAccessPoliciesCommand extends smithyClient.Command
3048
578
  })
3049
579
  .s("AWSWesleyFrontend", "ListAccessPolicies", {})
3050
580
  .n("EKSClient", "ListAccessPoliciesCommand")
3051
- .sc(ListAccessPolicies$)
581
+ .sc(schemas_0.ListAccessPolicies$)
3052
582
  .build() {
3053
583
  }
3054
584
 
@@ -3060,7 +590,7 @@ class ListAddonsCommand extends smithyClient.Command
3060
590
  })
3061
591
  .s("AWSWesleyFrontend", "ListAddons", {})
3062
592
  .n("EKSClient", "ListAddonsCommand")
3063
- .sc(ListAddons$)
593
+ .sc(schemas_0.ListAddons$)
3064
594
  .build() {
3065
595
  }
3066
596
 
@@ -3072,7 +602,7 @@ class ListAssociatedAccessPoliciesCommand extends smithyClient.Command
3072
602
  })
3073
603
  .s("AWSWesleyFrontend", "ListAssociatedAccessPolicies", {})
3074
604
  .n("EKSClient", "ListAssociatedAccessPoliciesCommand")
3075
- .sc(ListAssociatedAccessPolicies$)
605
+ .sc(schemas_0.ListAssociatedAccessPolicies$)
3076
606
  .build() {
3077
607
  }
3078
608
 
@@ -3084,7 +614,7 @@ class ListCapabilitiesCommand extends smithyClient.Command
3084
614
  })
3085
615
  .s("AWSWesleyFrontend", "ListCapabilities", {})
3086
616
  .n("EKSClient", "ListCapabilitiesCommand")
3087
- .sc(ListCapabilities$)
617
+ .sc(schemas_0.ListCapabilities$)
3088
618
  .build() {
3089
619
  }
3090
620
 
@@ -3096,7 +626,7 @@ class ListClustersCommand extends smithyClient.Command
3096
626
  })
3097
627
  .s("AWSWesleyFrontend", "ListClusters", {})
3098
628
  .n("EKSClient", "ListClustersCommand")
3099
- .sc(ListClusters$)
629
+ .sc(schemas_0.ListClusters$)
3100
630
  .build() {
3101
631
  }
3102
632
 
@@ -3108,7 +638,7 @@ class ListEksAnywhereSubscriptionsCommand extends smithyClient.Command
3108
638
  })
3109
639
  .s("AWSWesleyFrontend", "ListEksAnywhereSubscriptions", {})
3110
640
  .n("EKSClient", "ListEksAnywhereSubscriptionsCommand")
3111
- .sc(ListEksAnywhereSubscriptions$)
641
+ .sc(schemas_0.ListEksAnywhereSubscriptions$)
3112
642
  .build() {
3113
643
  }
3114
644
 
@@ -3120,7 +650,7 @@ class ListFargateProfilesCommand extends smithyClient.Command
3120
650
  })
3121
651
  .s("AWSWesleyFrontend", "ListFargateProfiles", {})
3122
652
  .n("EKSClient", "ListFargateProfilesCommand")
3123
- .sc(ListFargateProfiles$)
653
+ .sc(schemas_0.ListFargateProfiles$)
3124
654
  .build() {
3125
655
  }
3126
656
 
@@ -3132,7 +662,7 @@ class ListIdentityProviderConfigsCommand extends smithyClient.Command
3132
662
  })
3133
663
  .s("AWSWesleyFrontend", "ListIdentityProviderConfigs", {})
3134
664
  .n("EKSClient", "ListIdentityProviderConfigsCommand")
3135
- .sc(ListIdentityProviderConfigs$)
665
+ .sc(schemas_0.ListIdentityProviderConfigs$)
3136
666
  .build() {
3137
667
  }
3138
668
 
@@ -3144,7 +674,7 @@ class ListInsightsCommand extends smithyClient.Command
3144
674
  })
3145
675
  .s("AWSWesleyFrontend", "ListInsights", {})
3146
676
  .n("EKSClient", "ListInsightsCommand")
3147
- .sc(ListInsights$)
677
+ .sc(schemas_0.ListInsights$)
3148
678
  .build() {
3149
679
  }
3150
680
 
@@ -3156,7 +686,7 @@ class ListNodegroupsCommand extends smithyClient.Command
3156
686
  })
3157
687
  .s("AWSWesleyFrontend", "ListNodegroups", {})
3158
688
  .n("EKSClient", "ListNodegroupsCommand")
3159
- .sc(ListNodegroups$)
689
+ .sc(schemas_0.ListNodegroups$)
3160
690
  .build() {
3161
691
  }
3162
692
 
@@ -3168,7 +698,7 @@ class ListPodIdentityAssociationsCommand extends smithyClient.Command
3168
698
  })
3169
699
  .s("AWSWesleyFrontend", "ListPodIdentityAssociations", {})
3170
700
  .n("EKSClient", "ListPodIdentityAssociationsCommand")
3171
- .sc(ListPodIdentityAssociations$)
701
+ .sc(schemas_0.ListPodIdentityAssociations$)
3172
702
  .build() {
3173
703
  }
3174
704
 
@@ -3180,7 +710,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
3180
710
  })
3181
711
  .s("AWSWesleyFrontend", "ListTagsForResource", {})
3182
712
  .n("EKSClient", "ListTagsForResourceCommand")
3183
- .sc(ListTagsForResource$)
713
+ .sc(schemas_0.ListTagsForResource$)
3184
714
  .build() {
3185
715
  }
3186
716
 
@@ -3192,7 +722,7 @@ class ListUpdatesCommand extends smithyClient.Command
3192
722
  })
3193
723
  .s("AWSWesleyFrontend", "ListUpdates", {})
3194
724
  .n("EKSClient", "ListUpdatesCommand")
3195
- .sc(ListUpdates$)
725
+ .sc(schemas_0.ListUpdates$)
3196
726
  .build() {
3197
727
  }
3198
728
 
@@ -3204,7 +734,7 @@ class RegisterClusterCommand extends smithyClient.Command
3204
734
  })
3205
735
  .s("AWSWesleyFrontend", "RegisterCluster", {})
3206
736
  .n("EKSClient", "RegisterClusterCommand")
3207
- .sc(RegisterCluster$)
737
+ .sc(schemas_0.RegisterCluster$)
3208
738
  .build() {
3209
739
  }
3210
740
 
@@ -3216,7 +746,7 @@ class StartInsightsRefreshCommand extends smithyClient.Command
3216
746
  })
3217
747
  .s("AWSWesleyFrontend", "StartInsightsRefresh", {})
3218
748
  .n("EKSClient", "StartInsightsRefreshCommand")
3219
- .sc(StartInsightsRefresh$)
749
+ .sc(schemas_0.StartInsightsRefresh$)
3220
750
  .build() {
3221
751
  }
3222
752
 
@@ -3228,7 +758,7 @@ class TagResourceCommand extends smithyClient.Command
3228
758
  })
3229
759
  .s("AWSWesleyFrontend", "TagResource", {})
3230
760
  .n("EKSClient", "TagResourceCommand")
3231
- .sc(TagResource$)
761
+ .sc(schemas_0.TagResource$)
3232
762
  .build() {
3233
763
  }
3234
764
 
@@ -3240,7 +770,7 @@ class UntagResourceCommand extends smithyClient.Command
3240
770
  })
3241
771
  .s("AWSWesleyFrontend", "UntagResource", {})
3242
772
  .n("EKSClient", "UntagResourceCommand")
3243
- .sc(UntagResource$)
773
+ .sc(schemas_0.UntagResource$)
3244
774
  .build() {
3245
775
  }
3246
776
 
@@ -3252,7 +782,7 @@ class UpdateAccessEntryCommand extends smithyClient.Command
3252
782
  })
3253
783
  .s("AWSWesleyFrontend", "UpdateAccessEntry", {})
3254
784
  .n("EKSClient", "UpdateAccessEntryCommand")
3255
- .sc(UpdateAccessEntry$)
785
+ .sc(schemas_0.UpdateAccessEntry$)
3256
786
  .build() {
3257
787
  }
3258
788
 
@@ -3264,7 +794,7 @@ class UpdateAddonCommand extends smithyClient.Command
3264
794
  })
3265
795
  .s("AWSWesleyFrontend", "UpdateAddon", {})
3266
796
  .n("EKSClient", "UpdateAddonCommand")
3267
- .sc(UpdateAddon$)
797
+ .sc(schemas_0.UpdateAddon$)
3268
798
  .build() {
3269
799
  }
3270
800
 
@@ -3276,7 +806,7 @@ class UpdateCapabilityCommand extends smithyClient.Command
3276
806
  })
3277
807
  .s("AWSWesleyFrontend", "UpdateCapability", {})
3278
808
  .n("EKSClient", "UpdateCapabilityCommand")
3279
- .sc(UpdateCapability$)
809
+ .sc(schemas_0.UpdateCapability$)
3280
810
  .build() {
3281
811
  }
3282
812
 
@@ -3288,7 +818,7 @@ class UpdateClusterConfigCommand extends smithyClient.Command
3288
818
  })
3289
819
  .s("AWSWesleyFrontend", "UpdateClusterConfig", {})
3290
820
  .n("EKSClient", "UpdateClusterConfigCommand")
3291
- .sc(UpdateClusterConfig$)
821
+ .sc(schemas_0.UpdateClusterConfig$)
3292
822
  .build() {
3293
823
  }
3294
824
 
@@ -3300,7 +830,7 @@ class UpdateClusterVersionCommand extends smithyClient.Command
3300
830
  })
3301
831
  .s("AWSWesleyFrontend", "UpdateClusterVersion", {})
3302
832
  .n("EKSClient", "UpdateClusterVersionCommand")
3303
- .sc(UpdateClusterVersion$)
833
+ .sc(schemas_0.UpdateClusterVersion$)
3304
834
  .build() {
3305
835
  }
3306
836
 
@@ -3312,7 +842,7 @@ class UpdateEksAnywhereSubscriptionCommand extends smithyClient.Command
3312
842
  })
3313
843
  .s("AWSWesleyFrontend", "UpdateEksAnywhereSubscription", {})
3314
844
  .n("EKSClient", "UpdateEksAnywhereSubscriptionCommand")
3315
- .sc(UpdateEksAnywhereSubscription$)
845
+ .sc(schemas_0.UpdateEksAnywhereSubscription$)
3316
846
  .build() {
3317
847
  }
3318
848
 
@@ -3324,7 +854,7 @@ class UpdateNodegroupConfigCommand extends smithyClient.Command
3324
854
  })
3325
855
  .s("AWSWesleyFrontend", "UpdateNodegroupConfig", {})
3326
856
  .n("EKSClient", "UpdateNodegroupConfigCommand")
3327
- .sc(UpdateNodegroupConfig$)
857
+ .sc(schemas_0.UpdateNodegroupConfig$)
3328
858
  .build() {
3329
859
  }
3330
860
 
@@ -3336,7 +866,7 @@ class UpdateNodegroupVersionCommand extends smithyClient.Command
3336
866
  })
3337
867
  .s("AWSWesleyFrontend", "UpdateNodegroupVersion", {})
3338
868
  .n("EKSClient", "UpdateNodegroupVersionCommand")
3339
- .sc(UpdateNodegroupVersion$)
869
+ .sc(schemas_0.UpdateNodegroupVersion$)
3340
870
  .build() {
3341
871
  }
3342
872
 
@@ -3348,7 +878,7 @@ class UpdatePodIdentityAssociationCommand extends smithyClient.Command
3348
878
  })
3349
879
  .s("AWSWesleyFrontend", "UpdatePodIdentityAssociation", {})
3350
880
  .n("EKSClient", "UpdatePodIdentityAssociationCommand")
3351
- .sc(UpdatePodIdentityAssociation$)
881
+ .sc(schemas_0.UpdatePodIdentityAssociation$)
3352
882
  .build() {
3353
883
  }
3354
884
 
@@ -3854,8 +1384,10 @@ const AMITypes = {
3854
1384
  CUSTOM: "CUSTOM",
3855
1385
  WINDOWS_CORE_2019_x86_64: "WINDOWS_CORE_2019_x86_64",
3856
1386
  WINDOWS_CORE_2022_x86_64: "WINDOWS_CORE_2022_x86_64",
1387
+ WINDOWS_CORE_2025_x86_64: "WINDOWS_CORE_2025_x86_64",
3857
1388
  WINDOWS_FULL_2019_x86_64: "WINDOWS_FULL_2019_x86_64",
3858
1389
  WINDOWS_FULL_2022_x86_64: "WINDOWS_FULL_2022_x86_64",
1390
+ WINDOWS_FULL_2025_x86_64: "WINDOWS_FULL_2025_x86_64",
3859
1391
  };
3860
1392
  const SsoIdentityType = {
3861
1393
  SSO_GROUP: "SSO_GROUP",
@@ -4171,446 +1703,116 @@ Object.defineProperty(exports, "__Client", {
4171
1703
  enumerable: true,
4172
1704
  get: function () { return smithyClient.Client; }
4173
1705
  });
1706
+ Object.defineProperty(exports, "EKSServiceException", {
1707
+ enumerable: true,
1708
+ get: function () { return EKSServiceException.EKSServiceException; }
1709
+ });
4174
1710
  exports.AMITypes = AMITypes;
4175
- exports.AccessConfigResponse$ = AccessConfigResponse$;
4176
- exports.AccessDeniedException = AccessDeniedException;
4177
- exports.AccessDeniedException$ = AccessDeniedException$;
4178
- exports.AccessEntry$ = AccessEntry$;
4179
- exports.AccessPolicy$ = AccessPolicy$;
4180
- exports.AccessScope$ = AccessScope$;
4181
1711
  exports.AccessScopeType = AccessScopeType;
4182
- exports.Addon$ = Addon$;
4183
- exports.AddonCompatibilityDetail$ = AddonCompatibilityDetail$;
4184
- exports.AddonHealth$ = AddonHealth$;
4185
- exports.AddonInfo$ = AddonInfo$;
4186
- exports.AddonIssue$ = AddonIssue$;
4187
1712
  exports.AddonIssueCode = AddonIssueCode;
4188
- exports.AddonNamespaceConfigRequest$ = AddonNamespaceConfigRequest$;
4189
- exports.AddonNamespaceConfigResponse$ = AddonNamespaceConfigResponse$;
4190
- exports.AddonPodIdentityAssociations$ = AddonPodIdentityAssociations$;
4191
- exports.AddonPodIdentityConfiguration$ = AddonPodIdentityConfiguration$;
4192
1713
  exports.AddonStatus = AddonStatus;
4193
- exports.AddonVersionInfo$ = AddonVersionInfo$;
4194
- exports.ArgoCdAwsIdcConfigRequest$ = ArgoCdAwsIdcConfigRequest$;
4195
- exports.ArgoCdAwsIdcConfigResponse$ = ArgoCdAwsIdcConfigResponse$;
4196
- exports.ArgoCdConfigRequest$ = ArgoCdConfigRequest$;
4197
- exports.ArgoCdConfigResponse$ = ArgoCdConfigResponse$;
4198
- exports.ArgoCdNetworkAccessConfigRequest$ = ArgoCdNetworkAccessConfigRequest$;
4199
- exports.ArgoCdNetworkAccessConfigResponse$ = ArgoCdNetworkAccessConfigResponse$;
4200
1714
  exports.ArgoCdRole = ArgoCdRole;
4201
- exports.ArgoCdRoleMapping$ = ArgoCdRoleMapping$;
4202
- exports.AssociateAccessPolicy$ = AssociateAccessPolicy$;
4203
1715
  exports.AssociateAccessPolicyCommand = AssociateAccessPolicyCommand;
4204
- exports.AssociateAccessPolicyRequest$ = AssociateAccessPolicyRequest$;
4205
- exports.AssociateAccessPolicyResponse$ = AssociateAccessPolicyResponse$;
4206
- exports.AssociateEncryptionConfig$ = AssociateEncryptionConfig$;
4207
1716
  exports.AssociateEncryptionConfigCommand = AssociateEncryptionConfigCommand;
4208
- exports.AssociateEncryptionConfigRequest$ = AssociateEncryptionConfigRequest$;
4209
- exports.AssociateEncryptionConfigResponse$ = AssociateEncryptionConfigResponse$;
4210
- exports.AssociateIdentityProviderConfig$ = AssociateIdentityProviderConfig$;
4211
1717
  exports.AssociateIdentityProviderConfigCommand = AssociateIdentityProviderConfigCommand;
4212
- exports.AssociateIdentityProviderConfigRequest$ = AssociateIdentityProviderConfigRequest$;
4213
- exports.AssociateIdentityProviderConfigResponse$ = AssociateIdentityProviderConfigResponse$;
4214
- exports.AssociatedAccessPolicy$ = AssociatedAccessPolicy$;
4215
1718
  exports.AuthenticationMode = AuthenticationMode;
4216
- exports.AutoScalingGroup$ = AutoScalingGroup$;
4217
- exports.BadRequestException = BadRequestException;
4218
- exports.BadRequestException$ = BadRequestException$;
4219
- exports.BlockStorage$ = BlockStorage$;
4220
- exports.Capability$ = Capability$;
4221
- exports.CapabilityConfigurationRequest$ = CapabilityConfigurationRequest$;
4222
- exports.CapabilityConfigurationResponse$ = CapabilityConfigurationResponse$;
4223
1719
  exports.CapabilityDeletePropagationPolicy = CapabilityDeletePropagationPolicy;
4224
- exports.CapabilityHealth$ = CapabilityHealth$;
4225
- exports.CapabilityIssue$ = CapabilityIssue$;
4226
1720
  exports.CapabilityIssueCode = CapabilityIssueCode;
4227
1721
  exports.CapabilityStatus = CapabilityStatus;
4228
- exports.CapabilitySummary$ = CapabilitySummary$;
4229
1722
  exports.CapabilityType = CapabilityType;
4230
1723
  exports.CapacityTypes = CapacityTypes;
4231
1724
  exports.Category = Category;
4232
- exports.Certificate$ = Certificate$;
4233
- exports.ClientException = ClientException;
4234
- exports.ClientException$ = ClientException$;
4235
- exports.ClientStat$ = ClientStat$;
4236
- exports.Cluster$ = Cluster$;
4237
- exports.ClusterHealth$ = ClusterHealth$;
4238
- exports.ClusterIssue$ = ClusterIssue$;
4239
1725
  exports.ClusterIssueCode = ClusterIssueCode;
4240
1726
  exports.ClusterStatus = ClusterStatus;
4241
- exports.ClusterVersionInformation$ = ClusterVersionInformation$;
4242
1727
  exports.ClusterVersionStatus = ClusterVersionStatus;
4243
- exports.Compatibility$ = Compatibility$;
4244
- exports.ComputeConfigRequest$ = ComputeConfigRequest$;
4245
- exports.ComputeConfigResponse$ = ComputeConfigResponse$;
4246
1728
  exports.ConfigStatus = ConfigStatus;
4247
1729
  exports.ConnectorConfigProvider = ConnectorConfigProvider;
4248
- exports.ConnectorConfigRequest$ = ConnectorConfigRequest$;
4249
- exports.ConnectorConfigResponse$ = ConnectorConfigResponse$;
4250
- exports.ControlPlanePlacementRequest$ = ControlPlanePlacementRequest$;
4251
- exports.ControlPlanePlacementResponse$ = ControlPlanePlacementResponse$;
4252
- exports.ControlPlaneScalingConfig$ = ControlPlaneScalingConfig$;
4253
- exports.CreateAccessConfigRequest$ = CreateAccessConfigRequest$;
4254
- exports.CreateAccessEntry$ = CreateAccessEntry$;
4255
1730
  exports.CreateAccessEntryCommand = CreateAccessEntryCommand;
4256
- exports.CreateAccessEntryRequest$ = CreateAccessEntryRequest$;
4257
- exports.CreateAccessEntryResponse$ = CreateAccessEntryResponse$;
4258
- exports.CreateAddon$ = CreateAddon$;
4259
1731
  exports.CreateAddonCommand = CreateAddonCommand;
4260
- exports.CreateAddonRequest$ = CreateAddonRequest$;
4261
- exports.CreateAddonResponse$ = CreateAddonResponse$;
4262
- exports.CreateCapability$ = CreateCapability$;
4263
1732
  exports.CreateCapabilityCommand = CreateCapabilityCommand;
4264
- exports.CreateCapabilityRequest$ = CreateCapabilityRequest$;
4265
- exports.CreateCapabilityResponse$ = CreateCapabilityResponse$;
4266
- exports.CreateCluster$ = CreateCluster$;
4267
1733
  exports.CreateClusterCommand = CreateClusterCommand;
4268
- exports.CreateClusterRequest$ = CreateClusterRequest$;
4269
- exports.CreateClusterResponse$ = CreateClusterResponse$;
4270
- exports.CreateEksAnywhereSubscription$ = CreateEksAnywhereSubscription$;
4271
1734
  exports.CreateEksAnywhereSubscriptionCommand = CreateEksAnywhereSubscriptionCommand;
4272
- exports.CreateEksAnywhereSubscriptionRequest$ = CreateEksAnywhereSubscriptionRequest$;
4273
- exports.CreateEksAnywhereSubscriptionResponse$ = CreateEksAnywhereSubscriptionResponse$;
4274
- exports.CreateFargateProfile$ = CreateFargateProfile$;
4275
1735
  exports.CreateFargateProfileCommand = CreateFargateProfileCommand;
4276
- exports.CreateFargateProfileRequest$ = CreateFargateProfileRequest$;
4277
- exports.CreateFargateProfileResponse$ = CreateFargateProfileResponse$;
4278
- exports.CreateNodegroup$ = CreateNodegroup$;
4279
1736
  exports.CreateNodegroupCommand = CreateNodegroupCommand;
4280
- exports.CreateNodegroupRequest$ = CreateNodegroupRequest$;
4281
- exports.CreateNodegroupResponse$ = CreateNodegroupResponse$;
4282
- exports.CreatePodIdentityAssociation$ = CreatePodIdentityAssociation$;
4283
1737
  exports.CreatePodIdentityAssociationCommand = CreatePodIdentityAssociationCommand;
4284
- exports.CreatePodIdentityAssociationRequest$ = CreatePodIdentityAssociationRequest$;
4285
- exports.CreatePodIdentityAssociationResponse$ = CreatePodIdentityAssociationResponse$;
4286
- exports.DeleteAccessEntry$ = DeleteAccessEntry$;
4287
1738
  exports.DeleteAccessEntryCommand = DeleteAccessEntryCommand;
4288
- exports.DeleteAccessEntryRequest$ = DeleteAccessEntryRequest$;
4289
- exports.DeleteAccessEntryResponse$ = DeleteAccessEntryResponse$;
4290
- exports.DeleteAddon$ = DeleteAddon$;
4291
1739
  exports.DeleteAddonCommand = DeleteAddonCommand;
4292
- exports.DeleteAddonRequest$ = DeleteAddonRequest$;
4293
- exports.DeleteAddonResponse$ = DeleteAddonResponse$;
4294
- exports.DeleteCapability$ = DeleteCapability$;
4295
1740
  exports.DeleteCapabilityCommand = DeleteCapabilityCommand;
4296
- exports.DeleteCapabilityRequest$ = DeleteCapabilityRequest$;
4297
- exports.DeleteCapabilityResponse$ = DeleteCapabilityResponse$;
4298
- exports.DeleteCluster$ = DeleteCluster$;
4299
1741
  exports.DeleteClusterCommand = DeleteClusterCommand;
4300
- exports.DeleteClusterRequest$ = DeleteClusterRequest$;
4301
- exports.DeleteClusterResponse$ = DeleteClusterResponse$;
4302
- exports.DeleteEksAnywhereSubscription$ = DeleteEksAnywhereSubscription$;
4303
1742
  exports.DeleteEksAnywhereSubscriptionCommand = DeleteEksAnywhereSubscriptionCommand;
4304
- exports.DeleteEksAnywhereSubscriptionRequest$ = DeleteEksAnywhereSubscriptionRequest$;
4305
- exports.DeleteEksAnywhereSubscriptionResponse$ = DeleteEksAnywhereSubscriptionResponse$;
4306
- exports.DeleteFargateProfile$ = DeleteFargateProfile$;
4307
1743
  exports.DeleteFargateProfileCommand = DeleteFargateProfileCommand;
4308
- exports.DeleteFargateProfileRequest$ = DeleteFargateProfileRequest$;
4309
- exports.DeleteFargateProfileResponse$ = DeleteFargateProfileResponse$;
4310
- exports.DeleteNodegroup$ = DeleteNodegroup$;
4311
1744
  exports.DeleteNodegroupCommand = DeleteNodegroupCommand;
4312
- exports.DeleteNodegroupRequest$ = DeleteNodegroupRequest$;
4313
- exports.DeleteNodegroupResponse$ = DeleteNodegroupResponse$;
4314
- exports.DeletePodIdentityAssociation$ = DeletePodIdentityAssociation$;
4315
1745
  exports.DeletePodIdentityAssociationCommand = DeletePodIdentityAssociationCommand;
4316
- exports.DeletePodIdentityAssociationRequest$ = DeletePodIdentityAssociationRequest$;
4317
- exports.DeletePodIdentityAssociationResponse$ = DeletePodIdentityAssociationResponse$;
4318
- exports.DeprecationDetail$ = DeprecationDetail$;
4319
- exports.DeregisterCluster$ = DeregisterCluster$;
4320
1746
  exports.DeregisterClusterCommand = DeregisterClusterCommand;
4321
- exports.DeregisterClusterRequest$ = DeregisterClusterRequest$;
4322
- exports.DeregisterClusterResponse$ = DeregisterClusterResponse$;
4323
- exports.DescribeAccessEntry$ = DescribeAccessEntry$;
4324
1747
  exports.DescribeAccessEntryCommand = DescribeAccessEntryCommand;
4325
- exports.DescribeAccessEntryRequest$ = DescribeAccessEntryRequest$;
4326
- exports.DescribeAccessEntryResponse$ = DescribeAccessEntryResponse$;
4327
- exports.DescribeAddon$ = DescribeAddon$;
4328
1748
  exports.DescribeAddonCommand = DescribeAddonCommand;
4329
- exports.DescribeAddonConfiguration$ = DescribeAddonConfiguration$;
4330
1749
  exports.DescribeAddonConfigurationCommand = DescribeAddonConfigurationCommand;
4331
- exports.DescribeAddonConfigurationRequest$ = DescribeAddonConfigurationRequest$;
4332
- exports.DescribeAddonConfigurationResponse$ = DescribeAddonConfigurationResponse$;
4333
- exports.DescribeAddonRequest$ = DescribeAddonRequest$;
4334
- exports.DescribeAddonResponse$ = DescribeAddonResponse$;
4335
- exports.DescribeAddonVersions$ = DescribeAddonVersions$;
4336
1750
  exports.DescribeAddonVersionsCommand = DescribeAddonVersionsCommand;
4337
- exports.DescribeAddonVersionsRequest$ = DescribeAddonVersionsRequest$;
4338
- exports.DescribeAddonVersionsResponse$ = DescribeAddonVersionsResponse$;
4339
- exports.DescribeCapability$ = DescribeCapability$;
4340
1751
  exports.DescribeCapabilityCommand = DescribeCapabilityCommand;
4341
- exports.DescribeCapabilityRequest$ = DescribeCapabilityRequest$;
4342
- exports.DescribeCapabilityResponse$ = DescribeCapabilityResponse$;
4343
- exports.DescribeCluster$ = DescribeCluster$;
4344
1752
  exports.DescribeClusterCommand = DescribeClusterCommand;
4345
- exports.DescribeClusterRequest$ = DescribeClusterRequest$;
4346
- exports.DescribeClusterResponse$ = DescribeClusterResponse$;
4347
- exports.DescribeClusterVersions$ = DescribeClusterVersions$;
4348
1753
  exports.DescribeClusterVersionsCommand = DescribeClusterVersionsCommand;
4349
- exports.DescribeClusterVersionsRequest$ = DescribeClusterVersionsRequest$;
4350
- exports.DescribeClusterVersionsResponse$ = DescribeClusterVersionsResponse$;
4351
- exports.DescribeEksAnywhereSubscription$ = DescribeEksAnywhereSubscription$;
4352
1754
  exports.DescribeEksAnywhereSubscriptionCommand = DescribeEksAnywhereSubscriptionCommand;
4353
- exports.DescribeEksAnywhereSubscriptionRequest$ = DescribeEksAnywhereSubscriptionRequest$;
4354
- exports.DescribeEksAnywhereSubscriptionResponse$ = DescribeEksAnywhereSubscriptionResponse$;
4355
- exports.DescribeFargateProfile$ = DescribeFargateProfile$;
4356
1755
  exports.DescribeFargateProfileCommand = DescribeFargateProfileCommand;
4357
- exports.DescribeFargateProfileRequest$ = DescribeFargateProfileRequest$;
4358
- exports.DescribeFargateProfileResponse$ = DescribeFargateProfileResponse$;
4359
- exports.DescribeIdentityProviderConfig$ = DescribeIdentityProviderConfig$;
4360
1756
  exports.DescribeIdentityProviderConfigCommand = DescribeIdentityProviderConfigCommand;
4361
- exports.DescribeIdentityProviderConfigRequest$ = DescribeIdentityProviderConfigRequest$;
4362
- exports.DescribeIdentityProviderConfigResponse$ = DescribeIdentityProviderConfigResponse$;
4363
- exports.DescribeInsight$ = DescribeInsight$;
4364
1757
  exports.DescribeInsightCommand = DescribeInsightCommand;
4365
- exports.DescribeInsightRequest$ = DescribeInsightRequest$;
4366
- exports.DescribeInsightResponse$ = DescribeInsightResponse$;
4367
- exports.DescribeInsightsRefresh$ = DescribeInsightsRefresh$;
4368
1758
  exports.DescribeInsightsRefreshCommand = DescribeInsightsRefreshCommand;
4369
- exports.DescribeInsightsRefreshRequest$ = DescribeInsightsRefreshRequest$;
4370
- exports.DescribeInsightsRefreshResponse$ = DescribeInsightsRefreshResponse$;
4371
- exports.DescribeNodegroup$ = DescribeNodegroup$;
4372
1759
  exports.DescribeNodegroupCommand = DescribeNodegroupCommand;
4373
- exports.DescribeNodegroupRequest$ = DescribeNodegroupRequest$;
4374
- exports.DescribeNodegroupResponse$ = DescribeNodegroupResponse$;
4375
- exports.DescribePodIdentityAssociation$ = DescribePodIdentityAssociation$;
4376
1760
  exports.DescribePodIdentityAssociationCommand = DescribePodIdentityAssociationCommand;
4377
- exports.DescribePodIdentityAssociationRequest$ = DescribePodIdentityAssociationRequest$;
4378
- exports.DescribePodIdentityAssociationResponse$ = DescribePodIdentityAssociationResponse$;
4379
- exports.DescribeUpdate$ = DescribeUpdate$;
4380
1761
  exports.DescribeUpdateCommand = DescribeUpdateCommand;
4381
- exports.DescribeUpdateRequest$ = DescribeUpdateRequest$;
4382
- exports.DescribeUpdateResponse$ = DescribeUpdateResponse$;
4383
- exports.DisassociateAccessPolicy$ = DisassociateAccessPolicy$;
4384
1762
  exports.DisassociateAccessPolicyCommand = DisassociateAccessPolicyCommand;
4385
- exports.DisassociateAccessPolicyRequest$ = DisassociateAccessPolicyRequest$;
4386
- exports.DisassociateAccessPolicyResponse$ = DisassociateAccessPolicyResponse$;
4387
- exports.DisassociateIdentityProviderConfig$ = DisassociateIdentityProviderConfig$;
4388
1763
  exports.DisassociateIdentityProviderConfigCommand = DisassociateIdentityProviderConfigCommand;
4389
- exports.DisassociateIdentityProviderConfigRequest$ = DisassociateIdentityProviderConfigRequest$;
4390
- exports.DisassociateIdentityProviderConfigResponse$ = DisassociateIdentityProviderConfigResponse$;
4391
1764
  exports.EKS = EKS;
4392
1765
  exports.EKSClient = EKSClient;
4393
- exports.EKSServiceException = EKSServiceException;
4394
- exports.EKSServiceException$ = EKSServiceException$;
4395
- exports.EksAnywhereSubscription$ = EksAnywhereSubscription$;
4396
1766
  exports.EksAnywhereSubscriptionLicenseType = EksAnywhereSubscriptionLicenseType;
4397
1767
  exports.EksAnywhereSubscriptionStatus = EksAnywhereSubscriptionStatus;
4398
- exports.EksAnywhereSubscriptionTerm$ = EksAnywhereSubscriptionTerm$;
4399
1768
  exports.EksAnywhereSubscriptionTermUnit = EksAnywhereSubscriptionTermUnit;
4400
- exports.ElasticLoadBalancing$ = ElasticLoadBalancing$;
4401
- exports.EncryptionConfig$ = EncryptionConfig$;
4402
1769
  exports.ErrorCode = ErrorCode;
4403
- exports.ErrorDetail$ = ErrorDetail$;
4404
- exports.FargateProfile$ = FargateProfile$;
4405
- exports.FargateProfileHealth$ = FargateProfileHealth$;
4406
- exports.FargateProfileIssue$ = FargateProfileIssue$;
4407
1770
  exports.FargateProfileIssueCode = FargateProfileIssueCode;
4408
- exports.FargateProfileSelector$ = FargateProfileSelector$;
4409
1771
  exports.FargateProfileStatus = FargateProfileStatus;
4410
- exports.Identity$ = Identity$;
4411
- exports.IdentityProviderConfig$ = IdentityProviderConfig$;
4412
- exports.IdentityProviderConfigResponse$ = IdentityProviderConfigResponse$;
4413
- exports.Insight$ = Insight$;
4414
- exports.InsightCategorySpecificSummary$ = InsightCategorySpecificSummary$;
4415
- exports.InsightResourceDetail$ = InsightResourceDetail$;
4416
- exports.InsightStatus$ = InsightStatus$;
4417
1772
  exports.InsightStatusValue = InsightStatusValue;
4418
- exports.InsightSummary$ = InsightSummary$;
4419
- exports.InsightsFilter$ = InsightsFilter$;
4420
1773
  exports.InsightsRefreshStatus = InsightsRefreshStatus;
4421
- exports.InvalidParameterException = InvalidParameterException;
4422
- exports.InvalidParameterException$ = InvalidParameterException$;
4423
- exports.InvalidRequestException = InvalidRequestException;
4424
- exports.InvalidRequestException$ = InvalidRequestException$;
4425
- exports.InvalidStateException = InvalidStateException;
4426
- exports.InvalidStateException$ = InvalidStateException$;
4427
1774
  exports.IpFamily = IpFamily;
4428
- exports.Issue$ = Issue$;
4429
- exports.KubernetesNetworkConfigRequest$ = KubernetesNetworkConfigRequest$;
4430
- exports.KubernetesNetworkConfigResponse$ = KubernetesNetworkConfigResponse$;
4431
- exports.LaunchTemplateSpecification$ = LaunchTemplateSpecification$;
4432
- exports.License$ = License$;
4433
- exports.ListAccessEntries$ = ListAccessEntries$;
4434
1775
  exports.ListAccessEntriesCommand = ListAccessEntriesCommand;
4435
- exports.ListAccessEntriesRequest$ = ListAccessEntriesRequest$;
4436
- exports.ListAccessEntriesResponse$ = ListAccessEntriesResponse$;
4437
- exports.ListAccessPolicies$ = ListAccessPolicies$;
4438
1776
  exports.ListAccessPoliciesCommand = ListAccessPoliciesCommand;
4439
- exports.ListAccessPoliciesRequest$ = ListAccessPoliciesRequest$;
4440
- exports.ListAccessPoliciesResponse$ = ListAccessPoliciesResponse$;
4441
- exports.ListAddons$ = ListAddons$;
4442
1777
  exports.ListAddonsCommand = ListAddonsCommand;
4443
- exports.ListAddonsRequest$ = ListAddonsRequest$;
4444
- exports.ListAddonsResponse$ = ListAddonsResponse$;
4445
- exports.ListAssociatedAccessPolicies$ = ListAssociatedAccessPolicies$;
4446
1778
  exports.ListAssociatedAccessPoliciesCommand = ListAssociatedAccessPoliciesCommand;
4447
- exports.ListAssociatedAccessPoliciesRequest$ = ListAssociatedAccessPoliciesRequest$;
4448
- exports.ListAssociatedAccessPoliciesResponse$ = ListAssociatedAccessPoliciesResponse$;
4449
- exports.ListCapabilities$ = ListCapabilities$;
4450
1779
  exports.ListCapabilitiesCommand = ListCapabilitiesCommand;
4451
- exports.ListCapabilitiesRequest$ = ListCapabilitiesRequest$;
4452
- exports.ListCapabilitiesResponse$ = ListCapabilitiesResponse$;
4453
- exports.ListClusters$ = ListClusters$;
4454
1780
  exports.ListClustersCommand = ListClustersCommand;
4455
- exports.ListClustersRequest$ = ListClustersRequest$;
4456
- exports.ListClustersResponse$ = ListClustersResponse$;
4457
- exports.ListEksAnywhereSubscriptions$ = ListEksAnywhereSubscriptions$;
4458
1781
  exports.ListEksAnywhereSubscriptionsCommand = ListEksAnywhereSubscriptionsCommand;
4459
- exports.ListEksAnywhereSubscriptionsRequest$ = ListEksAnywhereSubscriptionsRequest$;
4460
- exports.ListEksAnywhereSubscriptionsResponse$ = ListEksAnywhereSubscriptionsResponse$;
4461
- exports.ListFargateProfiles$ = ListFargateProfiles$;
4462
1782
  exports.ListFargateProfilesCommand = ListFargateProfilesCommand;
4463
- exports.ListFargateProfilesRequest$ = ListFargateProfilesRequest$;
4464
- exports.ListFargateProfilesResponse$ = ListFargateProfilesResponse$;
4465
- exports.ListIdentityProviderConfigs$ = ListIdentityProviderConfigs$;
4466
1783
  exports.ListIdentityProviderConfigsCommand = ListIdentityProviderConfigsCommand;
4467
- exports.ListIdentityProviderConfigsRequest$ = ListIdentityProviderConfigsRequest$;
4468
- exports.ListIdentityProviderConfigsResponse$ = ListIdentityProviderConfigsResponse$;
4469
- exports.ListInsights$ = ListInsights$;
4470
1784
  exports.ListInsightsCommand = ListInsightsCommand;
4471
- exports.ListInsightsRequest$ = ListInsightsRequest$;
4472
- exports.ListInsightsResponse$ = ListInsightsResponse$;
4473
- exports.ListNodegroups$ = ListNodegroups$;
4474
1785
  exports.ListNodegroupsCommand = ListNodegroupsCommand;
4475
- exports.ListNodegroupsRequest$ = ListNodegroupsRequest$;
4476
- exports.ListNodegroupsResponse$ = ListNodegroupsResponse$;
4477
- exports.ListPodIdentityAssociations$ = ListPodIdentityAssociations$;
4478
1786
  exports.ListPodIdentityAssociationsCommand = ListPodIdentityAssociationsCommand;
4479
- exports.ListPodIdentityAssociationsRequest$ = ListPodIdentityAssociationsRequest$;
4480
- exports.ListPodIdentityAssociationsResponse$ = ListPodIdentityAssociationsResponse$;
4481
- exports.ListTagsForResource$ = ListTagsForResource$;
4482
1787
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
4483
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
4484
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
4485
- exports.ListUpdates$ = ListUpdates$;
4486
1788
  exports.ListUpdatesCommand = ListUpdatesCommand;
4487
- exports.ListUpdatesRequest$ = ListUpdatesRequest$;
4488
- exports.ListUpdatesResponse$ = ListUpdatesResponse$;
4489
- exports.LogSetup$ = LogSetup$;
4490
1789
  exports.LogType = LogType;
4491
- exports.Logging$ = Logging$;
4492
- exports.MarketplaceInformation$ = MarketplaceInformation$;
4493
- exports.NodeRepairConfig$ = NodeRepairConfig$;
4494
- exports.NodeRepairConfigOverrides$ = NodeRepairConfigOverrides$;
4495
- exports.Nodegroup$ = Nodegroup$;
4496
- exports.NodegroupHealth$ = NodegroupHealth$;
4497
1790
  exports.NodegroupIssueCode = NodegroupIssueCode;
4498
- exports.NodegroupResources$ = NodegroupResources$;
4499
- exports.NodegroupScalingConfig$ = NodegroupScalingConfig$;
4500
1791
  exports.NodegroupStatus = NodegroupStatus;
4501
- exports.NodegroupUpdateConfig$ = NodegroupUpdateConfig$;
4502
1792
  exports.NodegroupUpdateStrategies = NodegroupUpdateStrategies;
4503
- exports.NotFoundException = NotFoundException;
4504
- exports.NotFoundException$ = NotFoundException$;
4505
- exports.OIDC$ = OIDC$;
4506
- exports.OidcIdentityProviderConfig$ = OidcIdentityProviderConfig$;
4507
- exports.OidcIdentityProviderConfigRequest$ = OidcIdentityProviderConfigRequest$;
4508
- exports.OutpostConfigRequest$ = OutpostConfigRequest$;
4509
- exports.OutpostConfigResponse$ = OutpostConfigResponse$;
4510
- exports.PodIdentityAssociation$ = PodIdentityAssociation$;
4511
- exports.PodIdentityAssociationSummary$ = PodIdentityAssociationSummary$;
4512
- exports.Provider$ = Provider$;
4513
1793
  exports.ProvisionedControlPlaneTier = ProvisionedControlPlaneTier;
4514
- exports.RegisterCluster$ = RegisterCluster$;
4515
1794
  exports.RegisterClusterCommand = RegisterClusterCommand;
4516
- exports.RegisterClusterRequest$ = RegisterClusterRequest$;
4517
- exports.RegisterClusterResponse$ = RegisterClusterResponse$;
4518
- exports.RemoteAccessConfig$ = RemoteAccessConfig$;
4519
- exports.RemoteNetworkConfigRequest$ = RemoteNetworkConfigRequest$;
4520
- exports.RemoteNetworkConfigResponse$ = RemoteNetworkConfigResponse$;
4521
- exports.RemoteNodeNetwork$ = RemoteNodeNetwork$;
4522
- exports.RemotePodNetwork$ = RemotePodNetwork$;
4523
1795
  exports.RepairAction = RepairAction;
4524
1796
  exports.ResolveConflicts = ResolveConflicts;
4525
- exports.ResourceInUseException = ResourceInUseException;
4526
- exports.ResourceInUseException$ = ResourceInUseException$;
4527
- exports.ResourceLimitExceededException = ResourceLimitExceededException;
4528
- exports.ResourceLimitExceededException$ = ResourceLimitExceededException$;
4529
- exports.ResourceNotFoundException = ResourceNotFoundException;
4530
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
4531
- exports.ResourcePropagationDelayException = ResourcePropagationDelayException;
4532
- exports.ResourcePropagationDelayException$ = ResourcePropagationDelayException$;
4533
- exports.ServerException = ServerException;
4534
- exports.ServerException$ = ServerException$;
4535
- exports.ServiceUnavailableException = ServiceUnavailableException;
4536
- exports.ServiceUnavailableException$ = ServiceUnavailableException$;
4537
- exports.SsoIdentity$ = SsoIdentity$;
4538
1797
  exports.SsoIdentityType = SsoIdentityType;
4539
- exports.StartInsightsRefresh$ = StartInsightsRefresh$;
4540
1798
  exports.StartInsightsRefreshCommand = StartInsightsRefreshCommand;
4541
- exports.StartInsightsRefreshRequest$ = StartInsightsRefreshRequest$;
4542
- exports.StartInsightsRefreshResponse$ = StartInsightsRefreshResponse$;
4543
- exports.StorageConfigRequest$ = StorageConfigRequest$;
4544
- exports.StorageConfigResponse$ = StorageConfigResponse$;
4545
1799
  exports.SupportType = SupportType;
4546
- exports.TagResource$ = TagResource$;
4547
1800
  exports.TagResourceCommand = TagResourceCommand;
4548
- exports.TagResourceRequest$ = TagResourceRequest$;
4549
- exports.TagResourceResponse$ = TagResourceResponse$;
4550
- exports.Taint$ = Taint$;
4551
1801
  exports.TaintEffect = TaintEffect;
4552
- exports.ThrottlingException = ThrottlingException;
4553
- exports.ThrottlingException$ = ThrottlingException$;
4554
- exports.UnsupportedAvailabilityZoneException = UnsupportedAvailabilityZoneException;
4555
- exports.UnsupportedAvailabilityZoneException$ = UnsupportedAvailabilityZoneException$;
4556
- exports.UntagResource$ = UntagResource$;
4557
1802
  exports.UntagResourceCommand = UntagResourceCommand;
4558
- exports.UntagResourceRequest$ = UntagResourceRequest$;
4559
- exports.UntagResourceResponse$ = UntagResourceResponse$;
4560
- exports.Update$ = Update$;
4561
- exports.UpdateAccessConfigRequest$ = UpdateAccessConfigRequest$;
4562
- exports.UpdateAccessEntry$ = UpdateAccessEntry$;
4563
1803
  exports.UpdateAccessEntryCommand = UpdateAccessEntryCommand;
4564
- exports.UpdateAccessEntryRequest$ = UpdateAccessEntryRequest$;
4565
- exports.UpdateAccessEntryResponse$ = UpdateAccessEntryResponse$;
4566
- exports.UpdateAddon$ = UpdateAddon$;
4567
1804
  exports.UpdateAddonCommand = UpdateAddonCommand;
4568
- exports.UpdateAddonRequest$ = UpdateAddonRequest$;
4569
- exports.UpdateAddonResponse$ = UpdateAddonResponse$;
4570
- exports.UpdateArgoCdConfig$ = UpdateArgoCdConfig$;
4571
- exports.UpdateCapability$ = UpdateCapability$;
4572
1805
  exports.UpdateCapabilityCommand = UpdateCapabilityCommand;
4573
- exports.UpdateCapabilityConfiguration$ = UpdateCapabilityConfiguration$;
4574
- exports.UpdateCapabilityRequest$ = UpdateCapabilityRequest$;
4575
- exports.UpdateCapabilityResponse$ = UpdateCapabilityResponse$;
4576
- exports.UpdateClusterConfig$ = UpdateClusterConfig$;
4577
1806
  exports.UpdateClusterConfigCommand = UpdateClusterConfigCommand;
4578
- exports.UpdateClusterConfigRequest$ = UpdateClusterConfigRequest$;
4579
- exports.UpdateClusterConfigResponse$ = UpdateClusterConfigResponse$;
4580
- exports.UpdateClusterVersion$ = UpdateClusterVersion$;
4581
1807
  exports.UpdateClusterVersionCommand = UpdateClusterVersionCommand;
4582
- exports.UpdateClusterVersionRequest$ = UpdateClusterVersionRequest$;
4583
- exports.UpdateClusterVersionResponse$ = UpdateClusterVersionResponse$;
4584
- exports.UpdateEksAnywhereSubscription$ = UpdateEksAnywhereSubscription$;
4585
1808
  exports.UpdateEksAnywhereSubscriptionCommand = UpdateEksAnywhereSubscriptionCommand;
4586
- exports.UpdateEksAnywhereSubscriptionRequest$ = UpdateEksAnywhereSubscriptionRequest$;
4587
- exports.UpdateEksAnywhereSubscriptionResponse$ = UpdateEksAnywhereSubscriptionResponse$;
4588
- exports.UpdateLabelsPayload$ = UpdateLabelsPayload$;
4589
- exports.UpdateNodegroupConfig$ = UpdateNodegroupConfig$;
4590
1809
  exports.UpdateNodegroupConfigCommand = UpdateNodegroupConfigCommand;
4591
- exports.UpdateNodegroupConfigRequest$ = UpdateNodegroupConfigRequest$;
4592
- exports.UpdateNodegroupConfigResponse$ = UpdateNodegroupConfigResponse$;
4593
- exports.UpdateNodegroupVersion$ = UpdateNodegroupVersion$;
4594
1810
  exports.UpdateNodegroupVersionCommand = UpdateNodegroupVersionCommand;
4595
- exports.UpdateNodegroupVersionRequest$ = UpdateNodegroupVersionRequest$;
4596
- exports.UpdateNodegroupVersionResponse$ = UpdateNodegroupVersionResponse$;
4597
- exports.UpdateParam$ = UpdateParam$;
4598
1811
  exports.UpdateParamType = UpdateParamType;
4599
- exports.UpdatePodIdentityAssociation$ = UpdatePodIdentityAssociation$;
4600
1812
  exports.UpdatePodIdentityAssociationCommand = UpdatePodIdentityAssociationCommand;
4601
- exports.UpdatePodIdentityAssociationRequest$ = UpdatePodIdentityAssociationRequest$;
4602
- exports.UpdatePodIdentityAssociationResponse$ = UpdatePodIdentityAssociationResponse$;
4603
- exports.UpdateRoleMappings$ = UpdateRoleMappings$;
4604
1813
  exports.UpdateStatus = UpdateStatus;
4605
- exports.UpdateTaintsPayload$ = UpdateTaintsPayload$;
4606
1814
  exports.UpdateType = UpdateType;
4607
- exports.UpgradePolicyRequest$ = UpgradePolicyRequest$;
4608
- exports.UpgradePolicyResponse$ = UpgradePolicyResponse$;
4609
1815
  exports.VersionStatus = VersionStatus;
4610
- exports.VpcConfigRequest$ = VpcConfigRequest$;
4611
- exports.VpcConfigResponse$ = VpcConfigResponse$;
4612
- exports.ZonalShiftConfigRequest$ = ZonalShiftConfigRequest$;
4613
- exports.ZonalShiftConfigResponse$ = ZonalShiftConfigResponse$;
4614
1816
  exports.paginateDescribeAddonVersions = paginateDescribeAddonVersions;
4615
1817
  exports.paginateDescribeClusterVersions = paginateDescribeClusterVersions;
4616
1818
  exports.paginateListAccessEntries = paginateListAccessEntries;
@@ -4642,3 +1844,15 @@ exports.waitUntilFargateProfileActive = waitUntilFargateProfileActive;
4642
1844
  exports.waitUntilFargateProfileDeleted = waitUntilFargateProfileDeleted;
4643
1845
  exports.waitUntilNodegroupActive = waitUntilNodegroupActive;
4644
1846
  exports.waitUntilNodegroupDeleted = waitUntilNodegroupDeleted;
1847
+ Object.keys(schemas_0).forEach(function (k) {
1848
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1849
+ enumerable: true,
1850
+ get: function () { return schemas_0[k]; }
1851
+ });
1852
+ });
1853
+ Object.keys(errors).forEach(function (k) {
1854
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1855
+ enumerable: true,
1856
+ get: function () { return errors[k]; }
1857
+ });
1858
+ });