@huaweicloud/huaweicloud-sdk-codeartsdeploy 3.1.54 → 3.1.55

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huaweicloud/huaweicloud-sdk-codeartsdeploy",
3
- "version": "3.1.54",
3
+ "version": "3.1.55",
4
4
  "description": "Huaweicloud SDK for codeartsdeploy",
5
5
  "main": "huaweicloud-sdk-codeartsdeploy.js",
6
6
  "typings": "huaweicloud-sdk-codeartsdeploy.d.ts",
@@ -14,7 +14,7 @@
14
14
  "author": "HuaweiCloud_SDK",
15
15
  "license": "Apache-2.0",
16
16
  "dependencies": {
17
- "@huaweicloud/huaweicloud-sdk-core": "^3.1.54"
17
+ "@huaweicloud/huaweicloud-sdk-core": "^3.1.55"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/node": "^14.14.37",
@@ -309,7 +309,7 @@ export declare class CodeArtsDeployClient {
309
309
  */
310
310
  createHost(createHostRequest?: CreateHostRequest): Promise<CreateHostResponse>;
311
311
  /**
312
- * 根据主机id删除主机。
312
+ * 根据主机id删除主机。该接口于2024年9月30日后不再维护。
313
313
  *
314
314
  * Please refer to HUAWEI cloud API Explorer for details.
315
315
  *
@@ -382,7 +382,7 @@ export declare class CodeArtsDeployClient {
382
382
  */
383
383
  showHostDetail(showHostDetailRequest?: ShowHostDetailRequest): Promise<ShowHostDetailResponse>;
384
384
  /**
385
- * 根据主机id修改主机信息。
385
+ * 根据主机id修改主机信息。该接口于2024年9月30日后不再维护。
386
386
  *
387
387
  * Please refer to HUAWEI cloud API Explorer for details.
388
388
  *
@@ -420,7 +420,7 @@ export declare class CodeArtsDeployClient {
420
420
  */
421
421
  createHostCluster(createHostClusterRequest?: CreateHostClusterRequest): Promise<CreateHostClusterResponse>;
422
422
  /**
423
- * 根据主机集群id删除主机集群。
423
+ * 根据主机集群id删除主机集群。该接口于2024年9月30日后不再维护。
424
424
  *
425
425
  * Please refer to HUAWEI cloud API Explorer for details.
426
426
  *
@@ -491,7 +491,7 @@ export declare class CodeArtsDeployClient {
491
491
  */
492
492
  showHostClusterDetail(showHostClusterDetailRequest?: ShowHostClusterDetailRequest): Promise<ShowHostClusterDetailResponse>;
493
493
  /**
494
- * 根据主机集群id修改主机集群信息。
494
+ * 根据主机集群id修改主机集群信息。该接口于2024年9月30日后不再维护。
495
495
  *
496
496
  * Please refer to HUAWEI cloud API Explorer for details.
497
497
  *
@@ -773,7 +773,7 @@ export declare const ParamCreater: () => {
773
773
  data: {};
774
774
  };
775
775
  /**
776
- * 根据主机id删除主机。
776
+ * 根据主机id删除主机。该接口于2024年9月30日后不再维护。
777
777
  *
778
778
  * Please refer to HUAWEI cloud API Explorer for details.
779
779
  */
@@ -838,7 +838,7 @@ export declare const ParamCreater: () => {
838
838
  headers: {};
839
839
  };
840
840
  /**
841
- * 根据主机id修改主机信息。
841
+ * 根据主机id修改主机信息。该接口于2024年9月30日后不再维护。
842
842
  *
843
843
  * Please refer to HUAWEI cloud API Explorer for details.
844
844
  */
@@ -880,7 +880,7 @@ export declare const ParamCreater: () => {
880
880
  data: {};
881
881
  };
882
882
  /**
883
- * 根据主机集群id删除主机集群。
883
+ * 根据主机集群id删除主机集群。该接口于2024年9月30日后不再维护。
884
884
  *
885
885
  * Please refer to HUAWEI cloud API Explorer for details.
886
886
  */
@@ -945,7 +945,7 @@ export declare const ParamCreater: () => {
945
945
  headers: {};
946
946
  };
947
947
  /**
948
- * 根据主机集群id修改主机集群信息。
948
+ * 根据主机集群id修改主机集群信息。该接口于2024年9月30日后不再维护。
949
949
  *
950
950
  * Please refer to HUAWEI cloud API Explorer for details.
951
951
  */
@@ -372,7 +372,7 @@ class CodeArtsDeployClient {
372
372
  return this.hcClient.sendRequest(options);
373
373
  }
374
374
  /**
375
- * 根据主机id删除主机。
375
+ * 根据主机id删除主机。该接口于2024年9月30日后不再维护。
376
376
  *
377
377
  * Please refer to HUAWEI cloud API Explorer for details.
378
378
  *
@@ -470,7 +470,7 @@ class CodeArtsDeployClient {
470
470
  return this.hcClient.sendRequest(options);
471
471
  }
472
472
  /**
473
- * 根据主机id修改主机信息。
473
+ * 根据主机id修改主机信息。该接口于2024年9月30日后不再维护。
474
474
  *
475
475
  * Please refer to HUAWEI cloud API Explorer for details.
476
476
  *
@@ -523,7 +523,7 @@ class CodeArtsDeployClient {
523
523
  return this.hcClient.sendRequest(options);
524
524
  }
525
525
  /**
526
- * 根据主机集群id删除主机集群。
526
+ * 根据主机集群id删除主机集群。该接口于2024年9月30日后不再维护。
527
527
  *
528
528
  * Please refer to HUAWEI cloud API Explorer for details.
529
529
  *
@@ -619,7 +619,7 @@ class CodeArtsDeployClient {
619
619
  return this.hcClient.sendRequest(options);
620
620
  }
621
621
  /**
622
- * 根据主机集群id修改主机集群信息。
622
+ * 根据主机集群id修改主机集群信息。该接口于2024年9月30日后不再维护。
623
623
  *
624
624
  * Please refer to HUAWEI cloud API Explorer for details.
625
625
  *
@@ -1504,7 +1504,7 @@ const ParamCreater = function () {
1504
1504
  return options;
1505
1505
  },
1506
1506
  /**
1507
- * 根据主机id删除主机。
1507
+ * 根据主机id删除主机。该接口于2024年9月30日后不再维护。
1508
1508
  *
1509
1509
  * Please refer to HUAWEI cloud API Explorer for details.
1510
1510
  */
@@ -1771,7 +1771,7 @@ const ParamCreater = function () {
1771
1771
  return options;
1772
1772
  },
1773
1773
  /**
1774
- * 根据主机id修改主机信息。
1774
+ * 根据主机id修改主机信息。该接口于2024年9月30日后不再维护。
1775
1775
  *
1776
1776
  * Please refer to HUAWEI cloud API Explorer for details.
1777
1777
  */
@@ -1901,7 +1901,7 @@ const ParamCreater = function () {
1901
1901
  return options;
1902
1902
  },
1903
1903
  /**
1904
- * 根据主机集群id删除主机集群。
1904
+ * 根据主机集群id删除主机集群。该接口于2024年9月30日后不再维护。
1905
1905
  *
1906
1906
  * Please refer to HUAWEI cloud API Explorer for details.
1907
1907
  */
@@ -2163,7 +2163,7 @@ const ParamCreater = function () {
2163
2163
  return options;
2164
2164
  },
2165
2165
  /**
2166
- * 根据主机集群id修改主机集群信息。
2166
+ * 根据主机集群id修改主机集群信息。该接口于2024年9月30日后不再维护。
2167
2167
  *
2168
2168
  * Please refer to HUAWEI cloud API Explorer for details.
2169
2169
  */