tencentcloud-sdk-nodejs 4.0.802 → 4.0.803
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 +114 -0
- package/SERVICE_CHANGELOG.md +152 -221
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +17 -17
- package/src/services/csip/v20221121/csip_client.ts +16 -3
- package/src/services/csip/v20221121/csip_models.ts +305 -265
- package/src/services/ess/v20201111/ess_models.ts +3 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +9 -2
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +10 -0
- package/src/services/omics/v20221128/omics_client.ts +74 -13
- package/src/services/omics/v20221128/omics_models.ts +247 -8
- package/src/services/trp/v20210515/trp_models.ts +8 -0
- package/src/services/tse/v20201207/tse_client.ts +73 -21
- package/src/services/tse/v20201207/tse_models.ts +447 -93
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +17 -17
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +301 -264
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +3 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +9 -2
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +10 -0
- package/tencentcloud/services/omics/v20221128/omics_client.d.ts +25 -5
- package/tencentcloud/services/omics/v20221128/omics_client.js +36 -6
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +236 -8
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +8 -0
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +21 -5
- package/tencentcloud/services/tse/v20201207/tse_client.js +30 -6
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +435 -93
- package/test/csip.v20221121.test.js +10 -0
- package/test/omics.v20221128.test.js +54 -4
- package/test/tse.v20201207.test.js +44 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,117 @@
|
|
|
1
|
+
# Release 4.0.803
|
|
2
|
+
|
|
3
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
4
|
+
|
|
5
|
+
### 第 32 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-03-04 01:11:59
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeTopAttackInfo](https://cloud.tencent.com/document/api/664/104060)
|
|
16
|
+
|
|
17
|
+
新增数据结构:
|
|
18
|
+
|
|
19
|
+
* [TagCount](https://cloud.tencent.com/document/api/664/90825#TagCount)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
24
|
+
|
|
25
|
+
### 第 107 次发布
|
|
26
|
+
|
|
27
|
+
发布时间:2024-03-04 01:19:57
|
|
28
|
+
|
|
29
|
+
本次发布包含了以下内容:
|
|
30
|
+
|
|
31
|
+
改善已有的文档。
|
|
32
|
+
|
|
33
|
+
修改数据结构:
|
|
34
|
+
|
|
35
|
+
* [PrometheusAgentOverview](https://cloud.tencent.com/document/api/248/30354#PrometheusAgentOverview)
|
|
36
|
+
|
|
37
|
+
* 新增成员:DesiredAgentNum, ReadyAgentNum
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
43
|
+
|
|
44
|
+
### 第 13 次发布
|
|
45
|
+
|
|
46
|
+
发布时间:2024-03-04 01:21:08
|
|
47
|
+
|
|
48
|
+
本次发布包含了以下内容:
|
|
49
|
+
|
|
50
|
+
改善已有的文档。
|
|
51
|
+
|
|
52
|
+
新增接口:
|
|
53
|
+
|
|
54
|
+
* [CreateVolume](https://cloud.tencent.com/document/api/1643/104065)
|
|
55
|
+
* [DeleteVolume](https://cloud.tencent.com/document/api/1643/104064)
|
|
56
|
+
* [DeleteVolumeData](https://cloud.tencent.com/document/api/1643/104063)
|
|
57
|
+
* [DescribeVolumes](https://cloud.tencent.com/document/api/1643/104062)
|
|
58
|
+
* [ModifyVolume](https://cloud.tencent.com/document/api/1643/104061)
|
|
59
|
+
|
|
60
|
+
新增数据结构:
|
|
61
|
+
|
|
62
|
+
* [Volume](https://cloud.tencent.com/document/api/1643/89100#Volume)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
67
|
+
|
|
68
|
+
### 第 32 次发布
|
|
69
|
+
|
|
70
|
+
发布时间:2024-03-04 01:26:24
|
|
71
|
+
|
|
72
|
+
本次发布包含了以下内容:
|
|
73
|
+
|
|
74
|
+
改善已有的文档。
|
|
75
|
+
|
|
76
|
+
修改接口:
|
|
77
|
+
|
|
78
|
+
* [DescribeCodeBatches](https://cloud.tencent.com/document/api/1458/101819)
|
|
79
|
+
|
|
80
|
+
* 新增入参:Status
|
|
81
|
+
|
|
82
|
+
* [DescribeCodeBatchs](https://cloud.tencent.com/document/api/1458/75017)
|
|
83
|
+
|
|
84
|
+
* 新增入参:Status
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
## 微服务引擎(tse) 版本:2020-12-07
|
|
90
|
+
|
|
91
|
+
### 第 58 次发布
|
|
92
|
+
|
|
93
|
+
发布时间:2024-03-04 01:26:55
|
|
94
|
+
|
|
95
|
+
本次发布包含了以下内容:
|
|
96
|
+
|
|
97
|
+
改善已有的文档。
|
|
98
|
+
|
|
99
|
+
新增接口:
|
|
100
|
+
|
|
101
|
+
* [CreateGovernanceInstances](https://cloud.tencent.com/document/api/1364/104069)
|
|
102
|
+
* [DeleteGovernanceInstances](https://cloud.tencent.com/document/api/1364/104068)
|
|
103
|
+
* [DescribeGovernanceInstances](https://cloud.tencent.com/document/api/1364/104067)
|
|
104
|
+
* [ModifyGovernanceInstances](https://cloud.tencent.com/document/api/1364/104066)
|
|
105
|
+
|
|
106
|
+
新增数据结构:
|
|
107
|
+
|
|
108
|
+
* [GovernanceInstance](https://cloud.tencent.com/document/api/1364/54942#GovernanceInstance)
|
|
109
|
+
* [GovernanceInstanceInput](https://cloud.tencent.com/document/api/1364/54942#GovernanceInstanceInput)
|
|
110
|
+
* [GovernanceInstanceUpdate](https://cloud.tencent.com/document/api/1364/54942#GovernanceInstanceUpdate)
|
|
111
|
+
* [Metadata](https://cloud.tencent.com/document/api/1364/54942#Metadata)
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
1
115
|
# Release 4.0.802
|
|
2
116
|
|
|
3
117
|
## 云联络中心(ccc) 版本:2020-02-10
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,38 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 59 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-03-01 01:09:52
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [AbortPredictiveDialingCampaign](https://cloud.tencent.com/document/api/679/104035)
|
|
16
|
-
* [CreatePredictiveDialingCampaign](https://cloud.tencent.com/document/api/679/104034)
|
|
17
|
-
* [DeletePredictiveDialingCampaign](https://cloud.tencent.com/document/api/679/104033)
|
|
18
|
-
* [DescribePredictiveDialingCampaign](https://cloud.tencent.com/document/api/679/104032)
|
|
19
|
-
* [DescribePredictiveDialingCampaigns](https://cloud.tencent.com/document/api/679/104031)
|
|
20
|
-
* [DescribePredictiveDialingSessions](https://cloud.tencent.com/document/api/679/104030)
|
|
21
|
-
* [PausePredictiveDialingCampaign](https://cloud.tencent.com/document/api/679/104029)
|
|
22
|
-
* [ResumePredictiveDialingCampaign](https://cloud.tencent.com/document/api/679/104028)
|
|
23
|
-
* [UpdatePredictiveDialingCampaign](https://cloud.tencent.com/document/api/679/104027)
|
|
24
|
-
|
|
25
|
-
新增数据结构:
|
|
26
|
-
|
|
27
|
-
* [DescribePredictiveDialingCampaignsElement](https://cloud.tencent.com/document/api/679/47715#DescribePredictiveDialingCampaignsElement)
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
## 云防火墙(cfw) 版本:2019-09-04
|
|
3
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
32
4
|
|
|
33
|
-
### 第
|
|
5
|
+
### 第 32 次发布
|
|
34
6
|
|
|
35
|
-
发布时间:2024-03-
|
|
7
|
+
发布时间:2024-03-04 01:11:59
|
|
36
8
|
|
|
37
9
|
本次发布包含了以下内容:
|
|
38
10
|
|
|
@@ -40,106 +12,62 @@
|
|
|
40
12
|
|
|
41
13
|
新增接口:
|
|
42
14
|
|
|
43
|
-
* [
|
|
44
|
-
* [DeleteBlockIgnoreRuleNew](https://cloud.tencent.com/document/api/1132/104037)
|
|
45
|
-
* [ModifyBlockIgnoreRuleNew](https://cloud.tencent.com/document/api/1132/104036)
|
|
15
|
+
* [DescribeTopAttackInfo](https://cloud.tencent.com/document/api/664/104060)
|
|
46
16
|
|
|
47
17
|
新增数据结构:
|
|
48
18
|
|
|
49
|
-
* [
|
|
50
|
-
* [BanAndAllowRuleDel](https://cloud.tencent.com/document/api/1132/49071#BanAndAllowRuleDel)
|
|
19
|
+
* [TagCount](https://cloud.tencent.com/document/api/664/90825#TagCount)
|
|
51
20
|
|
|
52
21
|
|
|
53
22
|
|
|
54
|
-
##
|
|
23
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
55
24
|
|
|
56
|
-
### 第
|
|
25
|
+
### 第 107 次发布
|
|
57
26
|
|
|
58
|
-
发布时间:2024-03-
|
|
27
|
+
发布时间:2024-03-04 01:19:57
|
|
59
28
|
|
|
60
29
|
本次发布包含了以下内容:
|
|
61
30
|
|
|
62
31
|
改善已有的文档。
|
|
63
32
|
|
|
64
|
-
修改接口:
|
|
65
|
-
|
|
66
|
-
* [CreateMachineGroup](https://cloud.tencent.com/document/api/614/56440)
|
|
67
|
-
|
|
68
|
-
* 新增入参:DelayCleanupTime
|
|
69
|
-
|
|
70
|
-
* [ModifyMachineGroup](https://cloud.tencent.com/document/api/614/56436)
|
|
71
|
-
|
|
72
|
-
* 新增入参:DelayCleanupTime
|
|
73
|
-
|
|
74
|
-
|
|
75
33
|
修改数据结构:
|
|
76
34
|
|
|
77
|
-
* [
|
|
78
|
-
|
|
79
|
-
* 新增成员:DelayCleanupTime
|
|
35
|
+
* [PrometheusAgentOverview](https://cloud.tencent.com/document/api/248/30354#PrometheusAgentOverview)
|
|
80
36
|
|
|
81
|
-
*
|
|
37
|
+
* 新增成员:DesiredAgentNum, ReadyAgentNum
|
|
82
38
|
|
|
83
39
|
|
|
84
40
|
|
|
85
41
|
|
|
86
|
-
##
|
|
42
|
+
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
87
43
|
|
|
88
|
-
### 第
|
|
44
|
+
### 第 13 次发布
|
|
89
45
|
|
|
90
|
-
发布时间:2024-03-
|
|
46
|
+
发布时间:2024-03-04 01:21:08
|
|
91
47
|
|
|
92
48
|
本次发布包含了以下内容:
|
|
93
49
|
|
|
94
50
|
改善已有的文档。
|
|
95
51
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
* [AddDevice](https://cloud.tencent.com/document/api/1385/80483)
|
|
99
|
-
|
|
100
|
-
* 新增入参:AccessScope
|
|
101
|
-
|
|
102
|
-
* [GetFlowStatistic](https://cloud.tencent.com/document/api/1385/80486)
|
|
103
|
-
|
|
104
|
-
* 新增入参:AccessRegion, GatewayType
|
|
105
|
-
|
|
106
|
-
* [GetMultiFlowStatistic](https://cloud.tencent.com/document/api/1385/86864)
|
|
107
|
-
|
|
108
|
-
* 新增入参:AccessRegion, GatewayType
|
|
109
|
-
|
|
110
|
-
* [GetNetMonitor](https://cloud.tencent.com/document/api/1385/101384)
|
|
111
|
-
|
|
112
|
-
* 新增入参:GatewayType
|
|
113
|
-
|
|
114
|
-
* 新增出参:AccessRegion
|
|
115
|
-
|
|
116
|
-
* [GetStatisticData](https://cloud.tencent.com/document/api/1385/80479)
|
|
117
|
-
|
|
118
|
-
* 新增入参:AccessRegion, GatewayType
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
修改数据结构:
|
|
122
|
-
|
|
123
|
-
* [ActivateHardware](https://cloud.tencent.com/document/api/1385/55846#ActivateHardware)
|
|
124
|
-
|
|
125
|
-
* 新增成员:AccessScope
|
|
126
|
-
|
|
127
|
-
* [DeviceBaseInfo](https://cloud.tencent.com/document/api/1385/55846#DeviceBaseInfo)
|
|
128
|
-
|
|
129
|
-
* 新增成员:AccessScope
|
|
52
|
+
新增接口:
|
|
130
53
|
|
|
131
|
-
* [
|
|
54
|
+
* [CreateVolume](https://cloud.tencent.com/document/api/1643/104065)
|
|
55
|
+
* [DeleteVolume](https://cloud.tencent.com/document/api/1643/104064)
|
|
56
|
+
* [DeleteVolumeData](https://cloud.tencent.com/document/api/1643/104063)
|
|
57
|
+
* [DescribeVolumes](https://cloud.tencent.com/document/api/1643/104062)
|
|
58
|
+
* [ModifyVolume](https://cloud.tencent.com/document/api/1643/104061)
|
|
132
59
|
|
|
133
|
-
|
|
60
|
+
新增数据结构:
|
|
134
61
|
|
|
62
|
+
* [Volume](https://cloud.tencent.com/document/api/1643/89100#Volume)
|
|
135
63
|
|
|
136
64
|
|
|
137
65
|
|
|
138
|
-
##
|
|
66
|
+
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
139
67
|
|
|
140
|
-
### 第
|
|
68
|
+
### 第 32 次发布
|
|
141
69
|
|
|
142
|
-
发布时间:2024-03-
|
|
70
|
+
发布时间:2024-03-04 01:26:24
|
|
143
71
|
|
|
144
72
|
本次发布包含了以下内容:
|
|
145
73
|
|
|
@@ -147,69 +75,22 @@
|
|
|
147
75
|
|
|
148
76
|
修改接口:
|
|
149
77
|
|
|
150
|
-
* [
|
|
151
|
-
|
|
152
|
-
* 新增入参:Cpu
|
|
153
|
-
|
|
154
|
-
* [ModifyBackupPlan](https://cloud.tencent.com/document/api/409/68067)
|
|
155
|
-
|
|
156
|
-
* 新增入参:LogBackupRetentionPeriod
|
|
157
|
-
|
|
158
|
-
* [ModifyDBInstanceSpec](https://cloud.tencent.com/document/api/409/63689)
|
|
159
|
-
|
|
160
|
-
* 新增入参:Cpu
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
## 实时音视频(trtc) 版本:2019-07-22
|
|
166
|
-
|
|
167
|
-
### 第 66 次发布
|
|
168
|
-
|
|
169
|
-
发布时间:2024-03-01 01:27:10
|
|
170
|
-
|
|
171
|
-
本次发布包含了以下内容:
|
|
172
|
-
|
|
173
|
-
改善已有的文档。
|
|
174
|
-
|
|
175
|
-
修改数据结构:
|
|
176
|
-
|
|
177
|
-
* [McuWaterMarkText](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkText)
|
|
178
|
-
|
|
179
|
-
* 新增成员:ZOrder
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
## 云点播(vod) 版本:2018-07-17
|
|
185
|
-
|
|
186
|
-
### 第 179 次发布
|
|
187
|
-
|
|
188
|
-
发布时间:2024-03-01 01:28:03
|
|
189
|
-
|
|
190
|
-
本次发布包含了以下内容:
|
|
191
|
-
|
|
192
|
-
改善已有的文档。
|
|
193
|
-
|
|
194
|
-
新增接口:
|
|
195
|
-
|
|
196
|
-
* [DescribeDefaultDistributionConfig](https://cloud.tencent.com/document/api/266/104040)
|
|
197
|
-
* [ModifyDefaultDistributionConfig](https://cloud.tencent.com/document/api/266/104039)
|
|
78
|
+
* [DescribeCodeBatches](https://cloud.tencent.com/document/api/1458/101819)
|
|
198
79
|
|
|
199
|
-
|
|
80
|
+
* 新增入参:Status
|
|
200
81
|
|
|
201
|
-
* [
|
|
82
|
+
* [DescribeCodeBatchs](https://cloud.tencent.com/document/api/1458/75017)
|
|
202
83
|
|
|
203
|
-
* 新增入参:
|
|
84
|
+
* 新增入参:Status
|
|
204
85
|
|
|
205
86
|
|
|
206
87
|
|
|
207
88
|
|
|
208
|
-
##
|
|
89
|
+
## 微服务引擎(tse) 版本:2020-12-07
|
|
209
90
|
|
|
210
|
-
### 第
|
|
91
|
+
### 第 58 次发布
|
|
211
92
|
|
|
212
|
-
发布时间:2024-03-
|
|
93
|
+
发布时间:2024-03-04 01:26:55
|
|
213
94
|
|
|
214
95
|
本次发布包含了以下内容:
|
|
215
96
|
|
|
@@ -217,59 +98,17 @@
|
|
|
217
98
|
|
|
218
99
|
新增接口:
|
|
219
100
|
|
|
220
|
-
* [
|
|
101
|
+
* [CreateGovernanceInstances](https://cloud.tencent.com/document/api/1364/104069)
|
|
102
|
+
* [DeleteGovernanceInstances](https://cloud.tencent.com/document/api/1364/104068)
|
|
103
|
+
* [DescribeGovernanceInstances](https://cloud.tencent.com/document/api/1364/104067)
|
|
104
|
+
* [ModifyGovernanceInstances](https://cloud.tencent.com/document/api/1364/104066)
|
|
221
105
|
|
|
222
106
|
新增数据结构:
|
|
223
107
|
|
|
224
|
-
* [
|
|
225
|
-
* [
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
230
|
-
|
|
231
|
-
### 第 77 次发布
|
|
232
|
-
|
|
233
|
-
发布时间:2024-03-01 01:29:38
|
|
234
|
-
|
|
235
|
-
本次发布包含了以下内容:
|
|
236
|
-
|
|
237
|
-
改善已有的文档。
|
|
238
|
-
|
|
239
|
-
修改接口:
|
|
240
|
-
|
|
241
|
-
* [BatchDeleteIntegrationTasks](https://cloud.tencent.com/document/api/1267/82540)
|
|
242
|
-
|
|
243
|
-
* 新增入参:Name, TaskNames
|
|
244
|
-
|
|
245
|
-
* [BatchResumeIntegrationTasks](https://cloud.tencent.com/document/api/1267/82535)
|
|
246
|
-
|
|
247
|
-
* 新增出参:TaskNames
|
|
248
|
-
|
|
249
|
-
* [BatchStartIntegrationTasks](https://cloud.tencent.com/document/api/1267/82534)
|
|
250
|
-
|
|
251
|
-
* 新增入参:StartTaskInfoSet
|
|
252
|
-
|
|
253
|
-
* <font color="#dd0000">**修改入参**:</font>TaskIds
|
|
254
|
-
|
|
255
|
-
* 新增出参:TaskNames
|
|
256
|
-
|
|
257
|
-
* [BatchStopIntegrationTasks](https://cloud.tencent.com/document/api/1267/82533)
|
|
258
|
-
|
|
259
|
-
* 新增出参:TaskNames
|
|
260
|
-
|
|
261
|
-
* [BatchSuspendIntegrationTasks](https://cloud.tencent.com/document/api/1267/82532)
|
|
262
|
-
|
|
263
|
-
* 新增入参:TaskNames
|
|
264
|
-
|
|
265
|
-
* [BatchUpdateIntegrationTasks](https://cloud.tencent.com/document/api/1267/82531)
|
|
266
|
-
|
|
267
|
-
* 新增入参:TaskNames
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
新增数据结构:
|
|
271
|
-
|
|
272
|
-
* [StartTaskInfo](https://cloud.tencent.com/document/api/1267/76336#StartTaskInfo)
|
|
108
|
+
* [GovernanceInstance](https://cloud.tencent.com/document/api/1364/54942#GovernanceInstance)
|
|
109
|
+
* [GovernanceInstanceInput](https://cloud.tencent.com/document/api/1364/54942#GovernanceInstanceInput)
|
|
110
|
+
* [GovernanceInstanceUpdate](https://cloud.tencent.com/document/api/1364/54942#GovernanceInstanceUpdate)
|
|
111
|
+
* [Metadata](https://cloud.tencent.com/document/api/1364/54942#Metadata)
|
|
273
112
|
|
|
274
113
|
|
|
275
114
|
|
|
@@ -14941,19 +14780,19 @@
|
|
|
14941
14780
|
|
|
14942
14781
|
新增接口:
|
|
14943
14782
|
|
|
14944
|
-
* [
|
|
14945
|
-
* [
|
|
14946
|
-
* [
|
|
14947
|
-
* [
|
|
14948
|
-
* [
|
|
14949
|
-
* [
|
|
14950
|
-
* [
|
|
14951
|
-
* [
|
|
14952
|
-
* [
|
|
14783
|
+
* [AbortPredictiveDialingCampaign](https://cloud.tencent.com/document/api/679/104035)
|
|
14784
|
+
* [CreatePredictiveDialingCampaign](https://cloud.tencent.com/document/api/679/104034)
|
|
14785
|
+
* [DeletePredictiveDialingCampaign](https://cloud.tencent.com/document/api/679/104033)
|
|
14786
|
+
* [DescribePredictiveDialingCampaign](https://cloud.tencent.com/document/api/679/104032)
|
|
14787
|
+
* [DescribePredictiveDialingCampaigns](https://cloud.tencent.com/document/api/679/104031)
|
|
14788
|
+
* [DescribePredictiveDialingSessions](https://cloud.tencent.com/document/api/679/104030)
|
|
14789
|
+
* [PausePredictiveDialingCampaign](https://cloud.tencent.com/document/api/679/104029)
|
|
14790
|
+
* [ResumePredictiveDialingCampaign](https://cloud.tencent.com/document/api/679/104028)
|
|
14791
|
+
* [UpdatePredictiveDialingCampaign](https://cloud.tencent.com/document/api/679/104027)
|
|
14953
14792
|
|
|
14954
14793
|
新增数据结构:
|
|
14955
14794
|
|
|
14956
|
-
* [
|
|
14795
|
+
* [DescribePredictiveDialingCampaignsElement](https://cloud.tencent.com/document/api/679/47715#DescribePredictiveDialingCampaignsElement)
|
|
14957
14796
|
|
|
14958
14797
|
### 第 58 次发布
|
|
14959
14798
|
|
|
@@ -23552,14 +23391,14 @@
|
|
|
23552
23391
|
|
|
23553
23392
|
新增接口:
|
|
23554
23393
|
|
|
23555
|
-
* [
|
|
23556
|
-
* [
|
|
23557
|
-
* [
|
|
23394
|
+
* [CreateBlockIgnoreRuleNew](https://cloud.tencent.com/document/api/1132/104038)
|
|
23395
|
+
* [DeleteBlockIgnoreRuleNew](https://cloud.tencent.com/document/api/1132/104037)
|
|
23396
|
+
* [ModifyBlockIgnoreRuleNew](https://cloud.tencent.com/document/api/1132/104036)
|
|
23558
23397
|
|
|
23559
23398
|
新增数据结构:
|
|
23560
23399
|
|
|
23561
|
-
* [
|
|
23562
|
-
* [
|
|
23400
|
+
* [BanAndAllowRule](https://cloud.tencent.com/document/api/1132/49071#BanAndAllowRule)
|
|
23401
|
+
* [BanAndAllowRuleDel](https://cloud.tencent.com/document/api/1132/49071#BanAndAllowRuleDel)
|
|
23563
23402
|
|
|
23564
23403
|
### 第 55 次发布
|
|
23565
23404
|
|
|
@@ -36492,6 +36331,22 @@
|
|
|
36492
36331
|
|
|
36493
36332
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
36494
36333
|
|
|
36334
|
+
### 第 32 次发布
|
|
36335
|
+
|
|
36336
|
+
发布时间:2024-03-04 01:11:59
|
|
36337
|
+
|
|
36338
|
+
本次发布包含了以下内容:
|
|
36339
|
+
|
|
36340
|
+
改善已有的文档。
|
|
36341
|
+
|
|
36342
|
+
新增接口:
|
|
36343
|
+
|
|
36344
|
+
* [[DescribeTopAttackInfo](https://cloud.tencent.com/document/api/664/104060)](https://cloud.tencent.com/document/api/#/#)
|
|
36345
|
+
|
|
36346
|
+
新增数据结构:
|
|
36347
|
+
|
|
36348
|
+
* [[TagCount](https://cloud.tencent.com/document/api/664/90825#TagCount)](https://cloud.tencent.com/document/api/664/90825#[TagCount](https://cloud.tencent.com/document/api/664/90825#TagCount))
|
|
36349
|
+
|
|
36495
36350
|
### 第 31 次发布
|
|
36496
36351
|
|
|
36497
36352
|
发布时间:2024-02-02 01:09:24
|
|
@@ -84441,6 +84296,21 @@
|
|
|
84441
84296
|
|
|
84442
84297
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
84443
84298
|
|
|
84299
|
+
### 第 107 次发布
|
|
84300
|
+
|
|
84301
|
+
发布时间:2024-03-04 01:19:57
|
|
84302
|
+
|
|
84303
|
+
本次发布包含了以下内容:
|
|
84304
|
+
|
|
84305
|
+
改善已有的文档。
|
|
84306
|
+
|
|
84307
|
+
修改数据结构:
|
|
84308
|
+
|
|
84309
|
+
* [PrometheusAgentOverview](https://cloud.tencent.com/document/api/248/30354#PrometheusAgentOverview)
|
|
84310
|
+
|
|
84311
|
+
* 新增成员:DesiredAgentNum, ReadyAgentNum
|
|
84312
|
+
|
|
84313
|
+
|
|
84444
84314
|
### 第 106 次发布
|
|
84445
84315
|
|
|
84446
84316
|
发布时间:2024-02-26 01:19:42
|
|
@@ -94598,6 +94468,26 @@
|
|
|
94598
94468
|
|
|
94599
94469
|
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
94600
94470
|
|
|
94471
|
+
### 第 13 次发布
|
|
94472
|
+
|
|
94473
|
+
发布时间:2024-03-04 01:21:08
|
|
94474
|
+
|
|
94475
|
+
本次发布包含了以下内容:
|
|
94476
|
+
|
|
94477
|
+
改善已有的文档。
|
|
94478
|
+
|
|
94479
|
+
新增接口:
|
|
94480
|
+
|
|
94481
|
+
* [[CreateVolume](https://cloud.tencent.com/document/api/1643/104065)](https://cloud.tencent.com/document/api/#/#)
|
|
94482
|
+
* [[DeleteVolume](https://cloud.tencent.com/document/api/1643/104064)](https://cloud.tencent.com/document/api/#/#)
|
|
94483
|
+
* [[DeleteVolumeData](https://cloud.tencent.com/document/api/1643/104063)](https://cloud.tencent.com/document/api/#/#)
|
|
94484
|
+
* [[DescribeVolumes](https://cloud.tencent.com/document/api/1643/104062)](https://cloud.tencent.com/document/api/#/#)
|
|
94485
|
+
* [[ModifyVolume](https://cloud.tencent.com/document/api/1643/104061)](https://cloud.tencent.com/document/api/#/#)
|
|
94486
|
+
|
|
94487
|
+
新增数据结构:
|
|
94488
|
+
|
|
94489
|
+
* [[Volume](https://cloud.tencent.com/document/api/1643/89100#Volume)](https://cloud.tencent.com/document/api/1643/89100#[Volume](https://cloud.tencent.com/document/api/1643/89100#Volume))
|
|
94490
|
+
|
|
94601
94491
|
### 第 12 次发布
|
|
94602
94492
|
|
|
94603
94493
|
发布时间:2024-02-29 01:21:24
|
|
@@ -129480,6 +129370,25 @@
|
|
|
129480
129370
|
|
|
129481
129371
|
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
129482
129372
|
|
|
129373
|
+
### 第 32 次发布
|
|
129374
|
+
|
|
129375
|
+
发布时间:2024-03-04 01:26:24
|
|
129376
|
+
|
|
129377
|
+
本次发布包含了以下内容:
|
|
129378
|
+
|
|
129379
|
+
改善已有的文档。
|
|
129380
|
+
|
|
129381
|
+
修改接口:
|
|
129382
|
+
|
|
129383
|
+
* [DescribeCodeBatches](https://cloud.tencent.com/document/api/1458/101819)
|
|
129384
|
+
|
|
129385
|
+
* 新增入参:Status
|
|
129386
|
+
|
|
129387
|
+
* [DescribeCodeBatchs](https://cloud.tencent.com/document/api/1458/75017)
|
|
129388
|
+
|
|
129389
|
+
* 新增入参:Status
|
|
129390
|
+
|
|
129391
|
+
|
|
129483
129392
|
### 第 31 次发布
|
|
129484
129393
|
|
|
129485
129394
|
发布时间:2023-12-29 01:27:21
|
|
@@ -131541,6 +131450,28 @@
|
|
|
131541
131450
|
|
|
131542
131451
|
## 微服务引擎(tse) 版本:2020-12-07
|
|
131543
131452
|
|
|
131453
|
+
### 第 58 次发布
|
|
131454
|
+
|
|
131455
|
+
发布时间:2024-03-04 01:26:55
|
|
131456
|
+
|
|
131457
|
+
本次发布包含了以下内容:
|
|
131458
|
+
|
|
131459
|
+
改善已有的文档。
|
|
131460
|
+
|
|
131461
|
+
新增接口:
|
|
131462
|
+
|
|
131463
|
+
* [[CreateGovernanceInstances](https://cloud.tencent.com/document/api/1364/104069)](https://cloud.tencent.com/document/api/#/#)
|
|
131464
|
+
* [[DeleteGovernanceInstances](https://cloud.tencent.com/document/api/1364/104068)](https://cloud.tencent.com/document/api/#/#)
|
|
131465
|
+
* [[DescribeGovernanceInstances](https://cloud.tencent.com/document/api/1364/104067)](https://cloud.tencent.com/document/api/#/#)
|
|
131466
|
+
* [[ModifyGovernanceInstances](https://cloud.tencent.com/document/api/1364/104066)](https://cloud.tencent.com/document/api/#/#)
|
|
131467
|
+
|
|
131468
|
+
新增数据结构:
|
|
131469
|
+
|
|
131470
|
+
* [[GovernanceInstance](https://cloud.tencent.com/document/api/1364/54942#GovernanceInstance)](https://cloud.tencent.com/document/api/1364/54942#[GovernanceInstance](https://cloud.tencent.com/document/api/1364/54942#GovernanceInstance))
|
|
131471
|
+
* [[GovernanceInstanceInput](https://cloud.tencent.com/document/api/1364/54942#GovernanceInstanceInput)](https://cloud.tencent.com/document/api/1364/54942#[GovernanceInstanceInput](https://cloud.tencent.com/document/api/1364/54942#GovernanceInstanceInput))
|
|
131472
|
+
* [[GovernanceInstanceUpdate](https://cloud.tencent.com/document/api/1364/54942#GovernanceInstanceUpdate)](https://cloud.tencent.com/document/api/1364/54942#[GovernanceInstanceUpdate](https://cloud.tencent.com/document/api/1364/54942#GovernanceInstanceUpdate))
|
|
131473
|
+
* [[Metadata](https://cloud.tencent.com/document/api/1364/54942#Metadata)](https://cloud.tencent.com/document/api/1364/54942#[Metadata](https://cloud.tencent.com/document/api/1364/54942#Metadata))
|
|
131474
|
+
|
|
131544
131475
|
### 第 57 次发布
|
|
131545
131476
|
|
|
131546
131477
|
发布时间:2024-02-02 01:24:40
|
|
@@ -136169,8 +136100,8 @@
|
|
|
136169
136100
|
|
|
136170
136101
|
新增接口:
|
|
136171
136102
|
|
|
136172
|
-
* [
|
|
136173
|
-
* [
|
|
136103
|
+
* [DescribeDefaultDistributionConfig](https://cloud.tencent.com/document/api/266/104040)
|
|
136104
|
+
* [ModifyDefaultDistributionConfig](https://cloud.tencent.com/document/api/266/104039)
|
|
136174
136105
|
|
|
136175
136106
|
修改接口:
|
|
136176
136107
|
|
|
@@ -145294,12 +145225,12 @@
|
|
|
145294
145225
|
|
|
145295
145226
|
新增接口:
|
|
145296
145227
|
|
|
145297
|
-
* [
|
|
145228
|
+
* [CreateDeals](https://cloud.tencent.com/document/api/627/104041)
|
|
145298
145229
|
|
|
145299
145230
|
新增数据结构:
|
|
145300
145231
|
|
|
145301
|
-
* [
|
|
145302
|
-
* [
|
|
145232
|
+
* [CreateDealsGoods](https://cloud.tencent.com/document/api/627/53609#CreateDealsGoods)
|
|
145233
|
+
* [CreateDealsGoodsDetail](https://cloud.tencent.com/document/api/627/53609#CreateDealsGoodsDetail)
|
|
145303
145234
|
|
|
145304
145235
|
### 第 79 次发布
|
|
145305
145236
|
|
|
@@ -147443,7 +147374,7 @@
|
|
|
147443
147374
|
|
|
147444
147375
|
新增数据结构:
|
|
147445
147376
|
|
|
147446
|
-
* [
|
|
147377
|
+
* [StartTaskInfo](https://cloud.tencent.com/document/api/1267/76336#StartTaskInfo)
|
|
147447
147378
|
|
|
147448
147379
|
### 第 76 次发布
|
|
147449
147380
|
|