tencentcloud-sdk-nodejs 4.0.245 → 4.0.249

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 (148) hide show
  1. package/CHANGELOG.md +744 -35
  2. package/package.json +1 -1
  3. package/products.md +38 -35
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/ame/v20190916/ame_models.ts +5 -0
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +6 -0
  7. package/src/services/apigateway/v20180808/apigateway_client.ts +1 -1
  8. package/src/services/apm/index.ts +5 -0
  9. package/src/services/apm/v20210622/apm_client.ts +70 -0
  10. package/src/services/apm/v20210622/apm_models.ts +306 -0
  11. package/src/services/apm/v20210622/index.ts +6 -0
  12. package/src/services/asw/v20200722/asw_models.ts +3 -3
  13. package/src/services/captcha/v20190722/captcha_models.ts +2 -1
  14. package/src/services/cdb/v20170320/cdb_models.ts +13 -3
  15. package/src/services/cfw/v20190904/cfw_models.ts +1 -1
  16. package/src/services/cii/v20210408/cii_models.ts +1 -1
  17. package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
  18. package/src/services/clb/v20180317/clb_client.ts +25 -1
  19. package/src/services/clb/v20180317/clb_models.ts +175 -18
  20. package/src/services/cme/v20191029/cme_client.ts +3 -3
  21. package/src/services/cme/v20191029/cme_models.ts +30 -25
  22. package/src/services/cr/v20180321/cr_models.ts +1 -1
  23. package/src/services/cwp/v20180228/cwp_models.ts +9 -8
  24. package/src/services/domain/v20180808/domain_models.ts +6 -1
  25. package/src/services/ecdn/v20191012/ecdn_client.ts +3 -0
  26. package/src/services/gaap/v20180529/gaap_models.ts +5 -0
  27. package/src/services/index.ts +3 -0
  28. package/src/services/iotvideo/v20201215/iotvideo_models.ts +11 -0
  29. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +31 -0
  30. package/src/services/ivld/index.ts +5 -0
  31. package/src/services/ivld/v20210903/index.ts +6 -0
  32. package/src/services/ivld/v20210903/ivld_client.ts +170 -0
  33. package/src/services/ivld/v20210903/ivld_models.ts +973 -0
  34. package/src/services/kms/v20190118/kms_client.ts +1 -1
  35. package/src/services/kms/v20190118/kms_models.ts +2 -2
  36. package/src/services/lighthouse/v20200324/lighthouse_client.ts +0 -1
  37. package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -35
  38. package/src/services/monitor/v20180724/monitor_models.ts +3 -3
  39. package/src/services/mrs/v20200910/mrs_client.ts +2 -0
  40. package/src/services/mrs/v20200910/mrs_models.ts +81 -5
  41. package/src/services/postgres/v20170312/postgres_models.ts +19 -7
  42. package/src/services/privatedns/v20201028/privatedns_client.ts +40 -3
  43. package/src/services/privatedns/v20201028/privatedns_models.ts +142 -32
  44. package/src/services/scf/v20180416/scf_client.ts +25 -12
  45. package/src/services/scf/v20180416/scf_models.ts +103 -1
  46. package/src/services/tat/v20201028/tat_models.ts +87 -11
  47. package/src/services/tdmq/v20200217/tdmq_client.ts +15 -2
  48. package/src/services/tdmq/v20200217/tdmq_models.ts +556 -146
  49. package/src/services/thpc/index.ts +5 -0
  50. package/src/services/thpc/v20211109/index.ts +6 -0
  51. package/src/services/thpc/v20211109/thpc_client.ts +64 -0
  52. package/src/services/thpc/v20211109/thpc_models.ts +332 -0
  53. package/src/services/tiw/v20190919/tiw_models.ts +2 -2
  54. package/src/services/tke/v20180525/tke_client.ts +50 -1
  55. package/src/services/tke/v20180525/tke_models.ts +158 -6
  56. package/src/services/tsf/v20180326/tsf_client.ts +13 -0
  57. package/src/services/tsf/v20180326/tsf_models.ts +85 -0
  58. package/src/services/vpc/v20170312/vpc_models.ts +2 -2
  59. package/src/services/waf/v20180125/waf_client.ts +1 -1
  60. package/src/services/waf/v20180125/waf_models.ts +26 -1
  61. package/tencentcloud/common/sdk_version.d.ts +1 -1
  62. package/tencentcloud/common/sdk_version.js +1 -1
  63. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +4 -0
  64. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -0
  65. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
  66. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +1 -1
  67. package/tencentcloud/services/apm/index.d.ts +6 -0
  68. package/tencentcloud/services/apm/index.js +7 -0
  69. package/tencentcloud/services/apm/v20210622/apm_client.d.ts +22 -0
  70. package/tencentcloud/services/apm/v20210622/apm_client.js +49 -0
  71. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +246 -0
  72. package/tencentcloud/services/apm/v20210622/apm_models.js +18 -0
  73. package/tencentcloud/services/apm/v20210622/index.d.ts +6 -0
  74. package/tencentcloud/services/apm/v20210622/index.js +9 -0
  75. package/tencentcloud/services/asw/v20200722/asw_models.d.ts +3 -3
  76. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +1 -0
  77. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +11 -3
  78. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
  79. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +1 -1
  80. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
  81. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +9 -1
  82. package/tencentcloud/services/clb/v20180317/clb_client.js +12 -0
  83. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +145 -15
  84. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +3 -3
  85. package/tencentcloud/services/cme/v20191029/cme_client.js +3 -3
  86. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +29 -25
  87. package/tencentcloud/services/cr/v20180321/cr_models.d.ts +1 -1
  88. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +9 -8
  89. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +5 -1
  90. package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +3 -0
  91. package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +3 -0
  92. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +4 -0
  93. package/tencentcloud/services/index.d.ts +3 -0
  94. package/tencentcloud/services/index.js +6 -0
  95. package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +9 -0
  96. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +26 -0
  97. package/tencentcloud/services/ivld/index.d.ts +6 -0
  98. package/tencentcloud/services/ivld/index.js +7 -0
  99. package/tencentcloud/services/ivld/v20210903/index.d.ts +6 -0
  100. package/tencentcloud/services/ivld/v20210903/index.js +9 -0
  101. package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +66 -0
  102. package/tencentcloud/services/ivld/v20210903/ivld_client.js +103 -0
  103. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +831 -0
  104. package/tencentcloud/services/ivld/v20210903/ivld_models.js +18 -0
  105. package/tencentcloud/services/kms/v20190118/kms_client.d.ts +1 -1
  106. package/tencentcloud/services/kms/v20190118/kms_client.js +1 -1
  107. package/tencentcloud/services/kms/v20190118/kms_models.d.ts +2 -2
  108. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +6 -29
  109. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +3 -3
  110. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +70 -5
  111. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +17 -7
  112. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +13 -1
  113. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +18 -0
  114. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +124 -29
  115. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +9 -5
  116. package/tencentcloud/services/scf/v20180416/scf_client.js +12 -6
  117. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +86 -1
  118. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +75 -11
  119. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  120. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  121. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +434 -94
  122. package/tencentcloud/services/thpc/index.d.ts +6 -0
  123. package/tencentcloud/services/thpc/index.js +7 -0
  124. package/tencentcloud/services/thpc/v20211109/index.d.ts +6 -0
  125. package/tencentcloud/services/thpc/v20211109/index.js +9 -0
  126. package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +18 -0
  127. package/tencentcloud/services/thpc/v20211109/thpc_client.js +43 -0
  128. package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +272 -0
  129. package/tencentcloud/services/thpc/v20211109/thpc_models.js +18 -0
  130. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -2
  131. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +17 -1
  132. package/tencentcloud/services/tke/v20180525/tke_client.js +24 -0
  133. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +136 -5
  134. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
  135. package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
  136. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +73 -0
  137. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
  138. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
  139. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +22 -1
  140. package/test/apm.v20210622.test.js +51 -0
  141. package/test/clb.v20180317.test.js +20 -0
  142. package/test/ivld.v20210903.test.js +101 -0
  143. package/test/privatedns.v20201028.test.js +30 -0
  144. package/test/scf.v20180416.test.js +14 -4
  145. package/test/tdmq.v20200217.test.js +10 -0
  146. package/test/thpc.v20211109.test.js +41 -0
  147. package/test/tke.v20180525.test.js +40 -0
  148. package/test/tsf.v20180326.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,37 +1,48 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云防火墙(cfw) 版本:2019-09-04
