tencentcloud-sdk-nodejs 4.0.568 → 4.0.570
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 +391 -0
- package/SERVICE_CHANGELOG.md +417 -91
- package/package.json +1 -1
- package/products.md +190 -190
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +4 -4
- package/src/services/bma/v20221115/bma_models.ts +5 -0
- package/src/services/cdn/v20180606/cdn_models.ts +7 -7
- package/src/services/cfs/v20190719/cfs_models.ts +9 -3
- package/src/services/ckafka/v20190819/ckafka_client.ts +18 -6
- package/src/services/ckafka/v20190819/ckafka_models.ts +46 -1
- package/src/services/cwp/v20180228/cwp_client.ts +26 -13
- package/src/services/cwp/v20180228/cwp_models.ts +261 -72
- package/src/services/dcdb/v20180411/dcdb_models.ts +55 -49
- package/src/services/ess/v20201111/ess_client.ts +2 -1
- package/src/services/ess/v20201111/ess_models.ts +34 -4
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/mariadb/v20170312/mariadb_models.ts +60 -54
- package/src/services/mongodb/v20190725/mongodb_client.ts +1 -1
- package/src/services/mongodb/v20190725/mongodb_models.ts +7 -7
- package/src/services/monitor/v20180724/monitor_client.ts +3 -1
- package/src/services/ocr/v20181119/ocr_models.ts +11 -1
- package/src/services/region/v20220627/region_models.ts +14 -4
- package/src/services/ssl/v20191205/ssl_models.ts +52 -47
- package/src/services/tcb/v20180608/tcb_models.ts +57 -47
- package/src/services/tcr/v20190924/tcr_client.ts +8 -4
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/thpc/index.ts +2 -0
- package/src/services/thpc/v20230321/index.ts +6 -0
- package/src/services/thpc/v20230321/thpc_client.ts +250 -0
- package/src/services/thpc/v20230321/thpc_models.ts +1558 -0
- package/src/services/tiw/v20190919/tiw_client.ts +31 -17
- package/src/services/tiw/v20190919/tiw_models.ts +151 -21
- package/src/services/trtc/v20190722/trtc_client.ts +3 -3
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/tse/v20201207/tse_models.ts +30 -0
- package/src/services/tts/v20190823/tts_models.ts +10 -4
- package/src/services/vod/v20180717/vod_client.ts +2 -0
- package/src/services/vod/v20180717/vod_models.ts +22 -2
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +4 -4
- package/tencentcloud/services/bma/v20221115/bma_models.d.ts +4 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +7 -7
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +8 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +7 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +9 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +39 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +9 -5
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +12 -6
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +228 -72
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +54 -49
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +30 -4
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +59 -54
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +7 -7
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +3 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +3 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +10 -1
- package/tencentcloud/services/region/v20220627/region_models.d.ts +12 -4
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +51 -47
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +55 -47
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +6 -2
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +6 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/thpc/index.d.ts +4 -0
- package/tencentcloud/services/thpc/index.js +2 -0
- package/tencentcloud/services/thpc/v20230321/index.d.ts +6 -0
- package/tencentcloud/services/thpc/v20230321/index.js +9 -0
- package/tencentcloud/services/thpc/v20230321/thpc_client.d.ts +77 -0
- package/tencentcloud/services/thpc/v20230321/thpc_client.js +128 -0
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +1314 -0
- package/tencentcloud/services/thpc/v20230321/thpc_models.js +18 -0
- package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +11 -7
- package/tencentcloud/services/tiw/v20190919/tiw_client.js +15 -9
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +127 -19
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -3
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -3
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +25 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +9 -4
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -0
- package/tencentcloud/services/vod/v20180717/vod_client.js +2 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +20 -2
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/test/ckafka.v20190819.test.js +12 -2
- package/test/cwp.v20180228.test.js +14 -4
- package/test/thpc.v20230321.test.js +171 -0
- package/test/tiw.v20190919.test.js +22 -12
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,159 +1,155 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 品牌经营管家(bma) 版本:2022-11-15
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 6 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-03-
|
|
7
|
+
发布时间:2023-03-30 01:04:35
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [DescribeTelCallInfo](https://cloud.tencent.com/document/api/679/50168)
|
|
16
|
-
|
|
17
|
-
* 新增出参:AsrOfflineCount, AsrRealtimeCount
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
23
|
-
|
|
24
|
-
### 第 118 次发布
|
|
25
|
-
|
|
26
|
-
发布时间:2023-03-28 01:09:40
|
|
27
|
-
|
|
28
|
-
本次发布包含了以下内容:
|
|
29
|
-
|
|
30
|
-
改善已有的文档。
|
|
31
|
-
|
|
32
|
-
修改接口:
|
|
33
|
-
|
|
34
|
-
* [DescribeDBInstances](https://cloud.tencent.com/document/api/236/15872)
|
|
35
|
-
|
|
36
|
-
* 新增入参:EngineTypes
|
|
37
|
-
|
|
38
|
-
|
|
39
13
|
修改数据结构:
|
|
40
14
|
|
|
41
|
-
* [
|
|
42
|
-
|
|
43
|
-
* 新增成员:DiskType
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
## 日志服务(cls) 版本:2020-10-16
|
|
49
|
-
|
|
50
|
-
### 第 38 次发布
|
|
51
|
-
|
|
52
|
-
发布时间:2023-03-28 01:16:03
|
|
53
|
-
|
|
54
|
-
本次发布包含了以下内容:
|
|
55
|
-
|
|
56
|
-
改善已有的文档。
|
|
57
|
-
|
|
58
|
-
修改接口:
|
|
59
|
-
|
|
60
|
-
* [SearchLog](https://cloud.tencent.com/document/api/614/56447)
|
|
61
|
-
|
|
62
|
-
* 新增入参:SyntaxRule
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
修改数据结构:
|
|
15
|
+
* [BrandData](https://cloud.tencent.com/document/api/1296/86604#BrandData)
|
|
66
16
|
|
|
67
|
-
*
|
|
17
|
+
* 新增成员:Uin
|
|
68
18
|
|
|
69
|
-
* 新增成员:RawLog, IndexStatus
|
|
70
19
|
|
|
71
|
-
* [LogInfo](https://cloud.tencent.com/document/api/614/56471#LogInfo)
|
|
72
20
|
|
|
73
|
-
* 新增成员:RawLog, IndexStatus
|
|
74
21
|
|
|
22
|
+
## 品牌经营管家(bma) 版本:2021-06-24
|
|
75
23
|
|
|
76
24
|
|
|
77
25
|
|
|
78
|
-
##
|
|
26
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
79
27
|
|
|
80
|
-
### 第
|
|
28
|
+
### 第 75 次发布
|
|
81
29
|
|
|
82
|
-
发布时间:2023-03-
|
|
30
|
+
发布时间:2023-03-30 01:13:34
|
|
83
31
|
|
|
84
32
|
本次发布包含了以下内容:
|
|
85
33
|
|
|
86
34
|
改善已有的文档。
|
|
87
35
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
* [ModifyStudioProduct](https://cloud.tencent.com/document/api/1081/34983)
|
|
91
|
-
|
|
92
|
-
* 新增入参:BindStrategy
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
修改数据结构:
|
|
36
|
+
新增接口:
|
|
96
37
|
|
|
97
|
-
* [
|
|
38
|
+
* [DescribeRiskDnsEventList](https://cloud.tencent.com/document/api/296/89634)
|
|
98
39
|
|
|
99
|
-
|
|
40
|
+
新增数据结构:
|
|
100
41
|
|
|
42
|
+
* [RiskDnsEvent](https://cloud.tencent.com/document/api/296/19867#RiskDnsEvent)
|
|
101
43
|
|
|
102
44
|
|
|
103
45
|
|
|
104
|
-
##
|
|
46
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
105
47
|
|
|
106
|
-
### 第
|
|
48
|
+
### 第 91 次发布
|
|
107
49
|
|
|
108
|
-
发布时间:2023-03-
|
|
50
|
+
发布时间:2023-03-30 01:49:43
|
|
109
51
|
|
|
110
52
|
本次发布包含了以下内容:
|
|
111
53
|
|
|
112
54
|
改善已有的文档。
|
|
113
55
|
|
|
114
|
-
|
|
56
|
+
修改数据结构:
|
|
115
57
|
|
|
116
|
-
* [
|
|
58
|
+
* [SmartFormFileUrl](https://cloud.tencent.com/document/api/866/33527#SmartFormFileUrl)
|
|
117
59
|
|
|
118
|
-
*
|
|
60
|
+
* 新增成员:FileUrl, FileOrderNumber
|
|
119
61
|
|
|
120
62
|
|
|
121
63
|
|
|
122
64
|
|
|
123
|
-
##
|
|
65
|
+
## 高性能计算平台(thpc) 版本:2023-03-21
|
|
124
66
|
|
|
125
|
-
### 第
|
|
67
|
+
### 第 1 次发布
|
|
126
68
|
|
|
127
|
-
发布时间:2023-03-
|
|
69
|
+
发布时间:2023-03-29 12:01:10
|
|
70
|
+
|
|
71
|
+
本次发布包含了以下内容:
|
|
72
|
+
|
|
73
|
+
改善已有的文档。
|
|
74
|
+
|
|
75
|
+
新增接口:
|
|
76
|
+
|
|
77
|
+
* [AddClusterStorageOption](https://cloud.tencent.com/document/api/1527/89578)
|
|
78
|
+
* [AddNodes](https://cloud.tencent.com/document/api/1527/89571)
|
|
79
|
+
* [AddQueue](https://cloud.tencent.com/document/api/1527/89567)
|
|
80
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/1527/89563)
|
|
81
|
+
* [DeleteCluster](https://cloud.tencent.com/document/api/1527/89562)
|
|
82
|
+
* [DeleteClusterStorageOption](https://cloud.tencent.com/document/api/1527/89577)
|
|
83
|
+
* [DeleteNodes](https://cloud.tencent.com/document/api/1527/89570)
|
|
84
|
+
* [DeleteQueue](https://cloud.tencent.com/document/api/1527/89566)
|
|
85
|
+
* [DescribeAutoScalingConfiguration](https://cloud.tencent.com/document/api/1527/89574)
|
|
86
|
+
* [DescribeClusterActivities](https://cloud.tencent.com/document/api/1527/89561)
|
|
87
|
+
* [DescribeClusterStorageOption](https://cloud.tencent.com/document/api/1527/89576)
|
|
88
|
+
* [DescribeClusters](https://cloud.tencent.com/document/api/1527/89560)
|
|
89
|
+
* [DescribeNodes](https://cloud.tencent.com/document/api/1527/89569)
|
|
90
|
+
* [DescribeQueues](https://cloud.tencent.com/document/api/1527/89565)
|
|
91
|
+
* [SetAutoScalingConfiguration](https://cloud.tencent.com/document/api/1527/89573)
|
|
92
|
+
|
|
93
|
+
新增数据结构:
|
|
94
|
+
|
|
95
|
+
* [CFSOption](https://cloud.tencent.com/document/api/1527/89579#CFSOption)
|
|
96
|
+
* [CFSOptionOverview](https://cloud.tencent.com/document/api/1527/89579#CFSOptionOverview)
|
|
97
|
+
* [ClusterActivity](https://cloud.tencent.com/document/api/1527/89579#ClusterActivity)
|
|
98
|
+
* [ClusterOverview](https://cloud.tencent.com/document/api/1527/89579#ClusterOverview)
|
|
99
|
+
* [ComputeNode](https://cloud.tencent.com/document/api/1527/89579#ComputeNode)
|
|
100
|
+
* [ComputeNodeOverview](https://cloud.tencent.com/document/api/1527/89579#ComputeNodeOverview)
|
|
101
|
+
* [DataDisk](https://cloud.tencent.com/document/api/1527/89579#DataDisk)
|
|
102
|
+
* [ExpansionNodeConfig](https://cloud.tencent.com/document/api/1527/89579#ExpansionNodeConfig)
|
|
103
|
+
* [ExpansionNodeConfigOverview](https://cloud.tencent.com/document/api/1527/89579#ExpansionNodeConfigOverview)
|
|
104
|
+
* [Filter](https://cloud.tencent.com/document/api/1527/89579#Filter)
|
|
105
|
+
* [GooseFSOption](https://cloud.tencent.com/document/api/1527/89579#GooseFSOption)
|
|
106
|
+
* [GooseFSOptionOverview](https://cloud.tencent.com/document/api/1527/89579#GooseFSOptionOverview)
|
|
107
|
+
* [GooseFSxOption](https://cloud.tencent.com/document/api/1527/89579#GooseFSxOption)
|
|
108
|
+
* [GooseFSxOptionOverview](https://cloud.tencent.com/document/api/1527/89579#GooseFSxOptionOverview)
|
|
109
|
+
* [InstanceChargePrepaid](https://cloud.tencent.com/document/api/1527/89579#InstanceChargePrepaid)
|
|
110
|
+
* [InternetAccessible](https://cloud.tencent.com/document/api/1527/89579#InternetAccessible)
|
|
111
|
+
* [LoginNode](https://cloud.tencent.com/document/api/1527/89579#LoginNode)
|
|
112
|
+
* [LoginNodeOverview](https://cloud.tencent.com/document/api/1527/89579#LoginNodeOverview)
|
|
113
|
+
* [LoginSettings](https://cloud.tencent.com/document/api/1527/89579#LoginSettings)
|
|
114
|
+
* [ManagerNode](https://cloud.tencent.com/document/api/1527/89579#ManagerNode)
|
|
115
|
+
* [ManagerNodeOverview](https://cloud.tencent.com/document/api/1527/89579#ManagerNodeOverview)
|
|
116
|
+
* [NodeActivity](https://cloud.tencent.com/document/api/1527/89579#NodeActivity)
|
|
117
|
+
* [NodeOverview](https://cloud.tencent.com/document/api/1527/89579#NodeOverview)
|
|
118
|
+
* [Placement](https://cloud.tencent.com/document/api/1527/89579#Placement)
|
|
119
|
+
* [QueueConfig](https://cloud.tencent.com/document/api/1527/89579#QueueConfig)
|
|
120
|
+
* [QueueConfigOverview](https://cloud.tencent.com/document/api/1527/89579#QueueConfigOverview)
|
|
121
|
+
* [QueueOverview](https://cloud.tencent.com/document/api/1527/89579#QueueOverview)
|
|
122
|
+
* [StorageOption](https://cloud.tencent.com/document/api/1527/89579#StorageOption)
|
|
123
|
+
* [StorageOptionOverview](https://cloud.tencent.com/document/api/1527/89579#StorageOptionOverview)
|
|
124
|
+
* [SystemDisk](https://cloud.tencent.com/document/api/1527/89579#SystemDisk)
|
|
125
|
+
* [Tag](https://cloud.tencent.com/document/api/1527/89579#Tag)
|
|
126
|
+
* [VirtualPrivateCloud](https://cloud.tencent.com/document/api/1527/89579#VirtualPrivateCloud)
|
|
128
127
|
|
|
129
|
-
本次发布包含了以下内容:
|
|
130
128
|
|
|
131
|
-
改善已有的文档。
|
|
132
129
|
|
|
133
|
-
|
|
130
|
+
## 高性能计算平台(thpc) 版本:2022-04-01
|
|
134
131
|
|
|
135
|
-
* [DescribeVulSummary](https://cloud.tencent.com/document/api/1285/81610)
|
|
136
132
|
|
|
137
|
-
* 新增出参:SystemVulnerabilityFocusCount, WebVulnerabilityFocusCount, SeriousVulnerabilityLocalImageCount, SeriousVulnerabilityRegistryImageCount, EmergencyVulnerabilityCount
|
|
138
133
|
|
|
134
|
+
## 高性能计算平台(thpc) 版本:2021-11-09
|
|
139
135
|
|
|
140
136
|
|
|
141
137
|
|
|
142
|
-
##
|
|
138
|
+
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
143
139
|
|
|
144
|
-
### 第
|
|
140
|
+
### 第 33 次发布
|
|
145
141
|
|
|
146
|
-
发布时间:2023-03-
|
|
142
|
+
发布时间:2023-03-30 02:46:07
|
|
147
143
|
|
|
148
144
|
本次发布包含了以下内容:
|
|
149
145
|
|
|
150
146
|
改善已有的文档。
|
|
151
147
|
|
|
152
|
-
|
|
148
|
+
修改数据结构:
|
|
153
149
|
|
|
154
|
-
* [
|
|
150
|
+
* [CloudNativeAPIGatewayNode](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayNode)
|
|
155
151
|
|
|
156
|
-
*
|
|
152
|
+
* 新增成员:ZoneId, Zone, GroupId, GroupName, Status
|
|
157
153
|
|
|
158
154
|
|
|
159
155
|
|
|
@@ -8915,6 +8911,21 @@
|
|
|
8915
8911
|
|
|
8916
8912
|
## 品牌经营管家(bma) 版本:2022-11-15
|
|
8917
8913
|
|
|
8914
|
+
### 第 6 次发布
|
|
8915
|
+
|
|
8916
|
+
发布时间:2023-03-30 01:04:35
|
|
8917
|
+
|
|
8918
|
+
本次发布包含了以下内容:
|
|
8919
|
+
|
|
8920
|
+
改善已有的文档。
|
|
8921
|
+
|
|
8922
|
+
修改数据结构:
|
|
8923
|
+
|
|
8924
|
+
* [BrandData](https://cloud.tencent.com/document/api/1296/86604#BrandData)
|
|
8925
|
+
|
|
8926
|
+
* 新增成员:Uin
|
|
8927
|
+
|
|
8928
|
+
|
|
8918
8929
|
### 第 5 次发布
|
|
8919
8930
|
|
|
8920
8931
|
发布时间:2023-03-06 01:04:17
|
|
@@ -20441,6 +20452,25 @@
|
|
|
20441
20452
|
|
|
20442
20453
|
## 消息队列 CKafka(ckafka) 版本:2019-08-19
|
|
20443
20454
|
|
|
20455
|
+
### 第 76 次发布
|
|
20456
|
+
|
|
20457
|
+
发布时间:2023-03-29 03:12:17
|
|
20458
|
+
|
|
20459
|
+
本次发布包含了以下内容:
|
|
20460
|
+
|
|
20461
|
+
改善已有的文档。
|
|
20462
|
+
|
|
20463
|
+
新增接口:
|
|
20464
|
+
|
|
20465
|
+
* [ModifyDatahubTopic](https://cloud.tencent.com/document/api/597/89542)
|
|
20466
|
+
|
|
20467
|
+
修改接口:
|
|
20468
|
+
|
|
20469
|
+
* [ModifyConnectResource](https://cloud.tencent.com/document/api/597/77794)
|
|
20470
|
+
|
|
20471
|
+
* 新增入参:KafkaConnectParam
|
|
20472
|
+
|
|
20473
|
+
|
|
20444
20474
|
### 第 75 次发布
|
|
20445
20475
|
|
|
20446
20476
|
发布时间:2023-03-27 01:20:43
|
|
@@ -31491,6 +31521,37 @@
|
|
|
31491
31521
|
|
|
31492
31522
|
## 主机安全(cwp) 版本:2018-02-28
|
|
31493
31523
|
|
|
31524
|
+
### 第 75 次发布
|
|
31525
|
+
|
|
31526
|
+
发布时间:2023-03-30 01:13:34
|
|
31527
|
+
|
|
31528
|
+
本次发布包含了以下内容:
|
|
31529
|
+
|
|
31530
|
+
改善已有的文档。
|
|
31531
|
+
|
|
31532
|
+
新增接口:
|
|
31533
|
+
|
|
31534
|
+
* [[DescribeRiskDnsEventList](https://cloud.tencent.com/document/api/296/89634)](https://cloud.tencent.com/document/api/#/#)
|
|
31535
|
+
|
|
31536
|
+
新增数据结构:
|
|
31537
|
+
|
|
31538
|
+
* [[RiskDnsEvent](https://cloud.tencent.com/document/api/296/19867#RiskDnsEvent)](https://cloud.tencent.com/document/api/296/19867#[RiskDnsEvent](https://cloud.tencent.com/document/api/296/19867#RiskDnsEvent))
|
|
31539
|
+
|
|
31540
|
+
### 第 74 次发布
|
|
31541
|
+
|
|
31542
|
+
发布时间:2023-03-29 11:10:50
|
|
31543
|
+
|
|
31544
|
+
本次发布包含了以下内容:
|
|
31545
|
+
|
|
31546
|
+
改善已有的文档。
|
|
31547
|
+
|
|
31548
|
+
修改接口:
|
|
31549
|
+
|
|
31550
|
+
* [UpdateMachineTags](https://cloud.tencent.com/document/api/296/60890)
|
|
31551
|
+
|
|
31552
|
+
* <font color="#dd0000">**修改入参**:</font>MachineRegion, MachineArea
|
|
31553
|
+
|
|
31554
|
+
|
|
31494
31555
|
### 第 73 次发布
|
|
31495
31556
|
|
|
31496
31557
|
发布时间:2023-03-10 01:25:38
|
|
@@ -36869,6 +36930,21 @@
|
|
|
36869
36930
|
|
|
36870
36931
|
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
36871
36932
|
|
|
36933
|
+
### 第 54 次发布
|
|
36934
|
+
|
|
36935
|
+
发布时间:2023-03-29 03:25:14
|
|
36936
|
+
|
|
36937
|
+
本次发布包含了以下内容:
|
|
36938
|
+
|
|
36939
|
+
改善已有的文档。
|
|
36940
|
+
|
|
36941
|
+
修改接口:
|
|
36942
|
+
|
|
36943
|
+
* [DescribeDCDBInstanceDetail](https://cloud.tencent.com/document/api/557/89385)
|
|
36944
|
+
|
|
36945
|
+
* 新增出参:RsAccessStrategy
|
|
36946
|
+
|
|
36947
|
+
|
|
36872
36948
|
### 第 53 次发布
|
|
36873
36949
|
|
|
36874
36950
|
发布时间:2023-03-27 01:42:17
|
|
@@ -45135,6 +45211,25 @@
|
|
|
45135
45211
|
|
|
45136
45212
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
45137
45213
|
|
|
45214
|
+
### 第 54 次发布
|
|
45215
|
+
|
|
45216
|
+
发布时间:2023-03-28 10:31:03
|
|
45217
|
+
|
|
45218
|
+
本次发布包含了以下内容:
|
|
45219
|
+
|
|
45220
|
+
改善已有的文档。
|
|
45221
|
+
|
|
45222
|
+
修改接口:
|
|
45223
|
+
|
|
45224
|
+
* [ModifyApplicationCallbackInfo](https://cloud.tencent.com/document/api/1323/86752)
|
|
45225
|
+
|
|
45226
|
+
* 新增入参:Operator, OperateType, CallbackInfo
|
|
45227
|
+
|
|
45228
|
+
|
|
45229
|
+
新增数据结构:
|
|
45230
|
+
|
|
45231
|
+
* [CallbackInfo](https://cloud.tencent.com/document/api/1323/70369#CallbackInfo)
|
|
45232
|
+
|
|
45138
45233
|
### 第 53 次发布
|
|
45139
45234
|
|
|
45140
45235
|
发布时间:2023-03-27 15:40:49
|
|
@@ -61454,6 +61549,21 @@
|
|
|
61454
61549
|
|
|
61455
61550
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
61456
61551
|
|
|
61552
|
+
### 第 53 次发布
|
|
61553
|
+
|
|
61554
|
+
发布时间:2023-03-29 03:50:31
|
|
61555
|
+
|
|
61556
|
+
本次发布包含了以下内容:
|
|
61557
|
+
|
|
61558
|
+
改善已有的文档。
|
|
61559
|
+
|
|
61560
|
+
修改接口:
|
|
61561
|
+
|
|
61562
|
+
* [DescribeDBInstanceDetail](https://cloud.tencent.com/document/api/237/89390)
|
|
61563
|
+
|
|
61564
|
+
* 新增出参:RsAccessStrategy
|
|
61565
|
+
|
|
61566
|
+
|
|
61457
61567
|
### 第 52 次发布
|
|
61458
61568
|
|
|
61459
61569
|
发布时间:2023-03-27 02:12:03
|
|
@@ -63687,6 +63797,18 @@
|
|
|
63687
63797
|
|
|
63688
63798
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
63689
63799
|
|
|
63800
|
+
### 第 84 次发布
|
|
63801
|
+
|
|
63802
|
+
发布时间:2023-03-29 03:52:31
|
|
63803
|
+
|
|
63804
|
+
本次发布包含了以下内容:
|
|
63805
|
+
|
|
63806
|
+
改善已有的文档。
|
|
63807
|
+
|
|
63808
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
63809
|
+
|
|
63810
|
+
* PutMonitorData
|
|
63811
|
+
|
|
63690
63812
|
### 第 83 次发布
|
|
63691
63813
|
|
|
63692
63814
|
发布时间:2023-03-28 01:47:28
|
|
@@ -69162,6 +69284,21 @@
|
|
|
69162
69284
|
|
|
69163
69285
|
## 文字识别(ocr) 版本:2018-11-19
|
|
69164
69286
|
|
|
69287
|
+
### 第 91 次发布
|
|
69288
|
+
|
|
69289
|
+
发布时间:2023-03-30 01:49:43
|
|
69290
|
+
|
|
69291
|
+
本次发布包含了以下内容:
|
|
69292
|
+
|
|
69293
|
+
改善已有的文档。
|
|
69294
|
+
|
|
69295
|
+
修改数据结构:
|
|
69296
|
+
|
|
69297
|
+
* [SmartFormFileUrl](https://cloud.tencent.com/document/api/866/33527#SmartFormFileUrl)
|
|
69298
|
+
|
|
69299
|
+
* 新增成员:FileUrl, FileOrderNumber
|
|
69300
|
+
|
|
69301
|
+
|
|
69165
69302
|
### 第 90 次发布
|
|
69166
69303
|
|
|
69167
69304
|
发布时间:2023-03-23 01:57:00
|
|
@@ -74523,6 +74660,25 @@
|
|
|
74523
74660
|
|
|
74524
74661
|
## 地域管理系统(region) 版本:2022-06-27
|
|
74525
74662
|
|
|
74663
|
+
### 第 3 次发布
|
|
74664
|
+
|
|
74665
|
+
发布时间:2023-03-29 11:14:36
|
|
74666
|
+
|
|
74667
|
+
本次发布包含了以下内容:
|
|
74668
|
+
|
|
74669
|
+
改善已有的文档。
|
|
74670
|
+
|
|
74671
|
+
修改接口:
|
|
74672
|
+
|
|
74673
|
+
* [DescribeRegions](https://cloud.tencent.com/document/api/1596/77930)
|
|
74674
|
+
|
|
74675
|
+
* 新增入参:Scene
|
|
74676
|
+
|
|
74677
|
+
* [DescribeZones](https://cloud.tencent.com/document/api/1596/77929)
|
|
74678
|
+
|
|
74679
|
+
* 新增入参:Scene
|
|
74680
|
+
|
|
74681
|
+
|
|
74526
74682
|
### 第 2 次发布
|
|
74527
74683
|
|
|
74528
74684
|
发布时间:2022-12-28 01:09:18
|
|
@@ -78489,6 +78645,21 @@
|
|
|
78489
78645
|
|
|
78490
78646
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
78491
78647
|
|
|
78648
|
+
### 第 29 次发布
|
|
78649
|
+
|
|
78650
|
+
发布时间:2023-03-29 11:14:40
|
|
78651
|
+
|
|
78652
|
+
本次发布包含了以下内容:
|
|
78653
|
+
|
|
78654
|
+
改善已有的文档。
|
|
78655
|
+
|
|
78656
|
+
修改接口:
|
|
78657
|
+
|
|
78658
|
+
* [DescribeManagerDetail](https://cloud.tencent.com/document/api/400/52673)
|
|
78659
|
+
|
|
78660
|
+
* 新增出参:StatusInfo
|
|
78661
|
+
|
|
78662
|
+
|
|
78492
78663
|
### 第 28 次发布
|
|
78493
78664
|
|
|
78494
78665
|
发布时间:2023-03-22 02:22:56
|
|
@@ -81430,6 +81601,21 @@
|
|
|
81430
81601
|
|
|
81431
81602
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
81432
81603
|
|
|
81604
|
+
### 第 95 次发布
|
|
81605
|
+
|
|
81606
|
+
发布时间:2023-03-29 11:14:58
|
|
81607
|
+
|
|
81608
|
+
本次发布包含了以下内容:
|
|
81609
|
+
|
|
81610
|
+
改善已有的文档。
|
|
81611
|
+
|
|
81612
|
+
修改接口:
|
|
81613
|
+
|
|
81614
|
+
* [CreatePostpayPackage](https://cloud.tencent.com/document/api/876/45287)
|
|
81615
|
+
|
|
81616
|
+
* 新增入参:EnvAlias, Extra
|
|
81617
|
+
|
|
81618
|
+
|
|
81433
81619
|
### 第 94 次发布
|
|
81434
81620
|
|
|
81435
81621
|
发布时间:2023-03-22 02:25:31
|
|
@@ -84025,6 +84211,19 @@
|
|
|
84025
84211
|
|
|
84026
84212
|
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
84027
84213
|
|
|
84214
|
+
### 第 54 次发布
|
|
84215
|
+
|
|
84216
|
+
发布时间:2023-03-29 11:15:33
|
|
84217
|
+
|
|
84218
|
+
本次发布包含了以下内容:
|
|
84219
|
+
|
|
84220
|
+
改善已有的文档。
|
|
84221
|
+
|
|
84222
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
84223
|
+
|
|
84224
|
+
* CreateImageLifecyclePersonal
|
|
84225
|
+
* DeleteImageLifecyclePersonal
|
|
84226
|
+
|
|
84028
84227
|
### 第 53 次发布
|
|
84029
84228
|
|
|
84030
84229
|
发布时间:2023-03-20 01:55:07
|
|
@@ -91595,6 +91794,71 @@
|
|
|
91595
91794
|
|
|
91596
91795
|
|
|
91597
91796
|
|
|
91797
|
+
## 高性能计算平台(thpc) 版本:2023-03-21
|
|
91798
|
+
|
|
91799
|
+
### 第 1 次发布
|
|
91800
|
+
|
|
91801
|
+
发布时间:2023-03-29 12:01:10
|
|
91802
|
+
|
|
91803
|
+
本次发布包含了以下内容:
|
|
91804
|
+
|
|
91805
|
+
改善已有的文档。
|
|
91806
|
+
|
|
91807
|
+
新增接口:
|
|
91808
|
+
|
|
91809
|
+
* [[AddClusterStorageOption](https://cloud.tencent.com/document/api/1527/89578)](https://cloud.tencent.com/document/api/#/#)
|
|
91810
|
+
* [[AddNodes](https://cloud.tencent.com/document/api/1527/89571)](https://cloud.tencent.com/document/api/#/#)
|
|
91811
|
+
* [[AddQueue](https://cloud.tencent.com/document/api/1527/89567)](https://cloud.tencent.com/document/api/#/#)
|
|
91812
|
+
* [[CreateCluster](https://cloud.tencent.com/document/api/1527/89563)](https://cloud.tencent.com/document/api/#/#)
|
|
91813
|
+
* [[DeleteCluster](https://cloud.tencent.com/document/api/1527/89562)](https://cloud.tencent.com/document/api/#/#)
|
|
91814
|
+
* [[DeleteClusterStorageOption](https://cloud.tencent.com/document/api/1527/89577)](https://cloud.tencent.com/document/api/#/#)
|
|
91815
|
+
* [[DeleteNodes](https://cloud.tencent.com/document/api/1527/89570)](https://cloud.tencent.com/document/api/#/#)
|
|
91816
|
+
* [[DeleteQueue](https://cloud.tencent.com/document/api/1527/89566)](https://cloud.tencent.com/document/api/#/#)
|
|
91817
|
+
* [[DescribeAutoScalingConfiguration](https://cloud.tencent.com/document/api/1527/89574)](https://cloud.tencent.com/document/api/#/#)
|
|
91818
|
+
* [[DescribeClusterActivities](https://cloud.tencent.com/document/api/1527/89561)](https://cloud.tencent.com/document/api/#/#)
|
|
91819
|
+
* [[DescribeClusterStorageOption](https://cloud.tencent.com/document/api/1527/89576)](https://cloud.tencent.com/document/api/#/#)
|
|
91820
|
+
* [[DescribeClusters](https://cloud.tencent.com/document/api/1527/89560)](https://cloud.tencent.com/document/api/#/#)
|
|
91821
|
+
* [[DescribeNodes](https://cloud.tencent.com/document/api/1527/89569)](https://cloud.tencent.com/document/api/#/#)
|
|
91822
|
+
* [[DescribeQueues](https://cloud.tencent.com/document/api/1527/89565)](https://cloud.tencent.com/document/api/#/#)
|
|
91823
|
+
* [[SetAutoScalingConfiguration](https://cloud.tencent.com/document/api/1527/89573)](https://cloud.tencent.com/document/api/#/#)
|
|
91824
|
+
|
|
91825
|
+
新增数据结构:
|
|
91826
|
+
|
|
91827
|
+
* [[CFSOption](https://cloud.tencent.com/document/api/1527/89579#CFSOption)](https://cloud.tencent.com/document/api/1527/89579#[CFSOption](https://cloud.tencent.com/document/api/1527/89579#CFSOption))
|
|
91828
|
+
* [[CFSOptionOverview](https://cloud.tencent.com/document/api/1527/89579#CFSOptionOverview)](https://cloud.tencent.com/document/api/1527/89579#[CFSOptionOverview](https://cloud.tencent.com/document/api/1527/89579#CFSOptionOverview))
|
|
91829
|
+
* [[ClusterActivity](https://cloud.tencent.com/document/api/1527/89579#ClusterActivity)](https://cloud.tencent.com/document/api/1527/89579#[ClusterActivity](https://cloud.tencent.com/document/api/1527/89579#ClusterActivity))
|
|
91830
|
+
* [[ClusterOverview](https://cloud.tencent.com/document/api/1527/89579#ClusterOverview)](https://cloud.tencent.com/document/api/1527/89579#[ClusterOverview](https://cloud.tencent.com/document/api/1527/89579#ClusterOverview))
|
|
91831
|
+
* [[ComputeNode](https://cloud.tencent.com/document/api/1527/89579#ComputeNode)](https://cloud.tencent.com/document/api/1527/89579#[ComputeNode](https://cloud.tencent.com/document/api/1527/89579#ComputeNode))
|
|
91832
|
+
* [[ComputeNodeOverview](https://cloud.tencent.com/document/api/1527/89579#ComputeNodeOverview)](https://cloud.tencent.com/document/api/1527/89579#[ComputeNodeOverview](https://cloud.tencent.com/document/api/1527/89579#ComputeNodeOverview))
|
|
91833
|
+
* [[DataDisk](https://cloud.tencent.com/document/api/1527/89579#DataDisk)](https://cloud.tencent.com/document/api/1527/89579#[DataDisk](https://cloud.tencent.com/document/api/1527/89579#DataDisk))
|
|
91834
|
+
* [[ExpansionNodeConfig](https://cloud.tencent.com/document/api/1527/89579#ExpansionNodeConfig)](https://cloud.tencent.com/document/api/1527/89579#[ExpansionNodeConfig](https://cloud.tencent.com/document/api/1527/89579#ExpansionNodeConfig))
|
|
91835
|
+
* [[ExpansionNodeConfigOverview](https://cloud.tencent.com/document/api/1527/89579#ExpansionNodeConfigOverview)](https://cloud.tencent.com/document/api/1527/89579#[ExpansionNodeConfigOverview](https://cloud.tencent.com/document/api/1527/89579#ExpansionNodeConfigOverview))
|
|
91836
|
+
* [[Filter](https://cloud.tencent.com/document/api/1527/89579#Filter)](https://cloud.tencent.com/document/api/1527/89579#[Filter](https://cloud.tencent.com/document/api/1527/89579#Filter))
|
|
91837
|
+
* [[GooseFSOption](https://cloud.tencent.com/document/api/1527/89579#GooseFSOption)](https://cloud.tencent.com/document/api/1527/89579#[GooseFSOption](https://cloud.tencent.com/document/api/1527/89579#GooseFSOption))
|
|
91838
|
+
* [[GooseFSOptionOverview](https://cloud.tencent.com/document/api/1527/89579#GooseFSOptionOverview)](https://cloud.tencent.com/document/api/1527/89579#[GooseFSOptionOverview](https://cloud.tencent.com/document/api/1527/89579#GooseFSOptionOverview))
|
|
91839
|
+
* [[GooseFSxOption](https://cloud.tencent.com/document/api/1527/89579#GooseFSxOption)](https://cloud.tencent.com/document/api/1527/89579#[GooseFSxOption](https://cloud.tencent.com/document/api/1527/89579#GooseFSxOption))
|
|
91840
|
+
* [[GooseFSxOptionOverview](https://cloud.tencent.com/document/api/1527/89579#GooseFSxOptionOverview)](https://cloud.tencent.com/document/api/1527/89579#[GooseFSxOptionOverview](https://cloud.tencent.com/document/api/1527/89579#GooseFSxOptionOverview))
|
|
91841
|
+
* [[InstanceChargePrepaid](https://cloud.tencent.com/document/api/1527/89579#InstanceChargePrepaid)](https://cloud.tencent.com/document/api/1527/89579#[InstanceChargePrepaid](https://cloud.tencent.com/document/api/1527/89579#InstanceChargePrepaid))
|
|
91842
|
+
* [[InternetAccessible](https://cloud.tencent.com/document/api/1527/89579#InternetAccessible)](https://cloud.tencent.com/document/api/1527/89579#[InternetAccessible](https://cloud.tencent.com/document/api/1527/89579#InternetAccessible))
|
|
91843
|
+
* [[LoginNode](https://cloud.tencent.com/document/api/1527/89579#LoginNode)](https://cloud.tencent.com/document/api/1527/89579#[LoginNode](https://cloud.tencent.com/document/api/1527/89579#LoginNode))
|
|
91844
|
+
* [[LoginNodeOverview](https://cloud.tencent.com/document/api/1527/89579#LoginNodeOverview)](https://cloud.tencent.com/document/api/1527/89579#[LoginNodeOverview](https://cloud.tencent.com/document/api/1527/89579#LoginNodeOverview))
|
|
91845
|
+
* [[LoginSettings](https://cloud.tencent.com/document/api/1527/89579#LoginSettings)](https://cloud.tencent.com/document/api/1527/89579#[LoginSettings](https://cloud.tencent.com/document/api/1527/89579#LoginSettings))
|
|
91846
|
+
* [[ManagerNode](https://cloud.tencent.com/document/api/1527/89579#ManagerNode)](https://cloud.tencent.com/document/api/1527/89579#[ManagerNode](https://cloud.tencent.com/document/api/1527/89579#ManagerNode))
|
|
91847
|
+
* [[ManagerNodeOverview](https://cloud.tencent.com/document/api/1527/89579#ManagerNodeOverview)](https://cloud.tencent.com/document/api/1527/89579#[ManagerNodeOverview](https://cloud.tencent.com/document/api/1527/89579#ManagerNodeOverview))
|
|
91848
|
+
* [[NodeActivity](https://cloud.tencent.com/document/api/1527/89579#NodeActivity)](https://cloud.tencent.com/document/api/1527/89579#[NodeActivity](https://cloud.tencent.com/document/api/1527/89579#NodeActivity))
|
|
91849
|
+
* [[NodeOverview](https://cloud.tencent.com/document/api/1527/89579#NodeOverview)](https://cloud.tencent.com/document/api/1527/89579#[NodeOverview](https://cloud.tencent.com/document/api/1527/89579#NodeOverview))
|
|
91850
|
+
* [[Placement](https://cloud.tencent.com/document/api/1527/89579#Placement)](https://cloud.tencent.com/document/api/1527/89579#[Placement](https://cloud.tencent.com/document/api/1527/89579#Placement))
|
|
91851
|
+
* [[QueueConfig](https://cloud.tencent.com/document/api/1527/89579#QueueConfig)](https://cloud.tencent.com/document/api/1527/89579#[QueueConfig](https://cloud.tencent.com/document/api/1527/89579#QueueConfig))
|
|
91852
|
+
* [[QueueConfigOverview](https://cloud.tencent.com/document/api/1527/89579#QueueConfigOverview)](https://cloud.tencent.com/document/api/1527/89579#[QueueConfigOverview](https://cloud.tencent.com/document/api/1527/89579#QueueConfigOverview))
|
|
91853
|
+
* [[QueueOverview](https://cloud.tencent.com/document/api/1527/89579#QueueOverview)](https://cloud.tencent.com/document/api/1527/89579#[QueueOverview](https://cloud.tencent.com/document/api/1527/89579#QueueOverview))
|
|
91854
|
+
* [[StorageOption](https://cloud.tencent.com/document/api/1527/89579#StorageOption)](https://cloud.tencent.com/document/api/1527/89579#[StorageOption](https://cloud.tencent.com/document/api/1527/89579#StorageOption))
|
|
91855
|
+
* [[StorageOptionOverview](https://cloud.tencent.com/document/api/1527/89579#StorageOptionOverview)](https://cloud.tencent.com/document/api/1527/89579#[StorageOptionOverview](https://cloud.tencent.com/document/api/1527/89579#StorageOptionOverview))
|
|
91856
|
+
* [[SystemDisk](https://cloud.tencent.com/document/api/1527/89579#SystemDisk)](https://cloud.tencent.com/document/api/1527/89579#[SystemDisk](https://cloud.tencent.com/document/api/1527/89579#SystemDisk))
|
|
91857
|
+
* [[Tag](https://cloud.tencent.com/document/api/1527/89579#Tag)](https://cloud.tencent.com/document/api/1527/89579#[Tag](https://cloud.tencent.com/document/api/1527/89579#Tag))
|
|
91858
|
+
* [[VirtualPrivateCloud](https://cloud.tencent.com/document/api/1527/89579#VirtualPrivateCloud)](https://cloud.tencent.com/document/api/1527/89579#[VirtualPrivateCloud](https://cloud.tencent.com/document/api/1527/89579#VirtualPrivateCloud))
|
|
91859
|
+
|
|
91860
|
+
|
|
91861
|
+
|
|
91598
91862
|
|
|
91599
91863
|
## 智能钛机器学习(tia) 版本:2018-02-26
|
|
91600
91864
|
|
|
@@ -93510,6 +93774,23 @@
|
|
|
93510
93774
|
|
|
93511
93775
|
## 互动白板(tiw) 版本:2019-09-19
|
|
93512
93776
|
|
|
93777
|
+
### 第 30 次发布
|
|
93778
|
+
|
|
93779
|
+
发布时间:2023-03-29 04:22:17
|
|
93780
|
+
|
|
93781
|
+
本次发布包含了以下内容:
|
|
93782
|
+
|
|
93783
|
+
改善已有的文档。
|
|
93784
|
+
|
|
93785
|
+
新增接口:
|
|
93786
|
+
|
|
93787
|
+
* [DescribeRecordSearch](https://cloud.tencent.com/document/api/1137/89543)
|
|
93788
|
+
|
|
93789
|
+
新增数据结构:
|
|
93790
|
+
|
|
93791
|
+
* [RecordTaskResult](https://cloud.tencent.com/document/api/1137/40068#RecordTaskResult)
|
|
93792
|
+
* [RecordTaskSearchResult](https://cloud.tencent.com/document/api/1137/40068#RecordTaskSearchResult)
|
|
93793
|
+
|
|
93513
93794
|
### 第 29 次发布
|
|
93514
93795
|
|
|
93515
93796
|
发布时间:2023-03-27 02:48:49
|
|
@@ -98762,6 +99043,21 @@
|
|
|
98762
99043
|
|
|
98763
99044
|
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
98764
99045
|
|
|
99046
|
+
### 第 33 次发布
|
|
99047
|
+
|
|
99048
|
+
发布时间:2023-03-30 02:46:07
|
|
99049
|
+
|
|
99050
|
+
本次发布包含了以下内容:
|
|
99051
|
+
|
|
99052
|
+
改善已有的文档。
|
|
99053
|
+
|
|
99054
|
+
修改数据结构:
|
|
99055
|
+
|
|
99056
|
+
* [CloudNativeAPIGatewayNode](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayNode)
|
|
99057
|
+
|
|
99058
|
+
* 新增成员:ZoneId, Zone, GroupId, GroupName, Status
|
|
99059
|
+
|
|
99060
|
+
|
|
98765
99061
|
### 第 32 次发布
|
|
98766
99062
|
|
|
98767
99063
|
发布时间:2023-03-07 01:56:08
|
|
@@ -101818,6 +102114,21 @@
|
|
|
101818
102114
|
|
|
101819
102115
|
## 语音合成(tts) 版本:2019-08-23
|
|
101820
102116
|
|
|
102117
|
+
### 第 9 次发布
|
|
102118
|
+
|
|
102119
|
+
发布时间:2023-03-29 04:28:22
|
|
102120
|
+
|
|
102121
|
+
本次发布包含了以下内容:
|
|
102122
|
+
|
|
102123
|
+
改善已有的文档。
|
|
102124
|
+
|
|
102125
|
+
修改数据结构:
|
|
102126
|
+
|
|
102127
|
+
* [Subtitle](https://cloud.tencent.com/document/api/1073/57374#Subtitle)
|
|
102128
|
+
|
|
102129
|
+
* 新增成员:Phoneme
|
|
102130
|
+
|
|
102131
|
+
|
|
101821
102132
|
### 第 8 次发布
|
|
101822
102133
|
|
|
101823
102134
|
发布时间:2022-11-18 06:58:13
|
|
@@ -102386,6 +102697,21 @@
|
|
|
102386
102697
|
|
|
102387
102698
|
## 云点播(vod) 版本:2018-07-17
|
|
102388
102699
|
|
|
102700
|
+
### 第 145 次发布
|
|
102701
|
+
|
|
102702
|
+
发布时间:2023-03-29 04:28:58
|
|
102703
|
+
|
|
102704
|
+
本次发布包含了以下内容:
|
|
102705
|
+
|
|
102706
|
+
改善已有的文档。
|
|
102707
|
+
|
|
102708
|
+
修改接口:
|
|
102709
|
+
|
|
102710
|
+
* [SearchMedia](https://cloud.tencent.com/document/api/266/31813)
|
|
102711
|
+
|
|
102712
|
+
* 新增入参:Status, ReviewResults
|
|
102713
|
+
|
|
102714
|
+
|
|
102389
102715
|
### 第 144 次发布
|
|
102390
102716
|
|
|
102391
102717
|
发布时间:2023-03-15 02:20:53
|