tencentcloud-sdk-nodejs 4.0.298 → 4.0.301

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 (119) hide show
  1. package/CHANGELOG.md +609 -0
  2. package/SERVICE_CHANGELOG.md +629 -170
  3. package/package.json +1 -1
  4. package/products.md +29 -28
  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_models.ts +5 -0
  12. package/src/services/billing/v20180709/billing_models.ts +12 -0
  13. package/src/services/ccc/v20200210/ccc_models.ts +12 -0
  14. package/src/services/cdb/v20170320/cdb_models.ts +6 -0
  15. package/src/services/ckafka/v20190819/ckafka_client.ts +44 -8
  16. package/src/services/ckafka/v20190819/ckafka_models.ts +123 -20
  17. package/src/services/clb/v20180317/clb_client.ts +20 -11
  18. package/src/services/clb/v20180317/clb_models.ts +25 -0
  19. package/src/services/cls/v20201016/cls_client.ts +1 -1
  20. package/src/services/cls/v20201016/cls_models.ts +5 -5
  21. package/src/services/cmq/v20190304/cmq_models.ts +94 -82
  22. package/src/services/cpdp/v20190820/cpdp_client.ts +66 -12
  23. package/src/services/cpdp/v20190820/cpdp_models.ts +957 -407
  24. package/src/services/dbbrain/v20210527/dbbrain_models.ts +5 -0
  25. package/src/services/emr/v20190103/emr_client.ts +1 -0
  26. package/src/services/emr/v20190103/emr_models.ts +46 -0
  27. package/src/services/gme/v20180711/gme_models.ts +10 -10
  28. package/src/services/index.ts +1 -0
  29. package/src/services/ivld/v20210903/ivld_client.ts +78 -4
  30. package/src/services/ivld/v20210903/ivld_models.ts +156 -38
  31. package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -0
  32. package/src/services/mariadb/v20170312/mariadb_models.ts +6 -7
  33. package/src/services/mongodb/v20190725/mongodb_client.ts +72 -60
  34. package/src/services/mongodb/v20190725/mongodb_models.ts +1022 -997
  35. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  36. package/src/services/monitor/v20180724/monitor_models.ts +8 -1
  37. package/src/services/oceanus/v20190422/oceanus_models.ts +84 -2
  38. package/src/services/postgres/v20170312/postgres_client.ts +85 -37
  39. package/src/services/postgres/v20170312/postgres_models.ts +258 -84
  40. package/src/services/sslpod/v20190605/sslpod_models.ts +7 -1
  41. package/src/services/tcss/v20201101/tcss_models.ts +26 -0
  42. package/src/services/tdcpg/index.ts +5 -0
  43. package/src/services/tdcpg/v20211118/index.ts +6 -0
  44. package/src/services/tdcpg/v20211118/tdcpg_client.ts +345 -0
  45. package/src/services/tdcpg/v20211118/tdcpg_models.ts +1320 -0
  46. package/src/services/tdid/v20210519/tdid_client.ts +64 -14
  47. package/src/services/tdid/v20210519/tdid_models.ts +205 -17
  48. package/src/services/tdmq/v20200217/tdmq_models.ts +41 -1
  49. package/tencentcloud/common/sdk_version.d.ts +1 -1
  50. package/tencentcloud/common/sdk_version.js +1 -1
  51. package/tencentcloud/services/ame/v20190916/ame_client.d.ts +1 -1
  52. package/tencentcloud/services/ame/v20190916/ame_client.js +1 -1
  53. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +41 -17
  54. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +60 -24
  55. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +302 -28
  56. package/tencentcloud/services/api/v20201106/api_client.d.ts +5 -1
  57. package/tencentcloud/services/api/v20201106/api_client.js +6 -0
  58. package/tencentcloud/services/api/v20201106/api_models.d.ts +39 -0
  59. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +4 -0
  60. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +10 -0
  61. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +10 -0
  62. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -0
  63. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +15 -3
  64. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +21 -3
  65. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +108 -19
  66. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +8 -7
  67. package/tencentcloud/services/clb/v20180317/clb_client.js +10 -7
  68. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +22 -0
  69. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  70. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  71. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -5
  72. package/tencentcloud/services/cmq/v20190304/cmq_models.d.ts +89 -79
  73. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +20 -4
  74. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +28 -4
  75. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +868 -393
  76. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +4 -0
  77. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +39 -0
  78. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +10 -10
  79. package/tencentcloud/services/index.d.ts +1 -0
  80. package/tencentcloud/services/index.js +2 -0
  81. package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +52 -2
  82. package/tencentcloud/services/ivld/v20210903/ivld_client.js +57 -1
  83. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +134 -34
  84. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +5 -0
  85. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +5 -6
  86. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
  87. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
  88. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +965 -943
  89. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  90. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  91. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +7 -1
  92. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +68 -2
  93. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +29 -13
  94. package/tencentcloud/services/postgres/v20170312/postgres_client.js +42 -18
  95. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +219 -71
  96. package/tencentcloud/services/sslpod/v20190605/sslpod_models.d.ts +6 -1
  97. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +21 -0
  98. package/tencentcloud/services/tdcpg/index.d.ts +6 -0
  99. package/tencentcloud/services/tdcpg/index.js +7 -0
  100. package/tencentcloud/services/tdcpg/v20211118/index.d.ts +6 -0
  101. package/tencentcloud/services/tdcpg/v20211118/index.js +9 -0
  102. package/tencentcloud/services/tdcpg/v20211118/tdcpg_client.d.ts +116 -0
  103. package/tencentcloud/services/tdcpg/v20211118/tdcpg_client.js +187 -0
  104. package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +1111 -0
  105. package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.js +18 -0
  106. package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +22 -5
  107. package/tencentcloud/services/tdid/v20210519/tdid_client.js +31 -6
  108. package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +175 -15
  109. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +34 -1
  110. package/test/antiddos.v20200309.test.js +76 -16
  111. package/test/api.v20201106.test.js +10 -0
  112. package/test/ckafka.v20190819.test.js +32 -2
  113. package/test/clb.v20180317.test.js +12 -2
  114. package/test/cpdp.v20190820.test.js +42 -2
  115. package/test/ivld.v20210903.test.js +30 -0
  116. package/test/mongodb.v20190725.test.js +10 -0
  117. package/test/postgres.v20170312.test.js +58 -18
  118. package/test/tdcpg.v20211118.test.js +271 -0
  119. package/test/tdid.v20210519.test.js +44 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,612 @@
