@aws-sdk/client-eks 3.1076.0 → 3.1077.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 (49) hide show
  1. package/README.md +7 -0
  2. package/dist-cjs/index.js +90 -31
  3. package/dist-es/EKS.js +2 -0
  4. package/dist-es/commands/CancelUpdateCommand.js +16 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/enums.js +7 -0
  7. package/dist-es/models/errors.js +14 -14
  8. package/dist-es/runtimeConfig.browser.js +0 -2
  9. package/dist-es/runtimeConfig.js +1 -2
  10. package/dist-es/runtimeConfig.native.js +0 -2
  11. package/dist-es/runtimeConfig.shared.js +2 -0
  12. package/dist-es/schemas/schemas_0.js +45 -14
  13. package/dist-types/EKS.d.ts +7 -0
  14. package/dist-types/EKSClient.d.ts +3 -2
  15. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +5 -1
  16. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +5 -1
  17. package/dist-types/commands/CancelUpdateCommand.d.ts +146 -0
  18. package/dist-types/commands/DescribeInsightCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeUpdateCommand.d.ts +5 -1
  20. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +5 -1
  21. package/dist-types/commands/ListInsightsCommand.d.ts +2 -2
  22. package/dist-types/commands/UpdateAddonCommand.d.ts +5 -1
  23. package/dist-types/commands/UpdateCapabilityCommand.d.ts +5 -1
  24. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +5 -1
  25. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +8 -1
  26. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +5 -1
  27. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +5 -1
  28. package/dist-types/commands/index.d.ts +1 -0
  29. package/dist-types/models/enums.d.ts +15 -0
  30. package/dist-types/models/errors.d.ts +23 -23
  31. package/dist-types/models/models_0.d.ts +76 -2
  32. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  33. package/dist-types/runtimeConfig.d.ts +1 -1
  34. package/dist-types/runtimeConfig.native.d.ts +1 -1
  35. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  36. package/dist-types/schemas/schemas_0.d.ts +5 -0
  37. package/dist-types/ts3.4/EKS.d.ts +17 -0
  38. package/dist-types/ts3.4/EKSClient.d.ts +6 -0
  39. package/dist-types/ts3.4/commands/CancelUpdateCommand.d.ts +49 -0
  40. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  41. package/dist-types/ts3.4/models/enums.d.ts +9 -0
  42. package/dist-types/ts3.4/models/errors.d.ts +8 -8
  43. package/dist-types/ts3.4/models/models_0.d.ts +18 -0
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  48. package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
  49. package/package.json +6 -8
@@ -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
  */
