@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,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateNodegroupConfig$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateNodegroupConfigCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSWesleyFrontend", "UpdateNodegroupConfig", {})
13
- .n("EKSClient", "UpdateNodegroupConfigCommand")
14
- .sc(UpdateNodegroupConfig$)
15
- .build() {
3
+ export class UpdateNodegroupConfigCommand extends command(_ep0, _mw0, "UpdateNodegroupConfig", UpdateNodegroupConfig$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateNodegroupVersion$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateNodegroupVersionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSWesleyFrontend", "UpdateNodegroupVersion", {})
13
- .n("EKSClient", "UpdateNodegroupVersionCommand")
14
- .sc(UpdateNodegroupVersion$)
15
- .build() {
3
+ export class UpdateNodegroupVersionCommand extends command(_ep0, _mw0, "UpdateNodegroupVersion", UpdateNodegroupVersion$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdatePodIdentityAssociation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdatePodIdentityAssociationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSWesleyFrontend", "UpdatePodIdentityAssociation", {})
13
- .n("EKSClient", "UpdatePodIdentityAssociationCommand")
14
- .sc(UpdatePodIdentityAssociation$)
15
- .build() {
3
+ export class UpdatePodIdentityAssociationCommand extends command(_ep0, _mw0, "UpdatePodIdentityAssociation", UpdatePodIdentityAssociation$) {
16
4
  }
@@ -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";
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./EKSClient";
2
2
  export * from "./EKS";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./waiters";
@@ -63,6 +63,11 @@ export const ArgoCdRole = {
63
63
  EDITOR: "EDITOR",
64
64
  VIEWER: "VIEWER",
65
65
  };
66
+ export const CancellationStatus = {
67
+ FAILED: "Failed",
68
+ IN_PROGRESS: "InProgress",
69
+ SUCCESSFUL: "Successful",
70
+ };
66
71
  export const ErrorCode = {
67
72
  ACCESS_DENIED: "AccessDenied",
68
73
  ADMISSION_REQUEST_DENIED: "AdmissionRequestDenied",
@@ -158,6 +163,7 @@ export const UpdateType = {
158
163
  REMOTE_NETWORK_CONFIG_UPDATE: "RemoteNetworkConfigUpdate",
159
164
  UPGRADE_POLICY_UPDATE: "UpgradePolicyUpdate",
160
165
  VENDED_LOGS_UPDATE: "VendedLogsUpdate",
166
+ VERSION_ROLLBACK: "VersionRollback",
161
167
  VERSION_UPDATE: "VersionUpdate",
162
168
  VPC_CONFIG_UPDATE: "VpcConfigUpdate",
163
169
  ZONAL_SHIFT_CONFIG_UPDATE: "ZonalShiftConfigUpdate",
@@ -355,6 +361,7 @@ export const ConfigStatus = {
355
361
  };
356
362
  export const Category = {
357
363
  MISCONFIGURATION: "MISCONFIGURATION",
364
+ ROLLBACK_READINESS: "ROLLBACK_READINESS",
358
365
  UPGRADE_READINESS: "UPGRADE_READINESS",
359
366
  };
360
367
  export const InsightStatusValue = {
@@ -147,6 +147,20 @@ export class ThrottlingException extends __BaseException {
147
147
  this.clusterName = opts.clusterName;
148
148
  }
149
149
  }
150
+ export class InvalidStateException extends __BaseException {
151
+ name = "InvalidStateException";
152
+ $fault = "client";
153
+ clusterName;
154
+ constructor(opts) {
155
+ super({
156
+ name: "InvalidStateException",
157
+ $fault: "client",
158
+ ...opts,
159
+ });
160
+ Object.setPrototypeOf(this, InvalidStateException.prototype);
161
+ this.clusterName = opts.clusterName;
162
+ }
163
+ }
150
164
  export class ResourceLimitExceededException extends __BaseException {
151
165
  name = "ResourceLimitExceededException";
152
166
  $fault = "client";
@@ -231,17 +245,3 @@ export class ResourcePropagationDelayException extends __BaseException {
231
245
  Object.setPrototypeOf(this, ResourcePropagationDelayException.prototype);
232
246
  }
233
247
  }
234
- export class InvalidStateException extends __BaseException {
235
- name = "InvalidStateException";
236
- $fault = "client";
237
- clusterName;
238
- constructor(opts) {
239
- super({
240
- name: "InvalidStateException",
241
- $fault: "client",
242
- ...opts,
243
- });
244
- Object.setPrototypeOf(this, InvalidStateException.prototype);
245
- this.clusterName = opts.clusterName;
246
- }
247
- }
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
31
32
  serviceTarget: "AWSWesleyFrontend",
32
33
  },
33
34
  serviceId: config?.serviceId ?? "EKS",
35
+ sha256: config?.sha256 ?? Sha256,
34
36
  urlParser: config?.urlParser ?? parseUrl,
35
37
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
36
38
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -43,7 +43,7 @@ const _AVIL = "AddonVersionInfoList";
43
43
  const _Ad = "Addons";
44
44
  const _BRE = "BadRequestException";
45
45
  const _BS = "BlockStorage";
46
- const _C = "Capability";
46
+ const _C = "Cancellation";
47
47
  const _CA = "CreateAddon";
48
48
  const _CACR = "CreateAccessConfigRequest";
49
49
  const _CAE = "CreateAccessEntry";
@@ -89,8 +89,12 @@ const _CS = "CapabilitySummary";
89
89
  const _CSL = "CapabilitySummaryList";
90
90
  const _CSl = "ClientStat";
91
91
  const _CSli = "ClientStats";
92
+ const _CU = "CancelUpdate";
93
+ const _CUR = "CancelUpdateRequest";
94
+ const _CURa = "CancelUpdateResponse";
92
95
  const _CVI = "ClusterVersionInformation";
93
96
  const _CVL = "ClusterVersionList";
97
+ const _Ca = "Capability";
94
98
  const _Ce = "Certificate";
95
99
  const _Cl = "Cluster";
96
100
  const _Co = "Compatibility";
@@ -278,9 +282,10 @@ const _PIA = "PodIdentityAssociation";
278
282
  const _PIAS = "PodIdentityAssociationSummary";
279
283
  const _PIASo = "PodIdentityAssociationSummaries";
280
284
  const _RAC = "RemoteAccessConfig";
281
- const _RC = "RegisterCluster";
285
+ const _RC = "RollbackConfig";
282
286
  const _RCR = "RegisterClusterRequest";
283
287
  const _RCRe = "RegisterClusterResponse";
288
+ const _RCe = "RegisterCluster";
284
289
  const _RIUE = "ResourceInUseException";
285
290
  const _RLEE = "ResourceLimitExceededException";
286
291
  const _RNCR = "RemoteNetworkConfigRequest";
@@ -417,6 +422,7 @@ const _cVl = "clusterVersion";
417
422
  const _cVlu = "clusterVersions";
418
423
  const _cVo = "compatibleVersions";
419
424
  const _ca = "capability";
425
+ const _can = "cancellation";
420
426
  const _cap = "capabilities";
421
427
  const _cat = "category";
422
428
  const _cate = "categories";
@@ -575,6 +581,7 @@ const _rAes = "resourceArn";
575
581
  const _rC = "requiresConfiguration";
576
582
  const _rCe = "resolveConflicts";
577
583
  const _rCeq = "requiredClaims";
584
+ const _rCo = "rollbackConfig";
578
585
  const _rD = "releaseDate";
579
586
  const _rI = "resourceIds";
580
587
  const _rIP = "requiresIamPermissions";
@@ -590,9 +597,9 @@ const _rT = "removeTaints";
590
597
  const _rV = "releaseVersion";
591
598
  const _rVC = "resourcesVpcConfig";
592
599
  const _rW = "replacedWith";
593
- const _re = "resources";
594
- const _rea = "reason";
600
+ const _re = "reason";
595
601
  const _rec = "recommendation";
602
+ const _res = "resources";
596
603
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.eks";
597
604
  const _sA = "serviceAccount";
598
605
  const _sARA = "serviceAccountRoleArn";
@@ -620,6 +627,7 @@ const _subs = "subscriptions";
620
627
  const _t = "tags";
621
628
  const _tK = "tagKeys";
622
629
  const _tL = "taintsList";
630
+ const _tM = "timeoutMinutes";
623
631
  const _tRA = "targetRoleArn";
624
632
  const _ta = "taints";
625
633
  const _te = "term";
@@ -899,7 +907,22 @@ export var BlockStorage$ = [3, n0, _BS,
899
907
  [_en],
900
908
  [2]
901
909
  ];
902
- export var Capability$ = [3, n0, _C,
910
+ export var Cancellation$ = [3, n0, _C,
911
+ 0,
912
+ [_st, _re],
913
+ [0, 0]
914
+ ];
915
+ export var CancelUpdateRequest$ = [3, n0, _CUR,
916
+ 0,
917
+ [_n, _uI, _cRT],
918
+ [[0, 1], [0, 1], [0, 4]], 2
919
+ ];
920
+ export var CancelUpdateResponse$ = [3, n0, _CURa,
921
+ 0,
922
+ [_up],
923
+ [() => Update$]
924
+ ];
925
+ export var Capability$ = [3, n0, _Ca,
903
926
  0,
904
927
  [_cNa, _a, _cN, _ty, _rA, _st, _v, _con, _t, _h, _cA, _mA, _dPP],
905
928
  [0, 0, 0, 0, 0, 0, 0, () => CapabilityConfigurationResponse$, 128 | 0, () => CapabilityHealth$, 4, 4, 0]
@@ -1366,7 +1389,7 @@ export var ElasticLoadBalancing$ = [3, n0, _ELB,
1366
1389
  ];
1367
1390
  export var EncryptionConfig$ = [3, n0, _EC,
1368
1391
  0,
1369
- [_re, _pr],
1392
+ [_res, _pr],
1370
1393
  [64 | 0, () => Provider$]
1371
1394
  ];
1372
1395
  export var ErrorDetail$ = [3, n0, _ED,
@@ -1421,7 +1444,7 @@ export var IdentityProviderConfigResponse$ = [3, n0, _IPCR,
1421
1444
  ];
1422
1445
  export var Insight$ = [3, n0, _In,
1423
1446
  0,
1424
- [_id_, _n, _cat, _kV, _lRTa, _lTT, _de, _iS, _rec, _aId, _re, _cSS],
1447
+ [_id_, _n, _cat, _kV, _lRTa, _lTT, _de, _iS, _rec, _aId, _res, _cSS],
1425
1448
  [0, 0, 0, 0, 4, 4, 0, () => InsightStatus$, 0, 128 | 0, () => InsightResourceDetails, () => InsightCategorySpecificSummary$]
1426
1449
  ];
1427
1450
  export var InsightCategorySpecificSummary$ = [3, n0, _ICSS,
@@ -1441,7 +1464,7 @@ export var InsightsFilter$ = [3, n0, _IF,
1441
1464
  ];
1442
1465
  export var InsightStatus$ = [3, n0, _IS,
1443
1466
  0,
1444
- [_st, _rea],
1467
+ [_st, _re],
1445
1468
  [0, 0]
1446
1469
  ];
1447
1470
  export var InsightSummary$ = [3, n0, _ISn,
@@ -1631,7 +1654,7 @@ export var MarketplaceInformation$ = [3, n0, _MI,
1631
1654
  ];
1632
1655
  export var Nodegroup$ = [3, n0, _N,
1633
1656
  0,
1634
- [_nN, _nAo, _cN, _v, _rV, _cA, _mA, _st, _cTa, _sCc, _iT, _sub, _rAe, _aT, _nR, _la, _ta, _re, _dS, _h, _uC, _nRC, _lTa, _t, _wPC],
1657
+ [_nN, _nAo, _cN, _v, _rV, _cA, _mA, _st, _cTa, _sCc, _iT, _sub, _rAe, _aT, _nR, _la, _ta, _res, _dS, _h, _uC, _nRC, _lTa, _t, _wPC],
1635
1658
  [0, 0, 0, 0, 0, 4, 4, 0, 0, () => NodegroupScalingConfig$, 64 | 0, 64 | 0, () => RemoteAccessConfig$, 0, 0, 128 | 0, () => taintsList, () => NodegroupResources$, 1, () => NodegroupHealth$, () => NodegroupUpdateConfig$, () => NodeRepairConfig$, () => LaunchTemplateSpecification$, 128 | 0, () => WarmPoolConfig$]
1636
1659
  ];
1637
1660
  export var NodegroupHealth$ = [3, n0, _NH,
@@ -1739,6 +1762,11 @@ export var RemotePodNetwork$ = [3, n0, _RPN,
1739
1762
  [_ci],
1740
1763
  [64 | 0]
1741
1764
  ];
1765
+ export var RollbackConfig$ = [3, n0, _RC,
1766
+ 0,
1767
+ [_tM],
1768
+ [1]
1769
+ ];
1742
1770
  export var SsoIdentity$ = [3, n0, _SI,
1743
1771
  0,
1744
1772
  [_id_, _ty],
@@ -1791,8 +1819,8 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
1791
1819
  ];
1792
1820
  export var Update$ = [3, n0, _U,
1793
1821
  0,
1794
- [_id_, _st, _ty, _pa, _cA, _er],
1795
- [0, 0, 0, () => UpdateParams, 4, () => ErrorDetails]
1822
+ [_id_, _st, _ty, _pa, _cA, _er, _can],
1823
+ [0, 0, 0, () => UpdateParams, 4, () => ErrorDetails, () => Cancellation$]
1796
1824
  ];
1797
1825
  export var UpdateAccessConfigRequest$ = [3, n0, _UACR,
1798
1826
  0,
@@ -1851,8 +1879,8 @@ export var UpdateClusterConfigResponse$ = [3, n0, _UCCRp,
1851
1879
  ];
1852
1880
  export var UpdateClusterVersionRequest$ = [3, n0, _UCVR,
1853
1881
  0,
1854
- [_n, _v, _cRT, _fo],
1855
- [[0, 1], 0, [0, 4], 2], 2
1882
+ [_n, _v, _cRT, _fo, _rCo],
1883
+ [[0, 1], 0, [0, 4], 2, () => RollbackConfig$], 2
1856
1884
  ];
1857
1885
  export var UpdateClusterVersionResponse$ = [3, n0, _UCVRp,
1858
1886
  0,
@@ -2081,6 +2109,9 @@ export var AssociateEncryptionConfig$ = [9, n0, _AEC,
2081
2109
  export var AssociateIdentityProviderConfig$ = [9, n0, _AIPC,
2082
2110
  { [_ht]: ["POST", "/clusters/{clusterName}/identity-provider-configs/associate", 200] }, () => AssociateIdentityProviderConfigRequest$, () => AssociateIdentityProviderConfigResponse$
2083
2111
  ];
2112
+ export var CancelUpdate$ = [9, n0, _CU,
2113
+ { [_ht]: ["POST", "/clusters/{name}/updates/{updateId}/cancel-update", 200] }, () => CancelUpdateRequest$, () => CancelUpdateResponse$
2114
+ ];
2084
2115
  export var CreateAccessEntry$ = [9, n0, _CAE,
2085
2116
  { [_ht]: ["POST", "/clusters/{clusterName}/access-entries", 200] }, () => CreateAccessEntryRequest$, () => CreateAccessEntryResponse$
2086
2117
  ];
@@ -2225,7 +2256,7 @@ export var ListTagsForResource$ = [9, n0, _LTFR,
2225
2256
  export var ListUpdates$ = [9, n0, _LU,
2226
2257
  { [_ht]: ["GET", "/clusters/{name}/updates", 200] }, () => ListUpdatesRequest$, () => ListUpdatesResponse$
2227
2258
  ];
2228
- export var RegisterCluster$ = [9, n0, _RC,
2259
+ export var RegisterCluster$ = [9, n0, _RCe,
2229
2260
  { [_ht]: ["POST", "/cluster-registrations", 200] }, () => RegisterClusterRequest$, () => RegisterClusterResponse$
2230
2261
  ];
2231
2262
  export var StartInsightsRefresh$ = [9, n0, _SIR,
@@ -3,6 +3,7 @@ import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguratio
3
3
  import { type AssociateAccessPolicyCommandInput, type AssociateAccessPolicyCommandOutput } from "./commands/AssociateAccessPolicyCommand";
4
4
  import { type AssociateEncryptionConfigCommandInput, type AssociateEncryptionConfigCommandOutput } from "./commands/AssociateEncryptionConfigCommand";
5
5
  import { type AssociateIdentityProviderConfigCommandInput, type AssociateIdentityProviderConfigCommandOutput } from "./commands/AssociateIdentityProviderConfigCommand";
6
+ import { type CancelUpdateCommandInput, type CancelUpdateCommandOutput } from "./commands/CancelUpdateCommand";
6
7
  import { type CreateAccessEntryCommandInput, type CreateAccessEntryCommandOutput } from "./commands/CreateAccessEntryCommand";
7
8
  import { type CreateAddonCommandInput, type CreateAddonCommandOutput } from "./commands/CreateAddonCommand";
8
9
  import { type CreateCapabilityCommandInput, type CreateCapabilityCommandOutput } from "./commands/CreateCapabilityCommand";
@@ -85,6 +86,12 @@ export interface EKS {
85
86
  associateIdentityProviderConfig(args: AssociateIdentityProviderConfigCommandInput, options?: __HttpHandlerOptions): Promise<AssociateIdentityProviderConfigCommandOutput>;
86
87
  associateIdentityProviderConfig(args: AssociateIdentityProviderConfigCommandInput, cb: (err: any, data?: AssociateIdentityProviderConfigCommandOutput) => void): void;
87
88
  associateIdentityProviderConfig(args: AssociateIdentityProviderConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateIdentityProviderConfigCommandOutput) => void): void;
89
+ /**
90
+ * @see {@link CancelUpdateCommand}
91
+ */
92
+ cancelUpdate(args: CancelUpdateCommandInput, options?: __HttpHandlerOptions): Promise<CancelUpdateCommandOutput>;
93
+ cancelUpdate(args: CancelUpdateCommandInput, cb: (err: any, data?: CancelUpdateCommandOutput) => void): void;
94
+ cancelUpdate(args: CancelUpdateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelUpdateCommandOutput) => void): void;
88
95
  /**
89
96
  * @see {@link CreateAccessEntryCommand}
90
97
  */
@@ -9,6 +9,7 @@ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } fro
9
9
  import type { AssociateAccessPolicyCommandInput, AssociateAccessPolicyCommandOutput } from "./commands/AssociateAccessPolicyCommand";
10
10
  import type { AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput } from "./commands/AssociateEncryptionConfigCommand";
11
11
  import type { AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput } from "./commands/AssociateIdentityProviderConfigCommand";
12
+ import type { CancelUpdateCommandInput, CancelUpdateCommandOutput } from "./commands/CancelUpdateCommand";
12
13
  import type { CreateAccessEntryCommandInput, CreateAccessEntryCommandOutput } from "./commands/CreateAccessEntryCommand";
13
14
  import type { CreateAddonCommandInput, CreateAddonCommandOutput } from "./commands/CreateAddonCommand";
14
15
  import type { CreateCapabilityCommandInput, CreateCapabilityCommandOutput } from "./commands/CreateCapabilityCommand";
@@ -76,11 +77,11 @@ export { __Client };
76
77
  /**
77
78
  * @public
78
79
  */
79
- export type ServiceInputTypes = AssociateAccessPolicyCommandInput | AssociateEncryptionConfigCommandInput | AssociateIdentityProviderConfigCommandInput | CreateAccessEntryCommandInput | CreateAddonCommandInput | CreateCapabilityCommandInput | CreateClusterCommandInput | CreateEksAnywhereSubscriptionCommandInput | CreateFargateProfileCommandInput | CreateNodegroupCommandInput | CreatePodIdentityAssociationCommandInput | DeleteAccessEntryCommandInput | DeleteAddonCommandInput | DeleteCapabilityCommandInput | DeleteClusterCommandInput | DeleteEksAnywhereSubscriptionCommandInput | DeleteFargateProfileCommandInput | DeleteNodegroupCommandInput | DeletePodIdentityAssociationCommandInput | DeregisterClusterCommandInput | DescribeAccessEntryCommandInput | DescribeAddonCommandInput | DescribeAddonConfigurationCommandInput | DescribeAddonVersionsCommandInput | DescribeCapabilityCommandInput | DescribeClusterCommandInput | DescribeClusterVersionsCommandInput | DescribeEksAnywhereSubscriptionCommandInput | DescribeFargateProfileCommandInput | DescribeIdentityProviderConfigCommandInput | DescribeInsightCommandInput | DescribeInsightsRefreshCommandInput | DescribeNodegroupCommandInput | DescribePodIdentityAssociationCommandInput | DescribeUpdateCommandInput | DisassociateAccessPolicyCommandInput | DisassociateIdentityProviderConfigCommandInput | ListAccessEntriesCommandInput | ListAccessPoliciesCommandInput | ListAddonsCommandInput | ListAssociatedAccessPoliciesCommandInput | ListCapabilitiesCommandInput | ListClustersCommandInput | ListEksAnywhereSubscriptionsCommandInput | ListFargateProfilesCommandInput | ListIdentityProviderConfigsCommandInput | ListInsightsCommandInput | ListNodegroupsCommandInput | ListPodIdentityAssociationsCommandInput | ListTagsForResourceCommandInput | ListUpdatesCommandInput | RegisterClusterCommandInput | StartInsightsRefreshCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccessEntryCommandInput | UpdateAddonCommandInput | UpdateCapabilityCommandInput | UpdateClusterConfigCommandInput | UpdateClusterVersionCommandInput | UpdateEksAnywhereSubscriptionCommandInput | UpdateNodegroupConfigCommandInput | UpdateNodegroupVersionCommandInput | UpdatePodIdentityAssociationCommandInput;
80
+ export type ServiceInputTypes = AssociateAccessPolicyCommandInput | AssociateEncryptionConfigCommandInput | AssociateIdentityProviderConfigCommandInput | CancelUpdateCommandInput | CreateAccessEntryCommandInput | CreateAddonCommandInput | CreateCapabilityCommandInput | CreateClusterCommandInput | CreateEksAnywhereSubscriptionCommandInput | CreateFargateProfileCommandInput | CreateNodegroupCommandInput | CreatePodIdentityAssociationCommandInput | DeleteAccessEntryCommandInput | DeleteAddonCommandInput | DeleteCapabilityCommandInput | DeleteClusterCommandInput | DeleteEksAnywhereSubscriptionCommandInput | DeleteFargateProfileCommandInput | DeleteNodegroupCommandInput | DeletePodIdentityAssociationCommandInput | DeregisterClusterCommandInput | DescribeAccessEntryCommandInput | DescribeAddonCommandInput | DescribeAddonConfigurationCommandInput | DescribeAddonVersionsCommandInput | DescribeCapabilityCommandInput | DescribeClusterCommandInput | DescribeClusterVersionsCommandInput | DescribeEksAnywhereSubscriptionCommandInput | DescribeFargateProfileCommandInput | DescribeIdentityProviderConfigCommandInput | DescribeInsightCommandInput | DescribeInsightsRefreshCommandInput | DescribeNodegroupCommandInput | DescribePodIdentityAssociationCommandInput | DescribeUpdateCommandInput | DisassociateAccessPolicyCommandInput | DisassociateIdentityProviderConfigCommandInput | ListAccessEntriesCommandInput | ListAccessPoliciesCommandInput | ListAddonsCommandInput | ListAssociatedAccessPoliciesCommandInput | ListCapabilitiesCommandInput | ListClustersCommandInput | ListEksAnywhereSubscriptionsCommandInput | ListFargateProfilesCommandInput | ListIdentityProviderConfigsCommandInput | ListInsightsCommandInput | ListNodegroupsCommandInput | ListPodIdentityAssociationsCommandInput | ListTagsForResourceCommandInput | ListUpdatesCommandInput | RegisterClusterCommandInput | StartInsightsRefreshCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccessEntryCommandInput | UpdateAddonCommandInput | UpdateCapabilityCommandInput | UpdateClusterConfigCommandInput | UpdateClusterVersionCommandInput | UpdateEksAnywhereSubscriptionCommandInput | UpdateNodegroupConfigCommandInput | UpdateNodegroupVersionCommandInput | UpdatePodIdentityAssociationCommandInput;
80
81
  /**
81
82
  * @public
82
83
  */
83
- export type ServiceOutputTypes = AssociateAccessPolicyCommandOutput | AssociateEncryptionConfigCommandOutput | AssociateIdentityProviderConfigCommandOutput | CreateAccessEntryCommandOutput | CreateAddonCommandOutput | CreateCapabilityCommandOutput | CreateClusterCommandOutput | CreateEksAnywhereSubscriptionCommandOutput | CreateFargateProfileCommandOutput | CreateNodegroupCommandOutput | CreatePodIdentityAssociationCommandOutput | DeleteAccessEntryCommandOutput | DeleteAddonCommandOutput | DeleteCapabilityCommandOutput | DeleteClusterCommandOutput | DeleteEksAnywhereSubscriptionCommandOutput | DeleteFargateProfileCommandOutput | DeleteNodegroupCommandOutput | DeletePodIdentityAssociationCommandOutput | DeregisterClusterCommandOutput | DescribeAccessEntryCommandOutput | DescribeAddonCommandOutput | DescribeAddonConfigurationCommandOutput | DescribeAddonVersionsCommandOutput | DescribeCapabilityCommandOutput | DescribeClusterCommandOutput | DescribeClusterVersionsCommandOutput | DescribeEksAnywhereSubscriptionCommandOutput | DescribeFargateProfileCommandOutput | DescribeIdentityProviderConfigCommandOutput | DescribeInsightCommandOutput | DescribeInsightsRefreshCommandOutput | DescribeNodegroupCommandOutput | DescribePodIdentityAssociationCommandOutput | DescribeUpdateCommandOutput | DisassociateAccessPolicyCommandOutput | DisassociateIdentityProviderConfigCommandOutput | ListAccessEntriesCommandOutput | ListAccessPoliciesCommandOutput | ListAddonsCommandOutput | ListAssociatedAccessPoliciesCommandOutput | ListCapabilitiesCommandOutput | ListClustersCommandOutput | ListEksAnywhereSubscriptionsCommandOutput | ListFargateProfilesCommandOutput | ListIdentityProviderConfigsCommandOutput | ListInsightsCommandOutput | ListNodegroupsCommandOutput | ListPodIdentityAssociationsCommandOutput | ListTagsForResourceCommandOutput | ListUpdatesCommandOutput | RegisterClusterCommandOutput | StartInsightsRefreshCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccessEntryCommandOutput | UpdateAddonCommandOutput | UpdateCapabilityCommandOutput | UpdateClusterConfigCommandOutput | UpdateClusterVersionCommandOutput | UpdateEksAnywhereSubscriptionCommandOutput | UpdateNodegroupConfigCommandOutput | UpdateNodegroupVersionCommandOutput | UpdatePodIdentityAssociationCommandOutput;
84
+ export type ServiceOutputTypes = AssociateAccessPolicyCommandOutput | AssociateEncryptionConfigCommandOutput | AssociateIdentityProviderConfigCommandOutput | CancelUpdateCommandOutput | CreateAccessEntryCommandOutput | CreateAddonCommandOutput | CreateCapabilityCommandOutput | CreateClusterCommandOutput | CreateEksAnywhereSubscriptionCommandOutput | CreateFargateProfileCommandOutput | CreateNodegroupCommandOutput | CreatePodIdentityAssociationCommandOutput | DeleteAccessEntryCommandOutput | DeleteAddonCommandOutput | DeleteCapabilityCommandOutput | DeleteClusterCommandOutput | DeleteEksAnywhereSubscriptionCommandOutput | DeleteFargateProfileCommandOutput | DeleteNodegroupCommandOutput | DeletePodIdentityAssociationCommandOutput | DeregisterClusterCommandOutput | DescribeAccessEntryCommandOutput | DescribeAddonCommandOutput | DescribeAddonConfigurationCommandOutput | DescribeAddonVersionsCommandOutput | DescribeCapabilityCommandOutput | DescribeClusterCommandOutput | DescribeClusterVersionsCommandOutput | DescribeEksAnywhereSubscriptionCommandOutput | DescribeFargateProfileCommandOutput | DescribeIdentityProviderConfigCommandOutput | DescribeInsightCommandOutput | DescribeInsightsRefreshCommandOutput | DescribeNodegroupCommandOutput | DescribePodIdentityAssociationCommandOutput | DescribeUpdateCommandOutput | DisassociateAccessPolicyCommandOutput | DisassociateIdentityProviderConfigCommandOutput | ListAccessEntriesCommandOutput | ListAccessPoliciesCommandOutput | ListAddonsCommandOutput | ListAssociatedAccessPoliciesCommandOutput | ListCapabilitiesCommandOutput | ListClustersCommandOutput | ListEksAnywhereSubscriptionsCommandOutput | ListFargateProfilesCommandOutput | ListIdentityProviderConfigsCommandOutput | ListInsightsCommandOutput | ListNodegroupsCommandOutput | ListPodIdentityAssociationsCommandOutput | ListTagsForResourceCommandOutput | ListUpdatesCommandOutput | RegisterClusterCommandOutput | StartInsightsRefreshCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccessEntryCommandOutput | UpdateAddonCommandOutput | UpdateCapabilityCommandOutput | UpdateClusterConfigCommandOutput | UpdateClusterVersionCommandOutput | UpdateEksAnywhereSubscriptionCommandOutput | UpdateNodegroupConfigCommandOutput | UpdateNodegroupVersionCommandOutput | UpdatePodIdentityAssociationCommandOutput;
84
85
  /**
85
86
  * @public
86
87
  */
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./EKSClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
2
  import type { AssociateAccessPolicyRequest, AssociateAccessPolicyResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AssociateAccessPolicyCommandInput extends AssociateAccessPolicy
22
19
  export interface AssociateAccessPolicyCommandOutput extends AssociateAccessPolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateAccessPolicyCommand_base: {
25
- new (input: AssociateAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<AssociateAccessPolicyCommandInput, AssociateAccessPolicyCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<AssociateAccessPolicyCommandInput, AssociateAccessPolicyCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<AssociateAccessPolicyCommandInput, AssociateAccessPolicyCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<AssociateAccessPolicyCommandInput, AssociateAccessPolicyCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates an access policy and its scope to an access entry. For more information
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
2
  import type { AssociateEncryptionConfigRequest, AssociateEncryptionConfigResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AssociateEncryptionConfigCommandInput extends AssociateEncrypti
22
19
  export interface AssociateEncryptionConfigCommandOutput extends AssociateEncryptionConfigResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateEncryptionConfigCommand_base: {
25
- new (input: AssociateEncryptionConfigCommandInput): import("@smithy/core/client").CommandImpl<AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateEncryptionConfigCommandInput): import("@smithy/core/client").CommandImpl<AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateEncryptionConfigCommandInput): import("@smithy/core/client").CommandImpl<AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateEncryptionConfigCommandInput): import("@smithy/core/client").CommandImpl<AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates an encryption configuration to an existing cluster.</p>
@@ -61,7 +56,7 @@ declare const AssociateEncryptionConfigCommand_base: {
61
56
  * // update: { // Update
62
57
  * // id: "STRING_VALUE",
63
58
  * // 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",
59
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate" || "VersionRollback",
65
60
  * // params: [ // UpdateParams
66
61
  * // { // UpdateParam
67
62
  * // 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 +73,10 @@ declare const AssociateEncryptionConfigCommand_base: {
78
73
  * // ],
79
74
  * // },
80
75
  * // ],
76
+ * // cancellation: { // Cancellation
77
+ * // status: "InProgress" || "Failed" || "Successful",
78
+ * // reason: "STRING_VALUE",
79
+ * // },
81
80
  * // },
82
81
  * // };
83
82
  *
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
2
  import type { AssociateIdentityProviderConfigRequest, AssociateIdentityProviderConfigResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AssociateIdentityProviderConfigCommandInput extends AssociateId
22
19
  export interface AssociateIdentityProviderConfigCommandOutput extends AssociateIdentityProviderConfigResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateIdentityProviderConfigCommand_base: {
25
- new (input: AssociateIdentityProviderConfigCommandInput): import("@smithy/core/client").CommandImpl<AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateIdentityProviderConfigCommandInput): import("@smithy/core/client").CommandImpl<AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateIdentityProviderConfigCommandInput): import("@smithy/core/client").CommandImpl<AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateIdentityProviderConfigCommandInput): import("@smithy/core/client").CommandImpl<AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates an identity provider configuration to a cluster.</p>
@@ -70,7 +65,7 @@ declare const AssociateIdentityProviderConfigCommand_base: {
70
65
  * // update: { // Update
71
66
  * // id: "STRING_VALUE",
72
67
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
73
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate",
68
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate" || "VersionRollback",
74
69
  * // params: [ // UpdateParams
75
70
  * // { // UpdateParam
76
71
  * // 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",
@@ -87,6 +82,10 @@ declare const AssociateIdentityProviderConfigCommand_base: {
87
82
  * // ],
88
83
  * // },
89
84
  * // ],
85
+ * // cancellation: { // Cancellation
86
+ * // status: "InProgress" || "Failed" || "Successful",
87
+ * // reason: "STRING_VALUE",
88
+ * // },
90
89
  * // },
91
90
  * // tags: { // TagMap
92
91
  * // "<keys>": "STRING_VALUE",