@aws-sdk/client-eks 3.1077.0 → 3.1078.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 (203) hide show
  1. package/dist-cjs/index.js +73 -653
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateAccessPolicyCommand.js +2 -14
  4. package/dist-es/commands/AssociateEncryptionConfigCommand.js +2 -14
  5. package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +2 -14
  6. package/dist-es/commands/CancelUpdateCommand.js +2 -14
  7. package/dist-es/commands/CreateAccessEntryCommand.js +2 -14
  8. package/dist-es/commands/CreateAddonCommand.js +2 -14
  9. package/dist-es/commands/CreateCapabilityCommand.js +2 -14
  10. package/dist-es/commands/CreateClusterCommand.js +2 -14
  11. package/dist-es/commands/CreateEksAnywhereSubscriptionCommand.js +2 -14
  12. package/dist-es/commands/CreateFargateProfileCommand.js +2 -14
  13. package/dist-es/commands/CreateNodegroupCommand.js +2 -14
  14. package/dist-es/commands/CreatePodIdentityAssociationCommand.js +2 -14
  15. package/dist-es/commands/DeleteAccessEntryCommand.js +2 -14
  16. package/dist-es/commands/DeleteAddonCommand.js +2 -14
  17. package/dist-es/commands/DeleteCapabilityCommand.js +2 -14
  18. package/dist-es/commands/DeleteClusterCommand.js +2 -14
  19. package/dist-es/commands/DeleteEksAnywhereSubscriptionCommand.js +2 -14
  20. package/dist-es/commands/DeleteFargateProfileCommand.js +2 -14
  21. package/dist-es/commands/DeleteNodegroupCommand.js +2 -14
  22. package/dist-es/commands/DeletePodIdentityAssociationCommand.js +2 -14
  23. package/dist-es/commands/DeregisterClusterCommand.js +2 -14
  24. package/dist-es/commands/DescribeAccessEntryCommand.js +2 -14
  25. package/dist-es/commands/DescribeAddonCommand.js +2 -14
  26. package/dist-es/commands/DescribeAddonConfigurationCommand.js +2 -14
  27. package/dist-es/commands/DescribeAddonVersionsCommand.js +2 -14
  28. package/dist-es/commands/DescribeCapabilityCommand.js +2 -14
  29. package/dist-es/commands/DescribeClusterCommand.js +2 -14
  30. package/dist-es/commands/DescribeClusterVersionsCommand.js +2 -14
  31. package/dist-es/commands/DescribeEksAnywhereSubscriptionCommand.js +2 -14
  32. package/dist-es/commands/DescribeFargateProfileCommand.js +2 -14
  33. package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +2 -14
  34. package/dist-es/commands/DescribeInsightCommand.js +2 -14
  35. package/dist-es/commands/DescribeInsightsRefreshCommand.js +2 -14
  36. package/dist-es/commands/DescribeNodegroupCommand.js +2 -14
  37. package/dist-es/commands/DescribePodIdentityAssociationCommand.js +2 -14
  38. package/dist-es/commands/DescribeUpdateCommand.js +2 -14
  39. package/dist-es/commands/DisassociateAccessPolicyCommand.js +2 -14
  40. package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +2 -14
  41. package/dist-es/commands/ListAccessEntriesCommand.js +2 -14
  42. package/dist-es/commands/ListAccessPoliciesCommand.js +2 -14
  43. package/dist-es/commands/ListAddonsCommand.js +2 -14
  44. package/dist-es/commands/ListAssociatedAccessPoliciesCommand.js +2 -14
  45. package/dist-es/commands/ListCapabilitiesCommand.js +2 -14
  46. package/dist-es/commands/ListClustersCommand.js +2 -14
  47. package/dist-es/commands/ListEksAnywhereSubscriptionsCommand.js +2 -14
  48. package/dist-es/commands/ListFargateProfilesCommand.js +2 -14
  49. package/dist-es/commands/ListIdentityProviderConfigsCommand.js +2 -14
  50. package/dist-es/commands/ListInsightsCommand.js +2 -14
  51. package/dist-es/commands/ListNodegroupsCommand.js +2 -14
  52. package/dist-es/commands/ListPodIdentityAssociationsCommand.js +2 -14
  53. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  54. package/dist-es/commands/ListUpdatesCommand.js +2 -14
  55. package/dist-es/commands/RegisterClusterCommand.js +2 -14
  56. package/dist-es/commands/StartInsightsRefreshCommand.js +2 -14
  57. package/dist-es/commands/TagResourceCommand.js +2 -14
  58. package/dist-es/commands/UntagResourceCommand.js +2 -14
  59. package/dist-es/commands/UpdateAccessEntryCommand.js +2 -14
  60. package/dist-es/commands/UpdateAddonCommand.js +2 -14
  61. package/dist-es/commands/UpdateCapabilityCommand.js +2 -14
  62. package/dist-es/commands/UpdateClusterConfigCommand.js +2 -14
  63. package/dist-es/commands/UpdateClusterVersionCommand.js +2 -14
  64. package/dist-es/commands/UpdateEksAnywhereSubscriptionCommand.js +2 -14
  65. package/dist-es/commands/UpdateNodegroupConfigCommand.js +2 -14
  66. package/dist-es/commands/UpdateNodegroupVersionCommand.js +2 -14
  67. package/dist-es/commands/UpdatePodIdentityAssociationCommand.js +2 -14
  68. package/dist-es/index.js +1 -0
  69. package/dist-types/commandBuilder.d.ts +18 -0
  70. package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +3 -8
  71. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +3 -8
  72. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +3 -8
  73. package/dist-types/commands/CancelUpdateCommand.d.ts +3 -8
  74. package/dist-types/commands/CreateAccessEntryCommand.d.ts +3 -8
  75. package/dist-types/commands/CreateAddonCommand.d.ts +3 -8
  76. package/dist-types/commands/CreateCapabilityCommand.d.ts +3 -8
  77. package/dist-types/commands/CreateClusterCommand.d.ts +3 -8
  78. package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +3 -8
  79. package/dist-types/commands/CreateFargateProfileCommand.d.ts +3 -8
  80. package/dist-types/commands/CreateNodegroupCommand.d.ts +3 -8
  81. package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +3 -8
  82. package/dist-types/commands/DeleteAccessEntryCommand.d.ts +3 -8
  83. package/dist-types/commands/DeleteAddonCommand.d.ts +3 -8
  84. package/dist-types/commands/DeleteCapabilityCommand.d.ts +3 -8
  85. package/dist-types/commands/DeleteClusterCommand.d.ts +3 -8
  86. package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +3 -8
  87. package/dist-types/commands/DeleteFargateProfileCommand.d.ts +3 -8
  88. package/dist-types/commands/DeleteNodegroupCommand.d.ts +3 -8
  89. package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +3 -8
  90. package/dist-types/commands/DeregisterClusterCommand.d.ts +3 -8
  91. package/dist-types/commands/DescribeAccessEntryCommand.d.ts +3 -8
  92. package/dist-types/commands/DescribeAddonCommand.d.ts +3 -8
  93. package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +3 -8
  94. package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +3 -8
  95. package/dist-types/commands/DescribeCapabilityCommand.d.ts +3 -8
  96. package/dist-types/commands/DescribeClusterCommand.d.ts +3 -8
  97. package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +3 -8
  98. package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +3 -8
  99. package/dist-types/commands/DescribeFargateProfileCommand.d.ts +3 -8
  100. package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +3 -8
  101. package/dist-types/commands/DescribeInsightCommand.d.ts +3 -8
  102. package/dist-types/commands/DescribeInsightsRefreshCommand.d.ts +3 -8
  103. package/dist-types/commands/DescribeNodegroupCommand.d.ts +3 -8
  104. package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +3 -8
  105. package/dist-types/commands/DescribeUpdateCommand.d.ts +3 -8
  106. package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +3 -8
  107. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +3 -8
  108. package/dist-types/commands/ListAccessEntriesCommand.d.ts +3 -8
  109. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +3 -8
  110. package/dist-types/commands/ListAddonsCommand.d.ts +3 -8
  111. package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +3 -8
  112. package/dist-types/commands/ListCapabilitiesCommand.d.ts +3 -8
  113. package/dist-types/commands/ListClustersCommand.d.ts +3 -8
  114. package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +3 -8
  115. package/dist-types/commands/ListFargateProfilesCommand.d.ts +3 -8
  116. package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +3 -8
  117. package/dist-types/commands/ListInsightsCommand.d.ts +3 -8
  118. package/dist-types/commands/ListNodegroupsCommand.d.ts +3 -8
  119. package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +3 -8
  120. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  121. package/dist-types/commands/ListUpdatesCommand.d.ts +3 -8
  122. package/dist-types/commands/RegisterClusterCommand.d.ts +3 -8
  123. package/dist-types/commands/StartInsightsRefreshCommand.d.ts +3 -8
  124. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  125. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  126. package/dist-types/commands/UpdateAccessEntryCommand.d.ts +3 -8
  127. package/dist-types/commands/UpdateAddonCommand.d.ts +3 -8
  128. package/dist-types/commands/UpdateCapabilityCommand.d.ts +3 -8
  129. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +3 -8
  130. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +3 -8
  131. package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +3 -8
  132. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +3 -8
  133. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +3 -8
  134. package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +3 -8
  135. package/dist-types/index.d.ts +1 -0
  136. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  137. package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/CancelUpdateCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/CreateCapabilityCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/CreateEksAnywhereSubscriptionCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/CreatePodIdentityAssociationCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/DeleteCapabilityCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/DeletePodIdentityAssociationCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/DescribeAddonConfigurationCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/DescribeCapabilityCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/DescribeInsightsRefreshCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/DescribePodIdentityAssociationCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/ListCapabilitiesCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/ListEksAnywhereSubscriptionsCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/ListPodIdentityAssociationsCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/StartInsightsRefreshCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/UpdateCapabilityCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/UpdatePodIdentityAssociationCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/index.d.ts +1 -0
  203. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1077.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -2818,784 +2819,203 @@ class EKSClient extends Client {
2818
2819
  }
