tencentcloud-sdk-nodejs 4.0.547 → 4.0.548

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 (56) hide show
  1. package/CHANGELOG.md +192 -0
  2. package/SERVICE_CHANGELOG.md +260 -87
  3. package/package.json +1 -1
  4. package/products.md +18 -18
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdc/v20201214/cdc_models.ts +14 -14
  7. package/src/services/cdn/v20180606/cdn_client.ts +32 -19
  8. package/src/services/cdn/v20180606/cdn_models.ts +163 -10
  9. package/src/services/cfw/v20190904/cfw_client.ts +44 -7
  10. package/src/services/cfw/v20190904/cfw_models.ts +117 -6
  11. package/src/services/dasb/v20191018/dasb_client.ts +279 -60
  12. package/src/services/dasb/v20191018/dasb_models.ts +1314 -714
  13. package/src/services/eb/v20210416/eb_client.ts +3 -1
  14. package/src/services/eb/v20210416/eb_models.ts +105 -25
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  16. package/src/services/lcic/v20220817/lcic_client.ts +16 -2
  17. package/src/services/lcic/v20220817/lcic_models.ts +129 -16
  18. package/src/services/lighthouse/v20200324/lighthouse_client.ts +2 -3
  19. package/src/services/lighthouse/v20200324/lighthouse_models.ts +5 -5
  20. package/src/services/postgres/v20170312/postgres_models.ts +1 -1
  21. package/src/services/teo/v20220901/teo_models.ts +3 -1
  22. package/src/services/thpc/v20220401/thpc_models.ts +3 -2
  23. package/src/services/vpc/v20170312/vpc_client.ts +4 -3
  24. package/src/services/vpc/v20170312/vpc_models.ts +18 -8
  25. package/src/services/wedata/v20210820/wedata_models.ts +1 -1
  26. package/tencentcloud/common/sdk_version.d.ts +1 -1
  27. package/tencentcloud/common/sdk_version.js +1 -1
  28. package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +14 -14
  29. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +11 -7
  30. package/tencentcloud/services/cdn/v20180606/cdn_client.js +15 -9
  31. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +137 -10
  32. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +15 -3
  33. package/tencentcloud/services/cfw/v20190904/cfw_client.js +21 -3
  34. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +102 -6
  35. package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +81 -9
  36. package/tencentcloud/services/dasb/v20191018/dasb_client.js +120 -12
  37. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +1183 -664
  38. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +91 -24
  39. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  40. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  41. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  42. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +112 -16
  43. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +2 -3
  44. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +2 -3
  45. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +5 -5
  46. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +1 -1
  47. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -1
  48. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +2 -1
  49. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -1
  50. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -1
  51. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +16 -8
  52. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +1 -1
  53. package/test/cdn.v20180606.test.js +16 -6
  54. package/test/cfw.v20190904.test.js +32 -2
  55. package/test/dasb.v20191018.test.js +188 -8
  56. package/test/lcic.v20220817.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,195 @@
