tencentcloud-sdk-nodejs 4.0.757 → 4.0.759
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 +134 -0
- package/README.md +3 -2
- package/SERVICE_CHANGELOG.md +156 -112
- package/package.json +1 -1
- package/products.md +11 -10
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +1 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +2 -2
- package/src/services/domain/v20180808/domain_client.ts +4 -6
- package/src/services/domain/v20180808/domain_models.ts +34 -13
- package/src/services/eb/v20210416/eb_models.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +9 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +46 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +179 -3
- package/src/services/index.ts +1 -0
- package/src/services/ioa/index.ts +5 -0
- package/src/services/ioa/v20220601/index.ts +6 -0
- package/src/services/ioa/v20220601/ioa_client.ts +49 -0
- package/src/services/ioa/v20220601/ioa_models.ts +213 -0
- package/src/services/lcic/v20220817/lcic_models.ts +8 -0
- package/src/services/tdmq/v20200217/tdmq_client.ts +15 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +102 -19
- package/src/services/teo/v20220901/teo_models.ts +27 -16
- package/src/services/tsf/v20180326/tsf_client.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +5 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +2 -2
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +0 -2
- package/tencentcloud/services/domain/v20180808/domain_client.js +0 -2
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +34 -13
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +29 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +32 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +173 -3
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/ioa/index.d.ts +6 -0
- package/tencentcloud/services/ioa/index.js +7 -0
- package/tencentcloud/services/ioa/v20220601/index.d.ts +6 -0
- package/tencentcloud/services/ioa/v20220601/index.js +9 -0
- package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +14 -0
- package/tencentcloud/services/ioa/v20220601/ioa_client.js +37 -0
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +189 -0
- package/tencentcloud/services/ioa/v20220601/ioa_models.js +18 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +99 -19
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +27 -16
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +5 -5
- package/test/essbasic.v20210526.test.js +20 -0
- package/test/ioa.v20220601.test.js +31 -0
- package/test/tdmq.v20200217.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,137 @@
|
|
|
1
|
+
# Release 4.0.759
|
|
2
|
+
|
|
3
|
+
## 域名注册(domain) 版本:2018-08-08
|
|
4
|
+
|
|
5
|
+
### 第 29 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-12-15 01:10:52
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [DomainBatchDetailSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchDetailSet)
|
|
16
|
+
|
|
17
|
+
* 新增成员:Action, BigDealId
|
|
18
|
+
|
|
19
|
+
* [DomainBatchLogSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchLogSet)
|
|
20
|
+
|
|
21
|
+
* 新增成员:Success, Doing, Failed
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
# Release 4.0.758
|
|
27
|
+
|
|
28
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
29
|
+
|
|
30
|
+
### 第 141 次发布
|
|
31
|
+
|
|
32
|
+
发布时间:2023-12-14 01:47:26
|
|
33
|
+
|
|
34
|
+
本次发布包含了以下内容:
|
|
35
|
+
|
|
36
|
+
改善已有的文档。
|
|
37
|
+
|
|
38
|
+
修改接口:
|
|
39
|
+
|
|
40
|
+
* [CreateSeal](https://cloud.tencent.com/document/api/1323/94136)
|
|
41
|
+
|
|
42
|
+
* 新增入参:TaxIdentifyCode
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
48
|
+
|
|
49
|
+
### 第 142 次发布
|
|
50
|
+
|
|
51
|
+
发布时间:2023-12-14 01:49:14
|
|
52
|
+
|
|
53
|
+
本次发布包含了以下内容:
|
|
54
|
+
|
|
55
|
+
改善已有的文档。
|
|
56
|
+
|
|
57
|
+
修改接口:
|
|
58
|
+
|
|
59
|
+
* [CreateSealByImage](https://cloud.tencent.com/document/api/1420/73067)
|
|
60
|
+
|
|
61
|
+
* 新增入参:TaxIdentifyCode
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
## iOA 零信任安全管理系统(ioa) 版本:2022-06-01
|
|
71
|
+
|
|
72
|
+
### 第 2 次发布
|
|
73
|
+
|
|
74
|
+
发布时间:2023-12-14 12:16:14
|
|
75
|
+
|
|
76
|
+
本次发布包含了以下内容:
|
|
77
|
+
|
|
78
|
+
改善已有的文档。
|
|
79
|
+
|
|
80
|
+
修改接口:
|
|
81
|
+
|
|
82
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/1092/102467)
|
|
83
|
+
|
|
84
|
+
* 新增入参:Condition, GroupId, OsType, OnlineStatus, Filters, Sort, PageNum, PageSize, Status
|
|
85
|
+
|
|
86
|
+
* 新增出参:Data
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
新增数据结构:
|
|
90
|
+
|
|
91
|
+
* [Condition](https://cloud.tencent.com/document/api/1092/102488#Condition)
|
|
92
|
+
* [DescribeDevicesPageRsp](https://cloud.tencent.com/document/api/1092/102488#DescribeDevicesPageRsp)
|
|
93
|
+
* [Filter](https://cloud.tencent.com/document/api/1092/102488#Filter)
|
|
94
|
+
* [FilterGroup](https://cloud.tencent.com/document/api/1092/102488#FilterGroup)
|
|
95
|
+
* [Paging](https://cloud.tencent.com/document/api/1092/102488#Paging)
|
|
96
|
+
* [Sort](https://cloud.tencent.com/document/api/1092/102488#Sort)
|
|
97
|
+
|
|
98
|
+
### 第 1 次发布
|
|
99
|
+
|
|
100
|
+
发布时间:2023-12-13 17:22:42
|
|
101
|
+
|
|
102
|
+
本次发布包含了以下内容:
|
|
103
|
+
|
|
104
|
+
改善已有的文档。
|
|
105
|
+
|
|
106
|
+
新增接口:
|
|
107
|
+
|
|
108
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/1092/102467)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
113
|
+
|
|
114
|
+
### 第 48 次发布
|
|
115
|
+
|
|
116
|
+
发布时间:2023-12-14 02:03:05
|
|
117
|
+
|
|
118
|
+
本次发布包含了以下内容:
|
|
119
|
+
|
|
120
|
+
改善已有的文档。
|
|
121
|
+
|
|
122
|
+
修改接口:
|
|
123
|
+
|
|
124
|
+
* [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
|
|
125
|
+
|
|
126
|
+
* 新增入参:RecordBackground
|
|
127
|
+
|
|
128
|
+
* [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
|
|
129
|
+
|
|
130
|
+
* 新增出参:RecordBackground
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
1
135
|
# Release 4.0.757
|
|
2
136
|
|
|
3
137
|
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
package/README.md
CHANGED
|
@@ -25,8 +25,9 @@
|
|
|
25
25
|
## 通过源码包安装
|
|
26
26
|
|
|
27
27
|
1. 前往 [Github 仓库](https://github.com/tencentcloud/tencentcloud-sdk-nodejs) 或者 [Gitee 仓库](https://gitee.com/tencentcloud/tencentcloud-sdk-nodejs) 下载源码压缩包。
|
|
28
|
-
2.
|
|
29
|
-
3.
|
|
28
|
+
2. 解压源码包到您项目合适的位置,例如 `sdk/tencentcloud-sdk-nodejs`。
|
|
29
|
+
3. 执行 `npm install ./sdk/tencentcloud-sdk-nodejs`。
|
|
30
|
+
4. 使用 `require("tencentcloud-sdk-nodejs")` 的方式引入sdk,具体可参考示例。
|
|
30
31
|
|
|
31
32
|
# 示例
|
|
32
33
|
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,125 +1,24 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 62 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2023-12-13 01:06:45
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [DescribeIpBlockList](https://cloud.tencent.com/document/api/297/102444)
|
|
16
|
-
|
|
17
|
-
新增数据结构:
|
|
18
|
-
|
|
19
|
-
* [IpBlockData](https://cloud.tencent.com/document/api/297/95396#IpBlockData)
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
24
|
-
|
|
25
|
-
### 第 149 次发布
|
|
26
|
-
|
|
27
|
-
发布时间:2023-12-13 01:17:04
|
|
28
|
-
|
|
29
|
-
本次发布包含了以下内容:
|
|
30
|
-
|
|
31
|
-
改善已有的文档。
|
|
32
|
-
|
|
33
|
-
修改接口:
|
|
34
|
-
|
|
35
|
-
* [DescribeBackupDecryptionKey](https://cloud.tencent.com/document/api/236/91083)
|
|
36
|
-
|
|
37
|
-
* 新增入参:BackupType
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
## 高性能应用服务(hai) 版本:2023-08-12
|
|
43
|
-
|
|
44
|
-
### 第 5 次发布
|
|
45
|
-
|
|
46
|
-
发布时间:2023-12-13 01:52:48
|
|
47
|
-
|
|
48
|
-
本次发布包含了以下内容:
|
|
49
|
-
|
|
50
|
-
改善已有的文档。
|
|
51
|
-
|
|
52
|
-
新增接口:
|
|
53
|
-
|
|
54
|
-
* [StartInstance](https://cloud.tencent.com/document/api/1721/102449)
|
|
55
|
-
* [StopInstance](https://cloud.tencent.com/document/api/1721/102448)
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
3
|
+
## 域名注册(domain) 版本:2018-08-08
|
|
60
4
|
|
|
61
|
-
### 第
|
|
5
|
+
### 第 29 次发布
|
|
62
6
|
|
|
63
|
-
发布时间:2023-12-
|
|
7
|
+
发布时间:2023-12-15 01:10:52
|
|
64
8
|
|
|
65
9
|
本次发布包含了以下内容:
|
|
66
10
|
|
|
67
11
|
改善已有的文档。
|
|
68
12
|
|
|
69
|
-
修改接口:
|
|
70
|
-
|
|
71
|
-
* [ResetInstance](https://cloud.tencent.com/document/api/1207/47571)
|
|
72
|
-
|
|
73
|
-
* 新增入参:Containers, LoginConfiguration
|
|
74
|
-
|
|
75
|
-
|
|
76
13
|
修改数据结构:
|
|
77
14
|
|
|
78
|
-
* [
|
|
79
|
-
|
|
80
|
-
* <font color="#dd0000">**修改成员**:</font>OriginalBundlePrice, OriginalPrice, Discount, DiscountPrice, Currency
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
86
|
-
|
|
87
|
-
### 第 9 次发布
|
|
88
|
-
|
|
89
|
-
发布时间:2023-12-13 02:14:02
|
|
90
|
-
|
|
91
|
-
本次发布包含了以下内容:
|
|
92
|
-
|
|
93
|
-
改善已有的文档。
|
|
94
|
-
|
|
95
|
-
修改接口:
|
|
96
|
-
|
|
97
|
-
* [GetRunMetadataFile](https://cloud.tencent.com/document/api/1643/100858)
|
|
98
|
-
|
|
99
|
-
* 新增入参:Keys
|
|
100
|
-
|
|
101
|
-
* <font color="#dd0000">**修改入参**:</font>Key
|
|
102
|
-
|
|
103
|
-
* 新增出参:CosSignedUrls
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
109
|
-
|
|
110
|
-
### 第 97 次发布
|
|
111
|
-
|
|
112
|
-
发布时间:2023-12-13 02:31:49
|
|
113
|
-
|
|
114
|
-
本次发布包含了以下内容:
|
|
115
|
-
|
|
116
|
-
改善已有的文档。
|
|
15
|
+
* [DomainBatchDetailSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchDetailSet)
|
|
117
16
|
|
|
118
|
-
|
|
17
|
+
* 新增成员:Action, BigDealId
|
|
119
18
|
|
|
120
|
-
* [
|
|
19
|
+
* [DomainBatchLogSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchLogSet)
|
|
121
20
|
|
|
122
|
-
* 新增成员:
|
|
21
|
+
* 新增成员:Success, Doing, Failed
|
|
123
22
|
|
|
124
23
|
|
|
125
24
|
|
|
@@ -1877,11 +1776,11 @@
|
|
|
1877
1776
|
|
|
1878
1777
|
新增接口:
|
|
1879
1778
|
|
|
1880
|
-
* [
|
|
1779
|
+
* [DescribeIpBlockList](https://cloud.tencent.com/document/api/297/102444)
|
|
1881
1780
|
|
|
1882
1781
|
新增数据结构:
|
|
1883
1782
|
|
|
1884
|
-
* [
|
|
1783
|
+
* [IpBlockData](https://cloud.tencent.com/document/api/297/95396#IpBlockData)
|
|
1885
1784
|
|
|
1886
1785
|
### 第 61 次发布
|
|
1887
1786
|
|
|
@@ -49251,6 +49150,25 @@
|
|
|
49251
49150
|
|
|
49252
49151
|
## 域名注册(domain) 版本:2018-08-08
|
|
49253
49152
|
|
|
49153
|
+
### 第 29 次发布
|
|
49154
|
+
|
|
49155
|
+
发布时间:2023-12-15 01:10:52
|
|
49156
|
+
|
|
49157
|
+
本次发布包含了以下内容:
|
|
49158
|
+
|
|
49159
|
+
改善已有的文档。
|
|
49160
|
+
|
|
49161
|
+
修改数据结构:
|
|
49162
|
+
|
|
49163
|
+
* [DomainBatchDetailSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchDetailSet)
|
|
49164
|
+
|
|
49165
|
+
* 新增成员:Action, BigDealId
|
|
49166
|
+
|
|
49167
|
+
* [DomainBatchLogSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchLogSet)
|
|
49168
|
+
|
|
49169
|
+
* 新增成员:Success, Doing, Failed
|
|
49170
|
+
|
|
49171
|
+
|
|
49254
49172
|
### 第 28 次发布
|
|
49255
49173
|
|
|
49256
49174
|
发布时间:2023-12-12 01:41:31
|
|
@@ -56592,6 +56510,21 @@
|
|
|
56592
56510
|
|
|
56593
56511
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
56594
56512
|
|
|
56513
|
+
### 第 141 次发布
|
|
56514
|
+
|
|
56515
|
+
发布时间:2023-12-14 01:47:26
|
|
56516
|
+
|
|
56517
|
+
本次发布包含了以下内容:
|
|
56518
|
+
|
|
56519
|
+
改善已有的文档。
|
|
56520
|
+
|
|
56521
|
+
修改接口:
|
|
56522
|
+
|
|
56523
|
+
* [CreateSeal](https://cloud.tencent.com/document/api/1323/94136)
|
|
56524
|
+
|
|
56525
|
+
* 新增入参:TaxIdentifyCode
|
|
56526
|
+
|
|
56527
|
+
|
|
56595
56528
|
### 第 140 次发布
|
|
56596
56529
|
|
|
56597
56530
|
发布时间:2023-12-12 01:48:23
|
|
@@ -59307,6 +59240,39 @@
|
|
|
59307
59240
|
|
|
59308
59241
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
59309
59242
|
|
|
59243
|
+
### 第 143 次发布
|
|
59244
|
+
|
|
59245
|
+
发布时间:2023-12-14 16:39:27
|
|
59246
|
+
|
|
59247
|
+
本次发布包含了以下内容:
|
|
59248
|
+
|
|
59249
|
+
改善已有的文档。
|
|
59250
|
+
|
|
59251
|
+
新增接口:
|
|
59252
|
+
|
|
59253
|
+
* [CreateBatchOrganizationRegistrationTasks](https://cloud.tencent.com/document/api/1420/102492)
|
|
59254
|
+
* [DescribeBatchOrganizationRegistrationUrls](https://cloud.tencent.com/document/api/1420/102491)
|
|
59255
|
+
|
|
59256
|
+
新增数据结构:
|
|
59257
|
+
|
|
59258
|
+
* [OrganizationAuthUrl](https://cloud.tencent.com/document/api/1420/61525#OrganizationAuthUrl)
|
|
59259
|
+
* [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#RegistrationOrganizationInfo)
|
|
59260
|
+
|
|
59261
|
+
### 第 142 次发布
|
|
59262
|
+
|
|
59263
|
+
发布时间:2023-12-14 01:49:14
|
|
59264
|
+
|
|
59265
|
+
本次发布包含了以下内容:
|
|
59266
|
+
|
|
59267
|
+
改善已有的文档。
|
|
59268
|
+
|
|
59269
|
+
修改接口:
|
|
59270
|
+
|
|
59271
|
+
* [CreateSealByImage](https://cloud.tencent.com/document/api/1420/73067)
|
|
59272
|
+
|
|
59273
|
+
* 新增入参:TaxIdentifyCode
|
|
59274
|
+
|
|
59275
|
+
|
|
59310
59276
|
### 第 141 次发布
|
|
59311
59277
|
|
|
59312
59278
|
发布时间:2023-12-12 01:49:27
|
|
@@ -66572,8 +66538,8 @@
|
|
|
66572
66538
|
|
|
66573
66539
|
新增接口:
|
|
66574
66540
|
|
|
66575
|
-
* [
|
|
66576
|
-
* [
|
|
66541
|
+
* [StartInstance](https://cloud.tencent.com/document/api/1721/102449)
|
|
66542
|
+
* [StopInstance](https://cloud.tencent.com/document/api/1721/102448)
|
|
66577
66543
|
|
|
66578
66544
|
### 第 4 次发布
|
|
66579
66545
|
|
|
@@ -68666,6 +68632,49 @@
|
|
|
68666
68632
|
|
|
68667
68633
|
|
|
68668
68634
|
|
|
68635
|
+
## iOA 零信任安全管理系统(ioa) 版本:2022-06-01
|
|
68636
|
+
|
|
68637
|
+
### 第 2 次发布
|
|
68638
|
+
|
|
68639
|
+
发布时间:2023-12-14 12:16:14
|
|
68640
|
+
|
|
68641
|
+
本次发布包含了以下内容:
|
|
68642
|
+
|
|
68643
|
+
改善已有的文档。
|
|
68644
|
+
|
|
68645
|
+
修改接口:
|
|
68646
|
+
|
|
68647
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/1092/102467)
|
|
68648
|
+
|
|
68649
|
+
* 新增入参:Condition, GroupId, OsType, OnlineStatus, Filters, Sort, PageNum, PageSize, Status
|
|
68650
|
+
|
|
68651
|
+
* 新增出参:Data
|
|
68652
|
+
|
|
68653
|
+
|
|
68654
|
+
新增数据结构:
|
|
68655
|
+
|
|
68656
|
+
* [Condition](https://cloud.tencent.com/document/api/1092/102488#Condition)
|
|
68657
|
+
* [DescribeDevicesPageRsp](https://cloud.tencent.com/document/api/1092/102488#DescribeDevicesPageRsp)
|
|
68658
|
+
* [Filter](https://cloud.tencent.com/document/api/1092/102488#Filter)
|
|
68659
|
+
* [FilterGroup](https://cloud.tencent.com/document/api/1092/102488#FilterGroup)
|
|
68660
|
+
* [Paging](https://cloud.tencent.com/document/api/1092/102488#Paging)
|
|
68661
|
+
* [Sort](https://cloud.tencent.com/document/api/1092/102488#Sort)
|
|
68662
|
+
|
|
68663
|
+
### 第 1 次发布
|
|
68664
|
+
|
|
68665
|
+
发布时间:2023-12-13 17:22:42
|
|
68666
|
+
|
|
68667
|
+
本次发布包含了以下内容:
|
|
68668
|
+
|
|
68669
|
+
改善已有的文档。
|
|
68670
|
+
|
|
68671
|
+
新增接口:
|
|
68672
|
+
|
|
68673
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/1092/102467)
|
|
68674
|
+
|
|
68675
|
+
|
|
68676
|
+
|
|
68677
|
+
|
|
68669
68678
|
## 加速物联网套件(iot) 版本:2018-01-23
|
|
68670
68679
|
|
|
68671
68680
|
### 第 7 次发布
|
|
@@ -74319,6 +74328,25 @@
|
|
|
74319
74328
|
|
|
74320
74329
|
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
74321
74330
|
|
|
74331
|
+
### 第 48 次发布
|
|
74332
|
+
|
|
74333
|
+
发布时间:2023-12-14 02:03:05
|
|
74334
|
+
|
|
74335
|
+
本次发布包含了以下内容:
|
|
74336
|
+
|
|
74337
|
+
改善已有的文档。
|
|
74338
|
+
|
|
74339
|
+
修改接口:
|
|
74340
|
+
|
|
74341
|
+
* [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
|
|
74342
|
+
|
|
74343
|
+
* 新增入参:RecordBackground
|
|
74344
|
+
|
|
74345
|
+
* [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
|
|
74346
|
+
|
|
74347
|
+
* 新增出参:RecordBackground
|
|
74348
|
+
|
|
74349
|
+
|
|
74322
74350
|
### 第 47 次发布
|
|
74323
74351
|
|
|
74324
74352
|
发布时间:2023-12-12 02:02:36
|
|
@@ -110483,6 +110511,22 @@
|
|
|
110483
110511
|
|
|
110484
110512
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
110485
110513
|
|
|
110514
|
+
### 第 98 次发布
|
|
110515
|
+
|
|
110516
|
+
发布时间:2023-12-14 16:31:17
|
|
110517
|
+
|
|
110518
|
+
本次发布包含了以下内容:
|
|
110519
|
+
|
|
110520
|
+
改善已有的文档。
|
|
110521
|
+
|
|
110522
|
+
新增接口:
|
|
110523
|
+
|
|
110524
|
+
* [DescribeRocketMQConsumerConnectionDetail](https://cloud.tencent.com/document/api/1179/102490)
|
|
110525
|
+
|
|
110526
|
+
新增数据结构:
|
|
110527
|
+
|
|
110528
|
+
* [RocketMQConsumerTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQConsumerTopic)
|
|
110529
|
+
|
|
110486
110530
|
### 第 97 次发布
|
|
110487
110531
|
|
|
110488
110532
|
发布时间:2023-12-13 02:31:49
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-27 01:17:34 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-12-11 00:15:21 |
|
|
48
|
-
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2023-12-
|
|
48
|
+
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2023-12-14 01:20:10 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-10-24 01:08:56 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-11-24 01:09:00 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-11-10 01:10:02 |
|
|
@@ -82,13 +82,13 @@
|
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
|
|
83
83
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-12-07 01:38:53 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-11-15 01:33:00 |
|
|
85
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-12-
|
|
85
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-12-15 01:10:52 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-10 01:14:28 |
|
|
87
87
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
|
|
88
88
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-11-29 01:53:04 |
|
|
89
89
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
90
90
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-12-05 01:42:47 |
|
|
91
|
-
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-
|
|
91
|
+
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-12-14 01:43:37 |
|
|
92
92
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
|
|
93
93
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
|
|
94
94
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-11-29 01:54:46 |
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-12-07 01:47:01 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-12-05 01:46:13 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-14 01:47:26 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-14 16:39:27 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-12-06 01:49:35 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
@@ -120,6 +120,7 @@
|
|
|
120
120
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2023-05-18 01:30:55 |
|
|
121
121
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
122
122
|
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-09-14 01:52:37 |
|
|
123
|
+
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2023-12-14 12:16:14 |
|
|
123
124
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
124
125
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-11-06 00:11:14 |
|
|
125
126
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-10-16 01:17:51 |
|
|
@@ -131,7 +132,7 @@
|
|
|
131
132
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
|
|
132
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-30 04:52:16 |
|
|
133
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
|
|
134
|
-
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-
|
|
135
|
+
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-14 02:03:05 |
|
|
135
136
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-12-13 02:03:09 |
|
|
136
137
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-11-21 01:21:33 |
|
|
137
138
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
@@ -200,10 +201,10 @@
|
|
|
200
201
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-11-29 02:03:30 |
|
|
201
202
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
202
203
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
203
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-12-
|
|
204
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-12-14 16:31:17 |
|
|
204
205
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
|
|
205
206
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
|
|
206
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-12-
|
|
207
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-12-14 02:34:26 |
|
|
207
208
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-11-27 00:20:12 |
|
|
208
209
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
209
210
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -224,7 +225,7 @@
|
|
|
224
225
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
225
226
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-12-05 02:34:27 |
|
|
226
227
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-11-23 01:30:34 |
|
|
227
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-12-
|
|
228
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-12-14 02:42:40 |
|
|
228
229
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
229
230
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-11-27 00:22:20 |
|
|
230
231
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
|
|
@@ -236,7 +237,7 @@
|
|
|
236
237
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-12-12 02:52:40 |
|
|
237
238
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
|
|
238
239
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-12-07 02:52:47 |
|
|
239
|
-
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-12-
|
|
240
|
+
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-12-14 02:56:46 |
|
|
240
241
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
241
242
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
|
|
242
243
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.759"
|
|
@@ -417,11 +417,11 @@ export interface DescribeInstancesResponse {
|
|
|
417
417
|
/**
|
|
418
418
|
* 实例总数
|
|
419
419
|
*/
|
|
420
|
-
TotalCount
|
|
420
|
+
TotalCount?: number
|
|
421
421
|
/**
|
|
422
422
|
* 实例数组
|
|
423
423
|
*/
|
|
424
|
-
InstancesList
|
|
424
|
+
InstancesList?: Array<InstanceInfo>
|
|
425
425
|
/**
|
|
426
426
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
427
427
|
*/
|
|
@@ -178,9 +178,8 @@ export class Client extends AbstractClient {
|
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
*/
|
|
181
|
+
* 本接口 ( DescribeDomainNameList ) 我的域名列表。
|
|
182
|
+
*/
|
|
184
183
|
async DescribeDomainNameList(
|
|
185
184
|
req: DescribeDomainNameListRequest,
|
|
186
185
|
cb?: (error: string, rep: DescribeDomainNameListResponse) => void
|
|
@@ -209,9 +208,8 @@ export class Client extends AbstractClient {
|
|
|
209
208
|
}
|
|
210
209
|
|
|
211
210
|
/**
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
*/
|
|
211
|
+
* 本接口 ( DescribeDomainBaseInfo) 获取域名基本信息。
|
|
212
|
+
*/
|
|
215
213
|
async DescribeDomainBaseInfo(
|
|
216
214
|
req: DescribeDomainBaseInfoRequest,
|
|
217
215
|
cb?: (error: string, rep: DescribeDomainBaseInfoResponse) => void
|