@alicloud/cs20151215 6.5.2 → 6.6.1

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 (130) hide show
  1. package/dist/client.d.ts +48 -30
  2. package/dist/client.js +99 -30
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/Addon.d.ts +16 -1
  5. package/dist/models/Addon.js.map +1 -1
  6. package/dist/models/ContainerdConfig.d.ts +8 -0
  7. package/dist/models/ContainerdConfig.js.map +1 -1
  8. package/dist/models/CreateAutoRepairPolicyRequest.d.ts +0 -51
  9. package/dist/models/CreateAutoRepairPolicyRequest.js +1 -55
  10. package/dist/models/CreateAutoRepairPolicyRequest.js.map +1 -1
  11. package/dist/models/CreateTemplateResponseBody.d.ts +1 -1
  12. package/dist/models/DataDisk.d.ts +71 -0
  13. package/dist/models/DataDisk.js.map +1 -1
  14. package/dist/models/DeleteAlertContactResponse.d.ts +0 -24
  15. package/dist/models/DeleteAlertContactResponse.js.map +1 -1
  16. package/dist/models/DescribeAutoRepairPolicyResponseBody.d.ts +1 -52
  17. package/dist/models/DescribeAutoRepairPolicyResponseBody.js +2 -56
  18. package/dist/models/DescribeAutoRepairPolicyResponseBody.js.map +1 -1
  19. package/dist/models/DescribeClusterAddonMetadataRequest.d.ts +7 -0
  20. package/dist/models/DescribeClusterAddonMetadataRequest.js.map +1 -1
  21. package/dist/models/DescribeClusterEventsRequest.d.ts +2 -0
  22. package/dist/models/DescribeClusterEventsRequest.js +4 -0
  23. package/dist/models/DescribeClusterEventsRequest.js.map +1 -1
  24. package/dist/models/DescribeClusterEventsResponseBody.d.ts +1 -0
  25. package/dist/models/DescribeClusterEventsResponseBody.js +2 -0
  26. package/dist/models/DescribeClusterEventsResponseBody.js.map +1 -1
  27. package/dist/models/DescribeClusterTasksRequest.d.ts +2 -0
  28. package/dist/models/DescribeClusterTasksRequest.js +4 -0
  29. package/dist/models/DescribeClusterTasksRequest.js.map +1 -1
  30. package/dist/models/DescribeClusterTasksResponseBody.d.ts +1 -0
  31. package/dist/models/DescribeClusterTasksResponseBody.js +2 -0
  32. package/dist/models/DescribeClusterTasksResponseBody.js.map +1 -1
  33. package/dist/models/DescribeEventsForRegionRequest.d.ts +2 -0
  34. package/dist/models/DescribeEventsForRegionRequest.js +4 -0
  35. package/dist/models/DescribeEventsForRegionRequest.js.map +1 -1
  36. package/dist/models/DescribeEventsForRegionResponseBody.d.ts +1 -0
  37. package/dist/models/DescribeEventsForRegionResponseBody.js +2 -0
  38. package/dist/models/DescribeEventsForRegionResponseBody.js.map +1 -1
  39. package/dist/models/DescribeEventsRequest.d.ts +2 -0
  40. package/dist/models/DescribeEventsRequest.js +4 -0
  41. package/dist/models/DescribeEventsRequest.js.map +1 -1
  42. package/dist/models/DescribeEventsResponseBody.d.ts +8 -4
  43. package/dist/models/DescribeEventsResponseBody.js +2 -0
  44. package/dist/models/DescribeEventsResponseBody.js.map +1 -1
  45. package/dist/models/DescribeRegionsRequest.d.ts +27 -0
  46. package/dist/models/DescribeRegionsRequest.js.map +1 -1
  47. package/dist/models/DescribeRegionsResponseBody.d.ts +17 -0
  48. package/dist/models/DescribeRegionsResponseBody.js.map +1 -1
  49. package/dist/models/InstallNodePoolComponentsRequest.d.ts +34 -0
  50. package/dist/models/InstallNodePoolComponentsRequest.js.map +1 -1
  51. package/dist/models/InstallNodePoolComponentsResponseBody.d.ts +9 -0
  52. package/dist/models/InstallNodePoolComponentsResponseBody.js.map +1 -1
  53. package/dist/models/InstancePatterns.d.ts +77 -0
  54. package/dist/models/InstancePatterns.js.map +1 -1
  55. package/dist/models/KubeletConfig.d.ts +127 -0
  56. package/dist/models/KubeletConfig.js.map +1 -1
  57. package/dist/models/ListAutoRepairPoliciesResponseBody.d.ts +1 -52
  58. package/dist/models/ListAutoRepairPoliciesResponseBody.js +2 -56
  59. package/dist/models/ListAutoRepairPoliciesResponseBody.js.map +1 -1
  60. package/dist/models/ListClusterAddonInstanceResourcesResponseBody.d.ts +35 -0
  61. package/dist/models/ListClusterAddonInstanceResourcesResponseBody.js.map +1 -1
  62. package/dist/models/ListTagResourcesResponseBody.d.ts +3 -3
  63. package/dist/models/MaintenanceWindow.d.ts +31 -1
  64. package/dist/models/MaintenanceWindow.js.map +1 -1
  65. package/dist/models/ModifyAutoRepairPolicyRequest.d.ts +0 -51
  66. package/dist/models/ModifyAutoRepairPolicyRequest.js +1 -55
  67. package/dist/models/ModifyAutoRepairPolicyRequest.js.map +1 -1
  68. package/dist/models/Nodepool.d.ts +508 -10
  69. package/dist/models/Nodepool.js.map +1 -1
  70. package/dist/models/Runtime.d.ts +14 -0
  71. package/dist/models/Runtime.js.map +1 -1
  72. package/dist/models/Tag.d.ts +6 -0
  73. package/dist/models/Tag.js.map +1 -1
  74. package/dist/models/TagResourcesResponseBody.d.ts +1 -1
  75. package/dist/models/Taint.d.ts +15 -0
  76. package/dist/models/Taint.js.map +1 -1
  77. package/dist/models/UntagResourcesResponseBody.d.ts +1 -1
  78. package/dist/models/UpdateKmsencryptionRequest.d.ts +39 -0
  79. package/dist/models/UpdateKmsencryptionRequest.js +60 -0
  80. package/dist/models/UpdateKmsencryptionRequest.js.map +1 -0
  81. package/dist/models/UpdateKmsencryptionResponse.d.ts +17 -0
  82. package/dist/models/UpdateKmsencryptionResponse.js +63 -0
  83. package/dist/models/UpdateKmsencryptionResponse.js.map +1 -0
  84. package/dist/models/UpdateNodePoolComponentRequest.d.ts +35 -0
  85. package/dist/models/UpdateNodePoolComponentRequest.js.map +1 -1
  86. package/dist/models/UpdateNodePoolComponentResponseBody.d.ts +6 -0
  87. package/dist/models/UpdateNodePoolComponentResponseBody.js.map +1 -1
  88. package/dist/models/model.d.ts +2 -8
  89. package/dist/models/model.js +50 -62
  90. package/dist/models/model.js.map +1 -1
  91. package/package.json +1 -1
  92. package/src/client.ts +111 -30
  93. package/src/models/Addon.ts +16 -1
  94. package/src/models/ContainerdConfig.ts +8 -0
  95. package/src/models/CreateAutoRepairPolicyRequest.ts +0 -87
  96. package/src/models/CreateTemplateResponseBody.ts +1 -1
  97. package/src/models/DataDisk.ts +71 -0
  98. package/src/models/DeleteAlertContactResponse.ts +0 -24
  99. package/src/models/DescribeAutoRepairPolicyResponseBody.ts +2 -89
  100. package/src/models/DescribeClusterAddonMetadataRequest.ts +7 -0
  101. package/src/models/DescribeClusterEventsRequest.ts +6 -0
  102. package/src/models/DescribeClusterEventsResponseBody.ts +3 -0
  103. package/src/models/DescribeClusterTasksRequest.ts +6 -0
  104. package/src/models/DescribeClusterTasksResponseBody.ts +3 -0
  105. package/src/models/DescribeEventsForRegionRequest.ts +6 -0
  106. package/src/models/DescribeEventsForRegionResponseBody.ts +3 -0
  107. package/src/models/DescribeEventsRequest.ts +6 -0
  108. package/src/models/DescribeEventsResponseBody.ts +10 -4
  109. package/src/models/DescribeRegionsRequest.ts +27 -0
  110. package/src/models/DescribeRegionsResponseBody.ts +17 -0
  111. package/src/models/InstallNodePoolComponentsRequest.ts +34 -0
  112. package/src/models/InstallNodePoolComponentsResponseBody.ts +9 -0
  113. package/src/models/InstancePatterns.ts +77 -0
  114. package/src/models/KubeletConfig.ts +127 -0
  115. package/src/models/ListAutoRepairPoliciesResponseBody.ts +2 -89
  116. package/src/models/ListClusterAddonInstanceResourcesResponseBody.ts +35 -0
  117. package/src/models/ListTagResourcesResponseBody.ts +3 -3
  118. package/src/models/MaintenanceWindow.ts +31 -1
  119. package/src/models/ModifyAutoRepairPolicyRequest.ts +0 -87
  120. package/src/models/Nodepool.ts +508 -10
  121. package/src/models/Runtime.ts +14 -0
  122. package/src/models/Tag.ts +6 -0
  123. package/src/models/TagResourcesResponseBody.ts +1 -1
  124. package/src/models/Taint.ts +15 -0
  125. package/src/models/UntagResourcesResponseBody.ts +1 -1
  126. package/src/models/UpdateKmsencryptionRequest.ts +54 -0
  127. package/src/models/UpdateKmsencryptionResponse.ts +33 -0
  128. package/src/models/UpdateNodePoolComponentRequest.ts +35 -0
  129. package/src/models/UpdateNodePoolComponentResponseBody.ts +6 -0
  130. package/src/models/model.ts +2 -8
