tencentcloud-sdk-nodejs 4.0.289 → 4.0.293

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 (101) hide show
  1. package/CHANGELOG.md +494 -0
  2. package/SERVICE_CHANGELOG.md +477 -37
  3. package/package.json +1 -1
  4. package/products.md +164 -164
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +4 -3
  7. package/src/services/batch/v20170312/batch_models.ts +15 -15
  8. package/src/services/cdb/v20170320/cdb_models.ts +17 -17
  9. package/src/services/cdn/v20180606/cdn_client.ts +1 -0
  10. package/src/services/cdn/v20180606/cdn_models.ts +36 -4
  11. package/src/services/cii/v20210408/cii_client.ts +15 -0
  12. package/src/services/cii/v20210408/cii_models.ts +72 -0
  13. package/src/services/ckafka/v20190819/ckafka_client.ts +34 -10
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +151 -46
  15. package/src/services/clb/v20180317/clb_client.ts +29 -15
  16. package/src/services/clb/v20180317/clb_models.ts +94 -0
  17. package/src/services/cls/v20201016/cls_client.ts +1 -1
  18. package/src/services/cls/v20201016/cls_models.ts +1 -1
  19. package/src/services/cpdp/v20190820/cpdp_client.ts +209 -46
  20. package/src/services/cpdp/v20190820/cpdp_models.ts +2012 -541
  21. package/src/services/cvm/v20170312/cvm_models.ts +26 -16
  22. package/src/services/cynosdb/v20190107/cynosdb_client.ts +199 -58
  23. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1668 -1113
  24. package/src/services/dcdb/v20180411/dcdb_client.ts +13 -0
  25. package/src/services/dcdb/v20180411/dcdb_models.ts +192 -0
  26. package/src/services/eb/v20210416/eb_client.ts +1 -1
  27. package/src/services/es/v20180416/es_models.ts +12 -0
  28. package/src/services/gaap/v20180529/gaap_models.ts +51 -6
  29. package/src/services/iecp/v20210914/iecp_client.ts +5 -5
  30. package/src/services/iecp/v20210914/iecp_models.ts +5 -5
  31. package/src/services/iotcloud/v20180614/iotcloud_client.ts +25 -1
  32. package/src/services/iotcloud/v20180614/iotcloud_models.ts +69 -4
  33. package/src/services/mariadb/v20170312/mariadb_client.ts +21 -5
  34. package/src/services/mariadb/v20170312/mariadb_models.ts +164 -69
  35. package/src/services/mna/v20210119/mna_client.ts +3 -0
  36. package/src/services/mna/v20210119/mna_models.ts +75 -0
  37. package/src/services/monitor/v20180724/monitor_models.ts +21 -2
  38. package/src/services/rum/v20210622/rum_models.ts +12 -12
  39. package/src/services/scf/v20180416/scf_models.ts +1 -1
  40. package/src/services/ses/v20201002/ses_client.ts +1 -1
  41. package/src/services/tdmq/v20200217/tdmq_models.ts +66 -6
  42. package/src/services/tiw/v20190919/tiw_models.ts +6 -6
  43. package/src/services/tse/v20201207/tse_models.ts +10 -0
  44. package/tencentcloud/common/sdk_version.d.ts +1 -1
  45. package/tencentcloud/common/sdk_version.js +1 -1
  46. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -2
  47. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +15 -15
  48. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +17 -17
  49. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +32 -4
  50. package/tencentcloud/services/cii/v20210408/cii_client.d.ts +5 -1
  51. package/tencentcloud/services/cii/v20210408/cii_client.js +9 -0
  52. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +61 -0
  53. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +11 -3
  54. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +15 -3
  55. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +129 -41
  56. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +10 -6
  57. package/tencentcloud/services/clb/v20180317/clb_client.js +13 -7
  58. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +80 -0
  59. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  60. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  61. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  62. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +61 -13
  63. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +90 -18
  64. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1714 -463
  65. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +24 -16
  66. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +47 -3
  67. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +69 -3
  68. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1409 -933
  69. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  70. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  71. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +157 -0
  72. package/tencentcloud/services/eb/v20210416/eb_client.d.ts +1 -1
  73. package/tencentcloud/services/eb/v20210416/eb_client.js +1 -1
  74. package/tencentcloud/services/es/v20180416/es_models.d.ts +10 -0
  75. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +43 -6
  76. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +5 -5
  77. package/tencentcloud/services/iecp/v20210914/iecp_client.js +5 -5
  78. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +5 -5
  79. package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.d.ts +9 -1
  80. package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.js +12 -0
  81. package/tencentcloud/services/iotcloud/v20180614/iotcloud_models.d.ts +60 -4
  82. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
  83. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
  84. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +141 -59
  85. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +63 -0
  86. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +18 -2
  87. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +12 -12
  88. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
  89. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
  90. package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
  91. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +56 -5
  92. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +6 -6
  93. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
  94. package/test/cii.v20210408.test.js +10 -0
  95. package/test/ckafka.v20190819.test.js +22 -2
  96. package/test/clb.v20180317.test.js +14 -4
  97. package/test/cpdp.v20190820.test.js +132 -12
  98. package/test/cynosdb.v20190107.test.js +112 -2
  99. package/test/dcdb.v20180411.test.js +10 -0
  100. package/test/iotcloud.v20180614.test.js +20 -0
  101. package/test/mariadb.v20170312.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,497 @@
