tencentcloud-sdk-nodejs 4.0.372 → 4.0.375
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 +760 -0
- package/SERVICE_CHANGELOG.md +791 -51
- package/package.json +1 -1
- package/products.md +30 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +3 -2
- package/src/services/antiddos/v20200309/antiddos_models.ts +74 -28
- package/src/services/apm/v20210622/apm_models.ts +17 -11
- package/src/services/as/v20180419/as_models.ts +3 -2
- package/src/services/cbs/v20170312/cbs_client.ts +1 -1
- package/src/services/ccc/v20200210/ccc_client.ts +12 -0
- package/src/services/ccc/v20200210/ccc_models.ts +45 -0
- package/src/services/cdn/v20180606/cdn_models.ts +9 -0
- package/src/services/ciam/v20220331/ciam_client.ts +14 -1
- package/src/services/ciam/v20220331/ciam_models.ts +166 -4
- package/src/services/clb/v20180317/clb_models.ts +3 -2
- package/src/services/cpdp/v20190820/cpdp_client.ts +1 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +169 -1
- package/src/services/cvm/v20170312/cvm_client.ts +31 -14
- package/src/services/cvm/v20170312/cvm_models.ts +235 -35
- package/src/services/cwp/v20180228/cwp_models.ts +81 -4
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +109 -23
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +437 -44
- package/src/services/dbdc/v20201029/dbdc_client.ts +33 -20
- package/src/services/dbdc/v20201029/dbdc_models.ts +339 -174
- package/src/services/dlc/v20210125/dlc_client.ts +255 -43
- package/src/services/dlc/v20210125/dlc_models.ts +1551 -264
- package/src/services/eb/v20210416/eb_client.ts +1 -0
- package/src/services/eb/v20210416/eb_models.ts +40 -0
- package/src/services/ess/v20201111/ess_client.ts +3 -3
- package/src/services/ess/v20201111/ess_models.ts +176 -154
- package/src/services/essbasic/v20210526/essbasic_client.ts +7 -7
- package/src/services/essbasic/v20210526/essbasic_models.ts +222 -206
- package/src/services/index.ts +2 -0
- package/src/services/ms/v20180408/ms_client.ts +12 -0
- package/src/services/ms/v20180408/ms_models.ts +85 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +5 -0
- package/src/services/taf/v20200210/taf_client.ts +3 -18
- package/src/services/taf/v20200210/taf_models.ts +16 -221
- package/src/services/tcbr/v20220217/tcbr_models.ts +17 -0
- package/src/services/teo/v20220106/teo_client.ts +2 -1
- package/src/services/teo/v20220106/teo_models.ts +185 -113
- package/src/services/tke/v20180525/tke_client.ts +224 -65
- package/src/services/tke/v20180525/tke_models.ts +619 -116
- package/src/services/tsf/v20180326/tsf_client.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +24 -2
- package/src/services/vod/v20180717/vod_client.ts +18 -18
- package/src/services/vod/v20180717/vod_models.ts +238 -238
- package/src/services/vpc/v20170312/vpc_models.ts +1 -1
- package/src/services/wedata/index.ts +5 -0
- package/src/services/wedata/v20210820/index.ts +6 -0
- package/src/services/wedata/v20210820/wedata_client.ts +70 -0
- package/src/services/wedata/v20210820/wedata_models.ts +388 -0
- package/src/services/yinsuda/index.ts +5 -0
- package/src/services/yinsuda/v20220527/index.ts +6 -0
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +98 -0
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +381 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +62 -23
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +15 -9
- package/tencentcloud/services/as/v20180419/as_models.d.ts +2 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +38 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +8 -0
- package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +5 -1
- package/tencentcloud/services/ciam/v20220331/ciam_client.js +6 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +141 -4
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +149 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +14 -7
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +16 -7
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +202 -32
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +68 -4
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +35 -7
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +51 -9
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +371 -41
- package/tencentcloud/services/dbdc/v20201029/dbdc_client.d.ts +11 -7
- package/tencentcloud/services/dbdc/v20201029/dbdc_client.js +15 -9
- package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +280 -145
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +81 -13
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +120 -18
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1248 -168
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +33 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +3 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +163 -144
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +7 -7
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -7
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +208 -195
- package/tencentcloud/services/index.d.ts +2 -0
- package/tencentcloud/services/index.js +4 -0
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +5 -1
- package/tencentcloud/services/ms/v20180408/ms_client.js +6 -0
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +70 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -0
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -5
- package/tencentcloud/services/taf/v20200210/taf_client.js +0 -6
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +14 -184
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +14 -0
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +159 -94
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +73 -21
- package/tencentcloud/services/tke/v20180525/tke_client.js +108 -30
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +536 -107
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +21 -2
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +18 -18
- package/tencentcloud/services/vod/v20180717/vod_client.js +18 -18
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +237 -237
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
- package/tencentcloud/services/wedata/index.d.ts +6 -0
- package/tencentcloud/services/wedata/index.js +7 -0
- package/tencentcloud/services/wedata/v20210820/index.d.ts +6 -0
- package/tencentcloud/services/wedata/v20210820/index.js +9 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +22 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +49 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +311 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.js +18 -0
- package/tencentcloud/services/yinsuda/index.d.ts +6 -0
- package/tencentcloud/services/yinsuda/index.js +7 -0
- package/tencentcloud/services/yinsuda/v20220527/index.d.ts +6 -0
- package/tencentcloud/services/yinsuda/v20220527/index.js +9 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +30 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +61 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +311 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.js +18 -0
- package/test/ccc.v20200210.test.js +10 -0
- package/test/ciam.v20220331.test.js +10 -0
- package/test/cvm.v20170312.test.js +12 -2
- package/test/cynosdb.v20190107.test.js +76 -6
- package/test/dbdc.v20201029.test.js +18 -8
- package/test/dlc.v20210125.test.js +182 -12
- package/test/ms.v20180408.test.js +10 -0
- package/test/taf.v20200210.test.js +0 -10
- package/test/tke.v20180525.test.js +162 -32
- package/test/wedata.v20210820.test.js +51 -0
- package/test/yinsuda.v20220527.test.js +71 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,73 +1,152 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 73 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-
|
|
7
|
+
发布时间:2022-07-04 06:05:30
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [ApplyFlexPayment](https://cloud.tencent.com/document/api/1122/74976)
|
|
16
|
+
|
|
17
|
+
* 新增入参:Environment
|
|
18
|
+
|
|
19
|
+
* [ApplyFlexSettlement](https://cloud.tencent.com/document/api/1122/74975)
|
|
20
|
+
|
|
21
|
+
* 新增入参:Environment
|
|
22
|
+
|
|
23
|
+
* [CreateFlexPayee](https://cloud.tencent.com/document/api/1122/74974)
|
|
24
|
+
|
|
25
|
+
* 新增入参:PhoneNo, Environment
|
|
26
|
+
|
|
27
|
+
* [FreezeFlexBalance](https://cloud.tencent.com/document/api/1122/74973)
|
|
28
|
+
|
|
29
|
+
* 新增入参:Environment
|
|
30
|
+
|
|
31
|
+
* [ModifyFlexPayeeAccountRightStatus](https://cloud.tencent.com/document/api/1122/74972)
|
|
32
|
+
|
|
33
|
+
* 新增入参:Environment
|
|
34
|
+
|
|
35
|
+
* [QueryFlexAmountBeforeTax](https://cloud.tencent.com/document/api/1122/74971)
|
|
36
|
+
|
|
37
|
+
* 新增入参:Environment
|
|
38
|
+
|
|
39
|
+
* [QueryFlexFreezeOrderList](https://cloud.tencent.com/document/api/1122/74970)
|
|
40
|
+
|
|
41
|
+
* 新增入参:Environment
|
|
42
|
+
|
|
43
|
+
* [QueryFlexPayeeAccountBalance](https://cloud.tencent.com/document/api/1122/74969)
|
|
44
|
+
|
|
45
|
+
* 新增入参:Environment
|
|
46
|
+
|
|
47
|
+
* [QueryFlexPayeeAccountInfo](https://cloud.tencent.com/document/api/1122/74968)
|
|
48
|
+
|
|
49
|
+
* 新增入参:Environment
|
|
50
|
+
|
|
51
|
+
* [QueryFlexPayeeAccountList](https://cloud.tencent.com/document/api/1122/74967)
|
|
52
|
+
|
|
53
|
+
* 新增入参:Environment
|
|
54
|
+
|
|
55
|
+
* [QueryFlexPayeeInfo](https://cloud.tencent.com/document/api/1122/74966)
|
|
56
|
+
|
|
57
|
+
* 新增入参:Environment
|
|
58
|
+
|
|
59
|
+
* [QueryFlexPaymentOrderList](https://cloud.tencent.com/document/api/1122/74965)
|
|
60
|
+
|
|
61
|
+
* 新增入参:Environment
|
|
62
|
+
|
|
63
|
+
* [QueryFlexPaymentOrderStatus](https://cloud.tencent.com/document/api/1122/74964)
|
|
64
|
+
|
|
65
|
+
* 新增入参:Environment
|
|
66
|
+
|
|
67
|
+
* [QueryFlexSettlementOrderList](https://cloud.tencent.com/document/api/1122/74963)
|
|
68
|
+
|
|
69
|
+
* 新增入参:OperationType, Environment
|
|
70
|
+
|
|
71
|
+
|
|
13
72
|
修改数据结构:
|
|
14
73
|
|
|
15
|
-
* [
|
|
74
|
+
* [PaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#PaymentOrderResult)
|
|
16
75
|
|
|
17
|
-
* 新增成员:
|
|
76
|
+
* 新增成员:PayeeId
|
|
18
77
|
|
|
19
78
|
|
|
20
79
|
|
|
21
80
|
|
|
22
|
-
##
|
|
81
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
23
82
|
|
|
24
|
-
### 第
|
|
83
|
+
### 第 88 次发布
|
|
25
84
|
|
|
26
|
-
发布时间:2022-
|
|
85
|
+
发布时间:2022-07-04 06:06:18
|
|
27
86
|
|
|
28
87
|
本次发布包含了以下内容:
|
|
29
88
|
|
|
30
89
|
改善已有的文档。
|
|
31
90
|
|
|
32
|
-
|
|
91
|
+
新增接口:
|
|
33
92
|
|
|
34
|
-
*
|
|
35
|
-
* DeleteDataTransform
|
|
36
|
-
* DescribeDataTransformInfo
|
|
37
|
-
* ModifyDataTransform
|
|
93
|
+
* [DescribeChcHosts](https://cloud.tencent.com/document/api/213/76366)
|
|
38
94
|
|
|
39
|
-
|
|
95
|
+
新增数据结构:
|
|
40
96
|
|
|
41
|
-
*
|
|
42
|
-
*
|
|
43
|
-
* PreviewLogStatistic
|
|
97
|
+
* [ChcDeployExtraConfig](https://cloud.tencent.com/document/api/213/15753#ChcDeployExtraConfig)
|
|
98
|
+
* [ChcHost](https://cloud.tencent.com/document/api/213/15753#ChcHost)
|
|
44
99
|
|
|
45
100
|
|
|
46
101
|
|
|
47
|
-
##
|
|
102
|
+
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
48
103
|
|
|
49
|
-
### 第
|
|
104
|
+
### 第 17 次发布
|
|
50
105
|
|
|
51
|
-
发布时间:2022-
|
|
106
|
+
发布时间:2022-07-04 06:07:00
|
|
52
107
|
|
|
53
108
|
本次发布包含了以下内容:
|
|
54
109
|
|
|
55
110
|
改善已有的文档。
|
|
56
111
|
|
|
57
|
-
|
|
112
|
+
新增接口:
|
|
58
113
|
|
|
59
|
-
* [
|
|
114
|
+
* [DescribeBackupDownloadUrl](https://cloud.tencent.com/document/api/1003/76374)
|
|
115
|
+
* [DescribeBinlogDownloadUrl](https://cloud.tencent.com/document/api/1003/76373)
|
|
116
|
+
* [DescribeBinlogSaveDays](https://cloud.tencent.com/document/api/1003/76372)
|
|
117
|
+
* [DescribeBinlogs](https://cloud.tencent.com/document/api/1003/76371)
|
|
118
|
+
* [DescribeInstanceSlowQueries](https://cloud.tencent.com/document/api/1003/76369)
|
|
119
|
+
* [ExportInstanceSlowQueries](https://cloud.tencent.com/document/api/1003/76368)
|
|
120
|
+
* [ModifyBackupName](https://cloud.tencent.com/document/api/1003/76370)
|
|
60
121
|
|
|
61
|
-
|
|
122
|
+
新增数据结构:
|
|
62
123
|
|
|
124
|
+
* [BinlogItem](https://cloud.tencent.com/document/api/1003/48097#BinlogItem)
|
|
125
|
+
* [SlowQueriesItem](https://cloud.tencent.com/document/api/1003/48097#SlowQueriesItem)
|
|
63
126
|
|
|
64
127
|
|
|
65
128
|
|
|
66
|
-
##
|
|
129
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
67
130
|
|
|
68
|
-
### 第
|
|
131
|
+
### 第 25 次发布
|
|
69
132
|
|
|
70
|
-
发布时间:2022-
|
|
133
|
+
发布时间:2022-07-04 06:07:50
|
|
134
|
+
|
|
135
|
+
本次发布包含了以下内容:
|
|
136
|
+
|
|
137
|
+
改善已有的文档。
|
|
138
|
+
|
|
139
|
+
新增接口:
|
|
140
|
+
|
|
141
|
+
* [ReportHeartbeatMetaData](https://cloud.tencent.com/document/api/1342/76375)
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
146
|
+
|
|
147
|
+
### 第 20 次发布
|
|
148
|
+
|
|
149
|
+
发布时间:2022-07-04 06:14:12
|
|
71
150
|
|
|
72
151
|
本次发布包含了以下内容:
|
|
73
152
|
|
|
@@ -75,46 +154,51 @@
|
|
|
75
154
|
|
|
76
155
|
修改接口:
|
|
77
156
|
|
|
78
|
-
* [
|
|
157
|
+
* [CreateJobConfig](https://cloud.tencent.com/document/api/849/52004)
|
|
79
158
|
|
|
80
|
-
* 新增入参:
|
|
159
|
+
* 新增入参:LogLevel
|
|
81
160
|
|
|
82
161
|
|
|
83
162
|
|
|
84
163
|
|
|
85
|
-
##
|
|
164
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
86
165
|
|
|
87
|
-
### 第
|
|
166
|
+
### 第 108 次发布
|
|
88
167
|
|
|
89
|
-
发布时间:2022-
|
|
168
|
+
发布时间:2022-07-04 06:17:50
|
|
90
169
|
|
|
91
170
|
本次发布包含了以下内容:
|
|
92
171
|
|
|
93
172
|
改善已有的文档。
|
|
94
173
|
|
|
95
|
-
|
|
174
|
+
修改接口:
|
|
96
175
|
|
|
97
|
-
*
|
|
98
|
-
* DeleteCloudRecording
|
|
99
|
-
* DescribeCloudRecording
|
|
100
|
-
* ModifyCloudRecording
|
|
176
|
+
* [CreatePrometheusClusterAgent](https://cloud.tencent.com/document/api/457/76247)
|
|
101
177
|
|
|
102
|
-
|
|
178
|
+
* 新增入参:InstanceId, Agents
|
|
103
179
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
180
|
+
|
|
181
|
+
新增数据结构:
|
|
182
|
+
|
|
183
|
+
* [PrometheusClusterAgentBasic](https://cloud.tencent.com/document/api/457/31866#PrometheusClusterAgentBasic)
|
|
184
|
+
* [PrometheusClusterAgentPodConfig](https://cloud.tencent.com/document/api/457/31866#PrometheusClusterAgentPodConfig)
|
|
185
|
+
* [Toleration](https://cloud.tencent.com/document/api/457/31866#Toleration)
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
190
|
+
|
|
191
|
+
### 第 2 次发布
|
|
192
|
+
|
|
193
|
+
发布时间:2022-07-04 06:20:00
|
|
194
|
+
|
|
195
|
+
本次发布包含了以下内容:
|
|
196
|
+
|
|
197
|
+
改善已有的文档。
|
|
198
|
+
|
|
199
|
+
新增接口:
|
|
200
|
+
|
|
201
|
+
* [DescribeProject](https://cloud.tencent.com/document/api/1267/76377)
|
|
118
202
|
|
|
119
203
|
|
|
120
204
|
|
|
@@ -1512,6 +1596,36 @@
|
|
|
1512
1596
|
|
|
1513
1597
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1514
1598
|
|
|
1599
|
+
### 第 34 次发布
|
|
1600
|
+
|
|
1601
|
+
发布时间:2022-07-01 06:05:20
|
|
1602
|
+
|
|
1603
|
+
本次发布包含了以下内容:
|
|
1604
|
+
|
|
1605
|
+
改善已有的文档。
|
|
1606
|
+
|
|
1607
|
+
修改接口:
|
|
1608
|
+
|
|
1609
|
+
* [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
|
|
1610
|
+
|
|
1611
|
+
* 新增入参:FilterPackType
|
|
1612
|
+
|
|
1613
|
+
|
|
1614
|
+
新增数据结构:
|
|
1615
|
+
|
|
1616
|
+
* [AnycastOutPackRelation](https://cloud.tencent.com/document/api/1021/57582#AnycastOutPackRelation)
|
|
1617
|
+
|
|
1618
|
+
修改数据结构:
|
|
1619
|
+
|
|
1620
|
+
* [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
|
|
1621
|
+
|
|
1622
|
+
* 新增成员:AnycastOutPackRelation
|
|
1623
|
+
|
|
1624
|
+
* [BGPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPInstance)
|
|
1625
|
+
|
|
1626
|
+
* 新增成员:IpCountNewFlag
|
|
1627
|
+
|
|
1628
|
+
|
|
1515
1629
|
### 第 33 次发布
|
|
1516
1630
|
|
|
1517
1631
|
发布时间:2022-06-16 06:00:42
|
|
@@ -10226,6 +10340,18 @@
|
|
|
10226
10340
|
|
|
10227
10341
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
10228
10342
|
|
|
10343
|
+
### 第 27 次发布
|
|
10344
|
+
|
|
10345
|
+
发布时间:2022-07-01 06:06:59
|
|
10346
|
+
|
|
10347
|
+
本次发布包含了以下内容:
|
|
10348
|
+
|
|
10349
|
+
改善已有的文档。
|
|
10350
|
+
|
|
10351
|
+
新增接口:
|
|
10352
|
+
|
|
10353
|
+
* [ModifyStaff](https://cloud.tencent.com/document/api/679/76322)
|
|
10354
|
+
|
|
10229
10355
|
### 第 26 次发布
|
|
10230
10356
|
|
|
10231
10357
|
发布时间:2022-06-20 06:03:42
|
|
@@ -12739,6 +12865,21 @@
|
|
|
12739
12865
|
|
|
12740
12866
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
12741
12867
|
|
|
12868
|
+
### 第 106 次发布
|
|
12869
|
+
|
|
12870
|
+
发布时间:2022-06-30 06:02:27
|
|
12871
|
+
|
|
12872
|
+
本次发布包含了以下内容:
|
|
12873
|
+
|
|
12874
|
+
改善已有的文档。
|
|
12875
|
+
|
|
12876
|
+
修改接口:
|
|
12877
|
+
|
|
12878
|
+
* [PurgePathCache](https://cloud.tencent.com/document/api/228/37871)
|
|
12879
|
+
|
|
12880
|
+
* 新增入参:Area
|
|
12881
|
+
|
|
12882
|
+
|
|
12742
12883
|
### 第 105 次发布
|
|
12743
12884
|
|
|
12744
12885
|
发布时间:2022-06-23 06:08:11
|
|
@@ -16081,6 +16222,22 @@
|
|
|
16081
16222
|
|
|
16082
16223
|
## 账号风控平台(ciam) 版本:2022-03-31
|
|
16083
16224
|
|
|
16225
|
+
### 第 6 次发布
|
|
16226
|
+
|
|
16227
|
+
发布时间:2022-06-29 14:44:01
|
|
16228
|
+
|
|
16229
|
+
本次发布包含了以下内容:
|
|
16230
|
+
|
|
16231
|
+
改善已有的文档。
|
|
16232
|
+
|
|
16233
|
+
新增接口:
|
|
16234
|
+
|
|
16235
|
+
* [ListLogMessageByCondition](https://cloud.tencent.com/document/api/1441/76173)
|
|
16236
|
+
|
|
16237
|
+
新增数据结构:
|
|
16238
|
+
|
|
16239
|
+
* [LogMessage](https://cloud.tencent.com/document/api/1441/75643#LogMessage)
|
|
16240
|
+
|
|
16084
16241
|
### 第 5 次发布
|
|
16085
16242
|
|
|
16086
16243
|
发布时间:2022-06-17 10:12:20
|
|
@@ -21272,6 +21429,99 @@
|
|
|
21272
21429
|
|
|
21273
21430
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
21274
21431
|
|
|
21432
|
+
### 第 73 次发布
|
|
21433
|
+
|
|
21434
|
+
发布时间:2022-07-04 06:05:30
|
|
21435
|
+
|
|
21436
|
+
本次发布包含了以下内容:
|
|
21437
|
+
|
|
21438
|
+
改善已有的文档。
|
|
21439
|
+
|
|
21440
|
+
修改接口:
|
|
21441
|
+
|
|
21442
|
+
* [ApplyFlexPayment](https://cloud.tencent.com/document/api/1122/74976)
|
|
21443
|
+
|
|
21444
|
+
* 新增入参:Environment
|
|
21445
|
+
|
|
21446
|
+
* [ApplyFlexSettlement](https://cloud.tencent.com/document/api/1122/74975)
|
|
21447
|
+
|
|
21448
|
+
* 新增入参:Environment
|
|
21449
|
+
|
|
21450
|
+
* [CreateFlexPayee](https://cloud.tencent.com/document/api/1122/74974)
|
|
21451
|
+
|
|
21452
|
+
* 新增入参:PhoneNo, Environment
|
|
21453
|
+
|
|
21454
|
+
* [FreezeFlexBalance](https://cloud.tencent.com/document/api/1122/74973)
|
|
21455
|
+
|
|
21456
|
+
* 新增入参:Environment
|
|
21457
|
+
|
|
21458
|
+
* [ModifyFlexPayeeAccountRightStatus](https://cloud.tencent.com/document/api/1122/74972)
|
|
21459
|
+
|
|
21460
|
+
* 新增入参:Environment
|
|
21461
|
+
|
|
21462
|
+
* [QueryFlexAmountBeforeTax](https://cloud.tencent.com/document/api/1122/74971)
|
|
21463
|
+
|
|
21464
|
+
* 新增入参:Environment
|
|
21465
|
+
|
|
21466
|
+
* [QueryFlexFreezeOrderList](https://cloud.tencent.com/document/api/1122/74970)
|
|
21467
|
+
|
|
21468
|
+
* 新增入参:Environment
|
|
21469
|
+
|
|
21470
|
+
* [QueryFlexPayeeAccountBalance](https://cloud.tencent.com/document/api/1122/74969)
|
|
21471
|
+
|
|
21472
|
+
* 新增入参:Environment
|
|
21473
|
+
|
|
21474
|
+
* [QueryFlexPayeeAccountInfo](https://cloud.tencent.com/document/api/1122/74968)
|
|
21475
|
+
|
|
21476
|
+
* 新增入参:Environment
|
|
21477
|
+
|
|
21478
|
+
* [QueryFlexPayeeAccountList](https://cloud.tencent.com/document/api/1122/74967)
|
|
21479
|
+
|
|
21480
|
+
* 新增入参:Environment
|
|
21481
|
+
|
|
21482
|
+
* [QueryFlexPayeeInfo](https://cloud.tencent.com/document/api/1122/74966)
|
|
21483
|
+
|
|
21484
|
+
* 新增入参:Environment
|
|
21485
|
+
|
|
21486
|
+
* [QueryFlexPaymentOrderList](https://cloud.tencent.com/document/api/1122/74965)
|
|
21487
|
+
|
|
21488
|
+
* 新增入参:Environment
|
|
21489
|
+
|
|
21490
|
+
* [QueryFlexPaymentOrderStatus](https://cloud.tencent.com/document/api/1122/74964)
|
|
21491
|
+
|
|
21492
|
+
* 新增入参:Environment
|
|
21493
|
+
|
|
21494
|
+
* [QueryFlexSettlementOrderList](https://cloud.tencent.com/document/api/1122/74963)
|
|
21495
|
+
|
|
21496
|
+
* 新增入参:OperationType, Environment
|
|
21497
|
+
|
|
21498
|
+
|
|
21499
|
+
修改数据结构:
|
|
21500
|
+
|
|
21501
|
+
* [PaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#PaymentOrderResult)
|
|
21502
|
+
|
|
21503
|
+
* 新增成员:PayeeId
|
|
21504
|
+
|
|
21505
|
+
|
|
21506
|
+
### 第 72 次发布
|
|
21507
|
+
|
|
21508
|
+
发布时间:2022-07-01 06:08:45
|
|
21509
|
+
|
|
21510
|
+
本次发布包含了以下内容:
|
|
21511
|
+
|
|
21512
|
+
改善已有的文档。
|
|
21513
|
+
|
|
21514
|
+
新增数据结构:
|
|
21515
|
+
|
|
21516
|
+
* [OpenBankFormInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankFormInfo)
|
|
21517
|
+
|
|
21518
|
+
修改数据结构:
|
|
21519
|
+
|
|
21520
|
+
* [OpenBankRedirectInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankRedirectInfo)
|
|
21521
|
+
|
|
21522
|
+
* 新增成员:FormInfo
|
|
21523
|
+
|
|
21524
|
+
|
|
21275
21525
|
### 第 71 次发布
|
|
21276
21526
|
|
|
21277
21527
|
发布时间:2022-06-28 06:07:23
|
|
@@ -23321,6 +23571,23 @@
|
|
|
23321
23571
|
|
|
23322
23572
|
## 云服务器(cvm) 版本:2017-03-12
|
|
23323
23573
|
|
|
23574
|
+
### 第 88 次发布
|
|
23575
|
+
|
|
23576
|
+
发布时间:2022-07-04 06:06:18
|
|
23577
|
+
|
|
23578
|
+
本次发布包含了以下内容:
|
|
23579
|
+
|
|
23580
|
+
改善已有的文档。
|
|
23581
|
+
|
|
23582
|
+
新增接口:
|
|
23583
|
+
|
|
23584
|
+
* [[DescribeChcHosts](https://cloud.tencent.com/document/api/213/76366)](https://cloud.tencent.com/document/api/#/#)
|
|
23585
|
+
|
|
23586
|
+
新增数据结构:
|
|
23587
|
+
|
|
23588
|
+
* [[ChcDeployExtraConfig](https://cloud.tencent.com/document/api/213/15753#ChcDeployExtraConfig)](https://cloud.tencent.com/document/api/213/15753#[ChcDeployExtraConfig](https://cloud.tencent.com/document/api/213/15753#ChcDeployExtraConfig))
|
|
23589
|
+
* [[ChcHost](https://cloud.tencent.com/document/api/213/15753#ChcHost)](https://cloud.tencent.com/document/api/213/15753#[ChcHost](https://cloud.tencent.com/document/api/213/15753#ChcHost))
|
|
23590
|
+
|
|
23324
23591
|
### 第 87 次发布
|
|
23325
23592
|
|
|
23326
23593
|
发布时间:2022-06-16 06:04:38
|
|
@@ -25009,6 +25276,56 @@
|
|
|
25009
25276
|
|
|
25010
25277
|
## 主机安全(cwp) 版本:2018-02-28
|
|
25011
25278
|
|
|
25279
|
+
### 第 47 次发布
|
|
25280
|
+
|
|
25281
|
+
发布时间:2022-07-01 06:09:29
|
|
25282
|
+
|
|
25283
|
+
本次发布包含了以下内容:
|
|
25284
|
+
|
|
25285
|
+
改善已有的文档。
|
|
25286
|
+
|
|
25287
|
+
修改接口:
|
|
25288
|
+
|
|
25289
|
+
* [DescribeScanTaskDetails](https://cloud.tencent.com/document/api/296/58238)
|
|
25290
|
+
|
|
25291
|
+
* 新增出参:VulCount
|
|
25292
|
+
|
|
25293
|
+
* [DescribeVulHostTop](https://cloud.tencent.com/document/api/296/61709)
|
|
25294
|
+
|
|
25295
|
+
* 新增入参:IsFollowVul
|
|
25296
|
+
|
|
25297
|
+
* [DescribeVulInfoCvss](https://cloud.tencent.com/document/api/296/60898)
|
|
25298
|
+
|
|
25299
|
+
* 新增出参:DefenseAttackCount
|
|
25300
|
+
|
|
25301
|
+
* [DescribeVulLevelCount](https://cloud.tencent.com/document/api/296/60897)
|
|
25302
|
+
|
|
25303
|
+
* 新增入参:IsFollowVul
|
|
25304
|
+
|
|
25305
|
+
* [DescribeVulTop](https://cloud.tencent.com/document/api/296/60896)
|
|
25306
|
+
|
|
25307
|
+
* 新增入参:IsFollowVul
|
|
25308
|
+
|
|
25309
|
+
|
|
25310
|
+
修改数据结构:
|
|
25311
|
+
|
|
25312
|
+
* [EmergencyVul](https://cloud.tencent.com/document/api/296/19867#EmergencyVul)
|
|
25313
|
+
|
|
25314
|
+
* 新增成员:IsSupportDefense, DefenseAttackCount
|
|
25315
|
+
|
|
25316
|
+
* [ScanTaskDetails](https://cloud.tencent.com/document/api/296/19867#ScanTaskDetails)
|
|
25317
|
+
|
|
25318
|
+
* 新增成员:MachineWanIp
|
|
25319
|
+
|
|
25320
|
+
* [VulEffectHostList](https://cloud.tencent.com/document/api/296/19867#VulEffectHostList)
|
|
25321
|
+
|
|
25322
|
+
* 新增成员:PublicIpAddresses
|
|
25323
|
+
|
|
25324
|
+
* [VulInfoList](https://cloud.tencent.com/document/api/296/19867#VulInfoList)
|
|
25325
|
+
|
|
25326
|
+
* 新增成员:IsSupportDefense, DefenseAttackCount, FirstAppearTime, VulCategory
|
|
25327
|
+
|
|
25328
|
+
|
|
25012
25329
|
### 第 46 次发布
|
|
25013
25330
|
|
|
25014
25331
|
发布时间:2022-06-29 06:05:43
|
|
@@ -26592,6 +26909,29 @@
|
|
|
26592
26909
|
|
|
26593
26910
|
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
26594
26911
|
|
|
26912
|
+
### 第 17 次发布
|
|
26913
|
+
|
|
26914
|
+
发布时间:2022-07-04 06:07:00
|
|
26915
|
+
|
|
26916
|
+
本次发布包含了以下内容:
|
|
26917
|
+
|
|
26918
|
+
改善已有的文档。
|
|
26919
|
+
|
|
26920
|
+
新增接口:
|
|
26921
|
+
|
|
26922
|
+
* [[DescribeBackupDownloadUrl](https://cloud.tencent.com/document/api/1003/76374)](https://cloud.tencent.com/document/api/#/#)
|
|
26923
|
+
* [[DescribeBinlogDownloadUrl](https://cloud.tencent.com/document/api/1003/76373)](https://cloud.tencent.com/document/api/#/#)
|
|
26924
|
+
* [[DescribeBinlogSaveDays](https://cloud.tencent.com/document/api/1003/76372)](https://cloud.tencent.com/document/api/#/#)
|
|
26925
|
+
* [[DescribeBinlogs](https://cloud.tencent.com/document/api/1003/76371)](https://cloud.tencent.com/document/api/#/#)
|
|
26926
|
+
* [[DescribeInstanceSlowQueries](https://cloud.tencent.com/document/api/1003/76369)](https://cloud.tencent.com/document/api/#/#)
|
|
26927
|
+
* [[ExportInstanceSlowQueries](https://cloud.tencent.com/document/api/1003/76368)](https://cloud.tencent.com/document/api/#/#)
|
|
26928
|
+
* [[ModifyBackupName](https://cloud.tencent.com/document/api/1003/76370)](https://cloud.tencent.com/document/api/#/#)
|
|
26929
|
+
|
|
26930
|
+
新增数据结构:
|
|
26931
|
+
|
|
26932
|
+
* [[BinlogItem](https://cloud.tencent.com/document/api/1003/48097#BinlogItem)](https://cloud.tencent.com/document/api/1003/48097#[BinlogItem](https://cloud.tencent.com/document/api/1003/48097#BinlogItem))
|
|
26933
|
+
* [[SlowQueriesItem](https://cloud.tencent.com/document/api/1003/48097#SlowQueriesItem)](https://cloud.tencent.com/document/api/1003/48097#[SlowQueriesItem](https://cloud.tencent.com/document/api/1003/48097#SlowQueriesItem))
|
|
26934
|
+
|
|
26595
26935
|
### 第 16 次发布
|
|
26596
26936
|
|
|
26597
26937
|
发布时间:2022-03-29 08:08:26
|
|
@@ -28022,6 +28362,22 @@
|
|
|
28022
28362
|
|
|
28023
28363
|
## 云数据库独享集群(dbdc) 版本:2020-10-29
|
|
28024
28364
|
|
|
28365
|
+
### 第 2 次发布
|
|
28366
|
+
|
|
28367
|
+
发布时间:2022-07-01 11:26:52
|
|
28368
|
+
|
|
28369
|
+
本次发布包含了以下内容:
|
|
28370
|
+
|
|
28371
|
+
改善已有的文档。
|
|
28372
|
+
|
|
28373
|
+
新增接口:
|
|
28374
|
+
|
|
28375
|
+
* [DescribeHostList](https://cloud.tencent.com/document/api/1322/76350)
|
|
28376
|
+
|
|
28377
|
+
新增数据结构:
|
|
28378
|
+
|
|
28379
|
+
* [HostDetail](https://cloud.tencent.com/document/api/1322/74754#HostDetail)
|
|
28380
|
+
|
|
28025
28381
|
### 第 1 次发布
|
|
28026
28382
|
|
|
28027
28383
|
发布时间:2022-05-31 17:05:07
|
|
@@ -29281,6 +29637,70 @@
|
|
|
29281
29637
|
|
|
29282
29638
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
29283
29639
|
|
|
29640
|
+
### 第 25 次发布
|
|
29641
|
+
|
|
29642
|
+
发布时间:2022-07-04 06:07:50
|
|
29643
|
+
|
|
29644
|
+
本次发布包含了以下内容:
|
|
29645
|
+
|
|
29646
|
+
改善已有的文档。
|
|
29647
|
+
|
|
29648
|
+
新增接口:
|
|
29649
|
+
|
|
29650
|
+
* [[ReportHeartbeatMetaData](https://cloud.tencent.com/document/api/1342/76375)](https://cloud.tencent.com/document/api/#/#)
|
|
29651
|
+
|
|
29652
|
+
### 第 24 次发布
|
|
29653
|
+
|
|
29654
|
+
发布时间:2022-07-01 06:10:47
|
|
29655
|
+
|
|
29656
|
+
本次发布包含了以下内容:
|
|
29657
|
+
|
|
29658
|
+
改善已有的文档。
|
|
29659
|
+
|
|
29660
|
+
新增接口:
|
|
29661
|
+
|
|
29662
|
+
* [CheckLockMetaData](https://cloud.tencent.com/document/api/1342/76325)
|
|
29663
|
+
* [LockMetaData](https://cloud.tencent.com/document/api/1342/76324)
|
|
29664
|
+
* [UnlockMetaData](https://cloud.tencent.com/document/api/1342/76323)
|
|
29665
|
+
|
|
29666
|
+
新增数据结构:
|
|
29667
|
+
|
|
29668
|
+
* [LockComponentInfo](https://cloud.tencent.com/document/api/1342/53778#LockComponentInfo)
|
|
29669
|
+
|
|
29670
|
+
### 第 23 次发布
|
|
29671
|
+
|
|
29672
|
+
发布时间:2022-06-30 06:05:38
|
|
29673
|
+
|
|
29674
|
+
本次发布包含了以下内容:
|
|
29675
|
+
|
|
29676
|
+
改善已有的文档。
|
|
29677
|
+
|
|
29678
|
+
新增接口:
|
|
29679
|
+
|
|
29680
|
+
* [AddDMSPartitions](https://cloud.tencent.com/document/api/1342/76233)
|
|
29681
|
+
* [AlterDMSDatabase](https://cloud.tencent.com/document/api/1342/76232)
|
|
29682
|
+
* [AlterDMSPartition](https://cloud.tencent.com/document/api/1342/76231)
|
|
29683
|
+
* [AlterDMSTable](https://cloud.tencent.com/document/api/1342/76230)
|
|
29684
|
+
* [CreateDMSDatabase](https://cloud.tencent.com/document/api/1342/76229)
|
|
29685
|
+
* [CreateDMSTable](https://cloud.tencent.com/document/api/1342/76228)
|
|
29686
|
+
* [DescribeDMSDatabase](https://cloud.tencent.com/document/api/1342/76227)
|
|
29687
|
+
* [DescribeDMSPartitions](https://cloud.tencent.com/document/api/1342/76226)
|
|
29688
|
+
* [DescribeDMSTable](https://cloud.tencent.com/document/api/1342/76225)
|
|
29689
|
+
* [DescribeDMSTables](https://cloud.tencent.com/document/api/1342/76224)
|
|
29690
|
+
* [DropDMSDatabase](https://cloud.tencent.com/document/api/1342/76223)
|
|
29691
|
+
* [DropDMSPartitions](https://cloud.tencent.com/document/api/1342/76222)
|
|
29692
|
+
* [DropDMSTable](https://cloud.tencent.com/document/api/1342/76221)
|
|
29693
|
+
|
|
29694
|
+
新增数据结构:
|
|
29695
|
+
|
|
29696
|
+
* [Asset](https://cloud.tencent.com/document/api/1342/53778#Asset)
|
|
29697
|
+
* [DMSColumn](https://cloud.tencent.com/document/api/1342/53778#DMSColumn)
|
|
29698
|
+
* [DMSColumnOrder](https://cloud.tencent.com/document/api/1342/53778#DMSColumnOrder)
|
|
29699
|
+
* [DMSPartition](https://cloud.tencent.com/document/api/1342/53778#DMSPartition)
|
|
29700
|
+
* [DMSSds](https://cloud.tencent.com/document/api/1342/53778#DMSSds)
|
|
29701
|
+
* [DMSTable](https://cloud.tencent.com/document/api/1342/53778#DMSTable)
|
|
29702
|
+
* [DMSTableInfo](https://cloud.tencent.com/document/api/1342/53778#DMSTableInfo)
|
|
29703
|
+
|
|
29284
29704
|
### 第 22 次发布
|
|
29285
29705
|
|
|
29286
29706
|
发布时间:2022-06-21 06:06:29
|
|
@@ -30972,6 +31392,25 @@
|
|
|
30972
31392
|
|
|
30973
31393
|
## 事件总线(eb) 版本:2021-04-16
|
|
30974
31394
|
|
|
31395
|
+
### 第 5 次发布
|
|
31396
|
+
|
|
31397
|
+
发布时间:2022-06-30 06:06:12
|
|
31398
|
+
|
|
31399
|
+
本次发布包含了以下内容:
|
|
31400
|
+
|
|
31401
|
+
改善已有的文档。
|
|
31402
|
+
|
|
31403
|
+
新增数据结构:
|
|
31404
|
+
|
|
31405
|
+
* [ESTargetParams](https://cloud.tencent.com/document/api/1359/67704#ESTargetParams)
|
|
31406
|
+
|
|
31407
|
+
修改数据结构:
|
|
31408
|
+
|
|
31409
|
+
* [TargetDescription](https://cloud.tencent.com/document/api/1359/67704#TargetDescription)
|
|
31410
|
+
|
|
31411
|
+
* 新增成员:ESTargetParams
|
|
31412
|
+
|
|
31413
|
+
|
|
30975
31414
|
### 第 4 次发布
|
|
30976
31415
|
|
|
30977
31416
|
发布时间:2022-06-28 06:09:50
|
|
@@ -34767,6 +35206,32 @@
|
|
|
34767
35206
|
|
|
34768
35207
|
## 电子签服务(ess) 版本:2020-11-11
|
|
34769
35208
|
|
|
35209
|
+
### 第 9 次发布
|
|
35210
|
+
|
|
35211
|
+
发布时间:2022-06-30 06:06:55
|
|
35212
|
+
|
|
35213
|
+
本次发布包含了以下内容:
|
|
35214
|
+
|
|
35215
|
+
改善已有的文档。
|
|
35216
|
+
|
|
35217
|
+
修改接口:
|
|
35218
|
+
|
|
35219
|
+
* [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
|
|
35220
|
+
|
|
35221
|
+
* 新增入参:RelatedFlowId, CustomShowMap
|
|
35222
|
+
|
|
35223
|
+
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
35224
|
+
|
|
35225
|
+
* 新增入参:CustomShowMap
|
|
35226
|
+
|
|
35227
|
+
|
|
35228
|
+
修改数据结构:
|
|
35229
|
+
|
|
35230
|
+
* [Caller](https://cloud.tencent.com/document/api/1323/70369#Caller)
|
|
35231
|
+
|
|
35232
|
+
* <font color="#dd0000">**修改成员**:</font>ApplicationId
|
|
35233
|
+
|
|
35234
|
+
|
|
34770
35235
|
### 第 8 次发布
|
|
34771
35236
|
|
|
34772
35237
|
发布时间:2022-06-13 06:11:55
|
|
@@ -35023,6 +35488,32 @@
|
|
|
35023
35488
|
|
|
35024
35489
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
35025
35490
|
|
|
35491
|
+
### 第 19 次发布
|
|
35492
|
+
|
|
35493
|
+
发布时间:2022-06-30 06:07:02
|
|
35494
|
+
|
|
35495
|
+
本次发布包含了以下内容:
|
|
35496
|
+
|
|
35497
|
+
改善已有的文档。
|
|
35498
|
+
|
|
35499
|
+
修改接口:
|
|
35500
|
+
|
|
35501
|
+
* [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
|
|
35502
|
+
|
|
35503
|
+
* 新增入参:CustomShowMap
|
|
35504
|
+
|
|
35505
|
+
|
|
35506
|
+
修改数据结构:
|
|
35507
|
+
|
|
35508
|
+
* [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
|
|
35509
|
+
|
|
35510
|
+
* 新增成员:IdCardType
|
|
35511
|
+
|
|
35512
|
+
* [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo)
|
|
35513
|
+
|
|
35514
|
+
* 新增成员:CustomShowMap
|
|
35515
|
+
|
|
35516
|
+
|
|
35026
35517
|
### 第 18 次发布
|
|
35027
35518
|
|
|
35028
35519
|
发布时间:2022-06-23 06:12:30
|
|
@@ -51043,6 +51534,18 @@
|
|
|
51043
51534
|
|
|
51044
51535
|
## 移动应用安全(ms) 版本:2018-04-08
|
|
51045
51536
|
|
|
51537
|
+
### 第 8 次发布
|
|
51538
|
+
|
|
51539
|
+
发布时间:2022-07-01 11:58:05
|
|
51540
|
+
|
|
51541
|
+
本次发布包含了以下内容:
|
|
51542
|
+
|
|
51543
|
+
改善已有的文档。
|
|
51544
|
+
|
|
51545
|
+
新增接口:
|
|
51546
|
+
|
|
51547
|
+
* [DescribeUrlDetectionResult](https://cloud.tencent.com/document/api/283/76351)
|
|
51548
|
+
|
|
51046
51549
|
### 第 7 次发布
|
|
51047
51550
|
|
|
51048
51551
|
发布时间:2019-06-21 16:08:39
|
|
@@ -51605,6 +52108,21 @@
|
|
|
51605
52108
|
|
|
51606
52109
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
51607
52110
|
|
|
52111
|
+
### 第 20 次发布
|
|
52112
|
+
|
|
52113
|
+
发布时间:2022-07-04 06:14:12
|
|
52114
|
+
|
|
52115
|
+
本次发布包含了以下内容:
|
|
52116
|
+
|
|
52117
|
+
改善已有的文档。
|
|
52118
|
+
|
|
52119
|
+
修改接口:
|
|
52120
|
+
|
|
52121
|
+
* [CreateJobConfig](https://cloud.tencent.com/document/api/849/52004)
|
|
52122
|
+
|
|
52123
|
+
* 新增入参:LogLevel
|
|
52124
|
+
|
|
52125
|
+
|
|
51608
52126
|
### 第 19 次发布
|
|
51609
52127
|
|
|
51610
52128
|
发布时间:2022-06-15 06:12:20
|
|
@@ -59952,6 +60470,24 @@
|
|
|
59952
60470
|
|
|
59953
60471
|
## 流量反欺诈(taf) 版本:2020-02-10
|
|
59954
60472
|
|
|
60473
|
+
### 第 12 次发布
|
|
60474
|
+
|
|
60475
|
+
发布时间:2022-07-01 06:16:56
|
|
60476
|
+
|
|
60477
|
+
本次发布包含了以下内容:
|
|
60478
|
+
|
|
60479
|
+
改善已有的文档。
|
|
60480
|
+
|
|
60481
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
60482
|
+
|
|
60483
|
+
* EnhanceTaDegree
|
|
60484
|
+
|
|
60485
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
60486
|
+
|
|
60487
|
+
* InputTaBspData
|
|
60488
|
+
* OutputTaData
|
|
60489
|
+
* OutputTaValue
|
|
60490
|
+
|
|
59955
60491
|
### 第 11 次发布
|
|
59956
60492
|
|
|
59957
60493
|
发布时间:2021-12-23 08:14:47
|
|
@@ -63223,6 +63759,23 @@
|
|
|
63223
63759
|
|
|
63224
63760
|
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
63225
63761
|
|
|
63762
|
+
### 第 5 次发布
|
|
63763
|
+
|
|
63764
|
+
发布时间:2022-07-01 06:17:30
|
|
63765
|
+
|
|
63766
|
+
本次发布包含了以下内容:
|
|
63767
|
+
|
|
63768
|
+
改善已有的文档。
|
|
63769
|
+
|
|
63770
|
+
修改接口:
|
|
63771
|
+
|
|
63772
|
+
* [DescribeCloudRunServers](https://cloud.tencent.com/document/api/1243/75710)
|
|
63773
|
+
|
|
63774
|
+
* 新增入参:PageSize, PageNum
|
|
63775
|
+
|
|
63776
|
+
* 新增出参:Total
|
|
63777
|
+
|
|
63778
|
+
|
|
63226
63779
|
### 第 4 次发布
|
|
63227
63780
|
|
|
63228
63781
|
发布时间:2022-06-28 06:16:23
|
|
@@ -67038,6 +67591,36 @@
|
|
|
67038
67591
|
|
|
67039
67592
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
67040
67593
|
|
|
67594
|
+
### 第 11 次发布
|
|
67595
|
+
|
|
67596
|
+
发布时间:2022-07-01 06:18:27
|
|
67597
|
+
|
|
67598
|
+
本次发布包含了以下内容:
|
|
67599
|
+
|
|
67600
|
+
改善已有的文档。
|
|
67601
|
+
|
|
67602
|
+
修改接口:
|
|
67603
|
+
|
|
67604
|
+
* [DescribeApplicationProxy](https://cloud.tencent.com/document/api/1552/74828)
|
|
67605
|
+
|
|
67606
|
+
* 新增出参:IpCount, DomainCount
|
|
67607
|
+
|
|
67608
|
+
* [DescribeOriginGroupDetail](https://cloud.tencent.com/document/api/1552/75097)
|
|
67609
|
+
|
|
67610
|
+
* 新增出参:LoadBalancingUsedType
|
|
67611
|
+
|
|
67612
|
+
|
|
67613
|
+
新增数据结构:
|
|
67614
|
+
|
|
67615
|
+
* [OriginCheckOriginStatus](https://cloud.tencent.com/document/api/1552/73155#OriginCheckOriginStatus)
|
|
67616
|
+
|
|
67617
|
+
修改数据结构:
|
|
67618
|
+
|
|
67619
|
+
* [OriginGroup](https://cloud.tencent.com/document/api/1552/73155#OriginGroup)
|
|
67620
|
+
|
|
67621
|
+
* 新增成员:Status, LoadBalancingUsedType
|
|
67622
|
+
|
|
67623
|
+
|
|
67041
67624
|
### 第 10 次发布
|
|
67042
67625
|
|
|
67043
67626
|
发布时间:2022-06-27 06:15:53
|
|
@@ -69453,6 +70036,66 @@
|
|
|
69453
70036
|
|
|
69454
70037
|
## 容器服务(tke) 版本:2018-05-25
|
|
69455
70038
|
|
|
70039
|
+
### 第 108 次发布
|
|
70040
|
+
|
|
70041
|
+
发布时间:2022-07-04 06:17:50
|
|
70042
|
+
|
|
70043
|
+
本次发布包含了以下内容:
|
|
70044
|
+
|
|
70045
|
+
改善已有的文档。
|
|
70046
|
+
|
|
70047
|
+
修改接口:
|
|
70048
|
+
|
|
70049
|
+
* [CreatePrometheusClusterAgent](https://cloud.tencent.com/document/api/457/76247)
|
|
70050
|
+
|
|
70051
|
+
* 新增入参:InstanceId, Agents
|
|
70052
|
+
|
|
70053
|
+
|
|
70054
|
+
新增数据结构:
|
|
70055
|
+
|
|
70056
|
+
* [[PrometheusClusterAgentBasic](https://cloud.tencent.com/document/api/457/31866#PrometheusClusterAgentBasic)](https://cloud.tencent.com/document/api/457/31866#[PrometheusClusterAgentBasic](https://cloud.tencent.com/document/api/457/31866#PrometheusClusterAgentBasic))
|
|
70057
|
+
* [[PrometheusClusterAgentPodConfig](https://cloud.tencent.com/document/api/457/31866#PrometheusClusterAgentPodConfig)](https://cloud.tencent.com/document/api/457/31866#[PrometheusClusterAgentPodConfig](https://cloud.tencent.com/document/api/457/31866#PrometheusClusterAgentPodConfig))
|
|
70058
|
+
* [[Toleration](https://cloud.tencent.com/document/api/457/31866#Toleration)](https://cloud.tencent.com/document/api/457/31866#[Toleration](https://cloud.tencent.com/document/api/457/31866#Toleration))
|
|
70059
|
+
|
|
70060
|
+
### 第 107 次发布
|
|
70061
|
+
|
|
70062
|
+
发布时间:2022-07-01 06:19:07
|
|
70063
|
+
|
|
70064
|
+
本次发布包含了以下内容:
|
|
70065
|
+
|
|
70066
|
+
改善已有的文档。
|
|
70067
|
+
|
|
70068
|
+
修改数据结构:
|
|
70069
|
+
|
|
70070
|
+
* [ClusterAdvancedSettings](https://cloud.tencent.com/document/api/457/31866#ClusterAdvancedSettings)
|
|
70071
|
+
|
|
70072
|
+
* 新增成员:IsDualStack
|
|
70073
|
+
|
|
70074
|
+
|
|
70075
|
+
### 第 106 次发布
|
|
70076
|
+
|
|
70077
|
+
发布时间:2022-06-30 06:14:07
|
|
70078
|
+
|
|
70079
|
+
本次发布包含了以下内容:
|
|
70080
|
+
|
|
70081
|
+
改善已有的文档。
|
|
70082
|
+
|
|
70083
|
+
新增接口:
|
|
70084
|
+
|
|
70085
|
+
* [CreatePrometheusClusterAgent](https://cloud.tencent.com/document/api/457/76247)
|
|
70086
|
+
* [CreatePrometheusConfig](https://cloud.tencent.com/document/api/457/76241)
|
|
70087
|
+
* [CreatePrometheusRecordRuleYaml](https://cloud.tencent.com/document/api/457/76240)
|
|
70088
|
+
* [DeletePrometheusClusterAgent](https://cloud.tencent.com/document/api/457/76246)
|
|
70089
|
+
* [DeletePrometheusConfig](https://cloud.tencent.com/document/api/457/76239)
|
|
70090
|
+
* [DeletePrometheusRecordRuleYaml](https://cloud.tencent.com/document/api/457/76238)
|
|
70091
|
+
* [DescribePrometheusConfig](https://cloud.tencent.com/document/api/457/76237)
|
|
70092
|
+
* [DescribePrometheusGlobalConfig](https://cloud.tencent.com/document/api/457/76245)
|
|
70093
|
+
* [DescribePrometheusInstanceInitStatus](https://cloud.tencent.com/document/api/457/76244)
|
|
70094
|
+
* [ModifyPrometheusAgentExternalLabels](https://cloud.tencent.com/document/api/457/76243)
|
|
70095
|
+
* [ModifyPrometheusConfig](https://cloud.tencent.com/document/api/457/76236)
|
|
70096
|
+
* [ModifyPrometheusRecordRuleYaml](https://cloud.tencent.com/document/api/457/76235)
|
|
70097
|
+
* [RunPrometheusInstance](https://cloud.tencent.com/document/api/457/76242)
|
|
70098
|
+
|
|
69456
70099
|
### 第 105 次发布
|
|
69457
70100
|
|
|
69458
70101
|
发布时间:2022-06-27 06:16:26
|
|
@@ -72974,6 +73617,36 @@
|
|
|
72974
73617
|
|
|
72975
73618
|
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
72976
73619
|
|
|
73620
|
+
### 第 77 次发布
|
|
73621
|
+
|
|
73622
|
+
发布时间:2022-07-01 06:19:44
|
|
73623
|
+
|
|
73624
|
+
本次发布包含了以下内容:
|
|
73625
|
+
|
|
73626
|
+
改善已有的文档。
|
|
73627
|
+
|
|
73628
|
+
修改接口:
|
|
73629
|
+
|
|
73630
|
+
* [DescribeBasicResourceUsage](https://cloud.tencent.com/document/api/649/48898)
|
|
73631
|
+
|
|
73632
|
+
* 新增入参:All
|
|
73633
|
+
|
|
73634
|
+
* [DescribeStatistics](https://cloud.tencent.com/document/api/649/70427)
|
|
73635
|
+
|
|
73636
|
+
* 新增入参:NamespaceIdList
|
|
73637
|
+
|
|
73638
|
+
|
|
73639
|
+
修改数据结构:
|
|
73640
|
+
|
|
73641
|
+
* [Instance](https://cloud.tencent.com/document/api/649/36099#Instance)
|
|
73642
|
+
|
|
73643
|
+
* 新增成员:NodeInstanceId
|
|
73644
|
+
|
|
73645
|
+
* [MetricDataSingleValue](https://cloud.tencent.com/document/api/649/36099#MetricDataSingleValue)
|
|
73646
|
+
|
|
73647
|
+
* 新增成员:DailyPercent
|
|
73648
|
+
|
|
73649
|
+
|
|
72977
73650
|
### 第 76 次发布
|
|
72978
73651
|
|
|
72979
73652
|
发布时间:2022-06-21 06:15:54
|
|
@@ -81631,6 +82304,42 @@
|
|
|
81631
82304
|
|
|
81632
82305
|
|
|
81633
82306
|
|
|
82307
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
82308
|
+
|
|
82309
|
+
### 第 2 次发布
|
|
82310
|
+
|
|
82311
|
+
发布时间:2022-07-04 06:20:00
|
|
82312
|
+
|
|
82313
|
+
本次发布包含了以下内容:
|
|
82314
|
+
|
|
82315
|
+
改善已有的文档。
|
|
82316
|
+
|
|
82317
|
+
新增接口:
|
|
82318
|
+
|
|
82319
|
+
* [[DescribeProject](https://cloud.tencent.com/document/api/1267/76377)](https://cloud.tencent.com/document/api/#/#)
|
|
82320
|
+
|
|
82321
|
+
### 第 1 次发布
|
|
82322
|
+
|
|
82323
|
+
发布时间:2022-07-01 10:43:09
|
|
82324
|
+
|
|
82325
|
+
本次发布包含了以下内容:
|
|
82326
|
+
|
|
82327
|
+
改善已有的文档。
|
|
82328
|
+
|
|
82329
|
+
新增接口:
|
|
82330
|
+
|
|
82331
|
+
* [DescribeRelatedInstances](https://cloud.tencent.com/document/api/1267/76335)
|
|
82332
|
+
* [DescribeTaskInstances](https://cloud.tencent.com/document/api/1267/76334)
|
|
82333
|
+
|
|
82334
|
+
新增数据结构:
|
|
82335
|
+
|
|
82336
|
+
* [DescribeTaskInstancesData](https://cloud.tencent.com/document/api/1267/76336#DescribeTaskInstancesData)
|
|
82337
|
+
* [OrderField](https://cloud.tencent.com/document/api/1267/76336#OrderField)
|
|
82338
|
+
* [TaskInstanceInfo](https://cloud.tencent.com/document/api/1267/76336#TaskInstanceInfo)
|
|
82339
|
+
|
|
82340
|
+
|
|
82341
|
+
|
|
82342
|
+
|
|
81634
82343
|
## SSL 证书(wss) 版本:2018-04-26
|
|
81635
82344
|
|
|
81636
82345
|
### 第 1 次发布
|
|
@@ -81655,6 +82364,37 @@
|
|
|
81655
82364
|
|
|
81656
82365
|
|
|
81657
82366
|
|
|
82367
|
+
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
82368
|
+
|
|
82369
|
+
### 第 1 次发布
|
|
82370
|
+
|
|
82371
|
+
发布时间:2022-06-29 15:15:26
|
|
82372
|
+
|
|
82373
|
+
本次发布包含了以下内容:
|
|
82374
|
+
|
|
82375
|
+
改善已有的文档。
|
|
82376
|
+
|
|
82377
|
+
新增接口:
|
|
82378
|
+
|
|
82379
|
+
* [BatchDescribeKTVMusicDetails](https://cloud.tencent.com/document/api/1592/76190)
|
|
82380
|
+
* [DescribeKTVPlaylistDetail](https://cloud.tencent.com/document/api/1592/76189)
|
|
82381
|
+
* [DescribeKTVPlaylists](https://cloud.tencent.com/document/api/1592/76188)
|
|
82382
|
+
* [DescribeKTVSuggestions](https://cloud.tencent.com/document/api/1592/76187)
|
|
82383
|
+
* [SearchKTVMusics](https://cloud.tencent.com/document/api/1592/76186)
|
|
82384
|
+
|
|
82385
|
+
新增数据结构:
|
|
82386
|
+
|
|
82387
|
+
* [ChorusClip](https://cloud.tencent.com/document/api/1592/76191#ChorusClip)
|
|
82388
|
+
* [KTVMusicBaseInfo](https://cloud.tencent.com/document/api/1592/76191#KTVMusicBaseInfo)
|
|
82389
|
+
* [KTVMusicDetailInfo](https://cloud.tencent.com/document/api/1592/76191#KTVMusicDetailInfo)
|
|
82390
|
+
* [KTVPlaylistBaseInfo](https://cloud.tencent.com/document/api/1592/76191#KTVPlaylistBaseInfo)
|
|
82391
|
+
* [KTVSuggestionInfo](https://cloud.tencent.com/document/api/1592/76191#KTVSuggestionInfo)
|
|
82392
|
+
* [MusicAlbumCoverInfo](https://cloud.tencent.com/document/api/1592/76191#MusicAlbumCoverInfo)
|
|
82393
|
+
* [MusicAlbumInfo](https://cloud.tencent.com/document/api/1592/76191#MusicAlbumInfo)
|
|
82394
|
+
|
|
82395
|
+
|
|
82396
|
+
|
|
82397
|
+
|
|
81658
82398
|
## 腾讯优Mall(youmall) 版本:2018-02-28
|
|
81659
82399
|
|
|
81660
82400
|
### 第 8 次发布
|