2819
2820
  }
2820
2821
 
2821
- class AssociateAccessPolicyCommand extends Command
2822
- .classBuilder()
2823
- .ep(commonParams)
2824
- .m(function (Command, cs, config, o) {
2825
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2826
- })
2827
- .s("AWSWesleyFrontend", "AssociateAccessPolicy", {})
2828
- .n("EKSClient", "AssociateAccessPolicyCommand")
2829
- .sc(AssociateAccessPolicy$)
2830
- .build() {
2822
+ const command = makeBuilder(commonParams, "AWSWesleyFrontend", "EKSClient", getEndpointPlugin);
2823
+ const _ep0 = {};
2824
+ const _mw0 = (Command, cs, config, o) => [];
2825
+
2826
+ class AssociateAccessPolicyCommand extends command(_ep0, _mw0, "AssociateAccessPolicy", AssociateAccessPolicy$) {
2831
2827
  }
2832
2828
 
2833
- class AssociateEncryptionConfigCommand extends Command
2834
- .classBuilder()
2835
- .ep(commonParams)
2836
- .m(function (Command, cs, config, o) {
2837
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2838
- })
2839
- .s("AWSWesleyFrontend", "AssociateEncryptionConfig", {})
2840
- .n("EKSClient", "AssociateEncryptionConfigCommand")
2841
- .sc(AssociateEncryptionConfig$)
2842
- .build() {
2829
+ class AssociateEncryptionConfigCommand extends command(_ep0, _mw0, "AssociateEncryptionConfig", AssociateEncryptionConfig$) {
2843
2830
  }
2844
2831
 
2845
- class AssociateIdentityProviderConfigCommand extends Command
2846
- .classBuilder()
2847
- .ep(commonParams)
2848
- .m(function (Command, cs, config, o) {
2849
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2850
- })
2851
- .s("AWSWesleyFrontend", "AssociateIdentityProviderConfig", {})
2852
- .n("EKSClient", "AssociateIdentityProviderConfigCommand")
2853
- .sc(AssociateIdentityProviderConfig$)
2854
- .build() {
2832
+ class AssociateIdentityProviderConfigCommand extends command(_ep0, _mw0, "AssociateIdentityProviderConfig", AssociateIdentityProviderConfig$) {
2855
2833
  }
2856
2834
 
2857
- class CancelUpdateCommand extends Command
2858
- .classBuilder()
2859
- .ep(commonParams)
2860
- .m(function (Command, cs, config, o) {
2861
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2862
- })
2863
- .s("AWSWesleyFrontend", "CancelUpdate", {})
2864
- .n("EKSClient", "CancelUpdateCommand")
2865
- .sc(CancelUpdate$)
2866
- .build() {
2835
+ class CancelUpdateCommand extends command(_ep0, _mw0, "CancelUpdate", CancelUpdate$) {
2867
2836
  }
2868
2837
 
2869
- class CreateAccessEntryCommand extends Command
2870
- .classBuilder()
2871
- .ep(commonParams)
2872
- .m(function (Command, cs, config, o) {
2873
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2874
- })
2875
- .s("AWSWesleyFrontend", "CreateAccessEntry", {})
2876
- .n("EKSClient", "CreateAccessEntryCommand")
2877
- .sc(CreateAccessEntry$)
2878
- .build() {
2838
+ class CreateAccessEntryCommand extends command(_ep0, _mw0, "CreateAccessEntry", CreateAccessEntry$) {
2879
2839
  }
2880
2840
 
2881
- class CreateAddonCommand extends Command
2882
- .classBuilder()
2883
- .ep(commonParams)
2884
- .m(function (Command, cs, config, o) {
2885
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2886
- })
2887
- .s("AWSWesleyFrontend", "CreateAddon", {})
2888
- .n("EKSClient", "CreateAddonCommand")
2889
- .sc(CreateAddon$)
2890
- .build() {
2841
+ class CreateAddonCommand extends command(_ep0, _mw0, "CreateAddon", CreateAddon$) {
2891
2842
  }
2892
2843
 
2893
- class CreateCapabilityCommand extends Command
2894
- .classBuilder()
2895
- .ep(commonParams)
2896
- .m(function (Command, cs, config, o) {
2897
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2898
- })
2899
- .s("AWSWesleyFrontend", "CreateCapability", {})
2900
- .n("EKSClient", "CreateCapabilityCommand")
2901
- .sc(CreateCapability$)
2902
- .build() {
2844
+ class CreateCapabilityCommand extends command(_ep0, _mw0, "CreateCapability", CreateCapability$) {
2903
2845
  }
2904
2846
 
2905
- class CreateClusterCommand extends Command
2906
- .classBuilder()
2907
- .ep(commonParams)
2908
- .m(function (Command, cs, config, o) {
2909
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2910
- })
2911
- .s("AWSWesleyFrontend", "CreateCluster", {})
2912
- .n("EKSClient", "CreateClusterCommand")
2913
- .sc(CreateCluster$)
2914
- .build() {
2847
+ class CreateClusterCommand extends command(_ep0, _mw0, "CreateCluster", CreateCluster$) {
2915
2848
  }
2916
2849
 
2917
- class CreateEksAnywhereSubscriptionCommand extends Command
2918
- .classBuilder()
2919
- .ep(commonParams)
2920
- .m(function (Command, cs, config, o) {
2921
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2922
- })
2923
- .s("AWSWesleyFrontend", "CreateEksAnywhereSubscription", {})
2924
- .n("EKSClient", "CreateEksAnywhereSubscriptionCommand")
2925
- .sc(CreateEksAnywhereSubscription$)
2926
- .build() {
2850
+ class CreateEksAnywhereSubscriptionCommand extends command(_ep0, _mw0, "CreateEksAnywhereSubscription", CreateEksAnywhereSubscription$) {
2927
2851
  }
2928
2852
 
2929
- class CreateFargateProfileCommand extends Command
2930
- .classBuilder()
2931
- .ep(commonParams)
2932
- .m(function (Command, cs, config, o) {
2933
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2934
- })
2935
- .s("AWSWesleyFrontend", "CreateFargateProfile", {})
2936
- .n("EKSClient", "CreateFargateProfileCommand")
2937
- .sc(CreateFargateProfile$)
2938
- .build() {
2853
+ class CreateFargateProfileCommand extends command(_ep0, _mw0, "CreateFargateProfile", CreateFargateProfile$) {
2939
2854
  }
2940
2855
 
2941
- class CreateNodegroupCommand extends Command
2942
- .classBuilder()
2943
- .ep(commonParams)
2944
- .m(function (Command, cs, config, o) {
2945
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2946
- })
2947
- .s("AWSWesleyFrontend", "CreateNodegroup", {})
2948
- .n("EKSClient", "CreateNodegroupCommand")
2949
- .sc(CreateNodegroup$)
2950
- .build() {
2856
+ class CreateNodegroupCommand extends command(_ep0, _mw0, "CreateNodegroup", CreateNodegroup$) {
2951
2857
  }
2952
2858
 
2953
- class CreatePodIdentityAssociationCommand extends Command
2954
- .classBuilder()
2955
- .ep(commonParams)
2956
- .m(function (Command, cs, config, o) {
2957
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2958
- })
2959
- .s("AWSWesleyFrontend", "CreatePodIdentityAssociation", {})
2960
- .n("EKSClient", "CreatePodIdentityAssociationCommand")
2961
- .sc(CreatePodIdentityAssociation$)
2962
- .build() {
2859
+ class CreatePodIdentityAssociationCommand extends command(_ep0, _mw0, "CreatePodIdentityAssociation", CreatePodIdentityAssociation$) {
2963
2860
  }
2964
2861
 
2965
- class DeleteAccessEntryCommand extends Command
2966
- .classBuilder()
2967
- .ep(commonParams)
2968
- .m(function (Command, cs, config, o) {
2969
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2970
- })
2971
- .s("AWSWesleyFrontend", "DeleteAccessEntry", {})
2972
- .n("EKSClient", "DeleteAccessEntryCommand")
2973
- .sc(DeleteAccessEntry$)
2974
- .build() {
2862
+ class DeleteAccessEntryCommand extends command(_ep0, _mw0, "DeleteAccessEntry", DeleteAccessEntry$) {
2975
2863
  }
2976
2864
 
2977
- class DeleteAddonCommand extends Command
2978
- .classBuilder()
2979
- .ep(commonParams)
2980
- .m(function (Command, cs, config, o) {
2981
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2982
- })
2983
- .s("AWSWesleyFrontend", "DeleteAddon", {})
2984
- .n("EKSClient", "DeleteAddonCommand")
2985
- .sc(DeleteAddon$)
2986
- .build() {
2865
+ class DeleteAddonCommand extends command(_ep0, _mw0, "DeleteAddon", DeleteAddon$) {
2987
2866
  }
2988
2867
 
2989
- class DeleteCapabilityCommand extends Command
2990
- .classBuilder()
2991
- .ep(commonParams)
2992
- .m(function (Command, cs, config, o) {
2993
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2994
- })
2995
- .s("AWSWesleyFrontend", "DeleteCapability", {})
2996
- .n("EKSClient", "DeleteCapabilityCommand")
2997
- .sc(DeleteCapability$)
2998
- .build() {
2868
+ class DeleteCapabilityCommand extends command(_ep0, _mw0, "DeleteCapability", DeleteCapability$) {
2999
2869
  }
3000
2870
 
3001
- class DeleteClusterCommand extends Command
3002
- .classBuilder()
3003
- .ep(commonParams)
3004
- .m(function (Command, cs, config, o) {
3005
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3006
- })
3007
- .s("AWSWesleyFrontend", "DeleteCluster", {})
3008
- .n("EKSClient", "DeleteClusterCommand")
3009
- .sc(DeleteCluster$)
3010
- .build() {
2871
+ class DeleteClusterCommand extends command(_ep0, _mw0, "DeleteCluster", DeleteCluster$) {
3011
2872
  }
3012
2873
 
3013
- class DeleteEksAnywhereSubscriptionCommand extends Command
3014
- .classBuilder()
3015
- .ep(commonParams)
3016
- .m(function (Command, cs, config, o) {
3017
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3018
- })
3019
- .s("AWSWesleyFrontend", "DeleteEksAnywhereSubscription", {})
3020
- .n("EKSClient", "DeleteEksAnywhereSubscriptionCommand")
3021
- .sc(DeleteEksAnywhereSubscription$)
3022
- .build() {
2874
+ class DeleteEksAnywhereSubscriptionCommand extends command(_ep0, _mw0, "DeleteEksAnywhereSubscription", DeleteEksAnywhereSubscription$) {
3023
2875
  }
3024
2876
 
3025
- class DeleteFargateProfileCommand extends Command
3026
- .classBuilder()
3027
- .ep(commonParams)
3028
- .m(function (Command, cs, config, o) {
3029
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3030
- })
3031
- .s("AWSWesleyFrontend", "DeleteFargateProfile", {})
3032
- .n("EKSClient", "DeleteFargateProfileCommand")
3033
- .sc(DeleteFargateProfile$)
3034
- .build() {
2877
+ class DeleteFargateProfileCommand extends command(_ep0, _mw0, "DeleteFargateProfile", DeleteFargateProfile$) {
3035
2878
  }
3036
2879
 
3037
- class DeleteNodegroupCommand extends Command
3038
- .classBuilder()
3039
- .ep(commonParams)
3040
- .m(function (Command, cs, config, o) {
3041
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3042
- })
3043
- .s("AWSWesleyFrontend", "DeleteNodegroup", {})
3044
- .n("EKSClient", "DeleteNodegroupCommand")
3045
- .sc(DeleteNodegroup$)
3046
- .build() {
2880
+ class DeleteNodegroupCommand extends command(_ep0, _mw0, "DeleteNodegroup", DeleteNodegroup$) {
3047
2881
  }
3048
2882
 
3049
- class DeletePodIdentityAssociationCommand extends Command
3050
- .classBuilder()
3051
- .ep(commonParams)
3052
- .m(function (Command, cs, config, o) {
3053
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3054
- })
3055
- .s("AWSWesleyFrontend", "DeletePodIdentityAssociation", {})
3056
- .n("EKSClient", "DeletePodIdentityAssociationCommand")
3057
- .sc(DeletePodIdentityAssociation$)
3058
- .build() {
2883
+ class DeletePodIdentityAssociationCommand extends command(_ep0, _mw0, "DeletePodIdentityAssociation", DeletePodIdentityAssociation$) {
3059
2884
  }
3060
2885
 
3061
- class DeregisterClusterCommand extends Command
3062
- .classBuilder()
3063
- .ep(commonParams)
3064
- .m(function (Command, cs, config, o) {
3065
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3066
- })
3067
- .s("AWSWesleyFrontend", "DeregisterCluster", {})
3068
- .n("EKSClient", "DeregisterClusterCommand")
3069
- .sc(DeregisterCluster$)
3070
- .build() {
2886
+ class DeregisterClusterCommand extends command(_ep0, _mw0, "DeregisterCluster", DeregisterCluster$) {
3071
2887
  }
3072
2888
 
3073
- class DescribeAccessEntryCommand extends Command
3074
- .classBuilder()
3075
- .ep(commonParams)
3076
- .m(function (Command, cs, config, o) {
3077
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3078
- })
3079
- .s("AWSWesleyFrontend", "DescribeAccessEntry", {})
3080
- .n("EKSClient", "DescribeAccessEntryCommand")
3081
- .sc(DescribeAccessEntry$)
3082
- .build() {
2889
+ class DescribeAccessEntryCommand extends command(_ep0, _mw0, "DescribeAccessEntry", DescribeAccessEntry$) {
3083
2890
  }
3084
2891
 
3085
- class DescribeAddonCommand extends Command
3086
- .classBuilder()
3087
- .ep(commonParams)
3088
- .m(function (Command, cs, config, o) {
3089
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3090
- })
3091
- .s("AWSWesleyFrontend", "DescribeAddon", {})
3092
- .n("EKSClient", "DescribeAddonCommand")
3093
- .sc(DescribeAddon$)
3094
- .build() {
2892
+ class DescribeAddonCommand extends command(_ep0, _mw0, "DescribeAddon", DescribeAddon$) {
3095
2893
  }
3096
2894
 
3097
- class DescribeAddonConfigurationCommand extends Command
3098
- .classBuilder()
3099
- .ep(commonParams)
3100
- .m(function (Command, cs, config, o) {
3101
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3102
- })
3103
- .s("AWSWesleyFrontend", "DescribeAddonConfiguration", {})
3104
- .n("EKSClient", "DescribeAddonConfigurationCommand")
3105
- .sc(DescribeAddonConfiguration$)
3106
- .build() {
2895
+ class DescribeAddonConfigurationCommand extends command(_ep0, _mw0, "DescribeAddonConfiguration", DescribeAddonConfiguration$) {
3107
2896
  }
3108
2897
 
3109
- class DescribeAddonVersionsCommand extends Command
3110
- .classBuilder()
3111
- .ep(commonParams)
3112
- .m(function (Command, cs, config, o) {
3113
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3114
- })
3115
- .s("AWSWesleyFrontend", "DescribeAddonVersions", {})
3116
- .n("EKSClient", "DescribeAddonVersionsCommand")
3117
- .sc(DescribeAddonVersions$)
3118
- .build() {
2898
+ class DescribeAddonVersionsCommand extends command(_ep0, _mw0, "DescribeAddonVersions", DescribeAddonVersions$) {
3119
2899
  }
3120
2900
 
3121
- class DescribeCapabilityCommand extends Command
3122
- .classBuilder()
3123
- .ep(commonParams)
3124
- .m(function (Command, cs, config, o) {
3125
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3126
- })
3127
- .s("AWSWesleyFrontend", "DescribeCapability", {})
3128
- .n("EKSClient", "DescribeCapabilityCommand")
3129
- .sc(DescribeCapability$)
3130
- .build() {
2901
+ class DescribeCapabilityCommand extends command(_ep0, _mw0, "DescribeCapability", DescribeCapability$) {
3131
2902
  }
3132
2903
 
3133
- class DescribeClusterCommand extends Command
3134
- .classBuilder()
3135
- .ep(commonParams)
3136
- .m(function (Command, cs, config, o) {
3137
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3138
- })
3139
- .s("AWSWesleyFrontend", "DescribeCluster", {})
3140
- .n("EKSClient", "DescribeClusterCommand")
3141
- .sc(DescribeCluster$)
3142
- .build() {
2904
+ class DescribeClusterCommand extends command(_ep0, _mw0, "DescribeCluster", DescribeCluster$) {
3143
2905
  }
3144
2906
 
3145
- class DescribeClusterVersionsCommand extends Command
3146
- .classBuilder()
3147
- .ep(commonParams)
3148
- .m(function (Command, cs, config, o) {
3149
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3150
- })
3151
- .s("AWSWesleyFrontend", "DescribeClusterVersions", {})
3152
- .n("EKSClient", "DescribeClusterVersionsCommand")
3153
- .sc(DescribeClusterVersions$)
3154
- .build() {
2907
+ class DescribeClusterVersionsCommand extends command(_ep0, _mw0, "DescribeClusterVersions", DescribeClusterVersions$) {
3155
2908
  }
3156
2909
 
3157
- class DescribeEksAnywhereSubscriptionCommand extends Command
3158
- .classBuilder()
3159
- .ep(commonParams)
3160
- .m(function (Command, cs, config, o) {
3161
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3162
- })
3163
- .s("AWSWesleyFrontend", "DescribeEksAnywhereSubscription", {})
3164
- .n("EKSClient", "DescribeEksAnywhereSubscriptionCommand")
3165
- .sc(DescribeEksAnywhereSubscription$)
3166
- .build() {
2910
+ class DescribeEksAnywhereSubscriptionCommand extends command(_ep0, _mw0, "DescribeEksAnywhereSubscription", DescribeEksAnywhereSubscription$) {
3167
2911
  }
3168
2912
 
3169
- class DescribeFargateProfileCommand extends Command
3170
- .classBuilder()
3171
- .ep(commonParams)
3172
- .m(function (Command, cs, config, o) {
3173
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3174
- })
3175
- .s("AWSWesleyFrontend", "DescribeFargateProfile", {})
3176
- .n("EKSClient", "DescribeFargateProfileCommand")
3177
- .sc(DescribeFargateProfile$)
3178
- .build() {
2913
+ class DescribeFargateProfileCommand extends command(_ep0, _mw0, "DescribeFargateProfile", DescribeFargateProfile$) {
3179
2914
  }
3180
2915
 
3181
- class DescribeIdentityProviderConfigCommand extends Command
3182
- .classBuilder()
3183
- .ep(commonParams)
3184
- .m(function (Command, cs, config, o) {
3185
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3186
- })
3187
- .s("AWSWesleyFrontend", "DescribeIdentityProviderConfig", {})
3188
- .n("EKSClient", "DescribeIdentityProviderConfigCommand")
3189
- .sc(DescribeIdentityProviderConfig$)
3190
- .build() {
2916
+ class DescribeIdentityProviderConfigCommand extends command(_ep0, _mw0, "DescribeIdentityProviderConfig", DescribeIdentityProviderConfig$) {
3191
2917
  }
3192
2918
 
3193
- class DescribeInsightCommand extends Command
3194
- .classBuilder()
3195
- .ep(commonParams)
3196
- .m(function (Command, cs, config, o) {
3197
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3198
- })
3199
- .s("AWSWesleyFrontend", "DescribeInsight", {})
3200
- .n("EKSClient", "DescribeInsightCommand")
3201
- .sc(DescribeInsight$)
3202
- .build() {
2919
+ class DescribeInsightCommand extends command(_ep0, _mw0, "DescribeInsight", DescribeInsight$) {
3203
2920
  }
3204
2921
 
3205
- class DescribeInsightsRefreshCommand extends Command
3206
- .classBuilder()
3207
- .ep(commonParams)
3208
- .m(function (Command, cs, config, o) {
3209
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3210
- })
3211
- .s("AWSWesleyFrontend", "DescribeInsightsRefresh", {})
3212
- .n("EKSClient", "DescribeInsightsRefreshCommand")
3213
- .sc(DescribeInsightsRefresh$)
3214
- .build() {
2922
+ class DescribeInsightsRefreshCommand extends command(_ep0, _mw0, "DescribeInsightsRefresh", DescribeInsightsRefresh$) {
3215
2923
  }
3216
2924
 
3217
- class DescribeNodegroupCommand extends Command
3218
- .classBuilder()
3219
- .ep(commonParams)
3220
- .m(function (Command, cs, config, o) {
3221
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3222
- })
3223
- .s("AWSWesleyFrontend", "DescribeNodegroup", {})
3224
- .n("EKSClient", "DescribeNodegroupCommand")
3225
- .sc(DescribeNodegroup$)
3226
- .build() {
2925
+ class DescribeNodegroupCommand extends command(_ep0, _mw0, "DescribeNodegroup", DescribeNodegroup$) {
3227
2926
  }
3228
2927
 
3229
- class DescribePodIdentityAssociationCommand extends Command
3230
- .classBuilder()
3231
- .ep(commonParams)
3232
- .m(function (Command, cs, config, o) {
3233
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3234
- })
3235
- .s("AWSWesleyFrontend", "DescribePodIdentityAssociation", {})
3236
- .n("EKSClient", "DescribePodIdentityAssociationCommand")
3237
- .sc(DescribePodIdentityAssociation$)
3238
- .build() {
2928
+ class DescribePodIdentityAssociationCommand extends command(_ep0, _mw0, "DescribePodIdentityAssociation", DescribePodIdentityAssociation$) {
3239
2929
  }
3240
2930
 
3241
- class DescribeUpdateCommand extends Command
3242
- .classBuilder()
3243
- .ep(commonParams)
3244
- .m(function (Command, cs, config, o) {
3245
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3246
- })
3247
- .s("AWSWesleyFrontend", "DescribeUpdate", {})
3248
- .n("EKSClient", "DescribeUpdateCommand")
3249
- .sc(DescribeUpdate$)
3250
- .build() {
2931
+ class DescribeUpdateCommand extends command(_ep0, _mw0, "DescribeUpdate", DescribeUpdate$) {
3251
2932
  }
3252
2933
 
3253
- class DisassociateAccessPolicyCommand extends Command
3254
- .classBuilder()
3255
- .ep(commonParams)
3256
- .m(function (Command, cs, config, o) {
3257
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3258
- })
3259
- .s("AWSWesleyFrontend", "DisassociateAccessPolicy", {})
3260
- .n("EKSClient", "DisassociateAccessPolicyCommand")
3261
- .sc(DisassociateAccessPolicy$)
3262
- .build() {
2934
+ class DisassociateAccessPolicyCommand extends command(_ep0, _mw0, "DisassociateAccessPolicy", DisassociateAccessPolicy$) {
3263
2935
  }
3264
2936
 
3265
- class DisassociateIdentityProviderConfigCommand extends Command
3266
- .classBuilder()
3267
- .ep(commonParams)
3268
- .m(function (Command, cs, config, o) {
3269
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3270
- })
3271
- .s("AWSWesleyFrontend", "DisassociateIdentityProviderConfig", {})
3272
- .n("EKSClient", "DisassociateIdentityProviderConfigCommand")
3273
- .sc(DisassociateIdentityProviderConfig$)
3274
- .build() {
2937
+ class DisassociateIdentityProviderConfigCommand extends command(_ep0, _mw0, "DisassociateIdentityProviderConfig", DisassociateIdentityProviderConfig$) {
3275
2938
  }
3276
2939
 
3277
- class ListAccessEntriesCommand extends Command
3278
- .classBuilder()
3279
- .ep(commonParams)
3280
- .m(function (Command, cs, config, o) {
3281
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3282
- })
3283
- .s("AWSWesleyFrontend", "ListAccessEntries", {})
3284
- .n("EKSClient", "ListAccessEntriesCommand")
3285
- .sc(ListAccessEntries$)
3286
- .build() {
2940
+ class ListAccessEntriesCommand extends command(_ep0, _mw0, "ListAccessEntries", ListAccessEntries$) {
3287
2941
  }
3288
2942
 
3289
- class ListAccessPoliciesCommand extends Command
3290
- .classBuilder()
3291
- .ep(commonParams)
3292
- .m(function (Command, cs, config, o) {
3293
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3294
- })
3295
- .s("AWSWesleyFrontend", "ListAccessPolicies", {})
3296
- .n("EKSClient", "ListAccessPoliciesCommand")
3297
- .sc(ListAccessPolicies$)
3298
- .build() {
2943
+ class ListAccessPoliciesCommand extends command(_ep0, _mw0, "ListAccessPolicies", ListAccessPolicies$) {
3299
2944
  }
3300
2945
 
3301
- class ListAddonsCommand extends Command
3302
- .classBuilder()
3303
- .ep(commonParams)
3304
- .m(function (Command, cs, config, o) {
3305
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3306
- })
3307
- .s("AWSWesleyFrontend", "ListAddons", {})
3308
- .n("EKSClient", "ListAddonsCommand")
3309
- .sc(ListAddons$)
3310
- .build() {
2946
+ class ListAddonsCommand extends command(_ep0, _mw0, "ListAddons", ListAddons$) {
3311
2947
  }
3312
2948
 
3313
- class ListAssociatedAccessPoliciesCommand extends Command
3314
- .classBuilder()
3315
- .ep(commonParams)
3316
- .m(function (Command, cs, config, o) {
3317
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3318
- })
3319
- .s("AWSWesleyFrontend", "ListAssociatedAccessPolicies", {})
3320
- .n("EKSClient", "ListAssociatedAccessPoliciesCommand")
3321
- .sc(ListAssociatedAccessPolicies$)
3322
- .build() {
2949
+ class ListAssociatedAccessPoliciesCommand extends command(_ep0, _mw0, "ListAssociatedAccessPolicies", ListAssociatedAccessPolicies$) {
3323
2950
  }
3324
2951
 
3325
- class ListCapabilitiesCommand extends Command
3326
- .classBuilder()
3327
- .ep(commonParams)
3328
- .m(function (Command, cs, config, o) {
3329
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3330
- })
3331
- .s("AWSWesleyFrontend", "ListCapabilities", {})
3332
- .n("EKSClient", "ListCapabilitiesCommand")
3333
- .sc(ListCapabilities$)
3334
- .build() {
2952
+ class ListCapabilitiesCommand extends command(_ep0, _mw0, "ListCapabilities", ListCapabilities$) {
3335
2953
  }
3336
2954
 
3337
- class ListClustersCommand extends Command
3338
- .classBuilder()
3339
- .ep(commonParams)
3340
- .m(function (Command, cs, config, o) {
3341
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3342
- })
3343
- .s("AWSWesleyFrontend", "ListClusters", {})
3344
- .n("EKSClient", "ListClustersCommand")
3345
- .sc(ListClusters$)
3346
- .build() {
2955
+ class ListClustersCommand extends command(_ep0, _mw0, "ListClusters", ListClusters$) {
3347
2956
  }
3348
2957
 
3349
- class ListEksAnywhereSubscriptionsCommand extends Command
3350
- .classBuilder()
3351
- .ep(commonParams)
3352
- .m(function (Command, cs, config, o) {
3353
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3354
- })
3355
- .s("AWSWesleyFrontend", "ListEksAnywhereSubscriptions", {})
3356
- .n("EKSClient", "ListEksAnywhereSubscriptionsCommand")
3357
- .sc(ListEksAnywhereSubscriptions$)
3358
- .build() {
2958
+ class ListEksAnywhereSubscriptionsCommand extends command(_ep0, _mw0, "ListEksAnywhereSubscriptions", ListEksAnywhereSubscriptions$) {
3359
2959
  }
3360
2960
 
3361
- class ListFargateProfilesCommand extends Command
3362
- .classBuilder()
3363
- .ep(commonParams)
3364
- .m(function (Command, cs, config, o) {
3365
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3366
- })
3367
- .s("AWSWesleyFrontend", "ListFargateProfiles", {})
3368
- .n("EKSClient", "ListFargateProfilesCommand")
3369
- .sc(ListFargateProfiles$)
3370
- .build() {
2961
+ class ListFargateProfilesCommand extends command(_ep0, _mw0, "ListFargateProfiles", ListFargateProfiles$) {
3371
2962
  }
3372
2963
 
3373
- class ListIdentityProviderConfigsCommand extends Command
3374
- .classBuilder()
3375
- .ep(commonParams)
3376
- .m(function (Command, cs, config, o) {
3377
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3378
- })
3379
- .s("AWSWesleyFrontend", "ListIdentityProviderConfigs", {})
3380
- .n("EKSClient", "ListIdentityProviderConfigsCommand")
3381
- .sc(ListIdentityProviderConfigs$)
3382
- .build() {
2964
+ class ListIdentityProviderConfigsCommand extends command(_ep0, _mw0, "ListIdentityProviderConfigs", ListIdentityProviderConfigs$) {
3383
2965
  }
3384
2966
 
3385
- class ListInsightsCommand extends Command
3386
- .classBuilder()
3387
- .ep(commonParams)
3388
- .m(function (Command, cs, config, o) {
3389
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3390
- })
3391
- .s("AWSWesleyFrontend", "ListInsights", {})
3392
- .n("EKSClient", "ListInsightsCommand")
3393
- .sc(ListInsights$)
3394
- .build() {
2967
+ class ListInsightsCommand extends command(_ep0, _mw0, "ListInsights", ListInsights$) {
3395
2968
  }
3396
2969
 
3397
- class ListNodegroupsCommand extends Command
3398
- .classBuilder()
3399
- .ep(commonParams)
3400
- .m(function (Command, cs, config, o) {
3401
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3402
- })
3403
- .s("AWSWesleyFrontend", "ListNodegroups", {})
3404
- .n("EKSClient", "ListNodegroupsCommand")
3405
- .sc(ListNodegroups$)
3406
- .build() {
2970
+ class ListNodegroupsCommand extends command(_ep0, _mw0, "ListNodegroups", ListNodegroups$) {
3407
2971
  }
3408
2972
 
3409
- class ListPodIdentityAssociationsCommand extends Command
3410
- .classBuilder()
3411
- .ep(commonParams)
3412
- .m(function (Command, cs, config, o) {
3413
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3414
- })
3415
- .s("AWSWesleyFrontend", "ListPodIdentityAssociations", {})
3416
- .n("EKSClient", "ListPodIdentityAssociationsCommand")
3417
- .sc(ListPodIdentityAssociations$)
3418
- .build() {
2973
+ class ListPodIdentityAssociationsCommand extends command(_ep0, _mw0, "ListPodIdentityAssociations", ListPodIdentityAssociations$) {
3419
2974
  }
3420
2975
 
3421
- class ListTagsForResourceCommand extends Command
3422
- .classBuilder()
3423
- .ep(commonParams)
3424
- .m(function (Command, cs, config, o) {
3425
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3426
- })
3427
- .s("AWSWesleyFrontend", "ListTagsForResource", {})
3428
- .n("EKSClient", "ListTagsForResourceCommand")
3429
- .sc(ListTagsForResource$)
3430
- .build() {
2976
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
3431
2977
  }
3432
2978
 
3433
- class ListUpdatesCommand extends Command
3434
- .classBuilder()
3435
- .ep(commonParams)
3436
- .m(function (Command, cs, config, o) {
3437
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3438
- })
3439
- .s("AWSWesleyFrontend", "ListUpdates", {})
3440
- .n("EKSClient", "ListUpdatesCommand")
3441
- .sc(ListUpdates$)
3442
- .build() {
2979
+ class ListUpdatesCommand extends command(_ep0, _mw0, "ListUpdates", ListUpdates$) {
3443
2980
  }
3444
2981
 
3445
- class RegisterClusterCommand extends Command
3446
- .classBuilder()
3447
- .ep(commonParams)
3448
- .m(function (Command, cs, config, o) {
3449
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3450
- })
3451
- .s("AWSWesleyFrontend", "RegisterCluster", {})
3452
- .n("EKSClient", "RegisterClusterCommand")
3453
- .sc(RegisterCluster$)
3454
- .build() {
2982
+ class RegisterClusterCommand extends command(_ep0, _mw0, "RegisterCluster", RegisterCluster$) {
3455
2983
  }
3456
2984
 
3457
- class StartInsightsRefreshCommand extends Command
3458
- .classBuilder()
3459
- .ep(commonParams)
3460
- .m(function (Command, cs, config, o) {
3461
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3462
- })
3463
- .s("AWSWesleyFrontend", "StartInsightsRefresh", {})
3464
- .n("EKSClient", "StartInsightsRefreshCommand")
3465
- .sc(StartInsightsRefresh$)
3466
- .build() {
2985
+ class StartInsightsRefreshCommand extends command(_ep0, _mw0, "StartInsightsRefresh", StartInsightsRefresh$) {
3467
2986
  }
3468
2987
 
3469
- class TagResourceCommand extends Command
3470
- .classBuilder()
3471
- .ep(commonParams)
3472
- .m(function (Command, cs, config, o) {
3473
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3474
- })
3475
- .s("AWSWesleyFrontend", "TagResource", {})
3476
- .n("EKSClient", "TagResourceCommand")
3477
- .sc(TagResource$)
3478
- .build() {
2988
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
3479
2989
  }
3480
2990
 
3481
- class UntagResourceCommand extends Command
3482
- .classBuilder()
3483
- .ep(commonParams)
3484
- .m(function (Command, cs, config, o) {
3485
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3486
- })
3487
- .s("AWSWesleyFrontend", "UntagResource", {})
3488
- .n("EKSClient", "UntagResourceCommand")
3489
- .sc(UntagResource$)
3490
- .build() {
2991
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
3491
2992
  }
3492
2993
 
3493
- class UpdateAccessEntryCommand extends Command
3494
- .classBuilder()
3495
- .ep(commonParams)
3496
- .m(function (Command, cs, config, o) {
3497
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3498
- })
3499
- .s("AWSWesleyFrontend", "UpdateAccessEntry", {})
3500
- .n("EKSClient", "UpdateAccessEntryCommand")
3501
- .sc(UpdateAccessEntry$)
3502
- .build() {
2994
+ class UpdateAccessEntryCommand extends command(_ep0, _mw0, "UpdateAccessEntry", UpdateAccessEntry$) {
3503
2995
  }
3504
2996
 
3505
- class UpdateAddonCommand extends Command
3506
- .classBuilder()
3507
- .ep(commonParams)
3508
- .m(function (Command, cs, config, o) {
3509
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3510
- })
3511
- .s("AWSWesleyFrontend", "UpdateAddon", {})
3512
- .n("EKSClient", "UpdateAddonCommand")
3513
- .sc(UpdateAddon$)
3514
- .build() {
2997
+ class UpdateAddonCommand extends command(_ep0, _mw0, "UpdateAddon", UpdateAddon$) {
3515
2998
  }
3516
2999
 
3517
- class UpdateCapabilityCommand extends Command
3518
- .classBuilder()
3519
- .ep(commonParams)
3520
- .m(function (Command, cs, config, o) {
3521
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3522
- })
3523
- .s("AWSWesleyFrontend", "UpdateCapability", {})
3524
- .n("EKSClient", "UpdateCapabilityCommand")
3525
- .sc(UpdateCapability$)
3526
- .build() {
3000
+ class UpdateCapabilityCommand extends command(_ep0, _mw0, "UpdateCapability", UpdateCapability$) {
3527
3001
  }
3528
3002
 
3529
- class UpdateClusterConfigCommand extends Command
3530
- .classBuilder()
3531
- .ep(commonParams)
3532
- .m(function (Command, cs, config, o) {
3533
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3534
- })
3535
- .s("AWSWesleyFrontend", "UpdateClusterConfig", {})
3536
- .n("EKSClient", "UpdateClusterConfigCommand")
3537
- .sc(UpdateClusterConfig$)
3538
- .build() {
3003
+ class UpdateClusterConfigCommand extends command(_ep0, _mw0, "UpdateClusterConfig", UpdateClusterConfig$) {
3539
3004
  }
3540
3005
 
3541
- class UpdateClusterVersionCommand extends Command
3542
- .classBuilder()
3543
- .ep(commonParams)
3544
- .m(function (Command, cs, config, o) {
3545
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3546
- })
3547
- .s("AWSWesleyFrontend", "UpdateClusterVersion", {})
3548
- .n("EKSClient", "UpdateClusterVersionCommand")
3549
- .sc(UpdateClusterVersion$)
3550
- .build() {
3006
+ class UpdateClusterVersionCommand extends command(_ep0, _mw0, "UpdateClusterVersion", UpdateClusterVersion$) {
3551
3007
  }
3552
3008
 
3553
- class UpdateEksAnywhereSubscriptionCommand extends Command
3554
- .classBuilder()
3555
- .ep(commonParams)
3556
- .m(function (Command, cs, config, o) {
3557
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3558
- })
3559
- .s("AWSWesleyFrontend", "UpdateEksAnywhereSubscription", {})
3560
- .n("EKSClient", "UpdateEksAnywhereSubscriptionCommand")
3561
- .sc(UpdateEksAnywhereSubscription$)
3562
- .build() {
3009
+ class UpdateEksAnywhereSubscriptionCommand extends command(_ep0, _mw0, "UpdateEksAnywhereSubscription", UpdateEksAnywhereSubscription$) {
3563
3010
  }
3564
3011
 
3565
- class UpdateNodegroupConfigCommand extends Command
3566
- .classBuilder()
3567
- .ep(commonParams)
3568
- .m(function (Command, cs, config, o) {
3569
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3570
- })
3571
- .s("AWSWesleyFrontend", "UpdateNodegroupConfig", {})
3572
- .n("EKSClient", "UpdateNodegroupConfigCommand")
3573
- .sc(UpdateNodegroupConfig$)
3574
- .build() {
3012
+ class UpdateNodegroupConfigCommand extends command(_ep0, _mw0, "UpdateNodegroupConfig", UpdateNodegroupConfig$) {
3575
3013
  }
3576
3014
 
3577
- class UpdateNodegroupVersionCommand extends Command
3578
- .classBuilder()
3579
- .ep(commonParams)
3580
- .m(function (Command, cs, config, o) {
3581
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3582
- })
3583
- .s("AWSWesleyFrontend", "UpdateNodegroupVersion", {})
3584
- .n("EKSClient", "UpdateNodegroupVersionCommand")
3585
- .sc(UpdateNodegroupVersion$)
3586
- .build() {
3015
+ class UpdateNodegroupVersionCommand extends command(_ep0, _mw0, "UpdateNodegroupVersion", UpdateNodegroupVersion$) {
3587
3016
  }
3588
3017
 
3589
- class UpdatePodIdentityAssociationCommand extends Command
3590
- .classBuilder()
3591
- .ep(commonParams)
3592
- .m(function (Command, cs, config, o) {
3593
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3594
- })
3595
- .s("AWSWesleyFrontend", "UpdatePodIdentityAssociation", {})
3596
- .n("EKSClient", "UpdatePodIdentityAssociationCommand")
3597
- .sc(UpdatePodIdentityAssociation$)
3598
- .build() {
3018
+ class UpdatePodIdentityAssociationCommand extends command(_ep0, _mw0, "UpdatePodIdentityAssociation", UpdatePodIdentityAssociation$) {
3599
3019
  }
3600
3020
 
3601
3021
  const paginateDescribeAddonVersions = createPaginator(EKSClient, DescribeAddonVersionsCommand, "nextToken", "nextToken", "maxResults");