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 +1 -1
- package/src/services/ssl/v20191205/ssl_client.ts +6 -6
- package/src/services/ssl/v20191205/ssl_models.ts +728 -201
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +6 -6
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -6
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +728 -201
package/package.json
CHANGED
|
@@ -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
|
-
*
|
|
749
|
+
* 付费证书提交订单; 本接口不维护新功能, 可使用新接口进行提交, [CertificateOrderSubmit](https://cloud.tencent.com/document/product/400/116032)
|
|
750
750
|
*/
|
|
751
751
|
async CommitCertificateInformation(
|
|
752
752
|
req: CommitCertificateInformationRequest,
|