@alicloud/cs20151215 4.3.0 → 4.3.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.
package/dist/client.d.ts CHANGED
@@ -6605,6 +6605,7 @@ export declare class DescribeNodePoolVulsResponseBodyVulRecordsVulList extends $
6605
6605
  cveList?: string[];
6606
6606
  name?: string;
6607
6607
  necessity?: string;
6608
+ needReboot?: boolean;
6608
6609
  static names(): {
6609
6610
  [key: string]: string;
6610
6611
  };
@@ -7709,6 +7710,8 @@ export default class Client extends OpenApi {
7709
7710
  */
7710
7711
  cancelClusterUpgrade(ClusterId: string): Promise<CancelClusterUpgradeResponse>;
7711
7712
  /**
7713
+ * @deprecated OpenAPI CancelComponentUpgrade is deprecated
7714
+ *
7712
7715
  * @summary You can call the CancelComponentUpgrade operation to cancel the update of a component.
7713
7716
  *
7714
7717
  * @param headers map
@@ -7719,6 +7722,8 @@ export default class Client extends OpenApi {
7719
7722
  [key: string]: string;
7720
7723
  }, runtime: $Util.RuntimeOptions): Promise<CancelComponentUpgradeResponse>;
7721
7724
  /**
7725
+ * @deprecated OpenAPI CancelComponentUpgrade is deprecated
7726
+ *
7722
7727
  * @summary You can call the CancelComponentUpgrade operation to cancel the update of a component.
7723
7728
  *
7724
7729
  * @return CancelComponentUpgradeResponse
@@ -9117,6 +9122,8 @@ export default class Client extends OpenApi {
9117
9122
  */
9118
9123
  getKubernetesTrigger(ClusterId: string, request: GetKubernetesTriggerRequest): Promise<GetKubernetesTriggerResponse>;
9119
9124
  /**
9125
+ * @deprecated OpenAPI GetUpgradeStatus is deprecated
9126
+ *
9120
9127
  * @summary You can call the GetUpgradeStatus operation to query the update progress of a cluster by cluster ID.
9121
9128
  *
9122
9129
  * @param headers map
@@ -9127,6 +9134,8 @@ export default class Client extends OpenApi {
9127
9134
  [key: string]: string;
9128
9135
  }, runtime: $Util.RuntimeOptions): Promise<GetUpgradeStatusResponse>;
9129
9136
  /**
9137
+ * @deprecated OpenAPI GetUpgradeStatus is deprecated
9138
+ *
9130
9139
  * @summary You can call the GetUpgradeStatus operation to query the update progress of a cluster by cluster ID.
9131
9140
  *
9132
9141
  * @return GetUpgradeStatusResponse
@@ -9469,6 +9478,8 @@ export default class Client extends OpenApi {
9469
9478
  */
9470
9479
  pauseClusterUpgrade(ClusterId: string): Promise<PauseClusterUpgradeResponse>;
9471
9480
  /**
9481
+ * @deprecated OpenAPI PauseComponentUpgrade is deprecated
9482
+ *
9472
9483
  * @summary You can call the PauseComponentUpgrade operation to pause the update of a component.
9473
9484
  *
9474
9485
  * @param headers map
@@ -9479,6 +9490,8 @@ export default class Client extends OpenApi {
9479
9490
  [key: string]: string;
9480
9491
  }, runtime: $Util.RuntimeOptions): Promise<PauseComponentUpgradeResponse>;
9481
9492
  /**
9493
+ * @deprecated OpenAPI PauseComponentUpgrade is deprecated
9494
+ *
9482
9495
  * @summary You can call the PauseComponentUpgrade operation to pause the update of a component.
9483
9496
  *
9484
9497
  * @return PauseComponentUpgradeResponse
@@ -9599,6 +9612,8 @@ export default class Client extends OpenApi {
9599
9612
  */
9600
9613
  repairClusterNodePool(clusterId: string, nodepoolId: string, request: RepairClusterNodePoolRequest): Promise<RepairClusterNodePoolResponse>;
9601
9614
  /**
9615
+ * @deprecated OpenAPI ResumeComponentUpgrade is deprecated
9616
+ *
9602
9617
  * @summary You can call the ResumeComponentUpgrade operation to resume the update of a component.
9603
9618
  *
9604
9619
  * @param headers map
@@ -9609,6 +9624,8 @@ export default class Client extends OpenApi {
9609
9624
  [key: string]: string;
9610
9625
  }, runtime: $Util.RuntimeOptions): Promise<ResumeComponentUpgradeResponse>;
9611
9626
  /**
9627
+ * @deprecated OpenAPI ResumeComponentUpgrade is deprecated
9628
+ *
9612
9629
  * @summary You can call the ResumeComponentUpgrade operation to resume the update of a component.
9613
9630
  *
9614
9631
  * @return ResumeComponentUpgradeResponse
package/dist/client.js CHANGED
@@ -9356,6 +9356,7 @@ class DescribeNodePoolVulsResponseBodyVulRecordsVulList extends $tea.Model {
9356
9356
  cveList: 'cve_list',
9357
9357
  name: 'name',
9358
9358
  necessity: 'necessity',
9359
+ needReboot: 'need_reboot',
9359
9360
  };
9360
9361
  }
9361
9362
  static types() {
@@ -9364,6 +9365,7 @@ class DescribeNodePoolVulsResponseBodyVulRecordsVulList extends $tea.Model {
9364
9365
  cveList: { 'type': 'array', 'itemType': 'string' },
9365
9366
  name: 'string',
9366
9367
  necessity: 'string',
9368
+ needReboot: 'boolean',
9367
9369
  };
9368
9370
  }
9369
9371
  constructor(map) {
@@ -11110,12 +11112,15 @@ class Client extends openapi_client_1.default {
11110
11112
  return await this.cancelClusterUpgradeWithOptions(ClusterId, headers, runtime);
11111
11113
  }
11112
11114
  /**
11115
+ * @deprecated OpenAPI CancelComponentUpgrade is deprecated
11116
+ *
11113
11117
  * @summary You can call the CancelComponentUpgrade operation to cancel the update of a component.
11114
11118
  *
11115
11119
  * @param headers map
11116
11120
  * @param runtime runtime options for this request RuntimeOptions
11117
11121
  * @return CancelComponentUpgradeResponse
11118
11122
  */
11123
+ // Deprecated
11119
11124
  async cancelComponentUpgradeWithOptions(clusterId, componentId, headers, runtime) {
11120
11125
  let req = new $OpenApi.OpenApiRequest({
11121
11126
  headers: headers,
@@ -11134,10 +11139,13 @@ class Client extends openapi_client_1.default {
11134
11139
  return $tea.cast(await this.callApi(params, req, runtime), new CancelComponentUpgradeResponse({}));
11135
11140
  }
11136
11141
  /**
11142
+ * @deprecated OpenAPI CancelComponentUpgrade is deprecated
11143
+ *
11137
11144
  * @summary You can call the CancelComponentUpgrade operation to cancel the update of a component.
11138
11145
  *
11139
11146
  * @return CancelComponentUpgradeResponse
11140
11147
  */
11148
+ // Deprecated
11141
11149
  async cancelComponentUpgrade(clusterId, componentId) {
11142
11150
  let runtime = new $Util.RuntimeOptions({});
11143
11151
  let headers = {};
@@ -14810,12 +14818,15 @@ class Client extends openapi_client_1.default {
14810
14818
  return await this.getKubernetesTriggerWithOptions(ClusterId, request, headers, runtime);
14811
14819
  }
14812
14820
  /**
14821
+ * @deprecated OpenAPI GetUpgradeStatus is deprecated
14822
+ *
14813
14823
  * @summary You can call the GetUpgradeStatus operation to query the update progress of a cluster by cluster ID.
14814
14824
  *
14815
14825
  * @param headers map
14816
14826
  * @param runtime runtime options for this request RuntimeOptions
14817
14827
  * @return GetUpgradeStatusResponse
14818
14828
  */
14829
+ // Deprecated
14819
14830
  async getUpgradeStatusWithOptions(ClusterId, headers, runtime) {
14820
14831
  let req = new $OpenApi.OpenApiRequest({
14821
14832
  headers: headers,
@@ -14834,10 +14845,13 @@ class Client extends openapi_client_1.default {
14834
14845
  return $tea.cast(await this.callApi(params, req, runtime), new GetUpgradeStatusResponse({}));
14835
14846
  }
14836
14847
  /**
14848
+ * @deprecated OpenAPI GetUpgradeStatus is deprecated
14849
+ *
14837
14850
  * @summary You can call the GetUpgradeStatus operation to query the update progress of a cluster by cluster ID.
14838
14851
  *
14839
14852
  * @return GetUpgradeStatusResponse
14840
14853
  */
14854
+ // Deprecated
14841
14855
  async getUpgradeStatus(ClusterId) {
14842
14856
  let runtime = new $Util.RuntimeOptions({});
14843
14857
  let headers = {};
@@ -15685,12 +15699,15 @@ class Client extends openapi_client_1.default {
15685
15699
  return await this.pauseClusterUpgradeWithOptions(ClusterId, headers, runtime);
15686
15700
  }
15687
15701
  /**
15702
+ * @deprecated OpenAPI PauseComponentUpgrade is deprecated
15703
+ *
15688
15704
  * @summary You can call the PauseComponentUpgrade operation to pause the update of a component.
15689
15705
  *
15690
15706
  * @param headers map
15691
15707
  * @param runtime runtime options for this request RuntimeOptions
15692
15708
  * @return PauseComponentUpgradeResponse
15693
15709
  */
15710
+ // Deprecated
15694
15711
  async pauseComponentUpgradeWithOptions(clusterid, componentid, headers, runtime) {
15695
15712
  let req = new $OpenApi.OpenApiRequest({
15696
15713
  headers: headers,
@@ -15709,10 +15726,13 @@ class Client extends openapi_client_1.default {
15709
15726
  return $tea.cast(await this.callApi(params, req, runtime), new PauseComponentUpgradeResponse({}));
15710
15727
  }
15711
15728
  /**
15729
+ * @deprecated OpenAPI PauseComponentUpgrade is deprecated
15730
+ *
15712
15731
  * @summary You can call the PauseComponentUpgrade operation to pause the update of a component.
15713
15732
  *
15714
15733
  * @return PauseComponentUpgradeResponse
15715
15734
  */
15735
+ // Deprecated
15716
15736
  async pauseComponentUpgrade(clusterid, componentid) {
15717
15737
  let runtime = new $Util.RuntimeOptions({});
15718
15738
  let headers = {};
@@ -15977,12 +15997,15 @@ class Client extends openapi_client_1.default {
15977
15997
  return await this.repairClusterNodePoolWithOptions(clusterId, nodepoolId, request, headers, runtime);
15978
15998
  }
15979
15999
  /**
16000
+ * @deprecated OpenAPI ResumeComponentUpgrade is deprecated
16001
+ *
15980
16002
  * @summary You can call the ResumeComponentUpgrade operation to resume the update of a component.
15981
16003
  *
15982
16004
  * @param headers map
15983
16005
  * @param runtime runtime options for this request RuntimeOptions
15984
16006
  * @return ResumeComponentUpgradeResponse
15985
16007
  */
16008
+ // Deprecated
15986
16009
  async resumeComponentUpgradeWithOptions(clusterid, componentid, headers, runtime) {
15987
16010
  let req = new $OpenApi.OpenApiRequest({
15988
16011
  headers: headers,
@@ -16001,10 +16024,13 @@ class Client extends openapi_client_1.default {
16001
16024
  return $tea.cast(await this.callApi(params, req, runtime), new ResumeComponentUpgradeResponse({}));
16002
16025
  }
16003
16026
  /**
16027
+ * @deprecated OpenAPI ResumeComponentUpgrade is deprecated
16028
+ *
16004
16029
  * @summary You can call the ResumeComponentUpgrade operation to resume the update of a component.
16005
16030
  *
16006
16031
  * @return ResumeComponentUpgradeResponse
16007
16032
  */
16033
+ // Deprecated
16008
16034
  async resumeComponentUpgrade(clusterid, componentid) {
16009
16035
  let runtime = new $Util.RuntimeOptions({});
16010
16036
  let headers = {};