tencentcloud-sdk-nodejs 4.0.706 → 4.0.707
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.
- package/CHANGELOG.md +204 -0
- package/SERVICE_CHANGELOG.md +311 -30
- package/package.json +1 -1
- package/products.md +17 -17
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/bsca/v20210811/bsca_client.ts +43 -18
- package/src/services/bsca/v20210811/bsca_models.ts +107 -27
- package/src/services/car/v20220110/car_client.ts +1 -1
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/ecm/v20190719/ecm_models.ts +1 -0
- package/src/services/ess/v20201111/ess_models.ts +1 -8
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +4 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +137 -67
- package/src/services/iai/index.ts +2 -2
- package/src/services/ims/index.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/monitor/v20180724/monitor_models.ts +40 -35
- package/src/services/ms/v20180408/ms_client.ts +4 -3
- package/src/services/ms/v20180408/ms_models.ts +87 -0
- package/src/services/oceanus/v20190422/oceanus_client.ts +26 -2
- package/src/services/oceanus/v20190422/oceanus_models.ts +54 -24
- package/src/services/organization/index.ts +2 -2
- package/src/services/ses/v20201002/ses_models.ts +1 -1
- package/src/services/sms/index.ts +2 -2
- package/src/services/tbp/index.ts +2 -2
- package/src/services/tem/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tms/index.ts +2 -2
- package/src/services/tse/v20201207/tse_client.ts +3 -0
- package/src/services/tse/v20201207/tse_models.ts +141 -20
- package/src/services/vm/index.ts +2 -2
- package/src/services/waf/v20180125/waf_client.ts +45 -7
- package/src/services/waf/v20180125/waf_models.ts +559 -391
- package/src/services/wedata/v20210820/wedata_models.ts +22 -12
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/bsca/v20210811/bsca_client.d.ts +15 -7
- package/tencentcloud/services/bsca/v20210811/bsca_client.js +21 -9
- package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +102 -27
- package/tencentcloud/services/car/v20220110/car_client.d.ts +1 -1
- package/tencentcloud/services/car/v20220110/car_client.js +1 -1
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +1 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -8
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +137 -67
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/ims/index.d.ts +4 -4
- package/tencentcloud/services/ims/index.js +2 -2
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +40 -35
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +3 -3
- package/tencentcloud/services/ms/v20180408/ms_client.js +3 -3
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +86 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +9 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +12 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +50 -24
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -1
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tms/index.d.ts +4 -4
- package/tencentcloud/services/tms/index.js +2 -2
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +138 -20
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +13 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +18 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +552 -392
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +22 -12
- package/test/bsca.v20210811.test.js +26 -6
- package/test/oceanus.v20190422.test.js +20 -0
- package/test/waf.v20180125.test.js +30 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,207 @@
|
|
|
1
|
+
# Release 4.0.707
|
|
2
|
+
|
|
3
|
+
## 二进制软件成分分析(bsca) 版本:2021-08-11
|
|
4
|
+
|
|
5
|
+
### 第 4 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-10-17 01:08:28
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeKBComponentVersionList](https://cloud.tencent.com/document/api/1483/100319)
|
|
16
|
+
* [SearchKBComponent](https://cloud.tencent.com/document/api/1483/100318)
|
|
17
|
+
|
|
18
|
+
新增数据结构:
|
|
19
|
+
|
|
20
|
+
* [ComponentVersion](https://cloud.tencent.com/document/api/1483/72074#ComponentVersion)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
25
|
+
|
|
26
|
+
### 第 71 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2023-10-17 01:16:27
|
|
29
|
+
|
|
30
|
+
本次发布包含了以下内容:
|
|
31
|
+
|
|
32
|
+
改善已有的文档。
|
|
33
|
+
|
|
34
|
+
修改接口:
|
|
35
|
+
|
|
36
|
+
* [AssignIpv6Addresses](https://cloud.tencent.com/document/api/1108/51094)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
42
|
+
|
|
43
|
+
### 第 96 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2023-10-17 01:21:47
|
|
46
|
+
|
|
47
|
+
本次发布包含了以下内容:
|
|
48
|
+
|
|
49
|
+
改善已有的文档。
|
|
50
|
+
|
|
51
|
+
修改数据结构:
|
|
52
|
+
|
|
53
|
+
* [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
|
|
54
|
+
|
|
55
|
+
* 新增成员:IsSupportAlarmTag
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
## 移动应用安全(ms) 版本:2018-04-08
|
|
61
|
+
|
|
62
|
+
### 第 18 次发布
|
|
63
|
+
|
|
64
|
+
发布时间:2023-10-17 01:22:38
|
|
65
|
+
|
|
66
|
+
本次发布包含了以下内容:
|
|
67
|
+
|
|
68
|
+
改善已有的文档。
|
|
69
|
+
|
|
70
|
+
修改接口:
|
|
71
|
+
|
|
72
|
+
* [CreateEncryptInstance](https://cloud.tencent.com/document/api/283/95528)
|
|
73
|
+
|
|
74
|
+
* 新增入参:IOSInfo
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
新增数据结构:
|
|
78
|
+
|
|
79
|
+
* [IOSInfo](https://cloud.tencent.com/document/api/283/17759#IOSInfo)
|
|
80
|
+
|
|
81
|
+
修改数据结构:
|
|
82
|
+
|
|
83
|
+
* [IOSResult](https://cloud.tencent.com/document/api/283/17759#IOSResult)
|
|
84
|
+
|
|
85
|
+
* 新增成员:OpUin, EncryptType, ResourceId, EncryptState, EncryptErrno, EncryptErrDesc, CreatTime, StartTime, EndTime, CostTime, EncryptPkgUrl
|
|
86
|
+
|
|
87
|
+
* <font color="#dd0000">**修改成员**:</font>ResultId
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
93
|
+
|
|
94
|
+
### 第 40 次发布
|
|
95
|
+
|
|
96
|
+
发布时间:2023-10-17 01:22:49
|
|
97
|
+
|
|
98
|
+
本次发布包含了以下内容:
|
|
99
|
+
|
|
100
|
+
改善已有的文档。
|
|
101
|
+
|
|
102
|
+
新增接口:
|
|
103
|
+
|
|
104
|
+
* [FetchSqlGatewayStatementResult](https://cloud.tencent.com/document/api/849/100321)
|
|
105
|
+
* [RunSqlGatewayStatement](https://cloud.tencent.com/document/api/849/100320)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
110
|
+
|
|
111
|
+
### 第 48 次发布
|
|
112
|
+
|
|
113
|
+
发布时间:2023-10-17 01:29:39
|
|
114
|
+
|
|
115
|
+
本次发布包含了以下内容:
|
|
116
|
+
|
|
117
|
+
改善已有的文档。
|
|
118
|
+
|
|
119
|
+
修改接口:
|
|
120
|
+
|
|
121
|
+
* [DescribeSREInstanceAccessAddress](https://cloud.tencent.com/document/api/1364/54941)
|
|
122
|
+
|
|
123
|
+
* 新增出参:CLBMultiRegion
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
新增数据结构:
|
|
127
|
+
|
|
128
|
+
* [CLBMultiRegion](https://cloud.tencent.com/document/api/1364/54942#CLBMultiRegion)
|
|
129
|
+
* [PolarisCLSTopicInfo](https://cloud.tencent.com/document/api/1364/54942#PolarisCLSTopicInfo)
|
|
130
|
+
* [StorageOption](https://cloud.tencent.com/document/api/1364/54942#StorageOption)
|
|
131
|
+
|
|
132
|
+
修改数据结构:
|
|
133
|
+
|
|
134
|
+
* [BoundK8SInfo](https://cloud.tencent.com/document/api/1364/54942#BoundK8SInfo)
|
|
135
|
+
|
|
136
|
+
* 新增成员:BindRegion
|
|
137
|
+
|
|
138
|
+
* [DescribeInstanceRegionInfo](https://cloud.tencent.com/document/api/1364/54942#DescribeInstanceRegionInfo)
|
|
139
|
+
|
|
140
|
+
* 新增成员:ConsoleIntranetVpcInfos, LimiterIntranetVpcInfos, MainRegion, EKSClusterID
|
|
141
|
+
|
|
142
|
+
* [EngineRegionInfo](https://cloud.tencent.com/document/api/1364/54942#EngineRegionInfo)
|
|
143
|
+
|
|
144
|
+
* 新增成员:MainRegion, SpecId
|
|
145
|
+
|
|
146
|
+
* [EnvAddressInfo](https://cloud.tencent.com/document/api/1364/54942#EnvAddressInfo)
|
|
147
|
+
|
|
148
|
+
* 新增成员:CLBMultiRegion
|
|
149
|
+
|
|
150
|
+
* <font color="#dd0000">**修改成员**:</font>EnableConfigIntranet, InternetBandWidth
|
|
151
|
+
|
|
152
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
153
|
+
|
|
154
|
+
* 新增成员:StorageOption
|
|
155
|
+
|
|
156
|
+
* [ServiceGovernanceInfo](https://cloud.tencent.com/document/api/1364/54942#ServiceGovernanceInfo)
|
|
157
|
+
|
|
158
|
+
* 新增成员:CLSTopics
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
164
|
+
|
|
165
|
+
### 第 64 次发布
|
|
166
|
+
|
|
167
|
+
发布时间:2023-10-17 01:32:14
|
|
168
|
+
|
|
169
|
+
本次发布包含了以下内容:
|
|
170
|
+
|
|
171
|
+
改善已有的文档。
|
|
172
|
+
|
|
173
|
+
新增接口:
|
|
174
|
+
|
|
175
|
+
* [DescribeAttackType](https://cloud.tencent.com/document/api/627/100324)
|
|
176
|
+
* [DescribeHistogram](https://cloud.tencent.com/document/api/627/100323)
|
|
177
|
+
* [DescribeTopAttackDomain](https://cloud.tencent.com/document/api/627/100322)
|
|
178
|
+
|
|
179
|
+
新增数据结构:
|
|
180
|
+
|
|
181
|
+
* [KVInt](https://cloud.tencent.com/document/api/627/53609#KVInt)
|
|
182
|
+
* [PiechartItem](https://cloud.tencent.com/document/api/627/53609#PiechartItem)
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
187
|
+
|
|
188
|
+
### 第 49 次发布
|
|
189
|
+
|
|
190
|
+
发布时间:2023-10-17 01:32:55
|
|
191
|
+
|
|
192
|
+
本次发布包含了以下内容:
|
|
193
|
+
|
|
194
|
+
改善已有的文档。
|
|
195
|
+
|
|
196
|
+
修改数据结构:
|
|
197
|
+
|
|
198
|
+
* [OfflineTaskAddParam](https://cloud.tencent.com/document/api/1267/76336#OfflineTaskAddParam)
|
|
199
|
+
|
|
200
|
+
* 新增成员:TaskAutoSubmit, InstanceInitStrategy
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
1
205
|
# Release 4.0.706
|
|
2
206
|
|
|
3
207
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,31 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 二进制软件成分分析(bsca) 版本:2021-08-11
|
|
4
|
+
|
|
5
|
+
### 第 4 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-10-17 01:08:28
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeKBComponentVersionList](https://cloud.tencent.com/document/api/1483/100319)
|
|
16
|
+
* [SearchKBComponent](https://cloud.tencent.com/document/api/1483/100318)
|
|
17
|
+
|
|
18
|
+
新增数据结构:
|
|
19
|
+
|
|
20
|
+
* [ComponentVersion](https://cloud.tencent.com/document/api/1483/72074#ComponentVersion)
|
|
4
21
|
|
|
5
|
-
### 第 16 次发布
|
|
6
22
|
|
|
7
|
-
|
|
23
|
+
|
|
24
|
+
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
25
|
+
|
|
26
|
+
### 第 71 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2023-10-17 01:16:27
|
|
8
29
|
|
|
9
30
|
本次发布包含了以下内容:
|
|
10
31
|
|
|
@@ -12,39 +33,67 @@
|
|
|
12
33
|
|
|
13
34
|
修改接口:
|
|
14
35
|
|
|
15
|
-
* [
|
|
36
|
+
* [AssignIpv6Addresses](https://cloud.tencent.com/document/api/1108/51094)
|
|
16
37
|
|
|
17
|
-
* 新增入参:ScanFrom
|
|
18
38
|
|
|
19
39
|
|
|
20
40
|
|
|
41
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
21
42
|
|
|
22
|
-
|
|
43
|
+
### 第 96 次发布
|
|
23
44
|
|
|
24
|
-
|
|
45
|
+
发布时间:2023-10-17 01:21:47
|
|
25
46
|
|
|
26
|
-
|
|
47
|
+
本次发布包含了以下内容:
|
|
48
|
+
|
|
49
|
+
改善已有的文档。
|
|
50
|
+
|
|
51
|
+
修改数据结构:
|
|
52
|
+
|
|
53
|
+
* [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
|
|
54
|
+
|
|
55
|
+
* 新增成员:IsSupportAlarmTag
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
## 移动应用安全(ms) 版本:2018-04-08
|
|
61
|
+
|
|
62
|
+
### 第 18 次发布
|
|
63
|
+
|
|
64
|
+
发布时间:2023-10-17 01:22:38
|
|
27
65
|
|
|
28
66
|
本次发布包含了以下内容:
|
|
29
67
|
|
|
30
68
|
改善已有的文档。
|
|
31
69
|
|
|
32
|
-
|
|
70
|
+
修改接口:
|
|
71
|
+
|
|
72
|
+
* [CreateEncryptInstance](https://cloud.tencent.com/document/api/283/95528)
|
|
73
|
+
|
|
74
|
+
* 新增入参:IOSInfo
|
|
33
75
|
|
|
34
|
-
* [DescribeAutoScaleRecords](https://cloud.tencent.com/document/api/589/100248)
|
|
35
76
|
|
|
36
77
|
新增数据结构:
|
|
37
78
|
|
|
38
|
-
* [
|
|
39
|
-
* [KeyValue](https://cloud.tencent.com/document/api/589/33981#KeyValue)
|
|
79
|
+
* [IOSInfo](https://cloud.tencent.com/document/api/283/17759#IOSInfo)
|
|
40
80
|
|
|
81
|
+
修改数据结构:
|
|
41
82
|
|
|
83
|
+
* [IOSResult](https://cloud.tencent.com/document/api/283/17759#IOSResult)
|
|
42
84
|
|
|
43
|
-
|
|
85
|
+
* 新增成员:OpUin, EncryptType, ResourceId, EncryptState, EncryptErrno, EncryptErrDesc, CreatTime, StartTime, EndTime, CostTime, EncryptPkgUrl
|
|
44
86
|
|
|
45
|
-
|
|
87
|
+
* <font color="#dd0000">**修改成员**:</font>ResultId
|
|
46
88
|
|
|
47
|
-
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
93
|
+
|
|
94
|
+
### 第 40 次发布
|
|
95
|
+
|
|
96
|
+
发布时间:2023-10-17 01:22:49
|
|
48
97
|
|
|
49
98
|
本次发布包含了以下内容:
|
|
50
99
|
|
|
@@ -52,15 +101,16 @@
|
|
|
52
101
|
|
|
53
102
|
新增接口:
|
|
54
103
|
|
|
55
|
-
* [
|
|
104
|
+
* [FetchSqlGatewayStatementResult](https://cloud.tencent.com/document/api/849/100321)
|
|
105
|
+
* [RunSqlGatewayStatement](https://cloud.tencent.com/document/api/849/100320)
|
|
56
106
|
|
|
57
107
|
|
|
58
108
|
|
|
59
|
-
##
|
|
109
|
+
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
60
110
|
|
|
61
|
-
### 第
|
|
111
|
+
### 第 48 次发布
|
|
62
112
|
|
|
63
|
-
发布时间:2023-10-
|
|
113
|
+
发布时间:2023-10-17 01:29:39
|
|
64
114
|
|
|
65
115
|
本次发布包含了以下内容:
|
|
66
116
|
|
|
@@ -68,26 +118,87 @@
|
|
|
68
118
|
|
|
69
119
|
修改接口:
|
|
70
120
|
|
|
71
|
-
* [
|
|
121
|
+
* [DescribeSREInstanceAccessAddress](https://cloud.tencent.com/document/api/1364/54941)
|
|
72
122
|
|
|
73
|
-
*
|
|
123
|
+
* 新增出参:CLBMultiRegion
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
新增数据结构:
|
|
127
|
+
|
|
128
|
+
* [CLBMultiRegion](https://cloud.tencent.com/document/api/1364/54942#CLBMultiRegion)
|
|
129
|
+
* [PolarisCLSTopicInfo](https://cloud.tencent.com/document/api/1364/54942#PolarisCLSTopicInfo)
|
|
130
|
+
* [StorageOption](https://cloud.tencent.com/document/api/1364/54942#StorageOption)
|
|
131
|
+
|
|
132
|
+
修改数据结构:
|
|
133
|
+
|
|
134
|
+
* [BoundK8SInfo](https://cloud.tencent.com/document/api/1364/54942#BoundK8SInfo)
|
|
135
|
+
|
|
136
|
+
* 新增成员:BindRegion
|
|
137
|
+
|
|
138
|
+
* [DescribeInstanceRegionInfo](https://cloud.tencent.com/document/api/1364/54942#DescribeInstanceRegionInfo)
|
|
139
|
+
|
|
140
|
+
* 新增成员:ConsoleIntranetVpcInfos, LimiterIntranetVpcInfos, MainRegion, EKSClusterID
|
|
141
|
+
|
|
142
|
+
* [EngineRegionInfo](https://cloud.tencent.com/document/api/1364/54942#EngineRegionInfo)
|
|
143
|
+
|
|
144
|
+
* 新增成员:MainRegion, SpecId
|
|
145
|
+
|
|
146
|
+
* [EnvAddressInfo](https://cloud.tencent.com/document/api/1364/54942#EnvAddressInfo)
|
|
147
|
+
|
|
148
|
+
* 新增成员:CLBMultiRegion
|
|
149
|
+
|
|
150
|
+
* <font color="#dd0000">**修改成员**:</font>EnableConfigIntranet, InternetBandWidth
|
|
151
|
+
|
|
152
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
153
|
+
|
|
154
|
+
* 新增成员:StorageOption
|
|
155
|
+
|
|
156
|
+
* [ServiceGovernanceInfo](https://cloud.tencent.com/document/api/1364/54942#ServiceGovernanceInfo)
|
|
157
|
+
|
|
158
|
+
* 新增成员:CLSTopics
|
|
74
159
|
|
|
75
160
|
|
|
76
161
|
|
|
77
162
|
|
|
163
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
164
|
+
|
|
165
|
+
### 第 64 次发布
|
|
166
|
+
|
|
167
|
+
发布时间:2023-10-17 01:32:14
|
|
168
|
+
|
|
169
|
+
本次发布包含了以下内容:
|
|
170
|
+
|
|
171
|
+
改善已有的文档。
|
|
172
|
+
|
|
173
|
+
新增接口:
|
|
174
|
+
|
|
175
|
+
* [DescribeAttackType](https://cloud.tencent.com/document/api/627/100324)
|
|
176
|
+
* [DescribeHistogram](https://cloud.tencent.com/document/api/627/100323)
|
|
177
|
+
* [DescribeTopAttackDomain](https://cloud.tencent.com/document/api/627/100322)
|
|
178
|
+
|
|
179
|
+
新增数据结构:
|
|
180
|
+
|
|
181
|
+
* [KVInt](https://cloud.tencent.com/document/api/627/53609#KVInt)
|
|
182
|
+
* [PiechartItem](https://cloud.tencent.com/document/api/627/53609#PiechartItem)
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
78
186
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
79
187
|
|
|
80
|
-
### 第
|
|
188
|
+
### 第 49 次发布
|
|
81
189
|
|
|
82
|
-
发布时间:2023-10-
|
|
190
|
+
发布时间:2023-10-17 01:32:55
|
|
83
191
|
|
|
84
192
|
本次发布包含了以下内容:
|
|
85
193
|
|
|
86
194
|
改善已有的文档。
|
|
87
195
|
|
|
88
|
-
|
|
196
|
+
修改数据结构:
|
|
197
|
+
|
|
198
|
+
* [OfflineTaskAddParam](https://cloud.tencent.com/document/api/1267/76336#OfflineTaskAddParam)
|
|
199
|
+
|
|
200
|
+
* 新增成员:TaskAutoSubmit, InstanceInitStrategy
|
|
89
201
|
|
|
90
|
-
* DescribeKafkaTopicInfo
|
|
91
202
|
|
|
92
203
|
|
|
93
204
|
|
|
@@ -10970,6 +11081,23 @@
|
|
|
10970
11081
|
|
|
10971
11082
|
## 二进制软件成分分析(bsca) 版本:2021-08-11
|
|
10972
11083
|
|
|
11084
|
+
### 第 4 次发布
|
|
11085
|
+
|
|
11086
|
+
发布时间:2023-10-17 01:08:28
|
|
11087
|
+
|
|
11088
|
+
本次发布包含了以下内容:
|
|
11089
|
+
|
|
11090
|
+
改善已有的文档。
|
|
11091
|
+
|
|
11092
|
+
新增接口:
|
|
11093
|
+
|
|
11094
|
+
* [[DescribeKBComponentVersionList](https://cloud.tencent.com/document/api/1483/100319)](https://cloud.tencent.com/document/api/#/#)
|
|
11095
|
+
* [[SearchKBComponent](https://cloud.tencent.com/document/api/1483/100318)](https://cloud.tencent.com/document/api/#/#)
|
|
11096
|
+
|
|
11097
|
+
新增数据结构:
|
|
11098
|
+
|
|
11099
|
+
* [[ComponentVersion](https://cloud.tencent.com/document/api/1483/72074#ComponentVersion)](https://cloud.tencent.com/document/api/1483/72074#[ComponentVersion](https://cloud.tencent.com/document/api/1483/72074#ComponentVersion))
|
|
11100
|
+
|
|
10973
11101
|
### 第 3 次发布
|
|
10974
11102
|
|
|
10975
11103
|
发布时间:2022-09-29 06:12:03
|
|
@@ -48077,7 +48205,7 @@
|
|
|
48077
48205
|
|
|
48078
48206
|
|
|
48079
48207
|
|
|
48080
|
-
##
|
|
48208
|
+
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
48081
48209
|
|
|
48082
48210
|
### 第 4 次发布
|
|
48083
48211
|
|
|
@@ -50045,6 +50173,19 @@
|
|
|
50045
50173
|
|
|
50046
50174
|
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
50047
50175
|
|
|
50176
|
+
### 第 71 次发布
|
|
50177
|
+
|
|
50178
|
+
发布时间:2023-10-17 01:16:27
|
|
50179
|
+
|
|
50180
|
+
本次发布包含了以下内容:
|
|
50181
|
+
|
|
50182
|
+
改善已有的文档。
|
|
50183
|
+
|
|
50184
|
+
修改接口:
|
|
50185
|
+
|
|
50186
|
+
* [AssignIpv6Addresses](https://cloud.tencent.com/document/api/1108/51094)
|
|
50187
|
+
|
|
50188
|
+
|
|
50048
50189
|
### 第 70 次发布
|
|
50049
50190
|
|
|
50050
50191
|
发布时间:2023-09-05 10:56:15
|
|
@@ -52193,12 +52334,12 @@
|
|
|
52193
52334
|
|
|
52194
52335
|
新增接口:
|
|
52195
52336
|
|
|
52196
|
-
* [
|
|
52337
|
+
* [DescribeAutoScaleRecords](https://cloud.tencent.com/document/api/589/100248)
|
|
52197
52338
|
|
|
52198
52339
|
新增数据结构:
|
|
52199
52340
|
|
|
52200
|
-
* [
|
|
52201
|
-
* [
|
|
52341
|
+
* [AutoScaleRecord](https://cloud.tencent.com/document/api/589/33981#AutoScaleRecord)
|
|
52342
|
+
* [KeyValue](https://cloud.tencent.com/document/api/589/33981#KeyValue)
|
|
52202
52343
|
|
|
52203
52344
|
### 第 52 次发布
|
|
52204
52345
|
|
|
@@ -67060,7 +67201,7 @@
|
|
|
67060
67201
|
|
|
67061
67202
|
新增接口:
|
|
67062
67203
|
|
|
67063
|
-
* [
|
|
67204
|
+
* [GetDeviceSumStatistics](https://cloud.tencent.com/document/api/1081/100249)
|
|
67064
67205
|
|
|
67065
67206
|
### 第 53 次发布
|
|
67066
67207
|
|
|
@@ -78103,6 +78244,21 @@
|
|
|
78103
78244
|
|
|
78104
78245
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
78105
78246
|
|
|
78247
|
+
### 第 96 次发布
|
|
78248
|
+
|
|
78249
|
+
发布时间:2023-10-17 01:21:47
|
|
78250
|
+
|
|
78251
|
+
本次发布包含了以下内容:
|
|
78252
|
+
|
|
78253
|
+
改善已有的文档。
|
|
78254
|
+
|
|
78255
|
+
修改数据结构:
|
|
78256
|
+
|
|
78257
|
+
* [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
|
|
78258
|
+
|
|
78259
|
+
* 新增成员:IsSupportAlarmTag
|
|
78260
|
+
|
|
78261
|
+
|
|
78106
78262
|
### 第 95 次发布
|
|
78107
78263
|
|
|
78108
78264
|
发布时间:2023-10-09 01:19:36
|
|
@@ -83226,6 +83382,34 @@
|
|
|
83226
83382
|
|
|
83227
83383
|
## 移动应用安全(ms) 版本:2018-04-08
|
|
83228
83384
|
|
|
83385
|
+
### 第 18 次发布
|
|
83386
|
+
|
|
83387
|
+
发布时间:2023-10-17 01:22:38
|
|
83388
|
+
|
|
83389
|
+
本次发布包含了以下内容:
|
|
83390
|
+
|
|
83391
|
+
改善已有的文档。
|
|
83392
|
+
|
|
83393
|
+
修改接口:
|
|
83394
|
+
|
|
83395
|
+
* [CreateEncryptInstance](https://cloud.tencent.com/document/api/283/95528)
|
|
83396
|
+
|
|
83397
|
+
* 新增入参:IOSInfo
|
|
83398
|
+
|
|
83399
|
+
|
|
83400
|
+
新增数据结构:
|
|
83401
|
+
|
|
83402
|
+
* [[IOSInfo](https://cloud.tencent.com/document/api/283/17759#IOSInfo)](https://cloud.tencent.com/document/api/283/17759#[IOSInfo](https://cloud.tencent.com/document/api/283/17759#IOSInfo))
|
|
83403
|
+
|
|
83404
|
+
修改数据结构:
|
|
83405
|
+
|
|
83406
|
+
* [IOSResult](https://cloud.tencent.com/document/api/283/17759#IOSResult)
|
|
83407
|
+
|
|
83408
|
+
* 新增成员:OpUin, EncryptType, ResourceId, EncryptState, EncryptErrno, EncryptErrDesc, CreatTime, StartTime, EndTime, CostTime, EncryptPkgUrl
|
|
83409
|
+
|
|
83410
|
+
* <font color="#dd0000">**修改成员**:</font>ResultId
|
|
83411
|
+
|
|
83412
|
+
|
|
83229
83413
|
### 第 17 次发布
|
|
83230
83414
|
|
|
83231
83415
|
发布时间:2023-08-17 04:17:58
|
|
@@ -84178,6 +84362,19 @@
|
|
|
84178
84362
|
|
|
84179
84363
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
84180
84364
|
|
|
84365
|
+
### 第 40 次发布
|
|
84366
|
+
|
|
84367
|
+
发布时间:2023-10-17 01:22:49
|
|
84368
|
+
|
|
84369
|
+
本次发布包含了以下内容:
|
|
84370
|
+
|
|
84371
|
+
改善已有的文档。
|
|
84372
|
+
|
|
84373
|
+
新增接口:
|
|
84374
|
+
|
|
84375
|
+
* [[FetchSqlGatewayStatementResult](https://cloud.tencent.com/document/api/849/100321)](https://cloud.tencent.com/document/api/#/#)
|
|
84376
|
+
* [[RunSqlGatewayStatement](https://cloud.tencent.com/document/api/849/100320)](https://cloud.tencent.com/document/api/#/#)
|
|
84377
|
+
|
|
84181
84378
|
### 第 39 次发布
|
|
84182
84379
|
|
|
84183
84380
|
发布时间:2023-10-12 02:20:57
|
|
@@ -121030,6 +121227,56 @@
|
|
|
121030
121227
|
|
|
121031
121228
|
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
121032
121229
|
|
|
121230
|
+
### 第 48 次发布
|
|
121231
|
+
|
|
121232
|
+
发布时间:2023-10-17 01:29:39
|
|
121233
|
+
|
|
121234
|
+
本次发布包含了以下内容:
|
|
121235
|
+
|
|
121236
|
+
改善已有的文档。
|
|
121237
|
+
|
|
121238
|
+
修改接口:
|
|
121239
|
+
|
|
121240
|
+
* [DescribeSREInstanceAccessAddress](https://cloud.tencent.com/document/api/1364/54941)
|
|
121241
|
+
|
|
121242
|
+
* 新增出参:CLBMultiRegion
|
|
121243
|
+
|
|
121244
|
+
|
|
121245
|
+
新增数据结构:
|
|
121246
|
+
|
|
121247
|
+
* [[CLBMultiRegion](https://cloud.tencent.com/document/api/1364/54942#CLBMultiRegion)](https://cloud.tencent.com/document/api/1364/54942#[CLBMultiRegion](https://cloud.tencent.com/document/api/1364/54942#CLBMultiRegion))
|
|
121248
|
+
* [[PolarisCLSTopicInfo](https://cloud.tencent.com/document/api/1364/54942#PolarisCLSTopicInfo)](https://cloud.tencent.com/document/api/1364/54942#[PolarisCLSTopicInfo](https://cloud.tencent.com/document/api/1364/54942#PolarisCLSTopicInfo))
|
|
121249
|
+
* [[StorageOption](https://cloud.tencent.com/document/api/1364/54942#StorageOption)](https://cloud.tencent.com/document/api/1364/54942#[StorageOption](https://cloud.tencent.com/document/api/1364/54942#StorageOption))
|
|
121250
|
+
|
|
121251
|
+
修改数据结构:
|
|
121252
|
+
|
|
121253
|
+
* [BoundK8SInfo](https://cloud.tencent.com/document/api/1364/54942#BoundK8SInfo)
|
|
121254
|
+
|
|
121255
|
+
* 新增成员:BindRegion
|
|
121256
|
+
|
|
121257
|
+
* [DescribeInstanceRegionInfo](https://cloud.tencent.com/document/api/1364/54942#DescribeInstanceRegionInfo)
|
|
121258
|
+
|
|
121259
|
+
* 新增成员:ConsoleIntranetVpcInfos, LimiterIntranetVpcInfos, MainRegion, EKSClusterID
|
|
121260
|
+
|
|
121261
|
+
* [EngineRegionInfo](https://cloud.tencent.com/document/api/1364/54942#EngineRegionInfo)
|
|
121262
|
+
|
|
121263
|
+
* 新增成员:MainRegion, SpecId
|
|
121264
|
+
|
|
121265
|
+
* [EnvAddressInfo](https://cloud.tencent.com/document/api/1364/54942#EnvAddressInfo)
|
|
121266
|
+
|
|
121267
|
+
* 新增成员:CLBMultiRegion
|
|
121268
|
+
|
|
121269
|
+
* <font color="#dd0000">**修改成员**:</font>EnableConfigIntranet, InternetBandWidth
|
|
121270
|
+
|
|
121271
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
121272
|
+
|
|
121273
|
+
* 新增成员:StorageOption
|
|
121274
|
+
|
|
121275
|
+
* [ServiceGovernanceInfo](https://cloud.tencent.com/document/api/1364/54942#ServiceGovernanceInfo)
|
|
121276
|
+
|
|
121277
|
+
* 新增成员:CLSTopics
|
|
121278
|
+
|
|
121279
|
+
|
|
121033
121280
|
### 第 47 次发布
|
|
121034
121281
|
|
|
121035
121282
|
发布时间:2023-10-13 01:27:15
|
|
@@ -133878,6 +134125,25 @@
|
|
|
133878
134125
|
|
|
133879
134126
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
133880
134127
|
|
|
134128
|
+
### 第 64 次发布
|
|
134129
|
+
|
|
134130
|
+
发布时间:2023-10-17 01:32:14
|
|
134131
|
+
|
|
134132
|
+
本次发布包含了以下内容:
|
|
134133
|
+
|
|
134134
|
+
改善已有的文档。
|
|
134135
|
+
|
|
134136
|
+
新增接口:
|
|
134137
|
+
|
|
134138
|
+
* [[DescribeAttackType](https://cloud.tencent.com/document/api/627/100324)](https://cloud.tencent.com/document/api/#/#)
|
|
134139
|
+
* [[DescribeHistogram](https://cloud.tencent.com/document/api/627/100323)](https://cloud.tencent.com/document/api/#/#)
|
|
134140
|
+
* [[DescribeTopAttackDomain](https://cloud.tencent.com/document/api/627/100322)](https://cloud.tencent.com/document/api/#/#)
|
|
134141
|
+
|
|
134142
|
+
新增数据结构:
|
|
134143
|
+
|
|
134144
|
+
* [[KVInt](https://cloud.tencent.com/document/api/627/53609#KVInt)](https://cloud.tencent.com/document/api/627/53609#[KVInt](https://cloud.tencent.com/document/api/627/53609#KVInt))
|
|
134145
|
+
* [[PiechartItem](https://cloud.tencent.com/document/api/627/53609#PiechartItem)](https://cloud.tencent.com/document/api/627/53609#[PiechartItem](https://cloud.tencent.com/document/api/627/53609#PiechartItem))
|
|
134146
|
+
|
|
133881
134147
|
### 第 63 次发布
|
|
133882
134148
|
|
|
133883
134149
|
发布时间:2023-10-13 01:29:06
|
|
@@ -135578,6 +135844,21 @@
|
|
|
135578
135844
|
|
|
135579
135845
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
135580
135846
|
|
|
135847
|
+
### 第 49 次发布
|
|
135848
|
+
|
|
135849
|
+
发布时间:2023-10-17 01:32:55
|
|
135850
|
+
|
|
135851
|
+
本次发布包含了以下内容:
|
|
135852
|
+
|
|
135853
|
+
改善已有的文档。
|
|
135854
|
+
|
|
135855
|
+
修改数据结构:
|
|
135856
|
+
|
|
135857
|
+
* [OfflineTaskAddParam](https://cloud.tencent.com/document/api/1267/76336#OfflineTaskAddParam)
|
|
135858
|
+
|
|
135859
|
+
* 新增成员:TaskAutoSubmit, InstanceInitStrategy
|
|
135860
|
+
|
|
135861
|
+
|
|
135581
135862
|
### 第 48 次发布
|
|
135582
135863
|
|
|
135583
135864
|
发布时间:2023-10-16 01:29:53
|