tencentcloud-sdk-nodejs 4.0.427 → 4.0.430
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 +575 -0
- package/SERVICE_CHANGELOG.md +559 -72
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +12 -0
- package/src/services/antiddos/v20200309/antiddos_models.ts +35 -0
- package/src/services/as/v20180419/as_client.ts +1 -0
- package/src/services/as/v20180419/as_models.ts +58 -3
- package/src/services/cdb/v20170320/cdb_models.ts +15 -0
- package/src/services/cdn/v20180606/cdn_models.ts +0 -1
- package/src/services/cfs/v20190719/cfs_models.ts +37 -37
- package/src/services/cfw/v20190904/cfw_client.ts +19 -43
- package/src/services/cfw/v20190904/cfw_models.ts +48 -164
- package/src/services/ckafka/v20190819/ckafka_models.ts +36 -0
- package/src/services/clb/v20180317/clb_client.ts +24 -11
- package/src/services/clb/v20180317/clb_models.ts +107 -25
- package/src/services/cpdp/v20190820/cpdp_client.ts +60 -6
- package/src/services/cpdp/v20190820/cpdp_models.ts +447 -4
- package/src/services/cvm/v20170312/cvm_models.ts +13 -13
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +46 -0
- package/src/services/dcdb/v20180411/dcdb_client.ts +6 -18
- package/src/services/dcdb/v20180411/dcdb_models.ts +0 -155
- package/src/services/dlc/v20210125/dlc_client.ts +1 -0
- package/src/services/dlc/v20210125/dlc_models.ts +47 -5
- package/src/services/ess/v20201111/ess_client.ts +12 -0
- package/src/services/ess/v20201111/ess_models.ts +30 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +132 -119
- package/src/services/essbasic/v20210526/essbasic_models.ts +63 -0
- package/src/services/ic/v20190307/ic_client.ts +13 -0
- package/src/services/ic/v20190307/ic_models.ts +46 -0
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +14 -2
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +59 -19
- package/src/services/monitor/v20180724/monitor_models.ts +6 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +17 -0
- package/src/services/ocr/v20181119/ocr_client.ts +2 -0
- package/src/services/ocr/v20181119/ocr_models.ts +21 -1
- package/src/services/teo/v20220106/teo_models.ts +6 -0
- package/src/services/tiia/v20190529/tiia_models.ts +30 -0
- package/src/services/tke/v20180525/tke_client.ts +4 -0
- package/src/services/tke/v20180525/tke_models.ts +119 -0
- package/src/services/tmt/v20180321/tmt_models.ts +6 -0
- package/src/services/trtc/v20190722/trtc_client.ts +16 -10
- package/src/services/trtc/v20190722/trtc_models.ts +9 -9
- package/src/services/vpc/v20170312/vpc_models.ts +2 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +30 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +51 -2
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +12 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +0 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +37 -37
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +7 -15
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +9 -21
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +36 -136
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +29 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +8 -4
- package/tencentcloud/services/clb/v20180317/clb_client.js +10 -4
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +93 -24
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +19 -3
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +27 -3
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +380 -4
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +13 -13
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +38 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +3 -7
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +3 -9
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +0 -126
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +40 -5
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +26 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +58 -54
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +81 -75
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +54 -0
- package/tencentcloud/services/ic/v20190307/ic_client.d.ts +5 -1
- package/tencentcloud/services/ic/v20190307/ic_client.js +6 -0
- package/tencentcloud/services/ic/v20190307/ic_models.d.ts +40 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +5 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +6 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +51 -17
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +5 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +14 -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 +17 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +5 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +25 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +101 -0
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +5 -0
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +10 -4
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +10 -4
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +9 -9
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -0
- package/test/antiddos.v20200309.test.js +10 -0
- package/test/cfw.v20190904.test.js +6 -26
- package/test/clb.v20180317.test.js +12 -2
- package/test/cpdp.v20190820.test.js +42 -2
- package/test/dcdb.v20180411.test.js +2 -12
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +52 -42
- package/test/ic.v20190307.test.js +10 -0
- package/test/iotvideo.v20211125.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,29 +1,59 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 83 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-08-
|
|
7
|
+
发布时间:2022-08-31 06:18:54
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [ApplyOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79773)
|
|
16
|
+
* [ApplyOpenBankSubMerchantSignOnline](https://cloud.tencent.com/document/api/1122/79772)
|
|
17
|
+
* [QueryOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79771)
|
|
18
|
+
* [QueryOpenBankSubMerchantSignOnline](https://cloud.tencent.com/document/api/1122/79770)
|
|
19
|
+
|
|
13
20
|
修改接口:
|
|
14
21
|
|
|
15
|
-
* [
|
|
22
|
+
* [AddFlexIdInfo](https://cloud.tencent.com/document/api/1122/76412)
|
|
16
23
|
|
|
17
|
-
* 新增入参:
|
|
24
|
+
* 新增入参:Name
|
|
18
25
|
|
|
26
|
+
* [RefundOpenBankOrder](https://cloud.tencent.com/document/api/1122/76089)
|
|
19
27
|
|
|
28
|
+
* 新增入参:ProfitShareInfoList
|
|
20
29
|
|
|
21
30
|
|
|
22
|
-
|
|
31
|
+
新增数据结构:
|
|
23
32
|
|
|
24
|
-
|
|
33
|
+
* [ApplyOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#ApplyOpenBankSettleOrderResult)
|
|
34
|
+
* [ApplyOpenBankSubMerchantSignOnlineResult](https://cloud.tencent.com/document/api/1122/40683#ApplyOpenBankSubMerchantSignOnlineResult)
|
|
35
|
+
* [OpenBankProfitShareRespInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankProfitShareRespInfo)
|
|
36
|
+
* [QueryOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSettleOrderResult)
|
|
37
|
+
* [QueryOpenBankSubMerchantSignOnlineResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSubMerchantSignOnlineResult)
|
|
25
38
|
|
|
26
|
-
|
|
39
|
+
修改数据结构:
|
|
40
|
+
|
|
41
|
+
* [OpenBankQueryRefundOrderResult](https://cloud.tencent.com/document/api/1122/40683#OpenBankQueryRefundOrderResult)
|
|
42
|
+
|
|
43
|
+
* 新增成员:ProfitShareRespInfoList
|
|
44
|
+
|
|
45
|
+
* [QueryOpenBankPaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankPaymentOrderResult)
|
|
46
|
+
|
|
47
|
+
* 新增成员:ProfitShareRespInfoList
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
53
|
+
|
|
54
|
+
### 第 45 次发布
|
|
55
|
+
|
|
56
|
+
发布时间:2022-08-31 06:24:58
|
|
27
57
|
|
|
28
58
|
本次发布包含了以下内容:
|
|
29
59
|
|
|
@@ -31,76 +61,68 @@
|
|
|
31
61
|
|
|
32
62
|
<font color="#dd0000">**删除接口**:</font>
|
|
33
63
|
|
|
34
|
-
*
|
|
64
|
+
* CreateDedicatedClusterDCDBInstance
|
|
35
65
|
|
|
36
66
|
|
|
37
67
|
|
|
38
|
-
##
|
|
68
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
39
69
|
|
|
40
|
-
### 第
|
|
70
|
+
### 第 56 次发布
|
|
41
71
|
|
|
42
|
-
发布时间:2022-08-
|
|
72
|
+
发布时间:2022-08-31 06:39:03
|
|
43
73
|
|
|
44
74
|
本次发布包含了以下内容:
|
|
45
75
|
|
|
46
76
|
改善已有的文档。
|
|
47
77
|
|
|
48
|
-
|
|
78
|
+
修改数据结构:
|
|
49
79
|
|
|
50
|
-
* [
|
|
80
|
+
* [AlarmNotice](https://cloud.tencent.com/document/api/248/30354#AlarmNotice)
|
|
81
|
+
|
|
82
|
+
* 新增成员:AMPConsumerId
|
|
51
83
|
|
|
52
|
-
* 新增入参:Encryption
|
|
53
84
|
|
|
54
85
|
|
|
86
|
+
|
|
87
|
+
## 图像分析(tiia) 版本:2019-05-29
|
|
88
|
+
|
|
89
|
+
### 第 28 次发布
|
|
90
|
+
|
|
91
|
+
发布时间:2022-08-31 06:53:49
|
|
92
|
+
|
|
93
|
+
本次发布包含了以下内容:
|
|
94
|
+
|
|
95
|
+
改善已有的文档。
|
|
96
|
+
|
|
55
97
|
修改数据结构:
|
|
56
98
|
|
|
57
|
-
* [
|
|
99
|
+
* [CarPlateContent](https://cloud.tencent.com/document/api/865/35474#CarPlateContent)
|
|
58
100
|
|
|
59
|
-
* 新增成员:
|
|
101
|
+
* 新增成员:PlateStatus, PlateStatusConfidence, PlateAngle
|
|
60
102
|
|
|
103
|
+
* [CarTagItem](https://cloud.tencent.com/document/api/865/35474#CarTagItem)
|
|
61
104
|
|
|
105
|
+
* 新增成员:Orientation, OrientationConfidence
|
|
62
106
|
|
|
63
107
|
|
|
64
|
-
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
65
108
|
|
|
66
|
-
### 第 22 次发布
|
|
67
109
|
|
|
68
|
-
|
|
110
|
+
## 机器翻译(tmt) 版本:2018-03-21
|
|
111
|
+
|
|
112
|
+
### 第 8 次发布
|
|
113
|
+
|
|
114
|
+
发布时间:2022-08-31 06:55:53
|
|
69
115
|
|
|
70
116
|
本次发布包含了以下内容:
|
|
71
117
|
|
|
72
118
|
改善已有的文档。
|
|
73
119
|
|
|
74
|
-
|
|
120
|
+
修改数据结构:
|
|
75
121
|
|
|
76
|
-
* [
|
|
77
|
-
* [CreateRule](https://cloud.tencent.com/document/api/1552/79672)
|
|
78
|
-
* [DeleteRules](https://cloud.tencent.com/document/api/1552/79671)
|
|
79
|
-
* [DescribeAvailablePlans](https://cloud.tencent.com/document/api/1552/79665)
|
|
80
|
-
* [DescribeRules](https://cloud.tencent.com/document/api/1552/79670)
|
|
81
|
-
* [DescribeRulesSetting](https://cloud.tencent.com/document/api/1552/79669)
|
|
82
|
-
* [ModifyRule](https://cloud.tencent.com/document/api/1552/79668)
|
|
83
|
-
* [ModifyRulePriority](https://cloud.tencent.com/document/api/1552/79667)
|
|
122
|
+
* [GetFileTranslateData](https://cloud.tencent.com/document/api/551/17233#GetFileTranslateData)
|
|
84
123
|
|
|
85
|
-
|
|
124
|
+
* 新增成员:Progress
|
|
86
125
|
|
|
87
|
-
* [PlanInfo](https://cloud.tencent.com/document/api/1552/73155#PlanInfo)
|
|
88
|
-
* [RuleAction](https://cloud.tencent.com/document/api/1552/73155#RuleAction)
|
|
89
|
-
* [RuleAndConditions](https://cloud.tencent.com/document/api/1552/73155#RuleAndConditions)
|
|
90
|
-
* [RuleChoicePropertiesItem](https://cloud.tencent.com/document/api/1552/73155#RuleChoicePropertiesItem)
|
|
91
|
-
* [RuleCodeAction](https://cloud.tencent.com/document/api/1552/73155#RuleCodeAction)
|
|
92
|
-
* [RuleCodeActionParams](https://cloud.tencent.com/document/api/1552/73155#RuleCodeActionParams)
|
|
93
|
-
* [RuleCondition](https://cloud.tencent.com/document/api/1552/73155#RuleCondition)
|
|
94
|
-
* [RuleExtraParameter](https://cloud.tencent.com/document/api/1552/73155#RuleExtraParameter)
|
|
95
|
-
* [RuleFilter](https://cloud.tencent.com/document/api/1552/73155#RuleFilter)
|
|
96
|
-
* [RuleItem](https://cloud.tencent.com/document/api/1552/73155#RuleItem)
|
|
97
|
-
* [RuleNormalAction](https://cloud.tencent.com/document/api/1552/73155#RuleNormalAction)
|
|
98
|
-
* [RuleNormalActionParams](https://cloud.tencent.com/document/api/1552/73155#RuleNormalActionParams)
|
|
99
|
-
* [RuleRewriteAction](https://cloud.tencent.com/document/api/1552/73155#RuleRewriteAction)
|
|
100
|
-
* [RuleRewriteActionParams](https://cloud.tencent.com/document/api/1552/73155#RuleRewriteActionParams)
|
|
101
|
-
* [RuleSettingDetail](https://cloud.tencent.com/document/api/1552/73155#RuleSettingDetail)
|
|
102
|
-
* [RulesProperties](https://cloud.tencent.com/document/api/1552/73155#RulesProperties)
|
|
103
|
-
* [RulesSettingAction](https://cloud.tencent.com/document/api/1552/73155#RulesSettingAction)
|
|
104
126
|
|
|
105
127
|
|
|
106
128
|
|
|
@@ -1598,6 +1620,18 @@
|
|
|
1598
1620
|
|
|
1599
1621
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1600
1622
|
|
|
1623
|
+
### 第 40 次发布
|
|
1624
|
+
|
|
1625
|
+
发布时间:2022-08-29 13:11:21
|
|
1626
|
+
|
|
1627
|
+
本次发布包含了以下内容:
|
|
1628
|
+
|
|
1629
|
+
改善已有的文档。
|
|
1630
|
+
|
|
1631
|
+
新增接口:
|
|
1632
|
+
|
|
1633
|
+
* [DescribeNewL7RulesErrHealth](https://cloud.tencent.com/document/api/1021/79701)
|
|
1634
|
+
|
|
1601
1635
|
### 第 39 次发布
|
|
1602
1636
|
|
|
1603
1637
|
发布时间:2022-08-09 10:41:42
|
|
@@ -3599,6 +3633,36 @@
|
|
|
3599
3633
|
|
|
3600
3634
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
3601
3635
|
|
|
3636
|
+
### 第 55 次发布
|
|
3637
|
+
|
|
3638
|
+
发布时间:2022-08-30 06:08:56
|
|
3639
|
+
|
|
3640
|
+
本次发布包含了以下内容:
|
|
3641
|
+
|
|
3642
|
+
改善已有的文档。
|
|
3643
|
+
|
|
3644
|
+
修改接口:
|
|
3645
|
+
|
|
3646
|
+
* [CreateLifecycleHook](https://cloud.tencent.com/document/api/377/34454)
|
|
3647
|
+
|
|
3648
|
+
* 新增入参:LifecycleCommand
|
|
3649
|
+
|
|
3650
|
+
|
|
3651
|
+
新增数据结构:
|
|
3652
|
+
|
|
3653
|
+
* [LifecycleCommand](https://cloud.tencent.com/document/api/377/20453#LifecycleCommand)
|
|
3654
|
+
|
|
3655
|
+
修改数据结构:
|
|
3656
|
+
|
|
3657
|
+
* [LifecycleActionResultInfo](https://cloud.tencent.com/document/api/377/20453#LifecycleActionResultInfo)
|
|
3658
|
+
|
|
3659
|
+
* 新增成员:InvocationId, InvokeCommandResult
|
|
3660
|
+
|
|
3661
|
+
* [LifecycleHook](https://cloud.tencent.com/document/api/377/20453#LifecycleHook)
|
|
3662
|
+
|
|
3663
|
+
* 新增成员:LifecycleCommand
|
|
3664
|
+
|
|
3665
|
+
|
|
3602
3666
|
### 第 54 次发布
|
|
3603
3667
|
|
|
3604
3668
|
发布时间:2022-08-11 06:10:05
|
|
@@ -11317,6 +11381,21 @@
|
|
|
11317
11381
|
|
|
11318
11382
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
11319
11383
|
|
|
11384
|
+
### 第 97 次发布
|
|
11385
|
+
|
|
11386
|
+
发布时间:2022-08-30 06:13:27
|
|
11387
|
+
|
|
11388
|
+
本次发布包含了以下内容:
|
|
11389
|
+
|
|
11390
|
+
改善已有的文档。
|
|
11391
|
+
|
|
11392
|
+
修改接口:
|
|
11393
|
+
|
|
11394
|
+
* [DescribeParamTemplates](https://cloud.tencent.com/document/api/236/32659)
|
|
11395
|
+
|
|
11396
|
+
* 新增入参:EngineTypes, TemplateNames, TemplateIds
|
|
11397
|
+
|
|
11398
|
+
|
|
11320
11399
|
### 第 96 次发布
|
|
11321
11400
|
|
|
11322
11401
|
发布时间:2022-08-01 11:27:47
|
|
@@ -16208,6 +16287,19 @@
|
|
|
16208
16287
|
|
|
16209
16288
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
16210
16289
|
|
|
16290
|
+
### 第 21 次发布
|
|
16291
|
+
|
|
16292
|
+
发布时间:2022-08-29 06:15:32
|
|
16293
|
+
|
|
16294
|
+
本次发布包含了以下内容:
|
|
16295
|
+
|
|
16296
|
+
改善已有的文档。
|
|
16297
|
+
|
|
16298
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
16299
|
+
|
|
16300
|
+
* DeleteSecurityGroupAllRule
|
|
16301
|
+
* DescribeNatRuleOverview
|
|
16302
|
+
|
|
16211
16303
|
### 第 20 次发布
|
|
16212
16304
|
|
|
16213
16305
|
发布时间:2022-08-26 06:15:17
|
|
@@ -17362,6 +17454,40 @@
|
|
|
17362
17454
|
|
|
17363
17455
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
17364
17456
|
|
|
17457
|
+
### 第 56 次发布
|
|
17458
|
+
|
|
17459
|
+
发布时间:2022-08-30 06:16:47
|
|
17460
|
+
|
|
17461
|
+
本次发布包含了以下内容:
|
|
17462
|
+
|
|
17463
|
+
改善已有的文档。
|
|
17464
|
+
|
|
17465
|
+
修改数据结构:
|
|
17466
|
+
|
|
17467
|
+
* [ClsParam](https://cloud.tencent.com/document/api/597/40861#ClsParam)
|
|
17468
|
+
|
|
17469
|
+
* 新增成员:TimeField
|
|
17470
|
+
|
|
17471
|
+
|
|
17472
|
+
### 第 55 次发布
|
|
17473
|
+
|
|
17474
|
+
发布时间:2022-08-29 06:16:32
|
|
17475
|
+
|
|
17476
|
+
本次发布包含了以下内容:
|
|
17477
|
+
|
|
17478
|
+
改善已有的文档。
|
|
17479
|
+
|
|
17480
|
+
修改数据结构:
|
|
17481
|
+
|
|
17482
|
+
* [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
|
|
17483
|
+
|
|
17484
|
+
* 新增成员:RecordWithSchema
|
|
17485
|
+
|
|
17486
|
+
* [PostgreSQLParam](https://cloud.tencent.com/document/api/597/40861#PostgreSQLParam)
|
|
17487
|
+
|
|
17488
|
+
* 新增成员:DataFormat, DataTargetInsertMode, DataTargetPrimaryKeyField, DataTargetRecordMapping, DropInvalidMessage
|
|
17489
|
+
|
|
17490
|
+
|
|
17365
17491
|
### 第 54 次发布
|
|
17366
17492
|
|
|
17367
17493
|
发布时间:2022-08-23 06:17:56
|
|
@@ -18533,6 +18659,22 @@
|
|
|
18533
18659
|
|
|
18534
18660
|
## 负载均衡(clb) 版本:2018-03-17
|
|
18535
18661
|
|
|
18662
|
+
### 第 71 次发布
|
|
18663
|
+
|
|
18664
|
+
发布时间:2022-08-30 06:17:26
|
|
18665
|
+
|
|
18666
|
+
本次发布包含了以下内容:
|
|
18667
|
+
|
|
18668
|
+
改善已有的文档。
|
|
18669
|
+
|
|
18670
|
+
新增接口:
|
|
18671
|
+
|
|
18672
|
+
* [DescribeIdleLoadBalancers](https://cloud.tencent.com/document/api/214/79718)
|
|
18673
|
+
|
|
18674
|
+
新增数据结构:
|
|
18675
|
+
|
|
18676
|
+
* [IdleLoadBalancer](https://cloud.tencent.com/document/api/214/30694#IdleLoadBalancer)
|
|
18677
|
+
|
|
18536
18678
|
### 第 70 次发布
|
|
18537
18679
|
|
|
18538
18680
|
发布时间:2022-07-19 06:07:41
|
|
@@ -22581,6 +22723,70 @@
|
|
|
22581
22723
|
|
|
22582
22724
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
22583
22725
|
|
|
22726
|
+
### 第 83 次发布
|
|
22727
|
+
|
|
22728
|
+
发布时间:2022-08-31 06:18:54
|
|
22729
|
+
|
|
22730
|
+
本次发布包含了以下内容:
|
|
22731
|
+
|
|
22732
|
+
改善已有的文档。
|
|
22733
|
+
|
|
22734
|
+
新增接口:
|
|
22735
|
+
|
|
22736
|
+
* [[ApplyOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79773)](https://cloud.tencent.com/document/api/#/#)
|
|
22737
|
+
* [[ApplyOpenBankSubMerchantSignOnline](https://cloud.tencent.com/document/api/1122/79772)](https://cloud.tencent.com/document/api/#/#)
|
|
22738
|
+
* [[QueryOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79771)](https://cloud.tencent.com/document/api/#/#)
|
|
22739
|
+
* [[QueryOpenBankSubMerchantSignOnline](https://cloud.tencent.com/document/api/1122/79770)](https://cloud.tencent.com/document/api/#/#)
|
|
22740
|
+
|
|
22741
|
+
修改接口:
|
|
22742
|
+
|
|
22743
|
+
* [AddFlexIdInfo](https://cloud.tencent.com/document/api/1122/76412)
|
|
22744
|
+
|
|
22745
|
+
* 新增入参:Name
|
|
22746
|
+
|
|
22747
|
+
* [RefundOpenBankOrder](https://cloud.tencent.com/document/api/1122/76089)
|
|
22748
|
+
|
|
22749
|
+
* 新增入参:ProfitShareInfoList
|
|
22750
|
+
|
|
22751
|
+
|
|
22752
|
+
新增数据结构:
|
|
22753
|
+
|
|
22754
|
+
* [[ApplyOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#ApplyOpenBankSettleOrderResult)](https://cloud.tencent.com/document/api/1122/40683#[ApplyOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#ApplyOpenBankSettleOrderResult))
|
|
22755
|
+
* [[ApplyOpenBankSubMerchantSignOnlineResult](https://cloud.tencent.com/document/api/1122/40683#ApplyOpenBankSubMerchantSignOnlineResult)](https://cloud.tencent.com/document/api/1122/40683#[ApplyOpenBankSubMerchantSignOnlineResult](https://cloud.tencent.com/document/api/1122/40683#ApplyOpenBankSubMerchantSignOnlineResult))
|
|
22756
|
+
* [[OpenBankProfitShareRespInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankProfitShareRespInfo)](https://cloud.tencent.com/document/api/1122/40683#[OpenBankProfitShareRespInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankProfitShareRespInfo))
|
|
22757
|
+
* [[QueryOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSettleOrderResult)](https://cloud.tencent.com/document/api/1122/40683#[QueryOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSettleOrderResult))
|
|
22758
|
+
* [[QueryOpenBankSubMerchantSignOnlineResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSubMerchantSignOnlineResult)](https://cloud.tencent.com/document/api/1122/40683#[QueryOpenBankSubMerchantSignOnlineResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSubMerchantSignOnlineResult))
|
|
22759
|
+
|
|
22760
|
+
修改数据结构:
|
|
22761
|
+
|
|
22762
|
+
* [OpenBankQueryRefundOrderResult](https://cloud.tencent.com/document/api/1122/40683#OpenBankQueryRefundOrderResult)
|
|
22763
|
+
|
|
22764
|
+
* 新增成员:ProfitShareRespInfoList
|
|
22765
|
+
|
|
22766
|
+
* [QueryOpenBankPaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankPaymentOrderResult)
|
|
22767
|
+
|
|
22768
|
+
* 新增成员:ProfitShareRespInfoList
|
|
22769
|
+
|
|
22770
|
+
|
|
22771
|
+
### 第 82 次发布
|
|
22772
|
+
|
|
22773
|
+
发布时间:2022-08-30 06:19:38
|
|
22774
|
+
|
|
22775
|
+
本次发布包含了以下内容:
|
|
22776
|
+
|
|
22777
|
+
改善已有的文档。
|
|
22778
|
+
|
|
22779
|
+
修改接口:
|
|
22780
|
+
|
|
22781
|
+
* [CreateOpenBankPaymentOrder](https://cloud.tencent.com/document/api/1122/70182)
|
|
22782
|
+
|
|
22783
|
+
* 新增入参:SettlementRulesInfo, ExternalPaymentData
|
|
22784
|
+
|
|
22785
|
+
|
|
22786
|
+
新增数据结构:
|
|
22787
|
+
|
|
22788
|
+
* [OpenBankSettlementRulesInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankSettlementRulesInfo)
|
|
22789
|
+
|
|
22584
22790
|
### 第 81 次发布
|
|
22585
22791
|
|
|
22586
22792
|
发布时间:2022-08-11 06:21:37
|
|
@@ -28367,6 +28573,32 @@
|
|
|
28367
28573
|
|
|
28368
28574
|
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
28369
28575
|
|
|
28576
|
+
### 第 24 次发布
|
|
28577
|
+
|
|
28578
|
+
发布时间:2022-08-30 06:23:54
|
|
28579
|
+
|
|
28580
|
+
本次发布包含了以下内容:
|
|
28581
|
+
|
|
28582
|
+
改善已有的文档。
|
|
28583
|
+
|
|
28584
|
+
修改接口:
|
|
28585
|
+
|
|
28586
|
+
* [DescribeInstanceSpecs](https://cloud.tencent.com/document/api/1003/48084)
|
|
28587
|
+
|
|
28588
|
+
* 新增入参:IncludeZoneStocks
|
|
28589
|
+
|
|
28590
|
+
|
|
28591
|
+
新增数据结构:
|
|
28592
|
+
|
|
28593
|
+
* [ZoneStockInfo](https://cloud.tencent.com/document/api/1003/48097#ZoneStockInfo)
|
|
28594
|
+
|
|
28595
|
+
修改数据结构:
|
|
28596
|
+
|
|
28597
|
+
* [InstanceSpec](https://cloud.tencent.com/document/api/1003/48097#InstanceSpec)
|
|
28598
|
+
|
|
28599
|
+
* 新增成员:HasStock, MachineType, MaxIops, MaxIoBandWidth, ZoneStockInfos
|
|
28600
|
+
|
|
28601
|
+
|
|
28370
28602
|
### 第 23 次发布
|
|
28371
28603
|
|
|
28372
28604
|
发布时间:2022-08-25 06:22:53
|
|
@@ -30543,6 +30775,18 @@
|
|
|
30543
30775
|
|
|
30544
30776
|
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
30545
30777
|
|
|
30778
|
+
### 第 45 次发布
|
|
30779
|
+
|
|
30780
|
+
发布时间:2022-08-31 06:24:58
|
|
30781
|
+
|
|
30782
|
+
本次发布包含了以下内容:
|
|
30783
|
+
|
|
30784
|
+
改善已有的文档。
|
|
30785
|
+
|
|
30786
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
30787
|
+
|
|
30788
|
+
* CreateDedicatedClusterDCDBInstance
|
|
30789
|
+
|
|
30546
30790
|
### 第 44 次发布
|
|
30547
30791
|
|
|
30548
30792
|
发布时间:2022-08-25 06:25:03
|
|
@@ -31396,6 +31640,36 @@
|
|
|
31396
31640
|
|
|
31397
31641
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
31398
31642
|
|
|
31643
|
+
### 第 31 次发布
|
|
31644
|
+
|
|
31645
|
+
发布时间:2022-08-30 06:26:45
|
|
31646
|
+
|
|
31647
|
+
本次发布包含了以下内容:
|
|
31648
|
+
|
|
31649
|
+
改善已有的文档。
|
|
31650
|
+
|
|
31651
|
+
修改接口:
|
|
31652
|
+
|
|
31653
|
+
* [DescribeTasks](https://cloud.tencent.com/document/api/1342/53771)
|
|
31654
|
+
|
|
31655
|
+
* 新增出参:TasksOverview
|
|
31656
|
+
|
|
31657
|
+
|
|
31658
|
+
新增数据结构:
|
|
31659
|
+
|
|
31660
|
+
* [TasksOverview](https://cloud.tencent.com/document/api/1342/53778#TasksOverview)
|
|
31661
|
+
|
|
31662
|
+
修改数据结构:
|
|
31663
|
+
|
|
31664
|
+
* [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
|
|
31665
|
+
|
|
31666
|
+
* 新增成员:TotalTime
|
|
31667
|
+
|
|
31668
|
+
* [TaskResultInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResultInfo)
|
|
31669
|
+
|
|
31670
|
+
* 新增成员:TotalTime
|
|
31671
|
+
|
|
31672
|
+
|
|
31399
31673
|
### 第 30 次发布
|
|
31400
31674
|
|
|
31401
31675
|
发布时间:2022-07-28 06:10:28
|
|
@@ -37298,6 +37572,18 @@
|
|
|
37298
37572
|
|
|
37299
37573
|
## 电子签服务(ess) 版本:2020-11-11
|
|
37300
37574
|
|
|
37575
|
+
### 第 15 次发布
|
|
37576
|
+
|
|
37577
|
+
发布时间:2022-08-29 00:06:53
|
|
37578
|
+
|
|
37579
|
+
本次发布包含了以下内容:
|
|
37580
|
+
|
|
37581
|
+
改善已有的文档。
|
|
37582
|
+
|
|
37583
|
+
新增接口:
|
|
37584
|
+
|
|
37585
|
+
* [CreateFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/79686)
|
|
37586
|
+
|
|
37301
37587
|
### 第 14 次发布
|
|
37302
37588
|
|
|
37303
37589
|
发布时间:2022-08-11 22:36:30
|
|
@@ -37669,6 +37955,33 @@
|
|
|
37669
37955
|
|
|
37670
37956
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
37671
37957
|
|
|
37958
|
+
### 第 28 次发布
|
|
37959
|
+
|
|
37960
|
+
发布时间:2022-08-29 00:07:08
|
|
37961
|
+
|
|
37962
|
+
本次发布包含了以下内容:
|
|
37963
|
+
|
|
37964
|
+
改善已有的文档。
|
|
37965
|
+
|
|
37966
|
+
新增接口:
|
|
37967
|
+
|
|
37968
|
+
* [CreateChannelFlowEvidenceReport](https://cloud.tencent.com/document/api/1420/79688)
|
|
37969
|
+
|
|
37970
|
+
修改接口:
|
|
37971
|
+
|
|
37972
|
+
* [ChannelGetTaskResultApi](https://cloud.tencent.com/document/api/1420/78773)
|
|
37973
|
+
|
|
37974
|
+
* 新增出参:PreviewUrl
|
|
37975
|
+
|
|
37976
|
+
* [CreateFlowsByTemplates](https://cloud.tencent.com/document/api/1420/61523)
|
|
37977
|
+
|
|
37978
|
+
* 新增出参:TaskInfos
|
|
37979
|
+
|
|
37980
|
+
|
|
37981
|
+
新增数据结构:
|
|
37982
|
+
|
|
37983
|
+
* [TaskInfo](https://cloud.tencent.com/document/api/1420/61525#TaskInfo)
|
|
37984
|
+
|
|
37672
37985
|
### 第 27 次发布
|
|
37673
37986
|
|
|
37674
37987
|
发布时间:2022-08-11 15:03:00
|
|
@@ -42622,6 +42935,22 @@
|
|
|
42622
42935
|
|
|
42623
42936
|
## 物联卡(ic) 版本:2019-03-07
|
|
42624
42937
|
|
|
42938
|
+
### 第 7 次发布
|
|
42939
|
+
|
|
42940
|
+
发布时间:2022-08-30 06:33:17
|
|
42941
|
+
|
|
42942
|
+
本次发布包含了以下内容:
|
|
42943
|
+
|
|
42944
|
+
改善已有的文档。
|
|
42945
|
+
|
|
42946
|
+
新增接口:
|
|
42947
|
+
|
|
42948
|
+
* [PayForExtendData](https://cloud.tencent.com/document/api/636/79719)
|
|
42949
|
+
|
|
42950
|
+
新增数据结构:
|
|
42951
|
+
|
|
42952
|
+
* [ResOrderIds](https://cloud.tencent.com/document/api/636/33881#ResOrderIds)
|
|
42953
|
+
|
|
42625
42954
|
### 第 6 次发布
|
|
42626
42955
|
|
|
42627
42956
|
发布时间:2022-08-05 06:23:27
|
|
@@ -46463,6 +46792,18 @@
|
|
|
46463
46792
|
|
|
46464
46793
|
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
46465
46794
|
|
|
46795
|
+
### 第 6 次发布
|
|
46796
|
+
|
|
46797
|
+
发布时间:2022-08-30 06:36:25
|
|
46798
|
+
|
|
46799
|
+
本次发布包含了以下内容:
|
|
46800
|
+
|
|
46801
|
+
改善已有的文档。
|
|
46802
|
+
|
|
46803
|
+
新增接口:
|
|
46804
|
+
|
|
46805
|
+
* [DescribeCloudStorageStreamData](https://cloud.tencent.com/document/api/1131/79720)
|
|
46806
|
+
|
|
46466
46807
|
### 第 5 次发布
|
|
46467
46808
|
|
|
46468
46809
|
发布时间:2022-08-22 06:33:46
|
|
@@ -52079,6 +52420,21 @@
|
|
|
52079
52420
|
|
|
52080
52421
|
## 云监控(monitor) 版本:2018-07-24
|
|
52081
52422
|
|
|
52423
|
+
### 第 56 次发布
|
|
52424
|
+
|
|
52425
|
+
发布时间:2022-08-31 06:39:03
|
|
52426
|
+
|
|
52427
|
+
本次发布包含了以下内容:
|
|
52428
|
+
|
|
52429
|
+
改善已有的文档。
|
|
52430
|
+
|
|
52431
|
+
修改数据结构:
|
|
52432
|
+
|
|
52433
|
+
* [AlarmNotice](https://cloud.tencent.com/document/api/248/30354#AlarmNotice)
|
|
52434
|
+
|
|
52435
|
+
* 新增成员:AMPConsumerId
|
|
52436
|
+
|
|
52437
|
+
|
|
52082
52438
|
### 第 55 次发布
|
|
52083
52439
|
|
|
52084
52440
|
发布时间:2022-08-22 06:38:10
|
|
@@ -55581,6 +55937,28 @@
|
|
|
55581
55937
|
|
|
55582
55938
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
55583
55939
|
|
|
55940
|
+
### 第 25 次发布
|
|
55941
|
+
|
|
55942
|
+
发布时间:2022-08-30 06:43:16
|
|
55943
|
+
|
|
55944
|
+
本次发布包含了以下内容:
|
|
55945
|
+
|
|
55946
|
+
改善已有的文档。
|
|
55947
|
+
|
|
55948
|
+
修改接口:
|
|
55949
|
+
|
|
55950
|
+
* [CreateJobConfig](https://cloud.tencent.com/document/api/849/52004)
|
|
55951
|
+
|
|
55952
|
+
* 新增入参:AutoRecover
|
|
55953
|
+
|
|
55954
|
+
|
|
55955
|
+
修改数据结构:
|
|
55956
|
+
|
|
55957
|
+
* [JobConfig](https://cloud.tencent.com/document/api/849/52010#JobConfig)
|
|
55958
|
+
|
|
55959
|
+
* 新增成员:AutoRecover, LogLevel
|
|
55960
|
+
|
|
55961
|
+
|
|
55584
55962
|
### 第 24 次发布
|
|
55585
55963
|
|
|
55586
55964
|
发布时间:2022-08-25 06:41:36
|
|
@@ -56077,6 +56455,29 @@
|
|
|
56077
56455
|
|
|
56078
56456
|
## 文字识别(ocr) 版本:2018-11-19
|
|
56079
56457
|
|
|
56458
|
+
### 第 76 次发布
|
|
56459
|
+
|
|
56460
|
+
发布时间:2022-08-29 06:40:32
|
|
56461
|
+
|
|
56462
|
+
本次发布包含了以下内容:
|
|
56463
|
+
|
|
56464
|
+
改善已有的文档。
|
|
56465
|
+
|
|
56466
|
+
修改数据结构:
|
|
56467
|
+
|
|
56468
|
+
* [VatInvoice](https://cloud.tencent.com/document/api/866/33527#VatInvoice)
|
|
56469
|
+
|
|
56470
|
+
* 新增成员:TaxBureau, TrafficFreeFlag
|
|
56471
|
+
|
|
56472
|
+
* [VatInvoiceItem](https://cloud.tencent.com/document/api/866/33527#VatInvoiceItem)
|
|
56473
|
+
|
|
56474
|
+
* 新增成员:TaxClassifyCode
|
|
56475
|
+
|
|
56476
|
+
* [VehicleInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#VehicleInvoiceInfo)
|
|
56477
|
+
|
|
56478
|
+
* 新增成员:BuyerNo
|
|
56479
|
+
|
|
56480
|
+
|
|
56080
56481
|
### 第 75 次发布
|
|
56081
56482
|
|
|
56082
56483
|
发布时间:2022-08-16 06:34:58
|
|
@@ -72449,6 +72850,21 @@
|
|
|
72449
72850
|
|
|
72450
72851
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
72451
72852
|
|
|
72853
|
+
### 第 23 次发布
|
|
72854
|
+
|
|
72855
|
+
发布时间:2022-08-30 06:54:55
|
|
72856
|
+
|
|
72857
|
+
本次发布包含了以下内容:
|
|
72858
|
+
|
|
72859
|
+
改善已有的文档。
|
|
72860
|
+
|
|
72861
|
+
修改接口:
|
|
72862
|
+
|
|
72863
|
+
* [DescribeDDoSPolicy](https://cloud.tencent.com/document/api/1552/75110)
|
|
72864
|
+
|
|
72865
|
+
* 新增出参:DdosRule
|
|
72866
|
+
|
|
72867
|
+
|
|
72452
72868
|
### 第 22 次发布
|
|
72453
72869
|
|
|
72454
72870
|
发布时间:2022-08-26 06:50:57
|
|
@@ -72459,34 +72875,34 @@
|
|
|
72459
72875
|
|
|
72460
72876
|
新增接口:
|
|
72461
72877
|
|
|
72462
|
-
* [
|
|
72463
|
-
* [
|
|
72464
|
-
* [
|
|
72465
|
-
* [
|
|
72466
|
-
* [
|
|
72467
|
-
* [
|
|
72468
|
-
* [
|
|
72469
|
-
* [
|
|
72878
|
+
* [CreatePlanForZone](https://cloud.tencent.com/document/api/1552/79666)
|
|
72879
|
+
* [CreateRule](https://cloud.tencent.com/document/api/1552/79672)
|
|
72880
|
+
* [DeleteRules](https://cloud.tencent.com/document/api/1552/79671)
|
|
72881
|
+
* [DescribeAvailablePlans](https://cloud.tencent.com/document/api/1552/79665)
|
|
72882
|
+
* [DescribeRules](https://cloud.tencent.com/document/api/1552/79670)
|
|
72883
|
+
* [DescribeRulesSetting](https://cloud.tencent.com/document/api/1552/79669)
|
|
72884
|
+
* [ModifyRule](https://cloud.tencent.com/document/api/1552/79668)
|
|
72885
|
+
* [ModifyRulePriority](https://cloud.tencent.com/document/api/1552/79667)
|
|
72470
72886
|
|
|
72471
72887
|
新增数据结构:
|
|
72472
72888
|
|
|
72473
|
-
* [
|
|
72474
|
-
* [
|
|
72475
|
-
* [
|
|
72476
|
-
* [
|
|
72477
|
-
* [
|
|
72478
|
-
* [
|
|
72479
|
-
* [
|
|
72480
|
-
* [
|
|
72481
|
-
* [
|
|
72482
|
-
* [
|
|
72483
|
-
* [
|
|
72484
|
-
* [
|
|
72485
|
-
* [
|
|
72486
|
-
* [
|
|
72487
|
-
* [
|
|
72488
|
-
* [
|
|
72489
|
-
* [
|
|
72889
|
+
* [PlanInfo](https://cloud.tencent.com/document/api/1552/73155#PlanInfo)
|
|
72890
|
+
* [RuleAction](https://cloud.tencent.com/document/api/1552/73155#RuleAction)
|
|
72891
|
+
* [RuleAndConditions](https://cloud.tencent.com/document/api/1552/73155#RuleAndConditions)
|
|
72892
|
+
* [RuleChoicePropertiesItem](https://cloud.tencent.com/document/api/1552/73155#RuleChoicePropertiesItem)
|
|
72893
|
+
* [RuleCodeAction](https://cloud.tencent.com/document/api/1552/73155#RuleCodeAction)
|
|
72894
|
+
* [RuleCodeActionParams](https://cloud.tencent.com/document/api/1552/73155#RuleCodeActionParams)
|
|
72895
|
+
* [RuleCondition](https://cloud.tencent.com/document/api/1552/73155#RuleCondition)
|
|
72896
|
+
* [RuleExtraParameter](https://cloud.tencent.com/document/api/1552/73155#RuleExtraParameter)
|
|
72897
|
+
* [RuleFilter](https://cloud.tencent.com/document/api/1552/73155#RuleFilter)
|
|
72898
|
+
* [RuleItem](https://cloud.tencent.com/document/api/1552/73155#RuleItem)
|
|
72899
|
+
* [RuleNormalAction](https://cloud.tencent.com/document/api/1552/73155#RuleNormalAction)
|
|
72900
|
+
* [RuleNormalActionParams](https://cloud.tencent.com/document/api/1552/73155#RuleNormalActionParams)
|
|
72901
|
+
* [RuleRewriteAction](https://cloud.tencent.com/document/api/1552/73155#RuleRewriteAction)
|
|
72902
|
+
* [RuleRewriteActionParams](https://cloud.tencent.com/document/api/1552/73155#RuleRewriteActionParams)
|
|
72903
|
+
* [RuleSettingDetail](https://cloud.tencent.com/document/api/1552/73155#RuleSettingDetail)
|
|
72904
|
+
* [RulesProperties](https://cloud.tencent.com/document/api/1552/73155#RulesProperties)
|
|
72905
|
+
* [RulesSettingAction](https://cloud.tencent.com/document/api/1552/73155#RulesSettingAction)
|
|
72490
72906
|
|
|
72491
72907
|
### 第 21 次发布
|
|
72492
72908
|
|
|
@@ -73991,6 +74407,25 @@
|
|
|
73991
74407
|
|
|
73992
74408
|
## 图像分析(tiia) 版本:2019-05-29
|
|
73993
74409
|
|
|
74410
|
+
### 第 28 次发布
|
|
74411
|
+
|
|
74412
|
+
发布时间:2022-08-31 06:53:49
|
|
74413
|
+
|
|
74414
|
+
本次发布包含了以下内容:
|
|
74415
|
+
|
|
74416
|
+
改善已有的文档。
|
|
74417
|
+
|
|
74418
|
+
修改数据结构:
|
|
74419
|
+
|
|
74420
|
+
* [CarPlateContent](https://cloud.tencent.com/document/api/865/35474#CarPlateContent)
|
|
74421
|
+
|
|
74422
|
+
* 新增成员:PlateStatus, PlateStatusConfidence, PlateAngle
|
|
74423
|
+
|
|
74424
|
+
* [CarTagItem](https://cloud.tencent.com/document/api/865/35474#CarTagItem)
|
|
74425
|
+
|
|
74426
|
+
* 新增成员:Orientation, OrientationConfidence
|
|
74427
|
+
|
|
74428
|
+
|
|
73994
74429
|
### 第 27 次发布
|
|
73995
74430
|
|
|
73996
74431
|
发布时间:2022-08-16 06:45:30
|
|
@@ -75424,6 +75859,43 @@
|
|
|
75424
75859
|
|
|
75425
75860
|
## 容器服务(tke) 版本:2018-05-25
|
|
75426
75861
|
|
|
75862
|
+
### 第 119 次发布
|
|
75863
|
+
|
|
75864
|
+
发布时间:2022-08-30 06:57:14
|
|
75865
|
+
|
|
75866
|
+
本次发布包含了以下内容:
|
|
75867
|
+
|
|
75868
|
+
改善已有的文档。
|
|
75869
|
+
|
|
75870
|
+
修改接口:
|
|
75871
|
+
|
|
75872
|
+
* [DescribeClusterEndpoints](https://cloud.tencent.com/document/api/457/78051)
|
|
75873
|
+
|
|
75874
|
+
* 新增出参:ClusterExternalDomain, ClusterIntranetDomain, SecurityGroup
|
|
75875
|
+
|
|
75876
|
+
* [ModifyClusterEndpointSP](https://cloud.tencent.com/document/api/457/39408)
|
|
75877
|
+
|
|
75878
|
+
* 新增入参:SecurityGroup
|
|
75879
|
+
|
|
75880
|
+
|
|
75881
|
+
新增数据结构:
|
|
75882
|
+
|
|
75883
|
+
* [CUDNN](https://cloud.tencent.com/document/api/457/31866#CUDNN)
|
|
75884
|
+
* [CustomDriver](https://cloud.tencent.com/document/api/457/31866#CustomDriver)
|
|
75885
|
+
* [DriverVersion](https://cloud.tencent.com/document/api/457/31866#DriverVersion)
|
|
75886
|
+
* [GPUArgs](https://cloud.tencent.com/document/api/457/31866#GPUArgs)
|
|
75887
|
+
|
|
75888
|
+
修改数据结构:
|
|
75889
|
+
|
|
75890
|
+
* [InstanceAdvancedSettings](https://cloud.tencent.com/document/api/457/31866#InstanceAdvancedSettings)
|
|
75891
|
+
|
|
75892
|
+
* 新增成员:GPUArgs
|
|
75893
|
+
|
|
75894
|
+
* [SubnetInfos](https://cloud.tencent.com/document/api/457/31866#SubnetInfos)
|
|
75895
|
+
|
|
75896
|
+
* 新增成员:SecurityGroups
|
|
75897
|
+
|
|
75898
|
+
|
|
75427
75899
|
### 第 118 次发布
|
|
75428
75900
|
|
|
75429
75901
|
发布时间:2022-08-23 06:56:25
|
|
@@ -78012,6 +78484,21 @@
|
|
|
78012
78484
|
|
|
78013
78485
|
## 机器翻译(tmt) 版本:2018-03-21
|
|
78014
78486
|
|
|
78487
|
+
### 第 8 次发布
|
|
78488
|
+
|
|
78489
|
+
发布时间:2022-08-31 06:55:53
|
|
78490
|
+
|
|
78491
|
+
本次发布包含了以下内容:
|
|
78492
|
+
|
|
78493
|
+
改善已有的文档。
|
|
78494
|
+
|
|
78495
|
+
修改数据结构:
|
|
78496
|
+
|
|
78497
|
+
* [GetFileTranslateData](https://cloud.tencent.com/document/api/551/17233#GetFileTranslateData)
|
|
78498
|
+
|
|
78499
|
+
* 新增成员:Progress
|
|
78500
|
+
|
|
78501
|
+
|
|
78015
78502
|
### 第 7 次发布
|
|
78016
78503
|
|
|
78017
78504
|
发布时间:2022-05-18 06:19:05
|