3
+ ## 正版曲库直通车(ame) 版本:2019-09-16
4
4
 
5
- ### 第 14 次发布
5
+ ### 第 19 次发布
6
6
 
7
- 发布时间:2021-11-26 08:05:36
7
+ 发布时间:2021-12-03 08:01:26
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 新增接口:
13
+ 修改数据结构:
14
14
 
15
- * [DescribeAddrTemplateList](https://cloud.tencent.com/document/api/1132/64831)
15
+ * [PackageItem](https://cloud.tencent.com/document/api/1155/40113#PackageItem)
16
16
 
17
- 新增数据结构:
17
+ * 新增成员:Tags
18
18
 
19
- * [TemplateListInfo](https://cloud.tencent.com/document/api/1132/49071#TemplateListInfo)
19
+
20
+
21
+
22
+ ## 域名注册(domain) 版本:2018-08-08
23
+
24
+ ### 第 17 次发布
25
+
26
+ 发布时间:2021-12-03 08:05:53
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
20
31
 
21
32
  修改数据结构:
22
33
 
23
- * [SecurityGroupRule](https://cloud.tencent.com/document/api/1132/49071#SecurityGroupRule)
34
+ * [PhoneEmailData](https://cloud.tencent.com/document/api/242/38895#PhoneEmailData)
24
35
 
25
- * 新增成员:Id, Enable
36
+ * 新增成员:CheckStatus
26
37
 
27
38
 
28
39
 
29
40
 
30
- ## 腾讯云剪(cme) 版本:2019-10-29
41
+ ## 全球应用加速(gaap) 版本:2018-05-29
31
42
 
32
- ### 第 43 次发布
43
+ ### 第 25 次发布
33
44
 
34
- 发布时间:2021-11-26 08:06:20
45
+ 发布时间:2021-12-03 08:06:49
35
46
 
36
47
  本次发布包含了以下内容:
37
48
 
@@ -39,18 +50,18 @@
39
50
 
40
51
  修改接口:
41
52
 
42
- * [HandleStreamConnectProject](https://cloud.tencent.com/document/api/1156/54998)
53
+ * [DescribeProxyStatistics](https://cloud.tencent.com/document/api/608/37019)
43
54
 
44
- * 新增入参:Operator
55
+ * 新增入参:Isp
45
56
 
46
57
 
47
58
 
48
59
 
49
- ## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
60
+ ## 物联网智能视频服务(iotvideo) 版本:2020-12-15
50
61
 
51
- ### 第 30 次发布
62
+ ### 第 15 次发布
52
63
 
53
- 发布时间:2021-11-26 08:08:12
64
+ 发布时间:2021-12-03 08:07:55
54
65
 
55
66
  本次发布包含了以下内容:
56
67
 
@@ -58,18 +69,29 @@
58
69
 
59
70
  修改接口:
60
71
 
61
- * [UpgradeDCDBInstance](https://cloud.tencent.com/document/api/557/16136)
72
+ * [CreateProduct](https://cloud.tencent.com/document/api/1131/53112)
62
73
 
63
- * 新增入参:Zones
74
+ * 新增入参:NetType
64
75
 
65
76
 
77
+ 修改数据结构:
66
78
 
79
+ * [VideoProduct](https://cloud.tencent.com/document/api/1131/53113#VideoProduct)
67
80
 
68
- ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
81
+ * 新增成员:NetType
82
+
83
+
84
+
85
+
86
+ ## 物联网智能视频服务(iotvideo) 版本:2019-11-26
69
87
 
70
- ### 第 27 次发布
71
88
 
72
- 发布时间:2021-11-26 08:11:04
89
+
90
+ ## 物联网智能视频服务(行业版)(iotvideoindustry) 版本:2020-12-01
91
+
92
+ ### 第 12 次发布
93
+
94
+ 发布时间:2021-12-03 08:08:18
73
95
 
74
96
  本次发布包含了以下内容:
75
97
 
@@ -77,22 +99,22 @@
77
99
 
78
100
  修改接口:
79
101
 
80
- * [DescribeUpgradePrice](https://cloud.tencent.com/document/api/237/16183)
102
+ * [DescribeStatisticSummary](https://cloud.tencent.com/document/api/1361/53727)
81
103
 
82
- * 新增入参:NodeCount
104
+ * 新增出参:LivePushTotal
83
105
 
84
- * [UpgradeDBInstance](https://cloud.tencent.com/document/api/237/16189)
106
+ * [DescribeVideoList](https://cloud.tencent.com/document/api/1361/54757)
85
107
 
86
- * 新增入参:Zones
108
+ * 新增入参:PlanId, SceneId, WarnId, RecordType
87
109
 
88
110
 
89
111
 
90
112
 
91
- ## 云开发 CloudBase(tcb) 版本:2018-06-08
113
+ ## 云监控(monitor) 版本:2018-07-24
92
114
 
93
- ### 第 76 次发布
115
+ ### 第 32 次发布
94
116
 
95
- 发布时间:2021-11-26 08:13:21
117
+ 发布时间:2021-12-03 08:09:12
96
118
 
97
119
  本次发布包含了以下内容:
98
120
 
@@ -100,14 +122,107 @@
100
122
 
101
123
  修改接口:
102
124
 
103
- * [DescribeCloudBaseRunOneClickTaskExternal](https://cloud.tencent.com/document/api/876/63779)
125
+ * [BindingPolicyObject](https://cloud.tencent.com/document/api/248/40421)
104
126
 
105
- * 新增出参:StartTime, Steps
127
+ * <font color="#dd0000">**修改入参**:</font>GroupId
128
+
129
+
130
+
131
+
132
+ ## 云函数(scf) 版本:2018-04-16
133
+
134
+ ### 第 40 次发布
106
135
 
136
+ 发布时间:2021-12-03 08:10:14
137
+
138
+ 本次发布包含了以下内容:
139
+
140
+ 改善已有的文档。
141
+
142
+ 修改接口:
143
+
144
+ * [UpdateFunctionCode](https://cloud.tencent.com/document/api/583/18581)
145
+
146
+ * 新增入参:InstallDependency
147
+
148
+
149
+
150
+
151
+ ## 腾讯云自动化助手(tat) 版本:2020-10-28
152
+
153
+ ### 第 16 次发布
154
+
155
+ 发布时间:2021-12-03 08:11:00
156
+
157
+ 本次发布包含了以下内容:
158
+
159
+ 改善已有的文档。
160
+
161
+ 修改数据结构:
162
+
163
+ * [Command](https://cloud.tencent.com/document/api/1340/52687#Command)
164
+
165
+ * 新增成员:OutputCOSBucketUrl, OutputCOSKeyPrefix
166
+
167
+ * [Invocation](https://cloud.tencent.com/document/api/1340/52687#Invocation)
168
+
169
+ * 新增成员:OutputCOSBucketUrl, OutputCOSKeyPrefix
170
+
171
+ * [TaskResult](https://cloud.tencent.com/document/api/1340/52687#TaskResult)
172
+
173
+ * 新增成员:OutputUrl, OutputUploadCOSErrorInfo
174
+
175
+
176
+
177
+
178
+ ## 分布式消息队列(tdmq) 版本:2020-02-17
179
+
180
+ ### 第 24 次发布
181
+
182
+ 发布时间:2021-12-03 08:11:41
183
+
184
+ 本次发布包含了以下内容:
185
+
186
+ 改善已有的文档。
187
+
188
+ 新增接口:
189
+
190
+ * [DescribeAllTenants](https://cloud.tencent.com/document/api/1179/65403)
107
191
 
108
192
  新增数据结构:
109
193
 
110
- * [OneClickTaskStepInfo](https://cloud.tencent.com/document/api/876/34822#OneClickTaskStepInfo)
194
+ * [InternalTenant](https://cloud.tencent.com/document/api/1179/46089#InternalTenant)
195
+
196
+ 修改数据结构:
197
+
198
+ * [RocketMQClusterConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterConfig)
199
+
200
+ * 新增成员:MaxTpsPerNamespace, MaxNamespaceNum, UsedNamespaceNum, MaxTopicNum, UsedTopicNum, MaxGroupNum, UsedGroupNum, MaxRetentionTime, MaxLatencyTime
201
+
202
+ * [RocketMQClusterDetail](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterDetail)
203
+
204
+ * 新增成员:Info, Config, Status
205
+
206
+ * [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
207
+
208
+ * 新增成员:ClusterId, ClusterName, Region, CreateTime, Remark, PublicEndPoint, VpcEndPoint
209
+
210
+ * [RocketMQClusterRecentStats](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterRecentStats)
211
+
212
+ * 新增成员:TopicNum, ProducedMsgNum, ConsumedMsgNum, AccumulativeMsgNum
213
+
214
+ * [RocketMQGroup](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroup)
215
+
216
+ * 新增成员:Name, ConsumerNum, TPS, TotalAccumulative, ConsumptionMode, ReadEnabled, RetryPartitionNum, CreateTime, UpdateTime, ClientProtocol, Remark, ConsumerType, BroadcastEnabled
217
+
218
+ * [RocketMQNamespace](https://cloud.tencent.com/document/api/1179/46089#RocketMQNamespace)
219
+
220
+ * 新增成员:NamespaceId, Ttl, RetentionTime, Remark
221
+
222
+ * [RocketMQTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopic)
223
+
224
+ * 新增成员:Name, Remark, PartitionNum, CreateTime, UpdateTime
225
+
111
226
 
112
227
 
113
228
 
@@ -510,6 +625,21 @@
510
625
 
511
626
  ## 正版曲库直通车(ame) 版本:2019-09-16
512
627
 
628
+ ### 第 19 次发布
629
+
630
+ 发布时间:2021-12-03 08:01:26
631
+
632
+ 本次发布包含了以下内容:
633
+
634
+ 改善已有的文档。
635
+
636
+ 修改数据结构:
637
+
638
+ * [PackageItem](https://cloud.tencent.com/document/api/1155/40113#PackageItem)
639
+
640
+ * 新增成员:Tags
641
+
642
+
513
643
  ### 第 18 次发布
514
644
 
515
645
  发布时间:2021-10-13 08:02:42
@@ -1030,6 +1160,21 @@
1030
1160
 
1031
1161
  ## DDoS 防护(antiddos) 版本:2020-03-09
1032
1162
 
1163
+ ### 第 15 次发布
1164
+
1165
+ 发布时间:2021-12-02 08:02:10
1166
+
1167
+ 本次发布包含了以下内容:
1168
+
1169
+ 改善已有的文档。
1170
+
1171
+ 修改数据结构:
1172
+
1173
+ * [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
1174
+
1175
+ * 新增成员:V6Flag
1176
+
1177
+
1033
1178
  ### 第 14 次发布
1034
1179
 
1035
1180
  发布时间:2021-11-23 08:02:33
@@ -2081,6 +2226,56 @@
2081
2226
 
2082
2227
 
2083
2228
 
2229
+ ## 应用性能观测(apm) 版本:2021-06-22
2230
+
2231
+ ### 第 3 次发布
2232
+
2233
+ 发布时间:2021-12-02 08:02:32
2234
+
2235
+ 本次发布包含了以下内容:
2236
+
2237
+ 改善已有的文档。
2238
+
2239
+ 新增接口:
2240
+
2241
+ * [CreateApmInstance](https://cloud.tencent.com/document/api/1463/65347)
2242
+
2243
+ ### 第 2 次发布
2244
+
2245
+ 发布时间:2021-12-01 08:02:58
2246
+
2247
+ 本次发布包含了以下内容:
2248
+
2249
+ 改善已有的文档。
2250
+
2251
+ 新增接口:
2252
+
2253
+ * [DescribeApmInstances](https://cloud.tencent.com/document/api/1463/65103)
2254
+
2255
+ 新增数据结构:
2256
+
2257
+ * [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
2258
+ * [ApmTag](https://cloud.tencent.com/document/api/1463/64927#ApmTag)
2259
+
2260
+ ### 第 1 次发布
2261
+
2262
+ 发布时间:2021-11-29 14:39:11
2263
+
2264
+ 本次发布包含了以下内容:
2265
+
2266
+ 改善已有的文档。
2267
+
2268
+ 新增接口:
2269
+
2270
+ * [DescribeApmAgent](https://cloud.tencent.com/document/api/1463/64926)
2271
+
2272
+ 新增数据结构:
2273
+
2274
+ * [ApmAgentInfo](https://cloud.tencent.com/document/api/1463/64927#ApmAgentInfo)
2275
+
2276
+
2277
+
2278
+
2084
2279
  ## 弹性伸缩(as) 版本:2018-04-19
2085
2280
 
2086
2281
  ### 第 42 次发布
@@ -8271,6 +8466,25 @@
8271
8466
 
8272
8467
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
8273
8468
 
8469
+ ### 第 73 次发布
8470
+
8471
+ 发布时间:2021-12-02 08:03:37
8472
+
8473
+ 本次发布包含了以下内容:
8474
+
8475
+ 改善已有的文档。
8476
+
8477
+ 修改接口:
8478
+
8479
+ * [UpgradeDBInstance](https://cloud.tencent.com/document/api/236/15876)
8480
+
8481
+ * 新增入参:MaxDelayTime
8482
+
8483
+ * [UpgradeDBInstanceEngineVersion](https://cloud.tencent.com/document/api/236/15870)
8484
+
8485
+ * 新增入参:MaxDelayTime
8486
+
8487
+
8274
8488
  ### 第 72 次发布
8275
8489
 
8276
8490
  发布时间:2021-11-11 10:57:53
@@ -12045,11 +12259,11 @@
12045
12259
 
12046
12260
  新增接口:
12047
12261
 
12048
- * [[DescribeAddrTemplateList](https://cloud.tencent.com/document/api/1132/64831)](https://cloud.tencent.com/document/api/#/#)
12262
+ * [DescribeAddrTemplateList](https://cloud.tencent.com/document/api/1132/64831)
12049
12263
 
12050
12264
  新增数据结构:
12051
12265
 
12052
- * [[TemplateListInfo](https://cloud.tencent.com/document/api/1132/49071#TemplateListInfo)](https://cloud.tencent.com/document/api/1132/49071#[TemplateListInfo](https://cloud.tencent.com/document/api/1132/49071#TemplateListInfo))
12266
+ * [TemplateListInfo](https://cloud.tencent.com/document/api/1132/49071#TemplateListInfo)
12053
12267
 
12054
12268
  修改数据结构:
12055
12269
 
@@ -12778,6 +12992,21 @@
12778
12992
 
12779
12993
  ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
12780
12994
 
12995
+ ### 第 25 次发布
12996
+
12997
+ 发布时间:2021-11-30 08:04:22
12998
+
12999
+ 本次发布包含了以下内容:
13000
+
13001
+ 改善已有的文档。
13002
+
13003
+ 修改接口:
13004
+
13005
+ * [CreateInstancePre](https://cloud.tencent.com/document/api/597/45847)
13006
+
13007
+ * 新增出参:DeleteRouteTimestamp
13008
+
13009
+
12781
13010
  ### 第 24 次发布
12782
13011
 
12783
13012
  发布时间:2021-11-02 08:04:08
@@ -13337,6 +13566,37 @@
13337
13566
 
13338
13567
  ## 负载均衡(clb) 版本:2018-03-17
13339
13568
 
13569
+ ### 第 59 次发布
13570
+
13571
+ 发布时间:2021-11-30 08:04:28
13572
+
13573
+ 本次发布包含了以下内容:
13574
+
13575
+ 改善已有的文档。
13576
+
13577
+ 新增接口:
13578
+
13579
+ * [DescribeLoadBalancerOverview](https://cloud.tencent.com/document/api/214/64973)
13580
+
13581
+ 修改数据结构:
13582
+
13583
+ * [LoadBalancer](https://cloud.tencent.com/document/api/214/30694#LoadBalancer)
13584
+
13585
+ * 新增成员:ClusterIds, AttributeFlags
13586
+
13587
+
13588
+ ### 第 58 次发布
13589
+
13590
+ 发布时间:2021-11-29 08:05:45
13591
+
13592
+ 本次发布包含了以下内容:
13593
+
13594
+ 改善已有的文档。
13595
+
13596
+ 新增接口:
13597
+
13598
+ * [CloneLoadBalancer](https://cloud.tencent.com/document/api/214/64874)
13599
+
13340
13600
  ### 第 57 次发布
13341
13601
 
13342
13602
  发布时间:2021-11-11 10:58:59
@@ -15209,6 +15469,21 @@
15209
15469
 
15210
15470
  ## 腾讯云剪(cme) 版本:2019-10-29
15211
15471
 
15472
+ ### 第 44 次发布
15473
+
15474
+ 发布时间:2021-12-02 08:04:53
15475
+
15476
+ 本次发布包含了以下内容:
15477
+
15478
+ 改善已有的文档。
15479
+
15480
+ 修改数据结构:
15481
+
15482
+ * [VideoExportExtensionArgs](https://cloud.tencent.com/document/api/1156/40360#VideoExportExtensionArgs)
15483
+
15484
+ * 新增成员:FrameRate
15485
+
15486
+
15212
15487
  ### 第 43 次发布
15213
15488
 
15214
15489
  发布时间:2021-11-26 08:06:20
@@ -23340,6 +23615,21 @@
23340
23615
 
23341
23616
  ## 域名注册(domain) 版本:2018-08-08
23342
23617
 
23618
+ ### 第 17 次发布
23619
+
23620
+ 发布时间:2021-12-03 08:05:53
23621
+
23622
+ 本次发布包含了以下内容:
23623
+
23624
+ 改善已有的文档。
23625
+
23626
+ 修改数据结构:
23627
+
23628
+ * [PhoneEmailData](https://cloud.tencent.com/document/api/242/38895#PhoneEmailData)
23629
+
23630
+ * 新增成员:CheckStatus
23631
+
23632
+
23343
23633
  ### 第 16 次发布
23344
23634
 
23345
23635
  发布时间:2021-10-14 08:08:15
@@ -28308,6 +28598,21 @@
28308
28598
 
28309
28599
  ## 全球应用加速(gaap) 版本:2018-05-29
28310
28600
 
28601
+ ### 第 25 次发布
28602
+
28603
+ 发布时间:2021-12-03 08:06:49
28604
+
28605
+ 本次发布包含了以下内容:
28606
+
28607
+ 改善已有的文档。
28608
+
28609
+ 修改接口:
28610
+
28611
+ * [DescribeProxyStatistics](https://cloud.tencent.com/document/api/608/37019)
28612
+
28613
+ * 新增入参:Isp
28614
+
28615
+
28311
28616
  ### 第 24 次发布
28312
28617
 
28313
28618
  发布时间:2021-10-15 08:10:54
@@ -33932,6 +34237,28 @@
33932
34237
 
33933
34238
  ## 物联网智能视频服务(iotvideo) 版本:2020-12-15
33934
34239
 
34240
+ ### 第 15 次发布
34241
+
34242
+ 发布时间:2021-12-03 08:07:55
34243
+
34244
+ 本次发布包含了以下内容:
34245
+
34246
+ 改善已有的文档。
34247
+
34248
+ 修改接口:
34249
+
34250
+ * [CreateProduct](https://cloud.tencent.com/document/api/1131/53112)
34251
+
34252
+ * 新增入参:NetType
34253
+
34254
+
34255
+ 修改数据结构:
34256
+
34257
+ * [VideoProduct](https://cloud.tencent.com/document/api/1131/53113#VideoProduct)
34258
+
34259
+ * 新增成员:NetType
34260
+
34261
+
33935
34262
  ### 第 14 次发布
33936
34263
 
33937
34264
  发布时间:2021-11-23 08:09:04
@@ -34254,6 +34581,25 @@
34254
34581
 
34255
34582
  ## 物联网智能视频服务(行业版)(iotvideoindustry) 版本:2020-12-01
34256
34583
 
34584
+ ### 第 12 次发布
34585
+
34586
+ 发布时间:2021-12-03 08:08:18
34587
+
34588
+ 本次发布包含了以下内容:
34589
+
34590
+ 改善已有的文档。
34591
+
34592
+ 修改接口:
34593
+
34594
+ * [DescribeStatisticSummary](https://cloud.tencent.com/document/api/1361/53727)
34595
+
34596
+ * 新增出参:LivePushTotal
34597
+
34598
+ * [DescribeVideoList](https://cloud.tencent.com/document/api/1361/54757)
34599
+
34600
+ * 新增入参:PlanId, SceneId, WarnId, RecordType
34601
+
34602
+
34257
34603
  ### 第 11 次发布
34258
34604
 
34259
34605
  发布时间:2021-11-19 08:12:04
@@ -34554,6 +34900,52 @@
34554
34900
 
34555
34901
 
34556
34902
 
34903
+ ## 视频智能标签(ivld) 版本:2021-09-03
34904
+
34905
+ ### 第 1 次发布
34906
+
34907
+ 发布时间:2021-11-30 14:02:22
34908
+
34909
+ 本次发布包含了以下内容:
34910
+
34911
+ 改善已有的文档。
34912
+
34913
+ 新增接口:
34914
+
34915
+ * [CreateTask](https://cloud.tencent.com/document/api/1509/65057)
34916
+ * [DeleteMedia](https://cloud.tencent.com/document/api/1509/65062)
34917
+ * [DescribeMedia](https://cloud.tencent.com/document/api/1509/65061)
34918
+ * [DescribeMedias](https://cloud.tencent.com/document/api/1509/65060)
34919
+ * [DescribeTask](https://cloud.tencent.com/document/api/1509/65056)
34920
+ * [DescribeTaskDetail](https://cloud.tencent.com/document/api/1509/65055)
34921
+ * [DescribeTasks](https://cloud.tencent.com/document/api/1509/65054)
34922
+ * [ImportMedia](https://cloud.tencent.com/document/api/1509/65059)
34923
+
34924
+ 新增数据结构:
34925
+
34926
+ * [AppearIndexPair](https://cloud.tencent.com/document/api/1509/65063#AppearIndexPair)
34927
+ * [AppearInfo](https://cloud.tencent.com/document/api/1509/65063#AppearInfo)
34928
+ * [AudioInfo](https://cloud.tencent.com/document/api/1509/65063#AudioInfo)
34929
+ * [Data](https://cloud.tencent.com/document/api/1509/65063#Data)
34930
+ * [L1Tag](https://cloud.tencent.com/document/api/1509/65063#L1Tag)
34931
+ * [L2Tag](https://cloud.tencent.com/document/api/1509/65063#L2Tag)
34932
+ * [L3Tag](https://cloud.tencent.com/document/api/1509/65063#L3Tag)
34933
+ * [MediaFilter](https://cloud.tencent.com/document/api/1509/65063#MediaFilter)
34934
+ * [MediaInfo](https://cloud.tencent.com/document/api/1509/65063#MediaInfo)
34935
+ * [MediaMetadata](https://cloud.tencent.com/document/api/1509/65063#MediaMetadata)
34936
+ * [MediaPreknownInfo](https://cloud.tencent.com/document/api/1509/65063#MediaPreknownInfo)
34937
+ * [MultiLevelTag](https://cloud.tencent.com/document/api/1509/65063#MultiLevelTag)
34938
+ * [ShowInfo](https://cloud.tencent.com/document/api/1509/65063#ShowInfo)
34939
+ * [SortBy](https://cloud.tencent.com/document/api/1509/65063#SortBy)
34940
+ * [TaskFilter](https://cloud.tencent.com/document/api/1509/65063#TaskFilter)
34941
+ * [TaskInfo](https://cloud.tencent.com/document/api/1509/65063#TaskInfo)
34942
+ * [TextAppearInfo](https://cloud.tencent.com/document/api/1509/65063#TextAppearInfo)
34943
+ * [TextInfo](https://cloud.tencent.com/document/api/1509/65063#TextInfo)
34944
+ * [VideoAppearInfo](https://cloud.tencent.com/document/api/1509/65063#VideoAppearInfo)
34945
+
34946
+
34947
+
34948
+
34557
34949
  ## 密钥管理系统(kms) 版本:2019-01-18
34558
34950
 
34559
34951
  ### 第 15 次发布
@@ -34883,6 +35275,25 @@
34883
35275
 
34884
35276
  ## 轻量应用服务器(lighthouse) 版本:2020-03-24
34885
35277
 
35278
+ ### 第 21 次发布
35279
+
35280
+ 发布时间:2021-11-30 20:01:47
35281
+
35282
+ 本次发布包含了以下内容:
35283
+
35284
+ 改善已有的文档。
35285
+
35286
+ <font color="#dd0000">**删除数据结构**:</font>
35287
+
35288
+ * DataDiskPrice
35289
+
35290
+ 修改数据结构:
35291
+
35292
+ * [Price](https://cloud.tencent.com/document/api/1207/47576#Price)
35293
+
35294
+ * <font color="#dd0000">**删除成员**:</font>DataDiskPrices
35295
+
35296
+
34886
35297
  ### 第 20 次发布
34887
35298
 
34888
35299
  发布时间:2021-10-20 08:12:10
@@ -38085,6 +38496,21 @@
38085
38496
 
38086
38497
  ## 云监控(monitor) 版本:2018-07-24
38087
38498
 
38499
+ ### 第 32 次发布
38500
+
38501
+ 发布时间:2021-12-03 08:09:12
38502
+
38503
+ 本次发布包含了以下内容:
38504
+
38505
+ 改善已有的文档。
38506
+
38507
+ 修改接口:
38508
+
38509
+ * [BindingPolicyObject](https://cloud.tencent.com/document/api/248/40421)
38510
+
38511
+ * <font color="#dd0000">**修改入参**:</font>GroupId
38512
+
38513
+
38088
38514
  ### 第 31 次发布
38089
38515
 
38090
38516
  发布时间:2021-11-15 08:10:59
@@ -39999,6 +40425,26 @@
39999
40425
 
40000
40426
  ## 医疗报告结构化(mrs) 版本:2020-09-10
40001
40427
 
40428
+ ### 第 8 次发布
40429
+
40430
+ 发布时间:2021-11-30 08:10:05
40431
+
40432
+ 本次发布包含了以下内容:
40433
+
40434
+ 改善已有的文档。
40435
+
40436
+ 新增数据结构:
40437
+
40438
+ * [Vaccination](https://cloud.tencent.com/document/api/1314/56230#Vaccination)
40439
+ * [VaccineCertificate](https://cloud.tencent.com/document/api/1314/56230#VaccineCertificate)
40440
+
40441
+ 修改数据结构:
40442
+
40443
+ * [Template](https://cloud.tencent.com/document/api/1314/56230#Template)
40444
+
40445
+ * 新增成员:VaccineCertificate
40446
+
40447
+
40002
40448
  ### 第 7 次发布
40003
40449
 
40004
40450
  发布时间:2021-11-16 08:13:00
@@ -42695,6 +43141,21 @@
42695
43141
 
42696
43142
  ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
42697
43143
 
43144
+ ### 第 21 次发布
43145
+
43146
+ 发布时间:2021-12-02 08:10:29
43147
+
43148
+ 本次发布包含了以下内容:
43149
+
43150
+ 改善已有的文档。
43151
+
43152
+ 修改数据结构:
43153
+
43154
+ * [DBInstanceNetInfo](https://cloud.tencent.com/document/api/409/16778#DBInstanceNetInfo)
43155
+
43156
+ * 新增成员:VpcId, SubnetId
43157
+
43158
+
42698
43159
  ### 第 20 次发布
42699
43160
 
42700
43161
  发布时间:2021-11-24 08:12:02
@@ -43169,6 +43630,39 @@
43169
43630
 
43170
43631
  ## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
43171
43632
 
43633
+ ### 第 5 次发布
43634
+
43635
+ 发布时间:2021-12-02 08:10:37
43636
+
43637
+ 本次发布包含了以下内容:
43638
+
43639
+ 改善已有的文档。
43640
+
43641
+ 修改数据结构:
43642
+
43643
+ * [AccountVpcInfo](https://cloud.tencent.com/document/api/1338/55947#AccountVpcInfo)
43644
+
43645
+ * <font color="#dd0000">**修改成员**:</font>VpcName
43646
+
43647
+
43648
+ ### 第 4 次发布
43649
+
43650
+ 发布时间:2021-11-30 08:10:39
43651
+
43652
+ 本次发布包含了以下内容:
43653
+
43654
+ 改善已有的文档。
43655
+
43656
+ 新增接口:
43657
+
43658
+ * [CreatePrivateDNSAccount](https://cloud.tencent.com/document/api/1338/64976)
43659
+ * [DeletePrivateDNSAccount](https://cloud.tencent.com/document/api/1338/64975)
43660
+ * [DescribeAccountVpcList](https://cloud.tencent.com/document/api/1338/64974)
43661
+
43662
+ 新增数据结构:
43663
+
43664
+ * [AccountVpcInfoOut](https://cloud.tencent.com/document/api/1338/55947#AccountVpcInfoOut)
43665
+
43172
43666
  ### 第 3 次发布
43173
43667
 
43174
43668
  发布时间:2021-09-13 08:00:37
@@ -44265,6 +44759,37 @@
44265
44759
 
44266
44760
  ## 云函数(scf) 版本:2018-04-16
44267
44761
 
44762
+ ### 第 40 次发布
44763
+
44764
+ 发布时间:2021-12-03 08:10:14
44765
+
44766
+ 本次发布包含了以下内容:
44767
+
44768
+ 改善已有的文档。
44769
+
44770
+ 修改接口:
44771
+
44772
+ * [UpdateFunctionCode](https://cloud.tencent.com/document/api/583/18581)
44773
+
44774
+ * 新增入参:InstallDependency
44775
+
44776
+
44777
+ ### 第 39 次发布
44778
+
44779
+ 发布时间:2021-12-02 08:10:45
44780
+
44781
+ 本次发布包含了以下内容:
44782
+
44783
+ 改善已有的文档。
44784
+
44785
+ 新增接口:
44786
+
44787
+ * [GetRequestStatus](https://cloud.tencent.com/document/api/583/65348)
44788
+
44789
+ 新增数据结构:
44790
+
44791
+ * [RequestStatus](https://cloud.tencent.com/document/api/583/17244#RequestStatus)
44792
+
44268
44793
  ### 第 38 次发布
44269
44794
 
44270
44795
  发布时间:2021-11-17 08:14:54
@@ -47571,6 +48096,52 @@
47571
48096
 
47572
48097
  ## 腾讯云自动化助手(tat) 版本:2020-10-28
47573
48098
 
48099
+ ### 第 16 次发布
48100
+
48101
+ 发布时间:2021-12-03 08:11:00
48102
+
48103
+ 本次发布包含了以下内容:
48104
+
48105
+ 改善已有的文档。
48106
+
48107
+ 修改数据结构:
48108
+
48109
+ * [Command](https://cloud.tencent.com/document/api/1340/52687#Command)
48110
+
48111
+ * 新增成员:OutputCOSBucketUrl, OutputCOSKeyPrefix
48112
+
48113
+ * [Invocation](https://cloud.tencent.com/document/api/1340/52687#Invocation)
48114
+
48115
+ * 新增成员:OutputCOSBucketUrl, OutputCOSKeyPrefix
48116
+
48117
+ * [TaskResult](https://cloud.tencent.com/document/api/1340/52687#TaskResult)
48118
+
48119
+ * 新增成员:OutputUrl, OutputUploadCOSErrorInfo
48120
+
48121
+
48122
+ ### 第 15 次发布
48123
+
48124
+ 发布时间:2021-12-02 08:11:32
48125
+
48126
+ 本次发布包含了以下内容:
48127
+
48128
+ 改善已有的文档。
48129
+
48130
+ 修改接口:
48131
+
48132
+ * [InvokeCommand](https://cloud.tencent.com/document/api/1340/52678)
48133
+
48134
+ * 新增入参:OutputCOSBucketUrl, OutputCOSKeyPrefix
48135
+
48136
+ * [ModifyCommand](https://cloud.tencent.com/document/api/1340/52677)
48137
+
48138
+ * 新增入参:OutputCOSBucketUrl, OutputCOSKeyPrefix
48139
+
48140
+ * [RunCommand](https://cloud.tencent.com/document/api/1340/52676)
48141
+
48142
+ * 新增入参:OutputCOSBucketUrl, OutputCOSKeyPrefix
48143
+
48144
+
47574
48145
  ### 第 14 次发布
47575
48146
 
47576
48147
  发布时间:2021-11-24 08:13:01
@@ -48840,7 +49411,7 @@
48840
49411
 
48841
49412
  新增数据结构:
48842
49413
 
48843
- * [[OneClickTaskStepInfo](https://cloud.tencent.com/document/api/876/34822#OneClickTaskStepInfo)](https://cloud.tencent.com/document/api/876/34822#[OneClickTaskStepInfo](https://cloud.tencent.com/document/api/876/34822#OneClickTaskStepInfo))
49414
+ * [OneClickTaskStepInfo](https://cloud.tencent.com/document/api/876/34822#OneClickTaskStepInfo)
48844
49415
 
48845
49416
  ### 第 75 次发布
48846
49417
 
@@ -51403,6 +51974,53 @@
51403
51974
 
51404
51975
  ## 分布式消息队列(tdmq) 版本:2020-02-17
51405
51976
 
51977
+ ### 第 24 次发布
51978
+
51979
+ 发布时间:2021-12-03 08:11:41
51980
+
51981
+ 本次发布包含了以下内容:
51982
+
51983
+ 改善已有的文档。
51984
+
51985
+ 新增接口:
51986
+
51987
+ * [[DescribeAllTenants](https://cloud.tencent.com/document/api/1179/65403)](https://cloud.tencent.com/document/api/#/#)
51988
+
51989
+ 新增数据结构:
51990
+
51991
+ * [[InternalTenant](https://cloud.tencent.com/document/api/1179/46089#InternalTenant)](https://cloud.tencent.com/document/api/1179/46089#[InternalTenant](https://cloud.tencent.com/document/api/1179/46089#InternalTenant))
51992
+
51993
+ 修改数据结构:
51994
+
51995
+ * [RocketMQClusterConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterConfig)
51996
+
51997
+ * 新增成员:MaxTpsPerNamespace, MaxNamespaceNum, UsedNamespaceNum, MaxTopicNum, UsedTopicNum, MaxGroupNum, UsedGroupNum, MaxRetentionTime, MaxLatencyTime
51998
+
51999
+ * [RocketMQClusterDetail](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterDetail)
52000
+
52001
+ * 新增成员:Info, Config, Status
52002
+
52003
+ * [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
52004
+
52005
+ * 新增成员:ClusterId, ClusterName, Region, CreateTime, Remark, PublicEndPoint, VpcEndPoint
52006
+
52007
+ * [RocketMQClusterRecentStats](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterRecentStats)
52008
+
52009
+ * 新增成员:TopicNum, ProducedMsgNum, ConsumedMsgNum, AccumulativeMsgNum
52010
+
52011
+ * [RocketMQGroup](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroup)
52012
+
52013
+ * 新增成员:Name, ConsumerNum, TPS, TotalAccumulative, ConsumptionMode, ReadEnabled, RetryPartitionNum, CreateTime, UpdateTime, ClientProtocol, Remark, ConsumerType, BroadcastEnabled
52014
+
52015
+ * [RocketMQNamespace](https://cloud.tencent.com/document/api/1179/46089#RocketMQNamespace)
52016
+
52017
+ * 新增成员:NamespaceId, Ttl, RetentionTime, Remark
52018
+
52019
+ * [RocketMQTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopic)
52020
+
52021
+ * 新增成员:Name, Remark, PartitionNum, CreateTime, UpdateTime
52022
+
52023
+
51406
52024
  ### 第 23 次发布
51407
52025
 
51408
52026
  发布时间:2021-11-24 08:13:42
@@ -52363,6 +52981,36 @@
52363
52981
 
52364
52982
 
52365
52983
 
52984
+ ## 高性能计算平台(thpc) 版本:2021-11-09
52985
+
52986
+ ### 第 1 次发布
52987
+
52988
+ 发布时间:2021-11-29 12:09:18
52989
+
52990
+ 本次发布包含了以下内容:
52991
+
52992
+ 改善已有的文档。
52993
+
52994
+ 新增接口:
52995
+
52996
+ * [CreateCluster](https://cloud.tencent.com/document/api/1527/64905)
52997
+ * [DeleteCluster](https://cloud.tencent.com/document/api/1527/64904)
52998
+
52999
+ 新增数据结构:
53000
+
53001
+ * [ComputeNode](https://cloud.tencent.com/document/api/1527/64906#ComputeNode)
53002
+ * [DataDisk](https://cloud.tencent.com/document/api/1527/64906#DataDisk)
53003
+ * [InstanceChargePrepaid](https://cloud.tencent.com/document/api/1527/64906#InstanceChargePrepaid)
53004
+ * [InternetAccessible](https://cloud.tencent.com/document/api/1527/64906#InternetAccessible)
53005
+ * [LoginSettings](https://cloud.tencent.com/document/api/1527/64906#LoginSettings)
53006
+ * [ManagerNode](https://cloud.tencent.com/document/api/1527/64906#ManagerNode)
53007
+ * [Placement](https://cloud.tencent.com/document/api/1527/64906#Placement)
53008
+ * [SystemDisk](https://cloud.tencent.com/document/api/1527/64906#SystemDisk)
53009
+ * [VirtualPrivateCloud](https://cloud.tencent.com/document/api/1527/64906#VirtualPrivateCloud)
53010
+
53011
+
53012
+
53013
+
52366
53014
  ## 智能钛机器学习(tia) 版本:2018-02-26
52367
53015
 
52368
53016
  ### 第 3 次发布
@@ -53959,6 +54607,36 @@
53959
54607
 
53960
54608
  ## 容器服务(tke) 版本:2018-05-25
53961
54609
 
54610
+ ### 第 80 次发布
54611
+
54612
+ 发布时间:2021-11-30 08:12:44
54613
+
54614
+ 本次发布包含了以下内容:
54615
+
54616
+ 改善已有的文档。
54617
+
54618
+ 新增接口:
54619
+
54620
+ * [ForwardApplicationRequestV3](https://cloud.tencent.com/document/api/457/64978)
54621
+ * [GetTkeAppChartList](https://cloud.tencent.com/document/api/457/64977)
54622
+
54623
+ 新增数据结构:
54624
+
54625
+ * [AppChart](https://cloud.tencent.com/document/api/457/31866#AppChart)
54626
+
54627
+ ### 第 79 次发布
54628
+
54629
+ 发布时间:2021-11-29 08:13:39
54630
+
54631
+ 本次发布包含了以下内容:
54632
+
54633
+ 改善已有的文档。
54634
+
54635
+ 新增接口:
54636
+
54637
+ * [DisableClusterDeletionProtection](https://cloud.tencent.com/document/api/457/64876)
54638
+ * [EnableClusterDeletionProtection](https://cloud.tencent.com/document/api/457/64875)
54639
+
53962
54640
  ### 第 78 次发布
53963
54641
 
53964
54642
  发布时间:2021-11-25 08:15:58
@@ -56486,6 +57164,22 @@
56486
57164
 
56487
57165
  ## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
56488
57166
 
57167
+ ### 第 61 次发布
57168
+
57169
+ 发布时间:2021-11-30 08:13:08
57170
+
57171
+ 本次发布包含了以下内容:
57172
+
57173
+ 改善已有的文档。
57174
+
57175
+ 新增接口:
57176
+
57177
+ * [DescribeGroupAttribute](https://cloud.tencent.com/document/api/649/64979)
57178
+
57179
+ 新增数据结构:
57180
+
57181
+ * [VmGroupOther](https://cloud.tencent.com/document/api/649/36099#VmGroupOther)
57182
+
56489
57183
  ### 第 60 次发布
56490
57184
 
56491
57185
  发布时间:2021-11-12 08:10:33
@@ -63673,6 +64367,21 @@
63673
64367
 
63674
64368
  ## Web 应用防火墙(waf) 版本:2018-01-25
63675
64369
 
64370
+ ### 第 5 次发布
64371
+
64372
+ 发布时间:2021-12-02 08:14:23
64373
+
64374
+ 本次发布包含了以下内容:
64375
+
64376
+ 改善已有的文档。
64377
+
64378
+ 修改接口:
64379
+
64380
+ * [DescribeAccessFastAnalysis](https://cloud.tencent.com/document/api/627/60014)
64381
+
64382
+ * 新增入参:TopicId, From, To, Query, FieldName
64383
+
64384
+
63676
64385
  ### 第 4 次发布
63677
64386
 
63678
64387
  发布时间:2021-08-10 08:14:12