tencentcloud-sdk-nodejs 4.0.871 → 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 +256 -0
- package/SERVICE_CHANGELOG.md +256 -99
- package/package.json +1 -1
- package/products.md +22 -22
- 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/domain/v20180808/domain_client.ts +12 -9
- package/src/services/domain/v20180808/domain_models.ts +355 -55
- package/src/services/emr/v20190103/emr_models.ts +10 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +4 -4
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +8 -8
- package/src/services/mongodb/v20190725/mongodb_client.ts +52 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +203 -32
- package/src/services/postgres/v20170312/postgres_models.ts +4 -4
- package/src/services/redis/v20180412/redis_client.ts +12 -0
- package/src/services/redis/v20180412/redis_models.ts +84 -0
- package/src/services/teo/v20220901/teo_client.ts +61 -11
- package/src/services/teo/v20220901/teo_models.ts +262 -70
- package/src/services/tmt/v20180321/tmt_models.ts +4 -4
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/tse/v20201207/tse_client.ts +12 -0
- package/src/services/tse/v20201207/tse_models.ts +24 -0
- 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/domain/v20180808/domain_client.d.ts +5 -5
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +352 -55
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +10 -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 +8 -8
- 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/postgres/v20170312/postgres_models.d.ts +4 -4
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +82 -0
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +19 -3
- package/tencentcloud/services/teo/v20220901/teo_client.js +27 -3
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +251 -69
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +4 -4
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
- package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +22 -0
- package/test/cam.v20190116.test.js +26 -16
- package/test/mongodb.v20190725.test.js +40 -0
- package/test/redis.v20180412.test.js +10 -0
- package/test/teo.v20220901.test.js +42 -2
- package/test/tse.v20201207.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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
|
|
|
@@ -12,38 +12,19 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
* [DeleteCHDFSBindingProduct](https://cloud.tencent.com/document/api/1342/107095)
|
|
17
|
-
* [DeleteThirdPartyAccessUser](https://cloud.tencent.com/document/api/1342/107094)
|
|
18
|
-
* [DescribeDLCCatalogAccess](https://cloud.tencent.com/document/api/1342/107099)
|
|
19
|
-
* [DescribeOtherCHDFSBindingList](https://cloud.tencent.com/document/api/1342/107093)
|
|
20
|
-
* [DescribeSubUserAccessPolicy](https://cloud.tencent.com/document/api/1342/107092)
|
|
21
|
-
* [DescribeThirdPartyAccessUser](https://cloud.tencent.com/document/api/1342/107091)
|
|
22
|
-
* [GrantDLCCatalogAccess](https://cloud.tencent.com/document/api/1342/107098)
|
|
23
|
-
* [RegisterThirdPartyAccessUser](https://cloud.tencent.com/document/api/1342/107090)
|
|
24
|
-
* [RevokeDLCCatalogAccess](https://cloud.tencent.com/document/api/1342/107097)
|
|
15
|
+
* [BuildDataFlowAuthToken](https://cloud.tencent.com/document/api/598/107089)
|
|
25
16
|
|
|
26
17
|
新增数据结构:
|
|
27
18
|
|
|
28
|
-
* [
|
|
29
|
-
* [DLCCatalogAccess](https://cloud.tencent.com/document/api/1342/53778#DLCCatalogAccess)
|
|
30
|
-
* [MountPointAssociates](https://cloud.tencent.com/document/api/1342/53778#MountPointAssociates)
|
|
31
|
-
* [OpendThirdAccessUserInfo](https://cloud.tencent.com/document/api/1342/53778#OpendThirdAccessUserInfo)
|
|
32
|
-
* [OtherCHDFSBinding](https://cloud.tencent.com/document/api/1342/53778#OtherCHDFSBinding)
|
|
33
|
-
* [VpcCidrBlock](https://cloud.tencent.com/document/api/1342/53778#VpcCidrBlock)
|
|
34
|
-
* [VpcInfo](https://cloud.tencent.com/document/api/1342/53778#VpcInfo)
|
|
19
|
+
* [AuthToken](https://cloud.tencent.com/document/api/598/33167#AuthToken)
|
|
35
20
|
|
|
36
21
|
|
|
37
22
|
|
|
38
|
-
##
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
## 数据传输服务(dts) 版本:2018-03-30
|
|
23
|
+
## 云拨测(cat) 版本:2018-04-09
|
|
43
24
|
|
|
44
|
-
### 第
|
|
25
|
+
### 第 17 次发布
|
|
45
26
|
|
|
46
|
-
发布时间:2024-06-
|
|
27
|
+
发布时间:2024-06-12 01:16:37
|
|
47
28
|
|
|
48
29
|
本次发布包含了以下内容:
|
|
49
30
|
|
|
@@ -51,43 +32,34 @@
|
|
|
51
32
|
|
|
52
33
|
修改数据结构:
|
|
53
34
|
|
|
54
|
-
* [
|
|
35
|
+
* [ProbeTask](https://cloud.tencent.com/document/api/280/40931#ProbeTask)
|
|
55
36
|
|
|
56
|
-
*
|
|
37
|
+
* 新增成员:SubSyncFlag
|
|
57
38
|
|
|
58
39
|
|
|
59
40
|
|
|
60
41
|
|
|
61
|
-
##
|
|
42
|
+
## T-Sec-数据安全审计(DSA)(cds) 版本:2018-04-20
|
|
62
43
|
|
|
63
|
-
### 第
|
|
44
|
+
### 第 3 次发布
|
|
64
45
|
|
|
65
|
-
发布时间:2024-06-
|
|
46
|
+
发布时间:2024-06-12 01:21:04
|
|
66
47
|
|
|
67
48
|
本次发布包含了以下内容:
|
|
68
49
|
|
|
69
50
|
改善已有的文档。
|
|
70
51
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
* [RestoreDBInstanceObjects](https://cloud.tencent.com/document/api/409/107100)
|
|
74
|
-
|
|
75
|
-
修改接口:
|
|
76
|
-
|
|
77
|
-
* [DescribeDatabases](https://cloud.tencent.com/document/api/409/43353)
|
|
78
|
-
|
|
79
|
-
* 新增入参:Filters, Offset, Limit
|
|
80
|
-
|
|
81
|
-
* 新增出参:TotalCount
|
|
52
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
82
53
|
|
|
54
|
+
* DescribeDasbImageIds
|
|
83
55
|
|
|
84
56
|
|
|
85
57
|
|
|
86
|
-
##
|
|
58
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
87
59
|
|
|
88
|
-
### 第
|
|
60
|
+
### 第 94 次发布
|
|
89
61
|
|
|
90
|
-
发布时间:2024-06-
|
|
62
|
+
发布时间:2024-06-12 01:26:26
|
|
91
63
|
|
|
92
64
|
本次发布包含了以下内容:
|
|
93
65
|
|
|
@@ -95,63 +67,44 @@
|
|
|
95
67
|
|
|
96
68
|
修改接口:
|
|
97
69
|
|
|
98
|
-
* [
|
|
99
|
-
|
|
100
|
-
* 新增出参:ServiceCallInfoV2
|
|
70
|
+
* [CreateExport](https://cloud.tencent.com/document/api/614/56451)
|
|
101
71
|
|
|
72
|
+
* 新增入参:DerivedFields
|
|
102
73
|
|
|
103
|
-
新增数据结构:
|
|
104
|
-
|
|
105
|
-
* [ServiceCallInfoV2](https://cloud.tencent.com/document/api/851/75051#ServiceCallInfoV2)
|
|
106
74
|
|
|
107
75
|
修改数据结构:
|
|
108
76
|
|
|
109
|
-
* [
|
|
110
|
-
|
|
111
|
-
* 新增成员:PrivateLinkInfosV2
|
|
112
|
-
|
|
77
|
+
* [ExportInfo](https://cloud.tencent.com/document/api/614/56471#ExportInfo)
|
|
113
78
|
|
|
79
|
+
* 新增成员:DerivedFields
|
|
114
80
|
|
|
115
81
|
|
|
116
|
-
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
117
82
|
|
|
118
83
|
|
|
84
|
+
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
119
85
|
|
|
120
|
-
|
|
86
|
+
### 第 39 次发布
|
|
121
87
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
发布时间:2024-06-07 02:52:58
|
|
88
|
+
发布时间:2024-06-12 02:08:47
|
|
125
89
|
|
|
126
90
|
本次发布包含了以下内容:
|
|
127
91
|
|
|
128
92
|
改善已有的文档。
|
|
129
93
|
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
* [ConfirmVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106275)
|
|
133
|
-
|
|
134
|
-
* 新增出参:Status, Message
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
140
|
-
|
|
141
|
-
### 第 93 次发布
|
|
94
|
+
新增接口:
|
|
142
95
|
|
|
143
|
-
|
|
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)
|
|
144
100
|
|
|
145
|
-
|
|
101
|
+
新增数据结构:
|
|
146
102
|
|
|
147
|
-
|
|
103
|
+
* [KMSInfoDetail](https://cloud.tencent.com/document/api/240/38576#KMSInfoDetail)
|
|
148
104
|
|
|
149
|
-
修改数据结构:
|
|
150
105
|
|
|
151
|
-
* [OrganizationalFunction](https://cloud.tencent.com/document/api/1267/76336#OrganizationalFunction)
|
|
152
|
-
|
|
153
|
-
* 新增成员:OperatorUserIdsStr, OwnerUserIdsStr
|
|
154
106
|
|
|
107
|
+
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
155
108
|
|
|
156
109
|
|
|
157
110
|
|
|
@@ -12238,6 +12191,22 @@
|
|
|
12238
12191
|
|
|
12239
12192
|
## 访问管理(cam) 版本:2019-01-16
|
|
12240
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
|
+
|
|
12241
12210
|
### 第 57 次发布
|
|
12242
12211
|
|
|
12243
12212
|
发布时间:2024-03-12 19:49:56
|
|
@@ -13717,6 +13686,21 @@
|
|
|
13717
13686
|
|
|
13718
13687
|
## 云拨测(cat) 版本:2018-04-09
|
|
13719
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
|
+
|
|
13720
13704
|
### 第 16 次发布
|
|
13721
13705
|
|
|
13722
13706
|
发布时间:2023-12-26 01:07:57
|
|
@@ -22585,6 +22569,18 @@
|
|
|
22585
22569
|
|
|
22586
22570
|
## T-Sec-数据安全审计(DSA)(cds) 版本:2018-04-20
|
|
22587
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
|
+
|
|
22588
22584
|
### 第 2 次发布
|
|
22589
22585
|
|
|
22590
22586
|
发布时间:2020-03-16 08:05:41
|
|
@@ -31219,6 +31215,28 @@
|
|
|
31219
31215
|
|
|
31220
31216
|
## 日志服务(cls) 版本:2020-10-16
|
|
31221
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
|
+
|
|
31222
31240
|
### 第 93 次发布
|
|
31223
31241
|
|
|
31224
31242
|
发布时间:2024-05-30 01:22:05
|
|
@@ -50525,26 +50543,26 @@
|
|
|
50525
50543
|
|
|
50526
50544
|
新增接口:
|
|
50527
50545
|
|
|
50528
|
-
* [
|
|
50529
|
-
* [
|
|
50530
|
-
* [
|
|
50531
|
-
* [
|
|
50532
|
-
* [
|
|
50533
|
-
* [
|
|
50534
|
-
* [
|
|
50535
|
-
* [
|
|
50536
|
-
* [
|
|
50537
|
-
* [
|
|
50546
|
+
* [CreateCHDFSBindingProduct](https://cloud.tencent.com/document/api/1342/107096)
|
|
50547
|
+
* [DeleteCHDFSBindingProduct](https://cloud.tencent.com/document/api/1342/107095)
|
|
50548
|
+
* [DeleteThirdPartyAccessUser](https://cloud.tencent.com/document/api/1342/107094)
|
|
50549
|
+
* [DescribeDLCCatalogAccess](https://cloud.tencent.com/document/api/1342/107099)
|
|
50550
|
+
* [DescribeOtherCHDFSBindingList](https://cloud.tencent.com/document/api/1342/107093)
|
|
50551
|
+
* [DescribeSubUserAccessPolicy](https://cloud.tencent.com/document/api/1342/107092)
|
|
50552
|
+
* [DescribeThirdPartyAccessUser](https://cloud.tencent.com/document/api/1342/107091)
|
|
50553
|
+
* [GrantDLCCatalogAccess](https://cloud.tencent.com/document/api/1342/107098)
|
|
50554
|
+
* [RegisterThirdPartyAccessUser](https://cloud.tencent.com/document/api/1342/107090)
|
|
50555
|
+
* [RevokeDLCCatalogAccess](https://cloud.tencent.com/document/api/1342/107097)
|
|
50538
50556
|
|
|
50539
50557
|
新增数据结构:
|
|
50540
50558
|
|
|
50541
|
-
* [
|
|
50542
|
-
* [
|
|
50543
|
-
* [
|
|
50544
|
-
* [
|
|
50545
|
-
* [
|
|
50546
|
-
* [
|
|
50547
|
-
* [
|
|
50559
|
+
* [CHDFSProductVpcInfo](https://cloud.tencent.com/document/api/1342/53778#CHDFSProductVpcInfo)
|
|
50560
|
+
* [DLCCatalogAccess](https://cloud.tencent.com/document/api/1342/53778#DLCCatalogAccess)
|
|
50561
|
+
* [MountPointAssociates](https://cloud.tencent.com/document/api/1342/53778#MountPointAssociates)
|
|
50562
|
+
* [OpendThirdAccessUserInfo](https://cloud.tencent.com/document/api/1342/53778#OpendThirdAccessUserInfo)
|
|
50563
|
+
* [OtherCHDFSBinding](https://cloud.tencent.com/document/api/1342/53778#OtherCHDFSBinding)
|
|
50564
|
+
* [VpcCidrBlock](https://cloud.tencent.com/document/api/1342/53778#VpcCidrBlock)
|
|
50565
|
+
* [VpcInfo](https://cloud.tencent.com/document/api/1342/53778#VpcInfo)
|
|
50548
50566
|
|
|
50549
50567
|
### 第 91 次发布
|
|
50550
50568
|
|
|
@@ -53138,6 +53156,63 @@
|
|
|
53138
53156
|
|
|
53139
53157
|
## 域名注册(domain) 版本:2018-08-08
|
|
53140
53158
|
|
|
53159
|
+
### 第 39 次发布
|
|
53160
|
+
|
|
53161
|
+
发布时间:2024-06-10 01:40:58
|
|
53162
|
+
|
|
53163
|
+
本次发布包含了以下内容:
|
|
53164
|
+
|
|
53165
|
+
改善已有的文档。
|
|
53166
|
+
|
|
53167
|
+
修改接口:
|
|
53168
|
+
|
|
53169
|
+
* [DeleteBidding](https://cloud.tencent.com/document/api/242/106603)
|
|
53170
|
+
|
|
53171
|
+
* 新增入参:BusinessID
|
|
53172
|
+
|
|
53173
|
+
* [DescribeBiddingAppointDetail](https://cloud.tencent.com/document/api/242/106601)
|
|
53174
|
+
|
|
53175
|
+
* 新增入参:BusinessID
|
|
53176
|
+
|
|
53177
|
+
* 新增出参:Domain, AppointNum, AppointStartTime, AppointEndTime, RegTime, ExpireTime, DeleteTime, AppointPrice, AppointBondPrice
|
|
53178
|
+
|
|
53179
|
+
* [DescribeBiddingAppointList](https://cloud.tencent.com/document/api/242/106600)
|
|
53180
|
+
|
|
53181
|
+
* 新增入参:PageNumber, Domain
|
|
53182
|
+
|
|
53183
|
+
* 新增出参:Total, AppointList
|
|
53184
|
+
|
|
53185
|
+
* [DescribeBiddingDetail](https://cloud.tencent.com/document/api/242/106599)
|
|
53186
|
+
|
|
53187
|
+
* 新增入参:BusinessID
|
|
53188
|
+
|
|
53189
|
+
* 新增出参:Domain, BiddingNum, BiddingStartTime, BiddingEndTime, RegTime, ExpireTime, DeleteTime, CurrentPrice, CurrentNickname, BiddingBondPrice, Status, BiddingFlag, BiddingBondRefund, BiddingPrice
|
|
53190
|
+
|
|
53191
|
+
* [DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)
|
|
53192
|
+
|
|
53193
|
+
* 新增入参:PageNumber, Domain
|
|
53194
|
+
|
|
53195
|
+
* 新增出参:Total, BiddingList
|
|
53196
|
+
|
|
53197
|
+
* [DescribeBiddingSuccessfulDetail](https://cloud.tencent.com/document/api/242/106597)
|
|
53198
|
+
|
|
53199
|
+
* 新增入参:BusinessID
|
|
53200
|
+
|
|
53201
|
+
* 新增出参:Domain, SuccessfulTime, SuccessfulPrice, RegTime, ExpireTime, DeleteTime, PayEndTime, BiddingBondPrice
|
|
53202
|
+
|
|
53203
|
+
* [DescribeBiddingSuccessfulList](https://cloud.tencent.com/document/api/242/106596)
|
|
53204
|
+
|
|
53205
|
+
* 新增入参:PageNumber, Domain
|
|
53206
|
+
|
|
53207
|
+
* 新增出参:Total, SuccessfulList
|
|
53208
|
+
|
|
53209
|
+
|
|
53210
|
+
新增数据结构:
|
|
53211
|
+
|
|
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)
|
|
53215
|
+
|
|
53141
53216
|
### 第 38 次发布
|
|
53142
53217
|
|
|
53143
53218
|
发布时间:2024-06-04 01:35:42
|
|
@@ -58731,6 +58806,25 @@
|
|
|
58731
58806
|
|
|
58732
58807
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
58733
58808
|
|
|
58809
|
+
### 第 65 次发布
|
|
58810
|
+
|
|
58811
|
+
发布时间:2024-06-10 01:46:51
|
|
58812
|
+
|
|
58813
|
+
本次发布包含了以下内容:
|
|
58814
|
+
|
|
58815
|
+
改善已有的文档。
|
|
58816
|
+
|
|
58817
|
+
修改接口:
|
|
58818
|
+
|
|
58819
|
+
* [ScaleOutCluster](https://cloud.tencent.com/document/api/589/83952)
|
|
58820
|
+
|
|
58821
|
+
* 新增出参:TraceId
|
|
58822
|
+
|
|
58823
|
+
* [ScaleOutInstance](https://cloud.tencent.com/document/api/589/34264)
|
|
58824
|
+
|
|
58825
|
+
* 新增出参:TraceId
|
|
58826
|
+
|
|
58827
|
+
|
|
58734
58828
|
### 第 64 次发布
|
|
58735
58829
|
|
|
58736
58830
|
发布时间:2024-05-17 01:39:38
|
|
@@ -88857,6 +88951,25 @@
|
|
|
88857
88951
|
|
|
88858
88952
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
88859
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
|
+
|
|
88860
88973
|
### 第 38 次发布
|
|
88861
88974
|
|
|
88862
88975
|
发布时间:2024-04-09 01:18:23
|
|
@@ -101767,7 +101880,7 @@
|
|
|
101767
101880
|
|
|
101768
101881
|
新增接口:
|
|
101769
101882
|
|
|
101770
|
-
* [
|
|
101883
|
+
* [RestoreDBInstanceObjects](https://cloud.tencent.com/document/api/409/107100)
|
|
101771
101884
|
|
|
101772
101885
|
修改接口:
|
|
101773
101886
|
|
|
@@ -103603,6 +103716,18 @@
|
|
|
103603
103716
|
|
|
103604
103717
|
## 云数据库Redis(redis) 版本:2018-04-12
|
|
103605
103718
|
|
|
103719
|
+
### 第 76 次发布
|
|
103720
|
+
|
|
103721
|
+
发布时间:2024-06-10 02:18:13
|
|
103722
|
+
|
|
103723
|
+
本次发布包含了以下内容:
|
|
103724
|
+
|
|
103725
|
+
改善已有的文档。
|
|
103726
|
+
|
|
103727
|
+
新增接口:
|
|
103728
|
+
|
|
103729
|
+
* [DescribeBackupDetail](https://cloud.tencent.com/document/api/239/107146)
|
|
103730
|
+
|
|
103606
103731
|
### 第 75 次发布
|
|
103607
103732
|
|
|
103608
103733
|
发布时间:2024-05-30 02:02:41
|
|
@@ -125502,6 +125627,26 @@
|
|
|
125502
125627
|
|
|
125503
125628
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
125504
125629
|
|
|
125630
|
+
### 第 82 次发布
|
|
125631
|
+
|
|
125632
|
+
发布时间:2024-06-07 12:08:08
|
|
125633
|
+
|
|
125634
|
+
本次发布包含了以下内容:
|
|
125635
|
+
|
|
125636
|
+
改善已有的文档。
|
|
125637
|
+
|
|
125638
|
+
新增接口:
|
|
125639
|
+
|
|
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)
|
|
125644
|
+
|
|
125645
|
+
新增数据结构:
|
|
125646
|
+
|
|
125647
|
+
* [CustomErrorPage](https://cloud.tencent.com/document/api/1552/80721#CustomErrorPage)
|
|
125648
|
+
* [ErrorPageReference](https://cloud.tencent.com/document/api/1552/80721#ErrorPageReference)
|
|
125649
|
+
|
|
125505
125650
|
### 第 81 次发布
|
|
125506
125651
|
|
|
125507
125652
|
发布时间:2024-05-29 19:42:22
|
|
@@ -129810,7 +129955,7 @@
|
|
|
129810
129955
|
|
|
129811
129956
|
新增数据结构:
|
|
129812
129957
|
|
|
129813
|
-
* [
|
|
129958
|
+
* [ServiceCallInfoV2](https://cloud.tencent.com/document/api/851/75051#ServiceCallInfoV2)
|
|
129814
129959
|
|
|
129815
129960
|
修改数据结构:
|
|
129816
129961
|
|
|
@@ -138882,6 +139027,18 @@
|
|
|
138882
139027
|
|
|
138883
139028
|
## 微服务引擎(tse) 版本:2020-12-07
|
|
138884
139029
|
|
|
139030
|
+
### 第 69 次发布
|
|
139031
|
+
|
|
139032
|
+
发布时间:2024-06-10 02:42:22
|
|
139033
|
+
|
|
139034
|
+
本次发布包含了以下内容:
|
|
139035
|
+
|
|
139036
|
+
改善已有的文档。
|
|
139037
|
+
|
|
139038
|
+
新增接口:
|
|
139039
|
+
|
|
139040
|
+
* [DescribePublicAddressConfig](https://cloud.tencent.com/document/api/1364/107147)
|
|
139041
|
+
|
|
138885
139042
|
### 第 68 次发布
|
|
138886
139043
|
|
|
138887
139044
|
发布时间:2024-06-04 02:26:13
|