tencentcloud-sdk-nodejs 4.0.235 → 4.0.239
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 +612 -41
- package/package.json +1 -1
- package/products.md +34 -34
- package/src/common/sdk_version.ts +1 -1
- package/src/services/af/v20200226/af_client.ts +20 -3
- package/src/services/af/v20200226/af_models.ts +375 -36
- package/src/services/afc/v20200226/afc_client.ts +22 -1
- package/src/services/afc/v20200226/afc_models.ts +359 -23
- package/src/services/as/v20180419/as_client.ts +0 -12
- package/src/services/as/v20180419/as_models.ts +0 -75
- package/src/services/ccc/v20200210/ccc_models.ts +6 -0
- package/src/services/cdn/v20180606/cdn_models.ts +15 -9
- package/src/services/cfs/v20190719/cfs_models.ts +2 -2
- package/src/services/cfw/v20190904/cfw_client.ts +44 -7
- package/src/services/cfw/v20190904/cfw_models.ts +412 -154
- package/src/services/clb/v20180317/clb_models.ts +15 -8
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +6 -0
- package/src/services/cme/v20191029/cme_client.ts +80 -26
- package/src/services/cme/v20191029/cme_models.ts +470 -52
- package/src/services/cpdp/v20190820/cpdp_client.ts +592 -279
- package/src/services/cpdp/v20190820/cpdp_models.ts +10255 -6695
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_client.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +141 -21
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +22 -11
- package/src/services/dcdb/v20180411/dcdb_models.ts +8 -4
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/mariadb/v20170312/mariadb_client.ts +24 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +61 -1
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/mrs/v20200910/mrs_client.ts +11 -5
- package/src/services/mrs/v20200910/mrs_models.ts +249 -81
- package/src/services/oceanus/v20190422/oceanus_models.ts +15 -5
- package/src/services/scf/v20180416/scf_models.ts +10 -0
- package/src/services/sms/v20210111/sms_models.ts +18 -6
- package/src/services/soe/v20180724/soe_models.ts +8 -5
- package/src/services/ssl/v20191205/ssl_models.ts +1 -1
- package/src/services/tcb/v20180608/tcb_client.ts +18 -6
- package/src/services/tcb/v20180608/tcb_models.ts +87 -0
- package/src/services/tcm/v20210413/tcm_client.ts +2 -1
- package/src/services/tcm/v20210413/tcm_models.ts +37 -8
- package/src/services/tiw/v20190919/tiw_models.ts +5 -4
- package/src/services/tse/v20201207/tse_models.ts +24 -0
- package/src/services/vod/v20180717/vod_models.ts +1 -0
- package/src/services/vpc/v20170312/vpc_models.ts +26 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/af/v20200226/af_client.d.ts +5 -1
- package/tencentcloud/services/af/v20200226/af_client.js +6 -0
- package/tencentcloud/services/af/v20200226/af_models.d.ts +323 -32
- package/tencentcloud/services/afc/v20200226/afc_client.d.ts +5 -1
- package/tencentcloud/services/afc/v20200226/afc_client.js +6 -0
- package/tencentcloud/services/afc/v20200226/afc_models.d.ts +306 -18
- package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -5
- package/tencentcloud/services/as/v20180419/as_client.js +0 -6
- package/tencentcloud/services/as/v20180419/as_models.d.ts +0 -62
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +14 -8
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +14 -2
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +18 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +352 -129
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +12 -5
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +5 -0
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +26 -10
- package/tencentcloud/services/cme/v20191029/cme_client.js +36 -12
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +410 -47
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +109 -13
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +162 -18
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +8930 -5949
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +120 -20
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +17 -6
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +7 -4
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +9 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +12 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +53 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +220 -75
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +12 -4
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +8 -0
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +15 -5
- package/tencentcloud/services/soe/v20180724/soe_models.d.ts +6 -3
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +7 -3
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +9 -3
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +72 -0
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +31 -6
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +5 -4
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +20 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +21 -1
- package/test/af.v20200226.test.js +10 -0
- package/test/afc.v20200226.test.js +10 -0
- package/test/as.v20180419.test.js +0 -10
- package/test/cfw.v20190904.test.js +30 -0
- package/test/cme.v20191029.test.js +46 -6
- package/test/cpdp.v20190820.test.js +252 -12
- package/test/mariadb.v20170312.test.js +20 -0
- package/test/tcb.v20180608.test.js +12 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,90 +1,152 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 借贷反欺诈(af) 版本:2020-02-26
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 4 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2021-11-
|
|
7
|
+
发布时间:2021-11-18 08:02:15
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [GetAntiFraud](https://cloud.tencent.com/document/api/668/64230)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
新增数据结构:
|
|
18
18
|
|
|
19
|
-
* [
|
|
19
|
+
* [AntiFraudCryptoFilter](https://cloud.tencent.com/document/api/668/44002#AntiFraudCryptoFilter)
|
|
20
|
+
* [AntiFraudFilter](https://cloud.tencent.com/document/api/668/44002#AntiFraudFilter)
|
|
21
|
+
* [AntiFraudRecord](https://cloud.tencent.com/document/api/668/44002#AntiFraudRecord)
|
|
22
|
+
* [OtherModelScoresDetail](https://cloud.tencent.com/document/api/668/44002#OtherModelScoresDetail)
|
|
23
|
+
* [SimpleKindRiskDetail](https://cloud.tencent.com/document/api/668/44002#SimpleKindRiskDetail)
|
|
20
24
|
|
|
21
|
-
* 新增入参:KuberneteApiServer, KuberneteNativeType, KuberneteNativeSecret, ProgramIdList
|
|
22
25
|
|
|
23
|
-
* [CreateConfig](https://cloud.tencent.com/document/api/649/38348)
|
|
24
26
|
|
|
25
|
-
|
|
27
|
+
## 定制建模(afc) 版本:2020-02-26
|
|
26
28
|
|
|
27
|
-
|
|
29
|
+
### 第 2 次发布
|
|
28
30
|
|
|
29
|
-
|
|
31
|
+
发布时间:2021-11-18 08:02:17
|
|
30
32
|
|
|
31
|
-
|
|
33
|
+
本次发布包含了以下内容:
|
|
32
34
|
|
|
33
|
-
|
|
35
|
+
改善已有的文档。
|
|
34
36
|
|
|
35
|
-
|
|
37
|
+
新增接口:
|
|
36
38
|
|
|
37
|
-
|
|
39
|
+
* [GetAntiFraudVip](https://cloud.tencent.com/document/api/1029/64231)
|
|
38
40
|
|
|
39
|
-
|
|
41
|
+
新增数据结构:
|
|
40
42
|
|
|
41
|
-
|
|
43
|
+
* [AntiFraudVipCryptoFilter](https://cloud.tencent.com/document/api/1029/44018#AntiFraudVipCryptoFilter)
|
|
44
|
+
* [AntiFraudVipFilter](https://cloud.tencent.com/document/api/1029/44018#AntiFraudVipFilter)
|
|
45
|
+
* [AntiFraudVipRecord](https://cloud.tencent.com/document/api/1029/44018#AntiFraudVipRecord)
|
|
46
|
+
* [OtherModelScores](https://cloud.tencent.com/document/api/1029/44018#OtherModelScores)
|
|
47
|
+
* [SimpleKindRiskDetail](https://cloud.tencent.com/document/api/1029/44018#SimpleKindRiskDetail)
|
|
42
48
|
|
|
43
|
-
* [CreateNamespace](https://cloud.tencent.com/document/api/649/36098)
|
|
44
49
|
|
|
45
|
-
* 新增入参:ProgramIdList
|
|
46
50
|
|
|
47
|
-
|
|
51
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
48
52
|
|
|
49
|
-
|
|
53
|
+
### 第 13 次发布
|
|
50
54
|
|
|
51
|
-
|
|
55
|
+
发布时间:2021-11-18 08:04:19
|
|
52
56
|
|
|
53
|
-
|
|
57
|
+
本次发布包含了以下内容:
|
|
54
58
|
|
|
55
|
-
|
|
59
|
+
改善已有的文档。
|
|
56
60
|
|
|
57
|
-
|
|
61
|
+
新增接口:
|
|
58
62
|
|
|
59
|
-
* [
|
|
63
|
+
* [AddEnterpriseSecurityGroupRules](https://cloud.tencent.com/document/api/1132/64234)
|
|
64
|
+
* [DescribeEnterpriseSecurityGroupRule](https://cloud.tencent.com/document/api/1132/64233)
|
|
65
|
+
* [RemoveEnterpriseSecurityGroupRule](https://cloud.tencent.com/document/api/1132/64232)
|
|
60
66
|
|
|
61
|
-
|
|
67
|
+
新增数据结构:
|
|
62
68
|
|
|
63
|
-
* [
|
|
69
|
+
* [SecurityGroupRule](https://cloud.tencent.com/document/api/1132/49071#SecurityGroupRule)
|
|
64
70
|
|
|
65
|
-
* 新增入参:LaneIdList, DisableProgramAuthCheck
|
|
66
71
|
|
|
67
|
-
* <font color="#dd0000">**修改入参**:</font>Limit, Offset
|
|
68
72
|
|
|
69
|
-
|
|
73
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
70
74
|
|
|
71
|
-
|
|
75
|
+
### 第 35 次发布
|
|
72
76
|
|
|
73
|
-
|
|
77
|
+
发布时间:2021-11-18 08:05:46
|
|
74
78
|
|
|
75
|
-
|
|
79
|
+
本次发布包含了以下内容:
|
|
76
80
|
|
|
77
|
-
|
|
81
|
+
改善已有的文档。
|
|
78
82
|
|
|
79
|
-
|
|
83
|
+
修改接口:
|
|
80
84
|
|
|
81
|
-
* [
|
|
85
|
+
* [DescribeScanState](https://cloud.tencent.com/document/api/296/60923)
|
|
82
86
|
|
|
83
|
-
*
|
|
87
|
+
* 新增出参:ScanBeginTime, RiskEventCount, ScanEndTime
|
|
84
88
|
|
|
85
|
-
* [
|
|
89
|
+
* [DescribeSecurityEventsCnt](https://cloud.tencent.com/document/api/296/50427)
|
|
86
90
|
|
|
87
|
-
*
|
|
91
|
+
* 新增出参:WindowVul, LinuxVul
|
|
92
|
+
|
|
93
|
+
* [DescribeVulInfoCvss](https://cloud.tencent.com/document/api/296/60898)
|
|
94
|
+
|
|
95
|
+
* 新增出参:Labels
|
|
96
|
+
|
|
97
|
+
* [DescribeVulLevelCount](https://cloud.tencent.com/document/api/296/60897)
|
|
98
|
+
|
|
99
|
+
* 新增入参:VulCategory
|
|
100
|
+
|
|
101
|
+
* [DescribeVulList](https://cloud.tencent.com/document/api/296/63340)
|
|
102
|
+
|
|
103
|
+
* 新增入参:By, Order
|
|
104
|
+
|
|
105
|
+
* [ScanVul](https://cloud.tencent.com/document/api/296/57375)
|
|
106
|
+
|
|
107
|
+
* <font color="#dd0000">**修改入参**:</font>VulCategories
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
修改数据结构:
|
|
111
|
+
|
|
112
|
+
* [EmergencyVul](https://cloud.tencent.com/document/api/296/19867#EmergencyVul)
|
|
113
|
+
|
|
114
|
+
* 新增成员:CveId, CvssScore, Labels, HostCount
|
|
115
|
+
|
|
116
|
+
* [VulEffectHostList](https://cloud.tencent.com/document/api/296/19867#VulEffectHostList)
|
|
117
|
+
|
|
118
|
+
* 新增成员:HostVersion, IsSupportAutoFix, FixStatusMsg
|
|
119
|
+
|
|
120
|
+
* [VulInfoList](https://cloud.tencent.com/document/api/296/19867#VulInfoList)
|
|
121
|
+
|
|
122
|
+
* 新增成员:CveId, CvssScore, Labels, FixSwitch, TaskId
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
## 服务网格(tcm) 版本:2021-04-13
|
|
128
|
+
|
|
129
|
+
### 第 2 次发布
|
|
130
|
+
|
|
131
|
+
发布时间:2021-11-18 08:12:32
|
|
132
|
+
|
|
133
|
+
本次发布包含了以下内容:
|
|
134
|
+
|
|
135
|
+
改善已有的文档。
|
|
136
|
+
|
|
137
|
+
新增数据结构:
|
|
138
|
+
|
|
139
|
+
* [InjectConfig](https://cloud.tencent.com/document/api/1261/63843#InjectConfig)
|
|
140
|
+
|
|
141
|
+
修改数据结构:
|
|
142
|
+
|
|
143
|
+
* [IstioConfig](https://cloud.tencent.com/document/api/1261/63843#IstioConfig)
|
|
144
|
+
|
|
145
|
+
* 新增成员:DisablePolicyChecks
|
|
146
|
+
|
|
147
|
+
* [MeshConfig](https://cloud.tencent.com/document/api/1261/63843#MeshConfig)
|
|
148
|
+
|
|
149
|
+
* 新增成员:Inject
|
|
88
150
|
|
|
89
151
|
|
|
90
152
|
|
|
@@ -368,6 +430,26 @@
|
|
|
368
430
|
|
|
369
431
|
## 借贷反欺诈(af) 版本:2020-02-26
|
|
370
432
|
|
|
433
|
+
### 第 4 次发布
|
|
434
|
+
|
|
435
|
+
发布时间:2021-11-18 08:02:15
|
|
436
|
+
|
|
437
|
+
本次发布包含了以下内容:
|
|
438
|
+
|
|
439
|
+
改善已有的文档。
|
|
440
|
+
|
|
441
|
+
新增接口:
|
|
442
|
+
|
|
443
|
+
* [[GetAntiFraud](https://cloud.tencent.com/document/api/668/64230)](https://cloud.tencent.com/document/api/#/#)
|
|
444
|
+
|
|
445
|
+
新增数据结构:
|
|
446
|
+
|
|
447
|
+
* [[AntiFraudCryptoFilter](https://cloud.tencent.com/document/api/668/44002#AntiFraudCryptoFilter)](https://cloud.tencent.com/document/api/668/44002#[AntiFraudCryptoFilter](https://cloud.tencent.com/document/api/668/44002#AntiFraudCryptoFilter))
|
|
448
|
+
* [[AntiFraudFilter](https://cloud.tencent.com/document/api/668/44002#AntiFraudFilter)](https://cloud.tencent.com/document/api/668/44002#[AntiFraudFilter](https://cloud.tencent.com/document/api/668/44002#AntiFraudFilter))
|
|
449
|
+
* [[AntiFraudRecord](https://cloud.tencent.com/document/api/668/44002#AntiFraudRecord)](https://cloud.tencent.com/document/api/668/44002#[AntiFraudRecord](https://cloud.tencent.com/document/api/668/44002#AntiFraudRecord))
|
|
450
|
+
* [[OtherModelScoresDetail](https://cloud.tencent.com/document/api/668/44002#OtherModelScoresDetail)](https://cloud.tencent.com/document/api/668/44002#[OtherModelScoresDetail](https://cloud.tencent.com/document/api/668/44002#OtherModelScoresDetail))
|
|
451
|
+
* [[SimpleKindRiskDetail](https://cloud.tencent.com/document/api/668/44002#SimpleKindRiskDetail)](https://cloud.tencent.com/document/api/668/44002#[SimpleKindRiskDetail](https://cloud.tencent.com/document/api/668/44002#SimpleKindRiskDetail))
|
|
452
|
+
|
|
371
453
|
### 第 3 次发布
|
|
372
454
|
|
|
373
455
|
发布时间:2021-09-15 08:02:06
|
|
@@ -427,6 +509,26 @@
|
|
|
427
509
|
|
|
428
510
|
## 定制建模(afc) 版本:2020-02-26
|
|
429
511
|
|
|
512
|
+
### 第 2 次发布
|
|
513
|
+
|
|
514
|
+
发布时间:2021-11-18 08:02:17
|
|
515
|
+
|
|
516
|
+
本次发布包含了以下内容:
|
|
517
|
+
|
|
518
|
+
改善已有的文档。
|
|
519
|
+
|
|
520
|
+
新增接口:
|
|
521
|
+
|
|
522
|
+
* [[GetAntiFraudVip](https://cloud.tencent.com/document/api/1029/64231)](https://cloud.tencent.com/document/api/#/#)
|
|
523
|
+
|
|
524
|
+
新增数据结构:
|
|
525
|
+
|
|
526
|
+
* [[AntiFraudVipCryptoFilter](https://cloud.tencent.com/document/api/1029/44018#AntiFraudVipCryptoFilter)](https://cloud.tencent.com/document/api/1029/44018#[AntiFraudVipCryptoFilter](https://cloud.tencent.com/document/api/1029/44018#AntiFraudVipCryptoFilter))
|
|
527
|
+
* [[AntiFraudVipFilter](https://cloud.tencent.com/document/api/1029/44018#AntiFraudVipFilter)](https://cloud.tencent.com/document/api/1029/44018#[AntiFraudVipFilter](https://cloud.tencent.com/document/api/1029/44018#AntiFraudVipFilter))
|
|
528
|
+
* [[AntiFraudVipRecord](https://cloud.tencent.com/document/api/1029/44018#AntiFraudVipRecord)](https://cloud.tencent.com/document/api/1029/44018#[AntiFraudVipRecord](https://cloud.tencent.com/document/api/1029/44018#AntiFraudVipRecord))
|
|
529
|
+
* [[OtherModelScores](https://cloud.tencent.com/document/api/1029/44018#OtherModelScores)](https://cloud.tencent.com/document/api/1029/44018#[OtherModelScores](https://cloud.tencent.com/document/api/1029/44018#OtherModelScores))
|
|
530
|
+
* [[SimpleKindRiskDetail](https://cloud.tencent.com/document/api/1029/44018#SimpleKindRiskDetail)](https://cloud.tencent.com/document/api/1029/44018#[SimpleKindRiskDetail](https://cloud.tencent.com/document/api/1029/44018#SimpleKindRiskDetail))
|
|
531
|
+
|
|
430
532
|
### 第 1 次发布
|
|
431
533
|
|
|
432
534
|
发布时间:2020-04-28 16:31:18
|
|
@@ -1983,6 +2085,18 @@
|
|
|
1983
2085
|
|
|
1984
2086
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
1985
2087
|
|
|
2088
|
+
### 第 42 次发布
|
|
2089
|
+
|
|
2090
|
+
发布时间:2021-11-15 08:04:22
|
|
2091
|
+
|
|
2092
|
+
本次发布包含了以下内容:
|
|
2093
|
+
|
|
2094
|
+
改善已有的文档。
|
|
2095
|
+
|
|
2096
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
2097
|
+
|
|
2098
|
+
* CreatePaiInstance
|
|
2099
|
+
|
|
1986
2100
|
### 第 41 次发布
|
|
1987
2101
|
|
|
1988
2102
|
发布时间:2021-10-27 08:02:46
|
|
@@ -7812,6 +7926,21 @@
|
|
|
7812
7926
|
|
|
7813
7927
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
7814
7928
|
|
|
7929
|
+
### 第 17 次发布
|
|
7930
|
+
|
|
7931
|
+
发布时间:2021-11-16 08:06:45
|
|
7932
|
+
|
|
7933
|
+
本次发布包含了以下内容:
|
|
7934
|
+
|
|
7935
|
+
改善已有的文档。
|
|
7936
|
+
|
|
7937
|
+
修改数据结构:
|
|
7938
|
+
|
|
7939
|
+
* [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
|
|
7940
|
+
|
|
7941
|
+
* 新增成员:Uui
|
|
7942
|
+
|
|
7943
|
+
|
|
7815
7944
|
### 第 16 次发布
|
|
7816
7945
|
|
|
7817
7946
|
发布时间:2021-11-01 08:06:08
|
|
@@ -11847,6 +11976,39 @@
|
|
|
11847
11976
|
|
|
11848
11977
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
11849
11978
|
|
|
11979
|
+
### 第 13 次发布
|
|
11980
|
+
|
|
11981
|
+
发布时间:2021-11-18 08:04:19
|
|
11982
|
+
|
|
11983
|
+
本次发布包含了以下内容:
|
|
11984
|
+
|
|
11985
|
+
改善已有的文档。
|
|
11986
|
+
|
|
11987
|
+
新增接口:
|
|
11988
|
+
|
|
11989
|
+
* [[AddEnterpriseSecurityGroupRules](https://cloud.tencent.com/document/api/1132/64234)](https://cloud.tencent.com/document/api/#/#)
|
|
11990
|
+
* [[DescribeEnterpriseSecurityGroupRule](https://cloud.tencent.com/document/api/1132/64233)](https://cloud.tencent.com/document/api/#/#)
|
|
11991
|
+
* [[RemoveEnterpriseSecurityGroupRule](https://cloud.tencent.com/document/api/1132/64232)](https://cloud.tencent.com/document/api/#/#)
|
|
11992
|
+
|
|
11993
|
+
新增数据结构:
|
|
11994
|
+
|
|
11995
|
+
* [[SecurityGroupRule](https://cloud.tencent.com/document/api/1132/49071#SecurityGroupRule)](https://cloud.tencent.com/document/api/1132/49071#[SecurityGroupRule](https://cloud.tencent.com/document/api/1132/49071#SecurityGroupRule))
|
|
11996
|
+
|
|
11997
|
+
### 第 12 次发布
|
|
11998
|
+
|
|
11999
|
+
发布时间:2021-11-17 08:07:57
|
|
12000
|
+
|
|
12001
|
+
本次发布包含了以下内容:
|
|
12002
|
+
|
|
12003
|
+
改善已有的文档。
|
|
12004
|
+
|
|
12005
|
+
修改接口:
|
|
12006
|
+
|
|
12007
|
+
* [StopSecurityGroupRuleDispatch](https://cloud.tencent.com/document/api/1132/60228)
|
|
12008
|
+
|
|
12009
|
+
* 新增入参:StopType
|
|
12010
|
+
|
|
12011
|
+
|
|
11850
12012
|
### 第 11 次发布
|
|
11851
12013
|
|
|
11852
12014
|
发布时间:2021-09-27 08:08:06
|
|
@@ -14346,6 +14508,21 @@
|
|
|
14346
14508
|
|
|
14347
14509
|
## 云审计(cloudaudit) 版本:2019-03-19
|
|
14348
14510
|
|
|
14511
|
+
### 第 9 次发布
|
|
14512
|
+
|
|
14513
|
+
发布时间:2021-11-16 08:07:51
|
|
14514
|
+
|
|
14515
|
+
本次发布包含了以下内容:
|
|
14516
|
+
|
|
14517
|
+
改善已有的文档。
|
|
14518
|
+
|
|
14519
|
+
修改接口:
|
|
14520
|
+
|
|
14521
|
+
* [DescribeEvents](https://cloud.tencent.com/document/api/629/54488)
|
|
14522
|
+
|
|
14523
|
+
* 新增出参:TotalCount
|
|
14524
|
+
|
|
14525
|
+
|
|
14349
14526
|
### 第 8 次发布
|
|
14350
14527
|
|
|
14351
14528
|
发布时间:2021-06-17 08:11:39
|
|
@@ -14938,6 +15115,52 @@
|
|
|
14938
15115
|
|
|
14939
15116
|
## 腾讯云剪(cme) 版本:2019-10-29
|
|
14940
15117
|
|
|
15118
|
+
### 第 42 次发布
|
|
15119
|
+
|
|
15120
|
+
发布时间:2021-11-17 08:08:41
|
|
15121
|
+
|
|
15122
|
+
本次发布包含了以下内容:
|
|
15123
|
+
|
|
15124
|
+
改善已有的文档。
|
|
15125
|
+
|
|
15126
|
+
新增接口:
|
|
15127
|
+
|
|
15128
|
+
* [CreateVideoEncodingPreset](https://cloud.tencent.com/document/api/1156/64067)
|
|
15129
|
+
* [DeleteVideoEncodingPreset](https://cloud.tencent.com/document/api/1156/64066)
|
|
15130
|
+
* [DescribeVideoEncodingPresets](https://cloud.tencent.com/document/api/1156/64065)
|
|
15131
|
+
* [ModifyVideoEncodingPreset](https://cloud.tencent.com/document/api/1156/64064)
|
|
15132
|
+
|
|
15133
|
+
修改接口:
|
|
15134
|
+
|
|
15135
|
+
* [ExportVideoEditProject](https://cloud.tencent.com/document/api/1156/40353)
|
|
15136
|
+
|
|
15137
|
+
* 新增入参:ExportExtensionArgs
|
|
15138
|
+
|
|
15139
|
+
|
|
15140
|
+
新增数据结构:
|
|
15141
|
+
|
|
15142
|
+
* [VideoEncodingPreset](https://cloud.tencent.com/document/api/1156/40360#VideoEncodingPreset)
|
|
15143
|
+
* [VideoEncodingPresetAudioSetting](https://cloud.tencent.com/document/api/1156/40360#VideoEncodingPresetAudioSetting)
|
|
15144
|
+
* [VideoEncodingPresetAudioSettingForUpdate](https://cloud.tencent.com/document/api/1156/40360#VideoEncodingPresetAudioSettingForUpdate)
|
|
15145
|
+
* [VideoEncodingPresetVideoSetting](https://cloud.tencent.com/document/api/1156/40360#VideoEncodingPresetVideoSetting)
|
|
15146
|
+
* [VideoEncodingPresetVideoSettingForUpdate](https://cloud.tencent.com/document/api/1156/40360#VideoEncodingPresetVideoSettingForUpdate)
|
|
15147
|
+
* [VideoExportExtensionArgs](https://cloud.tencent.com/document/api/1156/40360#VideoExportExtensionArgs)
|
|
15148
|
+
|
|
15149
|
+
### 第 41 次发布
|
|
15150
|
+
|
|
15151
|
+
发布时间:2021-11-16 08:08:03
|
|
15152
|
+
|
|
15153
|
+
本次发布包含了以下内容:
|
|
15154
|
+
|
|
15155
|
+
改善已有的文档。
|
|
15156
|
+
|
|
15157
|
+
修改接口:
|
|
15158
|
+
|
|
15159
|
+
* [DescribeResourceAuthorization](https://cloud.tencent.com/document/api/1156/43251)
|
|
15160
|
+
|
|
15161
|
+
* <font color="#dd0000">**修改入参**:</font>Owner, Resource
|
|
15162
|
+
|
|
15163
|
+
|
|
14941
15164
|
### 第 40 次发布
|
|
14942
15165
|
|
|
14943
15166
|
发布时间:2021-11-01 08:07:26
|
|
@@ -16265,6 +16488,83 @@
|
|
|
16265
16488
|
|
|
16266
16489
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
16267
16490
|
|
|
16491
|
+
### 第 51 次发布
|
|
16492
|
+
|
|
16493
|
+
发布时间:2021-11-17 08:08:58
|
|
16494
|
+
|
|
16495
|
+
本次发布包含了以下内容:
|
|
16496
|
+
|
|
16497
|
+
改善已有的文档。
|
|
16498
|
+
|
|
16499
|
+
新增接口:
|
|
16500
|
+
|
|
16501
|
+
* [AddContract](https://cloud.tencent.com/document/api/1122/64089)
|
|
16502
|
+
* [AddMerchant](https://cloud.tencent.com/document/api/1122/64088)
|
|
16503
|
+
* [AddShop](https://cloud.tencent.com/document/api/1122/64087)
|
|
16504
|
+
* [DistributeAccreditQuery](https://cloud.tencent.com/document/api/1122/64086)
|
|
16505
|
+
* [DistributeAccreditTlinx](https://cloud.tencent.com/document/api/1122/64085)
|
|
16506
|
+
* [DistributeAddReceiver](https://cloud.tencent.com/document/api/1122/64084)
|
|
16507
|
+
* [DistributeApply](https://cloud.tencent.com/document/api/1122/64083)
|
|
16508
|
+
* [DistributeCancel](https://cloud.tencent.com/document/api/1122/64082)
|
|
16509
|
+
* [DistributeQuery](https://cloud.tencent.com/document/api/1122/64081)
|
|
16510
|
+
* [DistributeQueryReceiver](https://cloud.tencent.com/document/api/1122/64080)
|
|
16511
|
+
* [DistributeRemoveReceiver](https://cloud.tencent.com/document/api/1122/64079)
|
|
16512
|
+
* [DownloadOrgFile](https://cloud.tencent.com/document/api/1122/64078)
|
|
16513
|
+
* [QueryCityCode](https://cloud.tencent.com/document/api/1122/64077)
|
|
16514
|
+
* [QueryContractPayFee](https://cloud.tencent.com/document/api/1122/64076)
|
|
16515
|
+
* [QueryContractPayWayList](https://cloud.tencent.com/document/api/1122/64075)
|
|
16516
|
+
* [QueryContractRelateShop](https://cloud.tencent.com/document/api/1122/64074)
|
|
16517
|
+
* [QueryMerchantClassification](https://cloud.tencent.com/document/api/1122/64073)
|
|
16518
|
+
* [QueryShopOpenId](https://cloud.tencent.com/document/api/1122/64072)
|
|
16519
|
+
* [UploadOrgFile](https://cloud.tencent.com/document/api/1122/64071)
|
|
16520
|
+
* [ViewContract](https://cloud.tencent.com/document/api/1122/64070)
|
|
16521
|
+
* [ViewMerchant](https://cloud.tencent.com/document/api/1122/64069)
|
|
16522
|
+
* [ViewShop](https://cloud.tencent.com/document/api/1122/64068)
|
|
16523
|
+
|
|
16524
|
+
新增数据结构:
|
|
16525
|
+
|
|
16526
|
+
* [AddContractResult](https://cloud.tencent.com/document/api/1122/40683#AddContractResult)
|
|
16527
|
+
* [AddMerchantResult](https://cloud.tencent.com/document/api/1122/40683#AddMerchantResult)
|
|
16528
|
+
* [AddShopResult](https://cloud.tencent.com/document/api/1122/40683#AddShopResult)
|
|
16529
|
+
* [CityCodeResult](https://cloud.tencent.com/document/api/1122/40683#CityCodeResult)
|
|
16530
|
+
* [ContractPayListResult](https://cloud.tencent.com/document/api/1122/40683#ContractPayListResult)
|
|
16531
|
+
* [DistributeAccreditQueryResult](https://cloud.tencent.com/document/api/1122/40683#DistributeAccreditQueryResult)
|
|
16532
|
+
* [DistributeAccreditResult](https://cloud.tencent.com/document/api/1122/40683#DistributeAccreditResult)
|
|
16533
|
+
* [DistributeCancelResult](https://cloud.tencent.com/document/api/1122/40683#DistributeCancelResult)
|
|
16534
|
+
* [DistributeMultiApplyResult](https://cloud.tencent.com/document/api/1122/40683#DistributeMultiApplyResult)
|
|
16535
|
+
* [DistributeQueryResult](https://cloud.tencent.com/document/api/1122/40683#DistributeQueryResult)
|
|
16536
|
+
* [DistributeReceiverResult](https://cloud.tencent.com/document/api/1122/40683#DistributeReceiverResult)
|
|
16537
|
+
* [DownloadFileResult](https://cloud.tencent.com/document/api/1122/40683#DownloadFileResult)
|
|
16538
|
+
* [MerchantClassificationId](https://cloud.tencent.com/document/api/1122/40683#MerchantClassificationId)
|
|
16539
|
+
* [MultiApplyDetail](https://cloud.tencent.com/document/api/1122/40683#MultiApplyDetail)
|
|
16540
|
+
* [MultiApplyOrder](https://cloud.tencent.com/document/api/1122/40683#MultiApplyOrder)
|
|
16541
|
+
* [PayDataResult](https://cloud.tencent.com/document/api/1122/40683#PayDataResult)
|
|
16542
|
+
* [PayFeeDataResult](https://cloud.tencent.com/document/api/1122/40683#PayFeeDataResult)
|
|
16543
|
+
* [QueryContractPayFeeResult](https://cloud.tencent.com/document/api/1122/40683#QueryContractPayFeeResult)
|
|
16544
|
+
* [QueryContractRelateShopResult](https://cloud.tencent.com/document/api/1122/40683#QueryContractRelateShopResult)
|
|
16545
|
+
* [QueryShopOpenIdResult](https://cloud.tencent.com/document/api/1122/40683#QueryShopOpenIdResult)
|
|
16546
|
+
* [UploadFileResult](https://cloud.tencent.com/document/api/1122/40683#UploadFileResult)
|
|
16547
|
+
* [ViewContractResult](https://cloud.tencent.com/document/api/1122/40683#ViewContractResult)
|
|
16548
|
+
* [ViewMerchantResult](https://cloud.tencent.com/document/api/1122/40683#ViewMerchantResult)
|
|
16549
|
+
* [ViewShopResult](https://cloud.tencent.com/document/api/1122/40683#ViewShopResult)
|
|
16550
|
+
|
|
16551
|
+
### 第 50 次发布
|
|
16552
|
+
|
|
16553
|
+
发布时间:2021-11-12 15:56:31
|
|
16554
|
+
|
|
16555
|
+
本次发布包含了以下内容:
|
|
16556
|
+
|
|
16557
|
+
改善已有的文档。
|
|
16558
|
+
|
|
16559
|
+
新增接口:
|
|
16560
|
+
|
|
16561
|
+
* [CreateAnchor](https://cloud.tencent.com/document/api/1122/63932)
|
|
16562
|
+
* [UploadFile](https://cloud.tencent.com/document/api/1122/63931)
|
|
16563
|
+
|
|
16564
|
+
新增数据结构:
|
|
16565
|
+
|
|
16566
|
+
* [AnchorExtendInfo](https://cloud.tencent.com/document/api/1122/40683#AnchorExtendInfo)
|
|
16567
|
+
|
|
16268
16568
|
### 第 49 次发布
|
|
16269
16569
|
|
|
16270
16570
|
发布时间:2021-11-04 08:06:43
|
|
@@ -19019,6 +19319,56 @@
|
|
|
19019
19319
|
|
|
19020
19320
|
## 主机安全(cwp) 版本:2018-02-28
|
|
19021
19321
|
|
|
19322
|
+
### 第 35 次发布
|
|
19323
|
+
|
|
19324
|
+
发布时间:2021-11-18 08:05:46
|
|
19325
|
+
|
|
19326
|
+
本次发布包含了以下内容:
|
|
19327
|
+
|
|
19328
|
+
改善已有的文档。
|
|
19329
|
+
|
|
19330
|
+
修改接口:
|
|
19331
|
+
|
|
19332
|
+
* [DescribeScanState](https://cloud.tencent.com/document/api/296/60923)
|
|
19333
|
+
|
|
19334
|
+
* 新增出参:ScanBeginTime, RiskEventCount, ScanEndTime
|
|
19335
|
+
|
|
19336
|
+
* [DescribeSecurityEventsCnt](https://cloud.tencent.com/document/api/296/50427)
|
|
19337
|
+
|
|
19338
|
+
* 新增出参:WindowVul, LinuxVul
|
|
19339
|
+
|
|
19340
|
+
* [DescribeVulInfoCvss](https://cloud.tencent.com/document/api/296/60898)
|
|
19341
|
+
|
|
19342
|
+
* 新增出参:Labels
|
|
19343
|
+
|
|
19344
|
+
* [DescribeVulLevelCount](https://cloud.tencent.com/document/api/296/60897)
|
|
19345
|
+
|
|
19346
|
+
* 新增入参:VulCategory
|
|
19347
|
+
|
|
19348
|
+
* [DescribeVulList](https://cloud.tencent.com/document/api/296/63340)
|
|
19349
|
+
|
|
19350
|
+
* 新增入参:By, Order
|
|
19351
|
+
|
|
19352
|
+
* [ScanVul](https://cloud.tencent.com/document/api/296/57375)
|
|
19353
|
+
|
|
19354
|
+
* <font color="#dd0000">**修改入参**:</font>VulCategories
|
|
19355
|
+
|
|
19356
|
+
|
|
19357
|
+
修改数据结构:
|
|
19358
|
+
|
|
19359
|
+
* [EmergencyVul](https://cloud.tencent.com/document/api/296/19867#EmergencyVul)
|
|
19360
|
+
|
|
19361
|
+
* 新增成员:CveId, CvssScore, Labels, HostCount
|
|
19362
|
+
|
|
19363
|
+
* [VulEffectHostList](https://cloud.tencent.com/document/api/296/19867#VulEffectHostList)
|
|
19364
|
+
|
|
19365
|
+
* 新增成员:HostVersion, IsSupportAutoFix, FixStatusMsg
|
|
19366
|
+
|
|
19367
|
+
* [VulInfoList](https://cloud.tencent.com/document/api/296/19867#VulInfoList)
|
|
19368
|
+
|
|
19369
|
+
* 新增成员:CveId, CvssScore, Labels, FixSwitch, TaskId
|
|
19370
|
+
|
|
19371
|
+
|
|
19022
19372
|
### 第 34 次发布
|
|
19023
19373
|
|
|
19024
19374
|
发布时间:2021-11-02 08:05:13
|
|
@@ -21952,6 +22302,21 @@
|
|
|
21952
22302
|
|
|
21953
22303
|
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
21954
22304
|
|
|
22305
|
+
### 第 29 次发布
|
|
22306
|
+
|
|
22307
|
+
发布时间:2021-11-17 08:10:41
|
|
22308
|
+
|
|
22309
|
+
本次发布包含了以下内容:
|
|
22310
|
+
|
|
22311
|
+
改善已有的文档。
|
|
22312
|
+
|
|
22313
|
+
修改接口:
|
|
22314
|
+
|
|
22315
|
+
* [CreateDCDBInstance](https://cloud.tencent.com/document/api/557/16135)
|
|
22316
|
+
|
|
22317
|
+
* 新增入参:AutoRenewFlag
|
|
22318
|
+
|
|
22319
|
+
|
|
21955
22320
|
### 第 28 次发布
|
|
21956
22321
|
|
|
21957
22322
|
发布时间:2021-09-10 08:05:13
|
|
@@ -36206,6 +36571,26 @@
|
|
|
36206
36571
|
|
|
36207
36572
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
36208
36573
|
|
|
36574
|
+
### 第 26 次发布
|
|
36575
|
+
|
|
36576
|
+
发布时间:2021-11-17 08:13:35
|
|
36577
|
+
|
|
36578
|
+
本次发布包含了以下内容:
|
|
36579
|
+
|
|
36580
|
+
改善已有的文档。
|
|
36581
|
+
|
|
36582
|
+
新增接口:
|
|
36583
|
+
|
|
36584
|
+
* [ModifyDBSyncMode](https://cloud.tencent.com/document/api/237/64090)
|
|
36585
|
+
* [ModifySyncTaskAttribute](https://cloud.tencent.com/document/api/237/64091)
|
|
36586
|
+
|
|
36587
|
+
修改数据结构:
|
|
36588
|
+
|
|
36589
|
+
* [SlowLogData](https://cloud.tencent.com/document/api/237/16191#SlowLogData)
|
|
36590
|
+
|
|
36591
|
+
* 新增成员:Host
|
|
36592
|
+
|
|
36593
|
+
|
|
36209
36594
|
### 第 25 次发布
|
|
36210
36595
|
|
|
36211
36596
|
发布时间:2021-09-10 08:06:48
|
|
@@ -37473,6 +37858,21 @@
|
|
|
37473
37858
|
|
|
37474
37859
|
## 云监控(monitor) 版本:2018-07-24
|
|
37475
37860
|
|
|
37861
|
+
### 第 31 次发布
|
|
37862
|
+
|
|
37863
|
+
发布时间:2021-11-15 08:10:59
|
|
37864
|
+
|
|
37865
|
+
本次发布包含了以下内容:
|
|
37866
|
+
|
|
37867
|
+
改善已有的文档。
|
|
37868
|
+
|
|
37869
|
+
修改数据结构:
|
|
37870
|
+
|
|
37871
|
+
* [TagInstance](https://cloud.tencent.com/document/api/248/30354#TagInstance)
|
|
37872
|
+
|
|
37873
|
+
* <font color="#dd0000">**修改成员**:</font>RegionId
|
|
37874
|
+
|
|
37875
|
+
|
|
37476
37876
|
### 第 30 次发布
|
|
37477
37877
|
|
|
37478
37878
|
发布时间:2021-09-23 08:10:38
|
|
@@ -39357,6 +39757,30 @@
|
|
|
39357
39757
|
|
|
39358
39758
|
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
39359
39759
|
|
|
39760
|
+
### 第 7 次发布
|
|
39761
|
+
|
|
39762
|
+
发布时间:2021-11-16 08:13:00
|
|
39763
|
+
|
|
39764
|
+
本次发布包含了以下内容:
|
|
39765
|
+
|
|
39766
|
+
改善已有的文档。
|
|
39767
|
+
|
|
39768
|
+
新增数据结构:
|
|
39769
|
+
|
|
39770
|
+
* [BiopsyPart](https://cloud.tencent.com/document/api/1314/56230#BiopsyPart)
|
|
39771
|
+
* [Endoscopy](https://cloud.tencent.com/document/api/1314/56230#Endoscopy)
|
|
39772
|
+
* [EndoscopyDesc](https://cloud.tencent.com/document/api/1314/56230#EndoscopyDesc)
|
|
39773
|
+
* [EndoscopyOrgan](https://cloud.tencent.com/document/api/1314/56230#EndoscopyOrgan)
|
|
39774
|
+
* [Medicine](https://cloud.tencent.com/document/api/1314/56230#Medicine)
|
|
39775
|
+
* [Prescription](https://cloud.tencent.com/document/api/1314/56230#Prescription)
|
|
39776
|
+
|
|
39777
|
+
修改数据结构:
|
|
39778
|
+
|
|
39779
|
+
* [Template](https://cloud.tencent.com/document/api/1314/56230#Template)
|
|
39780
|
+
|
|
39781
|
+
* 新增成员:Endoscopy, Prescription
|
|
39782
|
+
|
|
39783
|
+
|
|
39360
39784
|
### 第 6 次发布
|
|
39361
39785
|
|
|
39362
39786
|
发布时间:2021-10-21 11:32:09
|
|
@@ -40094,6 +40518,27 @@
|
|
|
40094
40518
|
|
|
40095
40519
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
40096
40520
|
|
|
40521
|
+
### 第 11 次发布
|
|
40522
|
+
|
|
40523
|
+
发布时间:2021-11-15 08:11:30
|
|
40524
|
+
|
|
40525
|
+
本次发布包含了以下内容:
|
|
40526
|
+
|
|
40527
|
+
改善已有的文档。
|
|
40528
|
+
|
|
40529
|
+
修改接口:
|
|
40530
|
+
|
|
40531
|
+
* [CreateResource](https://cloud.tencent.com/document/api/849/52000)
|
|
40532
|
+
|
|
40533
|
+
* 新增入参:FolderId
|
|
40534
|
+
|
|
40535
|
+
* <font color="#dd0000">**修改入参**:</font>Name
|
|
40536
|
+
|
|
40537
|
+
* [DescribeResourceRelatedJobs](https://cloud.tencent.com/document/api/849/54669)
|
|
40538
|
+
|
|
40539
|
+
* 新增入参:ResourceConfigVersion
|
|
40540
|
+
|
|
40541
|
+
|
|
40097
40542
|
### 第 10 次发布
|
|
40098
40543
|
|
|
40099
40544
|
发布时间:2021-09-24 10:00:20
|
|
@@ -43551,6 +43996,25 @@
|
|
|
43551
43996
|
|
|
43552
43997
|
## 云函数(scf) 版本:2018-04-16
|
|
43553
43998
|
|
|
43999
|
+
### 第 38 次发布
|
|
44000
|
+
|
|
44001
|
+
发布时间:2021-11-17 08:14:54
|
|
44002
|
+
|
|
44003
|
+
本次发布包含了以下内容:
|
|
44004
|
+
|
|
44005
|
+
改善已有的文档。
|
|
44006
|
+
|
|
44007
|
+
修改接口:
|
|
44008
|
+
|
|
44009
|
+
* [CreateFunction](https://cloud.tencent.com/document/api/583/18586)
|
|
44010
|
+
|
|
44011
|
+
* 新增入参:InstallDependency
|
|
44012
|
+
|
|
44013
|
+
* [UpdateFunctionConfiguration](https://cloud.tencent.com/document/api/583/18580)
|
|
44014
|
+
|
|
44015
|
+
* 新增入参:InstallDependency
|
|
44016
|
+
|
|
44017
|
+
|
|
43554
44018
|
### 第 37 次发布
|
|
43555
44019
|
|
|
43556
44020
|
发布时间:2021-11-08 08:09:22
|
|
@@ -44754,6 +45218,23 @@
|
|
|
44754
45218
|
|
|
44755
45219
|
## 短信(sms) 版本:2021-01-11
|
|
44756
45220
|
|
|
45221
|
+
### 第 3 次发布
|
|
45222
|
+
|
|
45223
|
+
发布时间:2021-11-16 08:13:49
|
|
45224
|
+
|
|
45225
|
+
本次发布包含了以下内容:
|
|
45226
|
+
|
|
45227
|
+
改善已有的文档。
|
|
45228
|
+
|
|
45229
|
+
修改接口:
|
|
45230
|
+
|
|
45231
|
+
* [DescribeSmsTemplateList](https://cloud.tencent.com/document/api/382/52067)
|
|
45232
|
+
|
|
45233
|
+
* 新增入参:Limit, Offset
|
|
45234
|
+
|
|
45235
|
+
* <font color="#dd0000">**修改入参**:</font>TemplateIdSet
|
|
45236
|
+
|
|
45237
|
+
|
|
44757
45238
|
### 第 2 次发布
|
|
44758
45239
|
|
|
44759
45240
|
发布时间:2021-09-23 08:11:56
|
|
@@ -48022,6 +48503,25 @@
|
|
|
48022
48503
|
|
|
48023
48504
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
48024
48505
|
|
|
48506
|
+
### 第 75 次发布
|
|
48507
|
+
|
|
48508
|
+
发布时间:2021-11-15 08:13:00
|
|
48509
|
+
|
|
48510
|
+
本次发布包含了以下内容:
|
|
48511
|
+
|
|
48512
|
+
改善已有的文档。
|
|
48513
|
+
|
|
48514
|
+
新增接口:
|
|
48515
|
+
|
|
48516
|
+
* [ModifyCloudBaseRunServerVersion](https://cloud.tencent.com/document/api/876/63949)
|
|
48517
|
+
|
|
48518
|
+
修改数据结构:
|
|
48519
|
+
|
|
48520
|
+
* [CloudBaseRunServerVersionItem](https://cloud.tencent.com/document/api/876/34822#CloudBaseRunServerVersionItem)
|
|
48521
|
+
|
|
48522
|
+
* 新增成员:Architecture
|
|
48523
|
+
|
|
48524
|
+
|
|
48025
48525
|
### 第 74 次发布
|
|
48026
48526
|
|
|
48027
48527
|
发布时间:2021-11-10 08:11:02
|
|
@@ -49714,6 +50214,29 @@
|
|
|
49714
50214
|
|
|
49715
50215
|
## 服务网格(tcm) 版本:2021-04-13
|
|
49716
50216
|
|
|
50217
|
+
### 第 2 次发布
|
|
50218
|
+
|
|
50219
|
+
发布时间:2021-11-18 08:12:32
|
|
50220
|
+
|
|
50221
|
+
本次发布包含了以下内容:
|
|
50222
|
+
|
|
50223
|
+
改善已有的文档。
|
|
50224
|
+
|
|
50225
|
+
新增数据结构:
|
|
50226
|
+
|
|
50227
|
+
* [[InjectConfig](https://cloud.tencent.com/document/api/1261/63843#InjectConfig)](https://cloud.tencent.com/document/api/1261/63843#[InjectConfig](https://cloud.tencent.com/document/api/1261/63843#InjectConfig))
|
|
50228
|
+
|
|
50229
|
+
修改数据结构:
|
|
50230
|
+
|
|
50231
|
+
* [IstioConfig](https://cloud.tencent.com/document/api/1261/63843#IstioConfig)
|
|
50232
|
+
|
|
50233
|
+
* 新增成员:DisablePolicyChecks
|
|
50234
|
+
|
|
50235
|
+
* [MeshConfig](https://cloud.tencent.com/document/api/1261/63843#MeshConfig)
|
|
50236
|
+
|
|
50237
|
+
* 新增成员:Inject
|
|
50238
|
+
|
|
50239
|
+
|
|
49717
50240
|
### 第 1 次发布
|
|
49718
50241
|
|
|
49719
50242
|
发布时间:2021-11-10 15:03:56
|
|
@@ -55308,6 +55831,28 @@
|
|
|
55308
55831
|
|
|
55309
55832
|
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
55310
55833
|
|
|
55834
|
+
### 第 12 次发布
|
|
55835
|
+
|
|
55836
|
+
发布时间:2021-11-16 08:15:49
|
|
55837
|
+
|
|
55838
|
+
本次发布包含了以下内容:
|
|
55839
|
+
|
|
55840
|
+
改善已有的文档。
|
|
55841
|
+
|
|
55842
|
+
修改接口:
|
|
55843
|
+
|
|
55844
|
+
* [DescribeSREInstanceAccessAddress](https://cloud.tencent.com/document/api/1364/54941)
|
|
55845
|
+
|
|
55846
|
+
* 新增出参:ConsoleInternetAddress, ConsoleIntranetAddress
|
|
55847
|
+
|
|
55848
|
+
|
|
55849
|
+
修改数据结构:
|
|
55850
|
+
|
|
55851
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
55852
|
+
|
|
55853
|
+
* 新增成员:EnableConsoleInternet, EnableConsoleIntranet
|
|
55854
|
+
|
|
55855
|
+
|
|
55311
55856
|
### 第 11 次发布
|
|
55312
55857
|
|
|
55313
55858
|
发布时间:2021-10-27 08:12:44
|
|
@@ -60237,6 +60782,32 @@
|
|
|
60237
60782
|
|
|
60238
60783
|
## 私有网络(vpc) 版本:2017-03-12
|
|
60239
60784
|
|
|
60785
|
+
### 第 101 次发布
|
|
60786
|
+
|
|
60787
|
+
发布时间:2021-11-17 08:17:56
|
|
60788
|
+
|
|
60789
|
+
本次发布包含了以下内容:
|
|
60790
|
+
|
|
60791
|
+
改善已有的文档。
|
|
60792
|
+
|
|
60793
|
+
修改接口:
|
|
60794
|
+
|
|
60795
|
+
* [CreateVpnGateway](https://cloud.tencent.com/document/api/215/17521)
|
|
60796
|
+
|
|
60797
|
+
* 新增入参:CdcId, MaxConnection
|
|
60798
|
+
|
|
60799
|
+
* [ModifyIp6AddressesBandwidth](https://cloud.tencent.com/document/api/215/40088)
|
|
60800
|
+
|
|
60801
|
+
* 新增出参:TaskId
|
|
60802
|
+
|
|
60803
|
+
|
|
60804
|
+
修改数据结构:
|
|
60805
|
+
|
|
60806
|
+
* [VpnGateway](https://cloud.tencent.com/document/api/215/15824#VpnGateway)
|
|
60807
|
+
|
|
60808
|
+
* 新增成员:CdcId, MaxConnection
|
|
60809
|
+
|
|
60810
|
+
|
|
60240
60811
|
### 第 100 次发布
|
|
60241
60812
|
|
|
60242
60813
|
发布时间:2021-10-26 08:14:56
|