tencentcloud-sdk-nodejs 4.0.898 → 4.0.899
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 +73 -0
- package/SERVICE_CHANGELOG.md +88 -166
- package/package.json +1 -1
- package/products.md +9 -8
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cloudapp/index.ts +5 -0
- package/src/services/cloudapp/v20220530/cloudapp_client.ts +40 -0
- package/src/services/cloudapp/v20220530/cloudapp_models.ts +194 -0
- package/src/services/cloudapp/v20220530/index.ts +6 -0
- package/src/services/dsgc/v20190723/dsgc_models.ts +31 -3
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +19 -5
- package/src/services/index.ts +1 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -6
- package/src/services/mongodb/v20190725/mongodb_models.ts +2 -2
- package/src/services/monitor/v20180724/monitor_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +10 -105
- package/src/services/tcr/v20190924/tcr_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cloudapp/index.d.ts +6 -0
- package/tencentcloud/services/cloudapp/index.js +7 -0
- package/tencentcloud/services/cloudapp/v20220530/cloudapp_client.d.ts +14 -0
- package/tencentcloud/services/cloudapp/v20220530/cloudapp_client.js +37 -0
- package/tencentcloud/services/cloudapp/v20220530/cloudapp_models.d.ts +174 -0
- package/tencentcloud/services/cloudapp/v20220530/cloudapp_models.js +18 -0
- package/tencentcloud/services/cloudapp/v20220530/index.d.ts +6 -0
- package/tencentcloud/services/cloudapp/v20220530/index.js +9 -0
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +31 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +19 -5
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +6 -6
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +10 -105
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +1 -1
- package/test/cloudapp.v20220530.test.js +31 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,76 @@
|
|
|
1
|
+
# Release 4.0.899
|
|
2
|
+
|
|
3
|
+
## 云应用(cloudapp) 版本:2022-05-30
|
|
4
|
+
|
|
5
|
+
### 第 1 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-07-17 10:02:42
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [VerifyLicense](https://cloud.tencent.com/document/api/1689/108874)
|
|
16
|
+
|
|
17
|
+
新增数据结构:
|
|
18
|
+
|
|
19
|
+
* [License](https://cloud.tencent.com/document/api/1689/108875#License)
|
|
20
|
+
* [SaleParam](https://cloud.tencent.com/document/api/1689/108875#SaleParam)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
25
|
+
|
|
26
|
+
### 第 16 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2024-07-18 01:10:11
|
|
29
|
+
|
|
30
|
+
本次发布包含了以下内容:
|
|
31
|
+
|
|
32
|
+
改善已有的文档。
|
|
33
|
+
|
|
34
|
+
修改接口:
|
|
35
|
+
|
|
36
|
+
* [CreateDSPADiscoveryTask](https://cloud.tencent.com/document/api/1087/97252)
|
|
37
|
+
|
|
38
|
+
* 新增入参:Order, Rows, GlobalOrderField
|
|
39
|
+
|
|
40
|
+
* [DescribeDSPAESDataSample](https://cloud.tencent.com/document/api/1087/97209)
|
|
41
|
+
|
|
42
|
+
* 新增入参:Order, OrderField
|
|
43
|
+
|
|
44
|
+
* [DescribeDSPATaskResultDataSample](https://cloud.tencent.com/document/api/1087/97203)
|
|
45
|
+
|
|
46
|
+
* 新增入参:Order, OrderField
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
52
|
+
|
|
53
|
+
### 第 175 次发布
|
|
54
|
+
|
|
55
|
+
发布时间:2024-07-18 01:11:43
|
|
56
|
+
|
|
57
|
+
本次发布包含了以下内容:
|
|
58
|
+
|
|
59
|
+
改善已有的文档。
|
|
60
|
+
|
|
61
|
+
修改接口:
|
|
62
|
+
|
|
63
|
+
* [ChannelCreateBatchSignUrl](https://cloud.tencent.com/document/api/1420/98671)
|
|
64
|
+
|
|
65
|
+
* 新增入参:OpenId, OrganizationOpenId
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
1
74
|
# Release 4.0.898
|
|
2
75
|
|
|
3
76
|
## 本地专用集群(cdc) 版本:2020-12-14
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,112 +1,31 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 10 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-07-17 01:09:51
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [DescribeDedicatedClusterOrders](https://cloud.tencent.com/document/api/1346/73761)
|
|
16
|
-
|
|
17
|
-
* 新增入参:OrderTypes
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
修改数据结构:
|
|
21
|
-
|
|
22
|
-
* [DedicatedClusterOrder](https://cloud.tencent.com/document/api/1346/73770#DedicatedClusterOrder)
|
|
23
|
-
|
|
24
|
-
* 新增成员:CheckStatus, DeliverExpectTime, DeliverFinishTime, CheckExpectTime, CheckFinishTime, OrderSLA, OrderPayPlan
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
30
|
-
|
|
31
|
-
### 第 97 次发布
|
|
32
|
-
|
|
33
|
-
发布时间:2024-07-17 01:14:09
|
|
34
|
-
|
|
35
|
-
本次发布包含了以下内容:
|
|
36
|
-
|
|
37
|
-
改善已有的文档。
|
|
38
|
-
|
|
39
|
-
修改接口:
|
|
40
|
-
|
|
41
|
-
* [DescribeDataEngineImageVersions](https://cloud.tencent.com/document/api/1342/99270)
|
|
42
|
-
|
|
43
|
-
* 新增入参:Sort, Asc
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
## Elasticsearch Service(es) 版本:2018-04-16
|
|
49
|
-
|
|
50
|
-
### 第 62 次发布
|
|
51
|
-
|
|
52
|
-
发布时间:2024-07-17 01:15:53
|
|
53
|
-
|
|
54
|
-
本次发布包含了以下内容:
|
|
55
|
-
|
|
56
|
-
改善已有的文档。
|
|
57
|
-
|
|
58
|
-
修改接口:
|
|
59
|
-
|
|
60
|
-
* [UpdateInstance](https://cloud.tencent.com/document/api/845/30629)
|
|
3
|
+
## 云应用(cloudapp) 版本:2022-05-30
|
|
61
4
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
## 全球应用加速(gaap) 版本:2018-05-29
|
|
68
|
-
|
|
69
|
-
### 第 49 次发布
|
|
70
|
-
|
|
71
|
-
发布时间:2024-07-17 01:16:44
|
|
72
|
-
|
|
73
|
-
本次发布包含了以下内容:
|
|
74
|
-
|
|
75
|
-
改善已有的文档。
|
|
76
|
-
|
|
77
|
-
修改接口:
|
|
78
|
-
|
|
79
|
-
* [DescribeTaskStatus](https://cloud.tencent.com/document/api/608/108598)
|
|
80
|
-
|
|
81
|
-
* 新增出参:Status, TaskId
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
87
|
-
|
|
88
|
-
### 第 11 次发布
|
|
5
|
+
### 第 1 次发布
|
|
89
6
|
|
|
90
|
-
发布时间:2024-07-17
|
|
7
|
+
发布时间:2024-07-17 10:02:42
|
|
91
8
|
|
|
92
9
|
本次发布包含了以下内容:
|
|
93
10
|
|
|
94
11
|
改善已有的文档。
|
|
95
12
|
|
|
96
|
-
|
|
13
|
+
新增接口:
|
|
97
14
|
|
|
98
|
-
* [
|
|
15
|
+
* [VerifyLicense](https://cloud.tencent.com/document/api/1689/108874)
|
|
99
16
|
|
|
100
|
-
|
|
17
|
+
新增数据结构:
|
|
101
18
|
|
|
19
|
+
* [License](https://cloud.tencent.com/document/api/1689/108875#License)
|
|
20
|
+
* [SaleParam](https://cloud.tencent.com/document/api/1689/108875#SaleParam)
|
|
102
21
|
|
|
103
22
|
|
|
104
23
|
|
|
105
|
-
##
|
|
24
|
+
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
106
25
|
|
|
107
|
-
### 第
|
|
26
|
+
### 第 16 次发布
|
|
108
27
|
|
|
109
|
-
发布时间:2024-07-
|
|
28
|
+
发布时间:2024-07-18 01:10:11
|
|
110
29
|
|
|
111
30
|
本次发布包含了以下内容:
|
|
112
31
|
|
|
@@ -114,66 +33,26 @@
|
|
|
114
33
|
|
|
115
34
|
修改接口:
|
|
116
35
|
|
|
117
|
-
* [
|
|
118
|
-
|
|
119
|
-
* 新增入参:RecordStream
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
修改数据结构:
|
|
123
|
-
|
|
124
|
-
* [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
|
|
125
|
-
|
|
126
|
-
* 新增成员:RecordStream
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
132
|
-
|
|
133
|
-
### 第 119 次发布
|
|
134
|
-
|
|
135
|
-
发布时间:2024-07-17 01:20:37
|
|
136
|
-
|
|
137
|
-
本次发布包含了以下内容:
|
|
138
|
-
|
|
139
|
-
改善已有的文档。
|
|
140
|
-
|
|
141
|
-
修改数据结构:
|
|
142
|
-
|
|
143
|
-
* [PrometheusRecordRuleYamlItem](https://cloud.tencent.com/document/api/248/30354#PrometheusRecordRuleYamlItem)
|
|
144
|
-
|
|
145
|
-
* <font color="#dd0000">**修改成员**:</font>Status, Id, Count
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
151
|
-
|
|
152
|
-
### 第 119 次发布
|
|
153
|
-
|
|
154
|
-
发布时间:2024-07-17 01:25:48
|
|
36
|
+
* [CreateDSPADiscoveryTask](https://cloud.tencent.com/document/api/1087/97252)
|
|
155
37
|
|
|
156
|
-
|
|
38
|
+
* 新增入参:Order, Rows, GlobalOrderField
|
|
157
39
|
|
|
158
|
-
|
|
40
|
+
* [DescribeDSPAESDataSample](https://cloud.tencent.com/document/api/1087/97209)
|
|
159
41
|
|
|
160
|
-
|
|
42
|
+
* 新增入参:Order, OrderField
|
|
161
43
|
|
|
162
|
-
* [
|
|
163
|
-
* [DescribeRocketMQTopicsByGroup](https://cloud.tencent.com/document/api/1179/108863)
|
|
164
|
-
* [ModifyRocketMQInstance](https://cloud.tencent.com/document/api/1179/108862)
|
|
44
|
+
* [DescribeDSPATaskResultDataSample](https://cloud.tencent.com/document/api/1087/97203)
|
|
165
45
|
|
|
166
|
-
|
|
46
|
+
* 新增入参:Order, OrderField
|
|
167
47
|
|
|
168
|
-
* [TopicStats](https://cloud.tencent.com/document/api/1179/46089#TopicStats)
|
|
169
48
|
|
|
170
49
|
|
|
171
50
|
|
|
172
|
-
##
|
|
51
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
173
52
|
|
|
174
|
-
### 第
|
|
53
|
+
### 第 175 次发布
|
|
175
54
|
|
|
176
|
-
发布时间:2024-07-
|
|
55
|
+
发布时间:2024-07-18 01:11:43
|
|
177
56
|
|
|
178
57
|
本次发布包含了以下内容:
|
|
179
58
|
|
|
@@ -181,31 +60,14 @@
|
|
|
181
60
|
|
|
182
61
|
修改接口:
|
|
183
62
|
|
|
184
|
-
* [
|
|
185
|
-
|
|
186
|
-
* 新增入参:CheckAssociate
|
|
187
|
-
|
|
188
|
-
* <font color="#dd0000">**修改入参**:</font>SubnetId
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
新增数据结构:
|
|
192
|
-
|
|
193
|
-
* [HaVipAssociation](https://cloud.tencent.com/document/api/215/15824#HaVipAssociation)
|
|
194
|
-
|
|
195
|
-
修改数据结构:
|
|
196
|
-
|
|
197
|
-
* [CcnInstance](https://cloud.tencent.com/document/api/215/15824#CcnInstance)
|
|
63
|
+
* [ChannelCreateBatchSignUrl](https://cloud.tencent.com/document/api/1420/98671)
|
|
198
64
|
|
|
199
|
-
*
|
|
65
|
+
* 新增入参:OpenId, OrganizationOpenId
|
|
200
66
|
|
|
201
|
-
* [CrossBorderCompliance](https://cloud.tencent.com/document/api/215/15824#CrossBorderCompliance)
|
|
202
67
|
|
|
203
|
-
* 新增成员:LegalPersonId, LegalPersonIdCard
|
|
204
68
|
|
|
205
|
-
* [HaVip](https://cloud.tencent.com/document/api/215/15824#HaVip)
|
|
206
|
-
|
|
207
|
-
* 新增成员:HaVipAssociationSet, CheckAssociate, FlushedTime
|
|
208
69
|
|
|
70
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
209
71
|
|
|
210
72
|
|
|
211
73
|
|
|
@@ -31153,6 +31015,28 @@
|
|
|
31153
31015
|
|
|
31154
31016
|
|
|
31155
31017
|
|
|
31018
|
+
## 云应用(cloudapp) 版本:2022-05-30
|
|
31019
|
+
|
|
31020
|
+
### 第 1 次发布
|
|
31021
|
+
|
|
31022
|
+
发布时间:2024-07-17 10:02:42
|
|
31023
|
+
|
|
31024
|
+
本次发布包含了以下内容:
|
|
31025
|
+
|
|
31026
|
+
改善已有的文档。
|
|
31027
|
+
|
|
31028
|
+
新增接口:
|
|
31029
|
+
|
|
31030
|
+
* [[VerifyLicense](https://cloud.tencent.com/document/api/1689/108874)](https://cloud.tencent.com/document/api/#/#)
|
|
31031
|
+
|
|
31032
|
+
新增数据结构:
|
|
31033
|
+
|
|
31034
|
+
* [[License](https://cloud.tencent.com/document/api/1689/108875#License)](https://cloud.tencent.com/document/api/1689/108875#[License](https://cloud.tencent.com/document/api/1689/108875#License))
|
|
31035
|
+
* [[SaleParam](https://cloud.tencent.com/document/api/1689/108875#SaleParam)](https://cloud.tencent.com/document/api/1689/108875#[SaleParam](https://cloud.tencent.com/document/api/1689/108875#SaleParam))
|
|
31036
|
+
|
|
31037
|
+
|
|
31038
|
+
|
|
31039
|
+
|
|
31156
31040
|
## 操作审计(cloudaudit) 版本:2019-03-19
|
|
31157
31041
|
|
|
31158
31042
|
### 第 13 次发布
|
|
@@ -55104,6 +54988,29 @@
|
|
|
55104
54988
|
|
|
55105
54989
|
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
55106
54990
|
|
|
54991
|
+
### 第 16 次发布
|
|
54992
|
+
|
|
54993
|
+
发布时间:2024-07-18 01:10:11
|
|
54994
|
+
|
|
54995
|
+
本次发布包含了以下内容:
|
|
54996
|
+
|
|
54997
|
+
改善已有的文档。
|
|
54998
|
+
|
|
54999
|
+
修改接口:
|
|
55000
|
+
|
|
55001
|
+
* [CreateDSPADiscoveryTask](https://cloud.tencent.com/document/api/1087/97252)
|
|
55002
|
+
|
|
55003
|
+
* 新增入参:Order, Rows, GlobalOrderField
|
|
55004
|
+
|
|
55005
|
+
* [DescribeDSPAESDataSample](https://cloud.tencent.com/document/api/1087/97209)
|
|
55006
|
+
|
|
55007
|
+
* 新增入参:Order, OrderField
|
|
55008
|
+
|
|
55009
|
+
* [DescribeDSPATaskResultDataSample](https://cloud.tencent.com/document/api/1087/97203)
|
|
55010
|
+
|
|
55011
|
+
* 新增入参:Order, OrderField
|
|
55012
|
+
|
|
55013
|
+
|
|
55107
55014
|
### 第 15 次发布
|
|
55108
55015
|
|
|
55109
55016
|
发布时间:2024-06-25 01:13:45
|
|
@@ -66270,6 +66177,21 @@
|
|
|
66270
66177
|
|
|
66271
66178
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
66272
66179
|
|
|
66180
|
+
### 第 175 次发布
|
|
66181
|
+
|
|
66182
|
+
发布时间:2024-07-18 01:11:43
|
|
66183
|
+
|
|
66184
|
+
本次发布包含了以下内容:
|
|
66185
|
+
|
|
66186
|
+
改善已有的文档。
|
|
66187
|
+
|
|
66188
|
+
修改接口:
|
|
66189
|
+
|
|
66190
|
+
* [ChannelCreateBatchSignUrl](https://cloud.tencent.com/document/api/1420/98671)
|
|
66191
|
+
|
|
66192
|
+
* 新增入参:OpenId, OrganizationOpenId
|
|
66193
|
+
|
|
66194
|
+
|
|
66273
66195
|
### 第 174 次发布
|
|
66274
66196
|
|
|
66275
66197
|
发布时间:2024-07-12 01:16:22
|
|
@@ -124079,13 +124001,13 @@
|
|
|
124079
124001
|
|
|
124080
124002
|
新增接口:
|
|
124081
124003
|
|
|
124082
|
-
* [
|
|
124083
|
-
* [
|
|
124084
|
-
* [
|
|
124004
|
+
* [DescribeRocketMQTopicStats](https://cloud.tencent.com/document/api/1179/108864)
|
|
124005
|
+
* [DescribeRocketMQTopicsByGroup](https://cloud.tencent.com/document/api/1179/108863)
|
|
124006
|
+
* [ModifyRocketMQInstance](https://cloud.tencent.com/document/api/1179/108862)
|
|
124085
124007
|
|
|
124086
124008
|
新增数据结构:
|
|
124087
124009
|
|
|
124088
|
-
* [
|
|
124010
|
+
* [TopicStats](https://cloud.tencent.com/document/api/1179/46089#TopicStats)
|
|
124089
124011
|
|
|
124090
124012
|
### 第 118 次发布
|
|
124091
124013
|
|
|
@@ -152889,7 +152811,7 @@
|
|
|
152889
152811
|
|
|
152890
152812
|
新增数据结构:
|
|
152891
152813
|
|
|
152892
|
-
* [
|
|
152814
|
+
* [HaVipAssociation](https://cloud.tencent.com/document/api/215/15824#HaVipAssociation)
|
|
152893
152815
|
|
|
152894
152816
|
修改数据结构:
|
|
152895
152817
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
59
59
|
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-07-08 01:10:21 |
|
|
60
60
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-07-16 01:11:14 |
|
|
61
|
+
| cloudapp | [云应用](https://cloud.tencent.com/document/product/1689) | 2024-07-18 01:06:41 |
|
|
61
62
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
62
63
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
|
|
63
64
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-05-29 01:21:54 |
|
|
@@ -86,7 +87,7 @@
|
|
|
86
87
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-02 01:14:51 |
|
|
87
88
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-07-12 01:14:44 |
|
|
88
89
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
|
|
89
|
-
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-
|
|
90
|
+
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-07-18 01:10:11 |
|
|
90
91
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
91
92
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-07-15 01:10:34 |
|
|
92
93
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-06-07 01:44:56 |
|
|
@@ -97,8 +98,8 @@
|
|
|
97
98
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
98
99
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-07-09 01:14:34 |
|
|
99
100
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-07-17 01:15:53 |
|
|
100
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-07-
|
|
101
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-07-
|
|
101
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-07-18 01:11:27 |
|
|
102
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-07-18 01:11:43 |
|
|
102
103
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-07-16 01:16:45 |
|
|
103
104
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-06-26 01:16:46 |
|
|
104
105
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
|
|
@@ -134,7 +135,7 @@
|
|
|
134
135
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
|
|
135
136
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
|
|
136
137
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-07-17 01:19:12 |
|
|
137
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-07-
|
|
138
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-07-18 01:14:43 |
|
|
138
139
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-07-12 01:19:39 |
|
|
139
140
|
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-07-17 01:19:55 |
|
|
140
141
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
@@ -146,8 +147,8 @@
|
|
|
146
147
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
147
148
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-07-02 01:19:41 |
|
|
148
149
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-07-11 01:20:22 |
|
|
149
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-07-
|
|
150
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-07-
|
|
150
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-07-18 01:15:51 |
|
|
151
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-07-18 01:15:58 |
|
|
151
152
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-07-16 01:21:13 |
|
|
152
153
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-06-14 02:16:42 |
|
|
153
154
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-06-05 02:02:03 |
|
|
@@ -200,7 +201,7 @@
|
|
|
200
201
|
| tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2024-03-20 01:24:49 |
|
|
201
202
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
202
203
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-06-18 02:13:19 |
|
|
203
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-07-
|
|
204
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-07-18 01:20:10 |
|
|
204
205
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-06-26 01:23:56 |
|
|
205
206
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
|
|
206
207
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
|
|
@@ -239,7 +240,7 @@
|
|
|
239
240
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-06-06 02:47:30 |
|
|
240
241
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
241
242
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-07-17 01:28:46 |
|
|
242
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-07-
|
|
243
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-07-18 01:24:25 |
|
|
243
244
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
|
|
244
245
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-06-07 02:52:58 |
|
|
245
246
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-07-10 01:30:00 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.899"
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing,
|
|
12
|
+
* software distributed under the License is distributed on an
|
|
13
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
* KIND, either express or implied. See the License for the
|
|
15
|
+
* specific language governing permissions and limitations
|
|
16
|
+
* under the License.
|
|
17
|
+
*/
|
|
18
|
+
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
|
+
import { ClientConfig } from "../../../common/interface"
|
|
20
|
+
import { SaleParam, VerifyLicenseRequest, VerifyLicenseResponse, License } from "./cloudapp_models"
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* cloudapp client
|
|
24
|
+
* @class
|
|
25
|
+
*/
|
|
26
|
+
export class Client extends AbstractClient {
|
|
27
|
+
constructor(clientConfig: ClientConfig) {
|
|
28
|
+
super("cloudapp.tencentcloudapi.com", "2022-05-30", clientConfig)
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* 通过运行时roleId查询对应的软件 LICENSE
|
|
33
|
+
*/
|
|
34
|
+
async VerifyLicense(
|
|
35
|
+
req?: VerifyLicenseRequest,
|
|
36
|
+
cb?: (error: string, rep: VerifyLicenseResponse) => void
|
|
37
|
+
): Promise<VerifyLicenseResponse> {
|
|
38
|
+
return this.request("VerifyLicense", req, cb)
|
|
39
|
+
}
|
|
40
|
+
}
|