@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
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateNodegroupConfig$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateNodegroupConfigCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSWesleyFrontend", "UpdateNodegroupConfig", {})
13
- .n("EKSClient", "UpdateNodegroupConfigCommand")
14
- .sc(UpdateNodegroupConfig$)
15
- .build() {
3
+ export class UpdateNodegroupConfigCommand extends command(_ep0, _mw0, "UpdateNodegroupConfig", UpdateNodegroupConfig$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateNodegroupVersion$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateNodegroupVersionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSWesleyFrontend", "UpdateNodegroupVersion", {})
13
- .n("EKSClient", "UpdateNodegroupVersionCommand")
14
- .sc(UpdateNodegroupVersion$)
15
- .build() {
3
+ export class UpdateNodegroupVersionCommand extends command(_ep0, _mw0, "UpdateNodegroupVersion", UpdateNodegroupVersion$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdatePodIdentityAssociation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdatePodIdentityAssociationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSWesleyFrontend", "UpdatePodIdentityAssociation", {})
13
- .n("EKSClient", "UpdatePodIdentityAssociationCommand")
14
- .sc(UpdatePodIdentityAssociation$)
15
- .build() {
3
+ export class UpdatePodIdentityAssociationCommand extends command(_ep0, _mw0, "UpdatePodIdentityAssociation", UpdatePodIdentityAssociation$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./EKSClient";
2
2
  export * from "./EKS";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./waiters";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./EKSClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
2
  import type { AssociateAccessPolicyRequest, AssociateAccessPolicyResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AssociateAccessPolicyCommandInput extends AssociateAccessPolicy
22
19
  export interface AssociateAccessPolicyCommandOutput extends AssociateAccessPolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateAccessPolicyCommand_base: {
25
- new (input: AssociateAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<AssociateAccessPolicyCommandInput, AssociateAccessPolicyCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<AssociateAccessPolicyCommandInput, AssociateAccessPolicyCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<AssociateAccessPolicyCommandInput, AssociateAccessPolicyCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<AssociateAccessPolicyCommandInput, AssociateAccessPolicyCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates an access policy and its scope to an access entry. For more information
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
2
  import type { AssociateEncryptionConfigRequest, AssociateEncryptionConfigResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AssociateEncryptionConfigCommandInput extends AssociateEncrypti
22
19
  export interface AssociateEncryptionConfigCommandOutput extends AssociateEncryptionConfigResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateEncryptionConfigCommand_base: {
25
- new (input: AssociateEncryptionConfigCommandInput): import("@smithy/core/client").CommandImpl<AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateEncryptionConfigCommandInput): import("@smithy/core/client").CommandImpl<AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateEncryptionConfigCommandInput): import("@smithy/core/client").CommandImpl<AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateEncryptionConfigCommandInput): import("@smithy/core/client").CommandImpl<AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates an encryption configuration to an existing cluster.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
2
  import type { AssociateIdentityProviderConfigRequest, AssociateIdentityProviderConfigResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AssociateIdentityProviderConfigCommandInput extends AssociateId
22
19
  export interface AssociateIdentityProviderConfigCommandOutput extends AssociateIdentityProviderConfigResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateIdentityProviderConfigCommand_base: {
25
- new (input: AssociateIdentityProviderConfigCommandInput): import("@smithy/core/client").CommandImpl<AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateIdentityProviderConfigCommandInput): import("@smithy/core/client").CommandImpl<AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateIdentityProviderConfigCommandInput): import("@smithy/core/client").CommandImpl<AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateIdentityProviderConfigCommandInput): import("@smithy/core/client").CommandImpl<AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates an identity provider configuration to a cluster.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
2
  import type { CancelUpdateRequest, CancelUpdateResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CancelUpdateCommandInput extends CancelUpdateRequest {
22
19
  export interface CancelUpdateCommandOutput extends CancelUpdateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CancelUpdateCommand_base: {
25
- new (input: CancelUpdateCommandInput): import("@smithy/core/client").CommandImpl<CancelUpdateCommandInput, CancelUpdateCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelUpdateCommandInput): import("@smithy/core/client").CommandImpl<CancelUpdateCommandInput, CancelUpdateCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CancelUpdateCommandInput): import("@smithy/core/client").CommandImpl<CancelUpdateCommandInput, CancelUpdateCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CancelUpdateCommandInput): import("@smithy/core/client").CommandImpl<CancelUpdateCommandInput, CancelUpdateCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Cancels an in-progress update to an Amazon EKS cluster on a best-effort basis. Cancellation
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
2
  import type { CreateAccessEntryRequest, CreateAccessEntryResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateAccessEntryCommandInput extends CreateAccessEntryRequest
22
19
  export interface CreateAccessEntryCommandOutput extends CreateAccessEntryResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAccessEntryCommand_base: {
25
- new (input: CreateAccessEntryCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessEntryCommandInput, CreateAccessEntryCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAccessEntryCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessEntryCommandInput, CreateAccessEntryCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAccessEntryCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessEntryCommandInput, CreateAccessEntryCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAccessEntryCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessEntryCommandInput, CreateAccessEntryCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an access entry.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
2
  import type { CreateAddonRequest, CreateAddonResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateAddonCommandInput extends CreateAddonRequest {
22
19
  export interface CreateAddonCommandOutput extends CreateAddonResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAddonCommand_base: {
25
- new (input: CreateAddonCommandInput): import("@smithy/core/client").CommandImpl<CreateAddonCommandInput, CreateAddonCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAddonCommandInput): import("@smithy/core/client").CommandImpl<CreateAddonCommandInput, CreateAddonCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAddonCommandInput): import("@smithy/core/client").CommandImpl<CreateAddonCommandInput, CreateAddonCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAddonCommandInput): import("@smithy/core/client").CommandImpl<CreateAddonCommandInput, CreateAddonCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an Amazon EKS add-on.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
2
  import type { CreateCapabilityRequest, CreateCapabilityResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateCapabilityCommandInput extends CreateCapabilityRequest {
22
19
  export interface CreateCapabilityCommandOutput extends CreateCapabilityResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateCapabilityCommand_base: {
25
- new (input: CreateCapabilityCommandInput): import("@smithy/core/client").CommandImpl<CreateCapabilityCommandInput, CreateCapabilityCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateCapabilityCommandInput): import("@smithy/core/client").CommandImpl<CreateCapabilityCommandInput, CreateCapabilityCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateCapabilityCommandInput): import("@smithy/core/client").CommandImpl<CreateCapabilityCommandInput, CreateCapabilityCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateCapabilityCommandInput): import("@smithy/core/client").CommandImpl<CreateCapabilityCommandInput, CreateCapabilityCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a managed capability resource for an Amazon EKS cluster.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
2
  import type { CreateClusterRequest, CreateClusterResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateClusterCommandInput extends CreateClusterRequest {
22
19
  export interface CreateClusterCommandOutput extends CreateClusterResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateClusterCommand_base: {
25
- new (input: CreateClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an Amazon EKS control plane.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
2
  import type { CreateEksAnywhereSubscriptionRequest, CreateEksAnywhereSubscriptionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateEksAnywhereSubscriptionCommandInput extends CreateEksAnyw
22
19
  export interface CreateEksAnywhereSubscriptionCommandOutput extends CreateEksAnywhereSubscriptionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateEksAnywhereSubscriptionCommand_base: {
25
- new (input: CreateEksAnywhereSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateEksAnywhereSubscriptionCommandInput, CreateEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateEksAnywhereSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateEksAnywhereSubscriptionCommandInput, CreateEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateEksAnywhereSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateEksAnywhereSubscriptionCommandInput, CreateEksAnywhereSubscriptionCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateEksAnywhereSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateEksAnywhereSubscriptionCommandInput, CreateEksAnywhereSubscriptionCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an EKS Anywhere subscription. When a subscription is created, it is a contract
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
2
  import type { CreateFargateProfileRequest, CreateFargateProfileResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateFargateProfileCommandInput extends CreateFargateProfileRe
22
19
  export interface CreateFargateProfileCommandOutput extends CreateFargateProfileResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateFargateProfileCommand_base: {
25
- new (input: CreateFargateProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateFargateProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateFargateProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateFargateProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an Fargate profile for your Amazon EKS cluster. You must have at least one
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
2
  import type { CreateNodegroupRequest, CreateNodegroupResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateNodegroupCommandInput extends CreateNodegroupRequest {
22
19
  export interface CreateNodegroupCommandOutput extends CreateNodegroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateNodegroupCommand_base: {
25
- new (input: CreateNodegroupCommandInput): import("@smithy/core/client").CommandImpl<CreateNodegroupCommandInput, CreateNodegroupCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateNodegroupCommandInput): import("@smithy/core/client").CommandImpl<CreateNodegroupCommandInput, CreateNodegroupCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateNodegroupCommandInput): import("@smithy/core/client").CommandImpl<CreateNodegroupCommandInput, CreateNodegroupCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateNodegroupCommandInput): import("@smithy/core/client").CommandImpl<CreateNodegroupCommandInput, CreateNodegroupCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a managed node group for an Amazon EKS cluster.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
2
  import type { CreatePodIdentityAssociationRequest, CreatePodIdentityAssociationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreatePodIdentityAssociationCommandInput extends CreatePodIdent
22
19
  export interface CreatePodIdentityAssociationCommandOutput extends CreatePodIdentityAssociationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreatePodIdentityAssociationCommand_base: {
25
- new (input: CreatePodIdentityAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreatePodIdentityAssociationCommandInput, CreatePodIdentityAssociationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreatePodIdentityAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreatePodIdentityAssociationCommandInput, CreatePodIdentityAssociationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreatePodIdentityAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreatePodIdentityAssociationCommandInput, CreatePodIdentityAssociationCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreatePodIdentityAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreatePodIdentityAssociationCommandInput, CreatePodIdentityAssociationCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an EKS Pod Identity association between a service account in an Amazon EKS cluster and an IAM role
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
2
  import type { DeleteAccessEntryRequest, DeleteAccessEntryResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAccessEntryCommandInput extends DeleteAccessEntryRequest
22
19
  export interface DeleteAccessEntryCommandOutput extends DeleteAccessEntryResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAccessEntryCommand_base: {
25
- new (input: DeleteAccessEntryCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessEntryCommandInput, DeleteAccessEntryCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAccessEntryCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessEntryCommandInput, DeleteAccessEntryCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAccessEntryCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessEntryCommandInput, DeleteAccessEntryCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAccessEntryCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessEntryCommandInput, DeleteAccessEntryCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an access entry.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
2
  import type { DeleteAddonRequest, DeleteAddonResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAddonCommandInput extends DeleteAddonRequest {
22
19
  export interface DeleteAddonCommandOutput extends DeleteAddonResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAddonCommand_base: {
25
- new (input: DeleteAddonCommandInput): import("@smithy/core/client").CommandImpl<DeleteAddonCommandInput, DeleteAddonCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAddonCommandInput): import("@smithy/core/client").CommandImpl<DeleteAddonCommandInput, DeleteAddonCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAddonCommandInput): import("@smithy/core/client").CommandImpl<DeleteAddonCommandInput, DeleteAddonCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAddonCommandInput): import("@smithy/core/client").CommandImpl<DeleteAddonCommandInput, DeleteAddonCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an Amazon EKS add-on.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
2
  import type { DeleteCapabilityRequest, DeleteCapabilityResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteCapabilityCommandInput extends DeleteCapabilityRequest {
22
19
  export interface DeleteCapabilityCommandOutput extends DeleteCapabilityResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteCapabilityCommand_base: {
25
- new (input: DeleteCapabilityCommandInput): import("@smithy/core/client").CommandImpl<DeleteCapabilityCommandInput, DeleteCapabilityCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteCapabilityCommandInput): import("@smithy/core/client").CommandImpl<DeleteCapabilityCommandInput, DeleteCapabilityCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteCapabilityCommandInput): import("@smithy/core/client").CommandImpl<DeleteCapabilityCommandInput, DeleteCapabilityCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteCapabilityCommandInput): import("@smithy/core/client").CommandImpl<DeleteCapabilityCommandInput, DeleteCapabilityCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a managed capability from your Amazon EKS cluster. When you delete a capability, Amazon EKS removes the capability infrastructure but retains all resources that were managed by the capability.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
2
  import type { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteClusterCommandInput extends DeleteClusterRequest {
22
19
  export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteClusterCommand_base: {
25
- new (input: DeleteClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an Amazon EKS cluster control plane.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
2
  import type { DeleteEksAnywhereSubscriptionRequest, DeleteEksAnywhereSubscriptionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteEksAnywhereSubscriptionCommandInput extends DeleteEksAnyw
22
19
  export interface DeleteEksAnywhereSubscriptionCommandOutput extends DeleteEksAnywhereSubscriptionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteEksAnywhereSubscriptionCommand_base: {
25
- new (input: DeleteEksAnywhereSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteEksAnywhereSubscriptionCommandInput, DeleteEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteEksAnywhereSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteEksAnywhereSubscriptionCommandInput, DeleteEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteEksAnywhereSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteEksAnywhereSubscriptionCommandInput, DeleteEksAnywhereSubscriptionCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteEksAnywhereSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteEksAnywhereSubscriptionCommandInput, DeleteEksAnywhereSubscriptionCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an expired or inactive subscription. Deleting inactive subscriptions removes
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
2
  import type { DeleteFargateProfileRequest, DeleteFargateProfileResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteFargateProfileCommandInput extends DeleteFargateProfileRe
22
19
  export interface DeleteFargateProfileCommandOutput extends DeleteFargateProfileResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteFargateProfileCommand_base: {
25
- new (input: DeleteFargateProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteFargateProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteFargateProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteFargateProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an Fargate profile.</p>