tencentcloud-sdk-nodejs 4.0.887 → 4.0.889
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 +328 -0
- package/SERVICE_CHANGELOG.md +315 -170
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +14 -0
- package/src/services/aiart/v20221229/aiart_models.ts +67 -0
- package/src/services/clb/v20180317/clb_models.ts +19 -19
- package/src/services/csip/v20221121/csip_models.ts +9 -9
- package/src/services/dcdb/v20180411/dcdb_models.ts +15 -11
- package/src/services/dts/v20211206/dts_models.ts +5 -0
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
- package/src/services/gaap/v20180529/gaap_client.ts +12 -0
- package/src/services/gaap/v20180529/gaap_models.ts +28 -0
- package/src/services/ims/v20201229/ims_client.ts +2 -0
- package/src/services/ims/v20201229/ims_models.ts +1 -1
- package/src/services/mariadb/v20170312/mariadb_models.ts +15 -11
- package/src/services/monitor/v20180724/monitor_models.ts +4 -0
- package/src/services/ocr/v20181119/ocr_client.ts +5 -2
- package/src/services/ocr/v20181119/ocr_models.ts +46 -26
- package/src/services/organization/v20210331/organization_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +19 -13
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +11 -2
- package/src/services/teo/v20220901/teo_client.ts +1 -0
- package/src/services/teo/v20220901/teo_models.ts +62 -24
- package/src/services/tmt/v20180321/tmt_models.ts +16 -0
- package/src/services/vpc/v20170312/vpc_client.ts +1 -0
- package/src/services/vpc/v20170312/vpc_models.ts +39 -0
- package/src/services/waf/v20180125/waf_models.ts +40 -15
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +7 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +8 -0
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +65 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +19 -19
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +9 -9
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +15 -11
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +5 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +5 -1
- package/tencentcloud/services/gaap/v20180529/gaap_client.js +6 -0
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +26 -0
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -0
- package/tencentcloud/services/ims/v20201229/ims_client.js +2 -0
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +15 -11
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +45 -26
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +1 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +19 -13
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +11 -2
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +61 -24
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +16 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +38 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +40 -15
- package/test/aiart.v20221229.test.js +10 -0
- package/test/gaap.v20180529.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,79 +1,26 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 96 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-07-02 01:13:35
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改数据结构:
|
|
14
|
-
|
|
15
|
-
* [Ability](https://cloud.tencent.com/document/api/1003/48097#Ability)
|
|
16
|
-
|
|
17
|
-
* 新增成员:IsSupportTransparentDataEncryption, NoSupportTransparentDataEncryptionReason
|
|
18
|
-
|
|
19
|
-
* [NetAddr](https://cloud.tencent.com/document/api/1003/48097#NetAddr)
|
|
20
|
-
|
|
21
|
-
* <font color="#dd0000">**修改成员**:</font>InstanceGroupId
|
|
22
|
-
|
|
23
|
-
* [ParamInfo](https://cloud.tencent.com/document/api/1003/48097#ParamInfo)
|
|
24
|
-
|
|
25
|
-
* 新增成员:FuncPattern
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
## 域名注册(domain) 版本:2018-08-08
|
|
31
|
-
|
|
32
|
-
### 第 41 次发布
|
|
33
|
-
|
|
34
|
-
发布时间:2024-07-02 01:14:51
|
|
35
|
-
|
|
36
|
-
本次发布包含了以下内容:
|
|
37
|
-
|
|
38
|
-
改善已有的文档。
|
|
39
|
-
|
|
40
|
-
修改数据结构:
|
|
41
|
-
|
|
42
|
-
* [DomainBatchDetailSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchDetailSet)
|
|
43
|
-
|
|
44
|
-
* <font color="#dd0000">**修改成员**:</font>BigDealId
|
|
45
|
-
|
|
46
|
-
* [DomainBatchLogSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchLogSet)
|
|
47
|
-
|
|
48
|
-
* <font color="#dd0000">**修改成员**:</font>Success, Doing, Failed
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
3
|
+
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|
|
54
4
|
|
|
55
|
-
### 第
|
|
5
|
+
### 第 7 次发布
|
|
56
6
|
|
|
57
|
-
发布时间:2024-07-
|
|
7
|
+
发布时间:2024-07-03 11:28:36
|
|
58
8
|
|
|
59
9
|
本次发布包含了以下内容:
|
|
60
10
|
|
|
61
11
|
改善已有的文档。
|
|
62
12
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
* [CreateUserVerifyUrl](https://cloud.tencent.com/document/api/1323/105961)
|
|
66
|
-
|
|
67
|
-
* 新增入参:JumpUrl
|
|
13
|
+
新增接口:
|
|
68
14
|
|
|
15
|
+
* [ReplaceBackground](https://cloud.tencent.com/document/api/1668/107957)
|
|
69
16
|
|
|
70
17
|
|
|
71
18
|
|
|
72
|
-
##
|
|
19
|
+
## 机器翻译(tmt) 版本:2018-03-21
|
|
73
20
|
|
|
74
|
-
### 第
|
|
21
|
+
### 第 10 次发布
|
|
75
22
|
|
|
76
|
-
发布时间:2024-07-
|
|
23
|
+
发布时间:2024-07-04 01:25:30
|
|
77
24
|
|
|
78
25
|
本次发布包含了以下内容:
|
|
79
26
|
|
|
@@ -81,102 +28,40 @@
|
|
|
81
28
|
|
|
82
29
|
修改接口:
|
|
83
30
|
|
|
84
|
-
* [
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
修改数据结构:
|
|
88
|
-
|
|
89
|
-
* [ManagerStatusInfo](https://cloud.tencent.com/document/api/400/41679#ManagerStatusInfo)
|
|
90
|
-
|
|
91
|
-
* 新增成员:Type, Status, CreateTime, ExpireTime
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
97
|
-
|
|
98
|
-
### 第 191 次发布
|
|
99
|
-
|
|
100
|
-
发布时间:2024-07-02 01:27:15
|
|
101
|
-
|
|
102
|
-
本次发布包含了以下内容:
|
|
103
|
-
|
|
104
|
-
改善已有的文档。
|
|
31
|
+
* [TextTranslate](https://cloud.tencent.com/document/api/551/15619)
|
|
105
32
|
|
|
106
|
-
|
|
33
|
+
* 新增入参:TermRepoIDList, SentRepoIDList
|
|
107
34
|
|
|
108
|
-
* [
|
|
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)
|
|
35
|
+
* [TextTranslateBatch](https://cloud.tencent.com/document/api/551/40566)
|
|
126
36
|
|
|
127
|
-
|
|
37
|
+
* 新增入参:TermRepoIDList, SentRepoIDList
|
|
128
38
|
|
|
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)
|
|
139
39
|
|
|
140
40
|
|
|
141
41
|
|
|
142
42
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
143
43
|
|
|
144
|
-
### 第
|
|
44
|
+
### 第 93 次发布
|
|
145
45
|
|
|
146
|
-
发布时间:2024-07-
|
|
46
|
+
发布时间:2024-07-04 01:27:42
|
|
147
47
|
|
|
148
48
|
本次发布包含了以下内容:
|
|
149
49
|
|
|
150
50
|
改善已有的文档。
|
|
151
51
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
* ModifyAccessPeriod
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
159
|
-
|
|
160
|
-
### 第 99 次发布
|
|
52
|
+
修改接口:
|
|
161
53
|
|
|
162
|
-
|
|
54
|
+
* [DeleteDomainWhiteRules](https://cloud.tencent.com/document/api/627/72649)
|
|
163
55
|
|
|
164
|
-
|
|
56
|
+
* <font color="#dd0000">**修改出参**:</font>Data
|
|
165
57
|
|
|
166
|
-
改善已有的文档。
|
|
167
58
|
|
|
168
|
-
|
|
59
|
+
修改数据结构:
|
|
169
60
|
|
|
170
|
-
* [
|
|
171
|
-
* [DescribeDutyScheduleList](https://cloud.tencent.com/document/api/1267/107906)
|
|
61
|
+
* [ClbObject](https://cloud.tencent.com/document/api/627/53609#ClbObject)
|
|
172
62
|
|
|
173
|
-
|
|
63
|
+
* 新增成员:Proxy, IpHeaders, BotStatus, ApiStatus, ObjectFlowMode
|
|
174
64
|
|
|
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)
|
|
180
65
|
|
|
181
66
|
|
|
182
67
|
|
|
@@ -824,6 +709,18 @@
|
|
|
824
709
|
|
|
825
710
|
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|
|
826
711
|
|
|
712
|
+
### 第 7 次发布
|
|
713
|
+
|
|
714
|
+
发布时间:2024-07-03 11:28:36
|
|
715
|
+
|
|
716
|
+
本次发布包含了以下内容:
|
|
717
|
+
|
|
718
|
+
改善已有的文档。
|
|
719
|
+
|
|
720
|
+
新增接口:
|
|
721
|
+
|
|
722
|
+
* [[ReplaceBackground](https://cloud.tencent.com/document/api/1668/107957)](https://cloud.tencent.com/document/api/#/#)
|
|
723
|
+
|
|
827
724
|
### 第 6 次发布
|
|
828
725
|
|
|
829
726
|
发布时间:2024-06-28 01:03:50
|
|
@@ -38074,6 +37971,21 @@
|
|
|
38074
37971
|
|
|
38075
37972
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
38076
37973
|
|
|
37974
|
+
### 第 41 次发布
|
|
37975
|
+
|
|
37976
|
+
发布时间:2024-07-03 01:12:26
|
|
37977
|
+
|
|
37978
|
+
本次发布包含了以下内容:
|
|
37979
|
+
|
|
37980
|
+
改善已有的文档。
|
|
37981
|
+
|
|
37982
|
+
修改数据结构:
|
|
37983
|
+
|
|
37984
|
+
* [TaskLogURL](https://cloud.tencent.com/document/api/664/90825#TaskLogURL)
|
|
37985
|
+
|
|
37986
|
+
* <font color="#dd0000">**修改成员**:</font>URL, LogId, TaskLogName, AppId
|
|
37987
|
+
|
|
37988
|
+
|
|
38077
37989
|
### 第 40 次发布
|
|
38078
37990
|
|
|
38079
37991
|
发布时间:2024-06-20 01:24:58
|
|
@@ -49858,6 +49770,21 @@
|
|
|
49858
49770
|
|
|
49859
49771
|
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
49860
49772
|
|
|
49773
|
+
### 第 69 次发布
|
|
49774
|
+
|
|
49775
|
+
发布时间:2024-07-03 01:14:20
|
|
49776
|
+
|
|
49777
|
+
本次发布包含了以下内容:
|
|
49778
|
+
|
|
49779
|
+
改善已有的文档。
|
|
49780
|
+
|
|
49781
|
+
修改数据结构:
|
|
49782
|
+
|
|
49783
|
+
* [InstanceBackupFileItem](https://cloud.tencent.com/document/api/557/16142#InstanceBackupFileItem)
|
|
49784
|
+
|
|
49785
|
+
* 新增成员:StorageClass
|
|
49786
|
+
|
|
49787
|
+
|
|
49861
49788
|
### 第 68 次发布
|
|
49862
49789
|
|
|
49863
49790
|
发布时间:2024-04-24 01:10:19
|
|
@@ -55929,6 +55856,21 @@
|
|
|
55929
55856
|
|
|
55930
55857
|
## 数据传输服务(dts) 版本:2021-12-06
|
|
55931
55858
|
|
|
55859
|
+
### 第 30 次发布
|
|
55860
|
+
|
|
55861
|
+
发布时间:2024-07-03 01:15:22
|
|
55862
|
+
|
|
55863
|
+
本次发布包含了以下内容:
|
|
55864
|
+
|
|
55865
|
+
改善已有的文档。
|
|
55866
|
+
|
|
55867
|
+
修改数据结构:
|
|
55868
|
+
|
|
55869
|
+
* [Endpoint](https://cloud.tencent.com/document/api/571/82108#Endpoint)
|
|
55870
|
+
|
|
55871
|
+
* 新增成员:SetId
|
|
55872
|
+
|
|
55873
|
+
|
|
55932
55874
|
### 第 29 次发布
|
|
55933
55875
|
|
|
55934
55876
|
发布时间:2024-06-06 01:45:02
|
|
@@ -70830,6 +70772,18 @@
|
|
|
70830
70772
|
|
|
70831
70773
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
70832
70774
|
|
|
70775
|
+
### 第 46 次发布
|
|
70776
|
+
|
|
70777
|
+
发布时间:2024-07-03 01:16:42
|
|
70778
|
+
|
|
70779
|
+
本次发布包含了以下内容:
|
|
70780
|
+
|
|
70781
|
+
改善已有的文档。
|
|
70782
|
+
|
|
70783
|
+
新增接口:
|
|
70784
|
+
|
|
70785
|
+
* [SetTlsVersion](https://cloud.tencent.com/document/api/608/107933)
|
|
70786
|
+
|
|
70833
70787
|
### 第 45 次发布
|
|
70834
70788
|
|
|
70835
70789
|
发布时间:2024-06-19 01:43:58
|
|
@@ -88128,6 +88082,21 @@
|
|
|
88128
88082
|
|
|
88129
88083
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
88130
88084
|
|
|
88085
|
+
### 第 62 次发布
|
|
88086
|
+
|
|
88087
|
+
发布时间:2024-07-03 01:20:08
|
|
88088
|
+
|
|
88089
|
+
本次发布包含了以下内容:
|
|
88090
|
+
|
|
88091
|
+
改善已有的文档。
|
|
88092
|
+
|
|
88093
|
+
修改数据结构:
|
|
88094
|
+
|
|
88095
|
+
* [InstanceBackupFileItem](https://cloud.tencent.com/document/api/237/16191#InstanceBackupFileItem)
|
|
88096
|
+
|
|
88097
|
+
* 新增成员:StorageClass
|
|
88098
|
+
|
|
88099
|
+
|
|
88131
88100
|
### 第 61 次发布
|
|
88132
88101
|
|
|
88133
88102
|
发布时间:2024-04-24 01:16:00
|
|
@@ -90924,6 +90893,21 @@
|
|
|
90924
90893
|
|
|
90925
90894
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
90926
90895
|
|
|
90896
|
+
### 第 118 次发布
|
|
90897
|
+
|
|
90898
|
+
发布时间:2024-07-03 01:20:32
|
|
90899
|
+
|
|
90900
|
+
本次发布包含了以下内容:
|
|
90901
|
+
|
|
90902
|
+
改善已有的文档。
|
|
90903
|
+
|
|
90904
|
+
修改接口:
|
|
90905
|
+
|
|
90906
|
+
* [DescribeAlarmHistories](https://cloud.tencent.com/document/api/248/48684)
|
|
90907
|
+
|
|
90908
|
+
* 新增入参:ConvergenceHistoryIDs
|
|
90909
|
+
|
|
90910
|
+
|
|
90927
90911
|
### 第 117 次发布
|
|
90928
90912
|
|
|
90929
90913
|
发布时间:2024-06-20 01:58:59
|
|
@@ -99235,6 +99219,25 @@
|
|
|
99235
99219
|
|
|
99236
99220
|
## 文字识别(ocr) 版本:2018-11-19
|
|
99237
99221
|
|
|
99222
|
+
### 第 141 次发布
|
|
99223
|
+
|
|
99224
|
+
发布时间:2024-07-03 01:21:25
|
|
99225
|
+
|
|
99226
|
+
本次发布包含了以下内容:
|
|
99227
|
+
|
|
99228
|
+
改善已有的文档。
|
|
99229
|
+
|
|
99230
|
+
修改接口:
|
|
99231
|
+
|
|
99232
|
+
* [AdvertiseOCR](https://cloud.tencent.com/document/api/866/49524)
|
|
99233
|
+
|
|
99234
|
+
* 新增出参:ImageSize
|
|
99235
|
+
|
|
99236
|
+
|
|
99237
|
+
新增数据结构:
|
|
99238
|
+
|
|
99239
|
+
* [ImageSize](https://cloud.tencent.com/document/api/866/33527#ImageSize)
|
|
99240
|
+
|
|
99238
99241
|
### 第 140 次发布
|
|
99239
99242
|
|
|
99240
99243
|
发布时间:2024-06-28 01:16:42
|
|
@@ -122923,6 +122926,32 @@
|
|
|
122923
122926
|
|
|
122924
122927
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
122925
122928
|
|
|
122929
|
+
### 第 118 次发布
|
|
122930
|
+
|
|
122931
|
+
发布时间:2024-07-03 01:24:52
|
|
122932
|
+
|
|
122933
|
+
本次发布包含了以下内容:
|
|
122934
|
+
|
|
122935
|
+
改善已有的文档。
|
|
122936
|
+
|
|
122937
|
+
修改接口:
|
|
122938
|
+
|
|
122939
|
+
* [CreateRabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/88134)
|
|
122940
|
+
|
|
122941
|
+
* 新增入参:EnablePublicAccess
|
|
122942
|
+
|
|
122943
|
+
* [CreateRole](https://cloud.tencent.com/document/api/1179/62401)
|
|
122944
|
+
|
|
122945
|
+
* <font color="#dd0000">**修改入参**:</font>Remark, ClusterId
|
|
122946
|
+
|
|
122947
|
+
|
|
122948
|
+
修改数据结构:
|
|
122949
|
+
|
|
122950
|
+
* [RabbitMQVirtualHostInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQVirtualHostInfo)
|
|
122951
|
+
|
|
122952
|
+
* 新增成员:TraceFlag
|
|
122953
|
+
|
|
122954
|
+
|
|
122926
122955
|
### 第 117 次发布
|
|
122927
122956
|
|
|
122928
122957
|
发布时间:2024-06-28 01:20:13
|
|
@@ -127731,6 +127760,36 @@
|
|
|
127731
127760
|
|
|
127732
127761
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
127733
127762
|
|
|
127763
|
+
### 第 83 次发布
|
|
127764
|
+
|
|
127765
|
+
发布时间:2024-07-03 01:25:21
|
|
127766
|
+
|
|
127767
|
+
本次发布包含了以下内容:
|
|
127768
|
+
|
|
127769
|
+
改善已有的文档。
|
|
127770
|
+
|
|
127771
|
+
修改接口:
|
|
127772
|
+
|
|
127773
|
+
* [ModifyHostsCertificate](https://cloud.tencent.com/document/api/1552/80764)
|
|
127774
|
+
|
|
127775
|
+
* 新增入参:ClientCertInfo
|
|
127776
|
+
|
|
127777
|
+
|
|
127778
|
+
新增数据结构:
|
|
127779
|
+
|
|
127780
|
+
* [MutualTLS](https://cloud.tencent.com/document/api/1552/80721#MutualTLS)
|
|
127781
|
+
|
|
127782
|
+
修改数据结构:
|
|
127783
|
+
|
|
127784
|
+
* [AccelerationDomainCertificate](https://cloud.tencent.com/document/api/1552/80721#AccelerationDomainCertificate)
|
|
127785
|
+
|
|
127786
|
+
* 新增成员:ClientCertInfo
|
|
127787
|
+
|
|
127788
|
+
* [CertificateInfo](https://cloud.tencent.com/document/api/1552/80721#CertificateInfo)
|
|
127789
|
+
|
|
127790
|
+
* <font color="#dd0000">**修改成员**:</font>Alias, Type, ExpireTime, DeployTime, SignAlgo, Status
|
|
127791
|
+
|
|
127792
|
+
|
|
127734
127793
|
### 第 82 次发布
|
|
127735
127794
|
|
|
127736
127795
|
发布时间:2024-06-07 12:08:08
|
|
@@ -138356,6 +138415,25 @@
|
|
|
138356
138415
|
|
|
138357
138416
|
## 机器翻译(tmt) 版本:2018-03-21
|
|
138358
138417
|
|
|
138418
|
+
### 第 10 次发布
|
|
138419
|
+
|
|
138420
|
+
发布时间:2024-07-04 01:25:30
|
|
138421
|
+
|
|
138422
|
+
本次发布包含了以下内容:
|
|
138423
|
+
|
|
138424
|
+
改善已有的文档。
|
|
138425
|
+
|
|
138426
|
+
修改接口:
|
|
138427
|
+
|
|
138428
|
+
* [TextTranslate](https://cloud.tencent.com/document/api/551/15619)
|
|
138429
|
+
|
|
138430
|
+
* 新增入参:TermRepoIDList, SentRepoIDList
|
|
138431
|
+
|
|
138432
|
+
* [TextTranslateBatch](https://cloud.tencent.com/document/api/551/40566)
|
|
138433
|
+
|
|
138434
|
+
* 新增入参:TermRepoIDList, SentRepoIDList
|
|
138435
|
+
|
|
138436
|
+
|
|
138359
138437
|
### 第 9 次发布
|
|
138360
138438
|
|
|
138361
138439
|
发布时间:2024-05-21 02:20:14
|
|
@@ -151477,6 +151555,36 @@
|
|
|
151477
151555
|
|
|
151478
151556
|
## 私有网络(vpc) 版本:2017-03-12
|
|
151479
151557
|
|
|
151558
|
+
### 第 192 次发布
|
|
151559
|
+
|
|
151560
|
+
发布时间:2024-07-03 01:28:07
|
|
151561
|
+
|
|
151562
|
+
本次发布包含了以下内容:
|
|
151563
|
+
|
|
151564
|
+
改善已有的文档。
|
|
151565
|
+
|
|
151566
|
+
修改接口:
|
|
151567
|
+
|
|
151568
|
+
* [CreateVpnConnection](https://cloud.tencent.com/document/api/215/17522)
|
|
151569
|
+
|
|
151570
|
+
* 新增入参:HealthCheckConfig
|
|
151571
|
+
|
|
151572
|
+
* [ModifyVpnConnectionAttribute](https://cloud.tencent.com/document/api/215/17508)
|
|
151573
|
+
|
|
151574
|
+
* 新增入参:HealthCheckConfig
|
|
151575
|
+
|
|
151576
|
+
|
|
151577
|
+
新增数据结构:
|
|
151578
|
+
|
|
151579
|
+
* [HealthCheckConfig](https://cloud.tencent.com/document/api/215/15824#HealthCheckConfig)
|
|
151580
|
+
|
|
151581
|
+
修改数据结构:
|
|
151582
|
+
|
|
151583
|
+
* [VpnConnection](https://cloud.tencent.com/document/api/215/15824#VpnConnection)
|
|
151584
|
+
|
|
151585
|
+
* 新增成员:HealthCheckConfig
|
|
151586
|
+
|
|
151587
|
+
|
|
151480
151588
|
### 第 191 次发布
|
|
151481
151589
|
|
|
151482
151590
|
发布时间:2024-07-02 01:27:15
|
|
@@ -151487,37 +151595,37 @@
|
|
|
151487
151595
|
|
|
151488
151596
|
新增接口:
|
|
151489
151597
|
|
|
151490
|
-
* [
|
|
151491
|
-
* [
|
|
151492
|
-
* [
|
|
151493
|
-
* [
|
|
151494
|
-
* [
|
|
151495
|
-
* [
|
|
151496
|
-
* [
|
|
151497
|
-
* [
|
|
151498
|
-
* [
|
|
151499
|
-
* [
|
|
151500
|
-
* [
|
|
151501
|
-
* [
|
|
151502
|
-
* [
|
|
151503
|
-
* [
|
|
151504
|
-
* [
|
|
151505
|
-
* [
|
|
151506
|
-
* [
|
|
151507
|
-
* [
|
|
151598
|
+
* [CreatePrivateNatGateway](https://cloud.tencent.com/document/api/215/107904)
|
|
151599
|
+
* [CreatePrivateNatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/107903)
|
|
151600
|
+
* [CreatePrivateNatGatewayTranslationAclRule](https://cloud.tencent.com/document/api/215/107902)
|
|
151601
|
+
* [CreatePrivateNatGatewayTranslationNatRule](https://cloud.tencent.com/document/api/215/107901)
|
|
151602
|
+
* [DeletePrivateNatGateway](https://cloud.tencent.com/document/api/215/107900)
|
|
151603
|
+
* [DeletePrivateNatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/107899)
|
|
151604
|
+
* [DeletePrivateNatGatewayTranslationAclRule](https://cloud.tencent.com/document/api/215/107898)
|
|
151605
|
+
* [DeletePrivateNatGatewayTranslationNatRule](https://cloud.tencent.com/document/api/215/107897)
|
|
151606
|
+
* [DescribePrivateNatGatewayDestinationIpPortTranslationNatRules](https://cloud.tencent.com/document/api/215/107896)
|
|
151607
|
+
* [DescribePrivateNatGatewayLimits](https://cloud.tencent.com/document/api/215/107895)
|
|
151608
|
+
* [DescribePrivateNatGatewayRegions](https://cloud.tencent.com/document/api/215/107894)
|
|
151609
|
+
* [DescribePrivateNatGatewayTranslationAclRules](https://cloud.tencent.com/document/api/215/107893)
|
|
151610
|
+
* [DescribePrivateNatGatewayTranslationNatRules](https://cloud.tencent.com/document/api/215/107892)
|
|
151611
|
+
* [DescribePrivateNatGateways](https://cloud.tencent.com/document/api/215/107891)
|
|
151612
|
+
* [ModifyPrivateNatGatewayAttribute](https://cloud.tencent.com/document/api/215/107890)
|
|
151613
|
+
* [ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/107889)
|
|
151614
|
+
* [ModifyPrivateNatGatewayTranslationAclRule](https://cloud.tencent.com/document/api/215/107888)
|
|
151615
|
+
* [ModifyPrivateNatGatewayTranslationNatRule](https://cloud.tencent.com/document/api/215/107887)
|
|
151508
151616
|
|
|
151509
151617
|
新增数据结构:
|
|
151510
151618
|
|
|
151511
|
-
* [
|
|
151512
|
-
* [
|
|
151513
|
-
* [
|
|
151514
|
-
* [
|
|
151515
|
-
* [
|
|
151516
|
-
* [
|
|
151517
|
-
* [
|
|
151518
|
-
* [
|
|
151519
|
-
* [
|
|
151520
|
-
* [
|
|
151619
|
+
* [DestinationIpPortTranslationNatRuleDiff](https://cloud.tencent.com/document/api/215/15824#DestinationIpPortTranslationNatRuleDiff)
|
|
151620
|
+
* [LocalDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/15824#LocalDestinationIpPortTranslationNatRule)
|
|
151621
|
+
* [NatRegionInfoWithArea](https://cloud.tencent.com/document/api/215/15824#NatRegionInfoWithArea)
|
|
151622
|
+
* [PrivateNatDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/15824#PrivateNatDestinationIpPortTranslationNatRule)
|
|
151623
|
+
* [PrivateNatGateway](https://cloud.tencent.com/document/api/215/15824#PrivateNatGateway)
|
|
151624
|
+
* [PrivateNatGatewayLimit](https://cloud.tencent.com/document/api/215/15824#PrivateNatGatewayLimit)
|
|
151625
|
+
* [TranslationAclRule](https://cloud.tencent.com/document/api/215/15824#TranslationAclRule)
|
|
151626
|
+
* [TranslationNatRule](https://cloud.tencent.com/document/api/215/15824#TranslationNatRule)
|
|
151627
|
+
* [TranslationNatRuleDiff](https://cloud.tencent.com/document/api/215/15824#TranslationNatRuleDiff)
|
|
151628
|
+
* [TranslationNatRuleInput](https://cloud.tencent.com/document/api/215/15824#TranslationNatRuleInput)
|
|
151521
151629
|
|
|
151522
151630
|
### 第 190 次发布
|
|
151523
151631
|
|
|
@@ -155869,6 +155977,43 @@
|
|
|
155869
155977
|
|
|
155870
155978
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
155871
155979
|
|
|
155980
|
+
### 第 93 次发布
|
|
155981
|
+
|
|
155982
|
+
发布时间:2024-07-04 01:27:42
|
|
155983
|
+
|
|
155984
|
+
本次发布包含了以下内容:
|
|
155985
|
+
|
|
155986
|
+
改善已有的文档。
|
|
155987
|
+
|
|
155988
|
+
修改接口:
|
|
155989
|
+
|
|
155990
|
+
* [DeleteDomainWhiteRules](https://cloud.tencent.com/document/api/627/72649)
|
|
155991
|
+
|
|
155992
|
+
* <font color="#dd0000">**修改出参**:</font>Data
|
|
155993
|
+
|
|
155994
|
+
|
|
155995
|
+
修改数据结构:
|
|
155996
|
+
|
|
155997
|
+
* [ClbObject](https://cloud.tencent.com/document/api/627/53609#ClbObject)
|
|
155998
|
+
|
|
155999
|
+
* 新增成员:Proxy, IpHeaders, BotStatus, ApiStatus, ObjectFlowMode
|
|
156000
|
+
|
|
156001
|
+
|
|
156002
|
+
### 第 92 次发布
|
|
156003
|
+
|
|
156004
|
+
发布时间:2024-07-03 01:28:45
|
|
156005
|
+
|
|
156006
|
+
本次发布包含了以下内容:
|
|
156007
|
+
|
|
156008
|
+
改善已有的文档。
|
|
156009
|
+
|
|
156010
|
+
修改接口:
|
|
156011
|
+
|
|
156012
|
+
* [DescribeDomainRules](https://cloud.tencent.com/document/api/627/99701)
|
|
156013
|
+
|
|
156014
|
+
* <font color="#dd0000">**修改出参**:</font>Rules
|
|
156015
|
+
|
|
156016
|
+
|
|
155872
156017
|
### 第 91 次发布
|
|
155873
156018
|
|
|
155874
156019
|
发布时间:2024-07-02 01:27:59
|
|
@@ -158298,16 +158443,16 @@
|
|
|
158298
158443
|
|
|
158299
158444
|
新增接口:
|
|
158300
158445
|
|
|
158301
|
-
* [
|
|
158302
|
-
* [
|
|
158446
|
+
* [DescribeDutyScheduleDetails](https://cloud.tencent.com/document/api/1267/107907)
|
|
158447
|
+
* [DescribeDutyScheduleList](https://cloud.tencent.com/document/api/1267/107906)
|
|
158303
158448
|
|
|
158304
158449
|
新增数据结构:
|
|
158305
158450
|
|
|
158306
|
-
* [
|
|
158307
|
-
* [
|
|
158308
|
-
* [
|
|
158309
|
-
* [
|
|
158310
|
-
* [
|
|
158451
|
+
* [Duty](https://cloud.tencent.com/document/api/1267/76336#Duty)
|
|
158452
|
+
* [DutyPerson](https://cloud.tencent.com/document/api/1267/76336#DutyPerson)
|
|
158453
|
+
* [DutySchedule](https://cloud.tencent.com/document/api/1267/76336#DutySchedule)
|
|
158454
|
+
* [DutyScheduleData](https://cloud.tencent.com/document/api/1267/76336#DutyScheduleData)
|
|
158455
|
+
* [DutyScheduleDetailsInfo](https://cloud.tencent.com/document/api/1267/76336#DutyScheduleDetailsInfo)
|
|
158311
158456
|
|
|
158312
158457
|
### 第 98 次发布
|
|
158313
158458
|
|