tencentcloud-sdk-nodejs 4.0.708 → 4.0.709

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 (122) hide show
  1. package/CHANGELOG.md +294 -0
  2. package/SERVICE_CHANGELOG.md +393 -137
  3. package/package.json +1 -1
  4. package/products.md +21 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/btoe/index.ts +2 -2
  7. package/src/services/cbs/v20170312/cbs_models.ts +1 -1
  8. package/src/services/cdwpg/v20201230/cdwpg_client.ts +21 -8
  9. package/src/services/cdwpg/v20201230/cdwpg_models.ts +274 -205
  10. package/src/services/cii/index.ts +2 -2
  11. package/src/services/clb/v20180317/clb_client.ts +30 -17
  12. package/src/services/clb/v20180317/clb_models.ts +107 -52
  13. package/src/services/cloudstudio/index.ts +2 -2
  14. package/src/services/cme/v20191029/cme_models.ts +8 -0
  15. package/src/services/cwp/v20180228/cwp_client.ts +2 -2
  16. package/src/services/cwp/v20180228/cwp_models.ts +32 -2
  17. package/src/services/dlc/v20210125/dlc_client.ts +15 -3
  18. package/src/services/dlc/v20210125/dlc_models.ts +72 -57
  19. package/src/services/dts/index.ts +2 -2
  20. package/src/services/ess/v20201111/ess_client.ts +36 -2
  21. package/src/services/essbasic/v20210526/essbasic_client.ts +161 -8
  22. package/src/services/essbasic/v20210526/essbasic_models.ts +129 -51
  23. package/src/services/facefusion/index.ts +2 -2
  24. package/src/services/iotcloud/index.ts +2 -2
  25. package/src/services/iotvideo/index.ts +2 -2
  26. package/src/services/irp/index.ts +2 -2
  27. package/src/services/lcic/v20220817/lcic_client.ts +30 -1
  28. package/src/services/lcic/v20220817/lcic_models.ts +191 -23
  29. package/src/services/mgobe/index.ts +2 -2
  30. package/src/services/oceanus/v20190422/oceanus_client.ts +63 -3
  31. package/src/services/oceanus/v20190422/oceanus_models.ts +207 -55
  32. package/src/services/organization/v20210331/organization_client.ts +57 -9
  33. package/src/services/organization/v20210331/organization_models.ts +192 -74
  34. package/src/services/rce/v20201103/rce_models.ts +7 -7
  35. package/src/services/scf/v20180416/scf_models.ts +1 -1
  36. package/src/services/tbp/index.ts +2 -2
  37. package/src/services/tdmq/v20200217/tdmq_client.ts +14 -1
  38. package/src/services/tdmq/v20200217/tdmq_models.ts +95 -12
  39. package/src/services/teo/index.ts +2 -2
  40. package/src/services/tse/v20201207/tse_client.ts +13 -0
  41. package/src/services/tse/v20201207/tse_models.ts +56 -2
  42. package/src/services/tsw/index.ts +2 -2
  43. package/src/services/vm/index.ts +2 -2
  44. package/src/services/waf/v20180125/waf_client.ts +314 -277
  45. package/src/services/waf/v20180125/waf_models.ts +4528 -4307
  46. package/src/services/wedata/v20210820/wedata_models.ts +6 -1
  47. package/tencentcloud/common/sdk_version.d.ts +1 -1
  48. package/tencentcloud/common/sdk_version.js +1 -1
  49. package/tencentcloud/services/btoe/index.d.ts +4 -4
  50. package/tencentcloud/services/btoe/index.js +2 -2
  51. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +1 -1
  52. package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.d.ts +5 -1
  53. package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.js +6 -0
  54. package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +267 -201
  55. package/tencentcloud/services/cii/index.d.ts +4 -4
  56. package/tencentcloud/services/cii/index.js +2 -2
  57. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +10 -6
  58. package/tencentcloud/services/clb/v20180317/clb_client.js +13 -7
  59. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +104 -52
  60. package/tencentcloud/services/cloudstudio/index.d.ts +4 -4
  61. package/tencentcloud/services/cloudstudio/index.js +2 -2
  62. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +8 -0
  63. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +2 -2
  64. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +32 -2
  65. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  66. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  67. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +70 -57
  68. package/tencentcloud/services/dts/index.d.ts +4 -4
  69. package/tencentcloud/services/dts/index.js +2 -2
  70. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +34 -0
  71. package/tencentcloud/services/ess/v20201111/ess_client.js +34 -0
  72. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +158 -5
  73. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +158 -5
  74. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +126 -48
  75. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  76. package/tencentcloud/services/facefusion/index.js +2 -2
  77. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  78. package/tencentcloud/services/iotcloud/index.js +2 -2
  79. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  80. package/tencentcloud/services/iotvideo/index.js +2 -2
  81. package/tencentcloud/services/irp/index.d.ts +4 -4
  82. package/tencentcloud/services/irp/index.js +2 -2
  83. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +9 -1
  84. package/tencentcloud/services/lcic/v20220817/lcic_client.js +12 -0
  85. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +182 -23
  86. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  87. package/tencentcloud/services/mgobe/index.js +2 -2
  88. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +21 -1
  89. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +30 -0
  90. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +197 -55
  91. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +17 -1
  92. package/tencentcloud/services/organization/v20210331/organization_client.js +24 -0
  93. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +183 -73
  94. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +7 -7
  95. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
  96. package/tencentcloud/services/tbp/index.d.ts +4 -4
  97. package/tencentcloud/services/tbp/index.js +2 -2
  98. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  99. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  100. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +92 -12
  101. package/tencentcloud/services/teo/index.d.ts +4 -4
  102. package/tencentcloud/services/teo/index.js +2 -2
  103. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
  104. package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
  105. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +53 -2
  106. package/tencentcloud/services/tsw/index.d.ts +4 -4
  107. package/tencentcloud/services/tsw/index.js +2 -2
  108. package/tencentcloud/services/vm/index.d.ts +4 -4
  109. package/tencentcloud/services/vm/index.js +2 -2
  110. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +15 -3
  111. package/tencentcloud/services/waf/v20180125/waf_client.js +21 -3
  112. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +4298 -4084
  113. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +6 -1
  114. package/test/cdwpg.v20201230.test.js +10 -0
  115. package/test/clb.v20180317.test.js +14 -4
  116. package/test/dlc.v20210125.test.js +10 -0
  117. package/test/lcic.v20220817.test.js +20 -0
  118. package/test/oceanus.v20190422.test.js +50 -0
  119. package/test/organization.v20210331.test.js +40 -0
  120. package/test/tdmq.v20200217.test.js +10 -0
  121. package/test/tse.v20201207.test.js +10 -0
  122. package/test/waf.v20180125.test.js +32 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,297 @@