package/dist/client.d.ts CHANGED
@@ -9,7 +9,7 @@ export default class Client extends OpenApi {
9
9
  [key: string]: string;
10
10
  }, endpoint: string): string;
11
11
  /**
12
- * Adds existing Elastic Compute Service (ECS) instances to a Container Service for Kubernetes (ACK) cluster.
12
+ * Adds existing Elastic Compute Service (ECS) instances to a Container Service for Kubernetes (ACK) cluster. When you need to add an ECS instance as a worker node to an ACK cluster or re-add a worker node to the cluster, you can call this operation.
13
13
  *
14
14
  * @param request - AttachInstancesRequest
15
15
  * @param headers - map
@@ -20,7 +20,7 @@ export default class Client extends OpenApi {
20
20
  [key: string]: string;
21
21
  }, runtime: $dara.RuntimeOptions): Promise<$_model.AttachInstancesResponse>;
22
22
  /**
23
- * Adds existing Elastic Compute Service (ECS) instances to a Container Service for Kubernetes (ACK) cluster.
23
+ * Adds existing Elastic Compute Service (ECS) instances to a Container Service for Kubernetes (ACK) cluster. When you need to add an ECS instance as a worker node to an ACK cluster or re-add a worker node to the cluster, you can call this operation.
24
24
  *
25
25
  * @param request - AttachInstancesRequest
26
26
  * @returns AttachInstancesResponse
@@ -83,7 +83,7 @@ export default class Client extends OpenApi {
83
83
  */
