tencentcloud-sdk-nodejs-dlc 4.0.607 → 4.0.608
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 +180 -0
- package/SERVICE_CHANGELOG.md +236 -46
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/services/dlc/v20210125/dlc_client.ts +40 -2
- package/src/services/dlc/v20210125/dlc_models.ts +181 -8
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +13 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +18 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +156 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,183 @@
|
|
|
1
|
+
# Release 4.0.608
|
|
2
|
+
|
|
3
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
4
|
+
|
|
5
|
+
### 第 49 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-05-29 01:15:07
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeLogHistogram](https://cloud.tencent.com/document/api/614/71726)
|
|
16
|
+
|
|
17
|
+
* 新增入参:SyntaxRule
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
23
|
+
|
|
24
|
+
### 第 57 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2023-05-29 01:20:37
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
新增接口:
|
|
33
|
+
|
|
34
|
+
* [CreateTmpDCDBInstance](https://cloud.tencent.com/document/api/557/92836)
|
|
35
|
+
|
|
36
|
+
修改接口:
|
|
37
|
+
|
|
38
|
+
* [DescribeDCDBInstanceDetail](https://cloud.tencent.com/document/api/557/89385)
|
|
39
|
+
|
|
40
|
+
* 新增出参:ReservedNetResources
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
新增数据结构:
|
|
44
|
+
|
|
45
|
+
* [ReservedNetResource](https://cloud.tencent.com/document/api/557/16142#ReservedNetResource)
|
|
46
|
+
|
|
47
|
+
修改数据结构:
|
|
48
|
+
|
|
49
|
+
* [DBAccount](https://cloud.tencent.com/document/api/557/16142#DBAccount)
|
|
50
|
+
|
|
51
|
+
* 新增成员:MaxUserConnections
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
57
|
+
|
|
58
|
+
### 第 49 次发布
|
|
59
|
+
|
|
60
|
+
发布时间:2023-05-29 01:21:27
|
|
61
|
+
|
|
62
|
+
本次发布包含了以下内容:
|
|
63
|
+
|
|
64
|
+
改善已有的文档。
|
|
65
|
+
|
|
66
|
+
新增接口:
|
|
67
|
+
|
|
68
|
+
* [CancelSparkSessionBatchSQL](https://cloud.tencent.com/document/api/1342/92839)
|
|
69
|
+
* [CreateSparkSessionBatchSQL](https://cloud.tencent.com/document/api/1342/92838)
|
|
70
|
+
* [DescribeSparkSessionBatchSqlLog](https://cloud.tencent.com/document/api/1342/92837)
|
|
71
|
+
|
|
72
|
+
新增数据结构:
|
|
73
|
+
|
|
74
|
+
* [SparkSessionBatchLog](https://cloud.tencent.com/document/api/1342/53778#SparkSessionBatchLog)
|
|
75
|
+
* [SparkSessionBatchLogOperate](https://cloud.tencent.com/document/api/1342/53778#SparkSessionBatchLogOperate)
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
80
|
+
|
|
81
|
+
### 第 80 次发布
|
|
82
|
+
|
|
83
|
+
发布时间:2023-05-26 14:30:59
|
|
84
|
+
|
|
85
|
+
本次发布包含了以下内容:
|
|
86
|
+
|
|
87
|
+
改善已有的文档。
|
|
88
|
+
|
|
89
|
+
修改接口:
|
|
90
|
+
|
|
91
|
+
* [ChannelCreateFlowSignReview](https://cloud.tencent.com/document/api/1420/78953)
|
|
92
|
+
|
|
93
|
+
* 新增入参:OperateType
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
103
|
+
|
|
104
|
+
### 第 55 次发布
|
|
105
|
+
|
|
106
|
+
发布时间:2023-05-29 01:31:45
|
|
107
|
+
|
|
108
|
+
本次发布包含了以下内容:
|
|
109
|
+
|
|
110
|
+
改善已有的文档。
|
|
111
|
+
|
|
112
|
+
修改接口:
|
|
113
|
+
|
|
114
|
+
* [DescribeDBInstanceDetail](https://cloud.tencent.com/document/api/237/89390)
|
|
115
|
+
|
|
116
|
+
* 新增出参:ReservedNetResources
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
新增数据结构:
|
|
120
|
+
|
|
121
|
+
* [ReservedNetResource](https://cloud.tencent.com/document/api/237/16191#ReservedNetResource)
|
|
122
|
+
|
|
123
|
+
修改数据结构:
|
|
124
|
+
|
|
125
|
+
* [DBAccount](https://cloud.tencent.com/document/api/237/16191#DBAccount)
|
|
126
|
+
|
|
127
|
+
* 新增成员:MaxUserConnections
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
133
|
+
|
|
134
|
+
### 第 33 次发布
|
|
135
|
+
|
|
136
|
+
发布时间:2023-05-29 01:34:54
|
|
137
|
+
|
|
138
|
+
本次发布包含了以下内容:
|
|
139
|
+
|
|
140
|
+
改善已有的文档。
|
|
141
|
+
|
|
142
|
+
修改接口:
|
|
143
|
+
|
|
144
|
+
* [CreateJob](https://cloud.tencent.com/document/api/849/52009)
|
|
145
|
+
|
|
146
|
+
* 新增入参:Tags
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
修改数据结构:
|
|
150
|
+
|
|
151
|
+
* [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
|
|
152
|
+
|
|
153
|
+
* 新增成员:Tags
|
|
154
|
+
|
|
155
|
+
* [TreeResourceItem](https://cloud.tencent.com/document/api/849/52010#TreeResourceItem)
|
|
156
|
+
|
|
157
|
+
* 新增成员:RefJobStatusCountSet
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
163
|
+
|
|
164
|
+
### 第 43 次发布
|
|
165
|
+
|
|
166
|
+
发布时间:2023-05-29 01:41:32
|
|
167
|
+
|
|
168
|
+
本次发布包含了以下内容:
|
|
169
|
+
|
|
170
|
+
改善已有的文档。
|
|
171
|
+
|
|
172
|
+
修改数据结构:
|
|
173
|
+
|
|
174
|
+
* [NetworkClusterInfoItem](https://cloud.tencent.com/document/api/1285/65614#NetworkClusterInfoItem)
|
|
175
|
+
|
|
176
|
+
* 新增成员:ClusterNetworkSettings
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
1
181
|
# Release 4.0.607
|
|
2
182
|
|
|
3
183
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,67 +1,86 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 49 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-05-
|
|
7
|
+
发布时间:2023-05-29 01:15:07
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeLogHistogram](https://cloud.tencent.com/document/api/614/71726)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* 新增入参:SyntaxRule
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
##
|
|
22
|
+
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
23
23
|
|
|
24
|
-
### 第
|
|
24
|
+
### 第 57 次发布
|
|
25
25
|
|
|
26
|
-
发布时间:2023-05-
|
|
26
|
+
发布时间:2023-05-29 01:20:37
|
|
27
27
|
|
|
28
28
|
本次发布包含了以下内容:
|
|
29
29
|
|
|
30
30
|
改善已有的文档。
|
|
31
31
|
|
|
32
|
+
新增接口:
|
|
33
|
+
|
|
34
|
+
* [CreateTmpDCDBInstance](https://cloud.tencent.com/document/api/557/92836)
|
|
35
|
+
|
|
36
|
+
修改接口:
|
|
37
|
+
|
|
38
|
+
* [DescribeDCDBInstanceDetail](https://cloud.tencent.com/document/api/557/89385)
|
|
39
|
+
|
|
40
|
+
* 新增出参:ReservedNetResources
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
新增数据结构:
|
|
44
|
+
|
|
45
|
+
* [ReservedNetResource](https://cloud.tencent.com/document/api/557/16142#ReservedNetResource)
|
|
46
|
+
|
|
32
47
|
修改数据结构:
|
|
33
48
|
|
|
34
|
-
* [
|
|
49
|
+
* [DBAccount](https://cloud.tencent.com/document/api/557/16142#DBAccount)
|
|
35
50
|
|
|
36
|
-
* 新增成员:
|
|
51
|
+
* 新增成员:MaxUserConnections
|
|
37
52
|
|
|
38
53
|
|
|
39
54
|
|
|
40
55
|
|
|
41
|
-
##
|
|
56
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
42
57
|
|
|
43
|
-
### 第
|
|
58
|
+
### 第 49 次发布
|
|
44
59
|
|
|
45
|
-
发布时间:2023-05-
|
|
60
|
+
发布时间:2023-05-29 01:21:27
|
|
46
61
|
|
|
47
62
|
本次发布包含了以下内容:
|
|
48
63
|
|
|
49
64
|
改善已有的文档。
|
|
50
65
|
|
|
51
|
-
|
|
66
|
+
新增接口:
|
|
52
67
|
|
|
53
|
-
* [
|
|
68
|
+
* [CancelSparkSessionBatchSQL](https://cloud.tencent.com/document/api/1342/92839)
|
|
69
|
+
* [CreateSparkSessionBatchSQL](https://cloud.tencent.com/document/api/1342/92838)
|
|
70
|
+
* [DescribeSparkSessionBatchSqlLog](https://cloud.tencent.com/document/api/1342/92837)
|
|
54
71
|
|
|
55
|
-
|
|
72
|
+
新增数据结构:
|
|
56
73
|
|
|
74
|
+
* [SparkSessionBatchLog](https://cloud.tencent.com/document/api/1342/53778#SparkSessionBatchLog)
|
|
75
|
+
* [SparkSessionBatchLogOperate](https://cloud.tencent.com/document/api/1342/53778#SparkSessionBatchLogOperate)
|
|
57
76
|
|
|
58
77
|
|
|
59
78
|
|
|
60
|
-
##
|
|
79
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
61
80
|
|
|
62
|
-
### 第
|
|
81
|
+
### 第 80 次发布
|
|
63
82
|
|
|
64
|
-
发布时间:2023-05-26
|
|
83
|
+
发布时间:2023-05-26 14:30:59
|
|
65
84
|
|
|
66
85
|
本次发布包含了以下内容:
|
|
67
86
|
|
|
@@ -69,57 +88,82 @@
|
|
|
69
88
|
|
|
70
89
|
修改接口:
|
|
71
90
|
|
|
72
|
-
* [
|
|
91
|
+
* [ChannelCreateFlowSignReview](https://cloud.tencent.com/document/api/1420/78953)
|
|
73
92
|
|
|
74
|
-
*
|
|
93
|
+
* 新增入参:OperateType
|
|
75
94
|
|
|
76
95
|
|
|
77
96
|
|
|
78
97
|
|
|
79
|
-
##
|
|
98
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
80
99
|
|
|
81
|
-
### 第 33 次发布
|
|
82
100
|
|
|
83
|
-
|
|
101
|
+
|
|
102
|
+
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
103
|
+
|
|
104
|
+
### 第 55 次发布
|
|
105
|
+
|
|
106
|
+
发布时间:2023-05-29 01:31:45
|
|
84
107
|
|
|
85
108
|
本次发布包含了以下内容:
|
|
86
109
|
|
|
87
110
|
改善已有的文档。
|
|
88
111
|
|
|
112
|
+
修改接口:
|
|
113
|
+
|
|
114
|
+
* [DescribeDBInstanceDetail](https://cloud.tencent.com/document/api/237/89390)
|
|
115
|
+
|
|
116
|
+
* 新增出参:ReservedNetResources
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
新增数据结构:
|
|
120
|
+
|
|
121
|
+
* [ReservedNetResource](https://cloud.tencent.com/document/api/237/16191#ReservedNetResource)
|
|
122
|
+
|
|
89
123
|
修改数据结构:
|
|
90
124
|
|
|
91
|
-
* [
|
|
125
|
+
* [DBAccount](https://cloud.tencent.com/document/api/237/16191#DBAccount)
|
|
92
126
|
|
|
93
|
-
* 新增成员:
|
|
127
|
+
* 新增成员:MaxUserConnections
|
|
94
128
|
|
|
95
129
|
|
|
96
130
|
|
|
97
131
|
|
|
98
|
-
##
|
|
132
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
99
133
|
|
|
100
|
-
### 第
|
|
134
|
+
### 第 33 次发布
|
|
101
135
|
|
|
102
|
-
发布时间:2023-05-
|
|
136
|
+
发布时间:2023-05-29 01:34:54
|
|
103
137
|
|
|
104
138
|
本次发布包含了以下内容:
|
|
105
139
|
|
|
106
140
|
改善已有的文档。
|
|
107
141
|
|
|
108
|
-
|
|
142
|
+
修改接口:
|
|
109
143
|
|
|
110
|
-
* [
|
|
111
|
-
* [DeleteEnhanceMediaTemplate](https://cloud.tencent.com/document/api/266/89804)
|
|
112
|
-
* [DescribeEnhanceMediaTemplates](https://cloud.tencent.com/document/api/266/89803)
|
|
113
|
-
* [EnhanceMediaByTemplate](https://cloud.tencent.com/document/api/266/89801)
|
|
114
|
-
* [ModifyEnhanceMediaTemplate](https://cloud.tencent.com/document/api/266/89802)
|
|
144
|
+
* [CreateJob](https://cloud.tencent.com/document/api/849/52009)
|
|
115
145
|
|
|
146
|
+
* 新增入参:Tags
|
|
116
147
|
|
|
117
148
|
|
|
118
|
-
|
|
149
|
+
修改数据结构:
|
|
150
|
+
|
|
151
|
+
* [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
|
|
152
|
+
|
|
153
|
+
* 新增成员:Tags
|
|
154
|
+
|
|
155
|
+
* [TreeResourceItem](https://cloud.tencent.com/document/api/849/52010#TreeResourceItem)
|
|
156
|
+
|
|
157
|
+
* 新增成员:RefJobStatusCountSet
|
|
119
158
|
|
|
120
|
-
### 第 157 次发布
|
|
121
159
|
|
|
122
|
-
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
163
|
+
|
|
164
|
+
### 第 43 次发布
|
|
165
|
+
|
|
166
|
+
发布时间:2023-05-29 01:41:32
|
|
123
167
|
|
|
124
168
|
本次发布包含了以下内容:
|
|
125
169
|
|
|
@@ -127,9 +171,9 @@
|
|
|
127
171
|
|
|
128
172
|
修改数据结构:
|
|
129
173
|
|
|
130
|
-
* [
|
|
174
|
+
* [NetworkClusterInfoItem](https://cloud.tencent.com/document/api/1285/65614#NetworkClusterInfoItem)
|
|
131
175
|
|
|
132
|
-
* 新增成员:
|
|
176
|
+
* 新增成员:ClusterNetworkSettings
|
|
133
177
|
|
|
134
178
|
|
|
135
179
|
|
|
@@ -25466,6 +25510,21 @@
|
|
|
25466
25510
|
|
|
25467
25511
|
## 日志服务(cls) 版本:2020-10-16
|
|
25468
25512
|
|
|
25513
|
+
### 第 49 次发布
|
|
25514
|
+
|
|
25515
|
+
发布时间:2023-05-29 01:15:07
|
|
25516
|
+
|
|
25517
|
+
本次发布包含了以下内容:
|
|
25518
|
+
|
|
25519
|
+
改善已有的文档。
|
|
25520
|
+
|
|
25521
|
+
修改接口:
|
|
25522
|
+
|
|
25523
|
+
* [DescribeLogHistogram](https://cloud.tencent.com/document/api/614/71726)
|
|
25524
|
+
|
|
25525
|
+
* 新增入参:SyntaxRule
|
|
25526
|
+
|
|
25527
|
+
|
|
25469
25528
|
### 第 48 次发布
|
|
25470
25529
|
|
|
25471
25530
|
发布时间:2023-05-24 01:13:13
|
|
@@ -38864,6 +38923,36 @@
|
|
|
38864
38923
|
|
|
38865
38924
|
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
38866
38925
|
|
|
38926
|
+
### 第 57 次发布
|
|
38927
|
+
|
|
38928
|
+
发布时间:2023-05-29 01:20:37
|
|
38929
|
+
|
|
38930
|
+
本次发布包含了以下内容:
|
|
38931
|
+
|
|
38932
|
+
改善已有的文档。
|
|
38933
|
+
|
|
38934
|
+
新增接口:
|
|
38935
|
+
|
|
38936
|
+
* [[CreateTmpDCDBInstance](https://cloud.tencent.com/document/api/557/92836)](https://cloud.tencent.com/document/api/#/#)
|
|
38937
|
+
|
|
38938
|
+
修改接口:
|
|
38939
|
+
|
|
38940
|
+
* [DescribeDCDBInstanceDetail](https://cloud.tencent.com/document/api/557/89385)
|
|
38941
|
+
|
|
38942
|
+
* 新增出参:ReservedNetResources
|
|
38943
|
+
|
|
38944
|
+
|
|
38945
|
+
新增数据结构:
|
|
38946
|
+
|
|
38947
|
+
* [[ReservedNetResource](https://cloud.tencent.com/document/api/557/16142#ReservedNetResource)](https://cloud.tencent.com/document/api/557/16142#[ReservedNetResource](https://cloud.tencent.com/document/api/557/16142#ReservedNetResource))
|
|
38948
|
+
|
|
38949
|
+
修改数据结构:
|
|
38950
|
+
|
|
38951
|
+
* [DBAccount](https://cloud.tencent.com/document/api/557/16142#DBAccount)
|
|
38952
|
+
|
|
38953
|
+
* 新增成员:MaxUserConnections
|
|
38954
|
+
|
|
38955
|
+
|
|
38867
38956
|
### 第 56 次发布
|
|
38868
38957
|
|
|
38869
38958
|
发布时间:2023-05-23 01:16:58
|
|
@@ -39917,6 +40006,25 @@
|
|
|
39917
40006
|
|
|
39918
40007
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
39919
40008
|
|
|
40009
|
+
### 第 49 次发布
|
|
40010
|
+
|
|
40011
|
+
发布时间:2023-05-29 01:21:27
|
|
40012
|
+
|
|
40013
|
+
本次发布包含了以下内容:
|
|
40014
|
+
|
|
40015
|
+
改善已有的文档。
|
|
40016
|
+
|
|
40017
|
+
新增接口:
|
|
40018
|
+
|
|
40019
|
+
* [[CancelSparkSessionBatchSQL](https://cloud.tencent.com/document/api/1342/92839)](https://cloud.tencent.com/document/api/#/#)
|
|
40020
|
+
* [[CreateSparkSessionBatchSQL](https://cloud.tencent.com/document/api/1342/92838)](https://cloud.tencent.com/document/api/#/#)
|
|
40021
|
+
* [[DescribeSparkSessionBatchSqlLog](https://cloud.tencent.com/document/api/1342/92837)](https://cloud.tencent.com/document/api/#/#)
|
|
40022
|
+
|
|
40023
|
+
新增数据结构:
|
|
40024
|
+
|
|
40025
|
+
* [[SparkSessionBatchLog](https://cloud.tencent.com/document/api/1342/53778#SparkSessionBatchLog)](https://cloud.tencent.com/document/api/1342/53778#[SparkSessionBatchLog](https://cloud.tencent.com/document/api/1342/53778#SparkSessionBatchLog))
|
|
40026
|
+
* [[SparkSessionBatchLogOperate](https://cloud.tencent.com/document/api/1342/53778#SparkSessionBatchLogOperate)](https://cloud.tencent.com/document/api/1342/53778#[SparkSessionBatchLogOperate](https://cloud.tencent.com/document/api/1342/53778#SparkSessionBatchLogOperate))
|
|
40027
|
+
|
|
39920
40028
|
### 第 48 次发布
|
|
39921
40029
|
|
|
39922
40030
|
发布时间:2023-05-15 01:32:47
|
|
@@ -48762,6 +48870,21 @@
|
|
|
48762
48870
|
|
|
48763
48871
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
48764
48872
|
|
|
48873
|
+
### 第 80 次发布
|
|
48874
|
+
|
|
48875
|
+
发布时间:2023-05-26 14:30:59
|
|
48876
|
+
|
|
48877
|
+
本次发布包含了以下内容:
|
|
48878
|
+
|
|
48879
|
+
改善已有的文档。
|
|
48880
|
+
|
|
48881
|
+
修改接口:
|
|
48882
|
+
|
|
48883
|
+
* [ChannelCreateFlowSignReview](https://cloud.tencent.com/document/api/1420/78953)
|
|
48884
|
+
|
|
48885
|
+
* 新增入参:OperateType
|
|
48886
|
+
|
|
48887
|
+
|
|
48765
48888
|
### 第 79 次发布
|
|
48766
48889
|
|
|
48767
48890
|
发布时间:2023-05-25 01:36:12
|
|
@@ -64746,6 +64869,32 @@
|
|
|
64746
64869
|
|
|
64747
64870
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
64748
64871
|
|
|
64872
|
+
### 第 55 次发布
|
|
64873
|
+
|
|
64874
|
+
发布时间:2023-05-29 01:31:45
|
|
64875
|
+
|
|
64876
|
+
本次发布包含了以下内容:
|
|
64877
|
+
|
|
64878
|
+
改善已有的文档。
|
|
64879
|
+
|
|
64880
|
+
修改接口:
|
|
64881
|
+
|
|
64882
|
+
* [DescribeDBInstanceDetail](https://cloud.tencent.com/document/api/237/89390)
|
|
64883
|
+
|
|
64884
|
+
* 新增出参:ReservedNetResources
|
|
64885
|
+
|
|
64886
|
+
|
|
64887
|
+
新增数据结构:
|
|
64888
|
+
|
|
64889
|
+
* [[ReservedNetResource](https://cloud.tencent.com/document/api/237/16191#ReservedNetResource)](https://cloud.tencent.com/document/api/237/16191#[ReservedNetResource](https://cloud.tencent.com/document/api/237/16191#ReservedNetResource))
|
|
64890
|
+
|
|
64891
|
+
修改数据结构:
|
|
64892
|
+
|
|
64893
|
+
* [DBAccount](https://cloud.tencent.com/document/api/237/16191#DBAccount)
|
|
64894
|
+
|
|
64895
|
+
* 新增成员:MaxUserConnections
|
|
64896
|
+
|
|
64897
|
+
|
|
64749
64898
|
### 第 54 次发布
|
|
64750
64899
|
|
|
64751
64900
|
发布时间:2023-05-23 01:29:45
|
|
@@ -72251,6 +72400,32 @@
|
|
|
72251
72400
|
|
|
72252
72401
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
72253
72402
|
|
|
72403
|
+
### 第 33 次发布
|
|
72404
|
+
|
|
72405
|
+
发布时间:2023-05-29 01:34:54
|
|
72406
|
+
|
|
72407
|
+
本次发布包含了以下内容:
|
|
72408
|
+
|
|
72409
|
+
改善已有的文档。
|
|
72410
|
+
|
|
72411
|
+
修改接口:
|
|
72412
|
+
|
|
72413
|
+
* [CreateJob](https://cloud.tencent.com/document/api/849/52009)
|
|
72414
|
+
|
|
72415
|
+
* 新增入参:Tags
|
|
72416
|
+
|
|
72417
|
+
|
|
72418
|
+
修改数据结构:
|
|
72419
|
+
|
|
72420
|
+
* [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
|
|
72421
|
+
|
|
72422
|
+
* 新增成员:Tags
|
|
72423
|
+
|
|
72424
|
+
* [TreeResourceItem](https://cloud.tencent.com/document/api/849/52010#TreeResourceItem)
|
|
72425
|
+
|
|
72426
|
+
* 新增成员:RefJobStatusCountSet
|
|
72427
|
+
|
|
72428
|
+
|
|
72254
72429
|
### 第 32 次发布
|
|
72255
72430
|
|
|
72256
72431
|
发布时间:2023-05-12 01:39:08
|
|
@@ -89642,6 +89817,21 @@
|
|
|
89642
89817
|
|
|
89643
89818
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
89644
89819
|
|
|
89820
|
+
### 第 43 次发布
|
|
89821
|
+
|
|
89822
|
+
发布时间:2023-05-29 01:41:32
|
|
89823
|
+
|
|
89824
|
+
本次发布包含了以下内容:
|
|
89825
|
+
|
|
89826
|
+
改善已有的文档。
|
|
89827
|
+
|
|
89828
|
+
修改数据结构:
|
|
89829
|
+
|
|
89830
|
+
* [NetworkClusterInfoItem](https://cloud.tencent.com/document/api/1285/65614#NetworkClusterInfoItem)
|
|
89831
|
+
|
|
89832
|
+
* 新增成员:ClusterNetworkSettings
|
|
89833
|
+
|
|
89834
|
+
|
|
89645
89835
|
### 第 42 次发布
|
|
89646
89836
|
|
|
89647
89837
|
发布时间:2023-05-23 01:40:44
|
|
@@ -108432,11 +108622,11 @@
|
|
|
108432
108622
|
|
|
108433
108623
|
新增接口:
|
|
108434
108624
|
|
|
108435
|
-
* [
|
|
108436
|
-
* [
|
|
108437
|
-
* [
|
|
108438
|
-
* [
|
|
108439
|
-
* [
|
|
108625
|
+
* [CreateEnhanceMediaTemplate](https://cloud.tencent.com/document/api/266/89805)
|
|
108626
|
+
* [DeleteEnhanceMediaTemplate](https://cloud.tencent.com/document/api/266/89804)
|
|
108627
|
+
* [DescribeEnhanceMediaTemplates](https://cloud.tencent.com/document/api/266/89803)
|
|
108628
|
+
* [EnhanceMediaByTemplate](https://cloud.tencent.com/document/api/266/89801)
|
|
108629
|
+
* [ModifyEnhanceMediaTemplate](https://cloud.tencent.com/document/api/266/89802)
|
|
108440
108630
|
|
|
108441
108631
|
### 第 155 次发布
|
|
108442
108632
|
|