tencentcloud-sdk-nodejs 4.0.951 → 4.0.952
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 +187 -0
- package/SERVICE_CHANGELOG.md +297 -20
- package/package.json +1 -1
- package/products.md +11 -11
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apm/v20210622/apm_models.ts +16 -15
- package/src/services/cls/v20201016/cls_models.ts +4 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +26 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +52 -0
- package/src/services/mariadb/v20170312/mariadb_client.ts +20 -8
- package/src/services/mariadb/v20170312/mariadb_models.ts +45 -13
- package/src/services/scf/v20180416/scf_models.ts +2 -2
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +1 -1
- package/src/services/tcss/v20201101/tcss_models.ts +4 -0
- package/src/services/vclm/v20240523/vclm_models.ts +9 -0
- package/src/services/vpc/v20170312/vpc_models.ts +3 -2
- package/src/services/waf/v20180125/waf_client.ts +1 -1
- package/src/services/waf/v20180125/waf_models.ts +164 -15
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +16 -15
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +19 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +20 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +50 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +7 -3
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +9 -3
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +43 -13
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +2 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +4 -0
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +9 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +3 -2
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +164 -15
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/mariadb.v20170312.test.js +12 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,190 @@
|
|
|
1
|
+
# Release 4.0.952
|
|
2
|
+
|
|
3
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
4
|
+
|
|
5
|
+
### 第 106 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-10-10 01:12:21
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeShippers](https://cloud.tencent.com/document/api/614/58744)
|
|
16
|
+
|
|
17
|
+
* 新增入参:PreciseSearch
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
23
|
+
|
|
24
|
+
### 第 186 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2024-10-10 01:18:55
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
新增接口:
|
|
33
|
+
|
|
34
|
+
* [CreateChannelSubOrganizationActive](https://cloud.tencent.com/document/api/1420/111476)
|
|
35
|
+
|
|
36
|
+
修改数据结构:
|
|
37
|
+
|
|
38
|
+
* [ChannelOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#ChannelOrganizationInfo)
|
|
39
|
+
|
|
40
|
+
* 新增成员:ActiveStatus, LicenseExpireTime
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
50
|
+
|
|
51
|
+
### 第 67 次发布
|
|
52
|
+
|
|
53
|
+
发布时间:2024-10-10 01:23:44
|
|
54
|
+
|
|
55
|
+
本次发布包含了以下内容:
|
|
56
|
+
|
|
57
|
+
改善已有的文档。
|
|
58
|
+
|
|
59
|
+
新增接口:
|
|
60
|
+
|
|
61
|
+
* [DescribeDBSyncMode](https://cloud.tencent.com/document/api/237/111477)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
66
|
+
|
|
67
|
+
### 第 67 次发布
|
|
68
|
+
|
|
69
|
+
发布时间:2024-10-10 01:30:02
|
|
70
|
+
|
|
71
|
+
本次发布包含了以下内容:
|
|
72
|
+
|
|
73
|
+
改善已有的文档。
|
|
74
|
+
|
|
75
|
+
修改接口:
|
|
76
|
+
|
|
77
|
+
* [UpdateAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65519)
|
|
78
|
+
|
|
79
|
+
* 新增入参:RegistryId
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
85
|
+
|
|
86
|
+
### 第 7 次发布
|
|
87
|
+
|
|
88
|
+
发布时间:2024-10-10 01:34:51
|
|
89
|
+
|
|
90
|
+
本次发布包含了以下内容:
|
|
91
|
+
|
|
92
|
+
改善已有的文档。
|
|
93
|
+
|
|
94
|
+
修改接口:
|
|
95
|
+
|
|
96
|
+
* [DescribeImageAnimateJob](https://cloud.tencent.com/document/api/1616/107785)
|
|
97
|
+
|
|
98
|
+
* 新增出参:MaskVideoUrl
|
|
99
|
+
|
|
100
|
+
* [SubmitImageAnimateJob](https://cloud.tencent.com/document/api/1616/107784)
|
|
101
|
+
|
|
102
|
+
* 新增入参:EnableSegment
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
108
|
+
|
|
109
|
+
### 第 210 次发布
|
|
110
|
+
|
|
111
|
+
发布时间:2024-10-10 01:35:42
|
|
112
|
+
|
|
113
|
+
本次发布包含了以下内容:
|
|
114
|
+
|
|
115
|
+
改善已有的文档。
|
|
116
|
+
|
|
117
|
+
修改数据结构:
|
|
118
|
+
|
|
119
|
+
* [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
125
|
+
|
|
126
|
+
### 第 95 次发布
|
|
127
|
+
|
|
128
|
+
发布时间:2024-10-10 01:36:42
|
|
129
|
+
|
|
130
|
+
本次发布包含了以下内容:
|
|
131
|
+
|
|
132
|
+
改善已有的文档。
|
|
133
|
+
|
|
134
|
+
修改接口:
|
|
135
|
+
|
|
136
|
+
* [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
|
|
137
|
+
|
|
138
|
+
* 新增入参:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
|
|
139
|
+
|
|
140
|
+
* [DeleteIpAccessControlV2](https://cloud.tencent.com/document/api/627/105914)
|
|
141
|
+
|
|
142
|
+
* <font color="#dd0000">**修改入参**:</font>RuleIds
|
|
143
|
+
|
|
144
|
+
* [DescribeCertificateVerifyResult](https://cloud.tencent.com/document/api/627/99281)
|
|
145
|
+
|
|
146
|
+
* 新增入参:GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
|
|
147
|
+
|
|
148
|
+
* <font color="#dd0000">**修改入参**:</font>CertType
|
|
149
|
+
|
|
150
|
+
* [DescribeUserClbWafRegions](https://cloud.tencent.com/document/api/627/53600)
|
|
151
|
+
|
|
152
|
+
* 新增入参:AlbType
|
|
153
|
+
|
|
154
|
+
* [ModifySpartaProtection](https://cloud.tencent.com/document/api/627/94309)
|
|
155
|
+
|
|
156
|
+
* 新增入参:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
修改数据结构:
|
|
160
|
+
|
|
161
|
+
* [ClbDomainsInfo](https://cloud.tencent.com/document/api/627/53609#ClbDomainsInfo)
|
|
162
|
+
|
|
163
|
+
* 新增成员:Labels
|
|
164
|
+
|
|
165
|
+
* [ClbObject](https://cloud.tencent.com/document/api/627/53609#ClbObject)
|
|
166
|
+
|
|
167
|
+
* 新增成员:NumericalVpcId
|
|
168
|
+
|
|
169
|
+
* [DomainInfo](https://cloud.tencent.com/document/api/627/53609#DomainInfo)
|
|
170
|
+
|
|
171
|
+
* 新增成员:Labels
|
|
172
|
+
|
|
173
|
+
* [DomainsPartInfo](https://cloud.tencent.com/document/api/627/53609#DomainsPartInfo)
|
|
174
|
+
|
|
175
|
+
* 新增成员:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId, Labels
|
|
176
|
+
|
|
177
|
+
* [GoodsDetailNew](https://cloud.tencent.com/document/api/627/53609#GoodsDetailNew)
|
|
178
|
+
|
|
179
|
+
* 新增成员:MicroVersion
|
|
180
|
+
|
|
181
|
+
* [Strategy](https://cloud.tencent.com/document/api/627/53609#Strategy)
|
|
182
|
+
|
|
183
|
+
* 新增成员:CaseNotSensitive
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
1
188
|
# Release 4.0.951
|
|
2
189
|
|
|
3
190
|
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 106 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-10-
|
|
7
|
+
发布时间:2024-10-10 01:12:21
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,41 +12,61 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeShippers](https://cloud.tencent.com/document/api/614/58744)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* 新增入参:PreciseSearch
|
|
18
18
|
|
|
19
|
-
* [DescribeDatabaseAuditRecords](https://cloud.tencent.com/document/api/1387/102617)
|
|
20
19
|
|
|
21
|
-
* 新增出参:ErrorMsg
|
|
22
20
|
|
|
23
21
|
|
|
22
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
23
|
+
|
|
24
|
+
### 第 186 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2024-10-10 01:18:55
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
新增接口:
|
|
33
|
+
|
|
34
|
+
* [CreateChannelSubOrganizationActive](https://cloud.tencent.com/document/api/1420/111476)
|
|
35
|
+
|
|
24
36
|
修改数据结构:
|
|
25
37
|
|
|
26
|
-
* [
|
|
38
|
+
* [ChannelOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#ChannelOrganizationInfo)
|
|
27
39
|
|
|
28
|
-
* 新增成员:
|
|
40
|
+
* 新增成员:ActiveStatus, LicenseExpireTime
|
|
29
41
|
|
|
30
|
-
* [NodeInfos](https://cloud.tencent.com/document/api/1387/102385#NodeInfos)
|
|
31
42
|
|
|
32
|
-
* 新增成员:Id, Zone
|
|
33
43
|
|
|
34
|
-
* [SlowQueryRecord](https://cloud.tencent.com/document/api/1387/102385#SlowQueryRecord)
|
|
35
44
|
|
|
36
|
-
|
|
45
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
37
46
|
|
|
38
|
-
* [ZoneInfo](https://cloud.tencent.com/document/api/1387/102385#ZoneInfo)
|
|
39
47
|
|
|
40
|
-
* 新增成员:Main
|
|
41
48
|
|
|
49
|
+
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
42
50
|
|
|
51
|
+
### 第 67 次发布
|
|
43
52
|
|
|
53
|
+
发布时间:2024-10-10 01:23:44
|
|
44
54
|
|
|
45
|
-
|
|
55
|
+
本次发布包含了以下内容:
|
|
56
|
+
|
|
57
|
+
改善已有的文档。
|
|
58
|
+
|
|
59
|
+
新增接口:
|
|
60
|
+
|
|
61
|
+
* [DescribeDBSyncMode](https://cloud.tencent.com/document/api/237/111477)
|
|
46
62
|
|
|
47
|
-
### 第 29 次发布
|
|
48
63
|
|
|
49
|
-
|
|
64
|
+
|
|
65
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
66
|
+
|
|
67
|
+
### 第 67 次发布
|
|
68
|
+
|
|
69
|
+
发布时间:2024-10-10 01:30:02
|
|
50
70
|
|
|
51
71
|
本次发布包含了以下内容:
|
|
52
72
|
|
|
@@ -54,9 +74,113 @@
|
|
|
54
74
|
|
|
55
75
|
修改接口:
|
|
56
76
|
|
|
57
|
-
* [
|
|
77
|
+
* [UpdateAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65519)
|
|
58
78
|
|
|
59
|
-
*
|
|
79
|
+
* 新增入参:RegistryId
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
85
|
+
|
|
86
|
+
### 第 7 次发布
|
|
87
|
+
|
|
88
|
+
发布时间:2024-10-10 01:34:51
|
|
89
|
+
|
|
90
|
+
本次发布包含了以下内容:
|
|
91
|
+
|
|
92
|
+
改善已有的文档。
|
|
93
|
+
|
|
94
|
+
修改接口:
|
|
95
|
+
|
|
96
|
+
* [DescribeImageAnimateJob](https://cloud.tencent.com/document/api/1616/107785)
|
|
97
|
+
|
|
98
|
+
* 新增出参:MaskVideoUrl
|
|
99
|
+
|
|
100
|
+
* [SubmitImageAnimateJob](https://cloud.tencent.com/document/api/1616/107784)
|
|
101
|
+
|
|
102
|
+
* 新增入参:EnableSegment
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
108
|
+
|
|
109
|
+
### 第 210 次发布
|
|
110
|
+
|
|
111
|
+
发布时间:2024-10-10 01:35:42
|
|
112
|
+
|
|
113
|
+
本次发布包含了以下内容:
|
|
114
|
+
|
|
115
|
+
改善已有的文档。
|
|
116
|
+
|
|
117
|
+
修改数据结构:
|
|
118
|
+
|
|
119
|
+
* [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
125
|
+
|
|
126
|
+
### 第 95 次发布
|
|
127
|
+
|
|
128
|
+
发布时间:2024-10-10 01:36:42
|
|
129
|
+
|
|
130
|
+
本次发布包含了以下内容:
|
|
131
|
+
|
|
132
|
+
改善已有的文档。
|
|
133
|
+
|
|
134
|
+
修改接口:
|
|
135
|
+
|
|
136
|
+
* [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
|
|
137
|
+
|
|
138
|
+
* 新增入参:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
|
|
139
|
+
|
|
140
|
+
* [DeleteIpAccessControlV2](https://cloud.tencent.com/document/api/627/105914)
|
|
141
|
+
|
|
142
|
+
* <font color="#dd0000">**修改入参**:</font>RuleIds
|
|
143
|
+
|
|
144
|
+
* [DescribeCertificateVerifyResult](https://cloud.tencent.com/document/api/627/99281)
|
|
145
|
+
|
|
146
|
+
* 新增入参:GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
|
|
147
|
+
|
|
148
|
+
* <font color="#dd0000">**修改入参**:</font>CertType
|
|
149
|
+
|
|
150
|
+
* [DescribeUserClbWafRegions](https://cloud.tencent.com/document/api/627/53600)
|
|
151
|
+
|
|
152
|
+
* 新增入参:AlbType
|
|
153
|
+
|
|
154
|
+
* [ModifySpartaProtection](https://cloud.tencent.com/document/api/627/94309)
|
|
155
|
+
|
|
156
|
+
* 新增入参:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
修改数据结构:
|
|
160
|
+
|
|
161
|
+
* [ClbDomainsInfo](https://cloud.tencent.com/document/api/627/53609#ClbDomainsInfo)
|
|
162
|
+
|
|
163
|
+
* 新增成员:Labels
|
|
164
|
+
|
|
165
|
+
* [ClbObject](https://cloud.tencent.com/document/api/627/53609#ClbObject)
|
|
166
|
+
|
|
167
|
+
* 新增成员:NumericalVpcId
|
|
168
|
+
|
|
169
|
+
* [DomainInfo](https://cloud.tencent.com/document/api/627/53609#DomainInfo)
|
|
170
|
+
|
|
171
|
+
* 新增成员:Labels
|
|
172
|
+
|
|
173
|
+
* [DomainsPartInfo](https://cloud.tencent.com/document/api/627/53609#DomainsPartInfo)
|
|
174
|
+
|
|
175
|
+
* 新增成员:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId, Labels
|
|
176
|
+
|
|
177
|
+
* [GoodsDetailNew](https://cloud.tencent.com/document/api/627/53609#GoodsDetailNew)
|
|
178
|
+
|
|
179
|
+
* 新增成员:MicroVersion
|
|
180
|
+
|
|
181
|
+
* [Strategy](https://cloud.tencent.com/document/api/627/53609#Strategy)
|
|
182
|
+
|
|
183
|
+
* 新增成员:CaseNotSensitive
|
|
60
184
|
|
|
61
185
|
|
|
62
186
|
|
|
@@ -33121,6 +33245,21 @@
|
|
|
33121
33245
|
|
|
33122
33246
|
## 日志服务(cls) 版本:2020-10-16
|
|
33123
33247
|
|
|
33248
|
+
### 第 106 次发布
|
|
33249
|
+
|
|
33250
|
+
发布时间:2024-10-10 01:12:21
|
|
33251
|
+
|
|
33252
|
+
本次发布包含了以下内容:
|
|
33253
|
+
|
|
33254
|
+
改善已有的文档。
|
|
33255
|
+
|
|
33256
|
+
修改接口:
|
|
33257
|
+
|
|
33258
|
+
* [DescribeShippers](https://cloud.tencent.com/document/api/614/58744)
|
|
33259
|
+
|
|
33260
|
+
* 新增入参:PreciseSearch
|
|
33261
|
+
|
|
33262
|
+
|
|
33124
33263
|
### 第 105 次发布
|
|
33125
33264
|
|
|
33126
33265
|
发布时间:2024-08-22 01:19:50
|
|
@@ -69376,6 +69515,25 @@
|
|
|
69376
69515
|
|
|
69377
69516
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
69378
69517
|
|
|
69518
|
+
### 第 186 次发布
|
|
69519
|
+
|
|
69520
|
+
发布时间:2024-10-10 01:18:55
|
|
69521
|
+
|
|
69522
|
+
本次发布包含了以下内容:
|
|
69523
|
+
|
|
69524
|
+
改善已有的文档。
|
|
69525
|
+
|
|
69526
|
+
新增接口:
|
|
69527
|
+
|
|
69528
|
+
* [[CreateChannelSubOrganizationActive](https://cloud.tencent.com/document/api/1420/111476)](https://cloud.tencent.com/document/api/#/#)
|
|
69529
|
+
|
|
69530
|
+
修改数据结构:
|
|
69531
|
+
|
|
69532
|
+
* [ChannelOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#ChannelOrganizationInfo)
|
|
69533
|
+
|
|
69534
|
+
* 新增成员:ActiveStatus, LicenseExpireTime
|
|
69535
|
+
|
|
69536
|
+
|
|
69379
69537
|
### 第 185 次发布
|
|
69380
69538
|
|
|
69381
69539
|
发布时间:2024-09-26 01:20:42
|
|
@@ -92819,6 +92977,18 @@
|
|
|
92819
92977
|
|
|
92820
92978
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
92821
92979
|
|
|
92980
|
+
### 第 67 次发布
|
|
92981
|
+
|
|
92982
|
+
发布时间:2024-10-10 01:23:44
|
|
92983
|
+
|
|
92984
|
+
本次发布包含了以下内容:
|
|
92985
|
+
|
|
92986
|
+
改善已有的文档。
|
|
92987
|
+
|
|
92988
|
+
新增接口:
|
|
92989
|
+
|
|
92990
|
+
* [[DescribeDBSyncMode](https://cloud.tencent.com/document/api/237/111477)](https://cloud.tencent.com/document/api/#/#)
|
|
92991
|
+
|
|
92822
92992
|
### 第 66 次发布
|
|
92823
92993
|
|
|
92824
92994
|
发布时间:2024-09-11 01:55:56
|
|
@@ -126834,6 +127004,21 @@
|
|
|
126834
127004
|
|
|
126835
127005
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
126836
127006
|
|
|
127007
|
+
### 第 67 次发布
|
|
127008
|
+
|
|
127009
|
+
发布时间:2024-10-10 01:30:02
|
|
127010
|
+
|
|
127011
|
+
本次发布包含了以下内容:
|
|
127012
|
+
|
|
127013
|
+
改善已有的文档。
|
|
127014
|
+
|
|
127015
|
+
修改接口:
|
|
127016
|
+
|
|
127017
|
+
* [UpdateAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65519)
|
|
127018
|
+
|
|
127019
|
+
* 新增入参:RegistryId
|
|
127020
|
+
|
|
127021
|
+
|
|
126837
127022
|
### 第 66 次发布
|
|
126838
127023
|
|
|
126839
127024
|
发布时间:2024-09-25 01:32:38
|
|
@@ -153733,6 +153918,25 @@
|
|
|
153733
153918
|
|
|
153734
153919
|
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
153735
153920
|
|
|
153921
|
+
### 第 7 次发布
|
|
153922
|
+
|
|
153923
|
+
发布时间:2024-10-10 01:34:51
|
|
153924
|
+
|
|
153925
|
+
本次发布包含了以下内容:
|
|
153926
|
+
|
|
153927
|
+
改善已有的文档。
|
|
153928
|
+
|
|
153929
|
+
修改接口:
|
|
153930
|
+
|
|
153931
|
+
* [DescribeImageAnimateJob](https://cloud.tencent.com/document/api/1616/107785)
|
|
153932
|
+
|
|
153933
|
+
* 新增出参:MaskVideoUrl
|
|
153934
|
+
|
|
153935
|
+
* [SubmitImageAnimateJob](https://cloud.tencent.com/document/api/1616/107784)
|
|
153936
|
+
|
|
153937
|
+
* 新增入参:EnableSegment
|
|
153938
|
+
|
|
153939
|
+
|
|
153736
153940
|
### 第 6 次发布
|
|
153737
153941
|
|
|
153738
153942
|
发布时间:2024-09-06 02:22:38
|
|
@@ -159442,6 +159646,19 @@
|
|
|
159442
159646
|
|
|
159443
159647
|
## 私有网络(vpc) 版本:2017-03-12
|
|
159444
159648
|
|
|
159649
|
+
### 第 210 次发布
|
|
159650
|
+
|
|
159651
|
+
发布时间:2024-10-10 01:35:42
|
|
159652
|
+
|
|
159653
|
+
本次发布包含了以下内容:
|
|
159654
|
+
|
|
159655
|
+
改善已有的文档。
|
|
159656
|
+
|
|
159657
|
+
修改数据结构:
|
|
159658
|
+
|
|
159659
|
+
* [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
|
|
159660
|
+
|
|
159661
|
+
|
|
159445
159662
|
### 第 209 次发布
|
|
159446
159663
|
|
|
159447
159664
|
发布时间:2024-09-30 01:38:05
|
|
@@ -164372,6 +164589,66 @@
|
|
|
164372
164589
|
|
|
164373
164590
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
164374
164591
|
|
|
164592
|
+
### 第 95 次发布
|
|
164593
|
+
|
|
164594
|
+
发布时间:2024-10-10 01:36:42
|
|
164595
|
+
|
|
164596
|
+
本次发布包含了以下内容:
|
|
164597
|
+
|
|
164598
|
+
改善已有的文档。
|
|
164599
|
+
|
|
164600
|
+
修改接口:
|
|
164601
|
+
|
|
164602
|
+
* [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
|
|
164603
|
+
|
|
164604
|
+
* 新增入参:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
|
|
164605
|
+
|
|
164606
|
+
* [DeleteIpAccessControlV2](https://cloud.tencent.com/document/api/627/105914)
|
|
164607
|
+
|
|
164608
|
+
* <font color="#dd0000">**修改入参**:</font>RuleIds
|
|
164609
|
+
|
|
164610
|
+
* [DescribeCertificateVerifyResult](https://cloud.tencent.com/document/api/627/99281)
|
|
164611
|
+
|
|
164612
|
+
* 新增入参:GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
|
|
164613
|
+
|
|
164614
|
+
* <font color="#dd0000">**修改入参**:</font>CertType
|
|
164615
|
+
|
|
164616
|
+
* [DescribeUserClbWafRegions](https://cloud.tencent.com/document/api/627/53600)
|
|
164617
|
+
|
|
164618
|
+
* 新增入参:AlbType
|
|
164619
|
+
|
|
164620
|
+
* [ModifySpartaProtection](https://cloud.tencent.com/document/api/627/94309)
|
|
164621
|
+
|
|
164622
|
+
* 新增入参:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
|
|
164623
|
+
|
|
164624
|
+
|
|
164625
|
+
修改数据结构:
|
|
164626
|
+
|
|
164627
|
+
* [ClbDomainsInfo](https://cloud.tencent.com/document/api/627/53609#ClbDomainsInfo)
|
|
164628
|
+
|
|
164629
|
+
* 新增成员:Labels
|
|
164630
|
+
|
|
164631
|
+
* [ClbObject](https://cloud.tencent.com/document/api/627/53609#ClbObject)
|
|
164632
|
+
|
|
164633
|
+
* 新增成员:NumericalVpcId
|
|
164634
|
+
|
|
164635
|
+
* [DomainInfo](https://cloud.tencent.com/document/api/627/53609#DomainInfo)
|
|
164636
|
+
|
|
164637
|
+
* 新增成员:Labels
|
|
164638
|
+
|
|
164639
|
+
* [DomainsPartInfo](https://cloud.tencent.com/document/api/627/53609#DomainsPartInfo)
|
|
164640
|
+
|
|
164641
|
+
* 新增成员:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId, Labels
|
|
164642
|
+
|
|
164643
|
+
* [GoodsDetailNew](https://cloud.tencent.com/document/api/627/53609#GoodsDetailNew)
|
|
164644
|
+
|
|
164645
|
+
* 新增成员:MicroVersion
|
|
164646
|
+
|
|
164647
|
+
* [Strategy](https://cloud.tencent.com/document/api/627/53609#Strategy)
|
|
164648
|
+
|
|
164649
|
+
* 新增成员:CaseNotSensitive
|
|
164650
|
+
|
|
164651
|
+
|
|
164375
164652
|
### 第 94 次发布
|
|
164376
164653
|
|
|
164377
164654
|
发布时间:2024-07-23 02:21:00
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-09-24 01:08:10 |
|
|
18
|
-
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-
|
|
18
|
+
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-10-10 01:07:45 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-09-30 01:07:57 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-09-23 01:07:54 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
64
64
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
|
|
65
65
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-08-23 01:19:08 |
|
|
66
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-
|
|
66
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-10-10 01:12:21 |
|
|
67
67
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-09-25 01:13:30 |
|
|
68
68
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-08-28 01:24:04 |
|
|
69
69
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-06-20 01:24:47 |
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
74
74
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-09-19 01:21:01 |
|
|
75
75
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
76
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-
|
|
76
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-10-10 01:13:08 |
|
|
77
77
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-09-26 01:14:22 |
|
|
78
78
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
79
79
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-09-30 01:15:34 |
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-09-27 01:15:03 |
|
|
102
102
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-09-10 15:12:32 |
|
|
103
103
|
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-09-27 01:15:32 |
|
|
104
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-10-
|
|
104
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-10-10 01:18:55 |
|
|
105
105
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-09-11 01:42:57 |
|
|
106
106
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-09-25 01:20:56 |
|
|
107
107
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
144
144
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
145
145
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
|
|
146
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2024-
|
|
146
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2024-10-10 01:23:44 |
|
|
147
147
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2024-03-20 01:20:21 |
|
|
148
148
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2024-08-28 02:03:45 |
|
|
149
149
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
175
175
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
176
176
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-08-23 02:05:36 |
|
|
177
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-
|
|
177
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-10-10 01:27:37 |
|
|
178
178
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-09-27 01:25:49 |
|
|
179
179
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-08-12 02:09:46 |
|
|
180
180
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-09-23 16:57:26 |
|
|
183
183
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-04-11 01:20:45 |
|
|
184
184
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
185
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-
|
|
185
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-10-10 01:28:10 |
|
|
186
186
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
187
187
|
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-10-01 01:24:04 |
|
|
188
188
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
206
206
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-06-18 02:13:19 |
|
|
207
207
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-09-05 02:07:24 |
|
|
208
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-
|
|
208
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-10-10 01:30:02 |
|
|
209
209
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
|
|
210
210
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
|
|
211
211
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-09-26 01:34:12 |
|
|
@@ -238,15 +238,15 @@
|
|
|
238
238
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-09-26 01:38:14 |
|
|
239
239
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
240
240
|
| vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
|
|
241
|
-
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-
|
|
241
|
+
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-10-10 01:34:51 |
|
|
242
242
|
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-09-20 13:15:27 |
|
|
243
243
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
|
|
244
244
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
245
245
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-09-11 19:07:13 |
|
|
246
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-
|
|
246
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-10-10 01:35:42 |
|
|
247
247
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-09-06 02:27:27 |
|
|
248
248
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-09-10 02:27:11 |
|
|
249
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-
|
|
249
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-10-10 01:36:42 |
|
|
250
250
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
251
251
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-09-25 01:40:14 |
|
|
252
252
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
|