@@ -61,7 +61,7 @@ declare const AssociateEncryptionConfigCommand_base: {
61
61
  * // update: { // Update
62
62
  * // id: "STRING_VALUE",
63
63
  * // 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",
64
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate" || "VersionRollback",
65
65
  * // params: [ // UpdateParams
66
66
  * // { // UpdateParam
67
67
  * // 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 +78,10 @@ declare const AssociateEncryptionConfigCommand_base: {
78
78
  * // ],
79
79
  * // },
80
80
  * // ],
81
+ * // cancellation: { // Cancellation
82
+ * // status: "InProgress" || "Failed" || "Successful",
83
+ * // reason: "STRING_VALUE",
84
+ * // },
81
85
  * // },
82
86
  * // };
83
87
  *
@@ -70,7 +70,7 @@ declare const AssociateIdentityProviderConfigCommand_base: {
70
70
  * // update: { // Update
71
71
  * // id: "STRING_VALUE",
72
72
  * // 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",
73
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate" || "VersionRollback",
74
74
  * // params: [ // UpdateParams
75
75
  * // { // UpdateParam
76
76
  * // 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 +87,10 @@ declare const AssociateIdentityProviderConfigCommand_base: {
87
87
  * // ],
88
88
  * // },
89
89
  * // ],
90
+ * // cancellation: { // Cancellation
91
+ * // status: "InProgress" || "Failed" || "Successful",
92
+ * // reason: "STRING_VALUE",
93
+ * // },
90
94
  * // },
91
95
  * // tags: { // TagMap
92
96
  * // "<keys>": "STRING_VALUE",
@@ -0,0 +1,146 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
+ import type { CancelUpdateRequest, CancelUpdateResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CancelUpdateCommand}.
14
+ */
15
+ export interface CancelUpdateCommandInput extends CancelUpdateRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CancelUpdateCommand}.
21
+ */
22
+ export interface CancelUpdateCommandOutput extends CancelUpdateResponse, __MetadataBearer {
23
+ }
24
+ declare const CancelUpdateCommand_base: {
25
+ new (input: CancelUpdateCommandInput): import("@smithy/core/client").CommandImpl<CancelUpdateCommandInput, CancelUpdateCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CancelUpdateCommandInput): import("@smithy/core/client").CommandImpl<CancelUpdateCommandInput, CancelUpdateCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Cancels an in-progress update to an Amazon EKS cluster on a best-effort basis. Cancellation
33
+ * is only performed if the update can be cancelled. Currently, this is supported for
34
+ * <code>VersionRollback</code> update types on EKS Auto Mode clusters when nodes are
35
+ * rolling back.</p>
36
+ * <p>A successful cancellation stops the node rollback. After cancellation, nodes converge
37
+ * to the current cluster version honoring configured disruption controls. If the control
38
+ * plane rollback has already begun, the cancellation request fails.</p>
39
+ * @example
40
+ * Use a bare-bones client and the command you need to make an API call.
41
+ * ```javascript
42
+ * import { EKSClient, CancelUpdateCommand } from "@aws-sdk/client-eks"; // ES Modules import
43
+ * // const { EKSClient, CancelUpdateCommand } = require("@aws-sdk/client-eks"); // CommonJS import
44
+ * // import type { EKSClientConfig } from "@aws-sdk/client-eks";
45
+ * const config = {}; // type is EKSClientConfig
46
+ * const client = new EKSClient(config);
47
+ * const input = { // CancelUpdateRequest
48
+ * name: "STRING_VALUE", // required
49
+ * updateId: "STRING_VALUE", // required
50
+ * clientRequestToken: "STRING_VALUE",
51
+ * };
52
+ * const command = new CancelUpdateCommand(input);
53
+ * const response = await client.send(command);
54
+ * // { // CancelUpdateResponse
55
+ * // update: { // Update
56
+ * // id: "STRING_VALUE",
57
+ * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
58
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate" || "VersionRollback",
59
+ * // params: [ // UpdateParams
60
+ * // { // UpdateParam
61
+ * // 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",
62
+ * // value: "STRING_VALUE",
63
+ * // },
64
+ * // ],
65
+ * // createdAt: new Date("TIMESTAMP"),
66
+ * // errors: [ // ErrorDetails
67
+ * // { // ErrorDetail
68
+ * // errorCode: "SubnetNotFound" || "SecurityGroupNotFound" || "EniLimitReached" || "IpNotAvailable" || "AccessDenied" || "OperationNotPermitted" || "VpcIdNotFound" || "Unknown" || "NodeCreationFailure" || "PodEvictionFailure" || "InsufficientFreeAddresses" || "ClusterUnreachable" || "InsufficientNumberOfReplicas" || "ConfigurationConflict" || "AdmissionRequestDenied" || "UnsupportedAddonModification" || "K8sResourceNotFound",
69
+ * // errorMessage: "STRING_VALUE",
70
+ * // resourceIds: [ // StringList
71
+ * // "STRING_VALUE",
72
+ * // ],
73
+ * // },
74
+ * // ],
75
+ * // cancellation: { // Cancellation
76
+ * // status: "InProgress" || "Failed" || "Successful",
77
+ * // reason: "STRING_VALUE",
78
+ * // },
79
+ * // },
80
+ * // };
81
+ *
82
+ * ```
83
+ *
84
+ * @param CancelUpdateCommandInput - {@link CancelUpdateCommandInput}
85
+ * @returns {@link CancelUpdateCommandOutput}
86
+ * @see {@link CancelUpdateCommandInput} for command's `input` shape.
87
+ * @see {@link CancelUpdateCommandOutput} for command's `response` shape.
88
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
89
+ *
90
+ * @throws {@link ClientException} (client fault)
91
+ * <p>These errors are usually caused by a client action. Actions can include using an
92
+ * action or resource on behalf of an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> that doesn't have permissions to use
93
+ * the action or resource or specifying an identifier that is not valid.</p>
94
+ *
95
+ * @throws {@link InvalidParameterException} (client fault)
96
+ * <p>The specified parameter is invalid. Review the available parameters for the API
97
+ * request.</p>
98
+ *
99
+ * @throws {@link InvalidRequestException} (client fault)
100
+ * <p>The request is invalid given the state of the cluster. Check the state of the cluster
101
+ * and the associated operations.</p>
102
+ *
103
+ * @throws {@link InvalidStateException} (client fault)
104
+ * <p>Amazon EKS detected upgrade readiness issues. Call the <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_ListInsights.html">
105
+ * <code>ListInsights</code>
106
+ * </a> API to view detected upgrade blocking issues.
107
+ * Pass the <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_UpdateClusterVersion.html#API_UpdateClusterVersion_RequestBody">
108
+ * <code>force</code>
109
+ * </a> flag when updating to override upgrade readiness
110
+ * errors.</p>
111
+ *
112
+ * @throws {@link ResourceInUseException} (client fault)
113
+ * <p>The specified resource is in use.</p>
114
+ *
115
+ * @throws {@link ResourceNotFoundException} (client fault)
116
+ * <p>The specified resource could not be found. You can view your available clusters with
117
+ * <code>ListClusters</code>. You can view your available managed node groups with
118
+ * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
119
+ * specific.</p>
120
+ *
121
+ * @throws {@link ServerException} (server fault)
122
+ * <p>These errors are usually caused by a server-side issue.</p>
123
+ *
124
+ * @throws {@link ThrottlingException} (client fault)
125
+ * <p>The request or operation couldn't be performed because a service is throttling
126
+ * requests.</p>
127
+ *
128
+ * @throws {@link EKSServiceException}
129
+ * <p>Base exception class for all service exceptions from EKS service.</p>
130
+ *
131
+ *
132
+ * @public
133
+ */
134
+ export declare class CancelUpdateCommand extends CancelUpdateCommand_base {
135
+ /** @internal type navigation helper, not in runtime. */
136
+ protected static __types: {
137
+ api: {
138
+ input: CancelUpdateRequest;
139
+ output: CancelUpdateResponse;
140
+ };
141
+ sdk: {
142
+ input: CancelUpdateCommandInput;
143
+ output: CancelUpdateCommandOutput;
144
+ };
145
+ };
146
+ }
@@ -48,7 +48,7 @@ declare const DescribeInsightCommand_base: {
48
48
  * // insight: { // Insight
49
49
  * // id: "STRING_VALUE",
50
50
  * // name: "STRING_VALUE",
51
- * // category: "UPGRADE_READINESS" || "MISCONFIGURATION",
51
+ * // category: "UPGRADE_READINESS" || "MISCONFIGURATION" || "ROLLBACK_READINESS",
52
52
  * // kubernetesVersion: "STRING_VALUE",
53
53
  * // lastRefreshTime: new Date("TIMESTAMP"),
54
54
  * // lastTransitionTime: new Date("TIMESTAMP"),
@@ -54,7 +54,7 @@ declare const DescribeUpdateCommand_base: {
54
54
  * // update: { // Update
55
55
  * // id: "STRING_VALUE",
56
56
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
57
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate",
57
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate" || "VersionRollback",
58
58
  * // params: [ // UpdateParams
59
59
  * // { // UpdateParam
60
60
  * // 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",
@@ -71,6 +71,10 @@ declare const DescribeUpdateCommand_base: {
71
71
  * // ],
72
72
  * // },
73
73
  * // ],
74
+ * // cancellation: { // Cancellation
75
+ * // status: "InProgress" || "Failed" || "Successful",
76
+ * // reason: "STRING_VALUE",
77
+ * // },
74
78
  * // },
75
79
  * // };
76
80
  *
@@ -55,7 +55,7 @@ declare const DisassociateIdentityProviderConfigCommand_base: {
55
55
  * // update: { // Update
56
56
  * // id: "STRING_VALUE",
57
57
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
58
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate",
58
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate" || "VersionRollback",
59
59
  * // params: [ // UpdateParams
60
60
  * // { // UpdateParam
61
61
  * // 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",
@@ -72,6 +72,10 @@ declare const DisassociateIdentityProviderConfigCommand_base: {
72
72
  * // ],
73
73
  * // },
74
74
  * // ],
75
+ * // cancellation: { // Cancellation
76
+ * // status: "InProgress" || "Failed" || "Successful",
77
+ * // reason: "STRING_VALUE",
78
+ * // },
75
79
  * // },
76
80
  * // };
77
81
  *
@@ -58,7 +58,7 @@ declare const ListInsightsCommand_base: {
58
58
  * clusterName: "STRING_VALUE", // required
59
59
  * filter: { // InsightsFilter
60
60
  * categories: [ // CategoryList
61
- * "UPGRADE_READINESS" || "MISCONFIGURATION",
61
+ * "UPGRADE_READINESS" || "MISCONFIGURATION" || "ROLLBACK_READINESS",
62
62
  * ],
63
63
  * kubernetesVersions: [ // StringList
64
64
  * "STRING_VALUE",
@@ -77,7 +77,7 @@ declare const ListInsightsCommand_base: {
77
77
  * // { // InsightSummary
78
78
  * // id: "STRING_VALUE",
79
79
  * // name: "STRING_VALUE",
80
- * // category: "UPGRADE_READINESS" || "MISCONFIGURATION",
80
+ * // category: "UPGRADE_READINESS" || "MISCONFIGURATION" || "ROLLBACK_READINESS",
81
81
  * // kubernetesVersion: "STRING_VALUE",
82
82
  * // lastRefreshTime: new Date("TIMESTAMP"),
83
83
  * // lastTransitionTime: new Date("TIMESTAMP"),
@@ -59,7 +59,7 @@ declare const UpdateAddonCommand_base: {
59
59
  * // update: { // Update
60
60
  * // id: "STRING_VALUE",
61
61
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
62
- * // 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",
63
63
  * // params: [ // UpdateParams
64
64
  * // { // UpdateParam
65
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",
@@ -76,6 +76,10 @@ declare const UpdateAddonCommand_base: {
76
76
  * // ],
77
77
  * // },
78
78
  * // ],
79
+ * // cancellation: { // Cancellation
80
+ * // status: "InProgress" || "Failed" || "Successful",
81
+ * // reason: "STRING_VALUE",
82
+ * // },
79
83
  * // },
80
84
  * // };
81
85
  *
@@ -85,7 +85,7 @@ declare const UpdateCapabilityCommand_base: {
85
85
  * // update: { // Update
86
86
  * // id: "STRING_VALUE",
87
87
  * // 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",
88
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate" || "VersionRollback",
89
89
  * // params: [ // UpdateParams
90
90
  * // { // UpdateParam
91
91
  * // 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 +102,10 @@ declare const UpdateCapabilityCommand_base: {
102
102
  * // ],
103
103
  * // },
104
104
  * // ],
105
+ * // cancellation: { // Cancellation
106
+ * // status: "InProgress" || "Failed" || "Successful",
107
+ * // reason: "STRING_VALUE",
108
+ * // },
105
109
  * // },
106
110
  * // };
107
111
  *
@@ -170,7 +170,7 @@ declare const UpdateClusterConfigCommand_base: {
170
170
  * // update: { // Update
171
171
  * // id: "STRING_VALUE",
172
172
  * // 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",
173
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate" || "VersionRollback",
174
174
  * // params: [ // UpdateParams
175
175
  * // { // UpdateParam
176
176
  * // 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 +187,10 @@ declare const UpdateClusterConfigCommand_base: {
187
187
  * // ],
188
188
  * // },
189
189
  * // ],
190
+ * // cancellation: { // Cancellation
191
+ * // status: "InProgress" || "Failed" || "Successful",
192
+ * // reason: "STRING_VALUE",
193
+ * // },
190
194
  * // },
191
195
  * // };
192
196
  *
@@ -54,6 +54,9 @@ declare const UpdateClusterVersionCommand_base: {
54
54
  * version: "STRING_VALUE", // required
55
55
  * clientRequestToken: "STRING_VALUE",
56
56
  * force: true || false,
57
+ * rollbackConfig: { // RollbackConfig
58
+ * timeoutMinutes: Number("int"),
59
+ * },
57
60
  * };
58
61
  * const command = new UpdateClusterVersionCommand(input);
59
62
  * const response = await client.send(command);
@@ -61,7 +64,7 @@ declare const UpdateClusterVersionCommand_base: {
61
64
  * // update: { // Update
62
65
  * // id: "STRING_VALUE",
63
66
  * // 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",
67
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate" || "VersionRollback",
65
68
  * // params: [ // UpdateParams
66
69
  * // { // UpdateParam
67
70
  * // 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 +81,10 @@ declare const UpdateClusterVersionCommand_base: {
78
81
  * // ],
79
82
  * // },
80
83
  * // ],
84
+ * // cancellation: { // Cancellation
85
+ * // status: "InProgress" || "Failed" || "Successful",
86
+ * // reason: "STRING_VALUE",
87
+ * // },
81
88
  * // },
82
89
  * // };
83
90
  *