@aws-sdk/client-eks 3.942.0 → 3.946.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/dist-cjs/index.js +133 -625
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/EKSClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +133 -625
  8. package/dist-types/EKS.d.ts +1 -1
  9. package/dist-types/EKSClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +3 -3
  13. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +3 -3
  14. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateAccessEntryCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateAddonCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateCapabilityCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateFargateProfileCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateNodegroupCommand.d.ts +3 -3
  22. package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteAccessEntryCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteAddonCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteCapabilityCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteClusterCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteFargateProfileCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteNodegroupCommand.d.ts +3 -3
  30. package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +3 -3
  31. package/dist-types/commands/DeregisterClusterCommand.d.ts +3 -3
  32. package/dist-types/commands/DescribeAccessEntryCommand.d.ts +3 -3
  33. package/dist-types/commands/DescribeAddonCommand.d.ts +3 -3
  34. package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +3 -3
  35. package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +3 -3
  36. package/dist-types/commands/DescribeCapabilityCommand.d.ts +3 -3
  37. package/dist-types/commands/DescribeClusterCommand.d.ts +3 -3
  38. package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +3 -3
  39. package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +3 -3
  40. package/dist-types/commands/DescribeFargateProfileCommand.d.ts +3 -3
  41. package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +3 -3
  42. package/dist-types/commands/DescribeInsightCommand.d.ts +3 -3
  43. package/dist-types/commands/DescribeInsightsRefreshCommand.d.ts +3 -3
  44. package/dist-types/commands/DescribeNodegroupCommand.d.ts +3 -3
  45. package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +3 -3
  46. package/dist-types/commands/DescribeUpdateCommand.d.ts +3 -3
  47. package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +3 -3
  48. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +3 -3
  49. package/dist-types/commands/ListAccessEntriesCommand.d.ts +3 -3
  50. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +3 -3
  51. package/dist-types/commands/ListAddonsCommand.d.ts +3 -3
  52. package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +3 -3
  53. package/dist-types/commands/ListCapabilitiesCommand.d.ts +3 -3
  54. package/dist-types/commands/ListClustersCommand.d.ts +3 -3
  55. package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +3 -3
  56. package/dist-types/commands/ListFargateProfilesCommand.d.ts +3 -3
  57. package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +3 -3
  58. package/dist-types/commands/ListInsightsCommand.d.ts +3 -3
  59. package/dist-types/commands/ListNodegroupsCommand.d.ts +3 -3
  60. package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +3 -3
  61. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  62. package/dist-types/commands/ListUpdatesCommand.d.ts +3 -3
  63. package/dist-types/commands/RegisterClusterCommand.d.ts +3 -3
  64. package/dist-types/commands/StartInsightsRefreshCommand.d.ts +3 -3
  65. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  66. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  67. package/dist-types/commands/UpdateAccessEntryCommand.d.ts +3 -3
  68. package/dist-types/commands/UpdateAddonCommand.d.ts +3 -3
  69. package/dist-types/commands/UpdateCapabilityCommand.d.ts +3 -3
  70. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +3 -3
  71. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +3 -3
  72. package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +3 -3
  73. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +3 -3
  74. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +3 -3
  75. package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +3 -3
  76. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  77. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  78. package/dist-types/extensionConfiguration.d.ts +4 -4
  79. package/dist-types/models/EKSServiceException.d.ts +1 -1
  80. package/dist-types/models/errors.d.ts +1 -1
  81. package/dist-types/pagination/DescribeAddonVersionsPaginator.d.ts +1 -1
  82. package/dist-types/pagination/DescribeClusterVersionsPaginator.d.ts +1 -1
  83. package/dist-types/pagination/Interfaces.d.ts +1 -1
  84. package/dist-types/pagination/ListAccessEntriesPaginator.d.ts +1 -1
  85. package/dist-types/pagination/ListAccessPoliciesPaginator.d.ts +1 -1
  86. package/dist-types/pagination/ListAddonsPaginator.d.ts +1 -1
  87. package/dist-types/pagination/ListAssociatedAccessPoliciesPaginator.d.ts +1 -1
  88. package/dist-types/pagination/ListCapabilitiesPaginator.d.ts +1 -1
  89. package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListEksAnywhereSubscriptionsPaginator.d.ts +1 -1
  91. package/dist-types/pagination/ListFargateProfilesPaginator.d.ts +1 -1
  92. package/dist-types/pagination/ListIdentityProviderConfigsPaginator.d.ts +1 -1
  93. package/dist-types/pagination/ListInsightsPaginator.d.ts +1 -1
  94. package/dist-types/pagination/ListNodegroupsPaginator.d.ts +1 -1
  95. package/dist-types/pagination/ListPodIdentityAssociationsPaginator.d.ts +1 -1
  96. package/dist-types/pagination/ListUpdatesPaginator.d.ts +1 -1
  97. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  98. package/dist-types/runtimeConfig.d.ts +1 -1
  99. package/dist-types/runtimeConfig.native.d.ts +1 -1
  100. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  101. package/dist-types/runtimeExtensions.d.ts +1 -1
  102. package/dist-types/schemas/schemas_0.d.ts +1 -1
  103. package/dist-types/ts3.4/EKSClient.d.ts +3 -3
  104. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  105. package/dist-types/ts3.4/models/EKSServiceException.d.ts +1 -1
  106. package/package.json +13 -12
@@ -640,17 +640,7 @@ import { TypeRegistry } from "@smithy/core/schema";
640
640
  import { EKSServiceException as __EKSServiceException } from "../models/EKSServiceException";
641
641
  import { AccessDeniedException as __AccessDeniedException, BadRequestException as __BadRequestException, ClientException as __ClientException, InvalidParameterException as __InvalidParameterException, InvalidRequestException as __InvalidRequestException, InvalidStateException as __InvalidStateException, NotFoundException as __NotFoundException, ResourceInUseException as __ResourceInUseException, ResourceLimitExceededException as __ResourceLimitExceededException, ResourceNotFoundException as __ResourceNotFoundException, ResourcePropagationDelayException as __ResourcePropagationDelayException, ServerException as __ServerException, ServiceUnavailableException as __ServiceUnavailableException, ThrottlingException as __ThrottlingException, UnsupportedAvailabilityZoneException as __UnsupportedAvailabilityZoneException, } from "../models/errors";
642
642
  export var AccessConfigResponse = [3, n0, _ACR, 0, [_bCCAP, _aM], [2, 0]];