1
+ # Release 4.0.293
2
+
3
+ ## 负载均衡(clb) 版本:2018-03-17
4
+
5
+ ### 第 66 次发布
6
+
7
+ 发布时间:2022-02-22 08:03:47
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [DescribeResources](https://cloud.tencent.com/document/api/214/70213)
16
+
17
+ 新增数据结构:
18
+
19
+ * [Resource](https://cloud.tencent.com/document/api/214/30694#Resource)
20
+ * [ZoneResource](https://cloud.tencent.com/document/api/214/30694#ZoneResource)
21
+
22
+
23
+
24
+ ## 云服务器(cvm) 版本:2017-03-12
25
+
26
+ ### 第 74 次发布
27
+
28
+ 发布时间:2022-02-22 08:04:45
29
+
30
+ 本次发布包含了以下内容:
31
+
32
+ 改善已有的文档。
33
+
34
+ 修改接口:
35
+
36
+ * [ModifyInstancesAttribute](https://cloud.tencent.com/document/api/213/15739)
37
+
38
+ * 新增入参:DisableApiTermination
39
+
40
+ * [RunInstances](https://cloud.tencent.com/document/api/213/15730)
41
+
42
+ * 新增入参:ChcIds
43
+
44
+
45
+
46
+
47
+ ## 物联网通信(iotcloud) 版本:2021-04-08
48
+
49
+
50
+
51
+ ## 物联网通信(iotcloud) 版本:2018-06-14
52
+
53
+ ### 第 26 次发布
54
+
55
+ 发布时间:2022-02-22 08:08:24
56
+
57
+ 本次发布包含了以下内容:
58
+
59
+ 改善已有的文档。
60
+
61
+ 新增接口:
62
+
63
+ * [DeleteDeviceResource](https://cloud.tencent.com/document/api/634/70215)
64
+ * [DownloadDeviceResource](https://cloud.tencent.com/document/api/634/70214)
65
+
66
+
67
+
68
+ ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
69
+
70
+ ### 第 32 次发布
71
+
72
+ 发布时间:2022-02-22 08:09:47
73
+
74
+ 本次发布包含了以下内容:
75
+
76
+ 改善已有的文档。
77
+
78
+ 新增接口:
79
+
80
+ * [DescribeDatabaseObjects](https://cloud.tencent.com/document/api/237/70216)
81
+
82
+ 新增数据结构:
83
+
84
+ * [DatabaseFunction](https://cloud.tencent.com/document/api/237/16191#DatabaseFunction)
85
+ * [DatabaseProcedure](https://cloud.tencent.com/document/api/237/16191#DatabaseProcedure)
86
+ * [DatabaseTable](https://cloud.tencent.com/document/api/237/16191#DatabaseTable)
87
+ * [DatabaseView](https://cloud.tencent.com/document/api/237/16191#DatabaseView)
88
+
89
+
90
+
91
+ # Release 4.0.292
92
+
93
+ ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
94
+
95
+ ### 第 35 次发布
96
+
97
+ 发布时间:2022-02-21 08:03:18
98
+
99
+ 本次发布包含了以下内容:
100
+
101
+ 改善已有的文档。
102
+
103
+ 新增接口:
104
+
105
+ * [CreateConsumer](https://cloud.tencent.com/document/api/597/70173)
106
+ * [CreateRoute](https://cloud.tencent.com/document/api/597/70172)
107
+
108
+
109
+
110
+ ## 企业收付平台(cpdp) 版本:2019-08-20
111
+
112
+ ### 第 54 次发布
113
+
114
+ 发布时间:2022-02-21 08:04:03
115
+
116
+ 本次发布包含了以下内容:
117
+
118
+ 改善已有的文档。
119
+
120
+ 新增接口:
121
+
122
+ * [BindOpenBankExternalSubMerchantBankAccount](https://cloud.tencent.com/document/api/1122/70186)
123
+ * [CloseOpenBankPaymentOrder](https://cloud.tencent.com/document/api/1122/70185)
124
+ * [CreateOpenBankExternalSubMerchantRegistration](https://cloud.tencent.com/document/api/1122/70184)
125
+ * [CreateOpenBankMerchant](https://cloud.tencent.com/document/api/1122/70183)
126
+ * [CreateOpenBankPaymentOrder](https://cloud.tencent.com/document/api/1122/70182)
127
+ * [QueryOpenBankBindExternalSubMerchantBankAccount](https://cloud.tencent.com/document/api/1122/70181)
128
+ * [QueryOpenBankDownLoadUrl](https://cloud.tencent.com/document/api/1122/70180)
129
+ * [QueryOpenBankExternalSubMerchantBankAccount](https://cloud.tencent.com/document/api/1122/70179)
130
+ * [QueryOpenBankExternalSubMerchantRegistration](https://cloud.tencent.com/document/api/1122/70178)
131
+ * [QueryOpenBankPaymentOrder](https://cloud.tencent.com/document/api/1122/70177)
132
+ * [QueryOpenBankUnbindExternalSubMerchantBankAccount](https://cloud.tencent.com/document/api/1122/70176)
133
+ * [UnbindOpenBankExternalSubMerchantBankAccount](https://cloud.tencent.com/document/api/1122/70175)
134
+
135
+ 新增数据结构:
136
+
137
+ * [BindOpenBankExternalSubMerchantBankAccountResult](https://cloud.tencent.com/document/api/1122/40683#BindOpenBankExternalSubMerchantBankAccountResult)
138
+ * [CloseOpenBankPaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#CloseOpenBankPaymentOrderResult)
139
+ * [CreateOpenBankExternalSubMerchantRegistrationResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankExternalSubMerchantRegistrationResult)
140
+ * [CreateOpenBankMerchantResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankMerchantResult)
141
+ * [CreateOpenBankOrderPaymentResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankOrderPaymentResult)
142
+ * [OpenBankGoodsInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankGoodsInfo)
143
+ * [OpenBankPayeeInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankPayeeInfo)
144
+ * [OpenBankPayerInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankPayerInfo)
145
+ * [OpenBankProfitShareInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankProfitShareInfo)
146
+ * [OpenBankRedirectInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankRedirectInfo)
147
+ * [OpenBankSceneInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankSceneInfo)
148
+ * [QueryOpenBankBindExternalSubMerchantBankAccountResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBindExternalSubMerchantBankAccountResult)
149
+ * [QueryOpenBankDownLoadUrlResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankDownLoadUrlResult)
150
+ * [QueryOpenBankExternalSubMerchantBankAccountData](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankExternalSubMerchantBankAccountData)
151
+ * [QueryOpenBankExternalSubMerchantBankAccountResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankExternalSubMerchantBankAccountResult)
152
+ * [QueryOpenBankExternalSubMerchantRegistrationResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankExternalSubMerchantRegistrationResult)
153
+ * [QueryOpenBankPaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankPaymentOrderResult)
154
+ * [QueryOpenBankUnbindExternalSubMerchantBankAccountResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankUnbindExternalSubMerchantBankAccountResult)
155
+ * [UnbindOpenBankExternalSubMerchantBankAccountResult](https://cloud.tencent.com/document/api/1122/40683#UnbindOpenBankExternalSubMerchantBankAccountResult)
156
+
157
+
158
+
159
+ ## 移动网络加速(mna) 版本:2021-01-19
160
+
161
+ ### 第 5 次发布
162
+
163
+ 发布时间:2022-02-21 08:09:33
164
+
165
+ 本次发布包含了以下内容:
166
+
167
+ 改善已有的文档。
168
+
169
+ 修改接口:
170
+
171
+ * [CreateQos](https://cloud.tencent.com/document/api/1385/55845)
172
+
173
+ * 新增入参:Context, Extern
174
+
175
+
176
+ 新增数据结构:
177
+
178
+ * [Context](https://cloud.tencent.com/document/api/1385/55846#Context)
179
+ * [ExpectedThreshold](https://cloud.tencent.com/document/api/1385/55846#ExpectedThreshold)
180
+ * [NetworkData](https://cloud.tencent.com/document/api/1385/55846#NetworkData)
181
+
182
+
183
+
184
+ # Release 4.0.291
185
+
186
+ ## 批量计算(batch) 版本:2017-03-12
187
+
188
+ ### 第 39 次发布
189
+
190
+ 发布时间:2022-02-18 08:04:38
191
+
192
+ 本次发布包含了以下内容:
193
+
194
+ 改善已有的文档。
195
+
196
+ 修改数据结构:
197
+
198
+ * [ItemPrice](https://cloud.tencent.com/document/api/599/15912#ItemPrice)
199
+
200
+ * <font color="#dd0000">**修改成员**:</font>Discount, UnitPriceDiscount, UnitPriceSecondStep, UnitPriceDiscountSecondStep, UnitPriceThirdStep, UnitPriceDiscountThirdStep, OriginalPriceThreeYear, DiscountPriceThreeYear, DiscountThreeYear, OriginalPriceFiveYear, DiscountPriceFiveYear, DiscountFiveYear, OriginalPriceOneYear, DiscountPriceOneYear, DiscountOneYear
201
+
202
+
203
+
204
+
205
+ ## 云服务器(cvm) 版本:2017-03-12
206
+
207
+ ### 第 73 次发布
208
+
209
+ 发布时间:2022-02-18 08:07:21
210
+
211
+ 本次发布包含了以下内容:
212
+
213
+ 改善已有的文档。
214
+
215
+ 修改数据结构:
216
+
217
+ * [ItemPrice](https://cloud.tencent.com/document/api/213/15753#ItemPrice)
218
+
219
+ * <font color="#dd0000">**修改成员**:</font>Discount, UnitPriceDiscount, UnitPriceSecondStep, UnitPriceDiscountSecondStep, UnitPriceThirdStep, UnitPriceDiscountThirdStep, OriginalPriceThreeYear, DiscountPriceThreeYear, DiscountThreeYear, OriginalPriceFiveYear, DiscountPriceFiveYear, DiscountFiveYear, OriginalPriceOneYear, DiscountPriceOneYear, DiscountOneYear
220
+
221
+
222
+
223
+
224
+ ## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
225
+
226
+ ### 第 14 次发布
227
+
228
+ 发布时间:2022-02-18 08:07:59
229
+
230
+ 本次发布包含了以下内容:
231
+
232
+ 改善已有的文档。
233
+
234
+ 新增接口:
235
+
236
+ * [ActivateInstance](https://cloud.tencent.com/document/api/1003/70116)
237
+ * [AssociateSecurityGroups](https://cloud.tencent.com/document/api/1003/70119)
238
+ * [DescribeAccountAllGrantPrivileges](https://cloud.tencent.com/document/api/1003/70114)
239
+ * [DescribeClusterParamLogs](https://cloud.tencent.com/document/api/1003/70118)
240
+ * [DisassociateSecurityGroups](https://cloud.tencent.com/document/api/1003/70117)
241
+ * [GrantAccountPrivileges](https://cloud.tencent.com/document/api/1003/70113)
242
+ * [ModifyAccountParams](https://cloud.tencent.com/document/api/1003/70112)
243
+ * [PauseServerless](https://cloud.tencent.com/document/api/1003/70122)
244
+ * [ResumeServerless](https://cloud.tencent.com/document/api/1003/70121)
245
+ * [RevokeAccountPrivileges](https://cloud.tencent.com/document/api/1003/70111)
246
+ * [RollBackCluster](https://cloud.tencent.com/document/api/1003/70115)
247
+
248
+ 修改接口:
249
+
250
+ * [ModifyClusterParam](https://cloud.tencent.com/document/api/1003/63365)
251
+
252
+ * 新增入参:IsInMaintainPeriod
253
+
254
+
255
+ 新增数据结构:
256
+
257
+ * [AccountParam](https://cloud.tencent.com/document/api/1003/48097#AccountParam)
258
+ * [ClusterParamModifyLog](https://cloud.tencent.com/document/api/1003/48097#ClusterParamModifyLog)
259
+ * [DatabasePrivileges](https://cloud.tencent.com/document/api/1003/48097#DatabasePrivileges)
260
+ * [DbTable](https://cloud.tencent.com/document/api/1003/48097#DbTable)
261
+ * [InputAccount](https://cloud.tencent.com/document/api/1003/48097#InputAccount)
262
+ * [RollbackDatabase](https://cloud.tencent.com/document/api/1003/48097#RollbackDatabase)
263
+ * [RollbackTable](https://cloud.tencent.com/document/api/1003/48097#RollbackTable)
264
+ * [RollbackTableInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackTableInfo)
265
+ * [TablePrivileges](https://cloud.tencent.com/document/api/1003/48097#TablePrivileges)
266
+
267
+
268
+
269
+ ## Elasticsearch Service(es) 版本:2018-04-16
270
+
271
+ ### 第 24 次发布
272
+
273
+ 发布时间:2022-02-18 08:09:35
274
+
275
+ 本次发布包含了以下内容:
276
+
277
+ 改善已有的文档。
278
+
279
+ 修改数据结构:
280
+
281
+ * [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
282
+
283
+ * 新增成员:EsPrivateUrl, EsPrivateDomain
284
+
285
+
286
+
287
+
288
+ ## 腾讯云微服务引擎(tse) 版本:2020-12-07
289
+
290
+ ### 第 14 次发布
291
+
292
+ 发布时间:2022-02-18 08:16:25
293
+
294
+ 本次发布包含了以下内容:
295
+
296
+ 改善已有的文档。
297
+
298
+ 修改数据结构:
299
+
300
+ * [ServiceGovernanceInfo](https://cloud.tencent.com/document/api/1364/54942#ServiceGovernanceInfo)
301
+
302
+ * 新增成员:AuthOpen, Features
303
+
304
+
305
+
306
+
307
+ # Release 4.0.290
308
+
309
+ ## 内容分发网络(cdn) 版本:2018-06-06
310
+
311
+ ### 第 93 次发布
312
+
313
+ 发布时间:2022-02-17 08:07:01
314
+
315
+ 本次发布包含了以下内容:
316
+
317
+ 改善已有的文档。
318
+
319
+ 新增数据结构:
320
+
321
+ * [RuleEngine](https://cloud.tencent.com/document/api/228/30987#RuleEngine)
322
+
323
+ 修改数据结构:
324
+
325
+ * [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
326
+
327
+ * 新增成员:RuleEngine
328
+
329
+ * [ServerCert](https://cloud.tencent.com/document/api/228/30987#ServerCert)
330
+
331
+ * 新增成员:From
332
+
333
+
334
+
335
+
336
+ ## 智能保险助手(cii) 版本:2021-04-08
337
+
338
+ ### 第 10 次发布
339
+
340
+ 发布时间:2022-02-17 08:07:32
341
+
342
+ 本次发布包含了以下内容:
343
+
344
+ 改善已有的文档。
345
+
346
+ 修改数据结构:
347
+
348
+ * [StructureResultObject](https://cloud.tencent.com/document/api/1368/56853#StructureResultObject)
349
+
350
+ * 新增成员:TaskFiles
351
+
352
+
353
+
354
+
355
+ ## 智能保险助手(cii) 版本:2020-12-10
356
+
357
+
358
+
359
+ ## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
360
+
361
+ ### 第 34 次发布
362
+
363
+ 发布时间:2022-02-17 08:09:34
364
+
365
+ 本次发布包含了以下内容:
366
+
367
+ 改善已有的文档。
368
+
369
+ 新增接口:
370
+
371
+ * [DescribeDBSlowLogs](https://cloud.tencent.com/document/api/557/70099)
372
+
373
+ 新增数据结构:
374
+
375
+ * [SlowLogData](https://cloud.tencent.com/document/api/557/16142#SlowLogData)
376
+
377
+
378
+
379
+ ## 全球应用加速(gaap) 版本:2018-05-29
380
+
381
+ ### 第 28 次发布
382
+
383
+ 发布时间:2022-02-17 08:10:54
384
+
385
+ 本次发布包含了以下内容:
386
+
387
+ 改善已有的文档。
388
+
389
+ 修改接口:
390
+
391
+ * [CreateRule](https://cloud.tencent.com/document/api/608/36990)
392
+
393
+ * 新增入参:ServerNameIndicationSwitch, ServerNameIndication
394
+
395
+ * [ModifyRuleAttribute](https://cloud.tencent.com/document/api/608/36983)
396
+
397
+ * 新增入参:ServerNameIndicationSwitch, ServerNameIndication
398
+
399
+
400
+ 修改数据结构:
401
+
402
+ * [ProxyInfo](https://cloud.tencent.com/document/api/608/37023#ProxyInfo)
403
+
404
+ * 新增成员:InBanBlacklist
405
+
406
+ * [RealServer](https://cloud.tencent.com/document/api/608/37023#RealServer)
407
+
408
+ * 新增成员:InBanBlacklist
409
+
410
+ * [RuleInfo](https://cloud.tencent.com/document/api/608/37023#RuleInfo)
411
+
412
+ * 新增成员:ServerNameIndicationSwitch, ServerNameIndication
413
+
414
+
415
+
416
+
417
+ ## 云监控(monitor) 版本:2018-07-24
418
+
419
+ ### 第 38 次发布
420
+
421
+ 发布时间:2022-02-17 08:13:29
422
+
423
+ 本次发布包含了以下内容:
424
+
425
+ 改善已有的文档。
426
+
427
+ 修改接口:
428
+
429
+ * [DescribeAlarmPolicies](https://cloud.tencent.com/document/api/248/51279)
430
+
431
+ * 新增入参:NeedCorrespondence
432
+
433
+
434
+ 修改数据结构:
435
+
436
+ * [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
437
+
438
+ * 新增成员:FilterDimensionsParam
439
+
440
+ * [UserNotice](https://cloud.tencent.com/document/api/248/30354#UserNotice)
441
+
442
+ * 新增成员:PhoneCallType
443
+
444
+
445
+
446
+
447
+ ## 分布式消息队列(tdmq) 版本:2020-02-17
448
+
449
+ ### 第 29 次发布
450
+
451
+ 发布时间:2022-02-17 08:16:33
452
+
453
+ 本次发布包含了以下内容:
454
+
455
+ 改善已有的文档。
456
+
457
+ 修改接口:
458
+
459
+ * [CreateCmqQueue](https://cloud.tencent.com/document/api/1179/55917)
460
+
461
+ * 新增入参:Tags
462
+
463
+ * [CreateCmqTopic](https://cloud.tencent.com/document/api/1179/55915)
464
+
465
+ * 新增入参:Tags
466
+
467
+ * [CreateTopic](https://cloud.tencent.com/document/api/1179/46088)
468
+
469
+ * 新增入参:PulsarTopicType
470
+
471
+ * <font color="#dd0000">**修改入参**:</font>TopicType
472
+
473
+
474
+ 修改数据结构:
475
+
476
+ * [Cluster](https://cloud.tencent.com/document/api/1179/46089#Cluster)
477
+
478
+ * 新增成员:PayMode
479
+
480
+ * [Consumer](https://cloud.tencent.com/document/api/1179/46089#Consumer)
481
+
482
+ * 新增成员:Partition
483
+
484
+ * [Subscription](https://cloud.tencent.com/document/api/1179/46089#Subscription)
485
+
486
+ * 新增成员:SubType, BlockedSubscriptionOnUnackedMsgs, MaxUnackedMsgNum
487
+
488
+ * [Topic](https://cloud.tencent.com/document/api/1179/46089#Topic)
489
+
490
+ * 新增成员:PulsarTopicType
491
+
492
+
493
+
494
+
1
495
  # Release 4.0.289
2
496
 
3
497
  ## 云数据库 MySQL(cdb) 版本:2017-03-20