@aws-sdk/client-eks 3.1077.0 → 3.1079.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,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 { UpdateClusterVersionRequest, UpdateClusterVersionResponse } 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 UpdateClusterVersionCommandInput extends UpdateClusterVersionRe
22
19
  export interface UpdateClusterVersionCommandOutput extends UpdateClusterVersionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateClusterVersionCommand_base: {
25
- new (input: UpdateClusterVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateClusterVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateClusterVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateClusterVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an Amazon EKS cluster to the specified Kubernetes version. Your cluster continues to
@@ -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 { UpdateEksAnywhereSubscriptionRequest, UpdateEksAnywhereSubscriptionResponse } 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 UpdateEksAnywhereSubscriptionCommandInput extends UpdateEksAnyw
22
19
  export interface UpdateEksAnywhereSubscriptionCommandOutput extends UpdateEksAnywhereSubscriptionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateEksAnywhereSubscriptionCommand_base: {
25
- new (input: UpdateEksAnywhereSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateEksAnywhereSubscriptionCommandInput, UpdateEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateEksAnywhereSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateEksAnywhereSubscriptionCommandInput, UpdateEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateEksAnywhereSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateEksAnywhereSubscriptionCommandInput, UpdateEksAnywhereSubscriptionCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateEksAnywhereSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateEksAnywhereSubscriptionCommandInput, UpdateEksAnywhereSubscriptionCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Update an EKS Anywhere Subscription. Only auto renewal and tags can be updated after
@@ -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 { UpdateNodegroupConfigRequest, UpdateNodegroupConfigResponse } 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 UpdateNodegroupConfigCommandInput extends UpdateNodegroupConfig
22
19
  export interface UpdateNodegroupConfigCommandOutput extends UpdateNodegroupConfigResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateNodegroupConfigCommand_base: {
25
- new (input: UpdateNodegroupConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateNodegroupConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateNodegroupConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateNodegroupConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an Amazon EKS managed node group configuration. Your node group continues to
@@ -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 { UpdateNodegroupVersionRequest, UpdateNodegroupVersionResponse } 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 UpdateNodegroupVersionCommandInput extends UpdateNodegroupVersi
22
19
  export interface UpdateNodegroupVersionCommandOutput extends UpdateNodegroupVersionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateNodegroupVersionCommand_base: {
25
- new (input: UpdateNodegroupVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateNodegroupVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateNodegroupVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateNodegroupVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the Kubernetes version or AMI version of an Amazon EKS managed node group.</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 { UpdatePodIdentityAssociationRequest, UpdatePodIdentityAssociationResponse } 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 UpdatePodIdentityAssociationCommandInput extends UpdatePodIdent
22
19
  export interface UpdatePodIdentityAssociationCommandOutput extends UpdatePodIdentityAssociationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdatePodIdentityAssociationCommand_base: {
25
- new (input: UpdatePodIdentityAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdatePodIdentityAssociationCommandInput, UpdatePodIdentityAssociationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdatePodIdentityAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdatePodIdentityAssociationCommandInput, UpdatePodIdentityAssociationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdatePodIdentityAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdatePodIdentityAssociationCommandInput, UpdatePodIdentityAssociationCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdatePodIdentityAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdatePodIdentityAssociationCommandInput, UpdatePodIdentityAssociationCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a EKS Pod Identity association. In an update, you can change the IAM role, the target IAM role, or <code>disableSessionTags</code>.
@@ -18,6 +18,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
18
18
  export type { RuntimeExtension } from "./runtimeExtensions";
19
19
  export type { EKSExtensionConfiguration } from "./extensionConfiguration";
20
20
  export * from "./commands";
21
+ export { Command as $Command } from "@smithy/core/client";
21
22
  export * from "./schemas/schemas_0";
22
23
  export * from "./pagination";
23
24
  export * from "./waiters";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ EKSClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./EKSClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ EKSClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ EKSClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EKSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EKSClient";
8
2
  import {
9
3
  AssociateAccessPolicyRequest,
10
4
  AssociateAccessPolicyResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateAccessPolicyCommandInput
15
8
  extends AssociateAccessPolicyRequest {}
16
9
  export interface AssociateAccessPolicyCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateAccessPolicyCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateAccessPolicyCommandInput,
24
17
  AssociateAccessPolicyCommandOutput,
25
- EKSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EKSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateAccessPolicyCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateAccessPolicyCommandInput,
33
26
  AssociateAccessPolicyCommandOutput,
34
- EKSClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EKSClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AssociateAccessPolicyCommand extends AssociateAccessPolicyCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EKSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EKSClient";
8
2
  import {
9
3
  AssociateEncryptionConfigRequest,
10
4
  AssociateEncryptionConfigResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateEncryptionConfigCommandInput
15
8
  extends AssociateEncryptionConfigRequest {}
16
9
  export interface AssociateEncryptionConfigCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateEncryptionConfigCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateEncryptionConfigCommandInput,
24
17
  AssociateEncryptionConfigCommandOutput,
25
- EKSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EKSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateEncryptionConfigCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateEncryptionConfigCommandInput,
33
26
  AssociateEncryptionConfigCommandOutput,
34
- EKSClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EKSClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AssociateEncryptionConfigCommand extends AssociateEncryptionConfigCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EKSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EKSClient";
8
2
  import {
9
3
  AssociateIdentityProviderConfigRequest,
10
4
  AssociateIdentityProviderConfigResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateIdentityProviderConfigCommandInput
15
8
  extends AssociateIdentityProviderConfigRequest {}
16
9
  export interface AssociateIdentityProviderConfigCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateIdentityProviderConfigCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateIdentityProviderConfigCommandInput,
24
17
  AssociateIdentityProviderConfigCommandOutput,
25
- EKSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EKSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateIdentityProviderConfigCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateIdentityProviderConfigCommandInput,
33
26
  AssociateIdentityProviderConfigCommandOutput,
34
- EKSClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EKSClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AssociateIdentityProviderConfigCommand extends AssociateIdentityProviderConfigCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EKSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EKSClient";
8
2
  import { CancelUpdateRequest, CancelUpdateResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CancelUpdateCommandInput extends CancelUpdateRequest {}
12
5
  export interface CancelUpdateCommandOutput
13
6
  extends CancelUpdateResponse,
@@ -18,22 +11,20 @@ declare const CancelUpdateCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CancelUpdateCommandInput,
20
13
  CancelUpdateCommandOutput,
21
- EKSClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").EKSClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CancelUpdateCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CancelUpdateCommandInput,
29
22
  CancelUpdateCommandOutput,
30
- EKSClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").EKSClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CancelUpdateCommand extends CancelUpdateCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EKSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EKSClient";
8
2
  import {
9
3
  CreateAccessEntryRequest,
10
4
  CreateAccessEntryResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateAccessEntryCommandInput
15
8
  extends CreateAccessEntryRequest {}
16
9
  export interface CreateAccessEntryCommandOutput
@@ -22,22 +15,20 @@ declare const CreateAccessEntryCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateAccessEntryCommandInput,
24
17
  CreateAccessEntryCommandOutput,
25
- EKSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EKSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateAccessEntryCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateAccessEntryCommandInput,
33
26
  CreateAccessEntryCommandOutput,
34
- EKSClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EKSClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateAccessEntryCommand extends CreateAccessEntryCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EKSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EKSClient";
8
2
  import { CreateAddonRequest, CreateAddonResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateAddonCommandInput extends CreateAddonRequest {}
12
5
  export interface CreateAddonCommandOutput
13
6
  extends CreateAddonResponse,
@@ -18,22 +11,20 @@ declare const CreateAddonCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateAddonCommandInput,
20
13
  CreateAddonCommandOutput,
21
- EKSClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").EKSClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateAddonCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateAddonCommandInput,
29
22
  CreateAddonCommandOutput,
30
- EKSClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").EKSClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateAddonCommand extends CreateAddonCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EKSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EKSClient";
8
2
  import {
9
3
  CreateCapabilityRequest,
10
4
  CreateCapabilityResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateCapabilityCommandInput extends CreateCapabilityRequest {}
15
8
  export interface CreateCapabilityCommandOutput
16
9
  extends CreateCapabilityResponse,
@@ -21,22 +14,20 @@ declare const CreateCapabilityCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateCapabilityCommandInput,
23
16
  CreateCapabilityCommandOutput,
24
- EKSClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").EKSClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateCapabilityCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateCapabilityCommandInput,
32
25
  CreateCapabilityCommandOutput,
33
- EKSClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").EKSClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateCapabilityCommand extends CreateCapabilityCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EKSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EKSClient";
8
2
  import {
9
3
  CreateClusterRequest,
10
4
  CreateClusterResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateClusterCommandInput extends CreateClusterRequest {}
15
8
  export interface CreateClusterCommandOutput
16
9
  extends CreateClusterResponse,
@@ -21,22 +14,20 @@ declare const CreateClusterCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateClusterCommandInput,
23
16
  CreateClusterCommandOutput,
24
- EKSClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").EKSClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateClusterCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateClusterCommandInput,
32
25
  CreateClusterCommandOutput,
33
- EKSClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").EKSClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateClusterCommand extends CreateClusterCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EKSClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EKSClient";
8
2
  import {
9
3
  CreateEksAnywhereSubscriptionRequest,
10
4
  CreateEksAnywhereSubscriptionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateEksAnywhereSubscriptionCommandInput
15
8
  extends CreateEksAnywhereSubscriptionRequest {}
16
9
  export interface CreateEksAnywhereSubscriptionCommandOutput
@@ -22,22 +15,20 @@ declare const CreateEksAnywhereSubscriptionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateEksAnywhereSubscriptionCommandInput,
24
17
  CreateEksAnywhereSubscriptionCommandOutput,
25
- EKSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EKSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateEksAnywhereSubscriptionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateEksAnywhereSubscriptionCommandInput,
33
26
  CreateEksAnywhereSubscriptionCommandOutput,
34
- EKSClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EKSClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateEksAnywhereSubscriptionCommand extends CreateEksAnywhereSubscriptionCommand_base {
43
34
  protected static __types: {