643
- export var AccessDeniedException = [
644
- -3,
645
- n0,
646
- _ADE,
647
- {
648
- [_e]: _c,
649
- [_hE]: 403,
650
- },
651
- [_m],
652
- [0],
653
- ];
643
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
654
644
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
655
645
  export var AccessEntry = [
656
646
  3,
@@ -781,17 +771,7 @@ export var AssociateIdentityProviderConfigResponse = [
781
771
  [() => Update, 128 | 0],
782
772
  ];
783
773
  export var AutoScalingGroup = [3, n0, _ASG, 0, [_n], [0]];
784
- export var BadRequestException = [
785
- -3,
786
- n0,
787
- _BRE,
788
- {
789
- [_e]: _c,
790
- [_hE]: 400,
791
- },
792
- [_m],
793
- [0],
794
- ];
774
+ export var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
795
775
  TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
796
776
  export var BlockStorage = [3, n0, _BS, 0, [_en], [2]];
797
777
  export var Capability = [
@@ -826,10 +806,7 @@ export var ClientException = [
826
806
  -3,
827
807
  n0,
828
808
  _CE,
829
- {
830
- [_e]: _c,
831
- [_hE]: 400,
832
- },
809
+ { [_e]: _c, [_hE]: 400 },
833
810
  [_cN, _nN, _aN, _sI, _m],
834
811
  [0, 0, 0, 0, 0],
835
812
  ];
@@ -1074,12 +1051,7 @@ export var DeleteAddonRequest = [
1074
1051
  [
1075
1052
  [0, 1],
1076
1053
  [0, 1],
1077
- [
1078
- 2,
1079
- {
1080
- [_hQ]: _pre,
1081
- },
1082
- ],
1054
+ [2, { [_hQ]: _pre }],
1083
1055
  ],
1084
1056
  ];
1085
1057
  export var DeleteAddonResponse = [3, n0, _DARe, 0, [_ad], [() => Addon]];
@@ -1178,18 +1150,8 @@ export var DescribeAddonConfigurationRequest = [
1178
1150
  0,
1179
1151
  [_aN, _aV],
1180
1152
  [
1181
- [
1182
- 0,
1183
- {
1184
- [_hQ]: _aN,
1185
- },
1186
- ],
1187
- [
1188
- 0,
1189
- {
1190
- [_hQ]: _aV,
1191
- },
1192
- ],
1153
+ [0, { [_hQ]: _aN }],
1154
+ [0, { [_hQ]: _aV }],
1193
1155
  ],
1194
1156
  ];
1195
1157
  export var DescribeAddonConfigurationResponse = [
@@ -1219,48 +1181,13 @@ export var DescribeAddonVersionsRequest = [
1219
1181
  0,
1220
1182
  [_kV, _mR, _nT, _aN, _typ, _pu, _ow],
1221
1183
  [
1222
- [
1223
- 0,
1224
- {
1225
- [_hQ]: _kV,
1226
- },
1227
- ],
1228
- [
1229
- 1,
1230
- {
1231
- [_hQ]: _mR,
1232
- },
1233
- ],
1234
- [
1235
- 0,
1236
- {
1237
- [_hQ]: _nT,
1238
- },
1239
- ],
1240
- [
1241
- 0,
1242
- {
1243
- [_hQ]: _aN,
1244
- },
1245
- ],
1246
- [
1247
- 64 | 0,
1248
- {
1249
- [_hQ]: _typ,
1250
- },
1251
- ],
1252
- [
1253
- 64 | 0,
1254
- {
1255
- [_hQ]: _pu,
1256
- },
1257
- ],
1258
- [
1259
- 64 | 0,
1260
- {
1261
- [_hQ]: _ow,
1262
- },
1263
- ],
1184
+ [0, { [_hQ]: _kV }],
1185
+ [1, { [_hQ]: _mR }],
1186
+ [0, { [_hQ]: _nT }],
1187
+ [0, { [_hQ]: _aN }],
1188
+ [64 | 0, { [_hQ]: _typ }],
1189
+ [64 | 0, { [_hQ]: _pu }],
1190
+ [64 | 0, { [_hQ]: _ow }],
1264
1191
  ],
1265
1192
  ];
1266
1193
  export var DescribeAddonVersionsResponse = [3, n0, _DAVRe, 0, [_add, _nT], [() => Addons, 0]];
@@ -1285,54 +1212,14 @@ export var DescribeClusterVersionsRequest = [
1285
1212
  0,
1286
1213
  [_cTl, _mR, _nT, _dO, _iA, _cVlu, _s, _vS],
1287
1214
  [
1288
- [
1289
- 0,
1290
- {
1291
- [_hQ]: _cTl,
1292
- },
1293
- ],
1294
- [
1295
- 1,
1296
- {
1297
- [_hQ]: _mR,
1298
- },
1299
- ],
1300
- [
1301
- 0,
1302
- {
1303
- [_hQ]: _nT,
1304
- },
1305
- ],
1306
- [
1307
- 2,
1308
- {
1309
- [_hQ]: _dO,
1310
- },
1311
- ],
1312
- [
1313
- 2,
1314
- {
1315
- [_hQ]: _iA,
1316
- },
1317
- ],
1318
- [
1319
- 64 | 0,
1320
- {
1321
- [_hQ]: _cVlu,
1322
- },
1323
- ],
1324
- [
1325
- 0,
1326
- {
1327
- [_hQ]: _s,
1328
- },
1329
- ],
1330
- [
1331
- 0,
1332
- {
1333
- [_hQ]: _vS,
1334
- },
1335
- ],
1215
+ [0, { [_hQ]: _cTl }],
1216
+ [1, { [_hQ]: _mR }],
1217
+ [0, { [_hQ]: _nT }],
1218
+ [2, { [_hQ]: _dO }],
1219
+ [2, { [_hQ]: _iA }],
1220
+ [64 | 0, { [_hQ]: _cVlu }],
1221
+ [0, { [_hQ]: _s }],
1222
+ [0, { [_hQ]: _vS }],
1336
1223
  ],
1337
1224
  ];
1338
1225
  export var DescribeClusterVersionsResponse = [
@@ -1441,24 +1328,9 @@ export var DescribeUpdateRequest = [
1441
1328
  [
1442
1329
  [0, 1],
1443
1330
  [0, 1],
1444
- [
1445
- 0,
1446
- {
1447
- [_hQ]: _nN,
1448
- },
1449
- ],
1450
- [
1451
- 0,
1452
- {
1453
- [_hQ]: _aN,
1454
- },
1455
- ],
1456
- [
1457
- 0,
1458
- {
1459
- [_hQ]: _cNa,
1460
- },
1461
- ],
1331
+ [0, { [_hQ]: _nN }],
1332
+ [0, { [_hQ]: _aN }],
1333
+ [0, { [_hQ]: _cNa }],
1462
1334
  ],
1463
1335
  ];
1464
1336
  export var DescribeUpdateResponse = [3, n0, _DURe, 0, [_up], [() => Update]];
@@ -1575,10 +1447,7 @@ export var InvalidParameterException = [
1575
1447
  -3,
1576
1448
  n0,
1577
1449
  _IPE,
1578
- {
1579
- [_e]: _c,
1580
- [_hE]: 400,
1581
- },
1450
+ { [_e]: _c, [_hE]: 400 },
1582
1451
  [_cN, _nN, _fPN, _aN, _sI, _m],
1583
1452
  [0, 0, 0, 0, 0, 0],
1584
1453
  ];
@@ -1587,25 +1456,12 @@ export var InvalidRequestException = [
1587
1456
  -3,
1588
1457
  n0,
1589
1458
  _IRE,
1590
- {
1591
- [_e]: _c,
1592
- [_hE]: 400,
1593
- },
1459
+ { [_e]: _c, [_hE]: 400 },
1594
1460
  [_cN, _nN, _aN, _sI, _m],
1595
1461
  [0, 0, 0, 0, 0],
1596
1462
  ];
1597
1463
  TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
1598
- export var InvalidStateException = [
1599
- -3,
1600
- n0,
1601
- _ISE,
1602
- {
1603
- [_e]: _c,
1604
- [_hE]: 400,
1605
- },
1606
- [_cN, _m],
1607
- [0, 0],
1608
- ];
1464
+ export var InvalidStateException = [-3, n0, _ISE, { [_e]: _c, [_hE]: 400 }, [_cN, _m], [0, 0]];
1609
1465
  TypeRegistry.for(n0).registerError(InvalidStateException, __InvalidStateException);
1610
1466
  export var Issue = [3, n0, _Is, 0, [_co, _m, _rI], [0, 0, 64 | 0]];
1611
1467
  export var KubernetesNetworkConfigRequest = [
@@ -1634,24 +1490,9 @@ export var ListAccessEntriesRequest = [
1634
1490
  [_cN, _aPA, _mR, _nT],
1635
1491
  [
1636
1492
  [0, 1],
1637
- [
1638
- 0,
1639
- {
1640
- [_hQ]: _aPA,
1641
- },
1642
- ],
1643
- [
1644
- 1,
1645
- {
1646
- [_hQ]: _mR,
1647
- },
1648
- ],
1649
- [
1650
- 0,
1651
- {
1652
- [_hQ]: _nT,
1653
- },
1654
- ],
1493
+ [0, { [_hQ]: _aPA }],
1494
+ [1, { [_hQ]: _mR }],
1495
+ [0, { [_hQ]: _nT }],
1655
1496
  ],
1656
1497
  ];
1657
1498
  export var ListAccessEntriesResponse = [3, n0, _LAERi, 0, [_aEcc, _nT], [64 | 0, 0]];
@@ -1662,18 +1503,8 @@ export var ListAccessPoliciesRequest = [
1662
1503
  0,
1663
1504
  [_mR, _nT],
1664
1505
  [
1665
- [
1666
- 1,
1667
- {
1668
- [_hQ]: _mR,
1669
- },
1670
- ],
1671
- [
1672
- 0,
1673
- {
1674
- [_hQ]: _nT,
1675
- },
1676
- ],
1506
+ [1, { [_hQ]: _mR }],
1507
+ [0, { [_hQ]: _nT }],
1677
1508
  ],
1678
1509
  ];
1679
1510
  export var ListAccessPoliciesResponse = [
@@ -1692,18 +1523,8 @@ export var ListAddonsRequest = [
1692
1523
  [_cN, _mR, _nT],
1693
1524
  [
1694
1525
  [0, 1],
1695
- [
1696
- 1,
1697
- {
1698
- [_hQ]: _mR,
1699
- },
1700
- ],
1701
- [
1702
- 0,
1703
- {
1704
- [_hQ]: _nT,
1705
- },
1706
- ],
1526
+ [1, { [_hQ]: _mR }],
1527
+ [0, { [_hQ]: _nT }],
1707
1528
  ],
1708
1529
  ];
1709
1530
  export var ListAddonsResponse = [3, n0, _LARi, 0, [_add, _nT], [64 | 0, 0]];
@@ -1716,18 +1537,8 @@ export var ListAssociatedAccessPoliciesRequest = [
1716
1537
  [
1717
1538
  [0, 1],
1718
1539
  [0, 1],
1719
- [
1720
- 1,
1721
- {
1722
- [_hQ]: _mR,
1723
- },
1724
- ],
1725
- [
1726
- 0,
1727
- {
1728
- [_hQ]: _nT,
1729
- },
1730
- ],
1540
+ [1, { [_hQ]: _mR }],
1541
+ [0, { [_hQ]: _nT }],
1731
1542
  ],
1732
1543
  ];
1733
1544
  export var ListAssociatedAccessPoliciesResponse = [
@@ -1746,18 +1557,8 @@ export var ListCapabilitiesRequest = [
1746
1557
  [_cN, _nT, _mR],
1747
1558
  [
1748
1559
  [0, 1],
1749
- [
1750
- 0,
1751
- {
1752
- [_hQ]: _nT,
1753
- },
1754
- ],
1755
- [
1756
- 1,
1757
- {
1758
- [_hQ]: _mR,
1759
- },
1760
- ],
1560
+ [0, { [_hQ]: _nT }],
1561
+ [1, { [_hQ]: _mR }],
1761
1562
  ],
1762
1563
  ];
1763
1564
  export var ListCapabilitiesResponse = [
@@ -1775,24 +1576,9 @@ export var ListClustersRequest = [
1775
1576
  0,
1776
1577
  [_mR, _nT, _inc],
1777
1578
  [
1778
- [
1779
- 1,
1780
- {
1781
- [_hQ]: _mR,
1782
- },
1783
- ],
1784
- [
1785
- 0,
1786
- {
1787
- [_hQ]: _nT,
1788
- },
1789
- ],
1790
- [
1791
- 64 | 0,
1792
- {
1793
- [_hQ]: _inc,
1794
- },
1795
- ],
1579
+ [1, { [_hQ]: _mR }],
1580
+ [0, { [_hQ]: _nT }],
1581
+ [64 | 0, { [_hQ]: _inc }],
1796
1582
  ],
1797
1583
  ];
1798
1584
  export var ListClustersResponse = [3, n0, _LCRist, 0, [_clu, _nT], [64 | 0, 0]];
@@ -1803,24 +1589,9 @@ export var ListEksAnywhereSubscriptionsRequest = [
1803
1589
  0,
1804
1590
  [_mR, _nT, _iSn],
1805
1591
  [
1806
- [
1807
- 1,
1808
- {
1809
- [_hQ]: _mR,
1810
- },
1811
- ],
1812
- [
1813
- 0,
1814
- {
1815
- [_hQ]: _nT,
1816
- },
1817
- ],
1818
- [
1819
- 64 | 0,
1820
- {
1821
- [_hQ]: _iSn,
1822
- },
1823
- ],
1592
+ [1, { [_hQ]: _mR }],
1593
+ [0, { [_hQ]: _nT }],
1594
+ [64 | 0, { [_hQ]: _iSn }],
1824
1595
  ],
1825
1596
  ];
1826
1597
  export var ListEksAnywhereSubscriptionsResponse = [
@@ -1839,18 +1610,8 @@ export var ListFargateProfilesRequest = [
1839
1610
  [_cN, _mR, _nT],
1840
1611
  [
1841
1612
  [0, 1],
1842
- [
1843
- 1,
1844
- {
1845
- [_hQ]: _mR,
1846
- },
1847
- ],
1848
- [
1849
- 0,
1850
- {
1851
- [_hQ]: _nT,
1852
- },
1853
- ],
1613
+ [1, { [_hQ]: _mR }],
1614
+ [0, { [_hQ]: _nT }],
1854
1615
  ],
1855
1616
  ];
1856
1617
  export var ListFargateProfilesResponse = [3, n0, _LFPRi, 0, [_fPNa, _nT], [64 | 0, 0]];
@@ -1862,18 +1623,8 @@ export var ListIdentityProviderConfigsRequest = [
1862
1623
  [_cN, _mR, _nT],
1863
1624
  [
1864
1625
  [0, 1],
1865
- [
1866
- 1,
1867
- {
1868
- [_hQ]: _mR,
1869
- },
1870
- ],
1871
- [
1872
- 0,
1873
- {
1874
- [_hQ]: _nT,
1875
- },
1876
- ],
1626
+ [1, { [_hQ]: _mR }],
1627
+ [0, { [_hQ]: _nT }],
1877
1628
  ],
1878
1629
  ];
1879
1630
  export var ListIdentityProviderConfigsResponse = [
@@ -1901,18 +1652,8 @@ export var ListNodegroupsRequest = [
1901
1652
  [_cN, _mR, _nT],
1902
1653
  [
1903
1654
  [0, 1],
1904
- [
1905
- 1,
1906
- {
1907
- [_hQ]: _mR,
1908
- },
1909
- ],
1910
- [
1911
- 0,
1912
- {
1913
- [_hQ]: _nT,
1914
- },
1915
- ],
1655
+ [1, { [_hQ]: _mR }],
1656
+ [0, { [_hQ]: _nT }],
1916
1657
  ],
1917
1658
  ];
1918
1659
  export var ListNodegroupsResponse = [3, n0, _LNRi, 0, [_nod, _nT], [64 | 0, 0]];
@@ -1924,30 +1665,10 @@ export var ListPodIdentityAssociationsRequest = [
1924
1665
  [_cN, _nam, _sA, _mR, _nT],
1925
1666
  [
1926
1667
  [0, 1],
1927
- [
1928
- 0,
1929
- {
1930
- [_hQ]: _nam,
1931
- },
1932
- ],
1933
- [
1934
- 0,
1935
- {
1936
- [_hQ]: _sA,
1937
- },
1938
- ],
1939
- [
1940
- 1,
1941
- {
1942
- [_hQ]: _mR,
1943
- },
1944
- ],
1945
- [
1946
- 0,
1947
- {
1948
- [_hQ]: _nT,
1949
- },
1950
- ],
1668
+ [0, { [_hQ]: _nam }],
1669
+ [0, { [_hQ]: _sA }],
1670
+ [1, { [_hQ]: _mR }],
1671
+ [0, { [_hQ]: _nT }],
1951
1672
  ],
1952
1673
  ];
1953
1674
  export var ListPodIdentityAssociationsResponse = [
@@ -1968,36 +1689,11 @@ export var ListUpdatesRequest = [
1968
1689
  [_n, _nN, _aN, _cNa, _nT, _mR],
1969
1690
  [
1970
1691
  [0, 1],
1971
- [
1972
- 0,
1973
- {
1974
- [_hQ]: _nN,
1975
- },
1976
- ],
1977
- [
1978
- 0,
1979
- {
1980
- [_hQ]: _aN,
1981
- },
1982
- ],
1983
- [
1984
- 0,
1985
- {
1986
- [_hQ]: _cNa,
1987
- },
1988
- ],
1989
- [
1990
- 0,
1991
- {
1992
- [_hQ]: _nT,
1993
- },
1994
- ],
1995
- [
1996
- 1,
1997
- {
1998
- [_hQ]: _mR,
1999
- },
2000
- ],
1692
+ [0, { [_hQ]: _nN }],
1693
+ [0, { [_hQ]: _aN }],
1694
+ [0, { [_hQ]: _cNa }],
1695
+ [0, { [_hQ]: _nT }],
1696
+ [1, { [_hQ]: _mR }],
2001
1697
  ],
2002
1698
  ];
2003
1699
  export var ListUpdatesResponse = [3, n0, _LURi, 0, [_uIp, _nT], [64 | 0, 0]];
@@ -2082,17 +1778,7 @@ export var NodeRepairConfigOverrides = [
2082
1778
  [_nMC, _nUR, _mRWTM, _rAep],
2083
1779
  [0, 0, 1, 0],
2084
1780
  ];
2085
- export var NotFoundException = [
2086
- -3,
2087
- n0,
2088
- _NFE,
2089
- {
2090
- [_e]: _c,
2091
- [_hE]: 404,
2092
- },
2093
- [_m],
2094
- [0],
2095
- ];
1781
+ export var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
2096
1782
  TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
2097
1783
  export var OIDC = [3, n0, _OIDC, 0, [_is], [0]];
2098
1784
  export var OidcIdentityProviderConfig = [
@@ -2176,10 +1862,7 @@ export var ResourceInUseException = [
2176
1862
  -3,
2177
1863
  n0,
2178
1864
  _RIUE,
2179
- {
2180
- [_e]: _c,
2181
- [_hE]: 409,
2182
- },
1865
+ { [_e]: _c, [_hE]: 409 },
2183
1866
  [_cN, _nN, _aN, _m],
2184
1867
  [0, 0, 0, 0],
2185
1868
  ];
@@ -2188,10 +1871,7 @@ export var ResourceLimitExceededException = [
2188
1871
  -3,
2189
1872
  n0,
2190
1873
  _RLEE,
2191
- {
2192
- [_e]: _c,
2193
- [_hE]: 400,
2194
- },
1874
+ { [_e]: _c, [_hE]: 400 },
2195
1875
  [_cN, _nN, _sI, _m],
2196
1876
  [0, 0, 0, 0],
2197
1877
  ];
@@ -2200,49 +1880,23 @@ export var ResourceNotFoundException = [
2200
1880
  -3,
2201
1881
  n0,
2202
1882
  _RNFE,
2203
- {
2204
- [_e]: _c,
2205
- [_hE]: 404,
2206
- },
1883
+ { [_e]: _c, [_hE]: 404 },
2207
1884
  [_cN, _nN, _fPN, _aN, _sI, _m],
2208
1885
  [0, 0, 0, 0, 0, 0],
2209
1886
  ];
2210
1887
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
2211
- export var ResourcePropagationDelayException = [
2212
- -3,
2213
- n0,
2214
- _RPDE,
2215
- {
2216
- [_e]: _c,
2217
- [_hE]: 428,
2218
- },
2219
- [_m],
2220
- [0],
2221
- ];
1888
+ export var ResourcePropagationDelayException = [-3, n0, _RPDE, { [_e]: _c, [_hE]: 428 }, [_m], [0]];
2222
1889
  TypeRegistry.for(n0).registerError(ResourcePropagationDelayException, __ResourcePropagationDelayException);
2223
1890
  export var ServerException = [
2224
1891
  -3,
2225
1892
  n0,
2226
1893
  _SE,
2227
- {
2228
- [_e]: _ser,
2229
- [_hE]: 500,
2230
- },
1894
+ { [_e]: _ser, [_hE]: 500 },
2231
1895
  [_cN, _nN, _aN, _sI, _m],
2232
1896
  [0, 0, 0, 0, 0],
2233
1897
  ];
2234
1898
  TypeRegistry.for(n0).registerError(ServerException, __ServerException);
2235
- export var ServiceUnavailableException = [
2236
- -3,
2237
- n0,
2238
- _SUE,
2239
- {
2240
- [_e]: _ser,
2241
- [_hE]: 503,
2242
- },
2243
- [_m],
2244
- [0],
2245
- ];
1899
+ export var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _ser, [_hE]: 503 }, [_m], [0]];
2246
1900
  TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
2247
1901
  export var SsoIdentity = [3, n0, _SI, 0, [_id_, _ty], [0, 0]];
2248
1902
  export var StartInsightsRefreshRequest = [3, n0, _SIRR, 0, [_cN], [[0, 1]]];
@@ -2252,26 +1906,13 @@ export var StorageConfigResponse = [3, n0, _SCRt, 0, [_bS], [() => BlockStorage]
2252
1906
  export var TagResourceRequest = [3, n0, _TRR, 0, [_rAes, _t], [[0, 1], 128 | 0]];
2253
1907
  export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
2254
1908
  export var Taint = [3, n0, _T, 0, [_k, _va, _ef], [0, 0, 0]];
2255
- export var ThrottlingException = [
2256
- -3,
2257
- n0,
2258
- _TE,
2259
- {
2260
- [_e]: _c,
2261
- [_hE]: 429,
2262
- },
2263
- [_cN, _m],
2264
- [0, 0],
2265
- ];
1909
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_cN, _m], [0, 0]];
2266
1910
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
2267
1911
  export var UnsupportedAvailabilityZoneException = [
2268
1912
  -3,
2269
1913
  n0,
2270
1914
  _UAZE,
2271
- {
2272
- [_e]: _c,
2273
- [_hE]: 400,
2274
- },
1915
+ { [_e]: _c, [_hE]: 400 },
2275
1916
  [_m, _cN, _nN, _vZ],
2276
1917
  [0, 0, 0, 64 | 0],
2277
1918
  ];
@@ -2284,12 +1925,7 @@ export var UntagResourceRequest = [
2284
1925
  [_rAes, _tK],
2285
1926
  [
2286
1927
  [0, 1],
2287
- [
2288
- 64 | 0,
2289
- {
2290
- [_hQ]: _tK,
2291
- },
2292
- ],
1928
+ [64 | 0, { [_hQ]: _tK }],
2293
1929
  ],
2294
1930
  ];
2295
1931
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -2528,9 +2164,7 @@ export var AssociateAccessPolicy = [
2528
2164
  9,
2529
2165
  n0,
2530
2166
  _AAPs,
2531
- {
2532
- [_ht]: ["POST", "/clusters/{clusterName}/access-entries/{principalArn}/access-policies", 200],
2533
- },
2167
+ { [_ht]: ["POST", "/clusters/{clusterName}/access-entries/{principalArn}/access-policies", 200] },
2534
2168
  () => AssociateAccessPolicyRequest,
2535
2169
  () => AssociateAccessPolicyResponse,
2536
2170
  ];
@@ -2538,9 +2172,7 @@ export var AssociateEncryptionConfig = [
2538
2172
  9,
2539
2173
  n0,
2540
2174
  _AEC,
2541
- {
2542
- [_ht]: ["POST", "/clusters/{clusterName}/encryption-config/associate", 200],
2543
- },
2175
+ { [_ht]: ["POST", "/clusters/{clusterName}/encryption-config/associate", 200] },
2544
2176
  () => AssociateEncryptionConfigRequest,
2545
2177
  () => AssociateEncryptionConfigResponse,
2546
2178
  ];
@@ -2548,9 +2180,7 @@ export var AssociateIdentityProviderConfig = [
2548
2180
  9,
2549
2181
  n0,
2550
2182
  _AIPC,
2551
- {
2552
- [_ht]: ["POST", "/clusters/{clusterName}/identity-provider-configs/associate", 200],
2553
- },
2183
+ { [_ht]: ["POST", "/clusters/{clusterName}/identity-provider-configs/associate", 200] },
2554
2184
  () => AssociateIdentityProviderConfigRequest,
2555
2185
  () => AssociateIdentityProviderConfigResponse,
2556
2186
  ];
@@ -2558,9 +2188,7 @@ export var CreateAccessEntry = [
2558
2188
  9,
2559
2189
  n0,
2560
2190
  _CAE,
2561
- {
2562
- [_ht]: ["POST", "/clusters/{clusterName}/access-entries", 200],
2563
- },
2191
+ { [_ht]: ["POST", "/clusters/{clusterName}/access-entries", 200] },
2564
2192
  () => CreateAccessEntryRequest,
2565
2193
  () => CreateAccessEntryResponse,
2566
2194
  ];
@@ -2568,9 +2196,7 @@ export var CreateAddon = [
2568
2196
  9,
2569
2197
  n0,
2570
2198
  _CA,
2571
- {
2572
- [_ht]: ["POST", "/clusters/{clusterName}/addons", 200],
2573
- },
2199
+ { [_ht]: ["POST", "/clusters/{clusterName}/addons", 200] },
2574
2200
  () => CreateAddonRequest,
2575
2201
  () => CreateAddonResponse,
2576
2202
  ];
@@ -2578,9 +2204,7 @@ export var CreateCapability = [
2578
2204
  9,
2579
2205
  n0,
2580
2206
  _CC,
2581
- {
2582
- [_ht]: ["POST", "/clusters/{clusterName}/capabilities", 200],
2583
- },
2207
+ { [_ht]: ["POST", "/clusters/{clusterName}/capabilities", 200] },
2584
2208
  () => CreateCapabilityRequest,
2585
2209
  () => CreateCapabilityResponse,
2586
2210
  ];
@@ -2588,9 +2212,7 @@ export var CreateCluster = [
2588
2212
  9,
2589
2213
  n0,
2590
2214
  _CCr,
2591
- {
2592
- [_ht]: ["POST", "/clusters", 200],
2593
- },
2215
+ { [_ht]: ["POST", "/clusters", 200] },
2594
2216
  () => CreateClusterRequest,
2595
2217
  () => CreateClusterResponse,
2596
2218
  ];
@@ -2598,9 +2220,7 @@ export var CreateEksAnywhereSubscription = [
2598
2220
  9,
2599
2221
  n0,
2600
2222
  _CEAS,
2601
- {
2602
- [_ht]: ["POST", "/eks-anywhere-subscriptions", 200],
2603
- },
2223
+ { [_ht]: ["POST", "/eks-anywhere-subscriptions", 200] },
2604
2224
  () => CreateEksAnywhereSubscriptionRequest,
2605
2225
  () => CreateEksAnywhereSubscriptionResponse,
2606
2226
  ];
@@ -2608,9 +2228,7 @@ export var CreateFargateProfile = [
2608
2228
  9,
2609
2229
  n0,
2610
2230
  _CFP,
2611
- {
2612
- [_ht]: ["POST", "/clusters/{clusterName}/fargate-profiles", 200],
2613
- },
2231
+ { [_ht]: ["POST", "/clusters/{clusterName}/fargate-profiles", 200] },
2614
2232
  () => CreateFargateProfileRequest,
2615
2233
  () => CreateFargateProfileResponse,
2616
2234
  ];
@@ -2618,9 +2236,7 @@ export var CreateNodegroup = [
2618
2236
  9,
2619
2237
  n0,
2620
2238
  _CN,
2621
- {
2622
- [_ht]: ["POST", "/clusters/{clusterName}/node-groups", 200],
2623
- },
2239
+ { [_ht]: ["POST", "/clusters/{clusterName}/node-groups", 200] },
2624
2240
  () => CreateNodegroupRequest,
2625
2241
  () => CreateNodegroupResponse,
2626
2242
  ];
@@ -2628,9 +2244,7 @@ export var CreatePodIdentityAssociation = [
2628
2244
  9,
2629
2245
  n0,
2630
2246
  _CPIA,
2631
- {
2632
- [_ht]: ["POST", "/clusters/{clusterName}/pod-identity-associations", 200],
2633
- },
2247
+ { [_ht]: ["POST", "/clusters/{clusterName}/pod-identity-associations", 200] },
2634
2248
  () => CreatePodIdentityAssociationRequest,
2635
2249
  () => CreatePodIdentityAssociationResponse,
2636
2250
  ];
@@ -2638,9 +2252,7 @@ export var DeleteAccessEntry = [
2638
2252
  9,
2639
2253
  n0,
2640
2254
  _DAE,
2641
- {
2642
- [_ht]: ["DELETE", "/clusters/{clusterName}/access-entries/{principalArn}", 200],
2643
- },
2255
+ { [_ht]: ["DELETE", "/clusters/{clusterName}/access-entries/{principalArn}", 200] },
2644
2256
  () => DeleteAccessEntryRequest,
2645
2257
  () => DeleteAccessEntryResponse,
2646
2258
  ];
@@ -2648,9 +2260,7 @@ export var DeleteAddon = [
2648
2260
  9,
2649
2261
  n0,
2650
2262
  _DA,
2651
- {
2652
- [_ht]: ["DELETE", "/clusters/{clusterName}/addons/{addonName}", 200],
2653
- },
2263
+ { [_ht]: ["DELETE", "/clusters/{clusterName}/addons/{addonName}", 200] },
2654
2264
  () => DeleteAddonRequest,
2655
2265
  () => DeleteAddonResponse,
2656
2266
  ];
@@ -2658,9 +2268,7 @@ export var DeleteCapability = [
2658
2268
  9,
2659
2269
  n0,
2660
2270
  _DC,
2661
- {
2662
- [_ht]: ["DELETE", "/clusters/{clusterName}/capabilities/{capabilityName}", 200],
2663
- },
2271
+ { [_ht]: ["DELETE", "/clusters/{clusterName}/capabilities/{capabilityName}", 200] },
2664
2272
  () => DeleteCapabilityRequest,
2665
2273
  () => DeleteCapabilityResponse,
2666
2274
  ];
@@ -2668,9 +2276,7 @@ export var DeleteCluster = [
2668
2276
  9,
2669
2277
  n0,
2670
2278
  _DCe,
2671
- {
2672
- [_ht]: ["DELETE", "/clusters/{name}", 200],
2673
- },
2279
+ { [_ht]: ["DELETE", "/clusters/{name}", 200] },
2674
2280
  () => DeleteClusterRequest,
2675
2281
  () => DeleteClusterResponse,
2676
2282
  ];
@@ -2678,9 +2284,7 @@ export var DeleteEksAnywhereSubscription = [
2678
2284
  9,
2679
2285
  n0,
2680
2286
  _DEAS,
2681
- {
2682
- [_ht]: ["DELETE", "/eks-anywhere-subscriptions/{id}", 200],
2683
- },
2287
+ { [_ht]: ["DELETE", "/eks-anywhere-subscriptions/{id}", 200] },
2684
2288
  () => DeleteEksAnywhereSubscriptionRequest,
2685
2289
  () => DeleteEksAnywhereSubscriptionResponse,
2686
2290
  ];
@@ -2688,9 +2292,7 @@ export var DeleteFargateProfile = [
2688
2292
  9,
2689
2293
  n0,
2690
2294
  _DFP,
2691
- {
2692
- [_ht]: ["DELETE", "/clusters/{clusterName}/fargate-profiles/{fargateProfileName}", 200],
2693
- },
2295
+ { [_ht]: ["DELETE", "/clusters/{clusterName}/fargate-profiles/{fargateProfileName}", 200] },
2694
2296
  () => DeleteFargateProfileRequest,
2695
2297
  () => DeleteFargateProfileResponse,
2696
2298
  ];
@@ -2698,9 +2300,7 @@ export var DeleteNodegroup = [
2698
2300
  9,
2699
2301
  n0,
2700
2302
  _DN,
2701
- {
2702
- [_ht]: ["DELETE", "/clusters/{clusterName}/node-groups/{nodegroupName}", 200],
2703
- },
2303
+ { [_ht]: ["DELETE", "/clusters/{clusterName}/node-groups/{nodegroupName}", 200] },
2704
2304
  () => DeleteNodegroupRequest,
2705
2305
  () => DeleteNodegroupResponse,
2706
2306
  ];
@@ -2708,9 +2308,7 @@ export var DeletePodIdentityAssociation = [
2708
2308
  9,
2709
2309
  n0,
2710
2310
  _DPIA,
2711
- {
2712
- [_ht]: ["DELETE", "/clusters/{clusterName}/pod-identity-associations/{associationId}", 200],
2713
- },
2311
+ { [_ht]: ["DELETE", "/clusters/{clusterName}/pod-identity-associations/{associationId}", 200] },
2714
2312
  () => DeletePodIdentityAssociationRequest,
2715
2313
  () => DeletePodIdentityAssociationResponse,
2716
2314
  ];
@@ -2718,9 +2316,7 @@ export var DeregisterCluster = [
2718
2316
  9,
2719
2317
  n0,
2720
2318
  _DCer,
2721
- {
2722
- [_ht]: ["DELETE", "/cluster-registrations/{name}", 200],
2723
- },
2319
+ { [_ht]: ["DELETE", "/cluster-registrations/{name}", 200] },
2724
2320
  () => DeregisterClusterRequest,
2725
2321
  () => DeregisterClusterResponse,
2726
2322
  ];
@@ -2728,9 +2324,7 @@ export var DescribeAccessEntry = [
2728
2324
  9,
2729
2325
  n0,
2730
2326
  _DAEe,
2731
- {
2732
- [_ht]: ["GET", "/clusters/{clusterName}/access-entries/{principalArn}", 200],
2733
- },
2327
+ { [_ht]: ["GET", "/clusters/{clusterName}/access-entries/{principalArn}", 200] },
2734
2328
  () => DescribeAccessEntryRequest,
2735
2329
  () => DescribeAccessEntryResponse,
2736
2330
  ];
@@ -2738,9 +2332,7 @@ export var DescribeAddon = [
2738
2332
  9,
2739
2333
  n0,
2740
2334
  _DAe,
2741
- {
2742
- [_ht]: ["GET", "/clusters/{clusterName}/addons/{addonName}", 200],
2743
- },
2335
+ { [_ht]: ["GET", "/clusters/{clusterName}/addons/{addonName}", 200] },
2744
2336
  () => DescribeAddonRequest,
2745
2337
  () => DescribeAddonResponse,
2746
2338
  ];
@@ -2748,9 +2340,7 @@ export var DescribeAddonConfiguration = [
2748
2340
  9,
2749
2341
  n0,
2750
2342
  _DAC,
2751
- {
2752
- [_ht]: ["GET", "/addons/configuration-schemas", 200],
2753
- },
2343
+ { [_ht]: ["GET", "/addons/configuration-schemas", 200] },
2754
2344
  () => DescribeAddonConfigurationRequest,
2755
2345
  () => DescribeAddonConfigurationResponse,
2756
2346
  ];
@@ -2758,9 +2348,7 @@ export var DescribeAddonVersions = [
2758
2348
  9,
2759
2349
  n0,
2760
2350
  _DAV,
2761
- {
2762
- [_ht]: ["GET", "/addons/supported-versions", 200],
2763
- },
2351
+ { [_ht]: ["GET", "/addons/supported-versions", 200] },
2764
2352
  () => DescribeAddonVersionsRequest,
2765
2353
  () => DescribeAddonVersionsResponse,
2766
2354
  ];
@@ -2768,9 +2356,7 @@ export var DescribeCapability = [
2768
2356
  9,
2769
2357
  n0,
2770
2358
  _DCes,
2771
- {
2772
- [_ht]: ["GET", "/clusters/{clusterName}/capabilities/{capabilityName}", 200],
2773
- },
2359
+ { [_ht]: ["GET", "/clusters/{clusterName}/capabilities/{capabilityName}", 200] },
2774
2360
  () => DescribeCapabilityRequest,
2775
2361
  () => DescribeCapabilityResponse,
2776
2362
  ];
@@ -2778,9 +2364,7 @@ export var DescribeCluster = [
2778
2364
  9,
2779
2365
  n0,
2780
2366
  _DCesc,
2781
- {
2782
- [_ht]: ["GET", "/clusters/{name}", 200],
2783
- },
2367
+ { [_ht]: ["GET", "/clusters/{name}", 200] },
2784
2368
  () => DescribeClusterRequest,
2785
2369
  () => DescribeClusterResponse,
2786
2370
  ];
@@ -2788,9 +2372,7 @@ export var DescribeClusterVersions = [
2788
2372
  9,
2789
2373
  n0,
2790
2374
  _DCV,
2791
- {
2792
- [_ht]: ["GET", "/cluster-versions", 200],
2793
- },
2375
+ { [_ht]: ["GET", "/cluster-versions", 200] },
2794
2376
  () => DescribeClusterVersionsRequest,
2795
2377
  () => DescribeClusterVersionsResponse,
2796
2378
  ];
@@ -2798,9 +2380,7 @@ export var DescribeEksAnywhereSubscription = [
2798
2380
  9,
2799
2381
  n0,
2800
2382
  _DEASe,
2801
- {
2802
- [_ht]: ["GET", "/eks-anywhere-subscriptions/{id}", 200],
2803
- },
2383
+ { [_ht]: ["GET", "/eks-anywhere-subscriptions/{id}", 200] },
2804
2384
  () => DescribeEksAnywhereSubscriptionRequest,
2805
2385
  () => DescribeEksAnywhereSubscriptionResponse,
2806
2386
  ];
@@ -2808,9 +2388,7 @@ export var DescribeFargateProfile = [
2808
2388
  9,
2809
2389
  n0,
2810
2390
  _DFPe,
2811
- {
2812
- [_ht]: ["GET", "/clusters/{clusterName}/fargate-profiles/{fargateProfileName}", 200],
2813
- },
2391
+ { [_ht]: ["GET", "/clusters/{clusterName}/fargate-profiles/{fargateProfileName}", 200] },
2814
2392
  () => DescribeFargateProfileRequest,
2815
2393
  () => DescribeFargateProfileResponse,
2816
2394
  ];
@@ -2818,9 +2396,7 @@ export var DescribeIdentityProviderConfig = [
2818
2396
  9,
2819
2397
  n0,
2820
2398
  _DIPC,
2821
- {
2822
- [_ht]: ["POST", "/clusters/{clusterName}/identity-provider-configs/describe", 200],
2823
- },
2399
+ { [_ht]: ["POST", "/clusters/{clusterName}/identity-provider-configs/describe", 200] },
2824
2400
  () => DescribeIdentityProviderConfigRequest,
2825
2401
  () => DescribeIdentityProviderConfigResponse,
2826
2402
  ];
@@ -2828,9 +2404,7 @@ export var DescribeInsight = [
2828
2404
  9,
2829
2405
  n0,
2830
2406
  _DI,
2831
- {
2832
- [_ht]: ["GET", "/clusters/{clusterName}/insights/{id}", 200],
2833
- },
2407
+ { [_ht]: ["GET", "/clusters/{clusterName}/insights/{id}", 200] },
2834
2408
  () => DescribeInsightRequest,
2835
2409
  () => DescribeInsightResponse,
2836
2410
  ];
@@ -2838,9 +2412,7 @@ export var DescribeInsightsRefresh = [
2838
2412
  9,
2839
2413
  n0,
2840
2414
  _DIRes,
2841
- {
2842
- [_ht]: ["GET", "/clusters/{clusterName}/insights-refresh", 200],
2843
- },
2415
+ { [_ht]: ["GET", "/clusters/{clusterName}/insights-refresh", 200] },
2844
2416
  () => DescribeInsightsRefreshRequest,
2845
2417
  () => DescribeInsightsRefreshResponse,
2846
2418
  ];
@@ -2848,9 +2420,7 @@ export var DescribeNodegroup = [
2848
2420
  9,
2849
2421
  n0,
2850
2422
  _DNe,
2851
- {
2852
- [_ht]: ["GET", "/clusters/{clusterName}/node-groups/{nodegroupName}", 200],
2853
- },
2423
+ { [_ht]: ["GET", "/clusters/{clusterName}/node-groups/{nodegroupName}", 200] },
2854
2424
  () => DescribeNodegroupRequest,
2855
2425
  () => DescribeNodegroupResponse,
2856
2426
  ];
@@ -2858,9 +2428,7 @@ export var DescribePodIdentityAssociation = [
2858
2428
  9,
2859
2429
  n0,
2860
2430
  _DPIAe,
2861
- {
2862
- [_ht]: ["GET", "/clusters/{clusterName}/pod-identity-associations/{associationId}", 200],
2863
- },
2431
+ { [_ht]: ["GET", "/clusters/{clusterName}/pod-identity-associations/{associationId}", 200] },
2864
2432
  () => DescribePodIdentityAssociationRequest,
2865
2433
  () => DescribePodIdentityAssociationResponse,
2866
2434
  ];
@@ -2868,9 +2436,7 @@ export var DescribeUpdate = [
2868
2436
  9,
2869
2437
  n0,
2870
2438
  _DU,
2871
- {
2872
- [_ht]: ["GET", "/clusters/{name}/updates/{updateId}", 200],
2873
- },
2439
+ { [_ht]: ["GET", "/clusters/{name}/updates/{updateId}", 200] },
2874
2440
  () => DescribeUpdateRequest,
2875
2441
  () => DescribeUpdateResponse,
2876
2442
  ];
@@ -2878,9 +2444,7 @@ export var DisassociateAccessPolicy = [
2878
2444
  9,
2879
2445
  n0,
2880
2446
  _DAP,
2881
- {
2882
- [_ht]: ["DELETE", "/clusters/{clusterName}/access-entries/{principalArn}/access-policies/{policyArn}", 200],
2883
- },
2447
+ { [_ht]: ["DELETE", "/clusters/{clusterName}/access-entries/{principalArn}/access-policies/{policyArn}", 200] },
2884
2448
  () => DisassociateAccessPolicyRequest,
2885
2449
  () => DisassociateAccessPolicyResponse,
2886
2450
  ];
@@ -2888,9 +2452,7 @@ export var DisassociateIdentityProviderConfig = [
2888
2452
  9,
2889
2453
  n0,
2890
2454
  _DIPCi,
2891
- {
2892
- [_ht]: ["POST", "/clusters/{clusterName}/identity-provider-configs/disassociate", 200],
2893
- },
2455
+ { [_ht]: ["POST", "/clusters/{clusterName}/identity-provider-configs/disassociate", 200] },
2894
2456
  () => DisassociateIdentityProviderConfigRequest,
2895
2457
  () => DisassociateIdentityProviderConfigResponse,
2896
2458
  ];
@@ -2898,9 +2460,7 @@ export var ListAccessEntries = [
2898
2460
  9,
2899
2461
  n0,
2900
2462
  _LAE,
2901
- {
2902
- [_ht]: ["GET", "/clusters/{clusterName}/access-entries", 200],
2903
- },
2463
+ { [_ht]: ["GET", "/clusters/{clusterName}/access-entries", 200] },
2904
2464
  () => ListAccessEntriesRequest,
2905
2465
  () => ListAccessEntriesResponse,
2906
2466
  ];
@@ -2908,9 +2468,7 @@ export var ListAccessPolicies = [
2908
2468
  9,
2909
2469
  n0,
2910
2470
  _LAP,
2911
- {
2912
- [_ht]: ["GET", "/access-policies", 200],
2913
- },
2471
+ { [_ht]: ["GET", "/access-policies", 200] },
2914
2472
  () => ListAccessPoliciesRequest,
2915
2473
  () => ListAccessPoliciesResponse,
2916
2474
  ];
@@ -2918,9 +2476,7 @@ export var ListAddons = [
2918
2476
  9,
2919
2477
  n0,
2920
2478
  _LA,
2921
- {
2922
- [_ht]: ["GET", "/clusters/{clusterName}/addons", 200],
2923
- },
2479
+ { [_ht]: ["GET", "/clusters/{clusterName}/addons", 200] },
2924
2480
  () => ListAddonsRequest,
2925
2481
  () => ListAddonsResponse,
2926
2482
  ];
@@ -2928,9 +2484,7 @@ export var ListAssociatedAccessPolicies = [
2928
2484
  9,
2929
2485
  n0,
2930
2486
  _LAAP,
2931
- {
2932
- [_ht]: ["GET", "/clusters/{clusterName}/access-entries/{principalArn}/access-policies", 200],
2933
- },
2487
+ { [_ht]: ["GET", "/clusters/{clusterName}/access-entries/{principalArn}/access-policies", 200] },
2934
2488
  () => ListAssociatedAccessPoliciesRequest,
2935
2489
  () => ListAssociatedAccessPoliciesResponse,
2936
2490
  ];
@@ -2938,9 +2492,7 @@ export var ListCapabilities = [
2938
2492
  9,
2939
2493
  n0,
2940
2494
  _LC,
2941
- {
2942
- [_ht]: ["GET", "/clusters/{clusterName}/capabilities", 200],
2943
- },
2495
+ { [_ht]: ["GET", "/clusters/{clusterName}/capabilities", 200] },
2944
2496
  () => ListCapabilitiesRequest,
2945
2497
  () => ListCapabilitiesResponse,
2946
2498
  ];
@@ -2948,9 +2500,7 @@ export var ListClusters = [
2948
2500
  9,
2949
2501
  n0,
2950
2502
  _LCi,
2951
- {
2952
- [_ht]: ["GET", "/clusters", 200],
2953
- },
2503
+ { [_ht]: ["GET", "/clusters", 200] },
2954
2504
  () => ListClustersRequest,
2955
2505
  () => ListClustersResponse,
2956
2506
  ];
@@ -2958,9 +2508,7 @@ export var ListEksAnywhereSubscriptions = [
2958
2508
  9,
2959
2509
  n0,
2960
2510
  _LEAS,
2961
- {
2962
- [_ht]: ["GET", "/eks-anywhere-subscriptions", 200],
2963
- },
2511
+ { [_ht]: ["GET", "/eks-anywhere-subscriptions", 200] },
2964
2512
  () => ListEksAnywhereSubscriptionsRequest,
2965
2513
  () => ListEksAnywhereSubscriptionsResponse,
2966
2514
  ];
@@ -2968,9 +2516,7 @@ export var ListFargateProfiles = [
2968
2516
  9,
2969
2517
  n0,
2970
2518
  _LFP,
2971
- {
2972
- [_ht]: ["GET", "/clusters/{clusterName}/fargate-profiles", 200],
2973
- },
2519
+ { [_ht]: ["GET", "/clusters/{clusterName}/fargate-profiles", 200] },
2974
2520
  () => ListFargateProfilesRequest,
2975
2521
  () => ListFargateProfilesResponse,
2976
2522
  ];
@@ -2978,9 +2524,7 @@ export var ListIdentityProviderConfigs = [
2978
2524
  9,
2979
2525
  n0,
2980
2526
  _LIPC,
2981
- {
2982
- [_ht]: ["GET", "/clusters/{clusterName}/identity-provider-configs", 200],
2983
- },
2527
+ { [_ht]: ["GET", "/clusters/{clusterName}/identity-provider-configs", 200] },
2984
2528
  () => ListIdentityProviderConfigsRequest,
2985
2529
  () => ListIdentityProviderConfigsResponse,
2986
2530
  ];
@@ -2988,9 +2532,7 @@ export var ListInsights = [
2988
2532
  9,
2989
2533
  n0,
2990
2534
  _LI,
2991
- {
2992
- [_ht]: ["POST", "/clusters/{clusterName}/insights", 200],
2993
- },
2535
+ { [_ht]: ["POST", "/clusters/{clusterName}/insights", 200] },
2994
2536
  () => ListInsightsRequest,
2995
2537
  () => ListInsightsResponse,
2996
2538
  ];
@@ -2998,9 +2540,7 @@ export var ListNodegroups = [
2998
2540
  9,
2999
2541
  n0,
3000
2542
  _LN,
3001
- {
3002
- [_ht]: ["GET", "/clusters/{clusterName}/node-groups", 200],
3003
- },
2543
+ { [_ht]: ["GET", "/clusters/{clusterName}/node-groups", 200] },
3004
2544
  () => ListNodegroupsRequest,
3005
2545
  () => ListNodegroupsResponse,
3006
2546
  ];
@@ -3008,9 +2548,7 @@ export var ListPodIdentityAssociations = [
3008
2548
  9,
3009
2549
  n0,
3010
2550
  _LPIA,
3011
- {
3012
- [_ht]: ["GET", "/clusters/{clusterName}/pod-identity-associations", 200],
3013
- },
2551
+ { [_ht]: ["GET", "/clusters/{clusterName}/pod-identity-associations", 200] },
3014
2552
  () => ListPodIdentityAssociationsRequest,
3015
2553
  () => ListPodIdentityAssociationsResponse,
3016
2554
  ];
@@ -3018,9 +2556,7 @@ export var ListTagsForResource = [
3018
2556
  9,
3019
2557
  n0,
3020
2558
  _LTFR,
3021
- {
3022
- [_ht]: ["GET", "/tags/{resourceArn}", 200],
3023
- },
2559
+ { [_ht]: ["GET", "/tags/{resourceArn}", 200] },
3024
2560
  () => ListTagsForResourceRequest,
3025
2561
  () => ListTagsForResourceResponse,
3026
2562
  ];
@@ -3028,9 +2564,7 @@ export var ListUpdates = [
3028
2564
  9,
3029
2565
  n0,
3030
2566
  _LU,
3031
- {
3032
- [_ht]: ["GET", "/clusters/{name}/updates", 200],
3033
- },
2567
+ { [_ht]: ["GET", "/clusters/{name}/updates", 200] },
3034
2568
  () => ListUpdatesRequest,
3035
2569
  () => ListUpdatesResponse,
3036
2570
  ];
@@ -3038,9 +2572,7 @@ export var RegisterCluster = [
3038
2572
  9,
3039
2573
  n0,
3040
2574
  _RC,
3041
- {
3042
- [_ht]: ["POST", "/cluster-registrations", 200],
3043
- },
2575
+ { [_ht]: ["POST", "/cluster-registrations", 200] },
3044
2576
  () => RegisterClusterRequest,
3045
2577
  () => RegisterClusterResponse,
3046
2578
  ];
@@ -3048,9 +2580,7 @@ export var StartInsightsRefresh = [
3048
2580
  9,
3049
2581
  n0,
3050
2582
  _SIR,
3051
- {
3052
- [_ht]: ["POST", "/clusters/{clusterName}/insights-refresh", 200],
3053
- },
2583
+ { [_ht]: ["POST", "/clusters/{clusterName}/insights-refresh", 200] },
3054
2584
  () => StartInsightsRefreshRequest,
3055
2585
  () => StartInsightsRefreshResponse,
3056
2586
  ];
@@ -3058,9 +2588,7 @@ export var TagResource = [
3058
2588
  9,
3059
2589
  n0,
3060
2590
  _TR,
3061
- {
3062
- [_ht]: ["POST", "/tags/{resourceArn}", 200],
3063
- },
2591
+ { [_ht]: ["POST", "/tags/{resourceArn}", 200] },
3064
2592
  () => TagResourceRequest,
3065
2593
  () => TagResourceResponse,
3066
2594
  ];
@@ -3068,9 +2596,7 @@ export var UntagResource = [
3068
2596
  9,
3069
2597
  n0,
3070
2598
  _UR,
3071
- {
3072
- [_ht]: ["DELETE", "/tags/{resourceArn}", 200],
3073
- },
2599
+ { [_ht]: ["DELETE", "/tags/{resourceArn}", 200] },
3074
2600
  () => UntagResourceRequest,
3075
2601
  () => UntagResourceResponse,
3076
2602
  ];
@@ -3078,9 +2604,7 @@ export var UpdateAccessEntry = [
3078
2604
  9,
3079
2605
  n0,
3080
2606
  _UAE,
3081
- {
3082
- [_ht]: ["POST", "/clusters/{clusterName}/access-entries/{principalArn}", 200],
3083
- },
2607
+ { [_ht]: ["POST", "/clusters/{clusterName}/access-entries/{principalArn}", 200] },
3084
2608
  () => UpdateAccessEntryRequest,
3085
2609
  () => UpdateAccessEntryResponse,
3086
2610
  ];
@@ -3088,9 +2612,7 @@ export var UpdateAddon = [
3088
2612
  9,
3089
2613
  n0,
3090
2614
  _UA,
3091
- {
3092
- [_ht]: ["POST", "/clusters/{clusterName}/addons/{addonName}/update", 200],
3093
- },
2615
+ { [_ht]: ["POST", "/clusters/{clusterName}/addons/{addonName}/update", 200] },
3094
2616
  () => UpdateAddonRequest,
3095
2617
  () => UpdateAddonResponse,
3096
2618
  ];
@@ -3098,9 +2620,7 @@ export var UpdateCapability = [
3098
2620
  9,
3099
2621
  n0,
3100
2622
  _UC,
3101
- {
3102
- [_ht]: ["POST", "/clusters/{clusterName}/capabilities/{capabilityName}", 200],
3103
- },
2623
+ { [_ht]: ["POST", "/clusters/{clusterName}/capabilities/{capabilityName}", 200] },
3104
2624
  () => UpdateCapabilityRequest,
3105
2625
  () => UpdateCapabilityResponse,
3106
2626
  ];
@@ -3108,9 +2628,7 @@ export var UpdateClusterConfig = [
3108
2628
  9,
3109
2629
  n0,
3110
2630
  _UCCp,
3111
- {
3112
- [_ht]: ["POST", "/clusters/{name}/update-config", 200],
3113
- },
2631
+ { [_ht]: ["POST", "/clusters/{name}/update-config", 200] },
3114
2632
  () => UpdateClusterConfigRequest,
3115
2633
  () => UpdateClusterConfigResponse,
3116
2634
  ];
@@ -3118,9 +2636,7 @@ export var UpdateClusterVersion = [
3118
2636
  9,
3119
2637
  n0,
3120
2638
  _UCV,
3121
- {
3122
- [_ht]: ["POST", "/clusters/{name}/updates", 200],
3123
- },
2639
+ { [_ht]: ["POST", "/clusters/{name}/updates", 200] },
3124
2640
  () => UpdateClusterVersionRequest,
3125
2641
  () => UpdateClusterVersionResponse,
3126
2642
  ];
@@ -3128,9 +2644,7 @@ export var UpdateEksAnywhereSubscription = [
3128
2644
  9,
3129
2645
  n0,
3130
2646
  _UEAS,
3131
- {
3132
- [_ht]: ["POST", "/eks-anywhere-subscriptions/{id}", 200],
3133
- },
2647
+ { [_ht]: ["POST", "/eks-anywhere-subscriptions/{id}", 200] },
3134
2648
  () => UpdateEksAnywhereSubscriptionRequest,
3135
2649
  () => UpdateEksAnywhereSubscriptionResponse,
3136
2650
  ];
@@ -3138,9 +2652,7 @@ export var UpdateNodegroupConfig = [
3138
2652
  9,
3139
2653
  n0,
3140
2654
  _UNC,
3141
- {
3142
- [_ht]: ["POST", "/clusters/{clusterName}/node-groups/{nodegroupName}/update-config", 200],
3143
- },
2655
+ { [_ht]: ["POST", "/clusters/{clusterName}/node-groups/{nodegroupName}/update-config", 200] },
3144
2656
  () => UpdateNodegroupConfigRequest,
3145
2657
  () => UpdateNodegroupConfigResponse,
3146
2658
  ];
@@ -3148,9 +2660,7 @@ export var UpdateNodegroupVersion = [
3148
2660
  9,
3149
2661
  n0,
3150
2662
  _UNV,
3151
- {
3152
- [_ht]: ["POST", "/clusters/{clusterName}/node-groups/{nodegroupName}/update-version", 200],
3153
- },
2663
+ { [_ht]: ["POST", "/clusters/{clusterName}/node-groups/{nodegroupName}/update-version", 200] },
3154
2664
  () => UpdateNodegroupVersionRequest,
3155
2665
  () => UpdateNodegroupVersionResponse,
3156
2666
  ];
@@ -3158,9 +2668,7 @@ export var UpdatePodIdentityAssociation = [
3158
2668
  9,
3159
2669
  n0,
3160
2670
  _UPIA,
3161
- {
3162
- [_ht]: ["POST", "/clusters/{clusterName}/pod-identity-associations/{associationId}", 200],
3163
- },
2671
+ { [_ht]: ["POST", "/clusters/{clusterName}/pod-identity-associations/{associationId}", 200] },
3164
2672
  () => UpdatePodIdentityAssociationRequest,
3165
2673
  () => UpdatePodIdentityAssociationResponse,
3166
2674
  ];