tencentcloud-sdk-nodejs 4.0.952 → 4.0.954
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 +113 -0
- package/SERVICE_CHANGELOG.md +98 -168
- package/package.json +1 -1
- package/products.md +10 -10
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cvm/v20170312/cvm_client.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +4 -0
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +12 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +54 -0
- package/src/services/ess/v20201111/ess_client.ts +27 -0
- package/src/services/ess/v20201111/ess_models.ts +130 -1
- package/src/services/iss/v20230517/iss_models.ts +9 -0
- package/src/services/lke/v20231130/lke_models.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +2 -2
- package/src/services/vpc/v20170312/vpc_models.ts +1 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.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 +4 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +52 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +10 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +13 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +124 -1
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +9 -0
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -2
- package/test/cynosdb.v20190107.test.js +10 -0
- package/test/ess.v20201111.test.js +20 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,116 @@
|
|
|
1
|
+
# Release 4.0.954
|
|
2
|
+
|
|
3
|
+
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
4
|
+
|
|
5
|
+
### 第 20 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-10-11 18:07:24
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeRecordFile](https://cloud.tencent.com/document/api/1344/95934)
|
|
16
|
+
|
|
17
|
+
* 新增入参:WithUrl
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
修改数据结构:
|
|
21
|
+
|
|
22
|
+
* [RecordTimeLine](https://cloud.tencent.com/document/api/1344/95952#RecordTimeLine)
|
|
23
|
+
|
|
24
|
+
* 新增成员:HlsUrl
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
# Release 4.0.953
|
|
30
|
+
|
|
31
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
32
|
+
|
|
33
|
+
### 第 133 次发布
|
|
34
|
+
|
|
35
|
+
发布时间:2024-10-11 01:13:23
|
|
36
|
+
|
|
37
|
+
本次发布包含了以下内容:
|
|
38
|
+
|
|
39
|
+
改善已有的文档。
|
|
40
|
+
|
|
41
|
+
修改接口:
|
|
42
|
+
|
|
43
|
+
* [ImportImage](https://cloud.tencent.com/document/api/213/15717)
|
|
44
|
+
|
|
45
|
+
* 新增入参:ImageFamily
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
51
|
+
|
|
52
|
+
### 第 105 次发布
|
|
53
|
+
|
|
54
|
+
发布时间:2024-10-11 01:14:58
|
|
55
|
+
|
|
56
|
+
本次发布包含了以下内容:
|
|
57
|
+
|
|
58
|
+
改善已有的文档。
|
|
59
|
+
|
|
60
|
+
新增接口:
|
|
61
|
+
|
|
62
|
+
* [InquirePriceModify](https://cloud.tencent.com/document/api/1003/111495)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
67
|
+
|
|
68
|
+
### 第 189 次发布
|
|
69
|
+
|
|
70
|
+
发布时间:2024-10-11 01:18:55
|
|
71
|
+
|
|
72
|
+
本次发布包含了以下内容:
|
|
73
|
+
|
|
74
|
+
改善已有的文档。
|
|
75
|
+
|
|
76
|
+
新增接口:
|
|
77
|
+
|
|
78
|
+
* [ArchiveDynamicFlow](https://cloud.tencent.com/document/api/1323/111497)
|
|
79
|
+
* [CreateDynamicFlowApprover](https://cloud.tencent.com/document/api/1323/111496)
|
|
80
|
+
|
|
81
|
+
修改接口:
|
|
82
|
+
|
|
83
|
+
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
84
|
+
|
|
85
|
+
* 新增入参:OpenDynamicSignFlow
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
新增数据结构:
|
|
89
|
+
|
|
90
|
+
* [ArchiveDynamicApproverData](https://cloud.tencent.com/document/api/1323/70369#ArchiveDynamicApproverData)
|
|
91
|
+
* [DynamicFlowApproverResult](https://cloud.tencent.com/document/api/1323/70369#DynamicFlowApproverResult)
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
96
|
+
|
|
97
|
+
### 第 211 次发布
|
|
98
|
+
|
|
99
|
+
发布时间:2024-10-11 01:36:00
|
|
100
|
+
|
|
101
|
+
本次发布包含了以下内容:
|
|
102
|
+
|
|
103
|
+
改善已有的文档。
|
|
104
|
+
|
|
105
|
+
修改数据结构:
|
|
106
|
+
|
|
107
|
+
* [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
|
|
108
|
+
|
|
109
|
+
* <font color="#dd0000">**修改成员**:</font>Ipv6Flag
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
1
114
|
# Release 4.0.952
|
|
2
115
|
|
|
3
116
|
## 日志服务(cls) 版本:2020-10-16
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,131 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
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
|
|
3
|
+
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
125
4
|
|
|
126
|
-
### 第
|
|
5
|
+
### 第 20 次发布
|
|
127
6
|
|
|
128
|
-
发布时间:2024-10-
|
|
7
|
+
发布时间:2024-10-11 18:07:24
|
|
129
8
|
|
|
130
9
|
本次发布包含了以下内容:
|
|
131
10
|
|
|
@@ -133,54 +12,16 @@
|
|
|
133
12
|
|
|
134
13
|
修改接口:
|
|
135
14
|
|
|
136
|
-
* [
|
|
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)
|
|
15
|
+
* [DescribeRecordFile](https://cloud.tencent.com/document/api/1344/95934)
|
|
155
16
|
|
|
156
|
-
* 新增入参:
|
|
17
|
+
* 新增入参:WithUrl
|
|
157
18
|
|
|
158
19
|
|
|
159
20
|
修改数据结构:
|
|
160
21
|
|
|
161
|
-
* [
|
|
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)
|
|
22
|
+
* [RecordTimeLine](https://cloud.tencent.com/document/api/1344/95952#RecordTimeLine)
|
|
182
23
|
|
|
183
|
-
* 新增成员:
|
|
24
|
+
* 新增成员:HlsUrl
|
|
184
25
|
|
|
185
26
|
|
|
186
27
|
|
|
@@ -41070,6 +40911,21 @@
|
|
|
41070
40911
|
|
|
41071
40912
|
## 云服务器(cvm) 版本:2017-03-12
|
|
41072
40913
|
|
|
40914
|
+
### 第 133 次发布
|
|
40915
|
+
|
|
40916
|
+
发布时间:2024-10-11 01:13:23
|
|
40917
|
+
|
|
40918
|
+
本次发布包含了以下内容:
|
|
40919
|
+
|
|
40920
|
+
改善已有的文档。
|
|
40921
|
+
|
|
40922
|
+
修改接口:
|
|
40923
|
+
|
|
40924
|
+
* [ImportImage](https://cloud.tencent.com/document/api/213/15717)
|
|
40925
|
+
|
|
40926
|
+
* 新增入参:ImageFamily
|
|
40927
|
+
|
|
40928
|
+
|
|
41073
40929
|
### 第 132 次发布
|
|
41074
40930
|
|
|
41075
40931
|
发布时间:2024-09-30 01:13:47
|
|
@@ -47332,6 +47188,18 @@
|
|
|
47332
47188
|
|
|
47333
47189
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
47334
47190
|
|
|
47191
|
+
### 第 105 次发布
|
|
47192
|
+
|
|
47193
|
+
发布时间:2024-10-11 01:14:58
|
|
47194
|
+
|
|
47195
|
+
本次发布包含了以下内容:
|
|
47196
|
+
|
|
47197
|
+
改善已有的文档。
|
|
47198
|
+
|
|
47199
|
+
新增接口:
|
|
47200
|
+
|
|
47201
|
+
* [InquirePriceModify](https://cloud.tencent.com/document/api/1003/111495)
|
|
47202
|
+
|
|
47335
47203
|
### 第 104 次发布
|
|
47336
47204
|
|
|
47337
47205
|
发布时间:2024-09-25 01:15:47
|
|
@@ -65942,6 +65810,31 @@
|
|
|
65942
65810
|
|
|
65943
65811
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
65944
65812
|
|
|
65813
|
+
### 第 189 次发布
|
|
65814
|
+
|
|
65815
|
+
发布时间:2024-10-11 01:18:55
|
|
65816
|
+
|
|
65817
|
+
本次发布包含了以下内容:
|
|
65818
|
+
|
|
65819
|
+
改善已有的文档。
|
|
65820
|
+
|
|
65821
|
+
新增接口:
|
|
65822
|
+
|
|
65823
|
+
* [ArchiveDynamicFlow](https://cloud.tencent.com/document/api/1323/111497)
|
|
65824
|
+
* [CreateDynamicFlowApprover](https://cloud.tencent.com/document/api/1323/111496)
|
|
65825
|
+
|
|
65826
|
+
修改接口:
|
|
65827
|
+
|
|
65828
|
+
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
65829
|
+
|
|
65830
|
+
* 新增入参:OpenDynamicSignFlow
|
|
65831
|
+
|
|
65832
|
+
|
|
65833
|
+
新增数据结构:
|
|
65834
|
+
|
|
65835
|
+
* [ArchiveDynamicApproverData](https://cloud.tencent.com/document/api/1323/70369#ArchiveDynamicApproverData)
|
|
65836
|
+
* [DynamicFlowApproverResult](https://cloud.tencent.com/document/api/1323/70369#DynamicFlowApproverResult)
|
|
65837
|
+
|
|
65945
65838
|
### 第 188 次发布
|
|
65946
65839
|
|
|
65947
65840
|
发布时间:2024-09-24 01:19:13
|
|
@@ -69525,7 +69418,7 @@
|
|
|
69525
69418
|
|
|
69526
69419
|
新增接口:
|
|
69527
69420
|
|
|
69528
|
-
* [
|
|
69421
|
+
* [CreateChannelSubOrganizationActive](https://cloud.tencent.com/document/api/1420/111476)
|
|
69529
69422
|
|
|
69530
69423
|
修改数据结构:
|
|
69531
69424
|
|
|
@@ -85621,6 +85514,28 @@
|
|
|
85621
85514
|
|
|
85622
85515
|
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
85623
85516
|
|
|
85517
|
+
### 第 20 次发布
|
|
85518
|
+
|
|
85519
|
+
发布时间:2024-10-11 18:07:24
|
|
85520
|
+
|
|
85521
|
+
本次发布包含了以下内容:
|
|
85522
|
+
|
|
85523
|
+
改善已有的文档。
|
|
85524
|
+
|
|
85525
|
+
修改接口:
|
|
85526
|
+
|
|
85527
|
+
* [DescribeRecordFile](https://cloud.tencent.com/document/api/1344/95934)
|
|
85528
|
+
|
|
85529
|
+
* 新增入参:WithUrl
|
|
85530
|
+
|
|
85531
|
+
|
|
85532
|
+
修改数据结构:
|
|
85533
|
+
|
|
85534
|
+
* [RecordTimeLine](https://cloud.tencent.com/document/api/1344/95952#RecordTimeLine)
|
|
85535
|
+
|
|
85536
|
+
* 新增成员:HlsUrl
|
|
85537
|
+
|
|
85538
|
+
|
|
85624
85539
|
### 第 19 次发布
|
|
85625
85540
|
|
|
85626
85541
|
发布时间:2024-09-11 10:47:51
|
|
@@ -92987,7 +92902,7 @@
|
|
|
92987
92902
|
|
|
92988
92903
|
新增接口:
|
|
92989
92904
|
|
|
92990
|
-
* [
|
|
92905
|
+
* [DescribeDBSyncMode](https://cloud.tencent.com/document/api/237/111477)
|
|
92991
92906
|
|
|
92992
92907
|
### 第 66 次发布
|
|
92993
92908
|
|
|
@@ -159646,6 +159561,21 @@
|
|
|
159646
159561
|
|
|
159647
159562
|
## 私有网络(vpc) 版本:2017-03-12
|
|
159648
159563
|
|
|
159564
|
+
### 第 211 次发布
|
|
159565
|
+
|
|
159566
|
+
发布时间:2024-10-11 01:36:00
|
|
159567
|
+
|
|
159568
|
+
本次发布包含了以下内容:
|
|
159569
|
+
|
|
159570
|
+
改善已有的文档。
|
|
159571
|
+
|
|
159572
|
+
修改数据结构:
|
|
159573
|
+
|
|
159574
|
+
* [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
|
|
159575
|
+
|
|
159576
|
+
* <font color="#dd0000">**修改成员**:</font>Ipv6Flag
|
|
159577
|
+
|
|
159578
|
+
|
|
159649
159579
|
### 第 210 次发布
|
|
159650
159580
|
|
|
159651
159581
|
发布时间:2024-10-10 01:35:42
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -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-10-
|
|
66
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-10-11 01:12:35 |
|
|
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,10 +73,10 @@
|
|
|
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-10-
|
|
76
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-10-11 01:13:23 |
|
|
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
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-
|
|
79
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-10-11 01:14:58 |
|
|
80
80
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-09-26 01:16:16 |
|
|
81
81
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
82
82
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
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
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-
|
|
103
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-10-11 01:18:55 |
|
|
104
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 |
|
|
@@ -132,14 +132,14 @@
|
|
|
132
132
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-07-08 01:16:48 |
|
|
133
133
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
134
134
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-09-16 01:58:03 |
|
|
135
|
-
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-
|
|
135
|
+
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-10-11 18:07:24 |
|
|
136
136
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-07-09 14:27:21 |
|
|
137
137
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
|
|
138
138
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-09-16 01:59:35 |
|
|
139
139
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-09-27 01:19:59 |
|
|
140
140
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-09-27 01:20:12 |
|
|
141
141
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-09-12 01:53:31 |
|
|
142
|
-
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-
|
|
142
|
+
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-10-11 01:23:47 |
|
|
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 |
|
|
@@ -169,12 +169,12 @@
|
|
|
169
169
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-08-28 02:14:34 |
|
|
170
170
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-08-09 02:01:53 |
|
|
171
171
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-09-25 01:29:30 |
|
|
172
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-
|
|
172
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-10-11 01:27:27 |
|
|
173
173
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-09-13 02:02:09 |
|
|
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-10-
|
|
177
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-10-11 01:27:56 |
|
|
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 |
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-09-10 02:17:47 |
|
|
231
231
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-09-09 02:22:32 |
|
|
232
232
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
|
|
233
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-
|
|
233
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-10-11 01:34:01 |
|
|
234
234
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-25 01:36:42 |
|
|
235
235
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-09-25 01:37:11 |
|
|
236
236
|
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
|
|
@@ -243,7 +243,7 @@
|
|
|
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-10-
|
|
246
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-10-11 01:36:00 |
|
|
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
249
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-10-10 01:36:42 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.954"
|
|
@@ -512,7 +512,7 @@ export class Client extends AbstractClient {
|
|
|
512
512
|
}
|
|
513
513
|
|
|
514
514
|
/**
|
|
515
|
-
* 本接口(ImportImage)用于导入镜像,导入后的镜像可用于创建实例。目前支持
|
|
515
|
+
* 本接口(ImportImage)用于导入镜像,导入后的镜像可用于创建实例。目前支持RAW、VHD、QCOW2、VMDK镜像格式。
|
|
516
516
|
*/
|
|
517
517
|
async ImportImage(
|
|
518
518
|
req: ImportImageRequest,
|
|
@@ -110,6 +110,7 @@ import {
|
|
|
110
110
|
CreateCLSDeliveryResponse,
|
|
111
111
|
ManualBackupData,
|
|
112
112
|
DescribeBinlogsRequest,
|
|
113
|
+
InquirePriceModifyResponse,
|
|
113
114
|
InstanceAuditLogFilter,
|
|
114
115
|
SlaveZoneStockInfo,
|
|
115
116
|
ModifyProxyRwSplitRequest,
|
|
@@ -255,6 +256,7 @@ import {
|
|
|
255
256
|
SwitchClusterZoneRequest,
|
|
256
257
|
Ability,
|
|
257
258
|
InstanceInitInfo,
|
|
259
|
+
InquirePriceModifyRequest,
|
|
258
260
|
ModifyResourcePackagesDeductionPriorityRequest,
|
|
259
261
|
RemoveClusterSlaveZoneResponse,
|
|
260
262
|
RenewClustersRequest,
|
|
@@ -603,6 +605,16 @@ export class Client extends AbstractClient {
|
|
|
603
605
|
return this.request("ExportResourcePackageDeductDetails", req, cb)
|
|
604
606
|
}
|
|
605
607
|
|
|
608
|
+
/**
|
|
609
|
+
* 变配预付费集群询价
|
|
610
|
+
*/
|
|
611
|
+
async InquirePriceModify(
|
|
612
|
+
req: InquirePriceModifyRequest,
|
|
613
|
+
cb?: (error: string, rep: InquirePriceModifyResponse) => void
|
|
614
|
+
): Promise<InquirePriceModifyResponse> {
|
|
615
|
+
return this.request("InquirePriceModify", req, cb)
|
|
616
|
+
}
|
|
617
|
+
|
|
606
618
|
/**
|
|
607
619
|
* 本接口(SwitchProxyVpc)更换数据库代理vpc
|
|
608
620
|
*/
|
|
@@ -2675,6 +2675,26 @@ export interface DescribeBinlogsRequest {
|
|
|
2675
2675
|
Limit?: number
|
|
2676
2676
|
}
|
|
2677
2677
|
|
|
2678
|
+
/**
|
|
2679
|
+
* InquirePriceModify返回参数结构体
|
|
2680
|
+
*/
|
|
2681
|
+
export interface InquirePriceModifyResponse {
|
|
2682
|
+
/**
|
|
2683
|
+
* 实例价格
|
|
2684
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2685
|
+
*/
|
|
2686
|
+
InstancePrice?: TradePrice
|
|
2687
|
+
/**
|
|
2688
|
+
* 存储价格
|
|
2689
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2690
|
+
*/
|
|
2691
|
+
StoragePrice?: TradePrice
|
|
2692
|
+
/**
|
|
2693
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2694
|
+
*/
|
|
2695
|
+
RequestId?: string
|
|
2696
|
+
}
|
|
2697
|
+
|
|
2678
2698
|
/**
|
|
2679
2699
|
* 审计日志搜索条件
|
|
2680
2700
|
*/
|
|
@@ -6350,6 +6370,40 @@ export interface InstanceInitInfo {
|
|
|
6350
6370
|
DeviceType?: string
|
|
6351
6371
|
}
|
|
6352
6372
|
|
|
6373
|
+
/**
|
|
6374
|
+
* InquirePriceModify请求参数结构体
|
|
6375
|
+
*/
|
|
6376
|
+
export interface InquirePriceModifyRequest {
|
|
6377
|
+
/**
|
|
6378
|
+
* 集群ID
|
|
6379
|
+
*/
|
|
6380
|
+
ClusterId: string
|
|
6381
|
+
/**
|
|
6382
|
+
* CPU核数
|
|
6383
|
+
*/
|
|
6384
|
+
Cpu?: number
|
|
6385
|
+
/**
|
|
6386
|
+
* 内存大小
|
|
6387
|
+
*/
|
|
6388
|
+
Memory?: number
|
|
6389
|
+
/**
|
|
6390
|
+
* 存储大小,存储资源变配:ClusterId,StorageLimit
|
|
6391
|
+
*/
|
|
6392
|
+
StorageLimit?: number
|
|
6393
|
+
/**
|
|
6394
|
+
* 实例ID,计算资源变配必传: ClusterId,InstanceId,Cpu,Memory
|
|
6395
|
+
*/
|
|
6396
|
+
InstanceId?: string
|
|
6397
|
+
/**
|
|
6398
|
+
* 实例设备类型
|
|
6399
|
+
*/
|
|
6400
|
+
DeviceType?: string
|
|
6401
|
+
/**
|
|
6402
|
+
* serverless实例ccu大小
|
|
6403
|
+
*/
|
|
6404
|
+
Ccu?: number
|
|
6405
|
+
}
|
|
6406
|
+
|
|
6353
6407
|
/**
|
|
6354
6408
|
* ModifyResourcePackagesDeductionPriority请求参数结构体
|
|
6355
6409
|
*/
|