tencentcloud-sdk-nodejs-ssl 4.0.1029 → 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
|
@@ -66,11 +66,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
66
66
|
*/
|
|
67
67
|
DescribePackages(req: DescribePackagesRequest, cb?: (error: string, rep: DescribePackagesResponse) => void): Promise<DescribePackagesResponse>;
|
|
68
68
|
/**
|
|
69
|
-
*
|
|
69
|
+
* 付费证书提交资料; 本接口不维护新功能, 可使用新接口进行资料提交, [CertificateInfoSubmit](https://cloud.tencent.com/document/product/400/116033)
|
|
70
70
|
*/
|
|
71
71
|
SubmitCertificateInformation(req: SubmitCertificateInformationRequest, cb?: (error: string, rep: SubmitCertificateInformationResponse) => void): Promise<SubmitCertificateInformationResponse>;
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* 云资源更新成功记录回滚, 只对更新已成功的记录回滚
|
|
74
74
|
*/
|
|
75
75
|
UpdateCertificateRecordRollback(req: UpdateCertificateRecordRollbackRequest, cb?: (error: string, rep: UpdateCertificateRecordRollbackResponse) => void): Promise<UpdateCertificateRecordRollbackResponse>;
|
|
76
76
|
/**
|
|
@@ -162,7 +162,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
162
162
|
*/
|
|
163
163
|
DescribeHostDeployRecordDetail(req: DescribeHostDeployRecordDetailRequest, cb?: (error: string, rep: DescribeHostDeployRecordDetailResponse) => void): Promise<DescribeHostDeployRecordDetailResponse>;
|
|
164
164
|
/**
|
|
165
|
-
*
|
|
165
|
+
* 云资源部署成功记录回滚, 部署失败的记录不会回滚; 接口调用成功后, 会创建一个用于回滚的部署任务, 并返回该任务的ID
|
|
166
166
|
*/
|
|
167
167
|
DeployCertificateRecordRollback(req: DeployCertificateRecordRollbackRequest, cb?: (error: string, rep: DeployCertificateRecordRollbackResponse) => void): Promise<DeployCertificateRecordRollbackResponse>;
|
|
168
168
|
/**
|
|
@@ -174,7 +174,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
174
174
|
*/
|
|
175
175
|
DescribeCertificateBindResourceTaskResult(req: DescribeCertificateBindResourceTaskResultRequest, cb?: (error: string, rep: DescribeCertificateBindResourceTaskResultResponse) => void): Promise<DescribeCertificateBindResourceTaskResultResponse>;
|
|
176
176
|
/**
|
|
177
|
-
*
|
|
177
|
+
* 检查证书域名验证结果
|
|
178
178
|
*/
|
|
179
179
|
CheckCertificateDomainVerification(req: CheckCertificateDomainVerificationRequest, cb?: (error: string, rep: CheckCertificateDomainVerificationResponse) => void): Promise<CheckCertificateDomainVerificationResponse>;
|
|
180
180
|
/**
|
|
@@ -214,11 +214,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
214
214
|
*/
|
|
215
215
|
DescribeHostLighthouseInstanceList(req: DescribeHostLighthouseInstanceListRequest, cb?: (error: string, rep: DescribeHostLighthouseInstanceListResponse) => void): Promise<DescribeHostLighthouseInstanceListResponse>;
|
|
216
216
|
/**
|
|
217
|
-
*
|
|
217
|
+
* 查询证书云资源更新记录详情
|
|
218
218
|
*/
|
|
219
219
|
DescribeHostUpdateRecordDetail(req: DescribeHostUpdateRecordDetailRequest, cb?: (error: string, rep: DescribeHostUpdateRecordDetailResponse) => void): Promise<DescribeHostUpdateRecordDetailResponse>;
|
|
220
220
|
/**
|
|
221
|
-
*
|
|
221
|
+
* 付费证书提交订单; 本接口不维护新功能, 可使用新接口进行提交, [CertificateOrderSubmit](https://cloud.tencent.com/document/product/400/116032)
|
|
222
222
|
*/
|
|
223
223
|
CommitCertificateInformation(req: CommitCertificateInformationRequest, cb?: (error: string, rep: CommitCertificateInformationResponse) => void): Promise<CommitCertificateInformationResponse>;
|
|
224
224
|
/**
|
|
@@ -113,13 +113,13 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
113
113
|
return this.request("DescribePackages", req, cb);
|
|
114
114
|
}
|
|
115
115
|
/**
|
|
116
|
-
*
|
|
116
|
+
* 付费证书提交资料; 本接口不维护新功能, 可使用新接口进行资料提交, [CertificateInfoSubmit](https://cloud.tencent.com/document/product/400/116033)
|
|
117
117
|
*/
|
|
118
118
|
async SubmitCertificateInformation(req, cb) {
|
|
119
119
|
return this.request("SubmitCertificateInformation", req, cb);
|
|
120
120
|
}
|
|
121
121
|
/**
|
|
122
|
-
*
|
|
122
|
+
* 云资源更新成功记录回滚, 只对更新已成功的记录回滚
|
|
123
123
|
*/
|
|
124
124
|
async UpdateCertificateRecordRollback(req, cb) {
|
|
125
125
|
return this.request("UpdateCertificateRecordRollback", req, cb);
|
|
@@ -257,7 +257,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
257
257
|
return this.request("DescribeHostDeployRecordDetail", req, cb);
|
|
258
258
|
}
|
|
259
259
|
/**
|
|
260
|
-
*
|
|
260
|
+
* 云资源部署成功记录回滚, 部署失败的记录不会回滚; 接口调用成功后, 会创建一个用于回滚的部署任务, 并返回该任务的ID
|
|
261
261
|
*/
|
|
262
262
|
async DeployCertificateRecordRollback(req, cb) {
|
|
263
263
|
return this.request("DeployCertificateRecordRollback", req, cb);
|
|
@@ -275,7 +275,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
275
275
|
return this.request("DescribeCertificateBindResourceTaskResult", req, cb);
|
|
276
276
|
}
|
|
277
277
|
/**
|
|
278
|
-
*
|
|
278
|
+
* 检查证书域名验证结果
|
|
279
279
|
*/
|
|
280
280
|
async CheckCertificateDomainVerification(req, cb) {
|
|
281
281
|
return this.request("CheckCertificateDomainVerification", req, cb);
|
|
@@ -335,13 +335,13 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
335
335
|
return this.request("DescribeHostLighthouseInstanceList", req, cb);
|
|
336
336
|
}
|
|
337
337
|
/**
|
|
338
|
-
*
|
|
338
|
+
* 查询证书云资源更新记录详情
|
|
339
339
|
*/
|
|
340
340
|
async DescribeHostUpdateRecordDetail(req, cb) {
|
|
341
341
|
return this.request("DescribeHostUpdateRecordDetail", req, cb);
|
|
342
342
|
}
|
|
343
343
|
/**
|
|
344
|
-
*
|
|
344
|
+
* 付费证书提交订单; 本接口不维护新功能, 可使用新接口进行提交, [CertificateOrderSubmit](https://cloud.tencent.com/document/product/400/116032)
|
|
345
345
|
*/
|
|
346
346
|
async CommitCertificateInformation(req, cb) {
|
|
347
347
|
return this.request("CommitCertificateInformation", req, cb);
|