tencentcloud-sdk-nodejs-ssl 4.1.77 → 4.1.81

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.77",
3
+ "version": "4.1.81",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -363,6 +363,14 @@ export interface DeployRecordDetail {
363
363
  * 部署CLB监听器的Url
364
364
  */
365
365
  Url?: Array<string>;
366
+ /**
367
+ * 当前部署证书加密算法
368
+ */
369
+ Algorithm?: string;
370
+ /**
371
+ * 原证书加密算法
372
+ */
373
+ OldAlgorithm?: string;
366
374
  }
367
375
  /**
368
376
  * CancelCertificateOrder请求参数结构体
@@ -2203,6 +2211,14 @@ export interface UpdateRecordDetail {
2203
2211
  * 监听器Url(clb专属)
2204
2212
  */
2205
2213
  Url?: string;
2214
+ /**
2215
+ * 新证书加密算法
2216
+ */
2217
+ Algorithm?: string;
2218
+ /**
2219
+ * 旧证书加密算法
2220
+ */
2221
+ OldAlgorithm?: string;
2206
2222
  }
2207
2223
  /**
2208
2224
  * 绑定资源结果
@@ -3334,6 +3350,10 @@ export interface TeoInstanceDetail {
3334
3350
  issued:绑定失败。
3335
3351
  */
3336
3352
  Status?: string;
3353
+ /**
3354
+ * 证书加密算法
3355
+ */
3356
+ Algorithm?: string;
3337
3357
  }
3338
3358
  /**
3339
3359
  * DescribeHostClbInstanceList返回参数结构体