1
+ # Release 4.0.709
2
+
3
+ ## 云数据仓库 PostgreSQL(cdwpg) 版本:2020-12-30
4
+
5
+ ### 第 5 次发布
6
+
7
+ 发布时间:2023-10-19 15:58:54
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [DescribeInstances](https://cloud.tencent.com/document/api/878/100444)
16
+
17
+ 新增数据结构:
18
+
19
+ * [SearchTags](https://cloud.tencent.com/document/api/878/98895#SearchTags)
20
+
21
+
22
+
23
+ ## 负载均衡(clb) 版本:2018-03-17
24
+
25
+ ### 第 97 次发布
26
+
27
+ 发布时间:2023-10-19 15:59:42
28
+
29
+ 本次发布包含了以下内容:
30
+
31
+ 改善已有的文档。
32
+
33
+ 新增接口:
34
+
35
+ * [BatchModifyTargetTag](https://cloud.tencent.com/document/api/214/100445)
36
+
37
+ 新增数据结构:
38
+
39
+ * [RsTagRule](https://cloud.tencent.com/document/api/214/30694#RsTagRule)
40
+
41
+ 修改数据结构:
42
+
43
+ * [BatchTarget](https://cloud.tencent.com/document/api/214/30694#BatchTarget)
44
+
45
+ * 新增成员:Tag
46
+
47
+ * [Target](https://cloud.tencent.com/document/api/214/30694#Target)
48
+
49
+ * 新增成员:Tag
50
+
51
+
52
+
53
+
54
+ ## 多媒体创作引擎(cme) 版本:2019-10-29
55
+
56
+ ### 第 57 次发布
57
+
58
+ 发布时间:2023-10-19 16:00:29
59
+
60
+ 本次发布包含了以下内容:
61
+
62
+ 改善已有的文档。
63
+
64
+ 修改接口:
65
+
66
+ * [ExportVideoByEditorTrackData](https://cloud.tencent.com/document/api/1156/44159)
67
+
68
+ * 新增入参:ExportExtensionArgs
69
+
70
+ * [ExportVideoByTemplate](https://cloud.tencent.com/document/api/1156/53890)
71
+
72
+ * 新增入参:ExportExtensionArgs
73
+
74
+
75
+
76
+
77
+ ## 主机安全(cwp) 版本:2018-02-28
78
+
79
+ ### 第 100 次发布
80
+
81
+ 发布时间:2023-10-19 16:01:46
82
+
83
+ 本次发布包含了以下内容:
84
+
85
+ 改善已有的文档。
86
+
87
+ 修改接口:
88
+
89
+ * [CreateWhiteListOrder](https://cloud.tencent.com/document/api/296/99541)
90
+
91
+ * 新增入参:LicenseType, LicenseNum, Deadline, RuleName, RegionId, ExtraParam
92
+
93
+ * [DescribeLicenseWhiteConfig](https://cloud.tencent.com/document/api/296/99627)
94
+
95
+ * 新增入参:RuleName
96
+
97
+
98
+
99
+
100
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
101
+
102
+ ### 第 68 次发布
103
+
104
+ 发布时间:2023-10-19 16:04:04
105
+
106
+ 本次发布包含了以下内容:
107
+
108
+ 改善已有的文档。
109
+
110
+ 新增接口:
111
+
112
+ * [DescribeLakeFsTaskResult](https://cloud.tencent.com/document/api/1342/100446)
113
+
114
+
115
+
116
+ ## 实时互动-教育版(lcic) 版本:2022-08-17
117
+
118
+ ### 第 44 次发布
119
+
120
+ 发布时间:2023-10-19 16:09:49
121
+
122
+ 本次发布包含了以下内容:
123
+
124
+ 改善已有的文档。
125
+
126
+ 新增接口:
127
+
128
+ * [SendRoomNormalMessage](https://cloud.tencent.com/document/api/1639/100449)
129
+ * [SendRoomNotificationMessage](https://cloud.tencent.com/document/api/1639/100448)
130
+
131
+ 新增数据结构:
132
+
133
+ * [FaceMsgContent](https://cloud.tencent.com/document/api/1639/81423#FaceMsgContent)
134
+ * [ImageInfo](https://cloud.tencent.com/document/api/1639/81423#ImageInfo)
135
+ * [ImageMsgContent](https://cloud.tencent.com/document/api/1639/81423#ImageMsgContent)
136
+ * [MsgBody](https://cloud.tencent.com/document/api/1639/81423#MsgBody)
137
+ * [TextMsgContent](https://cloud.tencent.com/document/api/1639/81423#TextMsgContent)
138
+
139
+
140
+
141
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
142
+
143
+ ### 第 42 次发布
144
+
145
+ 发布时间:2023-10-19 16:11:52
146
+
147
+ 本次发布包含了以下内容:
148
+
149
+ 改善已有的文档。
150
+
151
+ 新增接口:
152
+
153
+ * [CreateWorkSpace](https://cloud.tencent.com/document/api/849/100451)
154
+ * [DeleteFolders](https://cloud.tencent.com/document/api/849/100453)
155
+ * [DeleteJobConfigs](https://cloud.tencent.com/document/api/849/100454)
156
+ * [ModifyFolder](https://cloud.tencent.com/document/api/849/100452)
157
+ * [ModifyWorkSpace](https://cloud.tencent.com/document/api/849/100450)
158
+
159
+
160
+
161
+ ## 集团账号管理(organization) 版本:2021-03-31
162
+
163
+ ### 第 26 次发布
164
+
165
+ 发布时间:2023-10-19 16:12:27
166
+
167
+ 本次发布包含了以下内容:
168
+
169
+ 改善已有的文档。
170
+
171
+ 新增接口:
172
+
173
+ * [CreateOrganizationIdentity](https://cloud.tencent.com/document/api/850/100458)
174
+ * [CreateOrganizationMembersPolicy](https://cloud.tencent.com/document/api/850/100457)
175
+ * [DeleteOrganizationIdentity](https://cloud.tencent.com/document/api/850/100456)
176
+ * [UpdateOrganizationIdentity](https://cloud.tencent.com/document/api/850/100455)
177
+
178
+
179
+
180
+ ## 集团账号管理(organization) 版本:2018-12-25
181
+
182
+
183
+
184
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
185
+
186
+ ### 第 81 次发布
187
+
188
+ 发布时间:2023-10-19 16:17:03
189
+
190
+ 本次发布包含了以下内容:
191
+
192
+ 改善已有的文档。
193
+
194
+ 新增接口:
195
+
196
+ * [DescribeRocketMQConsumerConnections](https://cloud.tencent.com/document/api/1179/100460)
197
+
198
+ 新增数据结构:
199
+
200
+ * [RocketMQConsumerConnection](https://cloud.tencent.com/document/api/1179/46089#RocketMQConsumerConnection)
201
+
202
+
203
+
204
+ ## 微服务引擎 TSE(tse) 版本:2020-12-07
205
+
206
+ ### 第 49 次发布
207
+
208
+ 发布时间:2023-10-19 16:21:31
209
+
210
+ 本次发布包含了以下内容:
211
+
212
+ 改善已有的文档。
213
+
214
+ 新增接口:
215
+
216
+ * [UpdateUpstreamTargets](https://cloud.tencent.com/document/api/1364/100461)
217
+
218
+ 修改接口:
219
+
220
+ * [CreateCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94851)
221
+
222
+ * 新增出参:Result
223
+
224
+
225
+ 新增数据结构:
226
+
227
+ * [CreateGatewayServiceResult](https://cloud.tencent.com/document/api/1364/54942#CreateGatewayServiceResult)
228
+
229
+ 修改数据结构:
230
+
231
+ * [CloudNativeAPIGatewayConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayConfig)
232
+
233
+ * 新增成员:SlaName
234
+
235
+
236
+
237
+
238
+ ## Web 应用防火墙(waf) 版本:2018-01-25
239
+
240
+ ### 第 65 次发布
241
+
242
+ 发布时间:2023-10-19 16:23:29
243
+
244
+ 本次发布包含了以下内容:
245
+
246
+ 改善已有的文档。
247
+
248
+ 新增接口:
249
+
250
+ * [DescribeSpartaProtectionInfo](https://cloud.tencent.com/document/api/627/100463)
251
+ * [DescribeUserLevel](https://cloud.tencent.com/document/api/627/100462)
252
+ * [DescribeWebshellStatus](https://cloud.tencent.com/document/api/627/100464)
253
+
254
+ 修改接口:
255
+
256
+ * [DescribeUserClbWafRegions](https://cloud.tencent.com/document/api/627/53600)
257
+
258
+ * 新增出参:RichDatas
259
+
260
+
261
+ 新增数据结构:
262
+
263
+ * [ClbWafRegionItem](https://cloud.tencent.com/document/api/627/53609#ClbWafRegionItem)
264
+
265
+ 修改数据结构:
266
+
267
+ * [DomainURI](https://cloud.tencent.com/document/api/627/53609#DomainURI)
268
+
269
+ * 新增成员:InstanceID
270
+
271
+
272
+
273
+
274
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
275
+
276
+ ### 第 51 次发布
277
+
278
+ 发布时间:2023-10-19 16:24:08
279
+
280
+ 本次发布包含了以下内容:
281
+
282
+ 改善已有的文档。
283
+
284
+ 修改数据结构:
285
+
286
+ * [BooleanResponse](https://cloud.tencent.com/document/api/1267/76336#BooleanResponse)
287
+
288
+ * 新增成员:BaselineId
289
+
290
+ * <font color="#dd0000">**修改成员**:</font>Success, Message
291
+
292
+
293
+
294
+
1
295
  # Release 4.0.708
2
296
 
3
297
  ## API 网关(apigateway) 版本:2018-08-08