tencentcloud-sdk-nodejs 4.0.440 → 4.0.442

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.
Files changed (70) hide show
  1. package/CHANGELOG.md +460 -0
  2. package/SERVICE_CHANGELOG.md +543 -0
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_models.ts +1 -1
  7. package/src/services/bma/v20210624/bma_models.ts +85 -0
  8. package/src/services/cdb/v20170320/cdb_client.ts +1 -17
  9. package/src/services/cdb/v20170320/cdb_models.ts +38 -289
  10. package/src/services/cfw/v20190904/cfw_client.ts +19 -93
  11. package/src/services/cfw/v20190904/cfw_models.ts +127 -471
  12. package/src/services/ckafka/v20190819/ckafka_models.ts +2 -2
  13. package/src/services/cpdp/v20190820/cpdp_models.ts +2 -2
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +68 -10
  15. package/src/services/dlc/v20210125/dlc_models.ts +6 -0
  16. package/src/services/lighthouse/v20200324/lighthouse_models.ts +19 -0
  17. package/src/services/live/v20180801/live_client.ts +13 -0
  18. package/src/services/live/v20180801/live_models.ts +55 -0
  19. package/src/services/mna/v20210119/mna_client.ts +106 -17
  20. package/src/services/mna/v20210119/mna_models.ts +543 -92
  21. package/src/services/monitor/v20180724/monitor_models.ts +22 -1
  22. package/src/services/mps/v20190612/mps_models.ts +5 -0
  23. package/src/services/ocr/v20181119/ocr_models.ts +5 -0
  24. package/src/services/tcm/v20210413/tcm_client.ts +1 -0
  25. package/src/services/tcm/v20210413/tcm_models.ts +40 -0
  26. package/src/services/teo/v20220106/teo_client.ts +1 -1
  27. package/src/services/teo/v20220106/teo_models.ts +43 -20
  28. package/src/services/tke/v20180525/tke_models.ts +5 -0
  29. package/src/services/trtc/v20190722/trtc_models.ts +11 -1
  30. package/src/services/vm/v20210922/vm_client.ts +1 -0
  31. package/src/services/vm/v20210922/vm_models.ts +59 -29
  32. package/src/services/vpc/v20170312/vpc_models.ts +8 -3
  33. package/src/services/waf/v20180125/waf_models.ts +36 -0
  34. package/tencentcloud/common/sdk_version.d.ts +1 -1
  35. package/tencentcloud/common/sdk_version.js +1 -1
  36. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +1 -1
  37. package/tencentcloud/services/bma/v20210624/bma_models.d.ts +68 -0
  38. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -5
  39. package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -6
  40. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +34 -241
  41. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -29
  42. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -42
  43. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +111 -402
  44. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +2 -2
  45. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +2 -2
  46. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +57 -10
  47. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +5 -0
  48. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +16 -0
  49. package/tencentcloud/services/live/v20180801/live_client.d.ts +5 -1
  50. package/tencentcloud/services/live/v20180801/live_client.js +6 -0
  51. package/tencentcloud/services/live/v20180801/live_models.d.ts +47 -0
  52. package/tencentcloud/services/mna/v20210119/mna_client.d.ts +33 -5
  53. package/tencentcloud/services/mna/v20210119/mna_client.js +48 -6
  54. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +473 -87
  55. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +18 -1
  56. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +4 -0
  57. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
  58. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +34 -0
  59. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +1 -1
  60. package/tencentcloud/services/teo/v20220106/teo_client.js +1 -1
  61. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +39 -17
  62. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
  63. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +9 -1
  64. package/tencentcloud/services/vm/v20210922/vm_models.d.ts +53 -29
  65. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +5 -1
  66. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +29 -0
  67. package/test/cdb.v20170320.test.js +0 -10
  68. package/test/cfw.v20190904.test.js +4 -64
  69. package/test/live.v20180801.test.js +10 -0
  70. package/test/mna.v20210119.test.js +74 -4
