@aws-sdk/client-eks 3.1076.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 (235) hide show
  1. package/README.md +7 -0
  2. package/dist-cjs/index.js +152 -673
  3. package/dist-es/EKS.js +2 -0
  4. package/dist-es/commandBuilder.js +6 -0
  5. package/dist-es/commands/AssociateAccessPolicyCommand.js +2 -14
  6. package/dist-es/commands/AssociateEncryptionConfigCommand.js +2 -14
  7. package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +2 -14
  8. package/dist-es/commands/CancelUpdateCommand.js +4 -0
  9. package/dist-es/commands/CreateAccessEntryCommand.js +2 -14
  10. package/dist-es/commands/CreateAddonCommand.js +2 -14
  11. package/dist-es/commands/CreateCapabilityCommand.js +2 -14
  12. package/dist-es/commands/CreateClusterCommand.js +2 -14
  13. package/dist-es/commands/CreateEksAnywhereSubscriptionCommand.js +2 -14
  14. package/dist-es/commands/CreateFargateProfileCommand.js +2 -14
  15. package/dist-es/commands/CreateNodegroupCommand.js +2 -14
  16. package/dist-es/commands/CreatePodIdentityAssociationCommand.js +2 -14
  17. package/dist-es/commands/DeleteAccessEntryCommand.js +2 -14
  18. package/dist-es/commands/DeleteAddonCommand.js +2 -14
  19. package/dist-es/commands/DeleteCapabilityCommand.js +2 -14
  20. package/dist-es/commands/DeleteClusterCommand.js +2 -14
  21. package/dist-es/commands/DeleteEksAnywhereSubscriptionCommand.js +2 -14
  22. package/dist-es/commands/DeleteFargateProfileCommand.js +2 -14
  23. package/dist-es/commands/DeleteNodegroupCommand.js +2 -14
  24. package/dist-es/commands/DeletePodIdentityAssociationCommand.js +2 -14
  25. package/dist-es/commands/DeregisterClusterCommand.js +2 -14
  26. package/dist-es/commands/DescribeAccessEntryCommand.js +2 -14
  27. package/dist-es/commands/DescribeAddonCommand.js +2 -14
  28. package/dist-es/commands/DescribeAddonConfigurationCommand.js +2 -14
  29. package/dist-es/commands/DescribeAddonVersionsCommand.js +2 -14
  30. package/dist-es/commands/DescribeCapabilityCommand.js +2 -14
  31. package/dist-es/commands/DescribeClusterCommand.js +2 -14
  32. package/dist-es/commands/DescribeClusterVersionsCommand.js +2 -14
  33. package/dist-es/commands/DescribeEksAnywhereSubscriptionCommand.js +2 -14
  34. package/dist-es/commands/DescribeFargateProfileCommand.js +2 -14
  35. package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +2 -14
  36. package/dist-es/commands/DescribeInsightCommand.js +2 -14
  37. package/dist-es/commands/DescribeInsightsRefreshCommand.js +2 -14
  38. package/dist-es/commands/DescribeNodegroupCommand.js +2 -14
  39. package/dist-es/commands/DescribePodIdentityAssociationCommand.js +2 -14
  40. package/dist-es/commands/DescribeUpdateCommand.js +2 -14
  41. package/dist-es/commands/DisassociateAccessPolicyCommand.js +2 -14
  42. package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +2 -14
  43. package/dist-es/commands/ListAccessEntriesCommand.js +2 -14
  44. package/dist-es/commands/ListAccessPoliciesCommand.js +2 -14
  45. package/dist-es/commands/ListAddonsCommand.js +2 -14
  46. package/dist-es/commands/ListAssociatedAccessPoliciesCommand.js +2 -14
  47. package/dist-es/commands/ListCapabilitiesCommand.js +2 -14
  48. package/dist-es/commands/ListClustersCommand.js +2 -14
  49. package/dist-es/commands/ListEksAnywhereSubscriptionsCommand.js +2 -14
  50. package/dist-es/commands/ListFargateProfilesCommand.js +2 -14
  51. package/dist-es/commands/ListIdentityProviderConfigsCommand.js +2 -14
  52. package/dist-es/commands/ListInsightsCommand.js +2 -14
  53. package/dist-es/commands/ListNodegroupsCommand.js +2 -14
  54. package/dist-es/commands/ListPodIdentityAssociationsCommand.js +2 -14
  55. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  56. package/dist-es/commands/ListUpdatesCommand.js +2 -14
  57. package/dist-es/commands/RegisterClusterCommand.js +2 -14
  58. package/dist-es/commands/StartInsightsRefreshCommand.js +2 -14
  59. package/dist-es/commands/TagResourceCommand.js +2 -14
  60. package/dist-es/commands/UntagResourceCommand.js +2 -14
  61. package/dist-es/commands/UpdateAccessEntryCommand.js +2 -14
  62. package/dist-es/commands/UpdateAddonCommand.js +2 -14
  63. package/dist-es/commands/UpdateCapabilityCommand.js +2 -14
  64. package/dist-es/commands/UpdateClusterConfigCommand.js +2 -14
  65. package/dist-es/commands/UpdateClusterVersionCommand.js +2 -14
  66. package/dist-es/commands/UpdateEksAnywhereSubscriptionCommand.js +2 -14
  67. package/dist-es/commands/UpdateNodegroupConfigCommand.js +2 -14
  68. package/dist-es/commands/UpdateNodegroupVersionCommand.js +2 -14
  69. package/dist-es/commands/UpdatePodIdentityAssociationCommand.js +2 -14
  70. package/dist-es/commands/index.js +1 -0
  71. package/dist-es/index.js +1 -0
  72. package/dist-es/models/enums.js +7 -0
  73. package/dist-es/models/errors.js +14 -14
  74. package/dist-es/runtimeConfig.browser.js +0 -2
  75. package/dist-es/runtimeConfig.js +1 -2
  76. package/dist-es/runtimeConfig.native.js +0 -2
  77. package/dist-es/runtimeConfig.shared.js +2 -0
  78. package/dist-es/schemas/schemas_0.js +45 -14
  79. package/dist-types/EKS.d.ts +7 -0
  80. package/dist-types/EKSClient.d.ts +3 -2
  81. package/dist-types/commandBuilder.d.ts +18 -0
  82. package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +3 -8
  83. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +8 -9
  84. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +8 -9
  85. package/dist-types/commands/CancelUpdateCommand.d.ts +141 -0
  86. package/dist-types/commands/CreateAccessEntryCommand.d.ts +3 -8
  87. package/dist-types/commands/CreateAddonCommand.d.ts +3 -8
  88. package/dist-types/commands/CreateCapabilityCommand.d.ts +3 -8
  89. package/dist-types/commands/CreateClusterCommand.d.ts +3 -8
  90. package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +3 -8
  91. package/dist-types/commands/CreateFargateProfileCommand.d.ts +3 -8
  92. package/dist-types/commands/CreateNodegroupCommand.d.ts +3 -8
  93. package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +3 -8
  94. package/dist-types/commands/DeleteAccessEntryCommand.d.ts +3 -8
  95. package/dist-types/commands/DeleteAddonCommand.d.ts +3 -8
  96. package/dist-types/commands/DeleteCapabilityCommand.d.ts +3 -8
  97. package/dist-types/commands/DeleteClusterCommand.d.ts +3 -8
  98. package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +3 -8
  99. package/dist-types/commands/DeleteFargateProfileCommand.d.ts +3 -8
  100. package/dist-types/commands/DeleteNodegroupCommand.d.ts +3 -8
  101. package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +3 -8
  102. package/dist-types/commands/DeregisterClusterCommand.d.ts +3 -8
  103. package/dist-types/commands/DescribeAccessEntryCommand.d.ts +3 -8
  104. package/dist-types/commands/DescribeAddonCommand.d.ts +3 -8
  105. package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +3 -8
  106. package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +3 -8
  107. package/dist-types/commands/DescribeCapabilityCommand.d.ts +3 -8
  108. package/dist-types/commands/DescribeClusterCommand.d.ts +3 -8
  109. package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +3 -8
  110. package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +3 -8
  111. package/dist-types/commands/DescribeFargateProfileCommand.d.ts +3 -8
  112. package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +3 -8
  113. package/dist-types/commands/DescribeInsightCommand.d.ts +4 -9
  114. package/dist-types/commands/DescribeInsightsRefreshCommand.d.ts +3 -8
  115. package/dist-types/commands/DescribeNodegroupCommand.d.ts +3 -8
  116. package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +3 -8
  117. package/dist-types/commands/DescribeUpdateCommand.d.ts +8 -9
  118. package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +3 -8
  119. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +8 -9
  120. package/dist-types/commands/ListAccessEntriesCommand.d.ts +3 -8
  121. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +3 -8
  122. package/dist-types/commands/ListAddonsCommand.d.ts +3 -8
  123. package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +3 -8
  124. package/dist-types/commands/ListCapabilitiesCommand.d.ts +3 -8
  125. package/dist-types/commands/ListClustersCommand.d.ts +3 -8
  126. package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +3 -8
  127. package/dist-types/commands/ListFargateProfilesCommand.d.ts +3 -8
  128. package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +3 -8
  129. package/dist-types/commands/ListInsightsCommand.d.ts +5 -10
  130. package/dist-types/commands/ListNodegroupsCommand.d.ts +3 -8
  131. package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +3 -8
  132. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  133. package/dist-types/commands/ListUpdatesCommand.d.ts +3 -8
  134. package/dist-types/commands/RegisterClusterCommand.d.ts +3 -8
  135. package/dist-types/commands/StartInsightsRefreshCommand.d.ts +3 -8
  136. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  137. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  138. package/dist-types/commands/UpdateAccessEntryCommand.d.ts +3 -8
  139. package/dist-types/commands/UpdateAddonCommand.d.ts +8 -9
  140. package/dist-types/commands/UpdateCapabilityCommand.d.ts +8 -9
  141. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +8 -9
  142. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +11 -9
  143. package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +3 -8
  144. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +8 -9
  145. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +8 -9
  146. package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +3 -8
  147. package/dist-types/commands/index.d.ts +1 -0
  148. package/dist-types/index.d.ts +1 -0
  149. package/dist-types/models/enums.d.ts +15 -0
  150. package/dist-types/models/errors.d.ts +23 -23
  151. package/dist-types/models/models_0.d.ts +76 -2
  152. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  153. package/dist-types/runtimeConfig.d.ts +1 -1
  154. package/dist-types/runtimeConfig.native.d.ts +1 -1
  155. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  156. package/dist-types/schemas/schemas_0.d.ts +5 -0
  157. package/dist-types/ts3.4/EKS.d.ts +17 -0
  158. package/dist-types/ts3.4/EKSClient.d.ts +6 -0
  159. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  160. package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/CancelUpdateCommand.d.ts +40 -0
  164. package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/CreateCapabilityCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/CreateEksAnywhereSubscriptionCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/CreatePodIdentityAssociationCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/DeleteCapabilityCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/DeletePodIdentityAssociationCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/DescribeAddonConfigurationCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/DescribeCapabilityCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/DescribeInsightsRefreshCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/DescribePodIdentityAssociationCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/ListCapabilitiesCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/ListEksAnywhereSubscriptionsCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/ListPodIdentityAssociationsCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/StartInsightsRefreshCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/UpdateCapabilityCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +7 -16
  224. package/dist-types/ts3.4/commands/UpdatePodIdentityAssociationCommand.d.ts +7 -16
  225. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  226. package/dist-types/ts3.4/index.d.ts +1 -0
  227. package/dist-types/ts3.4/models/enums.d.ts +9 -0
  228. package/dist-types/ts3.4/models/errors.d.ts +8 -8
  229. package/dist-types/ts3.4/models/models_0.d.ts +18 -0
  230. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  231. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  232. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  233. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  234. package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
  235. package/package.json +8 -10
@@ -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 { UpdateCapabilityRequest, UpdateCapabilityResponse } 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 UpdateCapabilityCommandInput extends UpdateCapabilityRequest {
22
19
  export interface UpdateCapabilityCommandOutput extends UpdateCapabilityResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateCapabilityCommand_base: {
25
- new (input: UpdateCapabilityCommandInput): import("@smithy/core/client").CommandImpl<UpdateCapabilityCommandInput, UpdateCapabilityCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateCapabilityCommandInput): import("@smithy/core/client").CommandImpl<UpdateCapabilityCommandInput, UpdateCapabilityCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateCapabilityCommandInput): import("@smithy/core/client").CommandImpl<UpdateCapabilityCommandInput, UpdateCapabilityCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCapabilityCommandInput): import("@smithy/core/client").CommandImpl<UpdateCapabilityCommandInput, UpdateCapabilityCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the configuration of a managed capability in your Amazon EKS cluster. You can update the IAM role, configuration settings, and delete propagation policy for a capability.</p>
@@ -85,7 +80,7 @@ declare const UpdateCapabilityCommand_base: {
85
80
  * // update: { // Update
86
81
  * // id: "STRING_VALUE",
87
82
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
88
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate",
83
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate" || "VersionRollback",
89
84
  * // params: [ // UpdateParams
90
85
  * // { // UpdateParam
91
86
  * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn" || "ControlPlaneEgressMode",
@@ -102,6 +97,10 @@ declare const UpdateCapabilityCommand_base: {
102
97
  * // ],
103
98
  * // },
104
99
  * // ],
100
+ * // cancellation: { // Cancellation
101
+ * // status: "InProgress" || "Failed" || "Successful",
102
+ * // reason: "STRING_VALUE",
103
+ * // },
105
104
  * // },
106
105
  * // };
107
106
  *
@@ -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 { UpdateClusterConfigRequest, UpdateClusterConfigResponse } 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 UpdateClusterConfigCommandInput extends UpdateClusterConfigRequ
22
19
  export interface UpdateClusterConfigCommandOutput extends UpdateClusterConfigResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateClusterConfigCommand_base: {
25
- new (input: UpdateClusterConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateClusterConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateClusterConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateClusterConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an Amazon EKS cluster configuration. Your cluster continues to function during the
@@ -170,7 +165,7 @@ declare const UpdateClusterConfigCommand_base: {
170
165
  * // update: { // Update
171
166
  * // id: "STRING_VALUE",
172
167
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
173
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate",
168
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate" || "VersionRollback",
174
169
  * // params: [ // UpdateParams
175
170
  * // { // UpdateParam
176
171
  * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn" || "ControlPlaneEgressMode",
@@ -187,6 +182,10 @@ declare const UpdateClusterConfigCommand_base: {
187
182
  * // ],
188
183
  * // },
189
184
  * // ],
185
+ * // cancellation: { // Cancellation
186
+ * // status: "InProgress" || "Failed" || "Successful",
187
+ * // reason: "STRING_VALUE",
188
+ * // },
190
189
  * // },
191
190
  * // };
192
191
  *
@@ -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
@@ -54,6 +49,9 @@ declare const UpdateClusterVersionCommand_base: {
54
49
  * version: "STRING_VALUE", // required
55
50
  * clientRequestToken: "STRING_VALUE",
56
51
  * force: true || false,
52
+ * rollbackConfig: { // RollbackConfig
53
+ * timeoutMinutes: Number("int"),
54
+ * },
57
55
  * };
58
56
  * const command = new UpdateClusterVersionCommand(input);
59
57
  * const response = await client.send(command);
@@ -61,7 +59,7 @@ declare const UpdateClusterVersionCommand_base: {
61
59
  * // update: { // Update
62
60
  * // id: "STRING_VALUE",
63
61
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
64
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate",
62
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate" || "VersionRollback",
65
63
  * // params: [ // UpdateParams
66
64
  * // { // UpdateParam
67
65
  * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn" || "ControlPlaneEgressMode",
@@ -78,6 +76,10 @@ declare const UpdateClusterVersionCommand_base: {
78
76
  * // ],
79
77
  * // },
80
78
  * // ],
79
+ * // cancellation: { // Cancellation
80
+ * // status: "InProgress" || "Failed" || "Successful",
81
+ * // reason: "STRING_VALUE",
82
+ * // },
81
83
  * // },
82
84
  * // };
83
85
  *
@@ -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
@@ -110,7 +105,7 @@ declare const UpdateNodegroupConfigCommand_base: {
110
105
  * // update: { // Update
111
106
  * // id: "STRING_VALUE",
112
107
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
113
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate",
108
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate" || "VersionRollback",
114
109
  * // params: [ // UpdateParams
115
110
  * // { // UpdateParam
116
111
  * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn" || "ControlPlaneEgressMode",
@@ -127,6 +122,10 @@ declare const UpdateNodegroupConfigCommand_base: {
127
122
  * // ],
128
123
  * // },
129
124
  * // ],
125
+ * // cancellation: { // Cancellation
126
+ * // status: "InProgress" || "Failed" || "Successful",
127
+ * // reason: "STRING_VALUE",
128
+ * // },
130
129
  * // },
131
130
  * // };
132
131
  *
@@ -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>
@@ -78,7 +73,7 @@ declare const UpdateNodegroupVersionCommand_base: {
78
73
  * // update: { // Update
79
74
  * // id: "STRING_VALUE",
80
75
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
81
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate",
76
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate" || "VersionRollback",
82
77
  * // params: [ // UpdateParams
83
78
  * // { // UpdateParam
84
79
  * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn" || "ControlPlaneEgressMode",
@@ -95,6 +90,10 @@ declare const UpdateNodegroupVersionCommand_base: {
95
90
  * // ],
96
91
  * // },
97
92
  * // ],
93
+ * // cancellation: { // Cancellation
94
+ * // status: "InProgress" || "Failed" || "Successful",
95
+ * // reason: "STRING_VALUE",
96
+ * // },
98
97
  * // },
99
98
  * // };
100
99
  *
@@ -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>.
@@ -1,6 +1,7 @@
1
1
  export * from "./AssociateAccessPolicyCommand";
2
2
  export * from "./AssociateEncryptionConfigCommand";
3
3
  export * from "./AssociateIdentityProviderConfigCommand";
4
+ export * from "./CancelUpdateCommand";
4
5
  export * from "./CreateAccessEntryCommand";
5
6
  export * from "./CreateAddonCommand";
6
7
  export * from "./CreateCapabilityCommand";
@@ -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";
@@ -119,6 +119,19 @@ export declare const ArgoCdRole: {
119
119
  * @public
120
120
  */
121
121
  export type ArgoCdRole = (typeof ArgoCdRole)[keyof typeof ArgoCdRole];
122
+ /**
123
+ * @public
124
+ * @enum
125
+ */
126
+ export declare const CancellationStatus: {
127
+ readonly FAILED: "Failed";
128
+ readonly IN_PROGRESS: "InProgress";
129
+ readonly SUCCESSFUL: "Successful";
130
+ };
131
+ /**
132
+ * @public
133
+ */
134
+ export type CancellationStatus = (typeof CancellationStatus)[keyof typeof CancellationStatus];
122
135
  /**
123
136
  * @public
124
137
  * @enum
@@ -242,6 +255,7 @@ export declare const UpdateType: {
242
255
  readonly REMOTE_NETWORK_CONFIG_UPDATE: "RemoteNetworkConfigUpdate";
243
256
  readonly UPGRADE_POLICY_UPDATE: "UpgradePolicyUpdate";
244
257
  readonly VENDED_LOGS_UPDATE: "VendedLogsUpdate";
258
+ readonly VERSION_ROLLBACK: "VersionRollback";
245
259
  readonly VERSION_UPDATE: "VersionUpdate";
246
260
  readonly VPC_CONFIG_UPDATE: "VpcConfigUpdate";
247
261
  readonly ZONAL_SHIFT_CONFIG_UPDATE: "ZonalShiftConfigUpdate";
@@ -663,6 +677,7 @@ export type ConfigStatus = (typeof ConfigStatus)[keyof typeof ConfigStatus];
663
677
  */
664
678
  export declare const Category: {
665
679
  readonly MISCONFIGURATION: "MISCONFIGURATION";
680
+ readonly ROLLBACK_READINESS: "ROLLBACK_READINESS";
666
681
  readonly UPGRADE_READINESS: "UPGRADE_READINESS";
667
682
  };
668
683
  /**
@@ -239,6 +239,29 @@ export declare class ThrottlingException extends __BaseException {
239
239
  */
240
240
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
241
241
  }
242
+ /**
243
+ * <p>Amazon EKS detected upgrade readiness issues. Call the <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_ListInsights.html">
244
+ * <code>ListInsights</code>
245
+ * </a> API to view detected upgrade blocking issues.
246
+ * Pass the <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_UpdateClusterVersion.html#API_UpdateClusterVersion_RequestBody">
247
+ * <code>force</code>
248
+ * </a> flag when updating to override upgrade readiness
249
+ * errors.</p>
250
+ * @public
251
+ */
252
+ export declare class InvalidStateException extends __BaseException {
253
+ readonly name: "InvalidStateException";
254
+ readonly $fault: "client";
255
+ /**
256
+ * <p>The Amazon EKS cluster associated with the exception.</p>
257
+ * @public
258
+ */
259
+ clusterName?: string | undefined;
260
+ /**
261
+ * @internal
262
+ */
263
+ constructor(opts: __ExceptionOptionType<InvalidStateException, __BaseException>);
264
+ }
242
265
  /**
243
266
  * <p>You have encountered a service limit on the specified resource.</p>
244
267
  * @public
@@ -347,26 +370,3 @@ export declare class ResourcePropagationDelayException extends __BaseException {
347
370
  */
348
371
  constructor(opts: __ExceptionOptionType<ResourcePropagationDelayException, __BaseException>);
349
372
  }
350
- /**
351
- * <p>Amazon EKS detected upgrade readiness issues. Call the <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_ListInsights.html">
352
- * <code>ListInsights</code>
353
- * </a> API to view detected upgrade blocking issues.
354
- * Pass the <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_UpdateClusterVersion.html#API_UpdateClusterVersion_RequestBody">
355
- * <code>force</code>
356
- * </a> flag when updating to override upgrade readiness
357
- * errors.</p>
358
- * @public
359
- */
360
- export declare class InvalidStateException extends __BaseException {
361
- readonly name: "InvalidStateException";
362
- readonly $fault: "client";
363
- /**
364
- * <p>The Amazon EKS cluster associated with the exception.</p>
365
- * @public
366
- */
367
- clusterName?: string | undefined;
368
- /**
369
- * @internal
370
- */
371
- constructor(opts: __ExceptionOptionType<InvalidStateException, __BaseException>);
372
- }
@@ -1,4 +1,4 @@
1
- import type { AccessScopeType, AddonIssueCode, AddonStatus, AMITypes, ArgoCdRole, AuthenticationMode, CapabilityDeletePropagationPolicy, CapabilityIssueCode, CapabilityStatus, CapabilityType, CapacityTypes, Category, ClusterIssueCode, ClusterStatus, ClusterVersionStatus, ConfigStatus, ConnectorConfigProvider, ControlPlaneEgressModeType, EksAnywhereSubscriptionLicenseType, EksAnywhereSubscriptionStatus, EksAnywhereSubscriptionTermUnit, ErrorCode, FargateProfileIssueCode, FargateProfileStatus, InsightsRefreshStatus, InsightStatusValue, IpFamily, LogType, NodegroupIssueCode, NodegroupStatus, NodegroupUpdateStrategies, ProvisionedControlPlaneTier, RepairAction, ResolveConflicts, SpreadLevel, SsoIdentityType, SupportType, TaintEffect, UpdateParamType, UpdateStatus, UpdateType, VersionStatus, WarmPoolState } from "./enums";
1
+ import type { AccessScopeType, AddonIssueCode, AddonStatus, AMITypes, ArgoCdRole, AuthenticationMode, CancellationStatus, CapabilityDeletePropagationPolicy, CapabilityIssueCode, CapabilityStatus, CapabilityType, CapacityTypes, Category, ClusterIssueCode, ClusterStatus, ClusterVersionStatus, ConfigStatus, ConnectorConfigProvider, ControlPlaneEgressModeType, EksAnywhereSubscriptionLicenseType, EksAnywhereSubscriptionStatus, EksAnywhereSubscriptionTermUnit, ErrorCode, FargateProfileIssueCode, FargateProfileStatus, InsightsRefreshStatus, InsightStatusValue, IpFamily, LogType, NodegroupIssueCode, NodegroupStatus, NodegroupUpdateStrategies, ProvisionedControlPlaneTier, RepairAction, ResolveConflicts, SpreadLevel, SsoIdentityType, SupportType, TaintEffect, UpdateParamType, UpdateStatus, UpdateType, VersionStatus, WarmPoolState } from "./enums";
2
2
  /**
3
3
  * <p>The access configuration for the cluster.</p>
4
4
  * @public
@@ -735,6 +735,24 @@ export interface AssociateEncryptionConfigRequest {
735
735
  */
736
736
  clientRequestToken?: string | undefined;
737
737
  }
738
+ /**
739
+ * <p>Contains information about the latest cancellation of an update to an Amazon EKS cluster.</p>
740
+ * @public
741
+ */
742
+ export interface Cancellation {
743
+ /**
744
+ * <p>The current status of the cancellation. Valid values are <code>InProgress</code>,
745
+ * <code>Failed</code>, and <code>Successful</code>.</p>
746
+ * @public
747
+ */
748
+ status?: CancellationStatus | undefined;
749
+ /**
750
+ * <p>A message providing additional details about the cancellation, such as the reason for
751
+ * the cancellation or failure details.</p>
752
+ * @public
753
+ */
754
+ reason?: string | undefined;
755
+ }
738
756
  /**
739
757
  * <p>An object representing an error when an asynchronous operation fails.</p>
740
758
  * @public
@@ -845,6 +863,12 @@ export interface Update {
845
863
  * @public
846
864
  */
847
865
  errors?: ErrorDetail[] | undefined;
866
+ /**
867
+ * <p>The latest cancellation information for the update. This field is present only if any
868
+ * cancellation is attempted for the update.</p>
869
+ * @public
870
+ */
871
+ cancellation?: Cancellation | undefined;
848
872
  }
849
873
  /**
850
874
  * @public
@@ -980,6 +1004,37 @@ export interface AutoScalingGroup {
980
1004
  */
981
1005
  name?: string | undefined;
982
1006
  }
1007
+ /**
1008
+ * @public
1009
+ */
1010
+ export interface CancelUpdateRequest {
1011
+ /**
1012
+ * <p>The name of the Amazon EKS cluster associated with the update.</p>
1013
+ * @public
1014
+ */
1015
+ name: string | undefined;
1016
+ /**
1017
+ * <p>The ID of the update to cancel.</p>
1018
+ * @public
1019
+ */
1020
+ updateId: string | undefined;
1021
+ /**
1022
+ * <p>A unique, case-sensitive identifier that you provide to ensure
1023
+ * the idempotency of the request.</p>
1024
+ * @public
1025
+ */
1026
+ clientRequestToken?: string | undefined;
1027
+ }
1028
+ /**
1029
+ * @public
1030
+ */
1031
+ export interface CancelUpdateResponse {
1032
+ /**
1033
+ * <p>The full description of the specified update.</p>
1034
+ * @public
1035
+ */
1036
+ update?: Update | undefined;
1037
+ }
983
1038
  /**
984
1039
  * @public
985
1040
  */
@@ -6793,6 +6848,20 @@ export interface UpdateClusterConfigResponse {
6793
6848
  */
6794
6849
  update?: Update | undefined;
6795
6850
  }
6851
+ /**
6852
+ * <p>The rollback configuration for the cluster version rollback.</p>
6853
+ * @public
6854
+ */
6855
+ export interface RollbackConfig {
6856
+ /**
6857
+ * <p>The length of time in minutes to wait before cancelling the update. Timeout is a
6858
+ * minimum-bound property, meaning the timeout occurs no sooner than the time you specify,
6859
+ * but can occur shortly thereafter. This value can be between 120 (2 hours) and 10080
6860
+ * (7 days). Default: <code>720</code> (12 hours) if not specified.</p>
6861
+ * @public
6862
+ */
6863
+ timeoutMinutes?: number | undefined;
6864
+ }
6796
6865
  /**
6797
6866
  * @public
6798
6867
  */
@@ -6814,11 +6883,16 @@ export interface UpdateClusterVersionRequest {
6814
6883
  */
6815
6884
  clientRequestToken?: string | undefined;
6816
6885
  /**
6817
- * <p>Set this value to <code>true</code> to override upgrade-blocking readiness checks when
6886
+ * <p>Set this value to <code>true</code> to override upgrade-blocking or rollback-blocking readiness checks when
6818
6887
  * updating a cluster.</p>
6819
6888
  * @public
6820
6889
  */
6821
6890
  force?: boolean | undefined;
6891
+ /**
6892
+ * <p>The rollback configuration for the cluster version rollback.</p>
6893
+ * @public
6894
+ */
6895
+ rollbackConfig?: RollbackConfig | undefined;
6822
6896
  }
6823
6897
  /**
6824
6898
  * @public
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { EKSClientConfig } from "./EKSClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: EKSClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;