tencentcloud-sdk-nodejs 4.0.297 → 4.0.300

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 (141) hide show
  1. package/CHANGELOG.md +706 -0
  2. package/SERVICE_CHANGELOG.md +965 -60
  3. package/package.json +1 -1
  4. package/products.md +34 -33
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_client.ts +1 -1
  7. package/src/services/antiddos/v20200309/antiddos_client.ts +127 -53
  8. package/src/services/antiddos/v20200309/antiddos_models.ts +355 -30
  9. package/src/services/api/v20201106/api_client.ts +13 -0
  10. package/src/services/api/v20201106/api_models.ts +45 -0
  11. package/src/services/apigateway/v20180808/apigateway_client.ts +75 -6
  12. package/src/services/apigateway/v20180808/apigateway_models.ts +621 -44
  13. package/src/services/as/v20180419/as_models.ts +1 -1
  14. package/src/services/billing/v20180709/billing_models.ts +12 -0
  15. package/src/services/cam/v20190116/cam_client.ts +12 -0
  16. package/src/services/cam/v20190116/cam_models.ts +30 -0
  17. package/src/services/cdb/v20170320/cdb_models.ts +7 -1
  18. package/src/services/clb/v20180317/clb_client.ts +20 -11
  19. package/src/services/clb/v20180317/clb_models.ts +25 -0
  20. package/src/services/cls/v20201016/cls_client.ts +1 -1
  21. package/src/services/cls/v20201016/cls_models.ts +37 -27
  22. package/src/services/cmq/v20190304/cmq_models.ts +94 -82
  23. package/src/services/dbbrain/v20210527/dbbrain_models.ts +5 -0
  24. package/src/services/dcdb/v20180411/dcdb_client.ts +36 -12
  25. package/src/services/dcdb/v20180411/dcdb_models.ts +60 -0
  26. package/src/services/emr/v20190103/emr_client.ts +1 -0
  27. package/src/services/emr/v20190103/emr_models.ts +46 -0
  28. package/src/services/gme/v20180711/gme_client.ts +36 -0
  29. package/src/services/gme/v20180711/gme_models.ts +126 -0
  30. package/src/services/index.ts +1 -0
  31. package/src/services/ivld/v20210903/ivld_client.ts +78 -4
  32. package/src/services/ivld/v20210903/ivld_models.ts +156 -38
  33. package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -0
  34. package/src/services/mariadb/v20170312/mariadb_client.ts +31 -7
  35. package/src/services/mariadb/v20170312/mariadb_models.ts +238 -179
  36. package/src/services/mongodb/v20190725/mongodb_client.ts +72 -60
  37. package/src/services/mongodb/v20190725/mongodb_models.ts +1022 -997
  38. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  39. package/src/services/monitor/v20180724/monitor_models.ts +8 -1
  40. package/src/services/oceanus/v20190422/oceanus_models.ts +84 -2
  41. package/src/services/postgres/v20170312/postgres_client.ts +85 -37
  42. package/src/services/postgres/v20170312/postgres_models.ts +258 -84
  43. package/src/services/rum/v20210622/rum_models.ts +1 -1
  44. package/src/services/sslpod/v20190605/sslpod_models.ts +7 -1
  45. package/src/services/tcss/v20201101/tcss_models.ts +26 -0
  46. package/src/services/tdcpg/index.ts +5 -0
  47. package/src/services/tdcpg/v20211118/index.ts +6 -0
  48. package/src/services/tdcpg/v20211118/tdcpg_client.ts +345 -0
  49. package/src/services/tdcpg/v20211118/tdcpg_models.ts +1320 -0
  50. package/src/services/tdid/v20210519/tdid_client.ts +64 -14
  51. package/src/services/tdid/v20210519/tdid_models.ts +205 -17
  52. package/src/services/tdmq/v20200217/tdmq_models.ts +41 -1
  53. package/src/services/tem/v20210701/tem_models.ts +5 -0
  54. package/src/services/tsf/v20180326/tsf_client.ts +128 -15
  55. package/src/services/tsf/v20180326/tsf_models.ts +1116 -112
  56. package/tencentcloud/common/sdk_version.d.ts +1 -1
  57. package/tencentcloud/common/sdk_version.js +1 -1
  58. package/tencentcloud/services/ame/v20190916/ame_client.d.ts +1 -1
  59. package/tencentcloud/services/ame/v20190916/ame_client.js +1 -1
  60. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +41 -17
  61. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +60 -24
  62. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +302 -28
  63. package/tencentcloud/services/api/v20201106/api_client.d.ts +5 -1
  64. package/tencentcloud/services/api/v20201106/api_client.js +6 -0
  65. package/tencentcloud/services/api/v20201106/api_models.d.ts +39 -0
  66. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +21 -1
  67. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +30 -0
  68. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +523 -40
  69. package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -1
  70. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +10 -0
  71. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +5 -1
  72. package/tencentcloud/services/cam/v20190116/cam_client.js +6 -0
  73. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +25 -0
  74. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -1
  75. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +8 -7
  76. package/tencentcloud/services/clb/v20180317/clb_client.js +10 -7
  77. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +22 -0
  78. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  79. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  80. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +35 -25
  81. package/tencentcloud/services/cmq/v20190304/cmq_models.d.ts +89 -79
  82. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +4 -0
  83. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +13 -5
  84. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +18 -6
  85. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +52 -0
  86. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +39 -0
  87. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +13 -1
  88. package/tencentcloud/services/gme/v20180711/gme_client.js +18 -0
  89. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +107 -0
  90. package/tencentcloud/services/index.d.ts +1 -0
  91. package/tencentcloud/services/index.js +2 -0
  92. package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +52 -2
  93. package/tencentcloud/services/ivld/v20210903/ivld_client.js +57 -1
  94. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +134 -34
  95. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +5 -0
  96. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +9 -1
  97. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +12 -0
  98. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +202 -151
  99. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
  100. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
  101. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +965 -943
  102. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  103. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  104. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +7 -1
  105. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +68 -2
  106. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +29 -13
  107. package/tencentcloud/services/postgres/v20170312/postgres_client.js +42 -18
  108. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +219 -71
  109. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +1 -1
  110. package/tencentcloud/services/sslpod/v20190605/sslpod_models.d.ts +6 -1
  111. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +21 -0
  112. package/tencentcloud/services/tdcpg/index.d.ts +6 -0
  113. package/tencentcloud/services/tdcpg/index.js +7 -0
  114. package/tencentcloud/services/tdcpg/v20211118/index.d.ts +6 -0
  115. package/tencentcloud/services/tdcpg/v20211118/index.js +9 -0
  116. package/tencentcloud/services/tdcpg/v20211118/tdcpg_client.d.ts +116 -0
  117. package/tencentcloud/services/tdcpg/v20211118/tdcpg_client.js +187 -0
  118. package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +1111 -0
  119. package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.js +18 -0
  120. package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +22 -5
  121. package/tencentcloud/services/tdid/v20210519/tdid_client.js +31 -6
  122. package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +175 -15
  123. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +34 -1
  124. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +4 -0
  125. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +37 -5
  126. package/tencentcloud/services/tsf/v20180326/tsf_client.js +54 -6
  127. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +934 -86
  128. package/test/antiddos.v20200309.test.js +76 -16
  129. package/test/api.v20201106.test.js +10 -0
  130. package/test/apigateway.v20180808.test.js +50 -0
  131. package/test/cam.v20190116.test.js +10 -0
  132. package/test/clb.v20180317.test.js +12 -2
  133. package/test/dcdb.v20180411.test.js +24 -4
  134. package/test/gme.v20180711.test.js +30 -0
  135. package/test/ivld.v20210903.test.js +30 -0
  136. package/test/mariadb.v20170312.test.js +20 -0
  137. package/test/mongodb.v20190725.test.js +10 -0
  138. package/test/postgres.v20170312.test.js +58 -18
  139. package/test/tdcpg.v20211118.test.js +271 -0
  140. package/test/tdid.v20210519.test.js +44 -4
  141. package/test/tsf.v20180326.test.js +84 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,709 @@
