tencentcloud-sdk-nodejs-ssl 4.1.138 → 4.1.159

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.1.138",
3
+ "version": "4.1.159",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -126,7 +126,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
126
126
  */
127
127
  CompleteCertificate(req: CompleteCertificateRequest, cb?: (error: string, rep: CompleteCertificateResponse) => void): Promise<CompleteCertificateResponse>;
128
128
  /**
129
- * 更新证书内容(证书ID不变)并更新关联的云资源,本接口为异步接口, 调用之后DeployRecordId为0表示任务进行中, 重复请求这个接口, 当返回DeployRecordId大于0则表示任务创建成功。 未创建成功则会抛出异常
129
+ * 当前接口需联系加白使用并且只支持更新证书的CLB资源,更新证书内容(证书ID不变)并更新关联的云资源,本接口为异步接口, 调用之后DeployRecordId为0表示任务进行中, 重复请求这个接口, 当返回DeployRecordId大于0则表示任务创建成功。 未创建成功则会抛出异常
130
130
  */
131
131
  UploadUpdateCertificateInstance(req: UploadUpdateCertificateInstanceRequest, cb?: (error: string, rep: UploadUpdateCertificateInstanceResponse) => void): Promise<UploadUpdateCertificateInstanceResponse>;
132
132
  /**
@@ -204,7 +204,7 @@ class Client extends TencentCloudCommon.AbstractClient {
204
204
  return this.request("CompleteCertificate", req, cb);
205
205
  }
206
206
  /**
207
- * 更新证书内容(证书ID不变)并更新关联的云资源,本接口为异步接口, 调用之后DeployRecordId为0表示任务进行中, 重复请求这个接口, 当返回DeployRecordId大于0则表示任务创建成功。 未创建成功则会抛出异常
207
+ * 当前接口需联系加白使用并且只支持更新证书的CLB资源,更新证书内容(证书ID不变)并更新关联的云资源,本接口为异步接口, 调用之后DeployRecordId为0表示任务进行中, 重复请求这个接口, 当返回DeployRecordId大于0则表示任务创建成功。 未创建成功则会抛出异常
208
208
  */
209
209
  async UploadUpdateCertificateInstance(req, cb) {
210
210
  return this.request("UploadUpdateCertificateInstance", req, cb);