1
+ # Release 4.0.548
2
+
3
+ ## 内容分发网络 CDN(cdn) 版本:2018-06-06
4
+
5
+ ### 第 117 次发布
6
+
7
+ 发布时间:2023-02-28 01:07:06
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [DescribeHttpsPackages](https://cloud.tencent.com/document/api/228/86968)
16
+
17
+ 新增数据结构:
18
+
19
+ * [HttpsPackage](https://cloud.tencent.com/document/api/228/30987#HttpsPackage)
20
+
21
+
22
+
23
+ ## 云防火墙(cfw) 版本:2019-09-04
24
+
25
+ ### 第 31 次发布
26
+
27
+ 发布时间:2023-02-28 01:12:39
28
+
29
+ 本次发布包含了以下内容:
30
+
31
+ 改善已有的文档。
32
+
33
+ 新增接口:
34
+
35
+ * [ModifyEnterpriseSecurityDispatchStatus](https://cloud.tencent.com/document/api/1132/86969)
36
+ * [ModifyEnterpriseSecurityGroupRule](https://cloud.tencent.com/document/api/1132/86971)
37
+ * [ModifyNatSequenceRules](https://cloud.tencent.com/document/api/1132/86970)
38
+
39
+ 新增数据结构:
40
+
41
+ * [RuleChangeItem](https://cloud.tencent.com/document/api/1132/49071#RuleChangeItem)
42
+
43
+
44
+
45
+ ## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
46
+
47
+ ### 第 7 次发布
48
+
49
+ 发布时间:2023-02-27 17:21:05
50
+
51
+ 本次发布包含了以下内容:
52
+
53
+ 改善已有的文档。
54
+
55
+ 新增接口:
56
+
57
+ * [ImportExternalDevice](https://cloud.tencent.com/document/api/1025/86967)
58
+
59
+ 新增数据结构:
60
+
61
+ * [ExternalDevice](https://cloud.tencent.com/document/api/1025/74416#ExternalDevice)
62
+
63
+ ### 第 6 次发布
64
+
65
+ 发布时间:2023-02-27 16:50:43
66
+
67
+ 本次发布包含了以下内容:
68
+
69
+ 改善已有的文档。
70
+
71
+ 新增接口:
72
+
73
+ * [BindDeviceAccountPassword](https://cloud.tencent.com/document/api/1025/86959)
74
+ * [BindDeviceAccountPrivateKey](https://cloud.tencent.com/document/api/1025/86958)
75
+ * [CreateAssetSyncJob](https://cloud.tencent.com/document/api/1025/86957)
76
+ * [CreateCmdTemplate](https://cloud.tencent.com/document/api/1025/86964)
77
+ * [CreateDeviceAccount](https://cloud.tencent.com/document/api/1025/86956)
78
+ * [DeleteCmdTemplates](https://cloud.tencent.com/document/api/1025/86963)
79
+ * [DeleteDeviceAccounts](https://cloud.tencent.com/document/api/1025/86955)
80
+ * [DeleteDevices](https://cloud.tencent.com/document/api/1025/86954)
81
+ * [DeployResource](https://cloud.tencent.com/document/api/1025/86961)
82
+ * [DescribeAssetSyncStatus](https://cloud.tencent.com/document/api/1025/86953)
83
+ * [DescribeCmdTemplates](https://cloud.tencent.com/document/api/1025/86962)
84
+ * [DescribeDeviceAccounts](https://cloud.tencent.com/document/api/1025/86952)
85
+ * [ModifyDevice](https://cloud.tencent.com/document/api/1025/86951)
86
+ * [ModifyDeviceGroup](https://cloud.tencent.com/document/api/1025/86966)
87
+ * [ResetDeviceAccountPassword](https://cloud.tencent.com/document/api/1025/86950)
88
+ * [ResetDeviceAccountPrivateKey](https://cloud.tencent.com/document/api/1025/86949)
89
+ * [ResetUser](https://cloud.tencent.com/document/api/1025/86960)
90
+
91
+ 新增数据结构:
92
+
93
+ * [AssetSyncStatus](https://cloud.tencent.com/document/api/1025/74416#AssetSyncStatus)
94
+ * [DeviceAccount](https://cloud.tencent.com/document/api/1025/74416#DeviceAccount)
95
+
96
+
97
+
98
+ ## 事件总线(eb) 版本:2021-04-16
99
+
100
+ ### 第 9 次发布
101
+
102
+ 发布时间:2023-02-28 01:29:39
103
+
104
+ 本次发布包含了以下内容:
105
+
106
+ 改善已有的文档。
107
+
108
+ 修改接口:
109
+
110
+ * [CreateEventBus](https://cloud.tencent.com/document/api/1359/67686)
111
+
112
+ * 新增入参:EnableStore
113
+
114
+ * [GetEventBus](https://cloud.tencent.com/document/api/1359/67684)
115
+
116
+ * 新增出参:PayMode, SaveDays, LogTopicId, EnableStore, LinkMode
117
+
118
+
119
+ 新增数据结构:
120
+
121
+ * [ConnectionBrief](https://cloud.tencent.com/document/api/1359/67704#ConnectionBrief)
122
+ * [DTSParams](https://cloud.tencent.com/document/api/1359/67704#DTSParams)
123
+
124
+ 修改数据结构:
125
+
126
+ * [ConnectionDescription](https://cloud.tencent.com/document/api/1359/67704#ConnectionDescription)
127
+
128
+ * 新增成员:DTSParams
129
+
130
+ * [EventBus](https://cloud.tencent.com/document/api/1359/67704#EventBus)
131
+
132
+ * 新增成员:PayMode, ConnectionBriefs, TargetBriefs
133
+
134
+
135
+
136
+
137
+ ## 低代码互动课堂(lcic) 版本:2022-08-17
138
+
139
+ ### 第 14 次发布
140
+
141
+ 发布时间:2023-02-28 01:44:45
142
+
143
+ 本次发布包含了以下内容:
144
+
145
+ 改善已有的文档。
146
+
147
+ 新增接口:
148
+
149
+ * [GetRoomMessage](https://cloud.tencent.com/document/api/1639/86972)
150
+
151
+ 修改接口:
152
+
153
+ * [DescribeRoomStatistics](https://cloud.tencent.com/document/api/1639/81545)
154
+
155
+ * 新增出参:MessageCount, MicCount
156
+
157
+
158
+ 新增数据结构:
159
+
160
+ * [MessageItem](https://cloud.tencent.com/document/api/1639/81423#MessageItem)
161
+ * [MessageList](https://cloud.tencent.com/document/api/1639/81423#MessageList)
162
+
163
+ 修改数据结构:
164
+
165
+ * [MemberRecord](https://cloud.tencent.com/document/api/1639/81423#MemberRecord)
166
+
167
+ * 新增成员:PerMemberMicCount, PerMemberMessageCount
168
+
169
+
170
+
171
+
172
+ ## 私有网络(vpc) 版本:2017-03-12
173
+
174
+ ### 第 143 次发布
175
+
176
+ 发布时间:2023-02-28 02:25:56
177
+
178
+ 本次发布包含了以下内容:
179
+
180
+ 改善已有的文档。
181
+
182
+ 修改数据结构:
183
+
184
+ * [AddressTemplateItem](https://cloud.tencent.com/document/api/215/15824#AddressTemplateItem)
185
+
186
+ * 新增成员:AddressTemplateId, AddressTemplateName
187
+
188
+ * <font color="#dd0000">**修改成员**:</font>From, To
189
+
190
+
191
+
192
+
1
193
  # Release 4.0.547
2
194
 
3
195
  ## 云硬盘(cbs) 版本:2017-03-12