1
+ # Release 4.0.300
2
+
3
+ ## 云 API(api) 版本:2020-11-06
4
+
5
+ ### 第 2 次发布
6
+
7
+ 发布时间:2022-03-03 08:00:37
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [DescribeProducts](https://cloud.tencent.com/document/api/1278/70575)
16
+
17
+ 新增数据结构:
18
+
19
+ * [RegionProduct](https://cloud.tencent.com/document/api/1278/55256#RegionProduct)
20
+
21
+
22
+
23
+ ## API网关(apigateway) 版本:2018-08-08
24
+
25
+ ### 第 27 次发布
26
+
27
+ 发布时间:2022-03-03 08:00:40
28
+
29
+ 本次发布包含了以下内容:
30
+
31
+ 改善已有的文档。
32
+
33
+ 修改接口:
34
+
35
+ * [CreateService](https://cloud.tencent.com/document/api/628/45201)
36
+
37
+ * 新增入参:UniqVpcId
38
+
39
+
40
+
41
+
42
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
43
+
44
+ ### 第 86 次发布
45
+
46
+ 发布时间:2022-03-03 08:02:04
47
+
48
+ 本次发布包含了以下内容:
49
+
50
+ 改善已有的文档。
51
+
52
+ 修改数据结构:
53
+
54
+ * [AuditPolicy](https://cloud.tencent.com/document/api/236/15878#AuditPolicy)
55
+
56
+ * 新增成员:InstanceName
57
+
58
+
59
+
60
+
61
+ ## 负载均衡(clb) 版本:2018-03-17
62
+
63
+ ### 第 67 次发布
64
+
65
+ 发布时间:2022-03-03 08:03:01
66
+
67
+ 本次发布包含了以下内容:
68
+
69
+ 改善已有的文档。
70
+
71
+ 新增接口:
72
+
73
+ * [ModifyLoadBalancerMixIpTarget](https://cloud.tencent.com/document/api/214/70576)
74
+
75
+
76
+
77
+ ## 消息队列 CMQ(cmq) 版本:2019-03-04
78
+
79
+ ### 第 2 次发布
80
+
81
+ 发布时间:2022-03-03 08:03:36
82
+
83
+ 本次发布包含了以下内容:
84
+
85
+ 改善已有的文档。
86
+
87
+ 修改数据结构:
88
+
89
+ * [QueueSet](https://cloud.tencent.com/document/api/406/42640#QueueSet)
90
+
91
+ * 新增成员:Migrate
92
+
93
+ * [TopicSet](https://cloud.tencent.com/document/api/406/42640#TopicSet)
94
+
95
+ * 新增成员:Migrate
96
+
97
+
98
+
99
+
100
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
101
+
102
+ ### 第 8 次发布
103
+
104
+ 发布时间:2022-03-03 08:04:55
105
+
106
+ 本次发布包含了以下内容:
107
+
108
+ 改善已有的文档。
109
+
110
+ 修改接口:
111
+
112
+ * [DescribeUserSqlAdvice](https://cloud.tencent.com/document/api/1130/57782)
113
+
114
+ * 新增入参:Product
115
+
116
+
117
+
118
+
119
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
120
+
121
+
122
+
123
+ ## 弹性 MapReduce(emr) 版本:2019-01-03
124
+
125
+ ### 第 27 次发布
126
+
127
+ 发布时间:2022-03-03 08:06:04
128
+
129
+ 本次发布包含了以下内容:
130
+
131
+ 改善已有的文档。
132
+
133
+ 修改接口:
134
+
135
+ * [CreateInstance](https://cloud.tencent.com/document/api/589/34261)
136
+
137
+ * 新增入参:ExternalService
138
+
139
+
140
+ 新增数据结构:
141
+
142
+ * [ClusterExternalServiceInfo](https://cloud.tencent.com/document/api/589/33981#ClusterExternalServiceInfo)
143
+
144
+ 修改数据结构:
145
+
146
+ * [ClusterInstancesInfo](https://cloud.tencent.com/document/api/589/33981#ClusterInstancesInfo)
147
+
148
+ * 新增成员:ClusterExternalServiceInfo
149
+
150
+ * [EmrProductConfigOutter](https://cloud.tencent.com/document/api/589/33981#EmrProductConfigOutter)
151
+
152
+ * 新增成员:PublicKeyId
153
+
154
+
155
+
156
+
157
+ ## 轻量应用服务器(lighthouse) 版本:2020-03-24
158
+
159
+ ### 第 26 次发布
160
+
161
+ 发布时间:2022-03-03 08:08:18
162
+
163
+ 本次发布包含了以下内容:
164
+
165
+ 改善已有的文档。
166
+
167
+ 修改数据结构:
168
+
169
+ * [ModifyBundle](https://cloud.tencent.com/document/api/1207/47576#ModifyBundle)
170
+
171
+ * 新增成员:NotSupportModifyMessage
172
+
173
+
174
+
175
+
176
+ ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
177
+
178
+ ### 第 19 次发布
179
+
180
+ 发布时间:2022-03-03 08:08:57
181
+
182
+ 本次发布包含了以下内容:
183
+
184
+ 改善已有的文档。
185
+
186
+ 新增接口:
187
+
188
+ * [ModifyDBInstanceSecurityGroup](https://cloud.tencent.com/document/api/240/70577)
189
+
190
+
191
+
192
+ ## 云数据库 MongoDB(mongodb) 版本:2018-04-08
193
+
194
+
195
+
196
+ ## 云监控(monitor) 版本:2018-07-24
197
+
198
+ ### 第 40 次发布
199
+
200
+ 发布时间:2022-03-03 08:09:04
201
+
202
+ 本次发布包含了以下内容:
203
+
204
+ 改善已有的文档。
205
+
206
+ 修改接口:
207
+
208
+ * [DescribePrometheusInstances](https://cloud.tencent.com/document/api/248/66097)
209
+
210
+ * 新增入参:InstanceChargeType
211
+
212
+
213
+
214
+
215
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
216
+
217
+ ### 第 16 次发布
218
+
219
+ 发布时间:2022-03-03 08:09:36
220
+
221
+ 本次发布包含了以下内容:
222
+
223
+ 改善已有的文档。
224
+
225
+ 修改接口:
226
+
227
+ * [CreateJob](https://cloud.tencent.com/document/api/849/52009)
228
+
229
+ * 新增入参:WorkSpaceId
230
+
231
+ * [CreateJobConfig](https://cloud.tencent.com/document/api/849/52004)
232
+
233
+ * 新增入参:WorkSpaceId
234
+
235
+ * [CreateResource](https://cloud.tencent.com/document/api/849/52000)
236
+
237
+ * 新增入参:WorkSpaceId
238
+
239
+ * [CreateResourceConfig](https://cloud.tencent.com/document/api/849/51997)
240
+
241
+ * 新增入参:WorkSpaceId
242
+
243
+ * [DeleteResourceConfigs](https://cloud.tencent.com/document/api/849/54667)
244
+
245
+ * 新增入参:WorkSpaceId
246
+
247
+ * [DeleteResources](https://cloud.tencent.com/document/api/849/54670)
248
+
249
+ * 新增入参:WorkSpaceId
250
+
251
+ * [DeleteTableConfig](https://cloud.tencent.com/document/api/849/52002)
252
+
253
+ * 新增入参:WorkSpaceId
254
+
255
+ * [DescribeJobConfigs](https://cloud.tencent.com/document/api/849/52875)
256
+
257
+ * 新增入参:WorkSpaceId
258
+
259
+ * [DescribeJobs](https://cloud.tencent.com/document/api/849/52008)
260
+
261
+ * 新增入参:WorkSpaceId
262
+
263
+ * [DescribeResourceConfigs](https://cloud.tencent.com/document/api/849/54666)
264
+
265
+ * 新增入参:WorkSpaceId
266
+
267
+ * [DescribeResourceRelatedJobs](https://cloud.tencent.com/document/api/849/54669)
268
+
269
+ * 新增入参:WorkSpaceId
270
+
271
+ * [DescribeResources](https://cloud.tencent.com/document/api/849/54668)
272
+
273
+ * 新增入参:WorkSpaceId
274
+
275
+ * [RunJobs](https://cloud.tencent.com/document/api/849/52007)
276
+
277
+ * 新增入参:WorkSpaceId
278
+
279
+ * [StopJobs](https://cloud.tencent.com/document/api/849/52006)
280
+
281
+ * 新增入参:WorkSpaceId
282
+
283
+
284
+ 修改数据结构:
285
+
286
+ * [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
287
+
288
+ * 新增成员:WorkSpaceId, WorkSpaceName
289
+
290
+
291
+
292
+
293
+ ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
294
+
295
+ ### 第 25 次发布
296
+
297
+ 发布时间:2022-03-03 08:10:01
298
+
299
+ 本次发布包含了以下内容:
300
+
301
+ 改善已有的文档。
302
+
303
+ 新增接口:
304
+
305
+ * [CreateDBInstanceNetworkAccess](https://cloud.tencent.com/document/api/409/70581)
306
+ * [CreateReadOnlyGroupNetworkAccess](https://cloud.tencent.com/document/api/409/70580)
307
+ * [DeleteDBInstanceNetworkAccess](https://cloud.tencent.com/document/api/409/70579)
308
+ * [DeleteReadOnlyGroupNetworkAccess](https://cloud.tencent.com/document/api/409/70578)
309
+
310
+
311
+
312
+ ## SSL 证书监控(sslpod) 版本:2019-06-05
313
+
314
+ ### 第 2 次发布
315
+
316
+ 发布时间:2022-03-03 08:11:12
317
+
318
+ 本次发布包含了以下内容:
319
+
320
+ 改善已有的文档。
321
+
322
+ 修改接口:
323
+
324
+ * [DescribeDomains](https://cloud.tencent.com/document/api/1084/49339)
325
+
326
+ * 新增入参:Domain
327
+
328
+
329
+
330
+
331
+ ## 分布式消息队列(tdmq) 版本:2020-02-17
332
+
333
+ ### 第 30 次发布
334
+
335
+ 发布时间:2022-03-03 08:12:23
336
+
337
+ 本次发布包含了以下内容:
338
+
339
+ 改善已有的文档。
340
+
341
+ 修改接口:
342
+
343
+ * [CreateAMQPExchange](https://cloud.tencent.com/document/api/1179/64672)
344
+
345
+ * 新增入参:DelayedType
346
+
347
+ * [DescribeAMQPVHosts](https://cloud.tencent.com/document/api/1179/64658)
348
+
349
+ * 新增入参:VHostIdList
350
+
351
+
352
+ 修改数据结构:
353
+
354
+ * [AMQPClusterDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterDetail)
355
+
356
+ * 新增成员:Status
357
+
358
+ * [AMQPExchange](https://cloud.tencent.com/document/api/1179/46089#AMQPExchange)
359
+
360
+ * 新增成员:AlternateExchange, AlternateExchangeDeleteMark, DelayType
361
+
362
+ * [AMQPVHost](https://cloud.tencent.com/document/api/1179/46089#AMQPVHost)
363
+
364
+ * 新增成员:Status
365
+
366
+
367
+
368
+
369
+ # Release 4.0.299
370
+
371
+ ## DDoS 防护(antiddos) 版本:2020-03-09
372
+
373
+ ### 第 23 次发布
374
+
375
+ 发布时间:2022-03-02 08:04:36
376
+
377
+ 本次发布包含了以下内容:
378
+
379
+ 改善已有的文档。
380
+
381
+ 新增接口:
382
+
383
+ * [CreateCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/70487)
384
+ * [DeleteCCLevelPolicy](https://cloud.tencent.com/document/api/1021/70492)
385
+ * [DeleteCCThresholdPolicy](https://cloud.tencent.com/document/api/1021/70491)
386
+ * [DescribeCCLevelList](https://cloud.tencent.com/document/api/1021/70490)
387
+ * [DescribeCCLevelPolicy](https://cloud.tencent.com/document/api/1021/70489)
388
+ * [DescribeCCThresholdList](https://cloud.tencent.com/document/api/1021/70488)
389
+
390
+ 新增数据结构:
391
+
392
+ * [CCLevelPolicy](https://cloud.tencent.com/document/api/1021/57582#CCLevelPolicy)
393
+ * [CCThresholdPolicy](https://cloud.tencent.com/document/api/1021/57582#CCThresholdPolicy)
394
+
395
+
396
+
397
+ ## 计费相关(billing) 版本:2018-07-09
398
+
399
+ ### 第 31 次发布
400
+
401
+ 发布时间:2022-03-02 08:05:35
402
+
403
+ 本次发布包含了以下内容:
404
+
405
+ 改善已有的文档。
406
+
407
+ 修改数据结构:
408
+
409
+ * [Deal](https://cloud.tencent.com/document/api/555/19183#Deal)
410
+
411
+ * 新增成员:ProductName, SubProductName
412
+
413
+
414
+
415
+
416
+ ## 容器安全服务(tcss) 版本:2020-11-01
417
+
418
+ ### 第 10 次发布
419
+
420
+ 发布时间:2022-03-02 08:15:58
421
+
422
+ 本次发布包含了以下内容:
423
+
424
+ 改善已有的文档。
425
+
426
+ 修改接口:
427
+
428
+ * [AddAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65560)
429
+
430
+ * 新增入参:Insecure
431
+
432
+ * [DescribeAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65539)
433
+
434
+ * 新增出参:Insecure
435
+
436
+ * [DescribeComplianceWhitelistItemList](https://cloud.tencent.com/document/api/1285/65600)
437
+
438
+ * 新增入参:By, Order
439
+
440
+ * [UpdateAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65519)
441
+
442
+ * 新增入参:Insecure
443
+
444
+
445
+
446
+
447
+ ## TDSQL-C PostgreSQL 版(tdcpg) 版本:2021-11-18
448
+
449
+ ### 第 1 次发布
450
+
451
+ 发布时间:2022-03-01 10:49:12
452
+
453
+ 本次发布包含了以下内容:
454
+
455
+ 改善已有的文档。
456
+
457
+ 新增接口:
458
+
459
+ * [CloneClusterToPointInTime](https://cloud.tencent.com/document/api/#/#)
460
+ * [CreateCluster](https://cloud.tencent.com/document/api/#/#)
461
+ * [CreateClusterInstances](https://cloud.tencent.com/document/api/#/#)
462
+ * [DeleteCluster](https://cloud.tencent.com/document/api/#/#)
463
+ * [DeleteClusterInstances](https://cloud.tencent.com/document/api/#/#)
464
+ * [DescribeAccounts](https://cloud.tencent.com/document/api/#/#)
465
+ * [DescribeClusterBackups](https://cloud.tencent.com/document/api/#/#)
466
+ * [DescribeClusterEndpoints](https://cloud.tencent.com/document/api/#/#)
467
+ * [DescribeClusterInstances](https://cloud.tencent.com/document/api/#/#)
468
+ * [DescribeClusterRecoveryTimeRange](https://cloud.tencent.com/document/api/#/#)
469
+ * [DescribeClusters](https://cloud.tencent.com/document/api/#/#)
470
+ * [DescribeResourcesByDealName](https://cloud.tencent.com/document/api/#/#)
471
+ * [IsolateCluster](https://cloud.tencent.com/document/api/#/#)
472
+ * [IsolateClusterInstances](https://cloud.tencent.com/document/api/#/#)
473
+ * [ModifyAccountDescription](https://cloud.tencent.com/document/api/#/#)
474
+ * [ModifyClusterEndpointWanStatus](https://cloud.tencent.com/document/api/#/#)
475
+ * [ModifyClusterInstancesSpec](https://cloud.tencent.com/document/api/#/#)
476
+ * [ModifyClusterName](https://cloud.tencent.com/document/api/#/#)
477
+ * [ModifyClustersAutoRenewFlag](https://cloud.tencent.com/document/api/#/#)
478
+ * [RecoverCluster](https://cloud.tencent.com/document/api/#/#)
479
+ * [RecoverClusterInstances](https://cloud.tencent.com/document/api/#/#)
480
+ * [RenewCluster](https://cloud.tencent.com/document/api/#/#)
481
+ * [ResetAccountPassword](https://cloud.tencent.com/document/api/#/#)
482
+ * [RestartClusterInstances](https://cloud.tencent.com/document/api/#/#)
483
+ * [TransformClusterPayMode](https://cloud.tencent.com/document/api/#/#)
484
+
485
+ 新增数据结构:
486
+
487
+ * [Account](https://cloud.tencent.com/document/api/#/##Account)
488
+ * [AvailableRecoveryTimeRange](https://cloud.tencent.com/document/api/#/##AvailableRecoveryTimeRange)
489
+ * [Backup](https://cloud.tencent.com/document/api/#/##Backup)
490
+ * [Cluster](https://cloud.tencent.com/document/api/#/##Cluster)
491
+ * [Endpoint](https://cloud.tencent.com/document/api/#/##Endpoint)
492
+ * [Filter](https://cloud.tencent.com/document/api/#/##Filter)
493
+ * [Instance](https://cloud.tencent.com/document/api/#/##Instance)
494
+ * [ResourceIdInfo](https://cloud.tencent.com/document/api/#/##ResourceIdInfo)
495
+
496
+
497
+
498
+ ## 分布式身份(tdid) 版本:2021-05-19
499
+
500
+ ### 第 3 次发布
501
+
502
+ 发布时间:2022-03-01 15:05:45
503
+
504
+ 本次发布包含了以下内容:
505
+
506
+ 改善已有的文档。
507
+
508
+ 新增接口:
509
+
510
+ * [SetCredentialStatus](https://cloud.tencent.com/document/api/1439/70457)
511
+
512
+ 新增数据结构:
513
+
514
+ * [CredentialStatus](https://cloud.tencent.com/document/api/1439/60283#CredentialStatus)
515
+
516
+ ### 第 2 次发布
517
+
518
+ 发布时间:2022-03-01 14:59:32
519
+
520
+ 本次发布包含了以下内容:
521
+
522
+ 改善已有的文档。
523
+
524
+ 新增接口:
525
+
526
+ * [CreateTDidByPublicKey](https://cloud.tencent.com/document/api/1439/70456)
527
+ * [GetAuthorityIssuer](https://cloud.tencent.com/document/api/1439/70455)
528
+ * [GetDidDocument](https://cloud.tencent.com/document/api/1439/70454)
529
+
530
+ 修改接口:
531
+
532
+ * [CreateCredential](https://cloud.tencent.com/document/api/1439/60282)
533
+
534
+ * 新增入参:UnSigned
535
+
536
+
537
+
538
+
539
+ # Release 4.0.298
540
+
541
+ ## API网关(apigateway) 版本:2018-08-08
542
+
543
+ ### 第 26 次发布
544
+
545
+ 发布时间:2022-03-01 08:00:39
546
+
547
+ 本次发布包含了以下内容:
548
+
549
+ 改善已有的文档。
550
+
551
+ 新增接口:
552
+
553
+ * [CreateUpstream](https://cloud.tencent.com/document/api/628/70414)
554
+ * [DeleteUpstream](https://cloud.tencent.com/document/api/628/70413)
555
+ * [DescribeUpstreamBindApis](https://cloud.tencent.com/document/api/628/70412)
556
+ * [DescribeUpstreams](https://cloud.tencent.com/document/api/628/70411)
557
+ * [ModifyUpstream](https://cloud.tencent.com/document/api/628/70410)
558
+
559
+ 新增数据结构:
560
+
561
+ * [BindApiInfo](https://cloud.tencent.com/document/api/628/45244#BindApiInfo)
562
+ * [DescribeUpstreamBindApis](https://cloud.tencent.com/document/api/628/45244#DescribeUpstreamBindApis)
563
+ * [DescribeUpstreamInfo](https://cloud.tencent.com/document/api/628/45244#DescribeUpstreamInfo)
564
+ * [K8sLabel](https://cloud.tencent.com/document/api/628/45244#K8sLabel)
565
+ * [K8sService](https://cloud.tencent.com/document/api/628/45244#K8sService)
566
+ * [UpstreamHealthChecker](https://cloud.tencent.com/document/api/628/45244#UpstreamHealthChecker)
567
+ * [UpstreamHealthCheckerReqHeaders](https://cloud.tencent.com/document/api/628/45244#UpstreamHealthCheckerReqHeaders)
568
+ * [UpstreamInfo](https://cloud.tencent.com/document/api/628/45244#UpstreamInfo)
569
+ * [UpstreamNode](https://cloud.tencent.com/document/api/628/45244#UpstreamNode)
570
+
571
+
572
+
573
+ ## 访问管理(cam) 版本:2019-01-16
574
+
575
+ ### 第 43 次发布
576
+
577
+ 发布时间:2022-03-01 08:01:53
578
+
579
+ 本次发布包含了以下内容:
580
+
581
+ 改善已有的文档。
582
+
583
+ 新增接口:
584
+
585
+ * [GetUserAppId](https://cloud.tencent.com/document/api/598/70416)
586
+
587
+
588
+
589
+ ## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
590
+
591
+ ### 第 36 次发布
592
+
593
+ 发布时间:2022-03-01 08:05:34
594
+
595
+ 本次发布包含了以下内容:
596
+
597
+ 改善已有的文档。
598
+
599
+ 新增接口:
600
+
601
+ * [ActiveHourDCDBInstance](https://cloud.tencent.com/document/api/557/70421)
602
+ * [IsolateHourDCDBInstance](https://cloud.tencent.com/document/api/557/70420)
603
+
604
+
605
+
606
+ ## 游戏多媒体引擎(gme) 版本:2018-07-11
607
+
608
+ ### 第 18 次发布
609
+
610
+ 发布时间:2022-03-01 08:07:22
611
+
612
+ 本次发布包含了以下内容:
613
+
614
+ 改善已有的文档。
615
+
616
+ 新增接口:
617
+
618
+ * [DescribeRealtimeScanConfig](https://cloud.tencent.com/document/api/607/70424)
619
+ * [UpdateScanRooms](https://cloud.tencent.com/document/api/607/70423)
620
+ * [UpdateScanUsers](https://cloud.tencent.com/document/api/607/70422)
621
+
622
+
623
+
624
+ ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
625
+
626
+ ### 第 33 次发布
627
+
628
+ 发布时间:2022-03-01 08:09:32
629
+
630
+ 本次发布包含了以下内容:
631
+
632
+ 改善已有的文档。
633
+
634
+ 新增接口:
635
+
636
+ * [ActivateHourDBInstance](https://cloud.tencent.com/document/api/237/70426)
637
+ * [IsolateHourDBInstance](https://cloud.tencent.com/document/api/237/70425)
638
+
639
+
640
+
641
+ ## 弹性微服务(tem) 版本:2021-07-01
642
+
643
+ ### 第 12 次发布
644
+
645
+ 发布时间:2022-03-01 08:13:25
646
+
647
+ 本次发布包含了以下内容:
648
+
649
+ 改善已有的文档。
650
+
651
+ 修改数据结构:
652
+
653
+ * [DeployStrategyConf](https://cloud.tencent.com/document/api/1371/60171#DeployStrategyConf)
654
+
655
+ * 新增成员:Force
656
+
657
+
658
+
659
+
660
+ ## 弹性微服务(tem) 版本:2020-12-21
661
+
662
+
663
+
664
+ ## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
665
+
666
+ ### 第 70 次发布
667
+
668
+ 发布时间:2022-03-01 08:14:14
669
+
670
+ 本次发布包含了以下内容:
671
+
672
+ 改善已有的文档。
673
+
674
+ 新增接口:
675
+
676
+ * [DescribeInovcationIndicators](https://cloud.tencent.com/document/api/649/70434)
677
+ * [DescribeInvocationMetricDataCurve](https://cloud.tencent.com/document/api/649/70433)
678
+ * [DescribeInvocationMetricDataDimension](https://cloud.tencent.com/document/api/649/70432)
679
+ * [DescribeInvocationMetricDataPoint](https://cloud.tencent.com/document/api/649/70431)
680
+ * [DescribeInvocationMetricScatterPlot](https://cloud.tencent.com/document/api/649/70430)
681
+ * [DescribeJvmMonitor](https://cloud.tencent.com/document/api/649/70429)
682
+ * [DescribeOverviewInvocation](https://cloud.tencent.com/document/api/649/70428)
683
+ * [DescribeStatistics](https://cloud.tencent.com/document/api/649/70427)
684
+
685
+ 新增数据结构:
686
+
687
+ * [CurvePoint](https://cloud.tencent.com/document/api/649/36099#CurvePoint)
688
+ * [IndicatorCoord](https://cloud.tencent.com/document/api/649/36099#IndicatorCoord)
689
+ * [InvocationIndicator](https://cloud.tencent.com/document/api/649/36099#InvocationIndicator)
690
+ * [InvocationMetricScatterPlot](https://cloud.tencent.com/document/api/649/36099#InvocationMetricScatterPlot)
691
+ * [JvmMonitorData](https://cloud.tencent.com/document/api/649/36099#JvmMonitorData)
692
+ * [MemoryPicture](https://cloud.tencent.com/document/api/649/36099#MemoryPicture)
693
+ * [Metric](https://cloud.tencent.com/document/api/649/36099#Metric)
694
+ * [MetricDataCurve](https://cloud.tencent.com/document/api/649/36099#MetricDataCurve)
695
+ * [MetricDataSingleValue](https://cloud.tencent.com/document/api/649/36099#MetricDataSingleValue)
696
+ * [MetricDimension](https://cloud.tencent.com/document/api/649/36099#MetricDimension)
697
+ * [MetricDimensionValue](https://cloud.tencent.com/document/api/649/36099#MetricDimensionValue)
698
+ * [MultiValue](https://cloud.tencent.com/document/api/649/36099#MultiValue)
699
+ * [MultiValueDataPoints](https://cloud.tencent.com/document/api/649/36099#MultiValueDataPoints)
700
+ * [ServiceStatisticsResult](https://cloud.tencent.com/document/api/649/36099#ServiceStatisticsResult)
701
+ * [ServiceStatisticsResults](https://cloud.tencent.com/document/api/649/36099#ServiceStatisticsResults)
702
+ * [ThreadPicture](https://cloud.tencent.com/document/api/649/36099#ThreadPicture)
703
+ * [TsfPageDimension](https://cloud.tencent.com/document/api/649/36099#TsfPageDimension)
704
+
705
+
706
+
1
707
  # Release 4.0.297
2
708
 
3
709
  ## 正版曲库直通车(ame) 版本:2019-09-16