tencentcloud-sdk-nodejs 4.0.374 → 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 +204 -0
- package/SERVICE_CHANGELOG.md +342 -25
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +3 -2
- package/src/services/cbs/v20170312/cbs_client.ts +1 -1
- package/src/services/clb/v20180317/clb_models.ts +3 -2
- package/src/services/cpdp/v20190820/cpdp_models.ts +145 -0
- package/src/services/cvm/v20170312/cvm_client.ts +31 -14
- package/src/services/cvm/v20170312/cvm_models.ts +235 -35
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +109 -23
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +437 -44
- package/src/services/dlc/v20210125/dlc_client.ts +12 -0
- package/src/services/dlc/v20210125/dlc_models.ts +30 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +5 -0
- package/src/services/tke/v20180525/tke_client.ts +4 -1
- package/src/services/tke/v20180525/tke_models.ts +96 -1
- package/src/services/wedata/v20210820/wedata_client.ts +14 -2
- package/src/services/wedata/v20210820/wedata_models.ts +72 -22
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
- 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/clb/v20180317/clb_models.d.ts +1 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +128 -0
- 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/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/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +26 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -0
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +81 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +62 -20
- package/test/cvm.v20170312.test.js +12 -2
- package/test/cynosdb.v20190107.test.js +76 -6
- package/test/dlc.v20210125.test.js +10 -0
- package/test/wedata.v20210820.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,207 @@
|
|
|
1
|
+
# Release 4.0.375
|
|
2
|
+
|
|
3
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
4
|
+
|
|
5
|
+
### 第 73 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-07-04 06:05:30
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
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
|
+
|
|
72
|
+
修改数据结构:
|
|
73
|
+
|
|
74
|
+
* [PaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#PaymentOrderResult)
|
|
75
|
+
|
|
76
|
+
* 新增成员:PayeeId
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
82
|
+
|
|
83
|
+
### 第 88 次发布
|
|
84
|
+
|
|
85
|
+
发布时间:2022-07-04 06:06:18
|
|
86
|
+
|
|
87
|
+
本次发布包含了以下内容:
|
|
88
|
+
|
|
89
|
+
改善已有的文档。
|
|
90
|
+
|
|
91
|
+
新增接口:
|
|
92
|
+
|
|
93
|
+
* [DescribeChcHosts](https://cloud.tencent.com/document/api/213/76366)
|
|
94
|
+
|
|
95
|
+
新增数据结构:
|
|
96
|
+
|
|
97
|
+
* [ChcDeployExtraConfig](https://cloud.tencent.com/document/api/213/15753#ChcDeployExtraConfig)
|
|
98
|
+
* [ChcHost](https://cloud.tencent.com/document/api/213/15753#ChcHost)
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
103
|
+
|
|
104
|
+
### 第 17 次发布
|
|
105
|
+
|
|
106
|
+
发布时间:2022-07-04 06:07:00
|
|
107
|
+
|
|
108
|
+
本次发布包含了以下内容:
|
|
109
|
+
|
|
110
|
+
改善已有的文档。
|
|
111
|
+
|
|
112
|
+
新增接口:
|
|
113
|
+
|
|
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)
|
|
121
|
+
|
|
122
|
+
新增数据结构:
|
|
123
|
+
|
|
124
|
+
* [BinlogItem](https://cloud.tencent.com/document/api/1003/48097#BinlogItem)
|
|
125
|
+
* [SlowQueriesItem](https://cloud.tencent.com/document/api/1003/48097#SlowQueriesItem)
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
130
|
+
|
|
131
|
+
### 第 25 次发布
|
|
132
|
+
|
|
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
|
|
150
|
+
|
|
151
|
+
本次发布包含了以下内容:
|
|
152
|
+
|
|
153
|
+
改善已有的文档。
|
|
154
|
+
|
|
155
|
+
修改接口:
|
|
156
|
+
|
|
157
|
+
* [CreateJobConfig](https://cloud.tencent.com/document/api/849/52004)
|
|
158
|
+
|
|
159
|
+
* 新增入参:LogLevel
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
165
|
+
|
|
166
|
+
### 第 108 次发布
|
|
167
|
+
|
|
168
|
+
发布时间:2022-07-04 06:17:50
|
|
169
|
+
|
|
170
|
+
本次发布包含了以下内容:
|
|
171
|
+
|
|
172
|
+
改善已有的文档。
|
|
173
|
+
|
|
174
|
+
修改接口:
|
|
175
|
+
|
|
176
|
+
* [CreatePrometheusClusterAgent](https://cloud.tencent.com/document/api/457/76247)
|
|
177
|
+
|
|
178
|
+
* 新增入参:InstanceId, Agents
|
|
179
|
+
|
|
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)
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
1
205
|
# Release 4.0.374
|
|
2
206
|
|
|
3
207
|
## 云数据库独享集群(dbdc) 版本:2020-10-29
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,88 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 73 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-07-
|
|
7
|
+
发布时间:2022-07-04 06:05:30
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
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
|
+
|
|
72
|
+
修改数据结构:
|
|
73
|
+
|
|
74
|
+
* [PaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#PaymentOrderResult)
|
|
75
|
+
|
|
76
|
+
* 新增成员:PayeeId
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
82
|
+
|
|
83
|
+
### 第 88 次发布
|
|
84
|
+
|
|
85
|
+
发布时间:2022-07-04 06:06:18
|
|
8
86
|
|
|
9
87
|
本次发布包含了以下内容:
|
|
10
88
|
|
|
@@ -12,19 +90,20 @@
|
|
|
12
90
|
|
|
13
91
|
新增接口:
|
|
14
92
|
|
|
15
|
-
* [
|
|
93
|
+
* [DescribeChcHosts](https://cloud.tencent.com/document/api/213/76366)
|
|
16
94
|
|
|
17
95
|
新增数据结构:
|
|
18
96
|
|
|
19
|
-
* [
|
|
97
|
+
* [ChcDeployExtraConfig](https://cloud.tencent.com/document/api/213/15753#ChcDeployExtraConfig)
|
|
98
|
+
* [ChcHost](https://cloud.tencent.com/document/api/213/15753#ChcHost)
|
|
20
99
|
|
|
21
100
|
|
|
22
101
|
|
|
23
|
-
##
|
|
102
|
+
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
24
103
|
|
|
25
|
-
### 第
|
|
104
|
+
### 第 17 次发布
|
|
26
105
|
|
|
27
|
-
发布时间:2022-07-
|
|
106
|
+
发布时间:2022-07-04 06:07:00
|
|
28
107
|
|
|
29
108
|
本次发布包含了以下内容:
|
|
30
109
|
|
|
@@ -32,15 +111,26 @@
|
|
|
32
111
|
|
|
33
112
|
新增接口:
|
|
34
113
|
|
|
35
|
-
* [
|
|
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)
|
|
36
121
|
|
|
122
|
+
新增数据结构:
|
|
37
123
|
|
|
124
|
+
* [BinlogItem](https://cloud.tencent.com/document/api/1003/48097#BinlogItem)
|
|
125
|
+
* [SlowQueriesItem](https://cloud.tencent.com/document/api/1003/48097#SlowQueriesItem)
|
|
38
126
|
|
|
39
|
-
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
40
127
|
|
|
41
|
-
### 第 1 次发布
|
|
42
128
|
|
|
43
|
-
|
|
129
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
130
|
+
|
|
131
|
+
### 第 25 次发布
|
|
132
|
+
|
|
133
|
+
发布时间:2022-07-04 06:07:50
|
|
44
134
|
|
|
45
135
|
本次发布包含了以下内容:
|
|
46
136
|
|
|
@@ -48,14 +138,67 @@
|
|
|
48
138
|
|
|
49
139
|
新增接口:
|
|
50
140
|
|
|
51
|
-
* [
|
|
52
|
-
|
|
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
|
|
150
|
+
|
|
151
|
+
本次发布包含了以下内容:
|
|
152
|
+
|
|
153
|
+
改善已有的文档。
|
|
154
|
+
|
|
155
|
+
修改接口:
|
|
156
|
+
|
|
157
|
+
* [CreateJobConfig](https://cloud.tencent.com/document/api/849/52004)
|
|
158
|
+
|
|
159
|
+
* 新增入参:LogLevel
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
165
|
+
|
|
166
|
+
### 第 108 次发布
|
|
167
|
+
|
|
168
|
+
发布时间:2022-07-04 06:17:50
|
|
169
|
+
|
|
170
|
+
本次发布包含了以下内容:
|
|
171
|
+
|
|
172
|
+
改善已有的文档。
|
|
173
|
+
|
|
174
|
+
修改接口:
|
|
175
|
+
|
|
176
|
+
* [CreatePrometheusClusterAgent](https://cloud.tencent.com/document/api/457/76247)
|
|
177
|
+
|
|
178
|
+
* 新增入参:InstanceId, Agents
|
|
179
|
+
|
|
53
180
|
|
|
54
181
|
新增数据结构:
|
|
55
182
|
|
|
56
|
-
* [
|
|
57
|
-
* [
|
|
58
|
-
* [
|
|
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)
|
|
59
202
|
|
|
60
203
|
|
|
61
204
|
|
|
@@ -21286,6 +21429,80 @@
|
|
|
21286
21429
|
|
|
21287
21430
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
21288
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
|
+
|
|
21289
21506
|
### 第 72 次发布
|
|
21290
21507
|
|
|
21291
21508
|
发布时间:2022-07-01 06:08:45
|
|
@@ -23354,6 +23571,23 @@
|
|
|
23354
23571
|
|
|
23355
23572
|
## 云服务器(cvm) 版本:2017-03-12
|
|
23356
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
|
+
|
|
23357
23591
|
### 第 87 次发布
|
|
23358
23592
|
|
|
23359
23593
|
发布时间:2022-06-16 06:04:38
|
|
@@ -26675,6 +26909,29 @@
|
|
|
26675
26909
|
|
|
26676
26910
|
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
26677
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
|
+
|
|
26678
26935
|
### 第 16 次发布
|
|
26679
26936
|
|
|
26680
26937
|
发布时间:2022-03-29 08:08:26
|
|
@@ -28115,11 +28372,11 @@
|
|
|
28115
28372
|
|
|
28116
28373
|
新增接口:
|
|
28117
28374
|
|
|
28118
|
-
* [
|
|
28375
|
+
* [DescribeHostList](https://cloud.tencent.com/document/api/1322/76350)
|
|
28119
28376
|
|
|
28120
28377
|
新增数据结构:
|
|
28121
28378
|
|
|
28122
|
-
* [
|
|
28379
|
+
* [HostDetail](https://cloud.tencent.com/document/api/1322/74754#HostDetail)
|
|
28123
28380
|
|
|
28124
28381
|
### 第 1 次发布
|
|
28125
28382
|
|
|
@@ -29380,6 +29637,18 @@
|
|
|
29380
29637
|
|
|
29381
29638
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
29382
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
|
+
|
|
29383
29652
|
### 第 24 次发布
|
|
29384
29653
|
|
|
29385
29654
|
发布时间:2022-07-01 06:10:47
|
|
@@ -51275,7 +51544,7 @@
|
|
|
51275
51544
|
|
|
51276
51545
|
新增接口:
|
|
51277
51546
|
|
|
51278
|
-
* [
|
|
51547
|
+
* [DescribeUrlDetectionResult](https://cloud.tencent.com/document/api/283/76351)
|
|
51279
51548
|
|
|
51280
51549
|
### 第 7 次发布
|
|
51281
51550
|
|
|
@@ -51839,6 +52108,21 @@
|
|
|
51839
52108
|
|
|
51840
52109
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
51841
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
|
+
|
|
51842
52126
|
### 第 19 次发布
|
|
51843
52127
|
|
|
51844
52128
|
发布时间:2022-06-15 06:12:20
|
|
@@ -69752,6 +70036,27 @@
|
|
|
69752
70036
|
|
|
69753
70037
|
## 容器服务(tke) 版本:2018-05-25
|
|
69754
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
|
+
|
|
69755
70060
|
### 第 107 次发布
|
|
69756
70061
|
|
|
69757
70062
|
发布时间:2022-07-01 06:19:07
|
|
@@ -82001,6 +82306,18 @@
|
|
|
82001
82306
|
|
|
82002
82307
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
82003
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
|
+
|
|
82004
82321
|
### 第 1 次发布
|
|
82005
82322
|
|
|
82006
82323
|
发布时间:2022-07-01 10:43:09
|
|
@@ -82011,14 +82328,14 @@
|
|
|
82011
82328
|
|
|
82012
82329
|
新增接口:
|
|
82013
82330
|
|
|
82014
|
-
* [
|
|
82015
|
-
* [
|
|
82331
|
+
* [DescribeRelatedInstances](https://cloud.tencent.com/document/api/1267/76335)
|
|
82332
|
+
* [DescribeTaskInstances](https://cloud.tencent.com/document/api/1267/76334)
|
|
82016
82333
|
|
|
82017
82334
|
新增数据结构:
|
|
82018
82335
|
|
|
82019
|
-
* [
|
|
82020
|
-
* [
|
|
82021
|
-
* [
|
|
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)
|
|
82022
82339
|
|
|
82023
82340
|
|
|
82024
82341
|
|