tencentcloud-sdk-nodejs-ssl 4.0.1028 → 4.0.1031

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": "tencentcloud-sdk-nodejs-ssl",
3
- "version": "4.0.1028",
3
+ "version": "4.0.1031",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -366,7 +366,7 @@ export class Client extends TencentCloudCommon.AbstractClient {
366
366
  }
367
367
 
368
368
  /**
369
- * 提交证书资料。输入参数信息可以分多次提交,但提交的证书资料应最低限度保持完整。
369
+ * 付费证书提交资料; 本接口不维护新功能, 可使用新接口进行资料提交, [CertificateInfoSubmit](https://cloud.tencent.com/document/product/400/116033)
370
370
  */
371
371
  async SubmitCertificateInformation(
372
372
  req: SubmitCertificateInformationRequest,
@@ -376,7 +376,7 @@ export class Client extends TencentCloudCommon.AbstractClient {
376
376
  }
377
377
 
378
378
  /**
379
- * 云资源更新一键回滚
379
+ * 云资源更新成功记录回滚, 只对更新已成功的记录回滚
380
380
  */
381
381
  async UpdateCertificateRecordRollback(
382
382
  req: UpdateCertificateRecordRollbackRequest,
@@ -606,7 +606,7 @@ export class Client extends TencentCloudCommon.AbstractClient {
606
606
  }
607
607
 
608
608
  /**
609
- * 云资源部署一键回滚
609
+ * 云资源部署成功记录回滚, 部署失败的记录不会回滚; 接口调用成功后, 会创建一个用于回滚的部署任务, 并返回该任务的ID
610
610
  */
611
611
  async DeployCertificateRecordRollback(
612
612
  req: DeployCertificateRecordRollbackRequest,
@@ -636,7 +636,7 @@ export class Client extends TencentCloudCommon.AbstractClient {
636
636
  }
637
637
 
638
638
  /**
639
- * 检查证书域名验证
639
+ * 检查证书域名验证结果
640
640
  */
641
641
  async CheckCertificateDomainVerification(
642
642
  req: CheckCertificateDomainVerificationRequest,
@@ -736,7 +736,7 @@ export class Client extends TencentCloudCommon.AbstractClient {
736
736
  }
737
737
 
738
738
  /**
739
- * 查询证书云资源更新记录详情列表
739
+ * 查询证书云资源更新记录详情
740
740
  */
741
741
  async DescribeHostUpdateRecordDetail(
742
742
  req: DescribeHostUpdateRecordDetailRequest,
@@ -746,7 +746,7 @@ export class Client extends TencentCloudCommon.AbstractClient {
746
746
  }
747
747
 
748
748
  /**
749
- * 提交证书订单到CA机构。
749
+ * 付费证书提交订单; 本接口不维护新功能, 可使用新接口进行提交, [CertificateOrderSubmit](https://cloud.tencent.com/document/product/400/116032)
750
750
  */
751
751
  async CommitCertificateInformation(
752
752
  req: CommitCertificateInformationRequest,