tencentcloud-sdk-nodejs-clb 4.0.520 → 4.0.521

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/CHANGELOG.md CHANGED
@@ -1,3 +1,147 @@
1
+ # Release 4.0.521
2
+
3
+ ## 应用合规平台(acp) 版本:2022-01-05
4
+
5
+ ### 第 6 次发布
6
+
7
+ 发布时间:2023-01-10 15:15:42
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [DescribeChannelTaskReportUrl](https://cloud.tencent.com/document/api/1553/85576)
16
+
17
+
18
+
19
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
20
+
21
+ ### 第 38 次发布
22
+
23
+ 发布时间:2023-01-11 01:21:38
24
+
25
+ 本次发布包含了以下内容:
26
+
27
+ 改善已有的文档。
28
+
29
+ 修改接口:
30
+
31
+ * [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
32
+
33
+ * 新增入参:CcInfos
34
+
35
+
36
+
37
+
38
+ ## 人脸融合(facefusion) 版本:2022-09-27
39
+
40
+ ### 第 2 次发布
41
+
42
+ 发布时间:2023-01-10 20:30:44
43
+
44
+ 本次发布包含了以下内容:
45
+
46
+ 改善已有的文档。
47
+
48
+ 新增接口:
49
+
50
+ * [DescribeMaterialList](https://cloud.tencent.com/document/api/670/85633)
51
+
52
+ 新增数据结构:
53
+
54
+ * [FaceInfo](https://cloud.tencent.com/document/api/670/85619#FaceInfo)
55
+ * [MaterialFaces](https://cloud.tencent.com/document/api/670/85619#MaterialFaces)
56
+ * [PublicMaterialInfos](https://cloud.tencent.com/document/api/670/85619#PublicMaterialInfos)
57
+
58
+ ### 第 1 次发布
59
+
60
+ 发布时间:2023-01-10 20:21:04
61
+
62
+ 本次发布包含了以下内容:
63
+
64
+ 改善已有的文档。
65
+
66
+ 新增接口:
67
+
68
+ * [FuseFace](https://cloud.tencent.com/document/api/670/85618)
69
+
70
+ 新增数据结构:
71
+
72
+ * [FaceRect](https://cloud.tencent.com/document/api/670/85619#FaceRect)
73
+ * [LogoParam](https://cloud.tencent.com/document/api/670/85619#LogoParam)
74
+ * [MergeInfo](https://cloud.tencent.com/document/api/670/85619#MergeInfo)
75
+
76
+
77
+
78
+ ## 人脸融合(facefusion) 版本:2018-12-01
79
+
80
+
81
+
82
+ ## 游戏数据库 TcaplusDB(tcaplusdb) 版本:2019-08-23
83
+
84
+ ### 第 17 次发布
85
+
86
+ 发布时间:2023-01-11 01:39:23
87
+
88
+ 本次发布包含了以下内容:
89
+
90
+ 改善已有的文档。
91
+
92
+ 修改接口:
93
+
94
+ * [DescribeSnapshots](https://cloud.tencent.com/document/api/596/54348)
95
+
96
+ * 新增入参:SelectedTables
97
+
98
+
99
+
100
+
101
+ ## 容器镜像服务(tcr) 版本:2019-09-24
102
+
103
+ ### 第 49 次发布
104
+
105
+ 发布时间:2023-01-11 01:40:34
106
+
107
+ 本次发布包含了以下内容:
108
+
109
+ 改善已有的文档。
110
+
111
+ 修改接口:
112
+
113
+ * [CreateInstance](https://cloud.tencent.com/document/api/1141/41572)
114
+
115
+ * 新增入参:RegistryChargePrepaid
116
+
117
+
118
+
119
+
120
+ ## 高性能计算平台(thpc) 版本:2022-04-01
121
+
122
+ ### 第 9 次发布
123
+
124
+ 发布时间:2023-01-11 01:46:25
125
+
126
+ 本次发布包含了以下内容:
127
+
128
+ 改善已有的文档。
129
+
130
+ 新增接口:
131
+
132
+ * [DescribeAutoScalingConfiguration](https://cloud.tencent.com/document/api/1527/85635)
133
+
134
+ 新增数据结构:
135
+
136
+ * [ExpansionNodeConfigOverview](https://cloud.tencent.com/document/api/1527/72108#ExpansionNodeConfigOverview)
137
+ * [QueueConfigOverview](https://cloud.tencent.com/document/api/1527/72108#QueueConfigOverview)
138
+
139
+
140
+
141
+ ## 高性能计算平台(thpc) 版本:2021-11-09
142
+
143
+
144
+
1
145
  # Release 4.0.520
2
146
 
3
147
  ## 主机安全(cwp) 版本:2018-02-28
package/README.md CHANGED
@@ -38,10 +38,11 @@ const CvmClient = tencentcloud.cvm.v20170312.Client
38
38
 
39
39
  // 实例化要请求产品(以cvm为例)的client对象
40
40
  const client = new CvmClient({
41
- // 腾讯云认证信息
41
+ // 为了保护密钥安全,建议将密钥设置在环境变量中或者配置文件中,请参考本文凭证管理章节。
42
+ // 硬编码密钥到代码中有可能随代码泄露而暴露,有安全隐患,并不推荐。
42
43
  credential: {
43
- secretId: "secretId",
44
- secretKey: "secretKey",
44
+ secretId: process.env.TENCENTCLOUD_SECRET_ID,
45
+ secretKey: process.env.TENCENTCLOUD_SECRET_KEY,
45
46
  },
46
47
  // 产品地域
47
48
  region: "ap-shanghai",
@@ -136,4 +137,4 @@ new XxxClient({
136
137
  ```sh
137
138
  # MacOS
138
139
  http_proxy=http://代理地址:代理端口 node app.js
139
- ```
140
+ ```
@@ -1,68 +1,63 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 主机安全(cwp) 版本:2018-02-28
3
+ ## 应用合规平台(acp) 版本:2022-01-05
4
4
 
5
- ### 第 66 次发布
5
+ ### 第 6 次发布
6
6
 
7
- 发布时间:2023-01-10 01:16:24
7
+ 发布时间:2023-01-10 15:15:42
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 修改接口:
14
-
15
- * [DescribeVersionStatistics](https://cloud.tencent.com/document/api/296/60922)
16
-
17
- * 新增出参:GeneralVersionNum
13
+ 新增接口:
18
14
 
15
+ * [DescribeChannelTaskReportUrl](https://cloud.tencent.com/document/api/1553/85576)
19
16
 
20
17
 
21
18
 
22
- ## 数据湖计算 DLC(dlc) 版本:2021-01-25
19
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
23
20
 
24
- ### 第 35 次发布
21
+ ### 第 38 次发布
25
22
 
26
- 发布时间:2023-01-10 01:20:24
23
+ 发布时间:2023-01-11 01:21:38
27
24
 
28
25
  本次发布包含了以下内容:
29
26
 
30
27
  改善已有的文档。
31
28
 
32
- 新增接口:
33
-
34
- * [SuspendResumeDataEngine](https://cloud.tencent.com/document/api/1342/85563)
29
+ 修改接口:
35
30
 
31
+ * [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
36
32
 
33
+ * 新增入参:CcInfos
37
34
 
38
- ## 小程序安全(mmps) 版本:2020-07-10
39
35
 
40
- ### 第 8 次发布
41
36
 
42
- 发布时间:2023-01-10 01:33:47
43
37
 
44
- 本次发布包含了以下内容:
38
+ ## 人脸融合(facefusion) 版本:2022-09-27
45
39
 
46
- 改善已有的文档。
47
-
48
- 修改数据结构:
49
-
50
- * [AppInfoItem](https://cloud.tencent.com/document/api/1223/75143#AppInfoItem)
40
+ ### 第 2 次发布
51
41
 
52
- * 新增成员:PrivacyTextName, SoftwareMD5, PrivacyTextMD5
42
+ 发布时间:2023-01-10 20:30:44
53
43
 
54
- * [AppTaskData](https://cloud.tencent.com/document/api/1223/75143#AppTaskData)
44
+ 本次发布包含了以下内容:
55
45
 
56
- * 新增成员:ContactName
46
+ 改善已有的文档。
57
47
 
48
+ 新增接口:
58
49
 
50
+ * [DescribeMaterialList](https://cloud.tencent.com/document/api/670/85633)
59
51
 
52
+ 新增数据结构:
60
53
 
61
- ## 边缘安全加速平台(teo) 版本:2022-09-01
54
+ * [FaceInfo](https://cloud.tencent.com/document/api/670/85619#FaceInfo)
55
+ * [MaterialFaces](https://cloud.tencent.com/document/api/670/85619#MaterialFaces)
56
+ * [PublicMaterialInfos](https://cloud.tencent.com/document/api/670/85619#PublicMaterialInfos)
62
57
 
63
- ### 第 25 次发布
58
+ ### 第 1 次发布
64
59
 
65
- 发布时间:2023-01-10 01:48:46
60
+ 发布时间:2023-01-10 20:21:04
66
61
 
67
62
  本次发布包含了以下内容:
68
63
 
@@ -70,19 +65,25 @@
70
65
 
71
66
  新增接口:
72
67
 
73
- * [DescribeDDoSAttackData](https://cloud.tencent.com/document/api/1552/80660)
68
+ * [FuseFace](https://cloud.tencent.com/document/api/670/85618)
74
69
 
70
+ 新增数据结构:
75
71
 
72
+ * [FaceRect](https://cloud.tencent.com/document/api/670/85619#FaceRect)
73
+ * [LogoParam](https://cloud.tencent.com/document/api/670/85619#LogoParam)
74
+ * [MergeInfo](https://cloud.tencent.com/document/api/670/85619#MergeInfo)
76
75
 
77
- ## 边缘安全加速平台(teo) 版本:2022-01-06
78
76
 
79
77
 
78
+ ## 人脸融合(facefusion) 版本:2018-12-01
80
79
 
81
- ## 高性能计算平台(thpc) 版本:2022-04-01
82
80
 
83
- ### 第 8 次发布
84
81
 
85
- 发布时间:2023-01-10 01:50:30
82
+ ## 游戏数据库 TcaplusDB(tcaplusdb) 版本:2019-08-23
83
+
84
+ ### 第 17 次发布
85
+
86
+ 发布时间:2023-01-11 01:39:23
86
87
 
87
88
  本次发布包含了以下内容:
88
89
 
@@ -90,70 +91,54 @@
90
91
 
91
92
  修改接口:
92
93
 
93
- * [DescribeClusterStorageOption](https://cloud.tencent.com/document/api/1527/84385)
94
-
95
- * 新增出参:StorageOption
96
-
97
-
98
- 新增数据结构:
99
-
100
- * [CFSOptionOverview](https://cloud.tencent.com/document/api/1527/72108#CFSOptionOverview)
101
- * [GooseFSOptionOverview](https://cloud.tencent.com/document/api/1527/72108#GooseFSOptionOverview)
102
- * [StorageOptionOverview](https://cloud.tencent.com/document/api/1527/72108#StorageOptionOverview)
103
-
94
+ * [DescribeSnapshots](https://cloud.tencent.com/document/api/596/54348)
104
95
 
96
+ * 新增入参:SelectedTables
105
97
 
106
- ## 高性能计算平台(thpc) 版本:2021-11-09
107
98
 
108
99
 
109
100
 
110
- ## 微服务平台 TSF(tsf) 版本:2018-03-26
101
+ ## 容器镜像服务(tcr) 版本:2019-09-24
111
102
 
112
- ### 第 81 次发布
103
+ ### 第 49 次发布
113
104
 
114
- 发布时间:2023-01-10 01:53:48
105
+ 发布时间:2023-01-11 01:40:34
115
106
 
116
107
  本次发布包含了以下内容:
117
108
 
118
109
  改善已有的文档。
119
110
 
120
- 新增数据结构:
121
-
122
- * [DeliveryKafkaInfo](https://cloud.tencent.com/document/api/649/36099#DeliveryKafkaInfo)
123
-
124
- 修改数据结构:
125
-
126
- * [ApiDetailInfo](https://cloud.tencent.com/document/api/649/36099#ApiDetailInfo)
127
-
128
- * 新增成员:ApiMatchType
111
+ 修改接口:
129
112
 
130
- * [KafkaDeliveryConfig](https://cloud.tencent.com/document/api/649/36099#KafkaDeliveryConfig)
113
+ * [CreateInstance](https://cloud.tencent.com/document/api/1141/41572)
131
114
 
132
- * 新增成员:EnableAuth, Username, Password, KafkaInfos, EnableGlobalLineRule, CustomRule
115
+ * 新增入参:RegistryChargePrepaid
133
116
 
134
117
 
135
118
 
136
119
 
137
- ## 云点播(vod) 版本:2018-07-17
120
+ ## 高性能计算平台(thpc) 版本:2022-04-01
138
121
 
139
- ### 第 139 次发布
122
+ ### 第 9 次发布
140
123
 
141
- 发布时间:2023-01-10 01:56:06
124
+ 发布时间:2023-01-11 01:46:25
142
125
 
143
126
  本次发布包含了以下内容:
144
127
 
145
128
  改善已有的文档。
146
129
 
147
- 新增数据结构:
130
+ 新增接口:
148
131
 
149
- * [DynamicRangeInfo](https://cloud.tencent.com/document/api/266/31773#DynamicRangeInfo)
132
+ * [DescribeAutoScalingConfiguration](https://cloud.tencent.com/document/api/1527/85635)
150
133
 
151
- 修改数据结构:
134
+ 新增数据结构:
135
+
136
+ * [ExpansionNodeConfigOverview](https://cloud.tencent.com/document/api/1527/72108#ExpansionNodeConfigOverview)
137
+ * [QueueConfigOverview](https://cloud.tencent.com/document/api/1527/72108#QueueConfigOverview)
152
138
 
153
- * [MediaVideoStreamItem](https://cloud.tencent.com/document/api/266/31773#MediaVideoStreamItem)
154
139
 
155
- * 新增成员:DynamicRangeInfo
156
140
 
141
+ ## 高性能计算平台(thpc) 版本:2021-11-09
157
142
 
158
143
 
159
144
 
@@ -408,6 +393,18 @@
408
393
 
409
394
  ## 应用合规平台(acp) 版本:2022-01-05
410
395
 
396
+ ### 第 6 次发布
397
+
398
+ 发布时间:2023-01-10 15:15:42
399
+
400
+ 本次发布包含了以下内容:
401
+
402
+ 改善已有的文档。
403
+
404
+ 新增接口:
405
+
406
+ * [[DescribeChannelTaskReportUrl](https://cloud.tencent.com/document/api/1553/85576)](https://cloud.tencent.com/document/api/#/#)
407
+
411
408
  ### 第 5 次发布
412
409
 
413
410
  发布时间:2022-09-19 11:21:50
@@ -35782,7 +35779,7 @@
35782
35779
 
35783
35780
  新增接口:
35784
35781
 
35785
- * [[SuspendResumeDataEngine](https://cloud.tencent.com/document/api/1342/85563)](https://cloud.tencent.com/document/api/#/#)
35782
+ * [SuspendResumeDataEngine](https://cloud.tencent.com/document/api/1342/85563)
35786
35783
 
35787
35784
  ### 第 34 次发布
35788
35785
 
@@ -42502,6 +42499,21 @@
42502
42499
 
42503
42500
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
42504
42501
 
42502
+ ### 第 38 次发布
42503
+
42504
+ 发布时间:2023-01-11 01:21:38
42505
+
42506
+ 本次发布包含了以下内容:
42507
+
42508
+ 改善已有的文档。
42509
+
42510
+ 修改接口:
42511
+
42512
+ * [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
42513
+
42514
+ * 新增入参:CcInfos
42515
+
42516
+
42505
42517
  ### 第 37 次发布
42506
42518
 
42507
42519
  发布时间:2023-01-09 01:23:34
@@ -44415,6 +44427,46 @@
44415
44427
 
44416
44428
 
44417
44429
 
44430
+ ## 人脸融合(facefusion) 版本:2022-09-27
44431
+
44432
+ ### 第 2 次发布
44433
+
44434
+ 发布时间:2023-01-10 20:30:44
44435
+
44436
+ 本次发布包含了以下内容:
44437
+
44438
+ 改善已有的文档。
44439
+
44440
+ 新增接口:
44441
+
44442
+ * [[DescribeMaterialList](https://cloud.tencent.com/document/api/670/85633)](https://cloud.tencent.com/document/api/#/#)
44443
+
44444
+ 新增数据结构:
44445
+
44446
+ * [[FaceInfo](https://cloud.tencent.com/document/api/670/85619#FaceInfo)](https://cloud.tencent.com/document/api/670/85619#[FaceInfo](https://cloud.tencent.com/document/api/670/85619#FaceInfo))
44447
+ * [[MaterialFaces](https://cloud.tencent.com/document/api/670/85619#MaterialFaces)](https://cloud.tencent.com/document/api/670/85619#[MaterialFaces](https://cloud.tencent.com/document/api/670/85619#MaterialFaces))
44448
+ * [[PublicMaterialInfos](https://cloud.tencent.com/document/api/670/85619#PublicMaterialInfos)](https://cloud.tencent.com/document/api/670/85619#[PublicMaterialInfos](https://cloud.tencent.com/document/api/670/85619#PublicMaterialInfos))
44449
+
44450
+ ### 第 1 次发布
44451
+
44452
+ 发布时间:2023-01-10 20:21:04
44453
+
44454
+ 本次发布包含了以下内容:
44455
+
44456
+ 改善已有的文档。
44457
+
44458
+ 新增接口:
44459
+
44460
+ * [[FuseFace](https://cloud.tencent.com/document/api/670/85618)](https://cloud.tencent.com/document/api/#/#)
44461
+
44462
+ 新增数据结构:
44463
+
44464
+ * [[FaceRect](https://cloud.tencent.com/document/api/670/85619#FaceRect)](https://cloud.tencent.com/document/api/670/85619#[FaceRect](https://cloud.tencent.com/document/api/670/85619#FaceRect))
44465
+ * [[LogoParam](https://cloud.tencent.com/document/api/670/85619#LogoParam)](https://cloud.tencent.com/document/api/670/85619#[LogoParam](https://cloud.tencent.com/document/api/670/85619#LogoParam))
44466
+ * [[MergeInfo](https://cloud.tencent.com/document/api/670/85619#MergeInfo)](https://cloud.tencent.com/document/api/670/85619#[MergeInfo](https://cloud.tencent.com/document/api/670/85619#MergeInfo))
44467
+
44468
+
44469
+
44418
44470
 
44419
44471
  ## 人脸核身(faceid) 版本:2018-03-01
44420
44472
 
@@ -75490,6 +75542,21 @@
75490
75542
 
75491
75543
  ## 游戏数据库 TcaplusDB(tcaplusdb) 版本:2019-08-23
75492
75544
 
75545
+ ### 第 17 次发布
75546
+
75547
+ 发布时间:2023-01-11 01:39:23
75548
+
75549
+ 本次发布包含了以下内容:
75550
+
75551
+ 改善已有的文档。
75552
+
75553
+ 修改接口:
75554
+
75555
+ * [DescribeSnapshots](https://cloud.tencent.com/document/api/596/54348)
75556
+
75557
+ * 新增入参:SelectedTables
75558
+
75559
+
75493
75560
  ### 第 16 次发布
75494
75561
 
75495
75562
  发布时间:2022-08-23 06:49:36
@@ -78561,6 +78628,21 @@
78561
78628
 
78562
78629
  ## 容器镜像服务(tcr) 版本:2019-09-24
78563
78630
 
78631
+ ### 第 49 次发布
78632
+
78633
+ 发布时间:2023-01-11 01:40:34
78634
+
78635
+ 本次发布包含了以下内容:
78636
+
78637
+ 改善已有的文档。
78638
+
78639
+ 修改接口:
78640
+
78641
+ * [CreateInstance](https://cloud.tencent.com/document/api/1141/41572)
78642
+
78643
+ * 新增入参:RegistryChargePrepaid
78644
+
78645
+
78564
78646
  ### 第 48 次发布
78565
78647
 
78566
78648
  发布时间:2022-12-30 01:44:00
@@ -84049,7 +84131,7 @@
84049
84131
 
84050
84132
  新增接口:
84051
84133
 
84052
- * [[DescribeDDoSAttackData](https://cloud.tencent.com/document/api/1552/80660)](https://cloud.tencent.com/document/api/#/#)
84134
+ * [DescribeDDoSAttackData](https://cloud.tencent.com/document/api/1552/80660)
84053
84135
 
84054
84136
  ### 第 24 次发布
84055
84137
 
@@ -85223,6 +85305,23 @@
85223
85305
 
85224
85306
  ## 高性能计算平台(thpc) 版本:2022-04-01
85225
85307
 
85308
+ ### 第 9 次发布
85309
+
85310
+ 发布时间:2023-01-11 01:46:25
85311
+
85312
+ 本次发布包含了以下内容:
85313
+
85314
+ 改善已有的文档。
85315
+
85316
+ 新增接口:
85317
+
85318
+ * [[DescribeAutoScalingConfiguration](https://cloud.tencent.com/document/api/1527/85635)](https://cloud.tencent.com/document/api/#/#)
85319
+
85320
+ 新增数据结构:
85321
+
85322
+ * [[ExpansionNodeConfigOverview](https://cloud.tencent.com/document/api/1527/72108#ExpansionNodeConfigOverview)](https://cloud.tencent.com/document/api/1527/72108#[ExpansionNodeConfigOverview](https://cloud.tencent.com/document/api/1527/72108#ExpansionNodeConfigOverview))
85323
+ * [[QueueConfigOverview](https://cloud.tencent.com/document/api/1527/72108#QueueConfigOverview)](https://cloud.tencent.com/document/api/1527/72108#[QueueConfigOverview](https://cloud.tencent.com/document/api/1527/72108#QueueConfigOverview))
85324
+
85226
85325
  ### 第 8 次发布
85227
85326
 
85228
85327
  发布时间:2023-01-10 01:50:30
@@ -85240,9 +85339,9 @@
85240
85339
 
85241
85340
  新增数据结构:
85242
85341
 
85243
- * [[CFSOptionOverview](https://cloud.tencent.com/document/api/1527/72108#CFSOptionOverview)](https://cloud.tencent.com/document/api/1527/72108#[CFSOptionOverview](https://cloud.tencent.com/document/api/1527/72108#CFSOptionOverview))
85244
- * [[GooseFSOptionOverview](https://cloud.tencent.com/document/api/1527/72108#GooseFSOptionOverview)](https://cloud.tencent.com/document/api/1527/72108#[GooseFSOptionOverview](https://cloud.tencent.com/document/api/1527/72108#GooseFSOptionOverview))
85245
- * [[StorageOptionOverview](https://cloud.tencent.com/document/api/1527/72108#StorageOptionOverview)](https://cloud.tencent.com/document/api/1527/72108#[StorageOptionOverview](https://cloud.tencent.com/document/api/1527/72108#StorageOptionOverview))
85342
+ * [CFSOptionOverview](https://cloud.tencent.com/document/api/1527/72108#CFSOptionOverview)
85343
+ * [GooseFSOptionOverview](https://cloud.tencent.com/document/api/1527/72108#GooseFSOptionOverview)
85344
+ * [StorageOptionOverview](https://cloud.tencent.com/document/api/1527/72108#StorageOptionOverview)
85246
85345
 
85247
85346
  ### 第 7 次发布
85248
85347
 
@@ -92670,7 +92769,7 @@
92670
92769
 
92671
92770
  新增数据结构:
92672
92771
 
92673
- * [[DeliveryKafkaInfo](https://cloud.tencent.com/document/api/649/36099#DeliveryKafkaInfo)](https://cloud.tencent.com/document/api/649/36099#[DeliveryKafkaInfo](https://cloud.tencent.com/document/api/649/36099#DeliveryKafkaInfo))
92772
+ * [DeliveryKafkaInfo](https://cloud.tencent.com/document/api/649/36099#DeliveryKafkaInfo)
92674
92773
 
92675
92774
  修改数据结构:
92676
92775
 
@@ -95479,7 +95578,7 @@
95479
95578
 
95480
95579
  新增数据结构:
95481
95580
 
95482
- * [[DynamicRangeInfo](https://cloud.tencent.com/document/api/266/31773#DynamicRangeInfo)](https://cloud.tencent.com/document/api/266/31773#[DynamicRangeInfo](https://cloud.tencent.com/document/api/266/31773#DynamicRangeInfo))
95581
+ * [DynamicRangeInfo](https://cloud.tencent.com/document/api/266/31773#DynamicRangeInfo)
95483
95582
 
95484
95583
  修改数据结构:
95485
95584
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-clb",
3
- "version": "4.0.520",
3
+ "version": "4.0.521",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -2,7 +2,7 @@
2
2
  |-|-|-|
3
3
  | aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2022-08-08 06:02:45 |
4
4
  | aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
5
- | acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2022-09-19 11:21:50 |
5
+ | acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2023-01-10 15:15:42 |
6
6
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-11-23 06:03:08 |
7
7
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-11-14 06:09:18 |
@@ -88,11 +88,11 @@
88
88
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-01-09 01:21:37 |
89
89
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
90
90
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
91
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-01-04 01:22:01 |
91
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-01-11 01:21:05 |
92
92
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-12-12 01:25:49 |
93
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-01-09 01:23:34 |
93
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-01-11 01:21:38 |
94
94
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-01-09 01:24:27 |
95
- | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
95
+ | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-01-10 20:30:44 |
96
96
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-01-06 01:23:24 |
97
97
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
98
98
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
@@ -122,7 +122,7 @@
122
122
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
123
123
  | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-01-10 01:31:38 |
124
124
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-01-09 01:31:39 |
125
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-01-09 01:32:15 |
125
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-01-11 01:29:14 |
126
126
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
127
127
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
128
128
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-11-23 06:38:36 |
@@ -135,7 +135,7 @@
135
135
  | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-01-02 01:32:07 |
136
136
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2022-12-16 01:33:15 |
137
137
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-12-08 01:38:36 |
138
- | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-12-09 15:05:58 |
138
+ | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-01-11 01:32:47 |
139
139
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
140
140
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
141
141
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-12-15 10:27:58 |
@@ -175,13 +175,13 @@
175
175
  | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-01-04 01:39:31 |
176
176
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
177
177
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
178
- | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-08-23 06:49:36 |
178
+ | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-01-11 01:39:23 |
179
179
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-12-23 01:54:25 |
180
180
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-23 06:50:39 |
181
181
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
182
182
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
183
183
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-11-30 06:59:59 |
184
- | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-12-30 01:44:00 |
184
+ | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-01-11 01:40:34 |
185
185
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-12-15 01:46:24 |
186
186
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
187
187
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-12-30 17:21:31 |
@@ -189,7 +189,7 @@
189
189
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
190
190
  | tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-12-27 02:10:16 |
191
191
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-01-10 01:48:46 |
192
- | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-01-10 01:50:30 |
192
+ | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-01-11 01:46:25 |
193
193
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
194
194
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
195
195
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
@@ -212,7 +212,7 @@
212
212
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
213
213
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
214
214
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
215
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-01-10 01:56:06 |
215
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-01-11 01:52:34 |
216
216
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-01-10 01:57:25 |
217
217
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-01-04 01:53:21 |
218
218
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |