tencentcloud-sdk-nodejs 4.0.268 → 4.0.269

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 (36) hide show
  1. package/CHANGELOG.md +179 -0
  2. package/SERVICE_CHANGELOG.md +260 -195
  3. package/package.json +1 -1
  4. package/products.md +11 -11
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +3 -2
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +56 -22
  8. package/src/services/cdb/v20170320/cdb_models.ts +6 -1
  9. package/src/services/cwp/v20180228/cwp_client.ts +1 -1
  10. package/src/services/cwp/v20180228/cwp_models.ts +44 -2
  11. package/src/services/dbbrain/v20210527/dbbrain_client.ts +28 -4
  12. package/src/services/dbbrain/v20210527/dbbrain_models.ts +166 -71
  13. package/src/services/ocr/v20181119/ocr_models.ts +1 -0
  14. package/src/services/postgres/v20170312/postgres_client.ts +1 -0
  15. package/src/services/postgres/v20170312/postgres_models.ts +43 -3
  16. package/src/services/rce/v20201103/rce_models.ts +5 -0
  17. package/src/services/sqlserver/v20180328/sqlserver_models.ts +6 -1
  18. package/src/services/wav/v20210129/wav_client.ts +2 -2
  19. package/tencentcloud/common/sdk_version.d.ts +1 -1
  20. package/tencentcloud/common/sdk_version.js +1 -1
  21. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
  22. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +48 -18
  23. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -1
  24. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
  25. package/tencentcloud/services/cwp/v20180228/cwp_client.js +1 -1
  26. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -2
  27. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +9 -1
  28. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +12 -0
  29. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +143 -63
  30. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -0
  31. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +37 -3
  32. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +4 -0
  33. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +5 -1
  34. package/tencentcloud/services/wav/v20210129/wav_client.d.ts +2 -2
  35. package/tencentcloud/services/wav/v20210129/wav_client.js +2 -2
  36. package/test/dbbrain.v20210527.test.js +20 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,182 @@
1
+ # Release 4.0.269
2
+
3
+ ## API网关(apigateway) 版本:2018-08-08
4
+
5
+ ### 第 23 次发布
6
+
7
+ 发布时间:2022-01-10 08:05:32
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增数据结构:
14
+
15
+ * [CosConfig](https://cloud.tencent.com/document/api/628/45244#CosConfig)
16
+
17
+ 修改数据结构:
18
+
19
+ * [ServiceConfig](https://cloud.tencent.com/document/api/628/45244#ServiceConfig)
20
+
21
+ * 新增成员:CosConfig
22
+
23
+
24
+
25
+
26
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
27
+
28
+ ### 第 78 次发布
29
+
30
+ 发布时间:2022-01-10 08:06:53
31
+
32
+ 本次发布包含了以下内容:
33
+
34
+ 改善已有的文档。
35
+
36
+ 修改接口:
37
+
38
+ * [CreateDBInstanceHour](https://cloud.tencent.com/document/api/236/15865)
39
+
40
+ * 新增入参:ParamTemplateType
41
+
42
+
43
+
44
+
45
+ ## 主机安全(cwp) 版本:2018-02-28
46
+
47
+ ### 第 37 次发布
48
+
49
+ 发布时间:2022-01-10 08:08:49
50
+
51
+ 本次发布包含了以下内容:
52
+
53
+ 改善已有的文档。
54
+
55
+ 修改接口:
56
+
57
+ * [DescribeGeneralStat](https://cloud.tencent.com/document/api/296/53132)
58
+
59
+ * 新增出参:FlagshipMachineCnt, ProtectDays
60
+
61
+ * [DescribeImportMachineInfo](https://cloud.tencent.com/document/api/296/55203)
62
+
63
+ * 新增入参:Filters
64
+
65
+ * [DescribeMachineInfo](https://cloud.tencent.com/document/api/296/19851)
66
+
67
+ * 新增出参:ProtectType
68
+
69
+
70
+ 修改数据结构:
71
+
72
+ * [Machine](https://cloud.tencent.com/document/api/296/19867#Machine)
73
+
74
+ * 新增成员:ProtectType
75
+
76
+ * [MalwareInfo](https://cloud.tencent.com/document/api/296/19867#MalwareInfo)
77
+
78
+ * 新增成员:CheckPlatform, Uuid
79
+
80
+
81
+
82
+
83
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
84
+
85
+ ### 第 6 次发布
86
+
87
+ 发布时间:2022-01-10 08:09:43
88
+
89
+ 本次发布包含了以下内容:
90
+
91
+ 改善已有的文档。
92
+
93
+ 新增接口:
94
+
95
+ * [CreateKillTask](https://cloud.tencent.com/document/api/1130/67783)
96
+ * [CreateProxySessionKillTask](https://cloud.tencent.com/document/api/1130/67782)
97
+
98
+
99
+
100
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
101
+
102
+
103
+
104
+ ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
105
+
106
+ ### 第 23 次发布
107
+
108
+ 发布时间:2022-01-10 08:14:24
109
+
110
+ 本次发布包含了以下内容:
111
+
112
+ 改善已有的文档。
113
+
114
+ 修改接口:
115
+
116
+ * [CreateInstances](https://cloud.tencent.com/document/api/409/56107)
117
+
118
+ * 新增入参:DBNodeSet
119
+
120
+
121
+ 新增数据结构:
122
+
123
+ * [DBNode](https://cloud.tencent.com/document/api/409/16778#DBNode)
124
+
125
+ 修改数据结构:
126
+
127
+ * [DBBackup](https://cloud.tencent.com/document/api/409/16778#DBBackup)
128
+
129
+ * 新增成员:SetId
130
+
131
+ * [DBInstance](https://cloud.tencent.com/document/api/409/16778#DBInstance)
132
+
133
+ * 新增成员:DBNodeSet
134
+
135
+ * [ZoneInfo](https://cloud.tencent.com/document/api/409/16778#ZoneInfo)
136
+
137
+ * 新增成员:StandbyZoneSet
138
+
139
+
140
+
141
+
142
+ ## 全栈式风控引擎(rce) 版本:2020-11-03
143
+
144
+ ### 第 5 次发布
145
+
146
+ 发布时间:2022-01-10 08:14:37
147
+
148
+ 本次发布包含了以下内容:
149
+
150
+ 改善已有的文档。
151
+
152
+ 修改数据结构:
153
+
154
+ * [InputDescribeRiskModelData](https://cloud.tencent.com/document/api/1343/52566#InputDescribeRiskModelData)
155
+
156
+ * 新增成员:IsTest
157
+
158
+
159
+
160
+
161
+ ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
162
+
163
+ ### 第 28 次发布
164
+
165
+ 发布时间:2022-01-10 08:15:07
166
+
167
+ 本次发布包含了以下内容:
168
+
169
+ 改善已有的文档。
170
+
171
+ 修改接口:
172
+
173
+ * [ModifyDBInstanceNetwork](https://cloud.tencent.com/document/api/238/52347)
174
+
175
+ * 新增入参:Vip
176
+
177
+
178
+
179
+
1
180
  # Release 4.0.268
2
181
 
3
182
  ## 弹性伸缩(as) 版本:2018-04-19