1
+ # Release 4.0.301
2
+
3
+ ## 云呼叫中心(ccc) 版本:2020-02-10
4
+
5
+ ### 第 22 次发布
6
+
7
+ 发布时间:2022-03-04 08:05:02
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [ServeParticipant](https://cloud.tencent.com/document/api/679/47715#ServeParticipant)
16
+
17
+ * 新增成员:CustomRecordURL
18
+
19
+ * [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
20
+
21
+ * 新增成员:CustomRecordURL
22
+
23
+
24
+
25
+
26
+ ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
27
+
28
+ ### 第 36 次发布
29
+
30
+ 发布时间:2022-03-04 08:05:57
31
+
32
+ 本次发布包含了以下内容:
33
+
34
+ 改善已有的文档。
35
+
36
+ 新增接口:
37
+
38
+ * [AuthorizeToken](https://cloud.tencent.com/document/api/597/70646)
39
+ * [CancelAuthorizationToken](https://cloud.tencent.com/document/api/597/70645)
40
+ * [CreateToken](https://cloud.tencent.com/document/api/597/70644)
41
+
42
+
43
+
44
+ ## 企业收付平台(cpdp) 版本:2019-08-20
45
+
46
+ ### 第 56 次发布
47
+
48
+ 发布时间:2022-03-04 08:06:47
49
+
50
+ 本次发布包含了以下内容:
51
+
52
+ 改善已有的文档。
53
+
54
+ 新增接口:
55
+
56
+ * [ApplyReconciliationFile](https://cloud.tencent.com/document/api/1122/70650)
57
+ * [QueryFundsTransactionDetails](https://cloud.tencent.com/document/api/1122/70649)
58
+ * [QueryMemberTransactionDetails](https://cloud.tencent.com/document/api/1122/70648)
59
+ * [QueryReconciliationFileApplyInfo](https://cloud.tencent.com/document/api/1122/70647)
60
+
61
+ 新增数据结构:
62
+
63
+ * [ApplyReconciliationFileResult](https://cloud.tencent.com/document/api/1122/40683#ApplyReconciliationFileResult)
64
+ * [FundsTransactionItem](https://cloud.tencent.com/document/api/1122/40683#FundsTransactionItem)
65
+ * [MemberTransactionItem](https://cloud.tencent.com/document/api/1122/40683#MemberTransactionItem)
66
+ * [QueryFundsTransactionDetailsResult](https://cloud.tencent.com/document/api/1122/40683#QueryFundsTransactionDetailsResult)
67
+ * [QueryMemberTransactionDetailsResult](https://cloud.tencent.com/document/api/1122/40683#QueryMemberTransactionDetailsResult)
68
+ * [QueryReconciliationFileApplyInfoResult](https://cloud.tencent.com/document/api/1122/40683#QueryReconciliationFileApplyInfoResult)
69
+
70
+
71
+
72
+ # Release 4.0.300
73
+
74
+ ## 云 API(api) 版本:2020-11-06
75
+
76
+ ### 第 2 次发布
77
+
78
+ 发布时间:2022-03-03 08:00:37
79
+
80
+ 本次发布包含了以下内容:
81
+
82
+ 改善已有的文档。
83
+
84
+ 新增接口:
85
+
86
+ * [DescribeProducts](https://cloud.tencent.com/document/api/1278/70575)
87
+
88
+ 新增数据结构:
89
+
90
+ * [RegionProduct](https://cloud.tencent.com/document/api/1278/55256#RegionProduct)
91
+
92
+
93
+
94
+ ## API网关(apigateway) 版本:2018-08-08
95
+
96
+ ### 第 27 次发布
97
+
98
+ 发布时间:2022-03-03 08:00:40
99
+
100
+ 本次发布包含了以下内容:
101
+
102
+ 改善已有的文档。
103
+
104
+ 修改接口:
105
+
106
+ * [CreateService](https://cloud.tencent.com/document/api/628/45201)
107
+
108
+ * 新增入参:UniqVpcId
109
+
110
+
111
+
112
+
113
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
114
+
115
+ ### 第 86 次发布
116
+
117
+ 发布时间:2022-03-03 08:02:04
118
+
119
+ 本次发布包含了以下内容:
120
+
121
+ 改善已有的文档。
122
+
123
+ 修改数据结构:
124
+
125
+ * [AuditPolicy](https://cloud.tencent.com/document/api/236/15878#AuditPolicy)
126
+
127
+ * 新增成员:InstanceName
128
+
129
+
130
+
131
+
132
+ ## 负载均衡(clb) 版本:2018-03-17
133
+
134
+ ### 第 67 次发布
135
+
136
+ 发布时间:2022-03-03 08:03:01
137
+
138
+ 本次发布包含了以下内容:
139
+
140
+ 改善已有的文档。
141
+
142
+ 新增接口:
143
+
144
+ * [ModifyLoadBalancerMixIpTarget](https://cloud.tencent.com/document/api/214/70576)
145
+
146
+
147
+
148
+ ## 消息队列 CMQ(cmq) 版本:2019-03-04
149
+
150
+ ### 第 2 次发布
151
+
152
+ 发布时间:2022-03-03 08:03:36
153
+
154
+ 本次发布包含了以下内容:
155
+
156
+ 改善已有的文档。
157
+
158
+ 修改数据结构:
159
+
160
+ * [QueueSet](https://cloud.tencent.com/document/api/406/42640#QueueSet)
161
+
162
+ * 新增成员:Migrate
163
+
164
+ * [TopicSet](https://cloud.tencent.com/document/api/406/42640#TopicSet)
165
+
166
+ * 新增成员:Migrate
167
+
168
+
169
+
170
+
171
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
172
+
173
+ ### 第 8 次发布
174
+
175
+ 发布时间:2022-03-03 08:04:55
176
+
177
+ 本次发布包含了以下内容:
178
+
179
+ 改善已有的文档。
180
+
181
+ 修改接口:
182
+
183
+ * [DescribeUserSqlAdvice](https://cloud.tencent.com/document/api/1130/57782)
184
+
185
+ * 新增入参:Product
186
+
187
+
188
+
189
+
190
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
191
+
192
+
193
+
194
+ ## 弹性 MapReduce(emr) 版本:2019-01-03
195
+
196
+ ### 第 27 次发布
197
+
198
+ 发布时间:2022-03-03 08:06:04
199
+
200
+ 本次发布包含了以下内容:
201
+
202
+ 改善已有的文档。
203
+
204
+ 修改接口:
205
+
206
+ * [CreateInstance](https://cloud.tencent.com/document/api/589/34261)
207
+
208
+ * 新增入参:ExternalService
209
+
210
+
211
+ 新增数据结构:
212
+
213
+ * [ClusterExternalServiceInfo](https://cloud.tencent.com/document/api/589/33981#ClusterExternalServiceInfo)
214
+
215
+ 修改数据结构:
216
+
217
+ * [ClusterInstancesInfo](https://cloud.tencent.com/document/api/589/33981#ClusterInstancesInfo)
218
+
219
+ * 新增成员:ClusterExternalServiceInfo
220
+
221
+ * [EmrProductConfigOutter](https://cloud.tencent.com/document/api/589/33981#EmrProductConfigOutter)
222
+
223
+ * 新增成员:PublicKeyId
224
+
225
+
226
+
227
+
228
+ ## 轻量应用服务器(lighthouse) 版本:2020-03-24
229
+
230
+ ### 第 26 次发布
231
+
232
+ 发布时间:2022-03-03 08:08:18
233
+
234
+ 本次发布包含了以下内容:
235
+
236
+ 改善已有的文档。
237
+
238
+ 修改数据结构:
239
+
240
+ * [ModifyBundle](https://cloud.tencent.com/document/api/1207/47576#ModifyBundle)
241
+
242
+ * 新增成员:NotSupportModifyMessage
243
+
244
+
245
+
246
+
247
+ ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
248
+
249
+ ### 第 19 次发布
250
+
251
+ 发布时间:2022-03-03 08:08:57
252
+
253
+ 本次发布包含了以下内容:
254
+
255
+ 改善已有的文档。
256
+
257
+ 新增接口:
258
+
259
+ * [ModifyDBInstanceSecurityGroup](https://cloud.tencent.com/document/api/240/70577)
260
+
261
+
262
+
263
+ ## 云数据库 MongoDB(mongodb) 版本:2018-04-08
264
+
265
+
266
+
267
+ ## 云监控(monitor) 版本:2018-07-24
268
+
269
+ ### 第 40 次发布
270
+
271
+ 发布时间:2022-03-03 08:09:04
272
+
273
+ 本次发布包含了以下内容:
274
+
275
+ 改善已有的文档。
276
+
277
+ 修改接口:
278
+
279
+ * [DescribePrometheusInstances](https://cloud.tencent.com/document/api/248/66097)
280
+
281
+ * 新增入参:InstanceChargeType
282
+
283
+
284
+
285
+
286
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
287
+
288
+ ### 第 16 次发布
289
+
290
+ 发布时间:2022-03-03 08:09:36
291
+
292
+ 本次发布包含了以下内容:
293
+
294
+ 改善已有的文档。
295
+
296
+ 修改接口:
297
+
298
+ * [CreateJob](https://cloud.tencent.com/document/api/849/52009)
299
+
300
+ * 新增入参:WorkSpaceId
301
+
302
+ * [CreateJobConfig](https://cloud.tencent.com/document/api/849/52004)
303
+
304
+ * 新增入参:WorkSpaceId
305
+
306
+ * [CreateResource](https://cloud.tencent.com/document/api/849/52000)
307
+
308
+ * 新增入参:WorkSpaceId
309
+
310
+ * [CreateResourceConfig](https://cloud.tencent.com/document/api/849/51997)
311
+
312
+ * 新增入参:WorkSpaceId
313
+
314
+ * [DeleteResourceConfigs](https://cloud.tencent.com/document/api/849/54667)
315
+
316
+ * 新增入参:WorkSpaceId
317
+
318
+ * [DeleteResources](https://cloud.tencent.com/document/api/849/54670)
319
+
320
+ * 新增入参:WorkSpaceId
321
+
322
+ * [DeleteTableConfig](https://cloud.tencent.com/document/api/849/52002)
323
+
324
+ * 新增入参:WorkSpaceId
325
+
326
+ * [DescribeJobConfigs](https://cloud.tencent.com/document/api/849/52875)
327
+
328
+ * 新增入参:WorkSpaceId
329
+
330
+ * [DescribeJobs](https://cloud.tencent.com/document/api/849/52008)
331
+
332
+ * 新增入参:WorkSpaceId
333
+
334
+ * [DescribeResourceConfigs](https://cloud.tencent.com/document/api/849/54666)
335
+
336
+ * 新增入参:WorkSpaceId
337
+
338
+ * [DescribeResourceRelatedJobs](https://cloud.tencent.com/document/api/849/54669)
339
+
340
+ * 新增入参:WorkSpaceId
341
+
342
+ * [DescribeResources](https://cloud.tencent.com/document/api/849/54668)
343
+
344
+ * 新增入参:WorkSpaceId
345
+
346
+ * [RunJobs](https://cloud.tencent.com/document/api/849/52007)
347
+
348
+ * 新增入参:WorkSpaceId
349
+
350
+ * [StopJobs](https://cloud.tencent.com/document/api/849/52006)
351
+
352
+ * 新增入参:WorkSpaceId
353
+
354
+
355
+ 修改数据结构:
356
+
357
+ * [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
358
+
359
+ * 新增成员:WorkSpaceId, WorkSpaceName
360
+
361
+
362
+
363
+
364
+ ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
365
+
366
+ ### 第 25 次发布
367
+
368
+ 发布时间:2022-03-03 08:10:01
369
+
370
+ 本次发布包含了以下内容:
371
+
372
+ 改善已有的文档。
373
+
374
+ 新增接口:
375
+
376
+ * [CreateDBInstanceNetworkAccess](https://cloud.tencent.com/document/api/409/70581)
377
+ * [CreateReadOnlyGroupNetworkAccess](https://cloud.tencent.com/document/api/409/70580)
378
+ * [DeleteDBInstanceNetworkAccess](https://cloud.tencent.com/document/api/409/70579)
379
+ * [DeleteReadOnlyGroupNetworkAccess](https://cloud.tencent.com/document/api/409/70578)
380
+
381
+
382
+
383
+ ## SSL 证书监控(sslpod) 版本:2019-06-05
384
+
385
+ ### 第 2 次发布
386
+
387
+ 发布时间:2022-03-03 08:11:12
388
+
389
+ 本次发布包含了以下内容:
390
+
391
+ 改善已有的文档。
392
+
393
+ 修改接口:
394
+
395
+ * [DescribeDomains](https://cloud.tencent.com/document/api/1084/49339)
396
+
397
+ * 新增入参:Domain
398
+
399
+
400
+
401
+
402
+ ## 分布式消息队列(tdmq) 版本:2020-02-17
403
+
404
+ ### 第 30 次发布
405
+
406
+ 发布时间:2022-03-03 08:12:23
407
+
408
+ 本次发布包含了以下内容:
409
+
410
+ 改善已有的文档。
411
+
412
+ 修改接口:
413
+
414
+ * [CreateAMQPExchange](https://cloud.tencent.com/document/api/1179/64672)
415
+
416
+ * 新增入参:DelayedType
417
+
418
+ * [DescribeAMQPVHosts](https://cloud.tencent.com/document/api/1179/64658)
419
+
420
+ * 新增入参:VHostIdList
421
+
422
+
423
+ 修改数据结构:
424
+
425
+ * [AMQPClusterDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterDetail)
426
+
427
+ * 新增成员:Status
428
+
429
+ * [AMQPExchange](https://cloud.tencent.com/document/api/1179/46089#AMQPExchange)
430
+
431
+ * 新增成员:AlternateExchange, AlternateExchangeDeleteMark, DelayType
432
+
433
+ * [AMQPVHost](https://cloud.tencent.com/document/api/1179/46089#AMQPVHost)
434
+
435
+ * 新增成员:Status
436
+
437
+
438
+
439
+
440
+ # Release 4.0.299
441
+
442
+ ## DDoS 防护(antiddos) 版本:2020-03-09
443
+
444
+ ### 第 23 次发布
445
+
446
+ 发布时间:2022-03-02 08:04:36
447
+
448
+ 本次发布包含了以下内容:
449
+
450
+ 改善已有的文档。
451
+
452
+ 新增接口:
453
+
454
+ * [CreateCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/70487)
455
+ * [DeleteCCLevelPolicy](https://cloud.tencent.com/document/api/1021/70492)
456
+ * [DeleteCCThresholdPolicy](https://cloud.tencent.com/document/api/1021/70491)
457
+ * [DescribeCCLevelList](https://cloud.tencent.com/document/api/1021/70490)
458
+ * [DescribeCCLevelPolicy](https://cloud.tencent.com/document/api/1021/70489)
459
+ * [DescribeCCThresholdList](https://cloud.tencent.com/document/api/1021/70488)
460
+
461
+ 新增数据结构:
462
+
463
+ * [CCLevelPolicy](https://cloud.tencent.com/document/api/1021/57582#CCLevelPolicy)
464
+ * [CCThresholdPolicy](https://cloud.tencent.com/document/api/1021/57582#CCThresholdPolicy)
465
+
466
+
467
+
468
+ ## 计费相关(billing) 版本:2018-07-09
469
+
470
+ ### 第 31 次发布
471
+
472
+ 发布时间:2022-03-02 08:05:35
473
+
474
+ 本次发布包含了以下内容:
475
+
476
+ 改善已有的文档。
477
+
478
+ 修改数据结构:
479
+
480
+ * [Deal](https://cloud.tencent.com/document/api/555/19183#Deal)
481
+
482
+ * 新增成员:ProductName, SubProductName
483
+
484
+
485
+
486
+
487
+ ## 容器安全服务(tcss) 版本:2020-11-01
488
+
489
+ ### 第 10 次发布
490
+
491
+ 发布时间:2022-03-02 08:15:58
492
+
493
+ 本次发布包含了以下内容:
494
+
495
+ 改善已有的文档。
496
+
497
+ 修改接口:
498
+
499
+ * [AddAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65560)
500
+
501
+ * 新增入参:Insecure
502
+
503
+ * [DescribeAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65539)
504
+
505
+ * 新增出参:Insecure
506
+
507
+ * [DescribeComplianceWhitelistItemList](https://cloud.tencent.com/document/api/1285/65600)
508
+
509
+ * 新增入参:By, Order
510
+
511
+ * [UpdateAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65519)
512
+
513
+ * 新增入参:Insecure
514
+
515
+
516
+
517
+
518
+ ## TDSQL-C PostgreSQL 版(tdcpg) 版本:2021-11-18
519
+
520
+ ### 第 1 次发布
521
+
522
+ 发布时间:2022-03-01 10:49:12
523
+
524
+ 本次发布包含了以下内容:
525
+
526
+ 改善已有的文档。
527
+
528
+ 新增接口:
529
+
530
+ * [CloneClusterToPointInTime](https://cloud.tencent.com/document/api/#/#)
531
+ * [CreateCluster](https://cloud.tencent.com/document/api/#/#)
532
+ * [CreateClusterInstances](https://cloud.tencent.com/document/api/#/#)
533
+ * [DeleteCluster](https://cloud.tencent.com/document/api/#/#)
534
+ * [DeleteClusterInstances](https://cloud.tencent.com/document/api/#/#)
535
+ * [DescribeAccounts](https://cloud.tencent.com/document/api/#/#)
536
+ * [DescribeClusterBackups](https://cloud.tencent.com/document/api/#/#)
537
+ * [DescribeClusterEndpoints](https://cloud.tencent.com/document/api/#/#)
538
+ * [DescribeClusterInstances](https://cloud.tencent.com/document/api/#/#)
539
+ * [DescribeClusterRecoveryTimeRange](https://cloud.tencent.com/document/api/#/#)
540
+ * [DescribeClusters](https://cloud.tencent.com/document/api/#/#)
541
+ * [DescribeResourcesByDealName](https://cloud.tencent.com/document/api/#/#)
542
+ * [IsolateCluster](https://cloud.tencent.com/document/api/#/#)
543
+ * [IsolateClusterInstances](https://cloud.tencent.com/document/api/#/#)
544
+ * [ModifyAccountDescription](https://cloud.tencent.com/document/api/#/#)
545
+ * [ModifyClusterEndpointWanStatus](https://cloud.tencent.com/document/api/#/#)
546
+ * [ModifyClusterInstancesSpec](https://cloud.tencent.com/document/api/#/#)
547
+ * [ModifyClusterName](https://cloud.tencent.com/document/api/#/#)
548
+ * [ModifyClustersAutoRenewFlag](https://cloud.tencent.com/document/api/#/#)
549
+ * [RecoverCluster](https://cloud.tencent.com/document/api/#/#)
550
+ * [RecoverClusterInstances](https://cloud.tencent.com/document/api/#/#)
551
+ * [RenewCluster](https://cloud.tencent.com/document/api/#/#)
552
+ * [ResetAccountPassword](https://cloud.tencent.com/document/api/#/#)
553
+ * [RestartClusterInstances](https://cloud.tencent.com/document/api/#/#)
554
+ * [TransformClusterPayMode](https://cloud.tencent.com/document/api/#/#)
555
+
556
+ 新增数据结构:
557
+
558
+ * [Account](https://cloud.tencent.com/document/api/#/##Account)
559
+ * [AvailableRecoveryTimeRange](https://cloud.tencent.com/document/api/#/##AvailableRecoveryTimeRange)
560
+ * [Backup](https://cloud.tencent.com/document/api/#/##Backup)
561
+ * [Cluster](https://cloud.tencent.com/document/api/#/##Cluster)
562
+ * [Endpoint](https://cloud.tencent.com/document/api/#/##Endpoint)
563
+ * [Filter](https://cloud.tencent.com/document/api/#/##Filter)
564
+ * [Instance](https://cloud.tencent.com/document/api/#/##Instance)
565
+ * [ResourceIdInfo](https://cloud.tencent.com/document/api/#/##ResourceIdInfo)
566
+
567
+
568
+
569
+ ## 分布式身份(tdid) 版本:2021-05-19
570
+
571
+ ### 第 3 次发布
572
+
573
+ 发布时间:2022-03-01 15:05:45
574
+
575
+ 本次发布包含了以下内容:
576
+
577
+ 改善已有的文档。
578
+
579
+ 新增接口:
580
+
581
+ * [SetCredentialStatus](https://cloud.tencent.com/document/api/1439/70457)
582
+
583
+ 新增数据结构:
584
+
585
+ * [CredentialStatus](https://cloud.tencent.com/document/api/1439/60283#CredentialStatus)
586
+
587
+ ### 第 2 次发布
588
+
589
+ 发布时间:2022-03-01 14:59:32
590
+
591
+ 本次发布包含了以下内容:
592
+
593
+ 改善已有的文档。
594
+
595
+ 新增接口:
596
+
597
+ * [CreateTDidByPublicKey](https://cloud.tencent.com/document/api/1439/70456)
598
+ * [GetAuthorityIssuer](https://cloud.tencent.com/document/api/1439/70455)
599
+ * [GetDidDocument](https://cloud.tencent.com/document/api/1439/70454)
600
+
601
+ 修改接口:
602
+
603
+ * [CreateCredential](https://cloud.tencent.com/document/api/1439/60282)
604
+
605
+ * 新增入参:UnSigned
606
+
607
+
608
+
609
+
1
610
  # Release 4.0.298
2
611
 
3
612
  ## API网关(apigateway) 版本:2018-08-08