tencentcloud-sdk-nodejs 4.0.634 → 4.0.636
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 +509 -0
- package/SERVICE_CHANGELOG.md +615 -53
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +2 -2
- package/src/services/asr/v20190614/asr_client.ts +168 -112
- package/src/services/asr/v20190614/asr_models.ts +176 -3
- package/src/services/cfw/v20190904/cfw_models.ts +1 -1
- package/src/services/ciam/v20220331/ciam_models.ts +8 -0
- package/src/services/cls/v20201016/cls_models.ts +17 -2
- package/src/services/dlc/v20210125/dlc_client.ts +1 -1
- package/src/services/dlc/v20210125/dlc_models.ts +20 -3
- package/src/services/emr/v20190103/emr_client.ts +60 -21
- package/src/services/emr/v20190103/emr_models.ts +652 -102
- package/src/services/ess/v20201111/ess_models.ts +42 -7
- package/src/services/essbasic/v20210526/essbasic_models.ts +2 -1
- package/src/services/live/v20180801/live_models.ts +18 -0
- package/src/services/mongodb/v20190725/mongodb_models.ts +65 -41
- package/src/services/postgres/v20170312/postgres_client.ts +1 -1
- package/src/services/postgres/v20170312/postgres_models.ts +57 -23
- package/src/services/privatedns/v20201028/privatedns_models.ts +4 -4
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +12 -11
- package/src/services/tcr/v20190924/tcr_models.ts +13 -2
- package/src/services/teo/v20220901/teo_client.ts +462 -790
- package/src/services/teo/v20220901/teo_models.ts +533 -2272
- package/src/services/trp/v20210515/trp_client.ts +13 -0
- package/src/services/trp/v20210515/trp_models.ts +98 -3
- package/src/services/trtc/v20190722/trtc_models.ts +2 -2
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +28 -16
- package/src/services/waf/v20180125/waf_models.ts +33 -13
- package/src/services/wedata/v20210820/wedata_client.ts +9 -3
- package/src/services/wedata/v20210820/wedata_models.ts +294 -33
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +2 -2
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +70 -48
- package/tencentcloud/services/asr/v20190614/asr_client.js +94 -64
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +166 -3
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +8 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +17 -2
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +20 -3
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +17 -5
- package/tencentcloud/services/emr/v20190103/emr_client.js +24 -6
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +649 -108
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +42 -7
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +18 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +65 -41
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +57 -23
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +4 -4
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +12 -11
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +13 -2
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +121 -223
- package/tencentcloud/services/teo/v20220901/teo_client.js +179 -333
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +576 -2245
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +5 -1
- package/tencentcloud/services/trp/v20210515/trp_client.js +6 -0
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +95 -3
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +28 -16
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +33 -13
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +288 -33
- package/test/asr.v20190614.test.js +74 -34
- package/test/emr.v20190103.test.js +34 -4
- package/test/teo.v20220901.test.js +118 -378
- package/test/trp.v20210515.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -2,39 +2,32 @@
|
|
|
2
2
|
|
|
3
3
|
## 账号风控平台(ciam) 版本:2022-03-31
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 10 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-07-
|
|
7
|
+
发布时间:2023-07-06 01:13:25
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
15
|
* [CreateUserGroup](https://cloud.tencent.com/document/api/1441/94455)
|
|
16
|
+
|
|
17
|
+
* 新增出参:UserGroupId
|
|
18
|
+
|
|
16
19
|
* [CreateUserStore](https://cloud.tencent.com/document/api/1441/94460)
|
|
17
|
-
* [DeleteUserGroups](https://cloud.tencent.com/document/api/1441/94454)
|
|
18
|
-
* [DeleteUserStore](https://cloud.tencent.com/document/api/1441/94459)
|
|
19
|
-
* [ListUserGroups](https://cloud.tencent.com/document/api/1441/94453)
|
|
20
|
-
* [ListUserStore](https://cloud.tencent.com/document/api/1441/94458)
|
|
21
|
-
* [UpdateUserGroup](https://cloud.tencent.com/document/api/1441/94452)
|
|
22
|
-
* [UpdateUserStore](https://cloud.tencent.com/document/api/1441/94457)
|
|
23
20
|
|
|
24
|
-
|
|
21
|
+
* 新增出参:UserStoreId
|
|
25
22
|
|
|
26
|
-
* [AppAssociatedUserGroupIds](https://cloud.tencent.com/document/api/1441/75643#AppAssociatedUserGroupIds)
|
|
27
|
-
* [UserGroup](https://cloud.tencent.com/document/api/1441/75643#UserGroup)
|
|
28
|
-
* [UserGroupDeleteResp](https://cloud.tencent.com/document/api/1441/75643#UserGroupDeleteResp)
|
|
29
|
-
* [UserStore](https://cloud.tencent.com/document/api/1441/75643#UserStore)
|
|
30
23
|
|
|
31
24
|
|
|
32
25
|
|
|
33
|
-
##
|
|
26
|
+
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
34
27
|
|
|
35
|
-
### 第
|
|
28
|
+
### 第 58 次发布
|
|
36
29
|
|
|
37
|
-
发布时间:2023-07-
|
|
30
|
+
发布时间:2023-07-06 01:44:01
|
|
38
31
|
|
|
39
32
|
本次发布包含了以下内容:
|
|
40
33
|
|
|
@@ -42,18 +35,52 @@
|
|
|
42
35
|
|
|
43
36
|
修改接口:
|
|
44
37
|
|
|
45
|
-
* [
|
|
38
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/1141/41572)
|
|
46
39
|
|
|
47
|
-
* 新增入参:
|
|
40
|
+
* 新增入参:DeletionProtection
|
|
41
|
+
|
|
42
|
+
* [ModifyInstance](https://cloud.tencent.com/document/api/1141/60996)
|
|
43
|
+
|
|
44
|
+
* 新增入参:DeletionProtection
|
|
45
|
+
|
|
46
|
+
* <font color="#dd0000">**修改入参**:</font>RegistryType
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
52
|
+
|
|
53
|
+
### 第 45 次发布
|
|
54
|
+
|
|
55
|
+
发布时间:2023-07-06 01:59:03
|
|
56
|
+
|
|
57
|
+
本次发布包含了以下内容:
|
|
58
|
+
|
|
59
|
+
改善已有的文档。
|
|
60
|
+
|
|
61
|
+
修改接口:
|
|
62
|
+
|
|
63
|
+
* [ModifyZoneSetting](https://cloud.tencent.com/document/api/1552/80614)
|
|
64
|
+
|
|
65
|
+
* 新增入参:StandardDebug
|
|
48
66
|
|
|
49
67
|
|
|
50
68
|
新增数据结构:
|
|
51
69
|
|
|
52
|
-
* [
|
|
70
|
+
* [StandardDebug](https://cloud.tencent.com/document/api/1552/80721#StandardDebug)
|
|
53
71
|
|
|
54
|
-
|
|
72
|
+
修改数据结构:
|
|
55
73
|
|
|
56
|
-
|
|
74
|
+
* [ZoneSetting](https://cloud.tencent.com/document/api/1552/80721#ZoneSetting)
|
|
75
|
+
|
|
76
|
+
* 新增成员:StandardDebug
|
|
77
|
+
|
|
78
|
+
* <font color="#dd0000">**修改成员**:</font>AccelerateMainland
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
### 第 44 次发布
|
|
82
|
+
|
|
83
|
+
发布时间:2023-07-05 11:45:45
|
|
57
84
|
|
|
58
85
|
本次发布包含了以下内容:
|
|
59
86
|
|
|
@@ -61,18 +88,108 @@
|
|
|
61
88
|
|
|
62
89
|
新增接口:
|
|
63
90
|
|
|
64
|
-
* [
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
*
|
|
69
|
-
*
|
|
91
|
+
* [CheckCnameStatus](https://cloud.tencent.com/document/api/1552/94491)
|
|
92
|
+
|
|
93
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
94
|
+
|
|
95
|
+
* CheckCertificate
|
|
96
|
+
* CreateCredential
|
|
97
|
+
* CreateReplayTask
|
|
98
|
+
* CreateSpeedTesting
|
|
99
|
+
* DescribeAddableEntityList
|
|
100
|
+
* DescribeClientRuleList
|
|
101
|
+
* DescribeDnsData
|
|
102
|
+
* DescribeLogSets
|
|
103
|
+
* DescribeLogTopicTasks
|
|
104
|
+
* DescribeSingleL7AnalysisData
|
|
105
|
+
* DescribeSpeedTestingDetails
|
|
106
|
+
* DescribeSpeedTestingMetricData
|
|
107
|
+
* DescribeSpeedTestingQuota
|
|
108
|
+
* DescribeTimingL7SourceData
|
|
109
|
+
* DescribeWebManagedRulesData
|
|
110
|
+
* DescribeWebManagedRulesHitRuleDetail
|
|
111
|
+
* DescribeWebManagedRulesLog
|
|
112
|
+
* DescribeWebProtectionClientIpList
|
|
113
|
+
* DescribeWebProtectionData
|
|
114
|
+
* DescribeWebProtectionHitRuleDetail
|
|
115
|
+
* DescribeWebProtectionTopData
|
|
116
|
+
* ModifyDefaultCertificate
|
|
117
|
+
* ModifyRulePriority
|
|
118
|
+
* ModifySecurityWafGroupPolicy
|
|
119
|
+
* ReclaimAliasDomain
|
|
120
|
+
* ReclaimZone
|
|
121
|
+
* UpdateOriginProtectionIPWhitelist
|
|
122
|
+
|
|
123
|
+
修改接口:
|
|
124
|
+
|
|
125
|
+
* [CreateApplicationProxyRule](https://cloud.tencent.com/document/api/1552/80693)
|
|
126
|
+
|
|
127
|
+
* 新增入参:SessionPersistTime
|
|
128
|
+
|
|
129
|
+
* [CreatePurgeTask](https://cloud.tencent.com/document/api/1552/80703)
|
|
130
|
+
|
|
131
|
+
* 新增入参:Method
|
|
132
|
+
|
|
133
|
+
* [CreateZone](https://cloud.tencent.com/document/api/1552/80719)
|
|
134
|
+
|
|
135
|
+
* <font color="#dd0000">**修改入参**:</font>ZoneName
|
|
136
|
+
|
|
137
|
+
* [ModifyApplicationProxyRule](https://cloud.tencent.com/document/api/1552/80688)
|
|
138
|
+
|
|
139
|
+
* 新增入参:SessionPersistTime
|
|
140
|
+
|
|
141
|
+
* [ModifyZone](https://cloud.tencent.com/document/api/1552/80709)
|
|
142
|
+
|
|
143
|
+
* 新增入参:Area, ZoneName
|
|
144
|
+
|
|
70
145
|
|
|
71
146
|
新增数据结构:
|
|
72
147
|
|
|
73
|
-
* [
|
|
74
|
-
|
|
75
|
-
|
|
148
|
+
* [CnameStatus](https://cloud.tencent.com/document/api/1552/80721#CnameStatus)
|
|
149
|
+
|
|
150
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
151
|
+
|
|
152
|
+
* ClientRule
|
|
153
|
+
* ClsLogTopicInfo
|
|
154
|
+
* DistrictStatistics
|
|
155
|
+
* DnsData
|
|
156
|
+
* LogSetInfo
|
|
157
|
+
* OptimizeAction
|
|
158
|
+
* SecClientIp
|
|
159
|
+
* SecHitRuleInfo
|
|
160
|
+
* SecRuleRelatedInfo
|
|
161
|
+
* SingleDataRecord
|
|
162
|
+
* SingleTypeValue
|
|
163
|
+
* SpeedTestingConfig
|
|
164
|
+
* SpeedTestingDetailData
|
|
165
|
+
* SpeedTestingInfo
|
|
166
|
+
* SpeedTestingMetricData
|
|
167
|
+
* SpeedTestingQuota
|
|
168
|
+
* SpeedTestingStatistics
|
|
169
|
+
* SpeedTestingStatus
|
|
170
|
+
* WafGroup
|
|
171
|
+
* WebLogs
|
|
172
|
+
|
|
173
|
+
修改数据结构:
|
|
174
|
+
|
|
175
|
+
* [ApplicationProxyRule](https://cloud.tencent.com/document/api/1552/80721#ApplicationProxyRule)
|
|
176
|
+
|
|
177
|
+
* 新增成员:SessionPersistTime
|
|
178
|
+
|
|
179
|
+
* [Cache](https://cloud.tencent.com/document/api/1552/80721#Cache)
|
|
180
|
+
|
|
181
|
+
* [Resource](https://cloud.tencent.com/document/api/1552/80721#Resource)
|
|
182
|
+
|
|
183
|
+
* 新增成员:Group, ZoneNumber
|
|
184
|
+
|
|
185
|
+
* [Sv](https://cloud.tencent.com/document/api/1552/80721#Sv)
|
|
186
|
+
|
|
187
|
+
* 新增成员:Pack, InstanceId, ProtectionSpecs
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
76
193
|
|
|
77
194
|
|
|
78
195
|
|
|
@@ -3190,6 +3307,21 @@
|
|
|
3190
3307
|
|
|
3191
3308
|
## API 网关(apigateway) 版本:2018-08-08
|
|
3192
3309
|
|
|
3310
|
+
### 第 38 次发布
|
|
3311
|
+
|
|
3312
|
+
发布时间:2023-07-05 01:06:51
|
|
3313
|
+
|
|
3314
|
+
本次发布包含了以下内容:
|
|
3315
|
+
|
|
3316
|
+
改善已有的文档。
|
|
3317
|
+
|
|
3318
|
+
修改接口:
|
|
3319
|
+
|
|
3320
|
+
* [DescribeServiceEnvironmentReleaseHistory](https://cloud.tencent.com/document/api/628/45197)
|
|
3321
|
+
|
|
3322
|
+
* <font color="#dd0000">**修改入参**:</font>EnvironmentName
|
|
3323
|
+
|
|
3324
|
+
|
|
3193
3325
|
### 第 37 次发布
|
|
3194
3326
|
|
|
3195
3327
|
发布时间:2023-06-29 01:02:05
|
|
@@ -5808,6 +5940,26 @@
|
|
|
5808
5940
|
|
|
5809
5941
|
## 语音识别(asr) 版本:2019-06-14
|
|
5810
5942
|
|
|
5943
|
+
### 第 28 次发布
|
|
5944
|
+
|
|
5945
|
+
发布时间:2023-07-05 01:07:50
|
|
5946
|
+
|
|
5947
|
+
本次发布包含了以下内容:
|
|
5948
|
+
|
|
5949
|
+
改善已有的文档。
|
|
5950
|
+
|
|
5951
|
+
新增接口:
|
|
5952
|
+
|
|
5953
|
+
* [VoicePrintDelete](https://cloud.tencent.com/document/api/1093/94484)
|
|
5954
|
+
* [VoicePrintEnroll](https://cloud.tencent.com/document/api/1093/94483)
|
|
5955
|
+
* [VoicePrintUpdate](https://cloud.tencent.com/document/api/1093/94482)
|
|
5956
|
+
* [VoicePrintVerify](https://cloud.tencent.com/document/api/1093/94481)
|
|
5957
|
+
|
|
5958
|
+
新增数据结构:
|
|
5959
|
+
|
|
5960
|
+
* [VoicePrintBaseData](https://cloud.tencent.com/document/api/1093/37824#VoicePrintBaseData)
|
|
5961
|
+
* [VoicePrintVerifyData](https://cloud.tencent.com/document/api/1093/37824#VoicePrintVerifyData)
|
|
5962
|
+
|
|
5811
5963
|
### 第 27 次发布
|
|
5812
5964
|
|
|
5813
5965
|
发布时间:2023-05-22 01:03:30
|
|
@@ -21494,6 +21646,25 @@
|
|
|
21494
21646
|
|
|
21495
21647
|
## 账号风控平台(ciam) 版本:2022-03-31
|
|
21496
21648
|
|
|
21649
|
+
### 第 10 次发布
|
|
21650
|
+
|
|
21651
|
+
发布时间:2023-07-06 01:13:25
|
|
21652
|
+
|
|
21653
|
+
本次发布包含了以下内容:
|
|
21654
|
+
|
|
21655
|
+
改善已有的文档。
|
|
21656
|
+
|
|
21657
|
+
修改接口:
|
|
21658
|
+
|
|
21659
|
+
* [CreateUserGroup](https://cloud.tencent.com/document/api/1441/94455)
|
|
21660
|
+
|
|
21661
|
+
* 新增出参:UserGroupId
|
|
21662
|
+
|
|
21663
|
+
* [CreateUserStore](https://cloud.tencent.com/document/api/1441/94460)
|
|
21664
|
+
|
|
21665
|
+
* 新增出参:UserStoreId
|
|
21666
|
+
|
|
21667
|
+
|
|
21497
21668
|
### 第 9 次发布
|
|
21498
21669
|
|
|
21499
21670
|
发布时间:2023-07-04 01:14:49
|
|
@@ -21504,21 +21675,21 @@
|
|
|
21504
21675
|
|
|
21505
21676
|
新增接口:
|
|
21506
21677
|
|
|
21507
|
-
* [
|
|
21508
|
-
* [
|
|
21509
|
-
* [
|
|
21510
|
-
* [
|
|
21511
|
-
* [
|
|
21512
|
-
* [
|
|
21513
|
-
* [
|
|
21514
|
-
* [
|
|
21678
|
+
* [CreateUserGroup](https://cloud.tencent.com/document/api/1441/94455)
|
|
21679
|
+
* [CreateUserStore](https://cloud.tencent.com/document/api/1441/94460)
|
|
21680
|
+
* [DeleteUserGroups](https://cloud.tencent.com/document/api/1441/94454)
|
|
21681
|
+
* [DeleteUserStore](https://cloud.tencent.com/document/api/1441/94459)
|
|
21682
|
+
* [ListUserGroups](https://cloud.tencent.com/document/api/1441/94453)
|
|
21683
|
+
* [ListUserStore](https://cloud.tencent.com/document/api/1441/94458)
|
|
21684
|
+
* [UpdateUserGroup](https://cloud.tencent.com/document/api/1441/94452)
|
|
21685
|
+
* [UpdateUserStore](https://cloud.tencent.com/document/api/1441/94457)
|
|
21515
21686
|
|
|
21516
21687
|
新增数据结构:
|
|
21517
21688
|
|
|
21518
|
-
* [
|
|
21519
|
-
* [
|
|
21520
|
-
* [
|
|
21521
|
-
* [
|
|
21689
|
+
* [AppAssociatedUserGroupIds](https://cloud.tencent.com/document/api/1441/75643#AppAssociatedUserGroupIds)
|
|
21690
|
+
* [UserGroup](https://cloud.tencent.com/document/api/1441/75643#UserGroup)
|
|
21691
|
+
* [UserGroupDeleteResp](https://cloud.tencent.com/document/api/1441/75643#UserGroupDeleteResp)
|
|
21692
|
+
* [UserStore](https://cloud.tencent.com/document/api/1441/75643#UserStore)
|
|
21522
21693
|
|
|
21523
21694
|
### 第 8 次发布
|
|
21524
21695
|
|
|
@@ -26384,6 +26555,21 @@
|
|
|
26384
26555
|
|
|
26385
26556
|
## 日志服务(cls) 版本:2020-10-16
|
|
26386
26557
|
|
|
26558
|
+
### 第 54 次发布
|
|
26559
|
+
|
|
26560
|
+
发布时间:2023-07-05 01:15:21
|
|
26561
|
+
|
|
26562
|
+
本次发布包含了以下内容:
|
|
26563
|
+
|
|
26564
|
+
改善已有的文档。
|
|
26565
|
+
|
|
26566
|
+
修改接口:
|
|
26567
|
+
|
|
26568
|
+
* [DescribeTopics](https://cloud.tencent.com/document/api/614/56454)
|
|
26569
|
+
|
|
26570
|
+
* 新增入参:PreciseSearch, BizType
|
|
26571
|
+
|
|
26572
|
+
|
|
26387
26573
|
### 第 53 次发布
|
|
26388
26574
|
|
|
26389
26575
|
发布时间:2023-07-03 17:15:42
|
|
@@ -26401,7 +26587,7 @@
|
|
|
26401
26587
|
|
|
26402
26588
|
新增数据结构:
|
|
26403
26589
|
|
|
26404
|
-
* [
|
|
26590
|
+
* [KafkaConsumerContent](https://cloud.tencent.com/document/api/614/56471#KafkaConsumerContent)
|
|
26405
26591
|
|
|
26406
26592
|
### 第 52 次发布
|
|
26407
26593
|
|
|
@@ -26413,18 +26599,18 @@
|
|
|
26413
26599
|
|
|
26414
26600
|
新增接口:
|
|
26415
26601
|
|
|
26416
|
-
* [
|
|
26417
|
-
* [
|
|
26418
|
-
* [
|
|
26419
|
-
* [
|
|
26420
|
-
* [
|
|
26421
|
-
* [
|
|
26602
|
+
* [CheckRechargeKafkaServer](https://cloud.tencent.com/document/api/614/94449)
|
|
26603
|
+
* [CreateKafkaRecharge](https://cloud.tencent.com/document/api/614/94448)
|
|
26604
|
+
* [DeleteKafkaRecharge](https://cloud.tencent.com/document/api/614/94447)
|
|
26605
|
+
* [DescribeKafkaRecharges](https://cloud.tencent.com/document/api/614/94446)
|
|
26606
|
+
* [ModifyKafkaRecharge](https://cloud.tencent.com/document/api/614/94445)
|
|
26607
|
+
* [PreviewKafkaRecharge](https://cloud.tencent.com/document/api/614/94444)
|
|
26422
26608
|
|
|
26423
26609
|
新增数据结构:
|
|
26424
26610
|
|
|
26425
|
-
* [
|
|
26426
|
-
* [
|
|
26427
|
-
* [
|
|
26611
|
+
* [KafkaProtocolInfo](https://cloud.tencent.com/document/api/614/56471#KafkaProtocolInfo)
|
|
26612
|
+
* [KafkaRechargeInfo](https://cloud.tencent.com/document/api/614/56471#KafkaRechargeInfo)
|
|
26613
|
+
* [LogRechargeRuleInfo](https://cloud.tencent.com/document/api/614/56471#LogRechargeRuleInfo)
|
|
26428
26614
|
|
|
26429
26615
|
### 第 51 次发布
|
|
26430
26616
|
|
|
@@ -41499,6 +41685,29 @@
|
|
|
41499
41685
|
|
|
41500
41686
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
41501
41687
|
|
|
41688
|
+
### 第 54 次发布
|
|
41689
|
+
|
|
41690
|
+
发布时间:2023-07-05 01:21:49
|
|
41691
|
+
|
|
41692
|
+
本次发布包含了以下内容:
|
|
41693
|
+
|
|
41694
|
+
改善已有的文档。
|
|
41695
|
+
|
|
41696
|
+
修改接口:
|
|
41697
|
+
|
|
41698
|
+
* [CreateNotebookSession](https://cloud.tencent.com/document/api/1342/86113)
|
|
41699
|
+
|
|
41700
|
+
* 新增入参:SparkImage
|
|
41701
|
+
|
|
41702
|
+
* [CreateSparkApp](https://cloud.tencent.com/document/api/1342/74538)
|
|
41703
|
+
|
|
41704
|
+
* 新增入参:IsSessionStarted
|
|
41705
|
+
|
|
41706
|
+
* [ModifySparkApp](https://cloud.tencent.com/document/api/1342/74532)
|
|
41707
|
+
|
|
41708
|
+
* 新增入参:IsSessionStarted
|
|
41709
|
+
|
|
41710
|
+
|
|
41502
41711
|
### 第 53 次发布
|
|
41503
41712
|
|
|
41504
41713
|
发布时间:2023-07-03 01:18:43
|
|
@@ -47168,6 +47377,33 @@
|
|
|
47168
47377
|
|
|
47169
47378
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
47170
47379
|
|
|
47380
|
+
### 第 48 次发布
|
|
47381
|
+
|
|
47382
|
+
发布时间:2023-07-05 01:26:25
|
|
47383
|
+
|
|
47384
|
+
本次发布包含了以下内容:
|
|
47385
|
+
|
|
47386
|
+
改善已有的文档。
|
|
47387
|
+
|
|
47388
|
+
新增接口:
|
|
47389
|
+
|
|
47390
|
+
* [DescribeHiveQueries](https://cloud.tencent.com/document/api/589/94487)
|
|
47391
|
+
* [DescribeImpalaQueries](https://cloud.tencent.com/document/api/589/94486)
|
|
47392
|
+
* [DescribeYarnApplications](https://cloud.tencent.com/document/api/589/94485)
|
|
47393
|
+
|
|
47394
|
+
新增数据结构:
|
|
47395
|
+
|
|
47396
|
+
* [HiveQuery](https://cloud.tencent.com/document/api/589/33981#HiveQuery)
|
|
47397
|
+
* [ImpalaQuery](https://cloud.tencent.com/document/api/589/33981#ImpalaQuery)
|
|
47398
|
+
* [YarnApplication](https://cloud.tencent.com/document/api/589/33981#YarnApplication)
|
|
47399
|
+
|
|
47400
|
+
修改数据结构:
|
|
47401
|
+
|
|
47402
|
+
* [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
|
|
47403
|
+
|
|
47404
|
+
* <font color="#dd0000">**修改成员**:</font>AppId, SerialNo, OrderNo, WanIp, Flag, Spec, CpuNum, MemSize, MemDesc, RegionId, ZoneId, ApplyTime, FreeTime, DiskSize, NameTag, Services, StorageType, RootSize, ChargeType, CdbIp, CdbPort, HwDiskSize, HwDiskSizeDesc, HwMemSize, HwMemSizeDesc, ExpireTime, EmrResourceId, IsAutoRenew, DeviceClass, Mutable, MCMultiDisk, CdbNodeInfo, Ip, Destroyable, Tags, AutoFlag, HardwareResourceType, IsDynamicSpec, DynamicPodSpec, SupportModifyPayMode, RootStorageType, Zone, SubnetInfo, Clients, CurrentTime, IsFederation, DeviceName, ServiceClient, DisableApiTermination, TradeVersion
|
|
47405
|
+
|
|
47406
|
+
|
|
47171
47407
|
### 第 47 次发布
|
|
47172
47408
|
|
|
47173
47409
|
发布时间:2023-06-12 01:20:35
|
|
@@ -49296,6 +49532,38 @@
|
|
|
49296
49532
|
|
|
49297
49533
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
49298
49534
|
|
|
49535
|
+
### 第 84 次发布
|
|
49536
|
+
|
|
49537
|
+
发布时间:2023-07-05 01:27:03
|
|
49538
|
+
|
|
49539
|
+
本次发布包含了以下内容:
|
|
49540
|
+
|
|
49541
|
+
改善已有的文档。
|
|
49542
|
+
|
|
49543
|
+
修改接口:
|
|
49544
|
+
|
|
49545
|
+
* [CreateFlowSignReview](https://cloud.tencent.com/document/api/1323/78980)
|
|
49546
|
+
|
|
49547
|
+
* 新增入参:RecipientId, OperateType
|
|
49548
|
+
|
|
49549
|
+
|
|
49550
|
+
修改数据结构:
|
|
49551
|
+
|
|
49552
|
+
* [FailedCreateStaffData](https://cloud.tencent.com/document/api/1323/70369#FailedCreateStaffData)
|
|
49553
|
+
|
|
49554
|
+
* 新增成员:WeworkOpenId
|
|
49555
|
+
|
|
49556
|
+
* [Staff](https://cloud.tencent.com/document/api/1323/70369#Staff)
|
|
49557
|
+
|
|
49558
|
+
* 新增成员:WeworkOpenId
|
|
49559
|
+
|
|
49560
|
+
* [SuccessCreateStaffData](https://cloud.tencent.com/document/api/1323/70369#SuccessCreateStaffData)
|
|
49561
|
+
|
|
49562
|
+
* 新增成员:WeworkOpenId
|
|
49563
|
+
|
|
49564
|
+
* <font color="#dd0000">**修改成员**:</font>Note
|
|
49565
|
+
|
|
49566
|
+
|
|
49299
49567
|
### 第 83 次发布
|
|
49300
49568
|
|
|
49301
49569
|
发布时间:2023-06-30 18:46:08
|
|
@@ -65101,6 +65369,36 @@
|
|
|
65101
65369
|
|
|
65102
65370
|
## 云直播CSS(live) 版本:2018-08-01
|
|
65103
65371
|
|
|
65372
|
+
### 第 108 次发布
|
|
65373
|
+
|
|
65374
|
+
发布时间:2023-07-05 01:34:10
|
|
65375
|
+
|
|
65376
|
+
本次发布包含了以下内容:
|
|
65377
|
+
|
|
65378
|
+
改善已有的文档。
|
|
65379
|
+
|
|
65380
|
+
修改接口:
|
|
65381
|
+
|
|
65382
|
+
* [CreateLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93521)
|
|
65383
|
+
|
|
65384
|
+
* 新增入参:AiFormatDiagnose
|
|
65385
|
+
|
|
65386
|
+
* [ModifyLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93516)
|
|
65387
|
+
|
|
65388
|
+
* 新增入参:AiFormatDiagnose
|
|
65389
|
+
|
|
65390
|
+
|
|
65391
|
+
修改数据结构:
|
|
65392
|
+
|
|
65393
|
+
* [DiagnoseResult](https://cloud.tencent.com/document/api/267/20474#DiagnoseResult)
|
|
65394
|
+
|
|
65395
|
+
* 新增成员:StreamFormatResults
|
|
65396
|
+
|
|
65397
|
+
* [LiveStreamMonitorInfo](https://cloud.tencent.com/document/api/267/20474#LiveStreamMonitorInfo)
|
|
65398
|
+
|
|
65399
|
+
* 新增成员:AiFormatDiagnose
|
|
65400
|
+
|
|
65401
|
+
|
|
65104
65402
|
### 第 107 次发布
|
|
65105
65403
|
|
|
65106
65404
|
发布时间:2023-06-21 01:25:23
|
|
@@ -92128,6 +92426,27 @@
|
|
|
92128
92426
|
|
|
92129
92427
|
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
92130
92428
|
|
|
92429
|
+
### 第 58 次发布
|
|
92430
|
+
|
|
92431
|
+
发布时间:2023-07-06 01:44:01
|
|
92432
|
+
|
|
92433
|
+
本次发布包含了以下内容:
|
|
92434
|
+
|
|
92435
|
+
改善已有的文档。
|
|
92436
|
+
|
|
92437
|
+
修改接口:
|
|
92438
|
+
|
|
92439
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/1141/41572)
|
|
92440
|
+
|
|
92441
|
+
* 新增入参:DeletionProtection
|
|
92442
|
+
|
|
92443
|
+
* [ModifyInstance](https://cloud.tencent.com/document/api/1141/60996)
|
|
92444
|
+
|
|
92445
|
+
* 新增入参:DeletionProtection
|
|
92446
|
+
|
|
92447
|
+
* <font color="#dd0000">**修改入参**:</font>RegistryType
|
|
92448
|
+
|
|
92449
|
+
|
|
92131
92450
|
### 第 57 次发布
|
|
92132
92451
|
|
|
92133
92452
|
发布时间:2023-06-30 01:44:37
|
|
@@ -98989,6 +99308,143 @@
|
|
|
98989
99308
|
|
|
98990
99309
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
98991
99310
|
|
|
99311
|
+
### 第 45 次发布
|
|
99312
|
+
|
|
99313
|
+
发布时间:2023-07-06 01:59:03
|
|
99314
|
+
|
|
99315
|
+
本次发布包含了以下内容:
|
|
99316
|
+
|
|
99317
|
+
改善已有的文档。
|
|
99318
|
+
|
|
99319
|
+
修改接口:
|
|
99320
|
+
|
|
99321
|
+
* [ModifyZoneSetting](https://cloud.tencent.com/document/api/1552/80614)
|
|
99322
|
+
|
|
99323
|
+
* 新增入参:StandardDebug
|
|
99324
|
+
|
|
99325
|
+
|
|
99326
|
+
新增数据结构:
|
|
99327
|
+
|
|
99328
|
+
* [[StandardDebug](https://cloud.tencent.com/document/api/1552/80721#StandardDebug)](https://cloud.tencent.com/document/api/1552/80721#[StandardDebug](https://cloud.tencent.com/document/api/1552/80721#StandardDebug))
|
|
99329
|
+
|
|
99330
|
+
修改数据结构:
|
|
99331
|
+
|
|
99332
|
+
* [ZoneSetting](https://cloud.tencent.com/document/api/1552/80721#ZoneSetting)
|
|
99333
|
+
|
|
99334
|
+
* 新增成员:StandardDebug
|
|
99335
|
+
|
|
99336
|
+
* <font color="#dd0000">**修改成员**:</font>AccelerateMainland
|
|
99337
|
+
|
|
99338
|
+
|
|
99339
|
+
### 第 44 次发布
|
|
99340
|
+
|
|
99341
|
+
发布时间:2023-07-05 11:45:45
|
|
99342
|
+
|
|
99343
|
+
本次发布包含了以下内容:
|
|
99344
|
+
|
|
99345
|
+
改善已有的文档。
|
|
99346
|
+
|
|
99347
|
+
新增接口:
|
|
99348
|
+
|
|
99349
|
+
* [[CheckCnameStatus](https://cloud.tencent.com/document/api/1552/94491)](https://cloud.tencent.com/document/api/#/#)
|
|
99350
|
+
|
|
99351
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
99352
|
+
|
|
99353
|
+
* CheckCertificate
|
|
99354
|
+
* CreateCredential
|
|
99355
|
+
* CreateReplayTask
|
|
99356
|
+
* CreateSpeedTesting
|
|
99357
|
+
* DescribeAddableEntityList
|
|
99358
|
+
* DescribeClientRuleList
|
|
99359
|
+
* DescribeDnsData
|
|
99360
|
+
* DescribeLogSets
|
|
99361
|
+
* DescribeLogTopicTasks
|
|
99362
|
+
* DescribeSingleL7AnalysisData
|
|
99363
|
+
* DescribeSpeedTestingDetails
|
|
99364
|
+
* DescribeSpeedTestingMetricData
|
|
99365
|
+
* DescribeSpeedTestingQuota
|
|
99366
|
+
* DescribeTimingL7SourceData
|
|
99367
|
+
* DescribeWebManagedRulesData
|
|
99368
|
+
* DescribeWebManagedRulesHitRuleDetail
|
|
99369
|
+
* DescribeWebManagedRulesLog
|
|
99370
|
+
* DescribeWebProtectionClientIpList
|
|
99371
|
+
* DescribeWebProtectionData
|
|
99372
|
+
* DescribeWebProtectionHitRuleDetail
|
|
99373
|
+
* DescribeWebProtectionTopData
|
|
99374
|
+
* ModifyDefaultCertificate
|
|
99375
|
+
* ModifyRulePriority
|
|
99376
|
+
* ModifySecurityWafGroupPolicy
|
|
99377
|
+
* ReclaimAliasDomain
|
|
99378
|
+
* ReclaimZone
|
|
99379
|
+
* UpdateOriginProtectionIPWhitelist
|
|
99380
|
+
|
|
99381
|
+
修改接口:
|
|
99382
|
+
|
|
99383
|
+
* [CreateApplicationProxyRule](https://cloud.tencent.com/document/api/1552/80693)
|
|
99384
|
+
|
|
99385
|
+
* 新增入参:SessionPersistTime
|
|
99386
|
+
|
|
99387
|
+
* [CreatePurgeTask](https://cloud.tencent.com/document/api/1552/80703)
|
|
99388
|
+
|
|
99389
|
+
* 新增入参:Method
|
|
99390
|
+
|
|
99391
|
+
* [CreateZone](https://cloud.tencent.com/document/api/1552/80719)
|
|
99392
|
+
|
|
99393
|
+
* <font color="#dd0000">**修改入参**:</font>ZoneName
|
|
99394
|
+
|
|
99395
|
+
* [ModifyApplicationProxyRule](https://cloud.tencent.com/document/api/1552/80688)
|
|
99396
|
+
|
|
99397
|
+
* 新增入参:SessionPersistTime
|
|
99398
|
+
|
|
99399
|
+
* [ModifyZone](https://cloud.tencent.com/document/api/1552/80709)
|
|
99400
|
+
|
|
99401
|
+
* 新增入参:Area, ZoneName
|
|
99402
|
+
|
|
99403
|
+
|
|
99404
|
+
新增数据结构:
|
|
99405
|
+
|
|
99406
|
+
* [[CnameStatus](https://cloud.tencent.com/document/api/1552/80721#CnameStatus)](https://cloud.tencent.com/document/api/1552/80721#[CnameStatus](https://cloud.tencent.com/document/api/1552/80721#CnameStatus))
|
|
99407
|
+
|
|
99408
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
99409
|
+
|
|
99410
|
+
* ClientRule
|
|
99411
|
+
* ClsLogTopicInfo
|
|
99412
|
+
* DistrictStatistics
|
|
99413
|
+
* DnsData
|
|
99414
|
+
* LogSetInfo
|
|
99415
|
+
* OptimizeAction
|
|
99416
|
+
* SecClientIp
|
|
99417
|
+
* SecHitRuleInfo
|
|
99418
|
+
* SecRuleRelatedInfo
|
|
99419
|
+
* SingleDataRecord
|
|
99420
|
+
* SingleTypeValue
|
|
99421
|
+
* SpeedTestingConfig
|
|
99422
|
+
* SpeedTestingDetailData
|
|
99423
|
+
* SpeedTestingInfo
|
|
99424
|
+
* SpeedTestingMetricData
|
|
99425
|
+
* SpeedTestingQuota
|
|
99426
|
+
* SpeedTestingStatistics
|
|
99427
|
+
* SpeedTestingStatus
|
|
99428
|
+
* WafGroup
|
|
99429
|
+
* WebLogs
|
|
99430
|
+
|
|
99431
|
+
修改数据结构:
|
|
99432
|
+
|
|
99433
|
+
* [ApplicationProxyRule](https://cloud.tencent.com/document/api/1552/80721#ApplicationProxyRule)
|
|
99434
|
+
|
|
99435
|
+
* 新增成员:SessionPersistTime
|
|
99436
|
+
|
|
99437
|
+
* [Cache](https://cloud.tencent.com/document/api/1552/80721#Cache)
|
|
99438
|
+
|
|
99439
|
+
* [Resource](https://cloud.tencent.com/document/api/1552/80721#Resource)
|
|
99440
|
+
|
|
99441
|
+
* 新增成员:Group, ZoneNumber
|
|
99442
|
+
|
|
99443
|
+
* [Sv](https://cloud.tencent.com/document/api/1552/80721#Sv)
|
|
99444
|
+
|
|
99445
|
+
* 新增成员:Pack, InstanceId, ProtectionSpecs
|
|
99446
|
+
|
|
99447
|
+
|
|
98992
99448
|
### 第 43 次发布
|
|
98993
99449
|
|
|
98994
99450
|
发布时间:2023-05-18 01:56:23
|
|
@@ -107177,6 +107633,22 @@
|
|
|
107177
107633
|
|
|
107178
107634
|
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
107179
107635
|
|
|
107636
|
+
### 第 24 次发布
|
|
107637
|
+
|
|
107638
|
+
发布时间:2023-07-05 01:50:44
|
|
107639
|
+
|
|
107640
|
+
本次发布包含了以下内容:
|
|
107641
|
+
|
|
107642
|
+
改善已有的文档。
|
|
107643
|
+
|
|
107644
|
+
新增接口:
|
|
107645
|
+
|
|
107646
|
+
* [DescribeRawScanLogs](https://cloud.tencent.com/document/api/1458/94488)
|
|
107647
|
+
|
|
107648
|
+
新增数据结构:
|
|
107649
|
+
|
|
107650
|
+
* [RawScanLog](https://cloud.tencent.com/document/api/1458/75030#RawScanLog)
|
|
107651
|
+
|
|
107180
107652
|
### 第 23 次发布
|
|
107181
107653
|
|
|
107182
107654
|
发布时间:2023-06-29 01:45:43
|
|
@@ -116967,6 +117439,30 @@
|
|
|
116967
117439
|
|
|
116968
117440
|
## 私有网络(vpc) 版本:2017-03-12
|
|
116969
117441
|
|
|
117442
|
+
### 第 159 次发布
|
|
117443
|
+
|
|
117444
|
+
发布时间:2023-07-05 01:54:12
|
|
117445
|
+
|
|
117446
|
+
本次发布包含了以下内容:
|
|
117447
|
+
|
|
117448
|
+
改善已有的文档。
|
|
117449
|
+
|
|
117450
|
+
修改接口:
|
|
117451
|
+
|
|
117452
|
+
* [AllocateAddresses](https://cloud.tencent.com/document/api/215/16699)
|
|
117453
|
+
|
|
117454
|
+
* 新增入参:AntiDDoSPackageId, ClientToken
|
|
117455
|
+
|
|
117456
|
+
|
|
117457
|
+
修改数据结构:
|
|
117458
|
+
|
|
117459
|
+
* [Address](https://cloud.tencent.com/document/api/215/15824#Address)
|
|
117460
|
+
|
|
117461
|
+
* 新增成员:AntiDDoSPackageId
|
|
117462
|
+
|
|
117463
|
+
* <font color="#dd0000">**修改成员**:</font>AddressId, AddressName, AddressStatus, AddressIp, InstanceId, CreatedTime
|
|
117464
|
+
|
|
117465
|
+
|
|
116970
117466
|
### 第 158 次发布
|
|
116971
117467
|
|
|
116972
117468
|
发布时间:2023-06-15 01:43:49
|
|
@@ -120570,6 +121066,21 @@
|
|
|
120570
121066
|
|
|
120571
121067
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
120572
121068
|
|
|
121069
|
+
### 第 37 次发布
|
|
121070
|
+
|
|
121071
|
+
发布时间:2023-07-05 01:56:06
|
|
121072
|
+
|
|
121073
|
+
本次发布包含了以下内容:
|
|
121074
|
+
|
|
121075
|
+
改善已有的文档。
|
|
121076
|
+
|
|
121077
|
+
修改数据结构:
|
|
121078
|
+
|
|
121079
|
+
* [DomainInfo](https://cloud.tencent.com/document/api/627/53609#DomainInfo)
|
|
121080
|
+
|
|
121081
|
+
* 新增成员:CdcClusters, ApiStatus, SgState, SgDetail
|
|
121082
|
+
|
|
121083
|
+
|
|
120573
121084
|
### 第 36 次发布
|
|
120574
121085
|
|
|
120575
121086
|
发布时间:2023-06-27 01:53:24
|
|
@@ -121604,6 +122115,57 @@
|
|
|
121604
122115
|
|
|
121605
122116
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
121606
122117
|
|
|
122118
|
+
### 第 33 次发布
|
|
122119
|
+
|
|
122120
|
+
发布时间:2023-07-05 01:56:36
|
|
122121
|
+
|
|
122122
|
+
本次发布包含了以下内容:
|
|
122123
|
+
|
|
122124
|
+
改善已有的文档。
|
|
122125
|
+
|
|
122126
|
+
修改接口:
|
|
122127
|
+
|
|
122128
|
+
* [CommitIntegrationTask](https://cloud.tencent.com/document/api/1267/82526)
|
|
122129
|
+
|
|
122130
|
+
* 新增入参:ExtConfig
|
|
122131
|
+
|
|
122132
|
+
* [GenHiveTableDDLSql](https://cloud.tencent.com/document/api/1267/82483)
|
|
122133
|
+
|
|
122134
|
+
* 新增入参:UpsertKeys, TableBaseInfo
|
|
122135
|
+
|
|
122136
|
+
* [ResumeIntegrationTask](https://cloud.tencent.com/document/api/1267/82473)
|
|
122137
|
+
|
|
122138
|
+
* 新增入参:Event, ExtConfig
|
|
122139
|
+
|
|
122140
|
+
* [StartIntegrationTask](https://cloud.tencent.com/document/api/1267/82471)
|
|
122141
|
+
|
|
122142
|
+
* 新增入参:Event, ExtConfig
|
|
122143
|
+
|
|
122144
|
+
|
|
122145
|
+
新增数据结构:
|
|
122146
|
+
|
|
122147
|
+
* [DlcDataGovernPolicy](https://cloud.tencent.com/document/api/1267/76336#DlcDataGovernPolicy)
|
|
122148
|
+
* [DlcExpiredSnapshotsInfo](https://cloud.tencent.com/document/api/1267/76336#DlcExpiredSnapshotsInfo)
|
|
122149
|
+
* [DlcMergeManifestsInfo](https://cloud.tencent.com/document/api/1267/76336#DlcMergeManifestsInfo)
|
|
122150
|
+
* [DlcRemoveOrphanFilesInfo](https://cloud.tencent.com/document/api/1267/76336#DlcRemoveOrphanFilesInfo)
|
|
122151
|
+
* [DlcRewriteDataInfo](https://cloud.tencent.com/document/api/1267/76336#DlcRewriteDataInfo)
|
|
122152
|
+
* [TableBaseInfo](https://cloud.tencent.com/document/api/1267/76336#TableBaseInfo)
|
|
122153
|
+
|
|
122154
|
+
修改数据结构:
|
|
122155
|
+
|
|
122156
|
+
* [AlarmIndicatorInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmIndicatorInfo)
|
|
122157
|
+
|
|
122158
|
+
* 新增成员:Duration, DurationUnit, MaxTimes
|
|
122159
|
+
|
|
122160
|
+
* [RecordField](https://cloud.tencent.com/document/api/1267/76336#RecordField)
|
|
122161
|
+
|
|
122162
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Value
|
|
122163
|
+
|
|
122164
|
+
* [SourceFieldInfo](https://cloud.tencent.com/document/api/1267/76336#SourceFieldInfo)
|
|
122165
|
+
|
|
122166
|
+
* 新增成员:Comment
|
|
122167
|
+
|
|
122168
|
+
|
|
121607
122169
|
### 第 32 次发布
|
|
121608
122170
|
|
|
121609
122171
|
发布时间:2023-06-27 01:54:02
|