84
84
  cancelComponentUpgrade(clusterId: string, componentId: string): Promise<$_model.CancelComponentUpgradeResponse>;
85
85
  /**
86
- * You can call the CancelOperationPlan operation to cancel a pending auto O\\\\\\\\\\\\&M plan.
86
+ * You can call the CancelOperationPlan operation to cancel a pending auto O\\\\\\\\\\\\\\\\\\\\&M plan.
87
87
  *
88
88
  * @param headers - map
89
89
  * @param runtime - runtime options for this request RuntimeOptions
@@ -93,7 +93,7 @@ export default class Client extends OpenApi {
93
93
  [key: string]: string;
94
94
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CancelOperationPlanResponse>;
95
95
  /**
96
- * You can call the CancelOperationPlan operation to cancel a pending auto O\\\\\\\\\\\\&M plan.
96
+ * You can call the CancelOperationPlan operation to cancel a pending auto O\\\\\\\\\\\\\\\\\\\\&M plan.
97
97
  * @returns CancelOperationPlanResponse
98
98
  */
99
99
  cancelOperationPlan(planId: string): Promise<$_model.CancelOperationPlanResponse>;
@@ -204,7 +204,7 @@ export default class Client extends OpenApi {
204
204
  */
205
205
  cleanUserPermissions(Uid: string, request: $_model.CleanUserPermissionsRequest): Promise<$_model.CleanUserPermissionsResponse>;
206
206
  /**
207
- * 查询自愈规则
207
+ * Creates an auto-repair policy.
208
208
  *
209
209
  * @param request - CreateAutoRepairPolicyRequest
210
210
  * @param headers - map
@@ -215,7 +215,7 @@ export default class Client extends OpenApi {
215
215
  [key: string]: string;
216
216
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAutoRepairPolicyResponse>;
217
217
  /**
218
- * 查询自愈规则
218
+ * Creates an auto-repair policy.
219
219
  *
220
220
  * @param request - CreateAutoRepairPolicyRequest
221
221
  * @returns CreateAutoRepairPolicyResponse
@@ -312,7 +312,7 @@ export default class Client extends OpenApi {
312
312
  */
313
313
  createClusterInspectConfig(clusterId: string, request: $_model.CreateClusterInspectConfigRequest): Promise<$_model.CreateClusterInspectConfigResponse>;
314
314
  /**
315
- * Creates a node pool for a Container Service for Kubernetes (ACK) cluster. You can use node pools to facilitate node management. For example, you can schedule, configure, or maintain nodes by node pool, and enable auto scaling for a node pool. We recommend that you use a managed node pool, which can help automate specific O\\\\\\&M tasks for nodes, such as Common Vulnerabilities and Exposures (CVE) patching and node repair. This reduces your O\\\\\\&M workload.
315
+ * Creates a node pool for a Container Service for Kubernetes (ACK) cluster. You can use node pools to facilitate node management. For example, you can schedule, configure, or maintain nodes by node pool, and enable auto scaling for a node pool. We recommend that you use a managed node pool, which can help automate specific O\\\\\\\\\\\\&M tasks for nodes, such as Common Vulnerabilities and Exposures (CVE) patching and node repair. This reduces your O\\\\\\\\\\\\&M workload.
316
316
  *
317
317
  * @param request - CreateClusterNodePoolRequest
318
318
  * @param headers - map
@@ -323,7 +323,7 @@ export default class Client extends OpenApi {
323
323
  [key: string]: string;
324
324
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreateClusterNodePoolResponse>;
325
325
  /**
326
- * Creates a node pool for a Container Service for Kubernetes (ACK) cluster. You can use node pools to facilitate node management. For example, you can schedule, configure, or maintain nodes by node pool, and enable auto scaling for a node pool. We recommend that you use a managed node pool, which can help automate specific O\\\\\\&M tasks for nodes, such as Common Vulnerabilities and Exposures (CVE) patching and node repair. This reduces your O\\\\\\&M workload.
326
+ * Creates a node pool for a Container Service for Kubernetes (ACK) cluster. You can use node pools to facilitate node management. For example, you can schedule, configure, or maintain nodes by node pool, and enable auto scaling for a node pool. We recommend that you use a managed node pool, which can help automate specific O\\\\\\\\\\\\&M tasks for nodes, such as Common Vulnerabilities and Exposures (CVE) patching and node repair. This reduces your O\\\\\\\\\\\\&M workload.
327
327
  *
328
328
  * @param request - CreateClusterNodePoolRequest
329
329
  * @returns CreateClusterNodePoolResponse
@@ -488,7 +488,7 @@ export default class Client extends OpenApi {
488
488
  */
489
489
  deleteClusterInspectConfig(clusterId: string): Promise<$_model.DeleteClusterInspectConfigResponse>;
490
490
  /**
491
- * null
491
+ * Deletes unused node pools. Deleting a node pool terminates all pods on its nodes, which triggers pod rescheduling. Insufficient cluster resources may cause scheduling failures and business impact.
492
492
  *
493
493
  * @param request - DeleteClusterNodepoolRequest
494
494
  * @param headers - map
@@ -499,7 +499,7 @@ export default class Client extends OpenApi {
499
499
  [key: string]: string;
500
500
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteClusterNodepoolResponse>;
501
501
  /**
502
- * null
502
+ * Deletes unused node pools. Deleting a node pool terminates all pods on its nodes, which triggers pod rescheduling. Insufficient cluster resources may cause scheduling failures and business impact.
503
503
  *
504
504
  * @param request - DeleteClusterNodepoolRequest
505
505
  * @returns DeleteClusterNodepoolResponse
@@ -997,7 +997,7 @@ export default class Client extends OpenApi {
997
997
  */
998
998
  describeClusterVuls(clusterId: string): Promise<$_model.DescribeClusterVulsResponse>;
999
999
  /**
1000
- * Queries all the clusters that belong to the current Alibaba Cloud account, including Kubernetes clusters and Swarm clusters.
1000
+ * Queries all existing clusters in ACK, including Kubernetes clusters and Swarm clusters.
1001
1001
  *
1002
1002
  * @deprecated OpenAPI DescribeClusters is deprecated
1003
1003
  *
@@ -1010,7 +1010,7 @@ export default class Client extends OpenApi {
1010
1010
  [key: string]: string;
1011
1011
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeClustersResponse>;
1012
1012
  /**
1013
- * Queries all the clusters that belong to the current Alibaba Cloud account, including Kubernetes clusters and Swarm clusters.
1013
+ * Queries all existing clusters in ACK, including Kubernetes clusters and Swarm clusters.
1014
1014
  *
1015
1015
  * @deprecated OpenAPI DescribeClusters is deprecated
1016
1016
  *
@@ -1233,7 +1233,7 @@ export default class Client extends OpenApi {
1233
1233
  */
1234
1234
  describePolicyInstancesStatus(clusterId: string): Promise<$_model.DescribePolicyInstancesStatusResponse>;
1235
1235
  /**
1236
- * 查询地域列表
1236
+ * Queries the list of available regions.
1237
1237
  *
1238
1238
  * @param request - DescribeRegionsRequest
1239
1239
  * @param headers - map
@@ -1244,7 +1244,7 @@ export default class Client extends OpenApi {
1244
1244
  [key: string]: string;
1245
1245
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeRegionsResponse>;
1246
1246
  /**
1247
- * 查询地域列表
1247
+ * Queries the list of available regions.
1248
1248
  *
1249
1249
  * @param request - DescribeRegionsRequest
1250
1250
  * @returns DescribeRegionsResponse
@@ -1600,7 +1600,7 @@ export default class Client extends OpenApi {
1600
1600
  */
1601
1601
  getUpgradeStatus(ClusterId: string): Promise<$_model.GetUpgradeStatusResponse>;
1602
1602
  /**
1603
- * Updates the role-based access control (RBAC) permissions of a Resource Access Management (RAM) user or RAM role. By default, you do not have the RBAC permissions on a Container Service for Kubernetes (ACK) cluster if you are not the cluster owner or you are not using an Alibaba Cloud account. You can call this operation to specify the resources that can be accessed, permission scope, and predefined roles. This helps you better manage the access control on resources in ACK clusters.
1603
+ * By default, RAM users or roles who aren\\"t cluster creators and haven\\"t been granted full cluster permissions have no RBAC permissions in the cluster. You can call this interface to update RBAC access permissions for RAM users/roles, including accessible resources, permission scopes, and preset roles, for enhanced security control on resources in Container Service for Kubernetes (ACK) clusters.
1604
1604
  *
1605
1605
  * @remarks
1606
1606
  * If you use a Resource Access Management (RAM) account to call this operation, make sure it has permissions to modify cluster authorization information for other RAM users or RAM roles. Otherwise, the `StatusForbidden` or `ForbiddenGrantPermissions` error code is returned. For more information, see [Use a RAM user to grant RBAC permissions to other RAM users](https://help.aliyun.com/document_detail/119035.html).
@@ -1615,7 +1615,7 @@ export default class Client extends OpenApi {
1615
1615
  [key: string]: string;
1616
1616
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GrantPermissionsResponse>;
1617
1617
  /**
1618
- * Updates the role-based access control (RBAC) permissions of a Resource Access Management (RAM) user or RAM role. By default, you do not have the RBAC permissions on a Container Service for Kubernetes (ACK) cluster if you are not the cluster owner or you are not using an Alibaba Cloud account. You can call this operation to specify the resources that can be accessed, permission scope, and predefined roles. This helps you better manage the access control on resources in ACK clusters.
1618
+ * By default, RAM users or roles who aren\\"t cluster creators and haven\\"t been granted full cluster permissions have no RBAC permissions in the cluster. You can call this interface to update RBAC access permissions for RAM users/roles, including accessible resources, permission scopes, and preset roles, for enhanced security control on resources in Container Service for Kubernetes (ACK) clusters.
1619
1619
  *
1620
1620
  * @remarks
1621
1621
  * If you use a Resource Access Management (RAM) account to call this operation, make sure it has permissions to modify cluster authorization information for other RAM users or RAM roles. Otherwise, the `StatusForbidden` or `ForbiddenGrantPermissions` error code is returned. For more information, see [Use a RAM user to grant RBAC permissions to other RAM users](https://help.aliyun.com/document_detail/119035.html).
@@ -1626,7 +1626,7 @@ export default class Client extends OpenApi {
1626
1626
  */
1627
1627
  grantPermissions(uid: string, request: $_model.GrantPermissionsRequest): Promise<$_model.GrantPermissionsResponse>;
1628
1628
  /**
1629
- * 为了增强Kubernetes能力,ACK集群支持了多种组件,例如托管的核心组件,应用、日志和监控、网络、存储、安全组件等。您可以调用InstallClusterAddons接口,通过组件名称和版本安装组件。
1629
+ * Installs a component by specifying the name and version of the component. To enhance Kubernetes capabilities, you can install a variety of components in Container Service for Kubernetes (ACK) clusters, such as fully-managed core components and application, logging and monitoring, network, storage, and security group components.
1630
1630
  *
1631
1631
  * @param request - InstallClusterAddonsRequest
1632
1632
  * @param headers - map
@@ -1637,14 +1637,14 @@ export default class Client extends OpenApi {
1637
1637
  [key: string]: string;
1638
1638
  }, runtime: $dara.RuntimeOptions): Promise<$_model.InstallClusterAddonsResponse>;
1639
1639
  /**
1640
- * 为了增强Kubernetes能力,ACK集群支持了多种组件,例如托管的核心组件,应用、日志和监控、网络、存储、安全组件等。您可以调用InstallClusterAddons接口,通过组件名称和版本安装组件。
1640
+ * Installs a component by specifying the name and version of the component. To enhance Kubernetes capabilities, you can install a variety of components in Container Service for Kubernetes (ACK) clusters, such as fully-managed core components and application, logging and monitoring, network, storage, and security group components.
1641
1641
  *
1642
1642
  * @param request - InstallClusterAddonsRequest
1643
1643
  * @returns InstallClusterAddonsResponse
1644
1644
  */
1645
1645
  installClusterAddons(ClusterId: string, request: $_model.InstallClusterAddonsRequest): Promise<$_model.InstallClusterAddonsResponse>;
1646
1646
  /**
1647
- * 为ACK集群节点池安装节点组件
1647
+ * Installs components onto the nodes within a specified node pool. This API supports custom configurations and allows you to target specific nodes for the installation.
1648
1648
  *
1649
1649
  * @param request - InstallNodePoolComponentsRequest
1650
1650
  * @param headers - map
@@ -1655,7 +1655,7 @@ export default class Client extends OpenApi {
1655
1655
  [key: string]: string;
1656
1656
  }, runtime: $dara.RuntimeOptions): Promise<$_model.InstallNodePoolComponentsResponse>;
1657
1657
  /**
1658
- * 为ACK集群节点池安装节点组件
1658
+ * Installs components onto the nodes within a specified node pool. This API supports custom configurations and allows you to target specific nodes for the installation.
1659
1659
  *
1660
1660
  * @param request - InstallNodePoolComponentsRequest
1661
1661
  * @returns InstallNodePoolComponentsResponse
@@ -1680,7 +1680,7 @@ export default class Client extends OpenApi {
1680
1680
  */
1681
1681
  listAddons(request: $_model.ListAddonsRequest): Promise<$_model.ListAddonsResponse>;
1682
1682
  /**
1683
- * 查询自愈规则
1683
+ * List auto-repair policies.
1684
1684
  *
1685
1685
  * @param headers - map
1686
1686
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1690,12 +1690,12 @@ export default class Client extends OpenApi {
1690
1690
  [key: string]: string;
1691
1691
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListAutoRepairPoliciesResponse>;
1692
1692
  /**
1693
- * 查询自愈规则
1693
+ * List auto-repair policies.
1694
1694
  * @returns ListAutoRepairPoliciesResponse
1695
1695
  */
1696
1696
  listAutoRepairPolicies(clusterId: string): Promise<$_model.ListAutoRepairPoliciesResponse>;
1697
1697
  /**
1698
- * 获取集群组件实例的资源列表
1698
+ * Queries the list of resources associated with installed cluster add-ons, including Kubernetes resources and Helm release information.
1699
1699
  *
1700
1700
  * @param headers - map
1701
1701
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1705,7 +1705,7 @@ export default class Client extends OpenApi {
1705
1705
  [key: string]: string;
1706
1706
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListClusterAddonInstanceResourcesResponse>;
1707
1707
  /**
1708
- * 获取集群组件实例的资源列表
1708
+ * Queries the list of resources associated with installed cluster add-ons, including Kubernetes resources and Helm release information.
1709
1709
  * @returns ListClusterAddonInstanceResourcesResponse
1710
1710
  */
1711
1711
  listClusterAddonInstanceResources(clusterId: string, instanceName: string): Promise<$_model.ListClusterAddonInstanceResourcesResponse>;
@@ -2406,7 +2406,7 @@ export default class Client extends OpenApi {
2406
2406
  */
2407
2407
  syncClusterNodePool(ClusterId: string): Promise<$_model.SyncClusterNodePoolResponse>;
2408
2408
  /**
2409
- * You can add labels in key-value pairs to clusters. This allows cluster developers or O\\&M engineers to classify and manage clusters in a more flexible manner. This also meets the requirements for monitoring, cost analysis, and tenant isolation. You can call the TagResources operation to add labels to a cluster.
2409
+ * You can add labels in key-value pairs to clusters. This allows cluster developers or O\\\\\\\\\\\\&M engineers to classify and manage clusters in a more flexible manner. This also meets the requirements for monitoring, cost analysis, and tenant isolation. You can call the TagResources operation to add labels to a cluster.
2410
2410
  *
2411
2411
  * @param request - TagResourcesRequest
2412
2412
  * @param headers - map
@@ -2417,7 +2417,7 @@ export default class Client extends OpenApi {
2417
2417
  [key: string]: string;
2418
2418
  }, runtime: $dara.RuntimeOptions): Promise<$_model.TagResourcesResponse>;
2419
2419
  /**
2420
- * You can add labels in key-value pairs to clusters. This allows cluster developers or O\\&M engineers to classify and manage clusters in a more flexible manner. This also meets the requirements for monitoring, cost analysis, and tenant isolation. You can call the TagResources operation to add labels to a cluster.
2420
+ * You can add labels in key-value pairs to clusters. This allows cluster developers or O\\\\\\\\\\\\&M engineers to classify and manage clusters in a more flexible manner. This also meets the requirements for monitoring, cost analysis, and tenant isolation. You can call the TagResources operation to add labels to a cluster.
2421
2421
  *
2422
2422
  * @param request - TagResourcesRequest
2423
2423
  * @returns TagResourcesResponse
@@ -2564,7 +2564,25 @@ export default class Client extends OpenApi {
2564
2564
  */
2565
2565
  updateK8sClusterUserConfigExpire(ClusterId: string, request: $_model.UpdateK8sClusterUserConfigExpireRequest): Promise<$_model.UpdateK8sClusterUserConfigExpireResponse>;
2566
2566
  /**
2567
- * 更新节点组件
2567
+ * Updates the Secret encryption at rest configuration for a specified cluster by cluster ID.
2568
+ *
2569
+ * @param request - UpdateKMSEncryptionRequest
2570
+ * @param headers - map
2571
+ * @param runtime - runtime options for this request RuntimeOptions
2572
+ * @returns UpdateKMSEncryptionResponse
2573
+ */
2574
+ updateKMSEncryptionWithOptions(ClusterId: string, request: $_model.UpdateKMSEncryptionRequest, headers: {
2575
+ [key: string]: string;
2576
+ }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateKMSEncryptionResponse>;
2577
+ /**
2578
+ * Updates the Secret encryption at rest configuration for a specified cluster by cluster ID.
2579
+ *
2580
+ * @param request - UpdateKMSEncryptionRequest
2581
+ * @returns UpdateKMSEncryptionResponse
2582
+ */
2583
+ updateKMSEncryption(ClusterId: string, request: $_model.UpdateKMSEncryptionRequest): Promise<$_model.UpdateKMSEncryptionResponse>;
2584
+ /**
2585
+ * Updates a specific component within a node pool, such as the kubelet.
2568
2586
  *
2569
2587
  * @param request - UpdateNodePoolComponentRequest
2570
2588
  * @param headers - map
@@ -2575,7 +2593,7 @@ export default class Client extends OpenApi {
2575
2593
  [key: string]: string;
2576
2594
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateNodePoolComponentResponse>;
2577
2595
  /**
2578
- * 更新节点组件
2596
+ * Updates a specific component within a node pool, such as the kubelet.
2579
2597
  *
2580
2598
  * @param request - UpdateNodePoolComponentRequest
2581
2599
  * @returns UpdateNodePoolComponentResponse
@@ -2618,7 +2636,7 @@ export default class Client extends OpenApi {
2618
2636
  */
2619
2637
  updateTemplate(TemplateId: string, request: $_model.UpdateTemplateRequest): Promise<$_model.UpdateTemplateResponse>;
2620
2638
  /**
2621
- * Updates the role-based access control (RBAC) permissions of a Resource Access Management (RAM) user or RAM role. By default, you do not have the RBAC permissions on a Container Service for Kubernetes (ACK) cluster if you are not the cluster owner or you are not using an Alibaba Cloud account. You can call this operation to specify the resources that can be accessed, permission scope, and predefined roles. This helps you better manage the access control on resources in ACK clusters.
2639
+ * In a Container Service for Kubernetes (ACK) cluster, non-cluster creators, Resource Access Management (RAM) users, and RAM roles do not have any Role-Based Access Control (RBAC) permissions in the cluster by default. You can call this operation to specify the resources that can be accessed, permission scope, and predefined roles. This helps you better manage the access control on resources in ACK clusters.
2622
2640
  *
2623
2641
  * @remarks
2624
2642
  * *Precautions**:
@@ -2633,7 +2651,7 @@ export default class Client extends OpenApi {
2633
2651
  [key: string]: string;
2634
2652
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateUserPermissionsResponse>;
2635
2653
  /**
2636
- * Updates the role-based access control (RBAC) permissions of a Resource Access Management (RAM) user or RAM role. By default, you do not have the RBAC permissions on a Container Service for Kubernetes (ACK) cluster if you are not the cluster owner or you are not using an Alibaba Cloud account. You can call this operation to specify the resources that can be accessed, permission scope, and predefined roles. This helps you better manage the access control on resources in ACK clusters.
2654
+ * In a Container Service for Kubernetes (ACK) cluster, non-cluster creators, Resource Access Management (RAM) users, and RAM roles do not have any Role-Based Access Control (RBAC) permissions in the cluster by default. You can call this operation to specify the resources that can be accessed, permission scope, and predefined roles. This helps you better manage the access control on resources in ACK clusters.
2637
2655
  *
2638
2656
  * @remarks
2639
2657
  * *Precautions**: