tencentcloud-sdk-nodejs-oceanus 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/services/oceanus/v20190422/oceanus_client.ts +26 -2
- package/src/services/oceanus/v20190422/oceanus_models.ts +54 -24
- 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/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
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -25,18 +25,18 @@
|
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-09-27 01:07:14 |
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-10-13 01:07:25 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
|
-
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-
|
|
28
|
+
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-10-17 01:07:29 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-08-31 01:07:17 |
|
|
30
|
-
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2023-
|
|
31
|
-
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2023-
|
|
30
|
+
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2023-10-17 01:08:08 |
|
|
31
|
+
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2023-10-17 01:08:12 |
|
|
32
32
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2023-10-12 01:13:46 |
|
|
33
33
|
| bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2023-06-14 01:09:11 |
|
|
34
34
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2023-08-17 01:22:35 |
|
|
35
|
-
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-
|
|
35
|
+
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-10-17 01:08:28 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
|
|
37
37
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-09-21 01:23:47 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-08-24 10:06:50 |
|
|
39
|
-
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-
|
|
39
|
+
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-10-17 01:08:50 |
|
|
40
40
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-09-20 01:08:08 |
|
|
@@ -84,19 +84,19 @@
|
|
|
84
84
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-09-20 01:34:26 |
|
|
85
85
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-08-17 02:59:36 |
|
|
86
86
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
|
|
87
|
-
| dsgc | [
|
|
87
|
+
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-10-17 01:15:42 |
|
|
88
88
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
89
89
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-10-10 01:36:36 |
|
|
90
|
-
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-10-
|
|
90
|
+
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-10-17 01:16:13 |
|
|
91
91
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
|
|
92
92
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
|
|
93
|
-
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-
|
|
93
|
+
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-10-17 01:16:27 |
|
|
94
94
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
95
95
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
96
96
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-16 01:15:50 |
|
|
97
97
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-12 01:57:01 |
|
|
98
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-
|
|
99
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-
|
|
98
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-17 01:17:18 |
|
|
99
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-17 01:17:37 |
|
|
100
100
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
101
101
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-09-19 01:15:41 |
|
|
102
102
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
@@ -141,15 +141,15 @@
|
|
|
141
141
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
142
142
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-08-30 01:19:09 |
|
|
143
143
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
|
|
144
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-
|
|
144
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-17 01:21:47 |
|
|
145
145
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-11 02:08:20 |
|
|
146
146
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-09-13 02:09:08 |
|
|
147
|
-
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-
|
|
147
|
+
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-10-17 01:22:38 |
|
|
148
148
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-08-17 04:18:22 |
|
|
149
149
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
150
150
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
151
151
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
152
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-10-
|
|
152
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-10-17 01:22:49 |
|
|
153
153
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-10-13 01:21:21 |
|
|
154
154
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-09-18 02:11:06 |
|
|
155
155
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-09-22 02:15:37 |
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
166
166
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-10-13 01:22:31 |
|
|
167
167
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-10-16 01:22:37 |
|
|
168
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-10-
|
|
168
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-10-17 01:24:30 |
|
|
169
169
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
|
|
170
170
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
|
|
171
171
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-08-17 04:38:34 |
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-09 11:35:49 |
|
|
221
221
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
222
222
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-09-27 10:40:48 |
|
|
223
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-10-
|
|
223
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-10-17 01:29:39 |
|
|
224
224
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-10-11 02:39:14 |
|
|
225
225
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
226
226
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-09-19 01:29:02 |
|
|
@@ -230,9 +230,9 @@
|
|
|
230
230
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-10-09 01:26:55 |
|
|
231
231
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-10-12 02:55:40 |
|
|
232
232
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
|
|
233
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-10-
|
|
233
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-10-17 01:32:14 |
|
|
234
234
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
235
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-10-
|
|
235
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-10-17 01:32:55 |
|
|
236
236
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-09-12 09:30:48 |
|
|
237
237
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
238
238
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
|
|
@@ -50,8 +50,9 @@ import {
|
|
|
50
50
|
DeleteTableConfigRequest,
|
|
51
51
|
DeleteResourcesResponse,
|
|
52
52
|
ModifyJobResponse,
|
|
53
|
-
|
|
53
|
+
SlotSharingGroupSpec,
|
|
54
54
|
Tag,
|
|
55
|
+
FetchSqlGatewayStatementResultResponse,
|
|
55
56
|
JobGraphNode,
|
|
56
57
|
DeleteResourceConfigsRequest,
|
|
57
58
|
DescribeJobSavepointResponse,
|
|
@@ -96,6 +97,7 @@ import {
|
|
|
96
97
|
JobConfig,
|
|
97
98
|
DescribeResourceConfigsRequest,
|
|
98
99
|
SlotSharingGroup,
|
|
100
|
+
RunSqlGatewayStatementResponse,
|
|
99
101
|
CreateJobRequest,
|
|
100
102
|
JobInstanceForSubmissionLog,
|
|
101
103
|
DeleteTableConfigResponse,
|
|
@@ -106,13 +108,15 @@ import {
|
|
|
106
108
|
StopJobsResponse,
|
|
107
109
|
LogContent,
|
|
108
110
|
DescribeResourcesRequest,
|
|
109
|
-
|
|
111
|
+
RunSqlGatewayStatementRequest,
|
|
112
|
+
CheckSavepointResponse,
|
|
110
113
|
DescribeJobsResponse,
|
|
111
114
|
ExpertModeConfiguration,
|
|
112
115
|
Order,
|
|
113
116
|
CopyJobItem,
|
|
114
117
|
DescribeTreeJobsRequest,
|
|
115
118
|
DescribeJobConfigsResponse,
|
|
119
|
+
FetchSqlGatewayStatementResultRequest,
|
|
116
120
|
} from "./oceanus_models"
|
|
117
121
|
|
|
118
122
|
/**
|
|
@@ -154,6 +158,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
154
158
|
return this.request("CopyJobs", req, cb)
|
|
155
159
|
}
|
|
156
160
|
|
|
161
|
+
/**
|
|
162
|
+
* 通过Sql gateway执行satement
|
|
163
|
+
*/
|
|
164
|
+
async RunSqlGatewayStatement(
|
|
165
|
+
req?: RunSqlGatewayStatementRequest,
|
|
166
|
+
cb?: (error: string, rep: RunSqlGatewayStatementResponse) => void
|
|
167
|
+
): Promise<RunSqlGatewayStatementResponse> {
|
|
168
|
+
return this.request("RunSqlGatewayStatement", req, cb)
|
|
169
|
+
}
|
|
170
|
+
|
|
157
171
|
/**
|
|
158
172
|
* 删除资源版本
|
|
159
173
|
*/
|
|
@@ -224,6 +238,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
224
238
|
return this.request("DescribeResources", req, cb)
|
|
225
239
|
}
|
|
226
240
|
|
|
241
|
+
/**
|
|
242
|
+
* 查询Sql Gateway的Statement执行结果
|
|
243
|
+
*/
|
|
244
|
+
async FetchSqlGatewayStatementResult(
|
|
245
|
+
req?: FetchSqlGatewayStatementResultRequest,
|
|
246
|
+
cb?: (error: string, rep: FetchSqlGatewayStatementResultResponse) => void
|
|
247
|
+
): Promise<FetchSqlGatewayStatementResultResponse> {
|
|
248
|
+
return this.request("FetchSqlGatewayStatementResult", req, cb)
|
|
249
|
+
}
|
|
250
|
+
|
|
227
251
|
/**
|
|
228
252
|
* 查询集群
|
|
229
253
|
*/
|
|
@@ -882,21 +882,29 @@ export interface ModifyJobResponse {
|
|
|
882
882
|
}
|
|
883
883
|
|
|
884
884
|
/**
|
|
885
|
-
*
|
|
885
|
+
* SlotSharingGroup的规格描述
|
|
886
886
|
*/
|
|
887
|
-
export interface
|
|
887
|
+
export interface SlotSharingGroupSpec {
|
|
888
888
|
/**
|
|
889
|
-
*
|
|
889
|
+
* 适用的cpu
|
|
890
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
890
891
|
*/
|
|
891
|
-
|
|
892
|
+
CPU: number
|
|
892
893
|
/**
|
|
893
|
-
*
|
|
894
|
+
* 默认为b, 支持单位有 b, kb, mb, gb
|
|
895
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
894
896
|
*/
|
|
895
|
-
|
|
897
|
+
HeapMemory: string
|
|
896
898
|
/**
|
|
897
|
-
*
|
|
899
|
+
* 默认为b, 支持单位有 b, kb, mb, gb
|
|
900
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
898
901
|
*/
|
|
899
|
-
|
|
902
|
+
OffHeapMemory?: string
|
|
903
|
+
/**
|
|
904
|
+
* 默认为b, 支持单位有 b, kb, mb, gb
|
|
905
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
906
|
+
*/
|
|
907
|
+
ManagedMemory?: string
|
|
900
908
|
}
|
|
901
909
|
|
|
902
910
|
/**
|
|
@@ -915,6 +923,16 @@ export interface Tag {
|
|
|
915
923
|
TagValue?: string
|
|
916
924
|
}
|
|
917
925
|
|
|
926
|
+
/**
|
|
927
|
+
* FetchSqlGatewayStatementResult返回参数结构体
|
|
928
|
+
*/
|
|
929
|
+
export interface FetchSqlGatewayStatementResultResponse {
|
|
930
|
+
/**
|
|
931
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
932
|
+
*/
|
|
933
|
+
RequestId?: string
|
|
934
|
+
}
|
|
935
|
+
|
|
918
936
|
/**
|
|
919
937
|
* Flink Job 运行图的点信息
|
|
920
938
|
*/
|
|
@@ -2531,6 +2549,16 @@ export interface SlotSharingGroup {
|
|
|
2531
2549
|
Description?: string
|
|
2532
2550
|
}
|
|
2533
2551
|
|
|
2552
|
+
/**
|
|
2553
|
+
* RunSqlGatewayStatement返回参数结构体
|
|
2554
|
+
*/
|
|
2555
|
+
export interface RunSqlGatewayStatementResponse {
|
|
2556
|
+
/**
|
|
2557
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2558
|
+
*/
|
|
2559
|
+
RequestId?: string
|
|
2560
|
+
}
|
|
2561
|
+
|
|
2534
2562
|
/**
|
|
2535
2563
|
* CreateJob请求参数结构体
|
|
2536
2564
|
*/
|
|
@@ -2764,29 +2792,26 @@ export interface DescribeResourcesRequest {
|
|
|
2764
2792
|
}
|
|
2765
2793
|
|
|
2766
2794
|
/**
|
|
2767
|
-
*
|
|
2795
|
+
* RunSqlGatewayStatement请求参数结构体
|
|
2768
2796
|
*/
|
|
2769
|
-
export
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2797
|
+
export type RunSqlGatewayStatementRequest = null
|
|
2798
|
+
|
|
2799
|
+
/**
|
|
2800
|
+
* CheckSavepoint返回参数结构体
|
|
2801
|
+
*/
|
|
2802
|
+
export interface CheckSavepointResponse {
|
|
2775
2803
|
/**
|
|
2776
|
-
*
|
|
2777
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2804
|
+
* 资源 id
|
|
2778
2805
|
*/
|
|
2779
|
-
|
|
2806
|
+
SerialId: string
|
|
2780
2807
|
/**
|
|
2781
|
-
*
|
|
2782
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2808
|
+
* 1=可用,2=不可用
|
|
2783
2809
|
*/
|
|
2784
|
-
|
|
2810
|
+
SavepointStatus: number
|
|
2785
2811
|
/**
|
|
2786
|
-
*
|
|
2787
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2812
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2788
2813
|
*/
|
|
2789
|
-
|
|
2814
|
+
RequestId?: string
|
|
2790
2815
|
}
|
|
2791
2816
|
|
|
2792
2817
|
/**
|
|
@@ -2916,3 +2941,8 @@ export interface DescribeJobConfigsResponse {
|
|
|
2916
2941
|
*/
|
|
2917
2942
|
RequestId?: string
|
|
2918
2943
|
}
|
|
2944
|
+
|
|
2945
|
+
/**
|
|
2946
|
+
* FetchSqlGatewayStatementResult请求参数结构体
|
|
2947
|
+
*/
|
|
2948
|
+
export type FetchSqlGatewayStatementResultRequest = null
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { CreateResourceRequest, DescribeJobSubmissionLogResponse, DeleteJobsRequest, CreateJobConfigResponse, CreateResourceConfigResponse, CreateJobConfigRequest, DescribeTreeJobsResponse, CopyJobsRequest, CopyJobsResponse, TriggerJobSavepointRequest, DescribeJobSavepointRequest, DescribeWorkSpacesRequest, DescribeTreeResourcesRequest, DescribeResourceConfigsResponse, DescribeClustersRequest, CreateJobResponse, CreateFolderRequest, DeleteTableConfigRequest, DeleteResourcesResponse, ModifyJobResponse,
|
|
2
|
+
import { CreateResourceRequest, DescribeJobSubmissionLogResponse, DeleteJobsRequest, CreateJobConfigResponse, CreateResourceConfigResponse, CreateJobConfigRequest, DescribeTreeJobsResponse, CopyJobsRequest, CopyJobsResponse, TriggerJobSavepointRequest, DescribeJobSavepointRequest, DescribeWorkSpacesRequest, DescribeTreeResourcesRequest, DescribeResourceConfigsResponse, DescribeClustersRequest, CreateJobResponse, CreateFolderRequest, DeleteTableConfigRequest, DeleteResourcesResponse, ModifyJobResponse, FetchSqlGatewayStatementResultResponse, DeleteResourceConfigsRequest, DescribeJobSavepointResponse, DescribeWorkSpacesResponse, CreateResourceResponse, DescribeSystemResourcesRequest, CreateFolderResponse, DescribeResourcesResponse, DescribeResourceRelatedJobsResponse, DescribeClustersResponse, DescribeSystemResourcesResponse, CheckSavepointRequest, StopJobsRequest, RunJobsRequest, DeleteJobsResponse, DescribeResourceRelatedJobsRequest, DescribeTreeResourcesResponse, RunJobsResponse, DeleteResourcesRequest, DescribeJobConfigsRequest, ModifyJobRequest, DeleteResourceConfigsResponse, DescribeJobSubmissionLogRequest, DescribeJobsRequest, DescribeResourceConfigsRequest, RunSqlGatewayStatementResponse, CreateJobRequest, DeleteTableConfigResponse, TriggerJobSavepointResponse, CreateResourceConfigRequest, StopJobsResponse, DescribeResourcesRequest, RunSqlGatewayStatementRequest, CheckSavepointResponse, DescribeJobsResponse, DescribeTreeJobsRequest, DescribeJobConfigsResponse, FetchSqlGatewayStatementResultRequest } from "./oceanus_models";
|
|
3
3
|
/**
|
|
4
4
|
* oceanus client
|
|
5
5
|
* @class
|
|
@@ -18,6 +18,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
18
18
|
* 单条和批量复制作业
|
|
19
19
|
*/
|
|
20
20
|
CopyJobs(req: CopyJobsRequest, cb?: (error: string, rep: CopyJobsResponse) => void): Promise<CopyJobsResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* 通过Sql gateway执行satement
|
|
23
|
+
*/
|
|
24
|
+
RunSqlGatewayStatement(req?: RunSqlGatewayStatementRequest, cb?: (error: string, rep: RunSqlGatewayStatementResponse) => void): Promise<RunSqlGatewayStatementResponse>;
|
|
21
25
|
/**
|
|
22
26
|
* 删除资源版本
|
|
23
27
|
*/
|
|
@@ -46,6 +50,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
46
50
|
* 描述资源接口
|
|
47
51
|
*/
|
|
48
52
|
DescribeResources(req: DescribeResourcesRequest, cb?: (error: string, rep: DescribeResourcesResponse) => void): Promise<DescribeResourcesResponse>;
|
|
53
|
+
/**
|
|
54
|
+
* 查询Sql Gateway的Statement执行结果
|
|
55
|
+
*/
|
|
56
|
+
FetchSqlGatewayStatementResult(req?: FetchSqlGatewayStatementResultRequest, cb?: (error: string, rep: FetchSqlGatewayStatementResultResponse) => void): Promise<FetchSqlGatewayStatementResultResponse>;
|
|
49
57
|
/**
|
|
50
58
|
* 查询集群
|
|
51
59
|
*/
|
|
@@ -45,6 +45,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
45
45
|
async CopyJobs(req, cb) {
|
|
46
46
|
return this.request("CopyJobs", req, cb);
|
|
47
47
|
}
|
|
48
|
+
/**
|
|
49
|
+
* 通过Sql gateway执行satement
|
|
50
|
+
*/
|
|
51
|
+
async RunSqlGatewayStatement(req, cb) {
|
|
52
|
+
return this.request("RunSqlGatewayStatement", req, cb);
|
|
53
|
+
}
|
|
48
54
|
/**
|
|
49
55
|
* 删除资源版本
|
|
50
56
|
*/
|
|
@@ -87,6 +93,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
87
93
|
async DescribeResources(req, cb) {
|
|
88
94
|
return this.request("DescribeResources", req, cb);
|
|
89
95
|
}
|
|
96
|
+
/**
|
|
97
|
+
* 查询Sql Gateway的Statement执行结果
|
|
98
|
+
*/
|
|
99
|
+
async FetchSqlGatewayStatementResult(req, cb) {
|
|
100
|
+
return this.request("FetchSqlGatewayStatementResult", req, cb);
|
|
101
|
+
}
|
|
90
102
|
/**
|
|
91
103
|
* 查询集群
|
|
92
104
|
*/
|
|
@@ -832,21 +832,29 @@ export interface ModifyJobResponse {
|
|
|
832
832
|
RequestId?: string;
|
|
833
833
|
}
|
|
834
834
|
/**
|
|
835
|
-
*
|
|
835
|
+
* SlotSharingGroup的规格描述
|
|
836
836
|
*/
|
|
837
|
-
export interface
|
|
837
|
+
export interface SlotSharingGroupSpec {
|
|
838
838
|
/**
|
|
839
|
-
*
|
|
839
|
+
* 适用的cpu
|
|
840
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
840
841
|
*/
|
|
841
|
-
|
|
842
|
+
CPU: number;
|
|
842
843
|
/**
|
|
843
|
-
*
|
|
844
|
+
* 默认为b, 支持单位有 b, kb, mb, gb
|
|
845
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
844
846
|
*/
|
|
845
|
-
|
|
847
|
+
HeapMemory: string;
|
|
846
848
|
/**
|
|
847
|
-
*
|
|
849
|
+
* 默认为b, 支持单位有 b, kb, mb, gb
|
|
850
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
848
851
|
*/
|
|
849
|
-
|
|
852
|
+
OffHeapMemory?: string;
|
|
853
|
+
/**
|
|
854
|
+
* 默认为b, 支持单位有 b, kb, mb, gb
|
|
855
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
856
|
+
*/
|
|
857
|
+
ManagedMemory?: string;
|
|
850
858
|
}
|
|
851
859
|
/**
|
|
852
860
|
* 标签
|
|
@@ -863,6 +871,15 @@ export interface Tag {
|
|
|
863
871
|
*/
|
|
864
872
|
TagValue?: string;
|
|
865
873
|
}
|
|
874
|
+
/**
|
|
875
|
+
* FetchSqlGatewayStatementResult返回参数结构体
|
|
876
|
+
*/
|
|
877
|
+
export interface FetchSqlGatewayStatementResultResponse {
|
|
878
|
+
/**
|
|
879
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
880
|
+
*/
|
|
881
|
+
RequestId?: string;
|
|
882
|
+
}
|
|
866
883
|
/**
|
|
867
884
|
* Flink Job 运行图的点信息
|
|
868
885
|
*/
|
|
@@ -2435,6 +2452,15 @@ export interface SlotSharingGroup {
|
|
|
2435
2452
|
*/
|
|
2436
2453
|
Description?: string;
|
|
2437
2454
|
}
|
|
2455
|
+
/**
|
|
2456
|
+
* RunSqlGatewayStatement返回参数结构体
|
|
2457
|
+
*/
|
|
2458
|
+
export interface RunSqlGatewayStatementResponse {
|
|
2459
|
+
/**
|
|
2460
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2461
|
+
*/
|
|
2462
|
+
RequestId?: string;
|
|
2463
|
+
}
|
|
2438
2464
|
/**
|
|
2439
2465
|
* CreateJob请求参数结构体
|
|
2440
2466
|
*/
|
|
@@ -2658,29 +2684,25 @@ export interface DescribeResourcesRequest {
|
|
|
2658
2684
|
WorkSpaceId?: string;
|
|
2659
2685
|
}
|
|
2660
2686
|
/**
|
|
2661
|
-
*
|
|
2687
|
+
* RunSqlGatewayStatement请求参数结构体
|
|
2662
2688
|
*/
|
|
2663
|
-
export
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
CPU: number;
|
|
2689
|
+
export declare type RunSqlGatewayStatementRequest = null;
|
|
2690
|
+
/**
|
|
2691
|
+
* CheckSavepoint返回参数结构体
|
|
2692
|
+
*/
|
|
2693
|
+
export interface CheckSavepointResponse {
|
|
2669
2694
|
/**
|
|
2670
|
-
*
|
|
2671
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2695
|
+
* 资源 id
|
|
2672
2696
|
*/
|
|
2673
|
-
|
|
2697
|
+
SerialId: string;
|
|
2674
2698
|
/**
|
|
2675
|
-
*
|
|
2676
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2699
|
+
* 1=可用,2=不可用
|
|
2677
2700
|
*/
|
|
2678
|
-
|
|
2701
|
+
SavepointStatus: number;
|
|
2679
2702
|
/**
|
|
2680
|
-
*
|
|
2681
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2703
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2682
2704
|
*/
|
|
2683
|
-
|
|
2705
|
+
RequestId?: string;
|
|
2684
2706
|
}
|
|
2685
2707
|
/**
|
|
2686
2708
|
* DescribeJobs返回参数结构体
|
|
@@ -2804,3 +2826,7 @@ export interface DescribeJobConfigsResponse {
|
|
|
2804
2826
|
*/
|
|
2805
2827
|
RequestId?: string;
|
|
2806
2828
|
}
|
|
2829
|
+
/**
|
|
2830
|
+
* FetchSqlGatewayStatementResult请求参数结构体
|
|
2831
|
+
*/
|
|
2832
|
+
export declare type FetchSqlGatewayStatementResultRequest = null;
|