tencentcloud-sdk-nodejs 4.0.885 → 4.0.887
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 +291 -0
- package/SERVICE_CHANGELOG.md +332 -238
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +43 -28
- package/src/services/domain/v20180808/domain_models.ts +11 -11
- package/src/services/emr/v20190103/emr_models.ts +6 -10
- package/src/services/ess/v20201111/ess_client.ts +10 -3
- package/src/services/ess/v20201111/ess_models.ts +47 -32
- package/src/services/essbasic/v20210526/essbasic_client.ts +14 -7
- package/src/services/essbasic/v20210526/essbasic_models.ts +15 -13
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +26 -0
- package/src/services/iss/v20230517/iss_client.ts +29 -2
- package/src/services/iss/v20230517/iss_models.ts +154 -36
- package/src/services/mmps/v20200710/mmps_models.ts +3 -3
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/scf/v20180416/scf_client.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +9 -9
- package/src/services/ses/v20201002/ses_client.ts +70 -21
- package/src/services/ses/v20201002/ses_models.ts +278 -135
- package/src/services/ssl/v20191205/ssl_client.ts +2 -2
- package/src/services/ssl/v20191205/ssl_models.ts +49 -21
- package/src/services/tcr/v20190924/tcr_models.ts +4 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/vpc/v20170312/vpc_client.ts +340 -103
- package/src/services/vpc/v20170312/vpc_models.ts +1085 -154
- package/src/services/waf/v20180125/waf_client.ts +0 -12
- package/src/services/waf/v20180125/waf_models.ts +0 -25
- package/src/services/wedata/v20210820/wedata_client.ts +51 -22
- package/src/services/wedata/v20210820/wedata_models.ts +663 -477
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +43 -28
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +11 -11
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +6 -10
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +10 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +10 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +47 -32
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +15 -13
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +25 -0
- package/tencentcloud/services/iss/v20230517/iss_client.d.ts +9 -1
- package/tencentcloud/services/iss/v20230517/iss_client.js +12 -0
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +147 -36
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +3 -3
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_client.js +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +9 -9
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +21 -5
- package/tencentcloud/services/ses/v20201002/ses_client.js +30 -6
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +267 -133
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +2 -2
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +2 -2
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +49 -21
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +4 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +106 -35
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +153 -46
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1047 -162
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +0 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +0 -23
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +13 -5
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +18 -6
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +654 -477
- package/test/iss.v20230517.test.js +20 -0
- package/test/ses.v20201002.test.js +44 -4
- package/test/vpc.v20170312.test.js +204 -24
- package/test/waf.v20180125.test.js +0 -10
- package/test/wedata.v20210820.test.js +24 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,45 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 6 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-06-28 01:03:50
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [GenerateAvatar](https://cloud.tencent.com/document/api/1668/107799)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
## 云硬盘(cbs) 版本:2017-03-12
|
|
20
|
-
|
|
21
|
-
### 第 55 次发布
|
|
22
|
-
|
|
23
|
-
发布时间:2024-06-28 01:05:34
|
|
24
|
-
|
|
25
|
-
本次发布包含了以下内容:
|
|
26
|
-
|
|
27
|
-
改善已有的文档。
|
|
28
|
-
|
|
29
|
-
修改数据结构:
|
|
30
|
-
|
|
31
|
-
* [AutoMountConfiguration](https://cloud.tencent.com/document/api/362/15669#AutoMountConfiguration)
|
|
32
|
-
|
|
33
|
-
* <font color="#dd0000">**修改成员**:</font>MountPoint, FileSystemType
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
## 日志服务(cls) 版本:2020-10-16
|
|
3
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
39
4
|
|
|
40
|
-
### 第
|
|
5
|
+
### 第 96 次发布
|
|
41
6
|
|
|
42
|
-
发布时间:2024-
|
|
7
|
+
发布时间:2024-07-02 01:13:35
|
|
43
8
|
|
|
44
9
|
本次发布包含了以下内容:
|
|
45
10
|
|
|
@@ -47,146 +12,68 @@
|
|
|
47
12
|
|
|
48
13
|
修改数据结构:
|
|
49
14
|
|
|
50
|
-
* [
|
|
51
|
-
|
|
52
|
-
* 新增成员:SyntaxRule, BizType
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
15
|
+
* [Ability](https://cloud.tencent.com/document/api/1003/48097#Ability)
|
|
56
16
|
|
|
57
|
-
|
|
17
|
+
* 新增成员:IsSupportTransparentDataEncryption, NoSupportTransparentDataEncryptionReason
|
|
58
18
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
发布时间:2024-06-28 01:08:04
|
|
19
|
+
* [NetAddr](https://cloud.tencent.com/document/api/1003/48097#NetAddr)
|
|
62
20
|
|
|
63
|
-
|
|
21
|
+
* <font color="#dd0000">**修改成员**:</font>InstanceGroupId
|
|
64
22
|
|
|
65
|
-
|
|
23
|
+
* [ParamInfo](https://cloud.tencent.com/document/api/1003/48097#ParamInfo)
|
|
66
24
|
|
|
67
|
-
|
|
25
|
+
* 新增成员:FuncPattern
|
|
68
26
|
|
|
69
|
-
* ExportAttackLogs
|
|
70
27
|
|
|
71
28
|
|
|
72
29
|
|
|
73
|
-
##
|
|
30
|
+
## 域名注册(domain) 版本:2018-08-08
|
|
74
31
|
|
|
75
|
-
### 第
|
|
32
|
+
### 第 41 次发布
|
|
76
33
|
|
|
77
|
-
发布时间:2024-
|
|
34
|
+
发布时间:2024-07-02 01:14:51
|
|
78
35
|
|
|
79
36
|
本次发布包含了以下内容:
|
|
80
37
|
|
|
81
38
|
改善已有的文档。
|
|
82
39
|
|
|
83
|
-
修改接口:
|
|
84
|
-
|
|
85
|
-
* [AddMetricScaleStrategy](https://cloud.tencent.com/document/api/589/103997)
|
|
86
|
-
|
|
87
|
-
* 新增入参:LoadAutoScaleStrategy
|
|
88
|
-
|
|
89
|
-
* [DescribeAutoScaleRecords](https://cloud.tencent.com/document/api/589/100248)
|
|
90
|
-
|
|
91
|
-
* 新增入参:RecordSource
|
|
92
|
-
|
|
93
|
-
* [DescribeAutoScaleStrategies](https://cloud.tencent.com/document/api/589/103998)
|
|
94
|
-
|
|
95
|
-
* 新增出参:LoadAutoScaleStrategies
|
|
96
|
-
|
|
97
|
-
* [ModifyAutoScaleStrategy](https://cloud.tencent.com/document/api/589/103995)
|
|
98
|
-
|
|
99
|
-
* 新增入参:LoadAutoScaleStrategies
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
新增数据结构:
|
|
103
|
-
|
|
104
|
-
* [LoadAutoScaleStrategy](https://cloud.tencent.com/document/api/589/33981#LoadAutoScaleStrategy)
|
|
105
|
-
* [LoadMetricsCondition](https://cloud.tencent.com/document/api/589/33981#LoadMetricsCondition)
|
|
106
|
-
* [LoadMetricsConditions](https://cloud.tencent.com/document/api/589/33981#LoadMetricsConditions)
|
|
107
|
-
* [TriggerCondition](https://cloud.tencent.com/document/api/589/33981#TriggerCondition)
|
|
108
|
-
* [TriggerConditions](https://cloud.tencent.com/document/api/589/33981#TriggerConditions)
|
|
109
|
-
|
|
110
40
|
修改数据结构:
|
|
111
41
|
|
|
112
|
-
* [
|
|
113
|
-
|
|
114
|
-
* 新增成员:RetryEnReason, RetryReason
|
|
115
|
-
|
|
116
|
-
* [AutoScaleResourceConf](https://cloud.tencent.com/document/api/589/33981#AutoScaleResourceConf)
|
|
117
|
-
|
|
118
|
-
* 新增成员:HardwareType, PayMode, PostPayPercentMin, ChangeToPod, GroupName, YarnNodeLabel, GroupStatus, Parallel, EnableMNode
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
## iOA 零信任安全管理系统(ioa) 版本:2022-06-01
|
|
124
|
-
|
|
125
|
-
### 第 6 次发布
|
|
126
|
-
|
|
127
|
-
发布时间:2024-06-28 01:12:56
|
|
128
|
-
|
|
129
|
-
本次发布包含了以下内容:
|
|
130
|
-
|
|
131
|
-
改善已有的文档。
|
|
42
|
+
* [DomainBatchDetailSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchDetailSet)
|
|
132
43
|
|
|
133
|
-
|
|
44
|
+
* <font color="#dd0000">**修改成员**:</font>BigDealId
|
|
134
45
|
|
|
135
|
-
* [
|
|
46
|
+
* [DomainBatchLogSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchLogSet)
|
|
136
47
|
|
|
137
|
-
*
|
|
48
|
+
* <font color="#dd0000">**修改成员**:</font>Success, Doing, Failed
|
|
138
49
|
|
|
139
50
|
|
|
140
51
|
|
|
141
52
|
|
|
142
|
-
##
|
|
53
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
143
54
|
|
|
144
|
-
### 第
|
|
55
|
+
### 第 177 次发布
|
|
145
56
|
|
|
146
|
-
发布时间:2024-
|
|
57
|
+
发布时间:2024-07-02 01:16:08
|
|
147
58
|
|
|
148
59
|
本次发布包含了以下内容:
|
|
149
60
|
|
|
150
61
|
改善已有的文档。
|
|
151
62
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
* [CreateInput](https://cloud.tencent.com/document/api/862/37615#CreateInput)
|
|
155
|
-
|
|
156
|
-
* 新增成员:Zones
|
|
157
|
-
|
|
158
|
-
* [CreateOutputInfo](https://cloud.tencent.com/document/api/862/37615#CreateOutputInfo)
|
|
159
|
-
|
|
160
|
-
* 新增成员:Zones
|
|
161
|
-
|
|
162
|
-
* [DescribeInput](https://cloud.tencent.com/document/api/862/37615#DescribeInput)
|
|
163
|
-
|
|
164
|
-
* 新增成员:Zones
|
|
165
|
-
|
|
166
|
-
* [DescribeOutput](https://cloud.tencent.com/document/api/862/37615#DescribeOutput)
|
|
167
|
-
|
|
168
|
-
* 新增成员:Zones
|
|
169
|
-
|
|
170
|
-
* [LiveActivityResItem](https://cloud.tencent.com/document/api/862/37615#LiveActivityResItem)
|
|
171
|
-
|
|
172
|
-
* 新增成员:LiveQualityControlTask
|
|
173
|
-
|
|
174
|
-
* [ModifyInput](https://cloud.tencent.com/document/api/862/37615#ModifyInput)
|
|
175
|
-
|
|
176
|
-
* 新增成员:Zones
|
|
63
|
+
修改接口:
|
|
177
64
|
|
|
178
|
-
* [
|
|
65
|
+
* [CreateUserVerifyUrl](https://cloud.tencent.com/document/api/1323/105961)
|
|
179
66
|
|
|
180
|
-
*
|
|
67
|
+
* 新增入参:JumpUrl
|
|
181
68
|
|
|
182
69
|
|
|
183
70
|
|
|
184
71
|
|
|
185
|
-
##
|
|
72
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
186
73
|
|
|
187
|
-
### 第
|
|
74
|
+
### 第 62 次发布
|
|
188
75
|
|
|
189
|
-
发布时间:2024-
|
|
76
|
+
发布时间:2024-07-02 01:22:32
|
|
190
77
|
|
|
191
78
|
本次发布包含了以下内容:
|
|
192
79
|
|
|
@@ -194,25 +81,23 @@
|
|
|
194
81
|
|
|
195
82
|
修改接口:
|
|
196
83
|
|
|
197
|
-
* [
|
|
198
|
-
|
|
199
|
-
* 新增入参:EnablePeriodComplete
|
|
84
|
+
* [DescribeManagerDetail](https://cloud.tencent.com/document/api/400/52673)
|
|
200
85
|
|
|
201
86
|
|
|
202
87
|
修改数据结构:
|
|
203
88
|
|
|
204
|
-
* [
|
|
89
|
+
* [ManagerStatusInfo](https://cloud.tencent.com/document/api/400/41679#ManagerStatusInfo)
|
|
205
90
|
|
|
206
|
-
* 新增成员:
|
|
91
|
+
* 新增成员:Type, Status, CreateTime, ExpireTime
|
|
207
92
|
|
|
208
93
|
|
|
209
94
|
|
|
210
95
|
|
|
211
|
-
##
|
|
96
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
212
97
|
|
|
213
|
-
### 第
|
|
98
|
+
### 第 191 次发布
|
|
214
99
|
|
|
215
|
-
发布时间:2024-
|
|
100
|
+
发布时间:2024-07-02 01:27:15
|
|
216
101
|
|
|
217
102
|
本次发布包含了以下内容:
|
|
218
103
|
|
|
@@ -220,59 +105,61 @@
|
|
|
220
105
|
|
|
221
106
|
新增接口:
|
|
222
107
|
|
|
223
|
-
* [
|
|
108
|
+
* [CreatePrivateNatGateway](https://cloud.tencent.com/document/api/215/107904)
|
|
109
|
+
* [CreatePrivateNatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/107903)
|
|
110
|
+
* [CreatePrivateNatGatewayTranslationAclRule](https://cloud.tencent.com/document/api/215/107902)
|
|
111
|
+
* [CreatePrivateNatGatewayTranslationNatRule](https://cloud.tencent.com/document/api/215/107901)
|
|
112
|
+
* [DeletePrivateNatGateway](https://cloud.tencent.com/document/api/215/107900)
|
|
113
|
+
* [DeletePrivateNatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/107899)
|
|
114
|
+
* [DeletePrivateNatGatewayTranslationAclRule](https://cloud.tencent.com/document/api/215/107898)
|
|
115
|
+
* [DeletePrivateNatGatewayTranslationNatRule](https://cloud.tencent.com/document/api/215/107897)
|
|
116
|
+
* [DescribePrivateNatGatewayDestinationIpPortTranslationNatRules](https://cloud.tencent.com/document/api/215/107896)
|
|
117
|
+
* [DescribePrivateNatGatewayLimits](https://cloud.tencent.com/document/api/215/107895)
|
|
118
|
+
* [DescribePrivateNatGatewayRegions](https://cloud.tencent.com/document/api/215/107894)
|
|
119
|
+
* [DescribePrivateNatGatewayTranslationAclRules](https://cloud.tencent.com/document/api/215/107893)
|
|
120
|
+
* [DescribePrivateNatGatewayTranslationNatRules](https://cloud.tencent.com/document/api/215/107892)
|
|
121
|
+
* [DescribePrivateNatGateways](https://cloud.tencent.com/document/api/215/107891)
|
|
122
|
+
* [ModifyPrivateNatGatewayAttribute](https://cloud.tencent.com/document/api/215/107890)
|
|
123
|
+
* [ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/107889)
|
|
124
|
+
* [ModifyPrivateNatGatewayTranslationAclRule](https://cloud.tencent.com/document/api/215/107888)
|
|
125
|
+
* [ModifyPrivateNatGatewayTranslationNatRule](https://cloud.tencent.com/document/api/215/107887)
|
|
224
126
|
|
|
225
127
|
新增数据结构:
|
|
226
128
|
|
|
227
|
-
* [
|
|
129
|
+
* [DestinationIpPortTranslationNatRuleDiff](https://cloud.tencent.com/document/api/215/15824#DestinationIpPortTranslationNatRuleDiff)
|
|
130
|
+
* [LocalDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/15824#LocalDestinationIpPortTranslationNatRule)
|
|
131
|
+
* [NatRegionInfoWithArea](https://cloud.tencent.com/document/api/215/15824#NatRegionInfoWithArea)
|
|
132
|
+
* [PrivateNatDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/15824#PrivateNatDestinationIpPortTranslationNatRule)
|
|
133
|
+
* [PrivateNatGateway](https://cloud.tencent.com/document/api/215/15824#PrivateNatGateway)
|
|
134
|
+
* [PrivateNatGatewayLimit](https://cloud.tencent.com/document/api/215/15824#PrivateNatGatewayLimit)
|
|
135
|
+
* [TranslationAclRule](https://cloud.tencent.com/document/api/215/15824#TranslationAclRule)
|
|
136
|
+
* [TranslationNatRule](https://cloud.tencent.com/document/api/215/15824#TranslationNatRule)
|
|
137
|
+
* [TranslationNatRuleDiff](https://cloud.tencent.com/document/api/215/15824#TranslationNatRuleDiff)
|
|
138
|
+
* [TranslationNatRuleInput](https://cloud.tencent.com/document/api/215/15824#TranslationNatRuleInput)
|
|
228
139
|
|
|
229
140
|
|
|
230
141
|
|
|
231
|
-
##
|
|
142
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
232
143
|
|
|
233
|
-
### 第
|
|
144
|
+
### 第 91 次发布
|
|
234
145
|
|
|
235
|
-
发布时间:2024-
|
|
146
|
+
发布时间:2024-07-02 01:27:59
|
|
236
147
|
|
|
237
148
|
本次发布包含了以下内容:
|
|
238
149
|
|
|
239
150
|
改善已有的文档。
|
|
240
151
|
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
* [CreateRabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/88134)
|
|
244
|
-
|
|
245
|
-
* 新增入参:PayMode, ClusterVersion, IsIntl, ResourceTags, Bandwidth
|
|
246
|
-
|
|
247
|
-
* [DeleteRabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/94833)
|
|
248
|
-
|
|
249
|
-
* 新增入参:IsIntl
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
修改数据结构:
|
|
253
|
-
|
|
254
|
-
* [RabbitMQUser](https://cloud.tencent.com/document/api/1179/46089#RabbitMQUser)
|
|
255
|
-
|
|
256
|
-
* 新增成员:MaxConnections, MaxChannels
|
|
257
|
-
|
|
258
|
-
* [RabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/46089#RabbitMQVipInstance)
|
|
259
|
-
|
|
260
|
-
* 新增成员:CreateTime
|
|
261
|
-
|
|
262
|
-
* [RocketMQInstanceConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQInstanceConfig)
|
|
263
|
-
|
|
264
|
-
* 新增成员:MaxRetention, MinRetention, Retention, TopicNumLowerLimit, TopicNumUpperLimit
|
|
152
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
265
153
|
|
|
266
|
-
|
|
154
|
+
* ModifyAccessPeriod
|
|
267
155
|
|
|
268
156
|
|
|
269
157
|
|
|
158
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
270
159
|
|
|
271
|
-
|
|
160
|
+
### 第 99 次发布
|
|
272
161
|
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
发布时间:2024-06-28 01:22:51
|
|
162
|
+
发布时间:2024-07-02 01:28:21
|
|
276
163
|
|
|
277
164
|
本次发布包含了以下内容:
|
|
278
165
|
|
|
@@ -280,48 +167,16 @@
|
|
|
280
167
|
|
|
281
168
|
新增接口:
|
|
282
169
|
|
|
283
|
-
* [
|
|
284
|
-
* [
|
|
285
|
-
* [DescribeVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107806)
|
|
286
|
-
* [SubmitVideoStylizationJob](https://cloud.tencent.com/document/api/1616/107802)
|
|
287
|
-
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107805)
|
|
170
|
+
* [DescribeDutyScheduleDetails](https://cloud.tencent.com/document/api/1267/107907)
|
|
171
|
+
* [DescribeDutyScheduleList](https://cloud.tencent.com/document/api/1267/107906)
|
|
288
172
|
|
|
289
173
|
新增数据结构:
|
|
290
174
|
|
|
291
|
-
* [
|
|
292
|
-
* [
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
发布时间:2024-06-27 17:13:58
|
|
297
|
-
|
|
298
|
-
本次发布包含了以下内容:
|
|
299
|
-
|
|
300
|
-
改善已有的文档。
|
|
301
|
-
|
|
302
|
-
新增接口:
|
|
303
|
-
|
|
304
|
-
* [DescribeImageAnimateJob](https://cloud.tencent.com/document/api/1616/107785)
|
|
305
|
-
* [SubmitImageAnimateJob](https://cloud.tencent.com/document/api/1616/107784)
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
## 向量数据库(vdb) 版本:2023-06-16
|
|
310
|
-
|
|
311
|
-
### 第 2 次发布
|
|
312
|
-
|
|
313
|
-
发布时间:2024-06-28 01:22:56
|
|
314
|
-
|
|
315
|
-
本次发布包含了以下内容:
|
|
316
|
-
|
|
317
|
-
改善已有的文档。
|
|
318
|
-
|
|
319
|
-
修改数据结构:
|
|
320
|
-
|
|
321
|
-
* [InstanceInfo](https://cloud.tencent.com/document/api/1709/106757#InstanceInfo)
|
|
322
|
-
|
|
323
|
-
* 新增成员:IsolateAt, AutoRenew
|
|
324
|
-
|
|
175
|
+
* [Duty](https://cloud.tencent.com/document/api/1267/76336#Duty)
|
|
176
|
+
* [DutyPerson](https://cloud.tencent.com/document/api/1267/76336#DutyPerson)
|
|
177
|
+
* [DutySchedule](https://cloud.tencent.com/document/api/1267/76336#DutySchedule)
|
|
178
|
+
* [DutyScheduleData](https://cloud.tencent.com/document/api/1267/76336#DutyScheduleData)
|
|
179
|
+
* [DutyScheduleDetailsInfo](https://cloud.tencent.com/document/api/1267/76336#DutyScheduleDetailsInfo)
|
|
325
180
|
|
|
326
181
|
|
|
327
182
|
|
|
@@ -979,7 +834,7 @@
|
|
|
979
834
|
|
|
980
835
|
新增接口:
|
|
981
836
|
|
|
982
|
-
* [
|
|
837
|
+
* [GenerateAvatar](https://cloud.tencent.com/document/api/1668/107799)
|
|
983
838
|
|
|
984
839
|
### 第 5 次发布
|
|
985
840
|
|
|
@@ -45189,6 +45044,29 @@
|
|
|
45189
45044
|
|
|
45190
45045
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
45191
45046
|
|
|
45047
|
+
### 第 96 次发布
|
|
45048
|
+
|
|
45049
|
+
发布时间:2024-07-02 01:13:35
|
|
45050
|
+
|
|
45051
|
+
本次发布包含了以下内容:
|
|
45052
|
+
|
|
45053
|
+
改善已有的文档。
|
|
45054
|
+
|
|
45055
|
+
修改数据结构:
|
|
45056
|
+
|
|
45057
|
+
* [Ability](https://cloud.tencent.com/document/api/1003/48097#Ability)
|
|
45058
|
+
|
|
45059
|
+
* 新增成员:IsSupportTransparentDataEncryption, NoSupportTransparentDataEncryptionReason
|
|
45060
|
+
|
|
45061
|
+
* [NetAddr](https://cloud.tencent.com/document/api/1003/48097#NetAddr)
|
|
45062
|
+
|
|
45063
|
+
* <font color="#dd0000">**修改成员**:</font>InstanceGroupId
|
|
45064
|
+
|
|
45065
|
+
* [ParamInfo](https://cloud.tencent.com/document/api/1003/48097#ParamInfo)
|
|
45066
|
+
|
|
45067
|
+
* 新增成员:FuncPattern
|
|
45068
|
+
|
|
45069
|
+
|
|
45192
45070
|
### 第 95 次发布
|
|
45193
45071
|
|
|
45194
45072
|
发布时间:2024-06-26 01:13:42
|
|
@@ -53923,6 +53801,25 @@
|
|
|
53923
53801
|
|
|
53924
53802
|
## 域名注册(domain) 版本:2018-08-08
|
|
53925
53803
|
|
|
53804
|
+
### 第 41 次发布
|
|
53805
|
+
|
|
53806
|
+
发布时间:2024-07-02 01:14:51
|
|
53807
|
+
|
|
53808
|
+
本次发布包含了以下内容:
|
|
53809
|
+
|
|
53810
|
+
改善已有的文档。
|
|
53811
|
+
|
|
53812
|
+
修改数据结构:
|
|
53813
|
+
|
|
53814
|
+
* [DomainBatchDetailSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchDetailSet)
|
|
53815
|
+
|
|
53816
|
+
* <font color="#dd0000">**修改成员**:</font>BigDealId
|
|
53817
|
+
|
|
53818
|
+
* [DomainBatchLogSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchLogSet)
|
|
53819
|
+
|
|
53820
|
+
* <font color="#dd0000">**修改成员**:</font>Success, Doing, Failed
|
|
53821
|
+
|
|
53822
|
+
|
|
53926
53823
|
### 第 40 次发布
|
|
53927
53824
|
|
|
53928
53825
|
发布时间:2024-06-27 01:11:00
|
|
@@ -59650,6 +59547,21 @@
|
|
|
59650
59547
|
|
|
59651
59548
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
59652
59549
|
|
|
59550
|
+
### 第 68 次发布
|
|
59551
|
+
|
|
59552
|
+
发布时间:2024-07-01 01:15:45
|
|
59553
|
+
|
|
59554
|
+
本次发布包含了以下内容:
|
|
59555
|
+
|
|
59556
|
+
改善已有的文档。
|
|
59557
|
+
|
|
59558
|
+
修改接口:
|
|
59559
|
+
|
|
59560
|
+
* [StartStopServiceOrMonitor](https://cloud.tencent.com/document/api/589/90011)
|
|
59561
|
+
|
|
59562
|
+
* 新增入参:KeepMonitorButNotRecoverProcess
|
|
59563
|
+
|
|
59564
|
+
|
|
59653
59565
|
### 第 67 次发布
|
|
59654
59566
|
|
|
59655
59567
|
发布时间:2024-06-28 01:11:14
|
|
@@ -59679,11 +59591,11 @@
|
|
|
59679
59591
|
|
|
59680
59592
|
新增数据结构:
|
|
59681
59593
|
|
|
59682
|
-
* [
|
|
59683
|
-
* [
|
|
59684
|
-
* [
|
|
59685
|
-
* [
|
|
59686
|
-
* [
|
|
59594
|
+
* [LoadAutoScaleStrategy](https://cloud.tencent.com/document/api/589/33981#LoadAutoScaleStrategy)
|
|
59595
|
+
* [LoadMetricsCondition](https://cloud.tencent.com/document/api/589/33981#LoadMetricsCondition)
|
|
59596
|
+
* [LoadMetricsConditions](https://cloud.tencent.com/document/api/589/33981#LoadMetricsConditions)
|
|
59597
|
+
* [TriggerCondition](https://cloud.tencent.com/document/api/589/33981#TriggerCondition)
|
|
59598
|
+
* [TriggerConditions](https://cloud.tencent.com/document/api/589/33981#TriggerConditions)
|
|
59687
59599
|
|
|
59688
59600
|
修改数据结构:
|
|
59689
59601
|
|
|
@@ -62551,6 +62463,21 @@
|
|
|
62551
62463
|
|
|
62552
62464
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
62553
62465
|
|
|
62466
|
+
### 第 177 次发布
|
|
62467
|
+
|
|
62468
|
+
发布时间:2024-07-02 01:16:08
|
|
62469
|
+
|
|
62470
|
+
本次发布包含了以下内容:
|
|
62471
|
+
|
|
62472
|
+
改善已有的文档。
|
|
62473
|
+
|
|
62474
|
+
修改接口:
|
|
62475
|
+
|
|
62476
|
+
* [CreateUserVerifyUrl](https://cloud.tencent.com/document/api/1323/105961)
|
|
62477
|
+
|
|
62478
|
+
* 新增入参:JumpUrl
|
|
62479
|
+
|
|
62480
|
+
|
|
62554
62481
|
### 第 176 次发布
|
|
62555
62482
|
|
|
62556
62483
|
发布时间:2024-06-25 01:14:54
|
|
@@ -77675,6 +77602,25 @@
|
|
|
77675
77602
|
|
|
77676
77603
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
77677
77604
|
|
|
77605
|
+
### 第 71 次发布
|
|
77606
|
+
|
|
77607
|
+
发布时间:2024-07-01 01:17:32
|
|
77608
|
+
|
|
77609
|
+
本次发布包含了以下内容:
|
|
77610
|
+
|
|
77611
|
+
改善已有的文档。
|
|
77612
|
+
|
|
77613
|
+
修改接口:
|
|
77614
|
+
|
|
77615
|
+
* [GetTWeCallPkgList](https://cloud.tencent.com/document/api/1081/106582)
|
|
77616
|
+
|
|
77617
|
+
* 新增出参:TWeCallCategoryPkgList
|
|
77618
|
+
|
|
77619
|
+
|
|
77620
|
+
新增数据结构:
|
|
77621
|
+
|
|
77622
|
+
* [TWeCallCategoryPkgInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallCategoryPkgInfo)
|
|
77623
|
+
|
|
77678
77624
|
### 第 70 次发布
|
|
77679
77625
|
|
|
77680
77626
|
发布时间:2024-06-27 01:13:47
|
|
@@ -81182,6 +81128,25 @@
|
|
|
81182
81128
|
|
|
81183
81129
|
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
81184
81130
|
|
|
81131
|
+
### 第 16 次发布
|
|
81132
|
+
|
|
81133
|
+
发布时间:2024-06-28 15:23:39
|
|
81134
|
+
|
|
81135
|
+
本次发布包含了以下内容:
|
|
81136
|
+
|
|
81137
|
+
改善已有的文档。
|
|
81138
|
+
|
|
81139
|
+
新增接口:
|
|
81140
|
+
|
|
81141
|
+
* [QueryForbidPlayChannelList](https://cloud.tencent.com/document/api/1344/107837)
|
|
81142
|
+
* [SetForbidPlayChannels](https://cloud.tencent.com/document/api/1344/107836)
|
|
81143
|
+
|
|
81144
|
+
新增数据结构:
|
|
81145
|
+
|
|
81146
|
+
* [ChannelAttrInfo](https://cloud.tencent.com/document/api/1344/95952#ChannelAttrInfo)
|
|
81147
|
+
* [ListForbidplayChannelsData](https://cloud.tencent.com/document/api/1344/95952#ListForbidplayChannelsData)
|
|
81148
|
+
* [SetForbidplayChannelParam](https://cloud.tencent.com/document/api/1344/95952#SetForbidplayChannelParam)
|
|
81149
|
+
|
|
81185
81150
|
### 第 15 次发布
|
|
81186
81151
|
|
|
81187
81152
|
发布时间:2024-05-09 01:17:57
|
|
@@ -108930,6 +108895,25 @@
|
|
|
108930
108895
|
|
|
108931
108896
|
## 邮件推送(ses) 版本:2020-10-02
|
|
108932
108897
|
|
|
108898
|
+
### 第 22 次发布
|
|
108899
|
+
|
|
108900
|
+
发布时间:2024-07-01 01:22:01
|
|
108901
|
+
|
|
108902
|
+
本次发布包含了以下内容:
|
|
108903
|
+
|
|
108904
|
+
改善已有的文档。
|
|
108905
|
+
|
|
108906
|
+
新增接口:
|
|
108907
|
+
|
|
108908
|
+
* [CreateCustomBlacklist](https://cloud.tencent.com/document/api/1288/107854)
|
|
108909
|
+
* [DeleteCustomBlackList](https://cloud.tencent.com/document/api/1288/107853)
|
|
108910
|
+
* [ListCustomBlacklist](https://cloud.tencent.com/document/api/1288/107852)
|
|
108911
|
+
* [UpdateCustomBlackList](https://cloud.tencent.com/document/api/1288/107851)
|
|
108912
|
+
|
|
108913
|
+
新增数据结构:
|
|
108914
|
+
|
|
108915
|
+
* [BlackAddressDetail](https://cloud.tencent.com/document/api/1288/51053#BlackAddressDetail)
|
|
108916
|
+
|
|
108933
108917
|
### 第 21 次发布
|
|
108934
108918
|
|
|
108935
108919
|
发布时间:2024-06-21 16:22:39
|
|
@@ -112054,6 +112038,41 @@
|
|
|
112054
112038
|
|
|
112055
112039
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
112056
112040
|
|
|
112041
|
+
### 第 62 次发布
|
|
112042
|
+
|
|
112043
|
+
发布时间:2024-07-02 01:22:32
|
|
112044
|
+
|
|
112045
|
+
本次发布包含了以下内容:
|
|
112046
|
+
|
|
112047
|
+
改善已有的文档。
|
|
112048
|
+
|
|
112049
|
+
修改接口:
|
|
112050
|
+
|
|
112051
|
+
* [DescribeManagerDetail](https://cloud.tencent.com/document/api/400/52673)
|
|
112052
|
+
|
|
112053
|
+
|
|
112054
|
+
修改数据结构:
|
|
112055
|
+
|
|
112056
|
+
* [ManagerStatusInfo](https://cloud.tencent.com/document/api/400/41679#ManagerStatusInfo)
|
|
112057
|
+
|
|
112058
|
+
* 新增成员:Type, Status, CreateTime, ExpireTime
|
|
112059
|
+
|
|
112060
|
+
|
|
112061
|
+
### 第 61 次发布
|
|
112062
|
+
|
|
112063
|
+
发布时间:2024-07-01 01:22:30
|
|
112064
|
+
|
|
112065
|
+
本次发布包含了以下内容:
|
|
112066
|
+
|
|
112067
|
+
改善已有的文档。
|
|
112068
|
+
|
|
112069
|
+
修改数据结构:
|
|
112070
|
+
|
|
112071
|
+
* [BindResourceRegionResult](https://cloud.tencent.com/document/api/400/41679#BindResourceRegionResult)
|
|
112072
|
+
|
|
112073
|
+
* 新增成员:Error
|
|
112074
|
+
|
|
112075
|
+
|
|
112057
112076
|
### 第 60 次发布
|
|
112058
112077
|
|
|
112059
112078
|
发布时间:2024-06-28 01:18:28
|
|
@@ -112064,11 +112083,11 @@
|
|
|
112064
112083
|
|
|
112065
112084
|
新增接口:
|
|
112066
112085
|
|
|
112067
|
-
* [
|
|
112086
|
+
* [DeleteCertificates](https://cloud.tencent.com/document/api/400/107800)
|
|
112068
112087
|
|
|
112069
112088
|
新增数据结构:
|
|
112070
112089
|
|
|
112071
|
-
* [
|
|
112090
|
+
* [BatchDeleteFail](https://cloud.tencent.com/document/api/400/41679#BatchDeleteFail)
|
|
112072
112091
|
|
|
112073
112092
|
### 第 59 次发布
|
|
112074
112093
|
|
|
@@ -146074,16 +146093,16 @@
|
|
|
146074
146093
|
|
|
146075
146094
|
新增接口:
|
|
146076
146095
|
|
|
146077
|
-
* [
|
|
146078
|
-
* [
|
|
146079
|
-
* [
|
|
146080
|
-
* [
|
|
146081
|
-
* [
|
|
146096
|
+
* [ConfirmVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107807)
|
|
146097
|
+
* [DescribeVideoStylizationJob](https://cloud.tencent.com/document/api/1616/107803)
|
|
146098
|
+
* [DescribeVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107806)
|
|
146099
|
+
* [SubmitVideoStylizationJob](https://cloud.tencent.com/document/api/1616/107802)
|
|
146100
|
+
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107805)
|
|
146082
146101
|
|
|
146083
146102
|
新增数据结构:
|
|
146084
146103
|
|
|
146085
|
-
* [
|
|
146086
|
-
* [
|
|
146104
|
+
* [AsrTimestamps](https://cloud.tencent.com/document/api/1616/107808#AsrTimestamps)
|
|
146105
|
+
* [TranslateResult](https://cloud.tencent.com/document/api/1616/107808#TranslateResult)
|
|
146087
146106
|
|
|
146088
146107
|
### 第 1 次发布
|
|
146089
146108
|
|
|
@@ -146095,8 +146114,8 @@
|
|
|
146095
146114
|
|
|
146096
146115
|
新增接口:
|
|
146097
146116
|
|
|
146098
|
-
* [
|
|
146099
|
-
* [
|
|
146117
|
+
* [DescribeImageAnimateJob](https://cloud.tencent.com/document/api/1616/107785)
|
|
146118
|
+
* [SubmitImageAnimateJob](https://cloud.tencent.com/document/api/1616/107784)
|
|
146100
146119
|
|
|
146101
146120
|
|
|
146102
146121
|
|
|
@@ -151458,6 +151477,48 @@
|
|
|
151458
151477
|
|
|
151459
151478
|
## 私有网络(vpc) 版本:2017-03-12
|
|
151460
151479
|
|
|
151480
|
+
### 第 191 次发布
|
|
151481
|
+
|
|
151482
|
+
发布时间:2024-07-02 01:27:15
|
|
151483
|
+
|
|
151484
|
+
本次发布包含了以下内容:
|
|
151485
|
+
|
|
151486
|
+
改善已有的文档。
|
|
151487
|
+
|
|
151488
|
+
新增接口:
|
|
151489
|
+
|
|
151490
|
+
* [[CreatePrivateNatGateway](https://cloud.tencent.com/document/api/215/107904)](https://cloud.tencent.com/document/api/#/#)
|
|
151491
|
+
* [[CreatePrivateNatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/107903)](https://cloud.tencent.com/document/api/#/#)
|
|
151492
|
+
* [[CreatePrivateNatGatewayTranslationAclRule](https://cloud.tencent.com/document/api/215/107902)](https://cloud.tencent.com/document/api/#/#)
|
|
151493
|
+
* [[CreatePrivateNatGatewayTranslationNatRule](https://cloud.tencent.com/document/api/215/107901)](https://cloud.tencent.com/document/api/#/#)
|
|
151494
|
+
* [[DeletePrivateNatGateway](https://cloud.tencent.com/document/api/215/107900)](https://cloud.tencent.com/document/api/#/#)
|
|
151495
|
+
* [[DeletePrivateNatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/107899)](https://cloud.tencent.com/document/api/#/#)
|
|
151496
|
+
* [[DeletePrivateNatGatewayTranslationAclRule](https://cloud.tencent.com/document/api/215/107898)](https://cloud.tencent.com/document/api/#/#)
|
|
151497
|
+
* [[DeletePrivateNatGatewayTranslationNatRule](https://cloud.tencent.com/document/api/215/107897)](https://cloud.tencent.com/document/api/#/#)
|
|
151498
|
+
* [[DescribePrivateNatGatewayDestinationIpPortTranslationNatRules](https://cloud.tencent.com/document/api/215/107896)](https://cloud.tencent.com/document/api/#/#)
|
|
151499
|
+
* [[DescribePrivateNatGatewayLimits](https://cloud.tencent.com/document/api/215/107895)](https://cloud.tencent.com/document/api/#/#)
|
|
151500
|
+
* [[DescribePrivateNatGatewayRegions](https://cloud.tencent.com/document/api/215/107894)](https://cloud.tencent.com/document/api/#/#)
|
|
151501
|
+
* [[DescribePrivateNatGatewayTranslationAclRules](https://cloud.tencent.com/document/api/215/107893)](https://cloud.tencent.com/document/api/#/#)
|
|
151502
|
+
* [[DescribePrivateNatGatewayTranslationNatRules](https://cloud.tencent.com/document/api/215/107892)](https://cloud.tencent.com/document/api/#/#)
|
|
151503
|
+
* [[DescribePrivateNatGateways](https://cloud.tencent.com/document/api/215/107891)](https://cloud.tencent.com/document/api/#/#)
|
|
151504
|
+
* [[ModifyPrivateNatGatewayAttribute](https://cloud.tencent.com/document/api/215/107890)](https://cloud.tencent.com/document/api/#/#)
|
|
151505
|
+
* [[ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/107889)](https://cloud.tencent.com/document/api/#/#)
|
|
151506
|
+
* [[ModifyPrivateNatGatewayTranslationAclRule](https://cloud.tencent.com/document/api/215/107888)](https://cloud.tencent.com/document/api/#/#)
|
|
151507
|
+
* [[ModifyPrivateNatGatewayTranslationNatRule](https://cloud.tencent.com/document/api/215/107887)](https://cloud.tencent.com/document/api/#/#)
|
|
151508
|
+
|
|
151509
|
+
新增数据结构:
|
|
151510
|
+
|
|
151511
|
+
* [[DestinationIpPortTranslationNatRuleDiff](https://cloud.tencent.com/document/api/215/15824#DestinationIpPortTranslationNatRuleDiff)](https://cloud.tencent.com/document/api/215/15824#[DestinationIpPortTranslationNatRuleDiff](https://cloud.tencent.com/document/api/215/15824#DestinationIpPortTranslationNatRuleDiff))
|
|
151512
|
+
* [[LocalDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/15824#LocalDestinationIpPortTranslationNatRule)](https://cloud.tencent.com/document/api/215/15824#[LocalDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/15824#LocalDestinationIpPortTranslationNatRule))
|
|
151513
|
+
* [[NatRegionInfoWithArea](https://cloud.tencent.com/document/api/215/15824#NatRegionInfoWithArea)](https://cloud.tencent.com/document/api/215/15824#[NatRegionInfoWithArea](https://cloud.tencent.com/document/api/215/15824#NatRegionInfoWithArea))
|
|
151514
|
+
* [[PrivateNatDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/15824#PrivateNatDestinationIpPortTranslationNatRule)](https://cloud.tencent.com/document/api/215/15824#[PrivateNatDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/15824#PrivateNatDestinationIpPortTranslationNatRule))
|
|
151515
|
+
* [[PrivateNatGateway](https://cloud.tencent.com/document/api/215/15824#PrivateNatGateway)](https://cloud.tencent.com/document/api/215/15824#[PrivateNatGateway](https://cloud.tencent.com/document/api/215/15824#PrivateNatGateway))
|
|
151516
|
+
* [[PrivateNatGatewayLimit](https://cloud.tencent.com/document/api/215/15824#PrivateNatGatewayLimit)](https://cloud.tencent.com/document/api/215/15824#[PrivateNatGatewayLimit](https://cloud.tencent.com/document/api/215/15824#PrivateNatGatewayLimit))
|
|
151517
|
+
* [[TranslationAclRule](https://cloud.tencent.com/document/api/215/15824#TranslationAclRule)](https://cloud.tencent.com/document/api/215/15824#[TranslationAclRule](https://cloud.tencent.com/document/api/215/15824#TranslationAclRule))
|
|
151518
|
+
* [[TranslationNatRule](https://cloud.tencent.com/document/api/215/15824#TranslationNatRule)](https://cloud.tencent.com/document/api/215/15824#[TranslationNatRule](https://cloud.tencent.com/document/api/215/15824#TranslationNatRule))
|
|
151519
|
+
* [[TranslationNatRuleDiff](https://cloud.tencent.com/document/api/215/15824#TranslationNatRuleDiff)](https://cloud.tencent.com/document/api/215/15824#[TranslationNatRuleDiff](https://cloud.tencent.com/document/api/215/15824#TranslationNatRuleDiff))
|
|
151520
|
+
* [[TranslationNatRuleInput](https://cloud.tencent.com/document/api/215/15824#TranslationNatRuleInput)](https://cloud.tencent.com/document/api/215/15824#[TranslationNatRuleInput](https://cloud.tencent.com/document/api/215/15824#TranslationNatRuleInput))
|
|
151521
|
+
|
|
151461
151522
|
### 第 190 次发布
|
|
151462
151523
|
|
|
151463
151524
|
发布时间:2024-06-25 01:26:23
|
|
@@ -155808,6 +155869,18 @@
|
|
|
155808
155869
|
|
|
155809
155870
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
155810
155871
|
|
|
155872
|
+
### 第 91 次发布
|
|
155873
|
+
|
|
155874
|
+
发布时间:2024-07-02 01:27:59
|
|
155875
|
+
|
|
155876
|
+
本次发布包含了以下内容:
|
|
155877
|
+
|
|
155878
|
+
改善已有的文档。
|
|
155879
|
+
|
|
155880
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
155881
|
+
|
|
155882
|
+
* ModifyAccessPeriod
|
|
155883
|
+
|
|
155811
155884
|
### 第 90 次发布
|
|
155812
155885
|
|
|
155813
155886
|
发布时间:2024-06-25 01:27:00
|
|
@@ -156050,7 +156123,7 @@
|
|
|
156050
156123
|
|
|
156051
156124
|
* 新增出参:UsedTotal
|
|
156052
156125
|
|
|
156053
|
-
* [ModifyAccessPeriod](https://cloud.tencent.com/document/api
|
|
156126
|
+
* [ModifyAccessPeriod](https://cloud.tencent.com/document/api/#/#)
|
|
156054
156127
|
|
|
156055
156128
|
* <font color="#dd0000">**修改入参**:</font>TopicId
|
|
156056
156129
|
|
|
@@ -157824,7 +157897,7 @@
|
|
|
157824
157897
|
|
|
157825
157898
|
新增接口:
|
|
157826
157899
|
|
|
157827
|
-
* [ModifyAccessPeriod](https://cloud.tencent.com/document/api
|
|
157900
|
+
* [ModifyAccessPeriod](https://cloud.tencent.com/document/api/#/#)
|
|
157828
157901
|
|
|
157829
157902
|
### 第 2 次发布
|
|
157830
157903
|
|
|
@@ -158215,6 +158288,27 @@
|
|
|
158215
158288
|
|
|
158216
158289
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
158217
158290
|
|
|
158291
|
+
### 第 99 次发布
|
|
158292
|
+
|
|
158293
|
+
发布时间:2024-07-02 01:28:21
|
|
158294
|
+
|
|
158295
|
+
本次发布包含了以下内容:
|
|
158296
|
+
|
|
158297
|
+
改善已有的文档。
|
|
158298
|
+
|
|
158299
|
+
新增接口:
|
|
158300
|
+
|
|
158301
|
+
* [[DescribeDutyScheduleDetails](https://cloud.tencent.com/document/api/1267/107907)](https://cloud.tencent.com/document/api/#/#)
|
|
158302
|
+
* [[DescribeDutyScheduleList](https://cloud.tencent.com/document/api/1267/107906)](https://cloud.tencent.com/document/api/#/#)
|
|
158303
|
+
|
|
158304
|
+
新增数据结构:
|
|
158305
|
+
|
|
158306
|
+
* [[Duty](https://cloud.tencent.com/document/api/1267/76336#Duty)](https://cloud.tencent.com/document/api/1267/76336#[Duty](https://cloud.tencent.com/document/api/1267/76336#Duty))
|
|
158307
|
+
* [[DutyPerson](https://cloud.tencent.com/document/api/1267/76336#DutyPerson)](https://cloud.tencent.com/document/api/1267/76336#[DutyPerson](https://cloud.tencent.com/document/api/1267/76336#DutyPerson))
|
|
158308
|
+
* [[DutySchedule](https://cloud.tencent.com/document/api/1267/76336#DutySchedule)](https://cloud.tencent.com/document/api/1267/76336#[DutySchedule](https://cloud.tencent.com/document/api/1267/76336#DutySchedule))
|
|
158309
|
+
* [[DutyScheduleData](https://cloud.tencent.com/document/api/1267/76336#DutyScheduleData)](https://cloud.tencent.com/document/api/1267/76336#[DutyScheduleData](https://cloud.tencent.com/document/api/1267/76336#DutyScheduleData))
|
|
158310
|
+
* [[DutyScheduleDetailsInfo](https://cloud.tencent.com/document/api/1267/76336#DutyScheduleDetailsInfo)](https://cloud.tencent.com/document/api/1267/76336#[DutyScheduleDetailsInfo](https://cloud.tencent.com/document/api/1267/76336#DutyScheduleDetailsInfo))
|
|
158311
|
+
|
|
158218
158312
|
### 第 98 次发布
|
|
158219
158313
|
|
|
158220
158314
|
发布时间:2024-06-26 01:28:35
|