tencentcloud-sdk-nodejs 4.0.606 → 4.0.607
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 +136 -0
- package/SERVICE_CHANGELOG.md +175 -134
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_models.ts +8 -0
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/cvm/v20170312/cvm_client.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +3 -1
- package/src/services/ess/v20201111/ess_models.ts +6 -0
- package/src/services/iotvideo/v20201215/iotvideo_client.ts +1 -1
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +5 -5
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +1 -1
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +5 -5
- package/src/services/memcached/v20190318/memcached_models.ts +5 -4
- package/src/services/ocr/v20181119/ocr_models.ts +10 -0
- package/src/services/pts/v20210728/pts_client.ts +1 -1
- package/src/services/pts/v20210728/pts_models.ts +2 -2
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +13 -1
- package/src/services/ssl/v20191205/ssl_models.ts +11 -0
- package/src/services/tke/v20180525/tke_models.ts +1 -1
- package/src/services/trtc/v20190722/trtc_client.ts +1 -1
- package/src/services/vod/v20180717/vod_client.ts +102 -42
- package/src/services/vod/v20180717/vod_models.ts +312 -13
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +13 -7
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +7 -0
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +3 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -0
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_client.d.ts +1 -1
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_client.js +1 -1
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +5 -5
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +1 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +1 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -5
- package/tencentcloud/services/memcached/v20190318/memcached_models.d.ts +3 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
- package/tencentcloud/services/pts/v20210728/pts_client.d.ts +1 -1
- package/tencentcloud/services/pts/v20210728/pts_client.js +1 -1
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +2 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +11 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +9 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +42 -22
- package/tencentcloud/services/vod/v20180717/vod_client.js +55 -25
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +263 -11
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +12 -7
- package/test/vod.v20180717.test.js +58 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,139 @@
|
|
|
1
|
+
# Release 4.0.607
|
|
2
|
+
|
|
3
|
+
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
4
|
+
|
|
5
|
+
### 第 36 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-05-26 01:01:42
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [TRTCJoinRoomInput](https://cloud.tencent.com/document/api/1155/40113#TRTCJoinRoomInput)
|
|
16
|
+
|
|
17
|
+
* 新增成员:RoomIdType
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
23
|
+
|
|
24
|
+
### 第 68 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2023-05-25 11:31:02
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改数据结构:
|
|
33
|
+
|
|
34
|
+
* [FlowBrief](https://cloud.tencent.com/document/api/1323/70369#FlowBrief)
|
|
35
|
+
|
|
36
|
+
* 新增成员:Deadline
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
42
|
+
|
|
43
|
+
### 第 101 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2023-05-26 01:45:09
|
|
46
|
+
|
|
47
|
+
本次发布包含了以下内容:
|
|
48
|
+
|
|
49
|
+
改善已有的文档。
|
|
50
|
+
|
|
51
|
+
修改接口:
|
|
52
|
+
|
|
53
|
+
* [BizLicenseOCR](https://cloud.tencent.com/document/api/866/36215)
|
|
54
|
+
|
|
55
|
+
* 新增出参:IsDuplication, RegistrationDate
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
61
|
+
|
|
62
|
+
### 第 45 次发布
|
|
63
|
+
|
|
64
|
+
发布时间:2023-05-26 01:49:53
|
|
65
|
+
|
|
66
|
+
本次发布包含了以下内容:
|
|
67
|
+
|
|
68
|
+
改善已有的文档。
|
|
69
|
+
|
|
70
|
+
修改接口:
|
|
71
|
+
|
|
72
|
+
* [CreateBusinessDBInstances](https://cloud.tencent.com/document/api/238/80332)
|
|
73
|
+
|
|
74
|
+
* 新增出参:FlowId, InstanceIdSet
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
80
|
+
|
|
81
|
+
### 第 33 次发布
|
|
82
|
+
|
|
83
|
+
发布时间:2023-05-26 01:50:53
|
|
84
|
+
|
|
85
|
+
本次发布包含了以下内容:
|
|
86
|
+
|
|
87
|
+
改善已有的文档。
|
|
88
|
+
|
|
89
|
+
修改数据结构:
|
|
90
|
+
|
|
91
|
+
* [TeoInstanceDetail](https://cloud.tencent.com/document/api/400/41679#TeoInstanceDetail)
|
|
92
|
+
|
|
93
|
+
* 新增成员:ZoneId, Status
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
## 云点播(vod) 版本:2018-07-17
|
|
99
|
+
|
|
100
|
+
### 第 156 次发布
|
|
101
|
+
|
|
102
|
+
发布时间:2023-05-26 02:04:20
|
|
103
|
+
|
|
104
|
+
本次发布包含了以下内容:
|
|
105
|
+
|
|
106
|
+
改善已有的文档。
|
|
107
|
+
|
|
108
|
+
新增接口:
|
|
109
|
+
|
|
110
|
+
* [CreateEnhanceMediaTemplate](https://cloud.tencent.com/document/api/266/89805)
|
|
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)
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
119
|
+
|
|
120
|
+
### 第 157 次发布
|
|
121
|
+
|
|
122
|
+
发布时间:2023-05-26 02:10:55
|
|
123
|
+
|
|
124
|
+
本次发布包含了以下内容:
|
|
125
|
+
|
|
126
|
+
改善已有的文档。
|
|
127
|
+
|
|
128
|
+
修改数据结构:
|
|
129
|
+
|
|
130
|
+
* [AccessPolicy](https://cloud.tencent.com/document/api/215/15824#AccessPolicy)
|
|
131
|
+
|
|
132
|
+
* 新增成员:Remark
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
1
137
|
# Release 4.0.606
|
|
2
138
|
|
|
3
139
|
## 云服务器(cvm) 版本:2017-03-12
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 36 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-05-
|
|
7
|
+
发布时间:2023-05-26 01:01:42
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,65 +12,37 @@
|
|
|
12
12
|
|
|
13
13
|
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [TRTCJoinRoomInput](https://cloud.tencent.com/document/api/1155/40113#TRTCJoinRoomInput)
|
|
16
16
|
|
|
17
|
-
* 新增成员:
|
|
17
|
+
* 新增成员:RoomIdType
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
##
|
|
22
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
23
23
|
|
|
24
|
-
### 第
|
|
24
|
+
### 第 68 次发布
|
|
25
25
|
|
|
26
|
-
发布时间:2023-05-25
|
|
26
|
+
发布时间:2023-05-25 11:31:02
|
|
27
27
|
|
|
28
28
|
本次发布包含了以下内容:
|
|
29
29
|
|
|
30
30
|
改善已有的文档。
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
修改数据结构:
|
|
33
33
|
|
|
34
|
-
* [
|
|
35
|
-
* [CloseWan](https://cloud.tencent.com/document/api/1003/92737)
|
|
36
|
-
* [CopyClusterPasswordComplexity](https://cloud.tencent.com/document/api/1003/92723)
|
|
37
|
-
* [CreateClusterDatabase](https://cloud.tencent.com/document/api/1003/92736)
|
|
38
|
-
* [CreateParamTemplate](https://cloud.tencent.com/document/api/1003/92731)
|
|
39
|
-
* [DeleteAccounts](https://cloud.tencent.com/document/api/1003/92718)
|
|
40
|
-
* [DeleteClusterDatabase](https://cloud.tencent.com/document/api/1003/92735)
|
|
41
|
-
* [DeleteParamTemplate](https://cloud.tencent.com/document/api/1003/92730)
|
|
42
|
-
* [DescribeAccountPrivileges](https://cloud.tencent.com/document/api/1003/92717)
|
|
43
|
-
* [DescribeClusterDetailDatabases](https://cloud.tencent.com/document/api/1003/92734)
|
|
44
|
-
* [DescribeClusterPasswordComplexity](https://cloud.tencent.com/document/api/1003/92722)
|
|
45
|
-
* [DescribeInstanceParams](https://cloud.tencent.com/document/api/1003/92729)
|
|
46
|
-
* [DescribeParamTemplateDetail](https://cloud.tencent.com/document/api/1003/92728)
|
|
47
|
-
* [ModifyAccountDescription](https://cloud.tencent.com/document/api/1003/92716)
|
|
48
|
-
* [ModifyAccountHost](https://cloud.tencent.com/document/api/1003/92715)
|
|
49
|
-
* [ModifyAccountPrivileges](https://cloud.tencent.com/document/api/1003/92714)
|
|
50
|
-
* [ModifyBinlogSaveDays](https://cloud.tencent.com/document/api/1003/92725)
|
|
51
|
-
* [ModifyClusterDatabase](https://cloud.tencent.com/document/api/1003/92733)
|
|
52
|
-
* [ModifyClusterPasswordComplexity](https://cloud.tencent.com/document/api/1003/92721)
|
|
53
|
-
* [ModifyInstanceParam](https://cloud.tencent.com/document/api/1003/92727)
|
|
54
|
-
* [ModifyParamTemplate](https://cloud.tencent.com/document/api/1003/92726)
|
|
55
|
-
* [OpenClusterPasswordComplexity](https://cloud.tencent.com/document/api/1003/92720)
|
|
56
|
-
* [OpenWan](https://cloud.tencent.com/document/api/1003/92732)
|
|
57
|
-
* [UpgradeClusterVersion](https://cloud.tencent.com/document/api/1003/92719)
|
|
34
|
+
* [FlowBrief](https://cloud.tencent.com/document/api/1323/70369#FlowBrief)
|
|
58
35
|
|
|
59
|
-
|
|
36
|
+
* 新增成员:Deadline
|
|
60
37
|
|
|
61
|
-
* [DbInfo](https://cloud.tencent.com/document/api/1003/48097#DbInfo)
|
|
62
|
-
* [InstanceParamItem](https://cloud.tencent.com/document/api/1003/48097#InstanceParamItem)
|
|
63
|
-
* [ParamDetail](https://cloud.tencent.com/document/api/1003/48097#ParamDetail)
|
|
64
|
-
* [ParamItemDetail](https://cloud.tencent.com/document/api/1003/48097#ParamItemDetail)
|
|
65
|
-
* [UserHostPrivilege](https://cloud.tencent.com/document/api/1003/48097#UserHostPrivilege)
|
|
66
38
|
|
|
67
39
|
|
|
68
40
|
|
|
69
|
-
##
|
|
41
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
70
42
|
|
|
71
|
-
### 第
|
|
43
|
+
### 第 101 次发布
|
|
72
44
|
|
|
73
|
-
发布时间:2023-05-
|
|
45
|
+
发布时间:2023-05-26 01:45:09
|
|
74
46
|
|
|
75
47
|
本次发布包含了以下内容:
|
|
76
48
|
|
|
@@ -78,18 +50,18 @@
|
|
|
78
50
|
|
|
79
51
|
修改接口:
|
|
80
52
|
|
|
81
|
-
* [
|
|
53
|
+
* [BizLicenseOCR](https://cloud.tencent.com/document/api/866/36215)
|
|
82
54
|
|
|
83
|
-
*
|
|
55
|
+
* 新增出参:IsDuplication, RegistrationDate
|
|
84
56
|
|
|
85
57
|
|
|
86
58
|
|
|
87
59
|
|
|
88
|
-
##
|
|
60
|
+
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
89
61
|
|
|
90
|
-
### 第
|
|
62
|
+
### 第 45 次发布
|
|
91
63
|
|
|
92
|
-
发布时间:2023-05-
|
|
64
|
+
发布时间:2023-05-26 01:49:53
|
|
93
65
|
|
|
94
66
|
本次发布包含了以下内容:
|
|
95
67
|
|
|
@@ -97,41 +69,18 @@
|
|
|
97
69
|
|
|
98
70
|
修改接口:
|
|
99
71
|
|
|
100
|
-
* [
|
|
101
|
-
|
|
102
|
-
* <font color="#dd0000">**修改入参**:</font>Operator
|
|
103
|
-
|
|
104
|
-
* [ChannelDeleteRoleUsers](https://cloud.tencent.com/document/api/1420/89388)
|
|
105
|
-
|
|
106
|
-
* <font color="#dd0000">**修改入参**:</font>Operator
|
|
107
|
-
|
|
108
|
-
* [ChannelDescribeRoles](https://cloud.tencent.com/document/api/1420/89387)
|
|
109
|
-
|
|
110
|
-
* <font color="#dd0000">**修改入参**:</font>Operator
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
修改数据结构:
|
|
114
|
-
|
|
115
|
-
* [BaseFlowInfo](https://cloud.tencent.com/document/api/1420/61525#BaseFlowInfo)
|
|
116
|
-
|
|
117
|
-
* 新增成员:NeedCreateReview
|
|
118
|
-
|
|
119
|
-
* [FlowDetailInfo](https://cloud.tencent.com/document/api/1420/61525#FlowDetailInfo)
|
|
120
|
-
|
|
121
|
-
* 新增成员:NeedCreateReview
|
|
122
|
-
|
|
123
|
-
|
|
72
|
+
* [CreateBusinessDBInstances](https://cloud.tencent.com/document/api/238/80332)
|
|
124
73
|
|
|
74
|
+
* 新增出参:FlowId, InstanceIdSet
|
|
125
75
|
|
|
126
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
127
76
|
|
|
128
77
|
|
|
129
78
|
|
|
130
|
-
##
|
|
79
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
131
80
|
|
|
132
|
-
### 第
|
|
81
|
+
### 第 33 次发布
|
|
133
82
|
|
|
134
|
-
发布时间:2023-05-
|
|
83
|
+
发布时间:2023-05-26 01:50:53
|
|
135
84
|
|
|
136
85
|
本次发布包含了以下内容:
|
|
137
86
|
|
|
@@ -139,62 +88,48 @@
|
|
|
139
88
|
|
|
140
89
|
修改数据结构:
|
|
141
90
|
|
|
142
|
-
* [
|
|
91
|
+
* [TeoInstanceDetail](https://cloud.tencent.com/document/api/400/41679#TeoInstanceDetail)
|
|
143
92
|
|
|
144
|
-
* 新增成员:
|
|
93
|
+
* 新增成员:ZoneId, Status
|
|
145
94
|
|
|
146
95
|
|
|
147
96
|
|
|
148
97
|
|
|
149
98
|
## 云点播(vod) 版本:2018-07-17
|
|
150
99
|
|
|
151
|
-
### 第
|
|
100
|
+
### 第 156 次发布
|
|
152
101
|
|
|
153
|
-
发布时间:2023-05-
|
|
102
|
+
发布时间:2023-05-26 02:04:20
|
|
154
103
|
|
|
155
104
|
本次发布包含了以下内容:
|
|
156
105
|
|
|
157
106
|
改善已有的文档。
|
|
158
107
|
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
* [CreateRoundPlay](https://cloud.tencent.com/document/api/266/86175)
|
|
162
|
-
|
|
163
|
-
* 新增入参:PlayBackMode
|
|
164
|
-
|
|
165
|
-
* [ModifyRoundPlay](https://cloud.tencent.com/document/api/266/86172)
|
|
166
|
-
|
|
167
|
-
* 新增入参:Status, PlayBackMode
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
修改数据结构:
|
|
171
|
-
|
|
172
|
-
* [RoundPlayInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayInfo)
|
|
108
|
+
新增接口:
|
|
173
109
|
|
|
174
|
-
|
|
110
|
+
* [CreateEnhanceMediaTemplate](https://cloud.tencent.com/document/api/266/89805)
|
|
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)
|
|
175
115
|
|
|
176
116
|
|
|
177
117
|
|
|
118
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
178
119
|
|
|
179
|
-
|
|
120
|
+
### 第 157 次发布
|
|
180
121
|
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
发布时间:2023-05-25 02:13:42
|
|
122
|
+
发布时间:2023-05-26 02:10:55
|
|
184
123
|
|
|
185
124
|
本次发布包含了以下内容:
|
|
186
125
|
|
|
187
126
|
改善已有的文档。
|
|
188
127
|
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
* [BatchDescribeKTVMusicDetails](https://cloud.tencent.com/document/api/1592/76190)
|
|
192
|
-
|
|
193
|
-
* 新增入参:GuestUserId, RoomId
|
|
128
|
+
修改数据结构:
|
|
194
129
|
|
|
195
|
-
* [
|
|
130
|
+
* [AccessPolicy](https://cloud.tencent.com/document/api/215/15824#AccessPolicy)
|
|
196
131
|
|
|
197
|
-
*
|
|
132
|
+
* 新增成员:Remark
|
|
198
133
|
|
|
199
134
|
|
|
200
135
|
|
|
@@ -812,6 +747,21 @@
|
|
|
812
747
|
|
|
813
748
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
814
749
|
|
|
750
|
+
### 第 36 次发布
|
|
751
|
+
|
|
752
|
+
发布时间:2023-05-26 01:01:42
|
|
753
|
+
|
|
754
|
+
本次发布包含了以下内容:
|
|
755
|
+
|
|
756
|
+
改善已有的文档。
|
|
757
|
+
|
|
758
|
+
修改数据结构:
|
|
759
|
+
|
|
760
|
+
* [TRTCJoinRoomInput](https://cloud.tencent.com/document/api/1155/40113#TRTCJoinRoomInput)
|
|
761
|
+
|
|
762
|
+
* 新增成员:RoomIdType
|
|
763
|
+
|
|
764
|
+
|
|
815
765
|
### 第 35 次发布
|
|
816
766
|
|
|
817
767
|
发布时间:2023-02-23 01:01:50
|
|
@@ -35732,38 +35682,38 @@
|
|
|
35732
35682
|
|
|
35733
35683
|
新增接口:
|
|
35734
35684
|
|
|
35735
|
-
* [
|
|
35736
|
-
* [
|
|
35737
|
-
* [
|
|
35738
|
-
* [
|
|
35739
|
-
* [
|
|
35740
|
-
* [
|
|
35741
|
-
* [
|
|
35742
|
-
* [
|
|
35743
|
-
* [
|
|
35744
|
-
* [
|
|
35745
|
-
* [
|
|
35746
|
-
* [
|
|
35747
|
-
* [
|
|
35748
|
-
* [
|
|
35749
|
-
* [
|
|
35750
|
-
* [
|
|
35751
|
-
* [
|
|
35752
|
-
* [
|
|
35753
|
-
* [
|
|
35754
|
-
* [
|
|
35755
|
-
* [
|
|
35756
|
-
* [
|
|
35757
|
-
* [
|
|
35758
|
-
* [
|
|
35685
|
+
* [CloseClusterPasswordComplexity](https://cloud.tencent.com/document/api/1003/92724)
|
|
35686
|
+
* [CloseWan](https://cloud.tencent.com/document/api/1003/92737)
|
|
35687
|
+
* [CopyClusterPasswordComplexity](https://cloud.tencent.com/document/api/1003/92723)
|
|
35688
|
+
* [CreateClusterDatabase](https://cloud.tencent.com/document/api/1003/92736)
|
|
35689
|
+
* [CreateParamTemplate](https://cloud.tencent.com/document/api/1003/92731)
|
|
35690
|
+
* [DeleteAccounts](https://cloud.tencent.com/document/api/1003/92718)
|
|
35691
|
+
* [DeleteClusterDatabase](https://cloud.tencent.com/document/api/1003/92735)
|
|
35692
|
+
* [DeleteParamTemplate](https://cloud.tencent.com/document/api/1003/92730)
|
|
35693
|
+
* [DescribeAccountPrivileges](https://cloud.tencent.com/document/api/1003/92717)
|
|
35694
|
+
* [DescribeClusterDetailDatabases](https://cloud.tencent.com/document/api/1003/92734)
|
|
35695
|
+
* [DescribeClusterPasswordComplexity](https://cloud.tencent.com/document/api/1003/92722)
|
|
35696
|
+
* [DescribeInstanceParams](https://cloud.tencent.com/document/api/1003/92729)
|
|
35697
|
+
* [DescribeParamTemplateDetail](https://cloud.tencent.com/document/api/1003/92728)
|
|
35698
|
+
* [ModifyAccountDescription](https://cloud.tencent.com/document/api/1003/92716)
|
|
35699
|
+
* [ModifyAccountHost](https://cloud.tencent.com/document/api/1003/92715)
|
|
35700
|
+
* [ModifyAccountPrivileges](https://cloud.tencent.com/document/api/1003/92714)
|
|
35701
|
+
* [ModifyBinlogSaveDays](https://cloud.tencent.com/document/api/1003/92725)
|
|
35702
|
+
* [ModifyClusterDatabase](https://cloud.tencent.com/document/api/1003/92733)
|
|
35703
|
+
* [ModifyClusterPasswordComplexity](https://cloud.tencent.com/document/api/1003/92721)
|
|
35704
|
+
* [ModifyInstanceParam](https://cloud.tencent.com/document/api/1003/92727)
|
|
35705
|
+
* [ModifyParamTemplate](https://cloud.tencent.com/document/api/1003/92726)
|
|
35706
|
+
* [OpenClusterPasswordComplexity](https://cloud.tencent.com/document/api/1003/92720)
|
|
35707
|
+
* [OpenWan](https://cloud.tencent.com/document/api/1003/92732)
|
|
35708
|
+
* [UpgradeClusterVersion](https://cloud.tencent.com/document/api/1003/92719)
|
|
35759
35709
|
|
|
35760
35710
|
新增数据结构:
|
|
35761
35711
|
|
|
35762
|
-
* [
|
|
35763
|
-
* [
|
|
35764
|
-
* [
|
|
35765
|
-
* [
|
|
35766
|
-
* [
|
|
35712
|
+
* [DbInfo](https://cloud.tencent.com/document/api/1003/48097#DbInfo)
|
|
35713
|
+
* [InstanceParamItem](https://cloud.tencent.com/document/api/1003/48097#InstanceParamItem)
|
|
35714
|
+
* [ParamDetail](https://cloud.tencent.com/document/api/1003/48097#ParamDetail)
|
|
35715
|
+
* [ParamItemDetail](https://cloud.tencent.com/document/api/1003/48097#ParamItemDetail)
|
|
35716
|
+
* [UserHostPrivilege](https://cloud.tencent.com/document/api/1003/48097#UserHostPrivilege)
|
|
35767
35717
|
|
|
35768
35718
|
### 第 52 次发布
|
|
35769
35719
|
|
|
@@ -47513,6 +47463,21 @@
|
|
|
47513
47463
|
|
|
47514
47464
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
47515
47465
|
|
|
47466
|
+
### 第 68 次发布
|
|
47467
|
+
|
|
47468
|
+
发布时间:2023-05-25 11:31:02
|
|
47469
|
+
|
|
47470
|
+
本次发布包含了以下内容:
|
|
47471
|
+
|
|
47472
|
+
改善已有的文档。
|
|
47473
|
+
|
|
47474
|
+
修改数据结构:
|
|
47475
|
+
|
|
47476
|
+
* [FlowBrief](https://cloud.tencent.com/document/api/1323/70369#FlowBrief)
|
|
47477
|
+
|
|
47478
|
+
* 新增成员:Deadline
|
|
47479
|
+
|
|
47480
|
+
|
|
47516
47481
|
### 第 67 次发布
|
|
47517
47482
|
|
|
47518
47483
|
发布时间:2023-05-25 01:35:47
|
|
@@ -72938,6 +72903,21 @@
|
|
|
72938
72903
|
|
|
72939
72904
|
## 文字识别(ocr) 版本:2018-11-19
|
|
72940
72905
|
|
|
72906
|
+
### 第 101 次发布
|
|
72907
|
+
|
|
72908
|
+
发布时间:2023-05-26 01:45:09
|
|
72909
|
+
|
|
72910
|
+
本次发布包含了以下内容:
|
|
72911
|
+
|
|
72912
|
+
改善已有的文档。
|
|
72913
|
+
|
|
72914
|
+
修改接口:
|
|
72915
|
+
|
|
72916
|
+
* [BizLicenseOCR](https://cloud.tencent.com/document/api/866/36215)
|
|
72917
|
+
|
|
72918
|
+
* 新增出参:IsDuplication, RegistrationDate
|
|
72919
|
+
|
|
72920
|
+
|
|
72941
72921
|
### 第 100 次发布
|
|
72942
72922
|
|
|
72943
72923
|
发布时间:2023-05-25 01:49:38
|
|
@@ -81448,6 +81428,21 @@
|
|
|
81448
81428
|
|
|
81449
81429
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
81450
81430
|
|
|
81431
|
+
### 第 45 次发布
|
|
81432
|
+
|
|
81433
|
+
发布时间:2023-05-26 01:49:53
|
|
81434
|
+
|
|
81435
|
+
本次发布包含了以下内容:
|
|
81436
|
+
|
|
81437
|
+
改善已有的文档。
|
|
81438
|
+
|
|
81439
|
+
修改接口:
|
|
81440
|
+
|
|
81441
|
+
* [CreateBusinessDBInstances](https://cloud.tencent.com/document/api/238/80332)
|
|
81442
|
+
|
|
81443
|
+
* 新增出参:FlowId, InstanceIdSet
|
|
81444
|
+
|
|
81445
|
+
|
|
81451
81446
|
### 第 44 次发布
|
|
81452
81447
|
|
|
81453
81448
|
发布时间:2023-05-22 01:53:58
|
|
@@ -82870,6 +82865,21 @@
|
|
|
82870
82865
|
|
|
82871
82866
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
82872
82867
|
|
|
82868
|
+
### 第 33 次发布
|
|
82869
|
+
|
|
82870
|
+
发布时间:2023-05-26 01:50:53
|
|
82871
|
+
|
|
82872
|
+
本次发布包含了以下内容:
|
|
82873
|
+
|
|
82874
|
+
改善已有的文档。
|
|
82875
|
+
|
|
82876
|
+
修改数据结构:
|
|
82877
|
+
|
|
82878
|
+
* [TeoInstanceDetail](https://cloud.tencent.com/document/api/400/41679#TeoInstanceDetail)
|
|
82879
|
+
|
|
82880
|
+
* 新增成员:ZoneId, Status
|
|
82881
|
+
|
|
82882
|
+
|
|
82873
82883
|
### 第 32 次发布
|
|
82874
82884
|
|
|
82875
82885
|
发布时间:2023-05-19 01:55:56
|
|
@@ -108412,6 +108422,22 @@
|
|
|
108412
108422
|
|
|
108413
108423
|
## 云点播(vod) 版本:2018-07-17
|
|
108414
108424
|
|
|
108425
|
+
### 第 156 次发布
|
|
108426
|
+
|
|
108427
|
+
发布时间:2023-05-26 02:04:20
|
|
108428
|
+
|
|
108429
|
+
本次发布包含了以下内容:
|
|
108430
|
+
|
|
108431
|
+
改善已有的文档。
|
|
108432
|
+
|
|
108433
|
+
新增接口:
|
|
108434
|
+
|
|
108435
|
+
* [[CreateEnhanceMediaTemplate](https://cloud.tencent.com/document/api/266/89805)](https://cloud.tencent.com/document/api/#/#)
|
|
108436
|
+
* [[DeleteEnhanceMediaTemplate](https://cloud.tencent.com/document/api/266/89804)](https://cloud.tencent.com/document/api/#/#)
|
|
108437
|
+
* [[DescribeEnhanceMediaTemplates](https://cloud.tencent.com/document/api/266/89803)](https://cloud.tencent.com/document/api/#/#)
|
|
108438
|
+
* [[EnhanceMediaByTemplate](https://cloud.tencent.com/document/api/266/89801)](https://cloud.tencent.com/document/api/#/#)
|
|
108439
|
+
* [[ModifyEnhanceMediaTemplate](https://cloud.tencent.com/document/api/266/89802)](https://cloud.tencent.com/document/api/#/#)
|
|
108440
|
+
|
|
108415
108441
|
### 第 155 次发布
|
|
108416
108442
|
|
|
108417
108443
|
发布时间:2023-05-25 02:08:29
|
|
@@ -112630,6 +112656,21 @@
|
|
|
112630
112656
|
|
|
112631
112657
|
## 私有网络(vpc) 版本:2017-03-12
|
|
112632
112658
|
|
|
112659
|
+
### 第 157 次发布
|
|
112660
|
+
|
|
112661
|
+
发布时间:2023-05-26 02:10:55
|
|
112662
|
+
|
|
112663
|
+
本次发布包含了以下内容:
|
|
112664
|
+
|
|
112665
|
+
改善已有的文档。
|
|
112666
|
+
|
|
112667
|
+
修改数据结构:
|
|
112668
|
+
|
|
112669
|
+
* [AccessPolicy](https://cloud.tencent.com/document/api/215/15824#AccessPolicy)
|
|
112670
|
+
|
|
112671
|
+
* 新增成员:Remark
|
|
112672
|
+
|
|
112673
|
+
|
|
112633
112674
|
### 第 156 次发布
|
|
112634
112675
|
|
|
112635
112676
|
发布时间:2023-05-19 02:14:41
|