@@ -1,5 +1,176 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
+ ## 云防火墙(cfw) 版本:2019-09-04
4
+
5
+ ### 第 25 次发布
6
+
7
+ 发布时间:2022-09-15 06:13:28
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ <font color="#dd0000">**删除接口**:</font>
14
+
15
+ * CreateSecurityGroupApiRules
16
+ * DescribeAddrTemplateList
17
+ * DescribeSyncAssetStatus
18
+ * ModifyAllSwitchStatus
19
+ * ModifyItemSwitchStatus
20
+ * ModifySecurityGroupAllRuleStatus
21
+
22
+ <font color="#dd0000">**删除数据结构**:</font>
23
+
24
+ * SecurityGroupApiRuleData
25
+ * TemplateListInfo
26
+
27
+
28
+
29
+ ## 移动网络加速(mna) 版本:2021-01-19
30
+
31
+ ### 第 7 次发布
32
+
33
+ 发布时间:2022-09-14 20:21:28
34
+
35
+ 本次发布包含了以下内容:
36
+
37
+ 改善已有的文档。
38
+
39
+ 新增接口:
40
+
41
+ * [GetFlowStatistic](https://cloud.tencent.com/document/api/1385/80486)
42
+
43
+ 新增数据结构:
44
+
45
+ * [NetDetails](https://cloud.tencent.com/document/api/1385/55846#NetDetails)
46
+
47
+
48
+
49
+ ## 云监控(monitor) 版本:2018-07-24
50
+
51
+ ### 第 62 次发布
52
+
53
+ 发布时间:2022-09-15 06:31:40
54
+
55
+ 本次发布包含了以下内容:
56
+
57
+ 改善已有的文档。
58
+
59
+ 修改接口:
60
+
61
+ * [DescribeConditionsTemplateList](https://cloud.tencent.com/document/api/248/70250)
62
+
63
+ * 新增入参:PolicyCountOrder
64
+
65
+
66
+ 修改数据结构:
67
+
68
+ * [Condition](https://cloud.tencent.com/document/api/248/30354#Condition)
69
+
70
+ * 新增成员:IsAdvanced, IsOpen, ProductId
71
+
72
+
73
+
74
+
75
+ ## 视频处理(mps) 版本:2019-06-12
76
+
77
+ ### 第 41 次发布
78
+
79
+ 发布时间:2022-09-15 06:32:33
80
+
81
+ 本次发布包含了以下内容:
82
+
83
+ 改善已有的文档。
84
+
85
+ 修改数据结构:
86
+
87
+ * [EditMediaOutputConfig](https://cloud.tencent.com/document/api/862/37615#EditMediaOutputConfig)
88
+
89
+ * 新增成员:Type
90
+
91
+
92
+
93
+
94
+ ## 服务网格(tcm) 版本:2021-04-13
95
+
96
+ ### 第 11 次发布
97
+
98
+ 发布时间:2022-09-15 06:39:35
99
+
100
+ 本次发布包含了以下内容:
101
+
102
+ 改善已有的文档。
103
+
104
+ 新增数据结构:
105
+
106
+ * [SmartDNSConfig](https://cloud.tencent.com/document/api/1261/63843#SmartDNSConfig)
107
+
108
+ 修改数据结构:
109
+
110
+ * [CLS](https://cloud.tencent.com/document/api/1261/63843#CLS)
111
+
112
+ * 新增成员:NeedDelete
113
+
114
+ * [IstioConfig](https://cloud.tencent.com/document/api/1261/63843#IstioConfig)
115
+
116
+ * 新增成员:EnablePilotHTTP, DisableHTTPRetry, SmartDNS
117
+
118
+
119
+
120
+
121
+ ## 容器服务(tke) 版本:2018-05-25
122
+
123
+ ### 第 122 次发布
124
+
125
+ 发布时间:2022-09-15 06:43:33
126
+
127
+ 本次发布包含了以下内容:
128
+
129
+ 改善已有的文档。
130
+
131
+ 修改接口:
132
+
133
+ * [UpdateTKEEdgeCluster](https://cloud.tencent.com/document/api/457/74855)
134
+
135
+ * 新增入参:ClusterLevel
136
+
137
+
138
+
139
+
140
+ ## Web 应用防火墙(waf) 版本:2018-01-25
141
+
142
+ ### 第 17 次发布
143
+
144
+ 发布时间:2022-09-15 06:49:04
145
+
146
+ 本次发布包含了以下内容:
147
+
148
+ 改善已有的文档。
149
+
150
+ 修改接口:
151
+
152
+ * [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
153
+
154
+ * 新增入参:ActiveCheck, TLSVersion, Ciphers, CipherTemplate
155
+
156
+ * [DeleteIpAccessControl](https://cloud.tencent.com/document/api/627/72648)
157
+
158
+ * 新增入参:SourceType
159
+
160
+ * [UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)
161
+
162
+ * 新增入参:SourceType
163
+
164
+
165
+ 修改数据结构:
166
+
167
+ * [InstanceInfo](https://cloud.tencent.com/document/api/627/53609#InstanceInfo)
168
+
169
+ * 新增成员:ElasticBilling
170
+
171
+
172
+
173
+
3
174
  # 历次版本更新如下:
4
175
 
5
176
  ## 活动防刷(aa) 版本:2020-02-24
@@ -7723,6 +7894,21 @@
7723
7894
 
7724
7895
  ## 品牌经营管家(bma) 版本:2021-06-24
7725
7896
 
7897
+ ### 第 8 次发布
7898
+
7899
+ 发布时间:2022-09-14 06:08:57
7900
+
7901
+ 本次发布包含了以下内容:
7902
+
7903
+ 改善已有的文档。
7904
+
7905
+ 修改接口:
7906
+
7907
+ * [DescribeCRWorkInfo](https://cloud.tencent.com/document/api/1296/77821)
7908
+
7909
+ * 新增出参:EvidenceStatus, WorkCategory, IsOriginal, IsRelease, ProducerName, ProduceTime, WhiteLists, WorkDesc, Authorization, AuthorizationStartTime, AuthorizationEndTime, Commission, CommissionStartTime, CommissionEndTime, EvidenceUrl, EvidenceStartTime, EvidenceEndTime
7910
+
7911
+
7726
7912
  ### 第 7 次发布
7727
7913
 
7728
7914
  发布时间:2022-09-07 06:10:17
@@ -11423,6 +11609,36 @@
11423
11609
 
11424
11610
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
11425
11611
 
11612
+ ### 第 100 次发布
11613
+
11614
+ 发布时间:2022-09-14 06:11:05
11615
+
11616
+ 本次发布包含了以下内容:
11617
+
11618
+ 改善已有的文档。
11619
+
11620
+ <font color="#dd0000">**删除接口**:</font>
11621
+
11622
+ * DescribeDBZoneConfig
11623
+
11624
+ 修改接口:
11625
+
11626
+ * [DescribeBinlogBackupOverview](https://cloud.tencent.com/document/api/236/41227)
11627
+
11628
+ * 新增出参:RemoteBinlogVolume, RemoteBinlogCount
11629
+
11630
+ * [DescribeDataBackupOverview](https://cloud.tencent.com/document/api/236/41226)
11631
+
11632
+ * 新增出参:RemoteBackupVolume, RemoteBackupCount
11633
+
11634
+
11635
+ <font color="#dd0000">**删除数据结构**:</font>
11636
+
11637
+ * RegionSellConf
11638
+ * SellConfig
11639
+ * SellType
11640
+ * ZoneSellConf
11641
+
11426
11642
  ### 第 99 次发布
11427
11643
 
11428
11644
  发布时间:2022-09-08 06:12:00
@@ -16405,6 +16621,28 @@
16405
16621
 
16406
16622
  ## 云防火墙(cfw) 版本:2019-09-04
16407
16623
 
16624
+ ### 第 25 次发布
16625
+
16626
+ 发布时间:2022-09-15 06:13:28
16627
+
16628
+ 本次发布包含了以下内容:
16629
+
16630
+ 改善已有的文档。
16631
+
16632
+ <font color="#dd0000">**删除接口**:</font>
16633
+
16634
+ * CreateSecurityGroupApiRules
16635
+ * DescribeAddrTemplateList
16636
+ * DescribeSyncAssetStatus
16637
+ * ModifyAllSwitchStatus
16638
+ * ModifyItemSwitchStatus
16639
+ * ModifySecurityGroupAllRuleStatus
16640
+
16641
+ <font color="#dd0000">**删除数据结构**:</font>
16642
+
16643
+ * SecurityGroupApiRuleData
16644
+ * TemplateListInfo
16645
+
16408
16646
  ### 第 24 次发布
16409
16647
 
16410
16648
  发布时间:2022-09-09 06:13:35
@@ -28940,6 +29178,30 @@
28940
29178
 
28941
29179
  ## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
28942
29180
 
29181
+ ### 第 27 次发布
29182
+
29183
+ 发布时间:2022-09-14 06:18:19
29184
+
29185
+ 本次发布包含了以下内容:
29186
+
29187
+ 改善已有的文档。
29188
+
29189
+ 修改接口:
29190
+
29191
+ * [DescribeBackupList](https://cloud.tencent.com/document/api/1003/48093)
29192
+
29193
+ * 新增入参:BackupIds, BackupType, BackupMethod, SnapShotType, StartTime, EndTime, FileNames, BackupNames
29194
+
29195
+ * <font color="#dd0000">**修改入参**:</font>Limit, Offset
29196
+
29197
+
29198
+ 修改数据结构:
29199
+
29200
+ * [BackupFileInfo](https://cloud.tencent.com/document/api/1003/48097#BackupFileInfo)
29201
+
29202
+ * 新增成员:BackupId, SnapShotType, BackupName
29203
+
29204
+
28943
29205
  ### 第 26 次发布
28944
29206
 
28945
29207
  发布时间:2022-09-08 06:19:30
@@ -32051,6 +32313,21 @@
32051
32313
 
32052
32314
  ## 数据湖计算(dlc) 版本:2021-01-25
32053
32315
 
32316
+ ### 第 32 次发布
32317
+
32318
+ 发布时间:2022-09-14 06:20:02
32319
+
32320
+ 本次发布包含了以下内容:
32321
+
32322
+ 改善已有的文档。
32323
+
32324
+ 修改数据结构:
32325
+
32326
+ * [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
32327
+
32328
+ * 新增成员:CmdArgs
32329
+
32330
+
32054
32331
  ### 第 31 次发布
32055
32332
 
32056
32333
  发布时间:2022-08-30 06:26:45
@@ -48736,6 +49013,21 @@
48736
49013
 
48737
49014
  ## 轻量应用服务器(lighthouse) 版本:2020-03-24
48738
49015
 
49016
+ ### 第 34 次发布
49017
+
49018
+ 发布时间:2022-09-14 06:27:13
49019
+
49020
+ 本次发布包含了以下内容:
49021
+
49022
+ 改善已有的文档。
49023
+
49024
+ 修改数据结构:
49025
+
49026
+ * [Blueprint](https://cloud.tencent.com/document/api/1207/47576#Blueprint)
49027
+
49028
+ * 新增成员:CommunityUrl, GuideUrl, SceneIdSet
49029
+
49030
+
48739
49031
  ### 第 33 次发布
48740
49032
 
48741
49033
  发布时间:2022-08-11 06:38:25
@@ -49397,6 +49689,22 @@
49397
49689
 
49398
49690
  ## 云直播(live) 版本:2018-08-01
49399
49691
 
49692
+ ### 第 87 次发布
49693
+
49694
+ 发布时间:2022-09-14 06:27:40
49695
+
49696
+ 本次发布包含了以下内容:
49697
+
49698
+ 改善已有的文档。
49699
+
49700
+ 新增接口:
49701
+
49702
+ * [DescribeTranscodeTaskNum](https://cloud.tencent.com/document/api/267/80463)
49703
+
49704
+ 新增数据结构:
49705
+
49706
+ * [TranscodeTaskNum](https://cloud.tencent.com/document/api/267/20474#TranscodeTaskNum)
49707
+
49400
49708
  ### 第 86 次发布
49401
49709
 
49402
49710
  发布时间:2022-08-17 06:29:38
@@ -52435,6 +52743,46 @@
52435
52743
 
52436
52744
  ## 移动网络加速(mna) 版本:2021-01-19
52437
52745
 
52746
+ ### 第 7 次发布
52747
+
52748
+ 发布时间:2022-09-14 20:21:28
52749
+
52750
+ 本次发布包含了以下内容:
52751
+
52752
+ 改善已有的文档。
52753
+
52754
+ 新增接口:
52755
+
52756
+ * [[GetFlowStatistic](https://cloud.tencent.com/document/api/1385/80486)](https://cloud.tencent.com/document/api/#/#)
52757
+
52758
+ 新增数据结构:
52759
+
52760
+ * [[NetDetails](https://cloud.tencent.com/document/api/1385/55846#NetDetails)](https://cloud.tencent.com/document/api/1385/55846#[NetDetails](https://cloud.tencent.com/document/api/1385/55846#NetDetails))
52761
+
52762
+ ### 第 6 次发布
52763
+
52764
+ 发布时间:2022-09-14 15:06:36
52765
+
52766
+ 本次发布包含了以下内容:
52767
+
52768
+ 改善已有的文档。
52769
+
52770
+ 新增接口:
52771
+
52772
+ * [AddDevice](https://cloud.tencent.com/document/api/1385/80483)
52773
+ * [DeleteDevice](https://cloud.tencent.com/document/api/1385/80482)
52774
+ * [GetDevice](https://cloud.tencent.com/document/api/1385/80481)
52775
+ * [GetDevices](https://cloud.tencent.com/document/api/1385/80480)
52776
+ * [GetStatisticData](https://cloud.tencent.com/document/api/1385/80479)
52777
+ * [UpdateDevice](https://cloud.tencent.com/document/api/1385/80478)
52778
+
52779
+ 新增数据结构:
52780
+
52781
+ * [DeviceBaseInfo](https://cloud.tencent.com/document/api/1385/55846#DeviceBaseInfo)
52782
+ * [DeviceDetails](https://cloud.tencent.com/document/api/1385/55846#DeviceDetails)
52783
+ * [DeviceNetInfo](https://cloud.tencent.com/document/api/1385/55846#DeviceNetInfo)
52784
+ * [UpdateNetInfo](https://cloud.tencent.com/document/api/1385/55846#UpdateNetInfo)
52785
+
52438
52786
  ### 第 5 次发布
52439
52787
 
52440
52788
  发布时间:2022-02-21 08:09:33
@@ -53041,6 +53389,28 @@
53041
53389
 
53042
53390
  ## 云监控(monitor) 版本:2018-07-24
53043
53391
 
53392
+ ### 第 62 次发布
53393
+
53394
+ 发布时间:2022-09-15 06:31:40
53395
+
53396
+ 本次发布包含了以下内容:
53397
+
53398
+ 改善已有的文档。
53399
+
53400
+ 修改接口:
53401
+
53402
+ * [DescribeConditionsTemplateList](https://cloud.tencent.com/document/api/248/70250)
53403
+
53404
+ * 新增入参:PolicyCountOrder
53405
+
53406
+
53407
+ 修改数据结构:
53408
+
53409
+ * [Condition](https://cloud.tencent.com/document/api/248/30354#Condition)
53410
+
53411
+ * 新增成员:IsAdvanced, IsOpen, ProductId
53412
+
53413
+
53044
53414
  ### 第 61 次发布
53045
53415
 
53046
53416
  发布时间:2022-09-09 06:33:40
@@ -54362,6 +54732,21 @@
54362
54732
 
54363
54733
  ## 视频处理(mps) 版本:2019-06-12
54364
54734
 
54735
+ ### 第 41 次发布
54736
+
54737
+ 发布时间:2022-09-15 06:32:33
54738
+
54739
+ 本次发布包含了以下内容:
54740
+
54741
+ 改善已有的文档。
54742
+
54743
+ 修改数据结构:
54744
+
54745
+ * [EditMediaOutputConfig](https://cloud.tencent.com/document/api/862/37615#EditMediaOutputConfig)
54746
+
54747
+ * 新增成员:Type
54748
+
54749
+
54365
54750
  ### 第 40 次发布
54366
54751
 
54367
54752
  发布时间:2022-07-16 09:45:55
@@ -57219,6 +57604,21 @@
57219
57604
 
57220
57605
  ## 文字识别(ocr) 版本:2018-11-19
57221
57606
 
57607
+ ### 第 78 次发布
57608
+
57609
+ 发布时间:2022-09-14 06:29:31
57610
+
57611
+ 本次发布包含了以下内容:
57612
+
57613
+ 改善已有的文档。
57614
+
57615
+ 修改接口:
57616
+
57617
+ * [RecognizeHealthCodeOCR](https://cloud.tencent.com/document/api/866/68580)
57618
+
57619
+ * 新增出参:SpotName
57620
+
57621
+
57222
57622
  ### 第 77 次发布
57223
57623
 
57224
57624
  发布时间:2022-09-09 06:35:53
@@ -69889,6 +70289,29 @@
69889
70289
 
69890
70290
  ## 服务网格(tcm) 版本:2021-04-13
69891
70291
 
70292
+ ### 第 11 次发布
70293
+
70294
+ 发布时间:2022-09-15 06:39:35
70295
+
70296
+ 本次发布包含了以下内容:
70297
+
70298
+ 改善已有的文档。
70299
+
70300
+ 新增数据结构:
70301
+
70302
+ * [[SmartDNSConfig](https://cloud.tencent.com/document/api/1261/63843#SmartDNSConfig)](https://cloud.tencent.com/document/api/1261/63843#[SmartDNSConfig](https://cloud.tencent.com/document/api/1261/63843#SmartDNSConfig))
70303
+
70304
+ 修改数据结构:
70305
+
70306
+ * [CLS](https://cloud.tencent.com/document/api/1261/63843#CLS)
70307
+
70308
+ * 新增成员:NeedDelete
70309
+
70310
+ * [IstioConfig](https://cloud.tencent.com/document/api/1261/63843#IstioConfig)
70311
+
70312
+ * 新增成员:EnablePilotHTTP, DisableHTTPRetry, SmartDNS
70313
+
70314
+
69892
70315
  ### 第 10 次发布
69893
70316
 
69894
70317
  发布时间:2022-07-18 06:16:41
@@ -73744,6 +74167,21 @@
73744
74167
 
73745
74168
  ## 边缘安全加速平台(teo) 版本:2022-01-06
73746
74169
 
74170
+ ### 第 26 次发布
74171
+
74172
+ 发布时间:2022-09-14 06:37:50
74173
+
74174
+ 本次发布包含了以下内容:
74175
+
74176
+ 改善已有的文档。
74177
+
74178
+ 修改接口:
74179
+
74180
+ * [DescribeOverviewL7Data](https://cloud.tencent.com/document/api/1552/75656)
74181
+
74182
+ * 新增入参:Filters
74183
+
74184
+
73747
74185
  ### 第 25 次发布
73748
74186
 
73749
74187
  发布时间:2022-09-12 06:43:25
@@ -76837,6 +77275,21 @@
76837
77275
 
76838
77276
  ## 容器服务(tke) 版本:2018-05-25
76839
77277
 
77278
+ ### 第 122 次发布
77279
+
77280
+ 发布时间:2022-09-15 06:43:33
77281
+
77282
+ 本次发布包含了以下内容:
77283
+
77284
+ 改善已有的文档。
77285
+
77286
+ 修改接口:
77287
+
77288
+ * [UpdateTKEEdgeCluster](https://cloud.tencent.com/document/api/457/74855)
77289
+
77290
+ * 新增入参:ClusterLevel
77291
+
77292
+
76840
77293
  ### 第 121 次发布
76841
77294
 
76842
77295
  发布时间:2022-09-08 06:45:00
@@ -79750,6 +80203,25 @@
79750
80203
 
79751
80204
  ## 实时音视频(trtc) 版本:2019-07-22
79752
80205
 
80206
+ ### 第 38 次发布
80207
+
80208
+ 发布时间:2022-09-14 06:40:34
80209
+
80210
+ 本次发布包含了以下内容:
80211
+
80212
+ 改善已有的文档。
80213
+
80214
+ 修改数据结构:
80215
+
80216
+ * [RecordParams](https://cloud.tencent.com/document/api/647/44055#RecordParams)
80217
+
80218
+ * 新增成员:AvMerge
80219
+
80220
+ * [TencentVod](https://cloud.tencent.com/document/api/647/44055#TencentVod)
80221
+
80222
+ * 新增成员:MediaType
80223
+
80224
+
79753
80225
  ### 第 37 次发布
79754
80226
 
79755
80227
  发布时间:2022-08-08 06:44:27
@@ -83483,6 +83955,32 @@
83483
83955
 
83484
83956
  ## 视频内容安全(vm) 版本:2021-09-22
83485
83957
 
83958
+ ### 第 3 次发布
83959
+
83960
+ 发布时间:2022-09-14 06:42:07
83961
+
83962
+ 本次发布包含了以下内容:
83963
+
83964
+ 改善已有的文档。
83965
+
83966
+ 修改接口:
83967
+
83968
+ * [DescribeTaskDetail](https://cloud.tencent.com/document/api/1265/80016)
83969
+
83970
+ * 新增出参:Label, AudioText, Asrs
83971
+
83972
+
83973
+ 新增数据结构:
83974
+
83975
+ * [RcbAsr](https://cloud.tencent.com/document/api/1265/80019#RcbAsr)
83976
+
83977
+ 修改数据结构:
83978
+
83979
+ * [MediaInfo](https://cloud.tencent.com/document/api/1265/80019#MediaInfo)
83980
+
83981
+ * 新增成员:Thumbnail
83982
+
83983
+
83486
83984
  ### 第 2 次发布
83487
83985
 
83488
83986
  发布时间:2022-09-08 06:47:59
@@ -86805,6 +87303,21 @@
86805
87303
 
86806
87304
  ## 私有网络(vpc) 版本:2017-03-12
86807
87305
 
87306
+ ### 第 124 次发布
87307
+
87308
+ 发布时间:2022-09-14 06:43:15
87309
+
87310
+ 本次发布包含了以下内容:
87311
+
87312
+ 改善已有的文档。
87313
+
87314
+ 修改数据结构:
87315
+
87316
+ * [NatGateway](https://cloud.tencent.com/document/api/215/15824#NatGateway)
87317
+
87318
+ * 新增成员:RestrictState
87319
+
87320
+
86808
87321
  ### 第 123 次发布
86809
87322
 
86810
87323
  发布时间:2022-09-05 06:59:01
@@ -89721,6 +90234,36 @@
89721
90234
 
89722
90235
  ## Web 应用防火墙(waf) 版本:2018-01-25
89723
90236
 
90237
+ ### 第 17 次发布
90238
+
90239
+ 发布时间:2022-09-15 06:49:04
90240
+
90241
+ 本次发布包含了以下内容:
90242
+
90243
+ 改善已有的文档。
90244
+
90245
+ 修改接口:
90246
+
90247
+ * [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
90248
+
90249
+ * 新增入参:ActiveCheck, TLSVersion, Ciphers, CipherTemplate
90250
+
90251
+ * [DeleteIpAccessControl](https://cloud.tencent.com/document/api/627/72648)
90252
+
90253
+ * 新增入参:SourceType
90254
+
90255
+ * [UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)
90256
+
90257
+ * 新增入参:SourceType
90258
+
90259
+
90260
+ 修改数据结构:
90261
+
90262
+ * [InstanceInfo](https://cloud.tencent.com/document/api/627/53609#InstanceInfo)
90263
+
90264
+ * 新增成员:ElasticBilling
90265
+
90266
+
89724
90267
  ### 第 16 次发布
89725
90268
 
89726
90269
  发布时间:2022-09-02 07:06:31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.440",
3
+ "version": "4.0.442",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {