tencentcloud-sdk-nodejs 4.0.638 → 4.0.640
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 +422 -0
- package/SERVICE_CHANGELOG.md +450 -201
- package/package.json +1 -1
- package/products.md +32 -31
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +2 -2
- package/src/services/bma/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cdn/v20180606/cdn_models.ts +43 -43
- package/src/services/cfs/v20190719/cfs_models.ts +36 -19
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +4 -0
- package/src/services/cms/v20190321/cms_models.ts +13 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +38 -38
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/ecm/v20190719/ecm_client.ts +146 -27
- package/src/services/ecm/v20190719/ecm_models.ts +424 -90
- package/src/services/eis/index.ts +2 -2
- package/src/services/emr/v20190103/emr_models.ts +5 -5
- package/src/services/es/v20180416/es_client.ts +19 -7
- package/src/services/es/v20180416/es_models.ts +32 -8
- package/src/services/ess/v20201111/ess_client.ts +39 -10
- package/src/services/ess/v20201111/ess_models.ts +280 -87
- package/src/services/essbasic/v20210526/essbasic_client.ts +13 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +51 -1
- package/src/services/facefusion/index.ts +2 -2
- package/src/services/index.ts +1 -0
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/irp/index.ts +2 -2
- package/src/services/lcic/v20220817/lcic_models.ts +18 -14
- package/src/services/live/v20180801/live_models.ts +4 -1
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/monitor/v20180724/monitor_models.ts +3 -3
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +0 -2
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +4 -3
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +12 -6
- package/src/services/tcb/v20180608/tcb_models.ts +25 -18
- package/src/services/tchd/index.ts +5 -0
- package/src/services/tchd/v20230306/index.ts +6 -0
- package/src/services/tchd/v20230306/tchd_client.ts +45 -0
- package/src/services/tchd/v20230306/tchd_models.ts +96 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +5 -5
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tke/v20180525/tke_models.ts +6 -6
- package/src/services/trtc/v20190722/trtc_client.ts +0 -17
- package/src/services/trtc/v20190722/trtc_models.ts +0 -104
- package/src/services/tse/v20201207/tse_models.ts +1 -1
- package/src/services/tsw/index.ts +2 -2
- package/src/services/tts/v20190823/tts_models.ts +4 -1
- package/src/services/vm/index.ts +2 -2
- package/src/services/vod/v20180717/vod_client.ts +6 -6
- package/src/services/vod/v20180717/vod_models.ts +15 -15
- package/src/services/vpc/v20170312/vpc_models.ts +11 -3
- package/src/services/wav/v20210129/wav_models.ts +4 -0
- package/src/services/wedata/v20210820/wedata_client.ts +29 -0
- package/src/services/wedata/v20210820/wedata_models.ts +444 -0
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +2 -2
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +43 -43
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +36 -19
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
- package/tencentcloud/services/cms/v20190321/cms_models.d.ts +13 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +38 -38
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +52 -7
- package/tencentcloud/services/ecm/v20190719/ecm_client.js +72 -9
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +404 -90
- package/tencentcloud/services/eis/index.d.ts +4 -4
- package/tencentcloud/services/eis/index.js +2 -2
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -5
- package/tencentcloud/services/es/v20180416/es_client.d.ts +7 -3
- package/tencentcloud/services/es/v20180416/es_client.js +9 -3
- package/tencentcloud/services/es/v20180416/es_models.d.ts +30 -8
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +14 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +18 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +274 -87
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +6 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +49 -1
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +18 -14
- package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -1
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +3 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +0 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +3 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +3 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +12 -6
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +25 -18
- package/tencentcloud/services/tchd/index.d.ts +6 -0
- package/tencentcloud/services/tchd/index.js +7 -0
- package/tencentcloud/services/tchd/v20230306/index.d.ts +6 -0
- package/tencentcloud/services/tchd/v20230306/index.js +9 -0
- package/tencentcloud/services/tchd/v20230306/tchd_client.d.ts +14 -0
- package/tencentcloud/services/tchd/v20230306/tchd_client.js +37 -0
- package/tencentcloud/services/tchd/v20230306/tchd_models.d.ts +76 -0
- package/tencentcloud/services/tchd/v20230306/tchd_models.js +18 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +5 -5
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +6 -6
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -8
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +0 -9
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -100
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +1 -1
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +4 -1
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +6 -6
- package/tencentcloud/services/vod/v20180717/vod_client.js +6 -6
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +15 -15
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +11 -3
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +4 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +9 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +12 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +435 -0
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/ecm.v20190719.test.js +96 -6
- package/test/es.v20180416.test.js +12 -2
- package/test/ess.v20201111.test.js +22 -2
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/tchd.v20230306.test.js +31 -0
- package/test/trtc.v20190722.test.js +0 -10
- package/test/wedata.v20210820.test.js +20 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,51 +1,29 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 39 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2023-07-10 01:06:50
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
<font color="#dd0000">**预下线接口**:</font>
|
|
14
|
-
|
|
15
|
-
* GenerateApiDocument
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
## 日志服务(cls) 版本:2020-10-16
|
|
3
|
+
## 内容分发网络 CDN(cdn) 版本:2018-06-06
|
|
20
4
|
|
|
21
|
-
### 第
|
|
5
|
+
### 第 126 次发布
|
|
22
6
|
|
|
23
|
-
发布时间:2023-07-
|
|
7
|
+
发布时间:2023-07-12 01:11:36
|
|
24
8
|
|
|
25
9
|
本次发布包含了以下内容:
|
|
26
10
|
|
|
27
11
|
改善已有的文档。
|
|
28
12
|
|
|
29
|
-
|
|
13
|
+
修改数据结构:
|
|
30
14
|
|
|
31
|
-
* [
|
|
32
|
-
* [DeleteDataTransform](https://cloud.tencent.com/document/api/614/72183)
|
|
33
|
-
* [DescribeDataTransformInfo](https://cloud.tencent.com/document/api/614/72182)
|
|
34
|
-
* [ModifyDataTransform](https://cloud.tencent.com/document/api/614/72181)
|
|
15
|
+
* [HttpsPackage](https://cloud.tencent.com/document/api/228/30987#HttpsPackage)
|
|
35
16
|
|
|
36
|
-
|
|
17
|
+
* <font color="#dd0000">**修改成员**:</font>AutoExtension
|
|
37
18
|
|
|
38
|
-
* [DataTransformResouceInfo](https://cloud.tencent.com/document/api/614/56471#DataTransformResouceInfo)
|
|
39
|
-
* [DataTransformTaskInfo](https://cloud.tencent.com/document/api/614/56471#DataTransformTaskInfo)
|
|
40
|
-
* [PreviewLogStatistic](https://cloud.tencent.com/document/api/614/56471#PreviewLogStatistic)
|
|
41
19
|
|
|
42
20
|
|
|
43
21
|
|
|
44
|
-
##
|
|
22
|
+
## 文件存储(cfs) 版本:2019-07-19
|
|
45
23
|
|
|
46
|
-
### 第
|
|
24
|
+
### 第 23 次发布
|
|
47
25
|
|
|
48
|
-
发布时间:2023-07-
|
|
26
|
+
发布时间:2023-07-12 01:12:32
|
|
49
27
|
|
|
50
28
|
本次发布包含了以下内容:
|
|
51
29
|
|
|
@@ -53,149 +31,104 @@
|
|
|
53
31
|
|
|
54
32
|
修改接口:
|
|
55
33
|
|
|
56
|
-
* [
|
|
57
|
-
|
|
58
|
-
* 新增入参:TransferSubDomain, Tags
|
|
59
|
-
|
|
60
|
-
* [DescribeDomainFilterList](https://cloud.tencent.com/document/api/1427/93276)
|
|
61
|
-
|
|
62
|
-
* 新增入参:Tags
|
|
63
|
-
|
|
64
|
-
* [DescribeDomainList](https://cloud.tencent.com/document/api/1427/56172)
|
|
65
|
-
|
|
66
|
-
* 新增入参:Tags
|
|
67
|
-
|
|
34
|
+
* [CreateCfsFileSystem](https://cloud.tencent.com/document/api/582/38174)
|
|
68
35
|
|
|
69
|
-
|
|
36
|
+
* 新增入参:SnapshotId, AutoSnapshotPolicyId, EnableAutoScaleUp
|
|
70
37
|
|
|
71
|
-
* [TagItem](https://cloud.tencent.com/document/api/1427/56185#TagItem)
|
|
72
|
-
* [TagItemFilter](https://cloud.tencent.com/document/api/1427/56185#TagItemFilter)
|
|
73
38
|
|
|
74
39
|
修改数据结构:
|
|
75
40
|
|
|
76
|
-
* [
|
|
77
|
-
|
|
78
|
-
* 新增成员:TagList
|
|
41
|
+
* [SnapshotInfo](https://cloud.tencent.com/document/api/582/38175#SnapshotInfo)
|
|
79
42
|
|
|
80
|
-
*
|
|
43
|
+
* 新增成员:SnapshotTime
|
|
81
44
|
|
|
82
|
-
*
|
|
45
|
+
* <font color="#dd0000">**修改成员**:</font>SnapshotType
|
|
83
46
|
|
|
84
47
|
|
|
85
48
|
|
|
86
49
|
|
|
87
|
-
##
|
|
50
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
88
51
|
|
|
89
|
-
### 第
|
|
52
|
+
### 第 44 次发布
|
|
90
53
|
|
|
91
|
-
发布时间:2023-07-
|
|
54
|
+
发布时间:2023-07-12 01:24:00
|
|
92
55
|
|
|
93
56
|
本次发布包含了以下内容:
|
|
94
57
|
|
|
95
58
|
改善已有的文档。
|
|
96
59
|
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
* [ChannelCreatePrepareFlow](https://cloud.tencent.com/document/api/1420/87897)
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
60
|
+
新增接口:
|
|
103
61
|
|
|
104
|
-
|
|
62
|
+
* [ModifyEsVipSecurityGroup](https://cloud.tencent.com/document/api/845/94985)
|
|
105
63
|
|
|
106
64
|
|
|
107
65
|
|
|
108
|
-
##
|
|
66
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
109
67
|
|
|
110
|
-
### 第
|
|
68
|
+
### 第 92 次发布
|
|
111
69
|
|
|
112
|
-
发布时间:2023-07-
|
|
70
|
+
发布时间:2023-07-12 01:24:43
|
|
113
71
|
|
|
114
72
|
本次发布包含了以下内容:
|
|
115
73
|
|
|
116
74
|
改善已有的文档。
|
|
117
75
|
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
* [GetRooms](https://cloud.tencent.com/document/api/1639/90012)
|
|
121
|
-
|
|
122
|
-
* 新增入参:Status
|
|
76
|
+
修改数据结构:
|
|
123
77
|
|
|
78
|
+
* [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
|
|
124
79
|
|
|
125
|
-
|
|
80
|
+
* 新增成员:NotifyType
|
|
126
81
|
|
|
127
|
-
* [RoomItem](https://cloud.tencent.com/document/api/1639/81423#RoomItem)
|
|
128
82
|
|
|
129
|
-
* 新增成员:InteractionMode, VideoOrientation
|
|
130
83
|
|
|
131
|
-
* <font color="#dd0000">**修改成员**:</font>Name, RoomId, Status, StartTime, EndTime, RealStartTime, RealEndTime, Resolution, MaxRTCMember, ReplayUrl, RecordUrl, MaxMicNumber, EnableDirectControl
|
|
132
84
|
|
|
85
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
133
86
|
|
|
134
87
|
|
|
135
88
|
|
|
136
|
-
##
|
|
89
|
+
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
137
90
|
|
|
138
|
-
### 第
|
|
91
|
+
### 第 29 次发布
|
|
139
92
|
|
|
140
|
-
发布时间:2023-07-
|
|
93
|
+
发布时间:2023-07-12 01:30:32
|
|
141
94
|
|
|
142
95
|
本次发布包含了以下内容:
|
|
143
96
|
|
|
144
97
|
改善已有的文档。
|
|
145
98
|
|
|
146
|
-
|
|
99
|
+
修改接口:
|
|
147
100
|
|
|
148
|
-
* [
|
|
101
|
+
* [DescribeDocument](https://cloud.tencent.com/document/api/1639/86321)
|
|
149
102
|
|
|
150
|
-
*
|
|
103
|
+
* 新增出参:Pages
|
|
151
104
|
|
|
152
105
|
|
|
153
106
|
|
|
154
107
|
|
|
155
|
-
##
|
|
108
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
156
109
|
|
|
157
|
-
### 第
|
|
110
|
+
### 第 158 次发布
|
|
158
111
|
|
|
159
|
-
发布时间:2023-07-
|
|
112
|
+
发布时间:2023-07-12 01:46:09
|
|
160
113
|
|
|
161
114
|
本次发布包含了以下内容:
|
|
162
115
|
|
|
163
116
|
改善已有的文档。
|
|
164
117
|
|
|
165
|
-
新增数据结构:
|
|
166
|
-
|
|
167
|
-
* [Tone](https://cloud.tencent.com/document/api/884/19320#Tone)
|
|
168
|
-
|
|
169
118
|
修改数据结构:
|
|
170
119
|
|
|
171
|
-
* [
|
|
172
|
-
|
|
173
|
-
* 新增成员:Tone
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
179
|
-
|
|
180
|
-
### 第 66 次发布
|
|
181
|
-
|
|
182
|
-
发布时间:2023-07-10 01:45:08
|
|
183
|
-
|
|
184
|
-
本次发布包含了以下内容:
|
|
185
|
-
|
|
186
|
-
改善已有的文档。
|
|
120
|
+
* [ClusterAsGroupOption](https://cloud.tencent.com/document/api/457/31866#ClusterAsGroupOption)
|
|
187
121
|
|
|
188
|
-
|
|
122
|
+
* <font color="#dd0000">**修改成员**:</font>IsScaleDownEnabled, Expander, MaxEmptyBulkDelete, ScaleDownDelay, ScaleDownUnneededTime, ScaleDownUtilizationThreshold, SkipNodesWithLocalStorage, SkipNodesWithSystemPods, IgnoreDaemonSetsUtilization, OkTotalUnreadyCount, MaxTotalUnreadyPercentage, ScaleDownUnreadyTime, UnregisteredNodeRemovalTime
|
|
189
123
|
|
|
190
|
-
* [DeleteRabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/94833)
|
|
191
124
|
|
|
192
125
|
|
|
193
126
|
|
|
194
|
-
##
|
|
127
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
195
128
|
|
|
196
|
-
### 第
|
|
129
|
+
### 第 161 次发布
|
|
197
130
|
|
|
198
|
-
发布时间:2023-07-
|
|
131
|
+
发布时间:2023-07-12 01:51:01
|
|
199
132
|
|
|
200
133
|
本次发布包含了以下内容:
|
|
201
134
|
|
|
@@ -203,18 +136,18 @@
|
|
|
203
136
|
|
|
204
137
|
修改接口:
|
|
205
138
|
|
|
206
|
-
* [
|
|
139
|
+
* [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808)
|
|
207
140
|
|
|
208
|
-
* 新增入参:
|
|
141
|
+
* 新增入参:OrderField, OrderDirection
|
|
209
142
|
|
|
210
143
|
|
|
211
144
|
|
|
212
145
|
|
|
213
|
-
##
|
|
146
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
214
147
|
|
|
215
148
|
### 第 35 次发布
|
|
216
149
|
|
|
217
|
-
发布时间:2023-07-
|
|
150
|
+
发布时间:2023-07-12 01:53:01
|
|
218
151
|
|
|
219
152
|
本次发布包含了以下内容:
|
|
220
153
|
|
|
@@ -222,47 +155,16 @@
|
|
|
222
155
|
|
|
223
156
|
新增接口:
|
|
224
157
|
|
|
225
|
-
* [
|
|
226
|
-
* [
|
|
227
|
-
* [CreateCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94852)
|
|
228
|
-
* [CreateCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94851)
|
|
229
|
-
* [CreateCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94850)
|
|
230
|
-
* [DeleteCloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/94849)
|
|
231
|
-
* [DeleteCloudNativeAPIGatewayRoute](https://cloud.tencent.com/document/api/1364/94848)
|
|
232
|
-
* [DeleteCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94847)
|
|
233
|
-
* [DeleteCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94846)
|
|
234
|
-
* [DeleteCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94845)
|
|
235
|
-
* [DescribeCloudNativeAPIGatewayCanaryRules](https://cloud.tencent.com/document/api/1364/94844)
|
|
236
|
-
* [DescribeCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94843)
|
|
237
|
-
* [DescribeCloudNativeAPIGatewayRoutes](https://cloud.tencent.com/document/api/1364/94842)
|
|
238
|
-
* [DescribeCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94841)
|
|
239
|
-
* [DescribeCloudNativeAPIGatewayServices](https://cloud.tencent.com/document/api/1364/94840)
|
|
240
|
-
* [DescribeOneCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94839)
|
|
241
|
-
* [ModifyCloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/94838)
|
|
242
|
-
* [ModifyCloudNativeAPIGatewayRoute](https://cloud.tencent.com/document/api/1364/94837)
|
|
243
|
-
* [ModifyCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94836)
|
|
244
|
-
* [ModifyCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94835)
|
|
245
|
-
* [ModifyCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94834)
|
|
158
|
+
* [DescribeColumnLineage](https://cloud.tencent.com/document/api/1267/94988)
|
|
159
|
+
* [DescribeTableLineage](https://cloud.tencent.com/document/api/1267/94987)
|
|
246
160
|
|
|
247
161
|
新增数据结构:
|
|
248
162
|
|
|
249
|
-
* [
|
|
250
|
-
* [
|
|
251
|
-
* [
|
|
252
|
-
* [
|
|
253
|
-
* [
|
|
254
|
-
* [ExternalRedis](https://cloud.tencent.com/document/api/1364/54942#ExternalRedis)
|
|
255
|
-
* [KVMapping](https://cloud.tencent.com/document/api/1364/54942#KVMapping)
|
|
256
|
-
* [KongRoutePreview](https://cloud.tencent.com/document/api/1364/54942#KongRoutePreview)
|
|
257
|
-
* [KongServiceDetail](https://cloud.tencent.com/document/api/1364/54942#KongServiceDetail)
|
|
258
|
-
* [KongServicePreview](https://cloud.tencent.com/document/api/1364/54942#KongServicePreview)
|
|
259
|
-
* [KongServiceRouteList](https://cloud.tencent.com/document/api/1364/54942#KongServiceRouteList)
|
|
260
|
-
* [KongServices](https://cloud.tencent.com/document/api/1364/54942#KongServices)
|
|
261
|
-
* [KongTarget](https://cloud.tencent.com/document/api/1364/54942#KongTarget)
|
|
262
|
-
* [KongUpstreamInfo](https://cloud.tencent.com/document/api/1364/54942#KongUpstreamInfo)
|
|
263
|
-
* [ListFilter](https://cloud.tencent.com/document/api/1364/54942#ListFilter)
|
|
264
|
-
* [QpsThreshold](https://cloud.tencent.com/document/api/1364/54942#QpsThreshold)
|
|
265
|
-
* [RateLimitResponse](https://cloud.tencent.com/document/api/1364/54942#RateLimitResponse)
|
|
163
|
+
* [ColumnAggregationLineage](https://cloud.tencent.com/document/api/1267/76336#ColumnAggregationLineage)
|
|
164
|
+
* [ColumnLineageInfo](https://cloud.tencent.com/document/api/1267/76336#ColumnLineageInfo)
|
|
165
|
+
* [LineageParamRecord](https://cloud.tencent.com/document/api/1267/76336#LineageParamRecord)
|
|
166
|
+
* [SimpleColumnInfo](https://cloud.tencent.com/document/api/1267/76336#SimpleColumnInfo)
|
|
167
|
+
* [TableLineageInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageInfo)
|
|
266
168
|
|
|
267
169
|
|
|
268
170
|
|
|
@@ -17053,6 +16955,21 @@
|
|
|
17053
16955
|
|
|
17054
16956
|
## 内容分发网络 CDN(cdn) 版本:2018-06-06
|
|
17055
16957
|
|
|
16958
|
+
### 第 126 次发布
|
|
16959
|
+
|
|
16960
|
+
发布时间:2023-07-12 01:11:36
|
|
16961
|
+
|
|
16962
|
+
本次发布包含了以下内容:
|
|
16963
|
+
|
|
16964
|
+
改善已有的文档。
|
|
16965
|
+
|
|
16966
|
+
修改数据结构:
|
|
16967
|
+
|
|
16968
|
+
* [HttpsPackage](https://cloud.tencent.com/document/api/228/30987#HttpsPackage)
|
|
16969
|
+
|
|
16970
|
+
* <font color="#dd0000">**修改成员**:</font>AutoExtension
|
|
16971
|
+
|
|
16972
|
+
|
|
17056
16973
|
### 第 125 次发布
|
|
17057
16974
|
|
|
17058
16975
|
发布时间:2023-06-28 01:06:57
|
|
@@ -20268,6 +20185,30 @@
|
|
|
20268
20185
|
|
|
20269
20186
|
## 文件存储(cfs) 版本:2019-07-19
|
|
20270
20187
|
|
|
20188
|
+
### 第 23 次发布
|
|
20189
|
+
|
|
20190
|
+
发布时间:2023-07-12 01:12:32
|
|
20191
|
+
|
|
20192
|
+
本次发布包含了以下内容:
|
|
20193
|
+
|
|
20194
|
+
改善已有的文档。
|
|
20195
|
+
|
|
20196
|
+
修改接口:
|
|
20197
|
+
|
|
20198
|
+
* [CreateCfsFileSystem](https://cloud.tencent.com/document/api/582/38174)
|
|
20199
|
+
|
|
20200
|
+
* 新增入参:SnapshotId, AutoSnapshotPolicyId, EnableAutoScaleUp
|
|
20201
|
+
|
|
20202
|
+
|
|
20203
|
+
修改数据结构:
|
|
20204
|
+
|
|
20205
|
+
* [SnapshotInfo](https://cloud.tencent.com/document/api/582/38175#SnapshotInfo)
|
|
20206
|
+
|
|
20207
|
+
* 新增成员:SnapshotTime
|
|
20208
|
+
|
|
20209
|
+
* <font color="#dd0000">**修改成员**:</font>SnapshotType
|
|
20210
|
+
|
|
20211
|
+
|
|
20271
20212
|
### 第 22 次发布
|
|
20272
20213
|
|
|
20273
20214
|
发布时间:2023-06-20 01:12:06
|
|
@@ -26650,16 +26591,16 @@
|
|
|
26650
26591
|
|
|
26651
26592
|
新增接口:
|
|
26652
26593
|
|
|
26653
|
-
* [
|
|
26654
|
-
* [
|
|
26655
|
-
* [
|
|
26656
|
-
* [
|
|
26594
|
+
* [CreateDataTransform](https://cloud.tencent.com/document/api/614/72184)
|
|
26595
|
+
* [DeleteDataTransform](https://cloud.tencent.com/document/api/614/72183)
|
|
26596
|
+
* [DescribeDataTransformInfo](https://cloud.tencent.com/document/api/614/72182)
|
|
26597
|
+
* [ModifyDataTransform](https://cloud.tencent.com/document/api/614/72181)
|
|
26657
26598
|
|
|
26658
26599
|
新增数据结构:
|
|
26659
26600
|
|
|
26660
|
-
* [
|
|
26661
|
-
* [
|
|
26662
|
-
* [
|
|
26601
|
+
* [DataTransformResouceInfo](https://cloud.tencent.com/document/api/614/56471#DataTransformResouceInfo)
|
|
26602
|
+
* [DataTransformTaskInfo](https://cloud.tencent.com/document/api/614/56471#DataTransformTaskInfo)
|
|
26603
|
+
* [PreviewLogStatistic](https://cloud.tencent.com/document/api/614/56471#PreviewLogStatistic)
|
|
26663
26604
|
|
|
26664
26605
|
### 第 54 次发布
|
|
26665
26606
|
|
|
@@ -29046,6 +28987,29 @@
|
|
|
29046
28987
|
|
|
29047
28988
|
## 内容安全(cms) 版本:2019-03-21
|
|
29048
28989
|
|
|
28990
|
+
### 第 17 次发布
|
|
28991
|
+
|
|
28992
|
+
发布时间:2023-07-11 01:11:56
|
|
28993
|
+
|
|
28994
|
+
本次发布包含了以下内容:
|
|
28995
|
+
|
|
28996
|
+
改善已有的文档。
|
|
28997
|
+
|
|
28998
|
+
修改接口:
|
|
28999
|
+
|
|
29000
|
+
* [CreateKeywordsSamples](https://cloud.tencent.com/document/api/669/93038)
|
|
29001
|
+
|
|
29002
|
+
* 新增出参:SuccessInfos
|
|
29003
|
+
|
|
29004
|
+
* [DeleteLibSamples](https://cloud.tencent.com/document/api/669/93037)
|
|
29005
|
+
|
|
29006
|
+
* 新增入参:SampleContents
|
|
29007
|
+
|
|
29008
|
+
* [DescribeLibSamples](https://cloud.tencent.com/document/api/669/93035)
|
|
29009
|
+
|
|
29010
|
+
* 新增入参:SampleIDs
|
|
29011
|
+
|
|
29012
|
+
|
|
29049
29013
|
### 第 16 次发布
|
|
29050
29014
|
|
|
29051
29015
|
发布时间:2023-05-31 21:26:41
|
|
@@ -43117,8 +43081,8 @@
|
|
|
43117
43081
|
|
|
43118
43082
|
新增数据结构:
|
|
43119
43083
|
|
|
43120
|
-
* [
|
|
43121
|
-
* [
|
|
43084
|
+
* [TagItem](https://cloud.tencent.com/document/api/1427/56185#TagItem)
|
|
43085
|
+
* [TagItemFilter](https://cloud.tencent.com/document/api/1427/56185#TagItemFilter)
|
|
43122
43086
|
|
|
43123
43087
|
修改数据结构:
|
|
43124
43088
|
|
|
@@ -45571,6 +45535,31 @@
|
|
|
45571
45535
|
|
|
45572
45536
|
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
45573
45537
|
|
|
45538
|
+
### 第 67 次发布
|
|
45539
|
+
|
|
45540
|
+
发布时间:2023-07-11 01:20:38
|
|
45541
|
+
|
|
45542
|
+
本次发布包含了以下内容:
|
|
45543
|
+
|
|
45544
|
+
改善已有的文档。
|
|
45545
|
+
|
|
45546
|
+
新增接口:
|
|
45547
|
+
|
|
45548
|
+
* [AllocateIpv6AddressesBandwidth](https://cloud.tencent.com/document/api/1108/94901)
|
|
45549
|
+
* [AssignIpv6CidrBlock](https://cloud.tencent.com/document/api/1108/94896)
|
|
45550
|
+
* [AssignIpv6CidrBlocks](https://cloud.tencent.com/document/api/1108/94895)
|
|
45551
|
+
* [AssignIpv6SubnetCidrBlock](https://cloud.tencent.com/document/api/1108/94903)
|
|
45552
|
+
* [DescribeRegionIpv6Addresses](https://cloud.tencent.com/document/api/1108/94900)
|
|
45553
|
+
* [ModifyIpv6AddressesBandwidth](https://cloud.tencent.com/document/api/1108/94899)
|
|
45554
|
+
* [QueryVpcTaskResult](https://cloud.tencent.com/document/api/1108/94894)
|
|
45555
|
+
* [ReleaseIpv6AddressesBandwidth](https://cloud.tencent.com/document/api/1108/94898)
|
|
45556
|
+
* [UnassignIpv6SubnetCidrBlock](https://cloud.tencent.com/document/api/1108/94902)
|
|
45557
|
+
|
|
45558
|
+
新增数据结构:
|
|
45559
|
+
|
|
45560
|
+
* [ISPTypeItem](https://cloud.tencent.com/document/api/1108/42574#ISPTypeItem)
|
|
45561
|
+
* [Ipv6SubnetCidrBlock](https://cloud.tencent.com/document/api/1108/42574#Ipv6SubnetCidrBlock)
|
|
45562
|
+
|
|
45574
45563
|
### 第 66 次发布
|
|
45575
45564
|
|
|
45576
45565
|
发布时间:2023-07-07 01:25:16
|
|
@@ -48773,6 +48762,18 @@
|
|
|
48773
48762
|
|
|
48774
48763
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
48775
48764
|
|
|
48765
|
+
### 第 44 次发布
|
|
48766
|
+
|
|
48767
|
+
发布时间:2023-07-12 01:24:00
|
|
48768
|
+
|
|
48769
|
+
本次发布包含了以下内容:
|
|
48770
|
+
|
|
48771
|
+
改善已有的文档。
|
|
48772
|
+
|
|
48773
|
+
新增接口:
|
|
48774
|
+
|
|
48775
|
+
* [[ModifyEsVipSecurityGroup](https://cloud.tencent.com/document/api/845/94985)](https://cloud.tencent.com/document/api/#/#)
|
|
48776
|
+
|
|
48776
48777
|
### 第 43 次发布
|
|
48777
48778
|
|
|
48778
48779
|
发布时间:2023-05-11 01:24:36
|
|
@@ -49749,6 +49750,62 @@
|
|
|
49749
49750
|
|
|
49750
49751
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
49751
49752
|
|
|
49753
|
+
### 第 86 次发布
|
|
49754
|
+
|
|
49755
|
+
发布时间:2023-07-10 14:56:45
|
|
49756
|
+
|
|
49757
|
+
本次发布包含了以下内容:
|
|
49758
|
+
|
|
49759
|
+
改善已有的文档。
|
|
49760
|
+
|
|
49761
|
+
新增接口:
|
|
49762
|
+
|
|
49763
|
+
* [CreateFlowGroupByFiles](https://cloud.tencent.com/document/api/1323/94888)
|
|
49764
|
+
* [CreateFlowGroupByTemplates](https://cloud.tencent.com/document/api/1323/94887)
|
|
49765
|
+
|
|
49766
|
+
新增数据结构:
|
|
49767
|
+
|
|
49768
|
+
* [FlowGroupInfo](https://cloud.tencent.com/document/api/1323/70369#FlowGroupInfo)
|
|
49769
|
+
* [FlowGroupOptions](https://cloud.tencent.com/document/api/1323/70369#FlowGroupOptions)
|
|
49770
|
+
|
|
49771
|
+
### 第 85 次发布
|
|
49772
|
+
|
|
49773
|
+
发布时间:2023-07-10 11:31:37
|
|
49774
|
+
|
|
49775
|
+
本次发布包含了以下内容:
|
|
49776
|
+
|
|
49777
|
+
改善已有的文档。
|
|
49778
|
+
|
|
49779
|
+
修改接口:
|
|
49780
|
+
|
|
49781
|
+
* [CreateSchemeUrl](https://cloud.tencent.com/document/api/1323/70359)
|
|
49782
|
+
|
|
49783
|
+
* 新增入参:FlowGroupId
|
|
49784
|
+
|
|
49785
|
+
* [DescribeFlowInfo](https://cloud.tencent.com/document/api/1323/80032)
|
|
49786
|
+
|
|
49787
|
+
* 新增入参:FlowGroupId
|
|
49788
|
+
|
|
49789
|
+
* <font color="#dd0000">**修改入参**:</font>FlowIds
|
|
49790
|
+
|
|
49791
|
+
* 新增出参:FlowGroupId, FlowGroupName
|
|
49792
|
+
|
|
49793
|
+
|
|
49794
|
+
修改数据结构:
|
|
49795
|
+
|
|
49796
|
+
* [ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)
|
|
49797
|
+
|
|
49798
|
+
* <font color="#dd0000">**修改成员**:</font>SignComponents
|
|
49799
|
+
|
|
49800
|
+
* [FlowApproverDetail](https://cloud.tencent.com/document/api/1323/70369#FlowApproverDetail)
|
|
49801
|
+
|
|
49802
|
+
* <font color="#dd0000">**修改成员**:</font>ApproveMessage
|
|
49803
|
+
|
|
49804
|
+
* [FlowDetailInfo](https://cloud.tencent.com/document/api/1323/70369#FlowDetailInfo)
|
|
49805
|
+
|
|
49806
|
+
* <font color="#dd0000">**修改成员**:</font>CcInfos, Creator
|
|
49807
|
+
|
|
49808
|
+
|
|
49752
49809
|
### 第 84 次发布
|
|
49753
49810
|
|
|
49754
49811
|
发布时间:2023-07-05 01:27:03
|
|
@@ -51393,6 +51450,48 @@
|
|
|
51393
51450
|
|
|
51394
51451
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
51395
51452
|
|
|
51453
|
+
### 第 92 次发布
|
|
51454
|
+
|
|
51455
|
+
发布时间:2023-07-12 01:24:43
|
|
51456
|
+
|
|
51457
|
+
本次发布包含了以下内容:
|
|
51458
|
+
|
|
51459
|
+
改善已有的文档。
|
|
51460
|
+
|
|
51461
|
+
修改数据结构:
|
|
51462
|
+
|
|
51463
|
+
* [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
|
|
51464
|
+
|
|
51465
|
+
* 新增成员:NotifyType
|
|
51466
|
+
|
|
51467
|
+
|
|
51468
|
+
### 第 91 次发布
|
|
51469
|
+
|
|
51470
|
+
发布时间:2023-07-10 14:50:55
|
|
51471
|
+
|
|
51472
|
+
本次发布包含了以下内容:
|
|
51473
|
+
|
|
51474
|
+
改善已有的文档。
|
|
51475
|
+
|
|
51476
|
+
新增接口:
|
|
51477
|
+
|
|
51478
|
+
* [ChannelCreateFlowGroupByTemplates](https://cloud.tencent.com/document/api/1420/94886)
|
|
51479
|
+
|
|
51480
|
+
### 第 90 次发布
|
|
51481
|
+
|
|
51482
|
+
发布时间:2023-07-10 11:31:03
|
|
51483
|
+
|
|
51484
|
+
本次发布包含了以下内容:
|
|
51485
|
+
|
|
51486
|
+
改善已有的文档。
|
|
51487
|
+
|
|
51488
|
+
修改数据结构:
|
|
51489
|
+
|
|
51490
|
+
* [FlowFileInfo](https://cloud.tencent.com/document/api/1420/61525#FlowFileInfo)
|
|
51491
|
+
|
|
51492
|
+
* 新增成员:Components
|
|
51493
|
+
|
|
51494
|
+
|
|
51396
51495
|
### 第 89 次发布
|
|
51397
51496
|
|
|
51398
51497
|
发布时间:2023-07-10 01:25:48
|
|
@@ -64129,6 +64228,21 @@
|
|
|
64129
64228
|
|
|
64130
64229
|
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
64131
64230
|
|
|
64231
|
+
### 第 29 次发布
|
|
64232
|
+
|
|
64233
|
+
发布时间:2023-07-12 01:30:32
|
|
64234
|
+
|
|
64235
|
+
本次发布包含了以下内容:
|
|
64236
|
+
|
|
64237
|
+
改善已有的文档。
|
|
64238
|
+
|
|
64239
|
+
修改接口:
|
|
64240
|
+
|
|
64241
|
+
* [DescribeDocument](https://cloud.tencent.com/document/api/1639/86321)
|
|
64242
|
+
|
|
64243
|
+
* 新增出参:Pages
|
|
64244
|
+
|
|
64245
|
+
|
|
64132
64246
|
### 第 28 次发布
|
|
64133
64247
|
|
|
64134
64248
|
发布时间:2023-07-10 01:31:48
|
|
@@ -84887,7 +85001,7 @@
|
|
|
84887
85001
|
|
|
84888
85002
|
新增数据结构:
|
|
84889
85003
|
|
|
84890
|
-
* [
|
|
85004
|
+
* [Tone](https://cloud.tencent.com/document/api/884/19320#Tone)
|
|
84891
85005
|
|
|
84892
85006
|
修改数据结构:
|
|
84893
85007
|
|
|
@@ -90081,6 +90195,21 @@
|
|
|
90081
90195
|
|
|
90082
90196
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
90083
90197
|
|
|
90198
|
+
### 第 97 次发布
|
|
90199
|
+
|
|
90200
|
+
发布时间:2023-07-11 01:40:42
|
|
90201
|
+
|
|
90202
|
+
本次发布包含了以下内容:
|
|
90203
|
+
|
|
90204
|
+
改善已有的文档。
|
|
90205
|
+
|
|
90206
|
+
修改数据结构:
|
|
90207
|
+
|
|
90208
|
+
* [WxGatewayRountItem](https://cloud.tencent.com/document/api/876/34822#WxGatewayRountItem)
|
|
90209
|
+
|
|
90210
|
+
* 新增成员:GatewayRouteEnvId
|
|
90211
|
+
|
|
90212
|
+
|
|
90084
90213
|
### 第 96 次发布
|
|
90085
90214
|
|
|
90086
90215
|
发布时间:2023-06-29 18:45:40
|
|
@@ -91992,6 +92121,28 @@
|
|
|
91992
92121
|
|
|
91993
92122
|
|
|
91994
92123
|
|
|
92124
|
+
## 腾讯云健康看板(tchd) 版本:2023-03-06
|
|
92125
|
+
|
|
92126
|
+
### 第 1 次发布
|
|
92127
|
+
|
|
92128
|
+
发布时间:2023-07-10 10:40:45
|
|
92129
|
+
|
|
92130
|
+
本次发布包含了以下内容:
|
|
92131
|
+
|
|
92132
|
+
改善已有的文档。
|
|
92133
|
+
|
|
92134
|
+
新增接口:
|
|
92135
|
+
|
|
92136
|
+
* [DescribeEvents](https://cloud.tencent.com/document/api/1688/94858)
|
|
92137
|
+
|
|
92138
|
+
新增数据结构:
|
|
92139
|
+
|
|
92140
|
+
* [EventDetail](https://cloud.tencent.com/document/api/1688/94859#EventDetail)
|
|
92141
|
+
* [ProductEventList](https://cloud.tencent.com/document/api/1688/94859#ProductEventList)
|
|
92142
|
+
|
|
92143
|
+
|
|
92144
|
+
|
|
92145
|
+
|
|
91995
92146
|
## 腾讯智学课堂分析(tci) 版本:2019-03-18
|
|
91996
92147
|
|
|
91997
92148
|
### 第 8 次发布
|
|
@@ -95909,7 +96060,7 @@
|
|
|
95909
96060
|
|
|
95910
96061
|
新增接口:
|
|
95911
96062
|
|
|
95912
|
-
* [
|
|
96063
|
+
* [DeleteRabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/94833)
|
|
95913
96064
|
|
|
95914
96065
|
### 第 65 次发布
|
|
95915
96066
|
|
|
@@ -104446,6 +104597,36 @@
|
|
|
104446
104597
|
|
|
104447
104598
|
## 容器服务(tke) 版本:2018-05-25
|
|
104448
104599
|
|
|
104600
|
+
### 第 158 次发布
|
|
104601
|
+
|
|
104602
|
+
发布时间:2023-07-12 01:46:09
|
|
104603
|
+
|
|
104604
|
+
本次发布包含了以下内容:
|
|
104605
|
+
|
|
104606
|
+
改善已有的文档。
|
|
104607
|
+
|
|
104608
|
+
修改数据结构:
|
|
104609
|
+
|
|
104610
|
+
* [ClusterAsGroupOption](https://cloud.tencent.com/document/api/457/31866#ClusterAsGroupOption)
|
|
104611
|
+
|
|
104612
|
+
* <font color="#dd0000">**修改成员**:</font>IsScaleDownEnabled, Expander, MaxEmptyBulkDelete, ScaleDownDelay, ScaleDownUnneededTime, ScaleDownUtilizationThreshold, SkipNodesWithLocalStorage, SkipNodesWithSystemPods, IgnoreDaemonSetsUtilization, OkTotalUnreadyCount, MaxTotalUnreadyPercentage, ScaleDownUnreadyTime, UnregisteredNodeRemovalTime
|
|
104613
|
+
|
|
104614
|
+
|
|
104615
|
+
### 第 157 次发布
|
|
104616
|
+
|
|
104617
|
+
发布时间:2023-07-11 01:47:07
|
|
104618
|
+
|
|
104619
|
+
本次发布包含了以下内容:
|
|
104620
|
+
|
|
104621
|
+
改善已有的文档。
|
|
104622
|
+
|
|
104623
|
+
修改数据结构:
|
|
104624
|
+
|
|
104625
|
+
* [ClusterAsGroupOption](https://cloud.tencent.com/document/api/457/31866#ClusterAsGroupOption)
|
|
104626
|
+
|
|
104627
|
+
* <font color="#dd0000">**修改成员**:</font>IsScaleDownEnabled, Expander, MaxEmptyBulkDelete, ScaleDownDelay, ScaleDownUnneededTime, ScaleDownUtilizationThreshold, SkipNodesWithLocalStorage, SkipNodesWithSystemPods, IgnoreDaemonSetsUtilization
|
|
104628
|
+
|
|
104629
|
+
|
|
104449
104630
|
### 第 156 次发布
|
|
104450
104631
|
|
|
104451
104632
|
发布时间:2023-07-07 01:54:52
|
|
@@ -108651,6 +108832,23 @@
|
|
|
108651
108832
|
|
|
108652
108833
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
108653
108834
|
|
|
108835
|
+
### 第 55 次发布
|
|
108836
|
+
|
|
108837
|
+
发布时间:2023-07-11 01:48:58
|
|
108838
|
+
|
|
108839
|
+
本次发布包含了以下内容:
|
|
108840
|
+
|
|
108841
|
+
改善已有的文档。
|
|
108842
|
+
|
|
108843
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
108844
|
+
|
|
108845
|
+
* DescribeExternalTrtcMeasure
|
|
108846
|
+
|
|
108847
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
108848
|
+
|
|
108849
|
+
* SdkAppIdNewTrtcTimeUsage
|
|
108850
|
+
* TrtcTimeNewUsage
|
|
108851
|
+
|
|
108654
108852
|
### 第 54 次发布
|
|
108655
108853
|
|
|
108656
108854
|
发布时间:2023-04-14 02:00:19
|
|
@@ -109691,47 +109889,47 @@
|
|
|
109691
109889
|
|
|
109692
109890
|
新增接口:
|
|
109693
109891
|
|
|
109694
|
-
* [
|
|
109695
|
-
* [
|
|
109696
|
-
* [
|
|
109697
|
-
* [
|
|
109698
|
-
* [
|
|
109699
|
-
* [
|
|
109700
|
-
* [
|
|
109701
|
-
* [
|
|
109702
|
-
* [
|
|
109703
|
-
* [
|
|
109704
|
-
* [
|
|
109705
|
-
* [
|
|
109706
|
-
* [
|
|
109707
|
-
* [
|
|
109708
|
-
* [
|
|
109709
|
-
* [
|
|
109710
|
-
* [
|
|
109711
|
-
* [
|
|
109712
|
-
* [
|
|
109713
|
-
* [
|
|
109714
|
-
* [
|
|
109715
|
-
|
|
109716
|
-
新增数据结构:
|
|
109717
|
-
|
|
109718
|
-
* [
|
|
109719
|
-
* [
|
|
109720
|
-
* [
|
|
109721
|
-
* [
|
|
109722
|
-
* [
|
|
109723
|
-
* [
|
|
109724
|
-
* [
|
|
109725
|
-
* [
|
|
109726
|
-
* [
|
|
109727
|
-
* [
|
|
109728
|
-
* [
|
|
109729
|
-
* [
|
|
109730
|
-
* [
|
|
109731
|
-
* [
|
|
109732
|
-
* [
|
|
109733
|
-
* [
|
|
109734
|
-
* [
|
|
109892
|
+
* [CreateCloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/94854)
|
|
109893
|
+
* [CreateCloudNativeAPIGatewayRoute](https://cloud.tencent.com/document/api/1364/94853)
|
|
109894
|
+
* [CreateCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94852)
|
|
109895
|
+
* [CreateCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94851)
|
|
109896
|
+
* [CreateCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94850)
|
|
109897
|
+
* [DeleteCloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/94849)
|
|
109898
|
+
* [DeleteCloudNativeAPIGatewayRoute](https://cloud.tencent.com/document/api/1364/94848)
|
|
109899
|
+
* [DeleteCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94847)
|
|
109900
|
+
* [DeleteCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94846)
|
|
109901
|
+
* [DeleteCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94845)
|
|
109902
|
+
* [DescribeCloudNativeAPIGatewayCanaryRules](https://cloud.tencent.com/document/api/1364/94844)
|
|
109903
|
+
* [DescribeCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94843)
|
|
109904
|
+
* [DescribeCloudNativeAPIGatewayRoutes](https://cloud.tencent.com/document/api/1364/94842)
|
|
109905
|
+
* [DescribeCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94841)
|
|
109906
|
+
* [DescribeCloudNativeAPIGatewayServices](https://cloud.tencent.com/document/api/1364/94840)
|
|
109907
|
+
* [DescribeOneCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94839)
|
|
109908
|
+
* [ModifyCloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/94838)
|
|
109909
|
+
* [ModifyCloudNativeAPIGatewayRoute](https://cloud.tencent.com/document/api/1364/94837)
|
|
109910
|
+
* [ModifyCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94836)
|
|
109911
|
+
* [ModifyCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94835)
|
|
109912
|
+
* [ModifyCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94834)
|
|
109913
|
+
|
|
109914
|
+
新增数据结构:
|
|
109915
|
+
|
|
109916
|
+
* [CloudAPIGatewayCanaryRuleList](https://cloud.tencent.com/document/api/1364/54942#CloudAPIGatewayCanaryRuleList)
|
|
109917
|
+
* [CloudNativeAPIGatewayBalancedService](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayBalancedService)
|
|
109918
|
+
* [CloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayCanaryRule)
|
|
109919
|
+
* [CloudNativeAPIGatewayCanaryRuleCondition](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayCanaryRuleCondition)
|
|
109920
|
+
* [CloudNativeAPIGatewayRateLimitDetail](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayRateLimitDetail)
|
|
109921
|
+
* [ExternalRedis](https://cloud.tencent.com/document/api/1364/54942#ExternalRedis)
|
|
109922
|
+
* [KVMapping](https://cloud.tencent.com/document/api/1364/54942#KVMapping)
|
|
109923
|
+
* [KongRoutePreview](https://cloud.tencent.com/document/api/1364/54942#KongRoutePreview)
|
|
109924
|
+
* [KongServiceDetail](https://cloud.tencent.com/document/api/1364/54942#KongServiceDetail)
|
|
109925
|
+
* [KongServicePreview](https://cloud.tencent.com/document/api/1364/54942#KongServicePreview)
|
|
109926
|
+
* [KongServiceRouteList](https://cloud.tencent.com/document/api/1364/54942#KongServiceRouteList)
|
|
109927
|
+
* [KongServices](https://cloud.tencent.com/document/api/1364/54942#KongServices)
|
|
109928
|
+
* [KongTarget](https://cloud.tencent.com/document/api/1364/54942#KongTarget)
|
|
109929
|
+
* [KongUpstreamInfo](https://cloud.tencent.com/document/api/1364/54942#KongUpstreamInfo)
|
|
109930
|
+
* [ListFilter](https://cloud.tencent.com/document/api/1364/54942#ListFilter)
|
|
109931
|
+
* [QpsThreshold](https://cloud.tencent.com/document/api/1364/54942#QpsThreshold)
|
|
109932
|
+
* [RateLimitResponse](https://cloud.tencent.com/document/api/1364/54942#RateLimitResponse)
|
|
109735
109933
|
|
|
109736
109934
|
### 第 34 次发布
|
|
109737
109935
|
|
|
@@ -117881,6 +118079,21 @@
|
|
|
117881
118079
|
|
|
117882
118080
|
## 私有网络(vpc) 版本:2017-03-12
|
|
117883
118081
|
|
|
118082
|
+
### 第 161 次发布
|
|
118083
|
+
|
|
118084
|
+
发布时间:2023-07-12 01:51:01
|
|
118085
|
+
|
|
118086
|
+
本次发布包含了以下内容:
|
|
118087
|
+
|
|
118088
|
+
改善已有的文档。
|
|
118089
|
+
|
|
118090
|
+
修改接口:
|
|
118091
|
+
|
|
118092
|
+
* [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808)
|
|
118093
|
+
|
|
118094
|
+
* 新增入参:OrderField, OrderDirection
|
|
118095
|
+
|
|
118096
|
+
|
|
117884
118097
|
### 第 160 次发布
|
|
117885
118098
|
|
|
117886
118099
|
发布时间:2023-07-07 01:59:12
|
|
@@ -122284,6 +122497,21 @@
|
|
|
122284
122497
|
|
|
122285
122498
|
## 企业微信汽车行业版(wav) 版本:2021-01-29
|
|
122286
122499
|
|
|
122500
|
+
### 第 15 次发布
|
|
122501
|
+
|
|
122502
|
+
发布时间:2023-07-11 01:55:43
|
|
122503
|
+
|
|
122504
|
+
本次发布包含了以下内容:
|
|
122505
|
+
|
|
122506
|
+
改善已有的文档。
|
|
122507
|
+
|
|
122508
|
+
修改数据结构:
|
|
122509
|
+
|
|
122510
|
+
* [ClueInfoDetail](https://cloud.tencent.com/document/api/1318/56791#ClueInfoDetail)
|
|
122511
|
+
|
|
122512
|
+
* 新增成员:CorpShopId
|
|
122513
|
+
|
|
122514
|
+
|
|
122287
122515
|
### 第 14 次发布
|
|
122288
122516
|
|
|
122289
122517
|
发布时间:2023-06-30 12:15:39
|
|
@@ -122579,6 +122807,27 @@
|
|
|
122579
122807
|
|
|
122580
122808
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
122581
122809
|
|
|
122810
|
+
### 第 35 次发布
|
|
122811
|
+
|
|
122812
|
+
发布时间:2023-07-12 01:53:01
|
|
122813
|
+
|
|
122814
|
+
本次发布包含了以下内容:
|
|
122815
|
+
|
|
122816
|
+
改善已有的文档。
|
|
122817
|
+
|
|
122818
|
+
新增接口:
|
|
122819
|
+
|
|
122820
|
+
* [[DescribeColumnLineage](https://cloud.tencent.com/document/api/1267/94988)](https://cloud.tencent.com/document/api/#/#)
|
|
122821
|
+
* [[DescribeTableLineage](https://cloud.tencent.com/document/api/1267/94987)](https://cloud.tencent.com/document/api/#/#)
|
|
122822
|
+
|
|
122823
|
+
新增数据结构:
|
|
122824
|
+
|
|
122825
|
+
* [[ColumnAggregationLineage](https://cloud.tencent.com/document/api/1267/76336#ColumnAggregationLineage)](https://cloud.tencent.com/document/api/1267/76336#[ColumnAggregationLineage](https://cloud.tencent.com/document/api/1267/76336#ColumnAggregationLineage))
|
|
122826
|
+
* [[ColumnLineageInfo](https://cloud.tencent.com/document/api/1267/76336#ColumnLineageInfo)](https://cloud.tencent.com/document/api/1267/76336#[ColumnLineageInfo](https://cloud.tencent.com/document/api/1267/76336#ColumnLineageInfo))
|
|
122827
|
+
* [[LineageParamRecord](https://cloud.tencent.com/document/api/1267/76336#LineageParamRecord)](https://cloud.tencent.com/document/api/1267/76336#[LineageParamRecord](https://cloud.tencent.com/document/api/1267/76336#LineageParamRecord))
|
|
122828
|
+
* [[SimpleColumnInfo](https://cloud.tencent.com/document/api/1267/76336#SimpleColumnInfo)](https://cloud.tencent.com/document/api/1267/76336#[SimpleColumnInfo](https://cloud.tencent.com/document/api/1267/76336#SimpleColumnInfo))
|
|
122829
|
+
* [[TableLineageInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageInfo)](https://cloud.tencent.com/document/api/1267/76336#[TableLineageInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageInfo))
|
|
122830
|
+
|
|
122582
122831
|
### 第 34 次发布
|
|
122583
122832
|
|
|
122584
122833
|
发布时间:2023-07-07 02:01:57
|