tencentcloud-sdk-nodejs 4.0.872 → 4.0.873
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 +110 -0
- package/SERVICE_CHANGELOG.md +134 -86
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +2 -2
- package/src/services/cam/v20190116/cam_client.ts +45 -32
- package/src/services/cam/v20190116/cam_models.ts +124 -54
- package/src/services/cat/v20180409/cat_models.ts +5 -0
- package/src/services/cds/v20180420/cds_client.ts +4 -2
- package/src/services/cls/v20201016/cls_models.ts +9 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +4 -4
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +2 -2
- package/src/services/mongodb/v20190725/mongodb_client.ts +52 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +203 -32
- package/src/services/tmt/v20180321/tmt_models.ts +4 -4
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +2 -2
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +15 -11
- package/tencentcloud/services/cam/v20190116/cam_client.js +21 -15
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +120 -53
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +5 -0
- package/tencentcloud/services/cds/v20180420/cds_client.d.ts +3 -1
- package/tencentcloud/services/cds/v20180420/cds_client.js +3 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +4 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +4 -4
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +2 -2
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +17 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +24 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +194 -32
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +4 -4
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/test/cam.v20190116.test.js +26 -16
- package/test/mongodb.v20190725.test.js +40 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,113 @@
|
|
|
1
|
+
# Release 4.0.873
|
|
2
|
+
|
|
3
|
+
## 访问管理(cam) 版本:2019-01-16
|
|
4
|
+
|
|
5
|
+
### 第 58 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-06-11 11:13:54
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [BuildDataFlowAuthToken](https://cloud.tencent.com/document/api/598/107089)
|
|
16
|
+
|
|
17
|
+
新增数据结构:
|
|
18
|
+
|
|
19
|
+
* [AuthToken](https://cloud.tencent.com/document/api/598/33167#AuthToken)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## 云拨测(cat) 版本:2018-04-09
|
|
24
|
+
|
|
25
|
+
### 第 17 次发布
|
|
26
|
+
|
|
27
|
+
发布时间:2024-06-12 01:16:37
|
|
28
|
+
|
|
29
|
+
本次发布包含了以下内容:
|
|
30
|
+
|
|
31
|
+
改善已有的文档。
|
|
32
|
+
|
|
33
|
+
修改数据结构:
|
|
34
|
+
|
|
35
|
+
* [ProbeTask](https://cloud.tencent.com/document/api/280/40931#ProbeTask)
|
|
36
|
+
|
|
37
|
+
* 新增成员:SubSyncFlag
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## T-Sec-数据安全审计(DSA)(cds) 版本:2018-04-20
|
|
43
|
+
|
|
44
|
+
### 第 3 次发布
|
|
45
|
+
|
|
46
|
+
发布时间:2024-06-12 01:21:04
|
|
47
|
+
|
|
48
|
+
本次发布包含了以下内容:
|
|
49
|
+
|
|
50
|
+
改善已有的文档。
|
|
51
|
+
|
|
52
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
53
|
+
|
|
54
|
+
* DescribeDasbImageIds
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
59
|
+
|
|
60
|
+
### 第 94 次发布
|
|
61
|
+
|
|
62
|
+
发布时间:2024-06-12 01:26:26
|
|
63
|
+
|
|
64
|
+
本次发布包含了以下内容:
|
|
65
|
+
|
|
66
|
+
改善已有的文档。
|
|
67
|
+
|
|
68
|
+
修改接口:
|
|
69
|
+
|
|
70
|
+
* [CreateExport](https://cloud.tencent.com/document/api/614/56451)
|
|
71
|
+
|
|
72
|
+
* 新增入参:DerivedFields
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
修改数据结构:
|
|
76
|
+
|
|
77
|
+
* [ExportInfo](https://cloud.tencent.com/document/api/614/56471#ExportInfo)
|
|
78
|
+
|
|
79
|
+
* 新增成员:DerivedFields
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
85
|
+
|
|
86
|
+
### 第 39 次发布
|
|
87
|
+
|
|
88
|
+
发布时间:2024-06-12 02:08:47
|
|
89
|
+
|
|
90
|
+
本次发布包含了以下内容:
|
|
91
|
+
|
|
92
|
+
改善已有的文档。
|
|
93
|
+
|
|
94
|
+
新增接口:
|
|
95
|
+
|
|
96
|
+
* [DescribeBackupRules](https://cloud.tencent.com/document/api/240/107169)
|
|
97
|
+
* [DescribeTransparentDataEncryptionStatus](https://cloud.tencent.com/document/api/240/107168)
|
|
98
|
+
* [EnableTransparentDataEncryption](https://cloud.tencent.com/document/api/240/107167)
|
|
99
|
+
* [SetBackupRules](https://cloud.tencent.com/document/api/240/107166)
|
|
100
|
+
|
|
101
|
+
新增数据结构:
|
|
102
|
+
|
|
103
|
+
* [KMSInfoDetail](https://cloud.tencent.com/document/api/240/38576#KMSInfoDetail)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
1
111
|
# Release 4.0.872
|
|
2
112
|
|
|
3
113
|
## 域名注册(domain) 版本:2018-08-08
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,71 +1,65 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 访问管理(cam) 版本:2019-01-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 58 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-06-
|
|
7
|
+
发布时间:2024-06-11 11:13:54
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [BuildDataFlowAuthToken](https://cloud.tencent.com/document/api/598/107089)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
新增数据结构:
|
|
18
18
|
|
|
19
|
-
* [
|
|
19
|
+
* [AuthToken](https://cloud.tencent.com/document/api/598/33167#AuthToken)
|
|
20
20
|
|
|
21
|
-
* 新增入参:BusinessID
|
|
22
21
|
|
|
23
|
-
* 新增出参:Domain, AppointNum, AppointStartTime, AppointEndTime, RegTime, ExpireTime, DeleteTime, AppointPrice, AppointBondPrice
|
|
24
22
|
|
|
25
|
-
|
|
23
|
+
## 云拨测(cat) 版本:2018-04-09
|
|
26
24
|
|
|
27
|
-
|
|
25
|
+
### 第 17 次发布
|
|
28
26
|
|
|
29
|
-
|
|
27
|
+
发布时间:2024-06-12 01:16:37
|
|
30
28
|
|
|
31
|
-
|
|
29
|
+
本次发布包含了以下内容:
|
|
32
30
|
|
|
33
|
-
|
|
31
|
+
改善已有的文档。
|
|
34
32
|
|
|
35
|
-
|
|
33
|
+
修改数据结构:
|
|
36
34
|
|
|
37
|
-
* [
|
|
35
|
+
* [ProbeTask](https://cloud.tencent.com/document/api/280/40931#ProbeTask)
|
|
38
36
|
|
|
39
|
-
*
|
|
37
|
+
* 新增成员:SubSyncFlag
|
|
40
38
|
|
|
41
|
-
* 新增出参:Total, BiddingList
|
|
42
39
|
|
|
43
|
-
* [DescribeBiddingSuccessfulDetail](https://cloud.tencent.com/document/api/242/106597)
|
|
44
40
|
|
|
45
|
-
* 新增入参:BusinessID
|
|
46
41
|
|
|
47
|
-
|
|
42
|
+
## T-Sec-数据安全审计(DSA)(cds) 版本:2018-04-20
|
|
48
43
|
|
|
49
|
-
|
|
44
|
+
### 第 3 次发布
|
|
50
45
|
|
|
51
|
-
|
|
46
|
+
发布时间:2024-06-12 01:21:04
|
|
52
47
|
|
|
53
|
-
|
|
48
|
+
本次发布包含了以下内容:
|
|
54
49
|
|
|
50
|
+
改善已有的文档。
|
|
55
51
|
|
|
56
|
-
|
|
52
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
57
53
|
|
|
58
|
-
*
|
|
59
|
-
* [BiddingResult](https://cloud.tencent.com/document/api/242/38895#BiddingResult)
|
|
60
|
-
* [BiddingSuccessfulResult](https://cloud.tencent.com/document/api/242/38895#BiddingSuccessfulResult)
|
|
54
|
+
* DescribeDasbImageIds
|
|
61
55
|
|
|
62
56
|
|
|
63
57
|
|
|
64
|
-
##
|
|
58
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
65
59
|
|
|
66
|
-
### 第
|
|
60
|
+
### 第 94 次发布
|
|
67
61
|
|
|
68
|
-
发布时间:2024-06-
|
|
62
|
+
发布时间:2024-06-12 01:26:26
|
|
69
63
|
|
|
70
64
|
本次发布包含了以下内容:
|
|
71
65
|
|
|
@@ -73,38 +67,25 @@
|
|
|
73
67
|
|
|
74
68
|
修改接口:
|
|
75
69
|
|
|
76
|
-
* [
|
|
77
|
-
|
|
78
|
-
* 新增出参:TraceId
|
|
79
|
-
|
|
80
|
-
* [ScaleOutInstance](https://cloud.tencent.com/document/api/589/34264)
|
|
81
|
-
|
|
82
|
-
* 新增出参:TraceId
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
70
|
+
* [CreateExport](https://cloud.tencent.com/document/api/614/56451)
|
|
86
71
|
|
|
87
|
-
|
|
72
|
+
* 新增入参:DerivedFields
|
|
88
73
|
|
|
89
|
-
### 第 76 次发布
|
|
90
74
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
本次发布包含了以下内容:
|
|
75
|
+
修改数据结构:
|
|
94
76
|
|
|
95
|
-
|
|
77
|
+
* [ExportInfo](https://cloud.tencent.com/document/api/614/56471#ExportInfo)
|
|
96
78
|
|
|
97
|
-
|
|
79
|
+
* 新增成员:DerivedFields
|
|
98
80
|
|
|
99
|
-
* [DescribeBackupDetail](https://cloud.tencent.com/document/api/239/107146)
|
|
100
81
|
|
|
101
82
|
|
|
102
83
|
|
|
103
|
-
##
|
|
84
|
+
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
104
85
|
|
|
105
|
-
### 第
|
|
86
|
+
### 第 39 次发布
|
|
106
87
|
|
|
107
|
-
发布时间:2024-06-
|
|
88
|
+
发布时间:2024-06-12 02:08:47
|
|
108
89
|
|
|
109
90
|
本次发布包含了以下内容:
|
|
110
91
|
|
|
@@ -112,35 +93,18 @@
|
|
|
112
93
|
|
|
113
94
|
新增接口:
|
|
114
95
|
|
|
115
|
-
* [
|
|
116
|
-
* [
|
|
117
|
-
* [
|
|
118
|
-
* [
|
|
96
|
+
* [DescribeBackupRules](https://cloud.tencent.com/document/api/240/107169)
|
|
97
|
+
* [DescribeTransparentDataEncryptionStatus](https://cloud.tencent.com/document/api/240/107168)
|
|
98
|
+
* [EnableTransparentDataEncryption](https://cloud.tencent.com/document/api/240/107167)
|
|
99
|
+
* [SetBackupRules](https://cloud.tencent.com/document/api/240/107166)
|
|
119
100
|
|
|
120
101
|
新增数据结构:
|
|
121
102
|
|
|
122
|
-
* [
|
|
123
|
-
* [ErrorPageReference](https://cloud.tencent.com/document/api/1552/80721#ErrorPageReference)
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
103
|
+
* [KMSInfoDetail](https://cloud.tencent.com/document/api/240/38576#KMSInfoDetail)
|
|
128
104
|
|
|
129
105
|
|
|
130
106
|
|
|
131
|
-
##
|
|
132
|
-
|
|
133
|
-
### 第 69 次发布
|
|
134
|
-
|
|
135
|
-
发布时间:2024-06-10 02:42:22
|
|
136
|
-
|
|
137
|
-
本次发布包含了以下内容:
|
|
138
|
-
|
|
139
|
-
改善已有的文档。
|
|
140
|
-
|
|
141
|
-
新增接口:
|
|
142
|
-
|
|
143
|
-
* [DescribePublicAddressConfig](https://cloud.tencent.com/document/api/1364/107147)
|
|
107
|
+
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
144
108
|
|
|
145
109
|
|
|
146
110
|
|
|
@@ -12227,6 +12191,22 @@
|
|
|
12227
12191
|
|
|
12228
12192
|
## 访问管理(cam) 版本:2019-01-16
|
|
12229
12193
|
|
|
12194
|
+
### 第 58 次发布
|
|
12195
|
+
|
|
12196
|
+
发布时间:2024-06-11 11:13:54
|
|
12197
|
+
|
|
12198
|
+
本次发布包含了以下内容:
|
|
12199
|
+
|
|
12200
|
+
改善已有的文档。
|
|
12201
|
+
|
|
12202
|
+
新增接口:
|
|
12203
|
+
|
|
12204
|
+
* [[BuildDataFlowAuthToken](https://cloud.tencent.com/document/api/598/107089)](https://cloud.tencent.com/document/api/#/#)
|
|
12205
|
+
|
|
12206
|
+
新增数据结构:
|
|
12207
|
+
|
|
12208
|
+
* [[AuthToken](https://cloud.tencent.com/document/api/598/33167#AuthToken)](https://cloud.tencent.com/document/api/598/33167#[AuthToken](https://cloud.tencent.com/document/api/598/33167#AuthToken))
|
|
12209
|
+
|
|
12230
12210
|
### 第 57 次发布
|
|
12231
12211
|
|
|
12232
12212
|
发布时间:2024-03-12 19:49:56
|
|
@@ -13706,6 +13686,21 @@
|
|
|
13706
13686
|
|
|
13707
13687
|
## 云拨测(cat) 版本:2018-04-09
|
|
13708
13688
|
|
|
13689
|
+
### 第 17 次发布
|
|
13690
|
+
|
|
13691
|
+
发布时间:2024-06-12 01:16:37
|
|
13692
|
+
|
|
13693
|
+
本次发布包含了以下内容:
|
|
13694
|
+
|
|
13695
|
+
改善已有的文档。
|
|
13696
|
+
|
|
13697
|
+
修改数据结构:
|
|
13698
|
+
|
|
13699
|
+
* [ProbeTask](https://cloud.tencent.com/document/api/280/40931#ProbeTask)
|
|
13700
|
+
|
|
13701
|
+
* 新增成员:SubSyncFlag
|
|
13702
|
+
|
|
13703
|
+
|
|
13709
13704
|
### 第 16 次发布
|
|
13710
13705
|
|
|
13711
13706
|
发布时间:2023-12-26 01:07:57
|
|
@@ -22574,6 +22569,18 @@
|
|
|
22574
22569
|
|
|
22575
22570
|
## T-Sec-数据安全审计(DSA)(cds) 版本:2018-04-20
|
|
22576
22571
|
|
|
22572
|
+
### 第 3 次发布
|
|
22573
|
+
|
|
22574
|
+
发布时间:2024-06-12 01:21:04
|
|
22575
|
+
|
|
22576
|
+
本次发布包含了以下内容:
|
|
22577
|
+
|
|
22578
|
+
改善已有的文档。
|
|
22579
|
+
|
|
22580
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
22581
|
+
|
|
22582
|
+
* DescribeDasbImageIds
|
|
22583
|
+
|
|
22577
22584
|
### 第 2 次发布
|
|
22578
22585
|
|
|
22579
22586
|
发布时间:2020-03-16 08:05:41
|
|
@@ -31208,6 +31215,28 @@
|
|
|
31208
31215
|
|
|
31209
31216
|
## 日志服务(cls) 版本:2020-10-16
|
|
31210
31217
|
|
|
31218
|
+
### 第 94 次发布
|
|
31219
|
+
|
|
31220
|
+
发布时间:2024-06-12 01:26:26
|
|
31221
|
+
|
|
31222
|
+
本次发布包含了以下内容:
|
|
31223
|
+
|
|
31224
|
+
改善已有的文档。
|
|
31225
|
+
|
|
31226
|
+
修改接口:
|
|
31227
|
+
|
|
31228
|
+
* [CreateExport](https://cloud.tencent.com/document/api/614/56451)
|
|
31229
|
+
|
|
31230
|
+
* 新增入参:DerivedFields
|
|
31231
|
+
|
|
31232
|
+
|
|
31233
|
+
修改数据结构:
|
|
31234
|
+
|
|
31235
|
+
* [ExportInfo](https://cloud.tencent.com/document/api/614/56471#ExportInfo)
|
|
31236
|
+
|
|
31237
|
+
* 新增成员:DerivedFields
|
|
31238
|
+
|
|
31239
|
+
|
|
31211
31240
|
### 第 93 次发布
|
|
31212
31241
|
|
|
31213
31242
|
发布时间:2024-05-30 01:22:05
|
|
@@ -53180,9 +53209,9 @@
|
|
|
53180
53209
|
|
|
53181
53210
|
新增数据结构:
|
|
53182
53211
|
|
|
53183
|
-
* [
|
|
53184
|
-
* [
|
|
53185
|
-
* [
|
|
53212
|
+
* [BiddingAppointResult](https://cloud.tencent.com/document/api/242/38895#BiddingAppointResult)
|
|
53213
|
+
* [BiddingResult](https://cloud.tencent.com/document/api/242/38895#BiddingResult)
|
|
53214
|
+
* [BiddingSuccessfulResult](https://cloud.tencent.com/document/api/242/38895#BiddingSuccessfulResult)
|
|
53186
53215
|
|
|
53187
53216
|
### 第 38 次发布
|
|
53188
53217
|
|
|
@@ -88922,6 +88951,25 @@
|
|
|
88922
88951
|
|
|
88923
88952
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
88924
88953
|
|
|
88954
|
+
### 第 39 次发布
|
|
88955
|
+
|
|
88956
|
+
发布时间:2024-06-12 02:08:47
|
|
88957
|
+
|
|
88958
|
+
本次发布包含了以下内容:
|
|
88959
|
+
|
|
88960
|
+
改善已有的文档。
|
|
88961
|
+
|
|
88962
|
+
新增接口:
|
|
88963
|
+
|
|
88964
|
+
* [[DescribeBackupRules](https://cloud.tencent.com/document/api/240/107169)](https://cloud.tencent.com/document/api/#/#)
|
|
88965
|
+
* [[DescribeTransparentDataEncryptionStatus](https://cloud.tencent.com/document/api/240/107168)](https://cloud.tencent.com/document/api/#/#)
|
|
88966
|
+
* [[EnableTransparentDataEncryption](https://cloud.tencent.com/document/api/240/107167)](https://cloud.tencent.com/document/api/#/#)
|
|
88967
|
+
* [[SetBackupRules](https://cloud.tencent.com/document/api/240/107166)](https://cloud.tencent.com/document/api/#/#)
|
|
88968
|
+
|
|
88969
|
+
新增数据结构:
|
|
88970
|
+
|
|
88971
|
+
* [[KMSInfoDetail](https://cloud.tencent.com/document/api/240/38576#KMSInfoDetail)](https://cloud.tencent.com/document/api/240/38576#[KMSInfoDetail](https://cloud.tencent.com/document/api/240/38576#KMSInfoDetail))
|
|
88972
|
+
|
|
88925
88973
|
### 第 38 次发布
|
|
88926
88974
|
|
|
88927
88975
|
发布时间:2024-04-09 01:18:23
|
|
@@ -103678,7 +103726,7 @@
|
|
|
103678
103726
|
|
|
103679
103727
|
新增接口:
|
|
103680
103728
|
|
|
103681
|
-
* [
|
|
103729
|
+
* [DescribeBackupDetail](https://cloud.tencent.com/document/api/239/107146)
|
|
103682
103730
|
|
|
103683
103731
|
### 第 75 次发布
|
|
103684
103732
|
|
|
@@ -125589,15 +125637,15 @@
|
|
|
125589
125637
|
|
|
125590
125638
|
新增接口:
|
|
125591
125639
|
|
|
125592
|
-
* [
|
|
125593
|
-
* [
|
|
125594
|
-
* [
|
|
125595
|
-
* [
|
|
125640
|
+
* [CreateCustomizeErrorPage](https://cloud.tencent.com/document/api/1552/107118)
|
|
125641
|
+
* [DeleteCustomErrorPage](https://cloud.tencent.com/document/api/1552/107117)
|
|
125642
|
+
* [DescribeCustomErrorPages](https://cloud.tencent.com/document/api/1552/107116)
|
|
125643
|
+
* [ModifyCustomErrorPage](https://cloud.tencent.com/document/api/1552/107115)
|
|
125596
125644
|
|
|
125597
125645
|
新增数据结构:
|
|
125598
125646
|
|
|
125599
|
-
* [
|
|
125600
|
-
* [
|
|
125647
|
+
* [CustomErrorPage](https://cloud.tencent.com/document/api/1552/80721#CustomErrorPage)
|
|
125648
|
+
* [ErrorPageReference](https://cloud.tencent.com/document/api/1552/80721#ErrorPageReference)
|
|
125601
125649
|
|
|
125602
125650
|
### 第 81 次发布
|
|
125603
125651
|
|
|
@@ -138989,7 +139037,7 @@
|
|
|
138989
139037
|
|
|
138990
139038
|
新增接口:
|
|
138991
139039
|
|
|
138992
|
-
* [
|
|
139040
|
+
* [DescribePublicAddressConfig](https://cloud.tencent.com/document/api/1364/107147)
|
|
138993
139041
|
|
|
138994
139042
|
### 第 68 次发布
|
|
138995
139043
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-05-22 01:10:06 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2024-03-20 01:08:23 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-05-31 01:10:46 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-06-12 01:12:04 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
28
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2024-03-20 01:08:40 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2024-04-24 01:05:22 |
|
|
@@ -34,16 +34,16 @@
|
|
|
34
34
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2024-04-22 01:09:00 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2024-04-16 01:05:23 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
|
|
37
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-
|
|
37
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-06-11 11:13:54 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-05-09 01:09:01 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-05-23 01:14:17 |
|
|
40
|
-
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-
|
|
40
|
+
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-06-12 01:16:37 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-21 01:09:20 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-06-06 01:17:16 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-06-06 01:17:58 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-05-21 01:17:01 |
|
|
46
|
-
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-
|
|
46
|
+
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-12 01:21:04 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-04-26 01:10:21 |
|
|
48
48
|
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-05-27 01:18:10 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-05-29 01:21:54 |
|
|
63
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-06-
|
|
63
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-06-12 01:26:26 |
|
|
64
64
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-03-20 01:12:05 |
|
|
65
65
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-03-20 01:12:14 |
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-04-22 01:12:28 |
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-03-20 01:14:24 |
|
|
81
81
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-03-20 01:14:27 |
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-04-26 01:13:59 |
|
|
83
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-06-
|
|
83
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-06-12 01:39:26 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-05-30 01:33:24 |
|
|
85
85
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-06-10 01:40:58 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-04-22 01:15:04 |
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-06-10 01:46:51 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-05-14 01:51:30 |
|
|
99
99
|
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-06-07 01:48:47 |
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-06-
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-06-12 01:49:59 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-06-05 10:32:35 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-06-04 01:43:35 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-05-09 01:15:52 |
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-04-03 11:20:41 |
|
|
124
124
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
125
125
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
|
|
126
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-06-
|
|
126
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-06-12 01:56:37 |
|
|
127
127
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
128
128
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-05-14 02:02:07 |
|
|
129
129
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
146
146
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-03-20 01:20:23 |
|
|
147
147
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-05-28 01:54:57 |
|
|
148
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-06-
|
|
148
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-06-12 02:08:47 |
|
|
149
149
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-06-10 02:09:00 |
|
|
150
150
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-06-06 02:11:55 |
|
|
151
151
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-05-13 01:23:45 |
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-21 02:06:48 |
|
|
185
185
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
|
|
186
186
|
| svp | [节省计划](https://cloud.tencent.com/document/product/1761) | 2024-05-23 17:09:13 |
|
|
187
|
-
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-
|
|
187
|
+
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-06-12 02:24:32 |
|
|
188
188
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-03-22 01:21:43 |
|
|
189
189
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2024-03-20 01:24:15 |
|
|
190
190
|
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2024-06-05 02:12:06 |
|
|
@@ -219,13 +219,13 @@
|
|
|
219
219
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-05-15 01:34:42 |
|
|
220
220
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
221
221
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-04-29 01:26:41 |
|
|
222
|
-
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-
|
|
222
|
+
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-06-12 02:40:31 |
|
|
223
223
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
|
|
224
224
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
225
225
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-06-03 02:23:52 |
|
|
226
226
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-06-06 02:42:14 |
|
|
227
227
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-06-07 02:42:38 |
|
|
228
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-06-
|
|
228
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-06-12 02:42:04 |
|
|
229
229
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-06-10 02:42:22 |
|
|
230
230
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-06-04 02:27:15 |
|
|
231
231
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-06-07 02:52:58 |
|
|
242
242
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-06-06 02:53:14 |
|
|
243
243
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
244
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-06-
|
|
244
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-06-12 02:53:58 |
|
|
245
245
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
|
|
246
246
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
247
247
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-06-05 02:38:46 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.873"
|
|
@@ -1683,7 +1683,7 @@ export interface DescribeAllocationOverviewRequest {
|
|
|
1683
1683
|
*/
|
|
1684
1684
|
Limit: number
|
|
1685
1685
|
/**
|
|
1686
|
-
* 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200
|
|
1686
|
+
* 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,以此类推
|
|
1687
1687
|
*/
|
|
1688
1688
|
Offset: number
|
|
1689
1689
|
/**
|
|
@@ -2587,7 +2587,7 @@ export interface DescribeAllocationSummaryByBusinessRequest {
|
|
|
2587
2587
|
*/
|
|
2588
2588
|
Limit: number
|
|
2589
2589
|
/**
|
|
2590
|
-
* 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200
|
|
2590
|
+
* 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,以此类推
|
|
2591
2591
|
*/
|
|
2592
2592
|
Offset: number
|
|
2593
2593
|
/**
|