tencentcloud-sdk-nodejs 4.0.366 → 4.0.369
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 +459 -0
- package/SERVICE_CHANGELOG.md +484 -82
- package/package.json +1 -1
- package/products.md +25 -25
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +12 -0
- package/src/services/cls/v20201016/cls_models.ts +1 -0
- package/src/services/cme/v20191029/cme_client.ts +3 -1
- package/src/services/cme/v20191029/cme_models.ts +21 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +57 -14
- package/src/services/cwp/v20180228/cwp_client.ts +1 -0
- package/src/services/cwp/v20180228/cwp_models.ts +38 -2
- package/src/services/dnspod/v20210323/dnspod_client.ts +75 -26
- package/src/services/dnspod/v20210323/dnspod_models.ts +184 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +10 -0
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +42 -1
- package/src/services/mmps/v20200710/mmps_models.ts +6 -0
- package/src/services/monitor/v20180724/monitor_client.ts +267 -35
- package/src/services/monitor/v20180724/monitor_models.ts +1017 -190
- package/src/services/mrs/v20200910/mrs_client.ts +1 -0
- package/src/services/mrs/v20200910/mrs_models.ts +65 -0
- package/src/services/tcbr/v20220217/tcbr_client.ts +48 -8
- package/src/services/tcbr/v20220217/tcbr_models.ts +329 -26
- package/src/services/teo/v20220106/teo_models.ts +3 -3
- package/src/services/tke/v20180525/tke_models.ts +3 -3
- package/src/services/vod/v20180717/vod_models.ts +16 -15
- package/src/services/vpc/v20170312/vpc_client.ts +16 -1
- package/src/services/vpc/v20170312/vpc_models.ts +165 -15
- package/src/services/waf/v20180125/waf_client.ts +37 -20
- package/src/services/waf/v20180125/waf_models.ts +435 -129
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -0
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +2 -1
- package/tencentcloud/services/cme/v20191029/cme_client.js +2 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +18 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +50 -14
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +32 -2
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +26 -10
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +37 -13
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +159 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +35 -1
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +5 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +85 -9
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +124 -10
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +889 -173
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +55 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_client.d.ts +15 -3
- package/tencentcloud/services/tcbr/v20220217/tcbr_client.js +21 -3
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +276 -23
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +3 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +3 -3
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +13 -12
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +6 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +7 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +138 -14
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +12 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +363 -108
- package/test/dnspod.v20210323.test.js +48 -8
- package/test/monitor.v20180724.test.js +194 -4
- package/test/tcbr.v20220217.test.js +32 -2
- package/test/vpc.v20170312.test.js +10 -0
- package/test/waf.v20180125.test.js +14 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,48 +1,52 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 50 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-06-
|
|
7
|
+
发布时间:2022-06-24 06:09:00
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [HandleStreamConnectProject](https://cloud.tencent.com/document/api/1156/54998)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* 新增出参:VodPullInputPlayInfo
|
|
18
18
|
|
|
19
19
|
|
|
20
|
+
新增数据结构:
|
|
20
21
|
|
|
22
|
+
* [VodPullInputPlayInfo](https://cloud.tencent.com/document/api/1156/40360#VodPullInputPlayInfo)
|
|
21
23
|
|
|
22
|
-
## 数据湖计算(dlc) 版本:2021-01-25
|
|
23
24
|
|
|
24
|
-
### 第 22 次发布
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
27
|
+
|
|
28
|
+
### 第 70 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2022-06-24 06:09:13
|
|
27
31
|
|
|
28
32
|
本次发布包含了以下内容:
|
|
29
33
|
|
|
30
34
|
改善已有的文档。
|
|
31
35
|
|
|
32
|
-
|
|
36
|
+
修改数据结构:
|
|
33
37
|
|
|
34
|
-
* [
|
|
38
|
+
* [QueryOpenBankPaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankPaymentOrderResult)
|
|
35
39
|
|
|
36
|
-
*
|
|
40
|
+
* 新增成员:FeeAmount, FeeRate
|
|
37
41
|
|
|
38
42
|
|
|
39
43
|
|
|
40
44
|
|
|
41
|
-
##
|
|
45
|
+
## 小程序安全(mmps) 版本:2020-07-10
|
|
42
46
|
|
|
43
|
-
### 第
|
|
47
|
+
### 第 4 次发布
|
|
44
48
|
|
|
45
|
-
发布时间:2022-06-
|
|
49
|
+
发布时间:2022-06-24 06:14:40
|
|
46
50
|
|
|
47
51
|
本次发布包含了以下内容:
|
|
48
52
|
|
|
@@ -50,96 +54,117 @@
|
|
|
50
54
|
|
|
51
55
|
修改数据结构:
|
|
52
56
|
|
|
53
|
-
* [
|
|
57
|
+
* [AppInfoItem](https://cloud.tencent.com/document/api/1223/75143#AppInfoItem)
|
|
54
58
|
|
|
55
|
-
* 新增成员:
|
|
59
|
+
* 新增成员:HighRiskCount
|
|
56
60
|
|
|
57
61
|
|
|
58
62
|
|
|
59
63
|
|
|
60
|
-
##
|
|
64
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
61
65
|
|
|
62
|
-
### 第
|
|
66
|
+
### 第 48 次发布
|
|
63
67
|
|
|
64
|
-
发布时间:2022-06-
|
|
68
|
+
发布时间:2022-06-24 06:14:48
|
|
65
69
|
|
|
66
70
|
本次发布包含了以下内容:
|
|
67
71
|
|
|
68
72
|
改善已有的文档。
|
|
69
73
|
|
|
70
|
-
|
|
74
|
+
新增接口:
|
|
71
75
|
|
|
72
|
-
*
|
|
76
|
+
* [BindPrometheusManagedGrafana](https://cloud.tencent.com/document/api/248/76020)
|
|
77
|
+
* [CreateExporterIntegration](https://cloud.tencent.com/document/api/248/76019)
|
|
78
|
+
* [CreatePrometheusAgent](https://cloud.tencent.com/document/api/248/76018)
|
|
79
|
+
* [CreatePrometheusScrapeJob](https://cloud.tencent.com/document/api/248/76017)
|
|
80
|
+
* [DeleteExporterIntegration](https://cloud.tencent.com/document/api/248/76016)
|
|
81
|
+
* [DeletePrometheusScrapeJobs](https://cloud.tencent.com/document/api/248/76015)
|
|
82
|
+
* [DescribeExporterIntegrations](https://cloud.tencent.com/document/api/248/76014)
|
|
83
|
+
* [DescribePrometheusAgents](https://cloud.tencent.com/document/api/248/76013)
|
|
84
|
+
* [DescribePrometheusScrapeJobs](https://cloud.tencent.com/document/api/248/76012)
|
|
85
|
+
* [DestroyPrometheusInstance](https://cloud.tencent.com/document/api/248/76011)
|
|
86
|
+
* [GetPrometheusAgentManagementCommand](https://cloud.tencent.com/document/api/248/76010)
|
|
87
|
+
* [ModifyPrometheusInstanceAttributes](https://cloud.tencent.com/document/api/248/76009)
|
|
88
|
+
* [TerminatePrometheusInstances](https://cloud.tencent.com/document/api/248/76008)
|
|
89
|
+
* [UnbindPrometheusManagedGrafana](https://cloud.tencent.com/document/api/248/76007)
|
|
90
|
+
* [UninstallGrafanaDashboard](https://cloud.tencent.com/document/api/248/76006)
|
|
91
|
+
* [UpdateExporterIntegration](https://cloud.tencent.com/document/api/248/76005)
|
|
92
|
+
* [UpdatePrometheusAgentStatus](https://cloud.tencent.com/document/api/248/76004)
|
|
93
|
+
* [UpdatePrometheusScrapeJob](https://cloud.tencent.com/document/api/248/76003)
|
|
94
|
+
* [UpgradeGrafanaDashboard](https://cloud.tencent.com/document/api/248/76002)
|
|
73
95
|
|
|
74
|
-
|
|
96
|
+
新增数据结构:
|
|
75
97
|
|
|
76
|
-
*
|
|
77
|
-
*
|
|
98
|
+
* [IntegrationConfiguration](https://cloud.tencent.com/document/api/248/30354#IntegrationConfiguration)
|
|
99
|
+
* [ManagementCommand](https://cloud.tencent.com/document/api/248/30354#ManagementCommand)
|
|
100
|
+
* [PrometheusAgent](https://cloud.tencent.com/document/api/248/30354#PrometheusAgent)
|
|
101
|
+
* [PrometheusScrapeJob](https://cloud.tencent.com/document/api/248/30354#PrometheusScrapeJob)
|
|
78
102
|
|
|
79
103
|
|
|
80
104
|
|
|
81
|
-
##
|
|
105
|
+
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
82
106
|
|
|
83
|
-
### 第
|
|
107
|
+
### 第 12 次发布
|
|
84
108
|
|
|
85
|
-
发布时间:2022-06-
|
|
109
|
+
发布时间:2022-06-24 06:15:32
|
|
86
110
|
|
|
87
111
|
本次发布包含了以下内容:
|
|
88
112
|
|
|
89
113
|
改善已有的文档。
|
|
90
114
|
|
|
91
|
-
|
|
115
|
+
新增数据结构:
|
|
92
116
|
|
|
93
|
-
* [
|
|
94
|
-
* [AssociateConfigWithGroup](https://cloud.tencent.com/document/api/649/75780)
|
|
95
|
-
* [DescribeApplicationBusinessLogConfig](https://cloud.tencent.com/document/api/649/75779)
|
|
96
|
-
* [DescribeBusinessLogConfig](https://cloud.tencent.com/document/api/649/75778)
|
|
97
|
-
* [DescribeBusinessLogConfigs](https://cloud.tencent.com/document/api/649/75777)
|
|
98
|
-
* [DescribeDeliveryConfig](https://cloud.tencent.com/document/api/649/75776)
|
|
99
|
-
* [DescribeDeliveryConfigByGroupId](https://cloud.tencent.com/document/api/649/75775)
|
|
100
|
-
* [DescribeDeliveryConfigs](https://cloud.tencent.com/document/api/649/75774)
|
|
101
|
-
* [DescribeGroupBusinessLogConfigs](https://cloud.tencent.com/document/api/649/75773)
|
|
102
|
-
* [DisassociateBusinessLogConfig](https://cloud.tencent.com/document/api/649/75772)
|
|
103
|
-
* [DisassociateKafkaConfig](https://cloud.tencent.com/document/api/649/75771)
|
|
104
|
-
* [ReassociateBusinessLogConfig](https://cloud.tencent.com/document/api/649/75770)
|
|
117
|
+
* [Time](https://cloud.tencent.com/document/api/1314/56230#Time)
|
|
105
118
|
|
|
106
|
-
|
|
119
|
+
修改数据结构:
|
|
107
120
|
|
|
108
|
-
* [
|
|
109
|
-
* [BusinessLogConfig](https://cloud.tencent.com/document/api/649/36099#BusinessLogConfig)
|
|
110
|
-
* [BusinessLogConfigSchema](https://cloud.tencent.com/document/api/649/36099#BusinessLogConfigSchema)
|
|
111
|
-
* [DeliveryConfigBindGroup](https://cloud.tencent.com/document/api/649/36099#DeliveryConfigBindGroup)
|
|
112
|
-
* [DeliveryConfigBindGroups](https://cloud.tencent.com/document/api/649/36099#DeliveryConfigBindGroups)
|
|
113
|
-
* [GroupInfo](https://cloud.tencent.com/document/api/649/36099#GroupInfo)
|
|
114
|
-
* [KafkaDeliveryConfig](https://cloud.tencent.com/document/api/649/36099#KafkaDeliveryConfig)
|
|
115
|
-
* [SimpleKafkaDeliveryConfig](https://cloud.tencent.com/document/api/649/36099#SimpleKafkaDeliveryConfig)
|
|
116
|
-
* [TsfPageBusinessLogConfig](https://cloud.tencent.com/document/api/649/36099#TsfPageBusinessLogConfig)
|
|
121
|
+
* [PatientInfo](https://cloud.tencent.com/document/api/1314/56230#PatientInfo)
|
|
117
122
|
|
|
123
|
+
* 新增成员:BedNo
|
|
118
124
|
|
|
125
|
+
* [ReportInfo](https://cloud.tencent.com/document/api/1314/56230#ReportInfo)
|
|
119
126
|
|
|
120
|
-
|
|
127
|
+
* 新增成员:CheckItem, CheckMethod, DiagnoseTime, HealthCheckupNum, OtherTime, PrintTime, Times
|
|
121
128
|
|
|
122
|
-
### 第 106 次发布
|
|
123
129
|
|
|
124
|
-
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
133
|
+
|
|
134
|
+
### 第 3 次发布
|
|
135
|
+
|
|
136
|
+
发布时间:2022-06-24 06:17:45
|
|
125
137
|
|
|
126
138
|
本次发布包含了以下内容:
|
|
127
139
|
|
|
128
140
|
改善已有的文档。
|
|
129
141
|
|
|
142
|
+
新增接口:
|
|
143
|
+
|
|
144
|
+
* [DescribeServerManageTask](https://cloud.tencent.com/document/api/1243/76021)
|
|
145
|
+
|
|
130
146
|
新增数据结构:
|
|
131
147
|
|
|
132
|
-
* [
|
|
148
|
+
* [ServerManageTaskInfo](https://cloud.tencent.com/document/api/1243/75713#ServerManageTaskInfo)
|
|
149
|
+
* [TaskStepInfo](https://cloud.tencent.com/document/api/1243/75713#TaskStepInfo)
|
|
133
150
|
|
|
134
|
-
修改数据结构:
|
|
135
151
|
|
|
136
|
-
* [AdaptiveDynamicStreamingTaskInput](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingTaskInput)
|
|
137
152
|
|
|
138
|
-
|
|
153
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
139
154
|
|
|
140
|
-
|
|
155
|
+
### 第 117 次发布
|
|
141
156
|
|
|
142
|
-
|
|
157
|
+
发布时间:2022-06-24 06:20:35
|
|
158
|
+
|
|
159
|
+
本次发布包含了以下内容:
|
|
160
|
+
|
|
161
|
+
改善已有的文档。
|
|
162
|
+
|
|
163
|
+
修改接口:
|
|
164
|
+
|
|
165
|
+
* [ModifyNetworkAclEntries](https://cloud.tencent.com/document/api/215/42107)
|
|
166
|
+
|
|
167
|
+
* <font color="#dd0000">**修改入参**:</font>NetworkAclEntrySet
|
|
143
168
|
|
|
144
169
|
|
|
145
170
|
|
|
@@ -12765,6 +12790,21 @@
|
|
|
12765
12790
|
|
|
12766
12791
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
12767
12792
|
|
|
12793
|
+
### 第 105 次发布
|
|
12794
|
+
|
|
12795
|
+
发布时间:2022-06-23 06:08:11
|
|
12796
|
+
|
|
12797
|
+
本次发布包含了以下内容:
|
|
12798
|
+
|
|
12799
|
+
改善已有的文档。
|
|
12800
|
+
|
|
12801
|
+
修改接口:
|
|
12802
|
+
|
|
12803
|
+
* [CreateVerifyRecord](https://cloud.tencent.com/document/api/228/48118)
|
|
12804
|
+
|
|
12805
|
+
* 新增出参:FileVerifyDomains, FileVerifyName
|
|
12806
|
+
|
|
12807
|
+
|
|
12768
12808
|
### 第 104 次发布
|
|
12769
12809
|
|
|
12770
12810
|
发布时间:2022-06-13 06:07:47
|
|
@@ -19684,6 +19724,25 @@
|
|
|
19684
19724
|
|
|
19685
19725
|
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
19686
19726
|
|
|
19727
|
+
### 第 50 次发布
|
|
19728
|
+
|
|
19729
|
+
发布时间:2022-06-24 06:09:00
|
|
19730
|
+
|
|
19731
|
+
本次发布包含了以下内容:
|
|
19732
|
+
|
|
19733
|
+
改善已有的文档。
|
|
19734
|
+
|
|
19735
|
+
修改接口:
|
|
19736
|
+
|
|
19737
|
+
* [HandleStreamConnectProject](https://cloud.tencent.com/document/api/1156/54998)
|
|
19738
|
+
|
|
19739
|
+
* 新增出参:VodPullInputPlayInfo
|
|
19740
|
+
|
|
19741
|
+
|
|
19742
|
+
新增数据结构:
|
|
19743
|
+
|
|
19744
|
+
* [[VodPullInputPlayInfo](https://cloud.tencent.com/document/api/1156/40360#VodPullInputPlayInfo)](https://cloud.tencent.com/document/api/1156/40360#[VodPullInputPlayInfo](https://cloud.tencent.com/document/api/1156/40360#VodPullInputPlayInfo))
|
|
19745
|
+
|
|
19687
19746
|
### 第 49 次发布
|
|
19688
19747
|
|
|
19689
19748
|
发布时间:2022-06-10 06:04:57
|
|
@@ -21213,6 +21272,48 @@
|
|
|
21213
21272
|
|
|
21214
21273
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
21215
21274
|
|
|
21275
|
+
### 第 70 次发布
|
|
21276
|
+
|
|
21277
|
+
发布时间:2022-06-24 06:09:13
|
|
21278
|
+
|
|
21279
|
+
本次发布包含了以下内容:
|
|
21280
|
+
|
|
21281
|
+
改善已有的文档。
|
|
21282
|
+
|
|
21283
|
+
修改数据结构:
|
|
21284
|
+
|
|
21285
|
+
* [QueryOpenBankPaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankPaymentOrderResult)
|
|
21286
|
+
|
|
21287
|
+
* 新增成员:FeeAmount, FeeRate
|
|
21288
|
+
|
|
21289
|
+
|
|
21290
|
+
### 第 69 次发布
|
|
21291
|
+
|
|
21292
|
+
发布时间:2022-06-22 06:05:01
|
|
21293
|
+
|
|
21294
|
+
本次发布包含了以下内容:
|
|
21295
|
+
|
|
21296
|
+
改善已有的文档。
|
|
21297
|
+
|
|
21298
|
+
修改数据结构:
|
|
21299
|
+
|
|
21300
|
+
* [OpenBankGoodsInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankGoodsInfo)
|
|
21301
|
+
|
|
21302
|
+
* 新增成员:GoodsBizType
|
|
21303
|
+
|
|
21304
|
+
* [OpenBankPayerInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankPayerInfo)
|
|
21305
|
+
|
|
21306
|
+
* 新增成员:BankCardType
|
|
21307
|
+
|
|
21308
|
+
* [OpenBankSceneInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankSceneInfo)
|
|
21309
|
+
|
|
21310
|
+
* 新增成员:DeviceType
|
|
21311
|
+
|
|
21312
|
+
* [SupportBankInfo](https://cloud.tencent.com/document/api/1122/40683#SupportBankInfo)
|
|
21313
|
+
|
|
21314
|
+
* 新增成员:BankId, CardType
|
|
21315
|
+
|
|
21316
|
+
|
|
21216
21317
|
### 第 68 次发布
|
|
21217
21318
|
|
|
21218
21319
|
发布时间:2022-06-20 06:05:27
|
|
@@ -24868,6 +24969,25 @@
|
|
|
24868
24969
|
|
|
24869
24970
|
## 主机安全(cwp) 版本:2018-02-28
|
|
24870
24971
|
|
|
24972
|
+
### 第 45 次发布
|
|
24973
|
+
|
|
24974
|
+
发布时间:2022-06-23 06:10:09
|
|
24975
|
+
|
|
24976
|
+
本次发布包含了以下内容:
|
|
24977
|
+
|
|
24978
|
+
改善已有的文档。
|
|
24979
|
+
|
|
24980
|
+
新增数据结构:
|
|
24981
|
+
|
|
24982
|
+
* [LicenseOrder](https://cloud.tencent.com/document/api/296/19867#LicenseOrder)
|
|
24983
|
+
|
|
24984
|
+
修改数据结构:
|
|
24985
|
+
|
|
24986
|
+
* [EffectiveMachineInfo](https://cloud.tencent.com/document/api/296/19867#EffectiveMachineInfo)
|
|
24987
|
+
|
|
24988
|
+
* 新增成员:LicenseOrder
|
|
24989
|
+
|
|
24990
|
+
|
|
24871
24991
|
### 第 44 次发布
|
|
24872
24992
|
|
|
24873
24993
|
发布时间:2022-06-20 06:06:12
|
|
@@ -29650,6 +29770,25 @@
|
|
|
29650
29770
|
|
|
29651
29771
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
29652
29772
|
|
|
29773
|
+
### 第 6 次发布
|
|
29774
|
+
|
|
29775
|
+
发布时间:2022-06-23 06:11:27
|
|
29776
|
+
|
|
29777
|
+
本次发布包含了以下内容:
|
|
29778
|
+
|
|
29779
|
+
改善已有的文档。
|
|
29780
|
+
|
|
29781
|
+
新增接口:
|
|
29782
|
+
|
|
29783
|
+
* [CreateDeal](https://cloud.tencent.com/document/api/1427/75921)
|
|
29784
|
+
* [ModifyPackageAutoRenew](https://cloud.tencent.com/document/api/1427/75920)
|
|
29785
|
+
* [ModifyVasAutoRenewStatus](https://cloud.tencent.com/document/api/1427/75919)
|
|
29786
|
+
* [PayOrderWithBalance](https://cloud.tencent.com/document/api/1427/75918)
|
|
29787
|
+
|
|
29788
|
+
新增数据结构:
|
|
29789
|
+
|
|
29790
|
+
* [Deals](https://cloud.tencent.com/document/api/1427/56185#Deals)
|
|
29791
|
+
|
|
29653
29792
|
### 第 5 次发布
|
|
29654
29793
|
|
|
29655
29794
|
发布时间:2022-06-20 06:07:25
|
|
@@ -34814,6 +34953,21 @@
|
|
|
34814
34953
|
|
|
34815
34954
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
34816
34955
|
|
|
34956
|
+
### 第 18 次发布
|
|
34957
|
+
|
|
34958
|
+
发布时间:2022-06-23 06:12:30
|
|
34959
|
+
|
|
34960
|
+
本次发布包含了以下内容:
|
|
34961
|
+
|
|
34962
|
+
改善已有的文档。
|
|
34963
|
+
|
|
34964
|
+
修改数据结构:
|
|
34965
|
+
|
|
34966
|
+
* [Component](https://cloud.tencent.com/document/api/1420/61525#Component)
|
|
34967
|
+
|
|
34968
|
+
* 新增成员:OffsetX, OffsetY
|
|
34969
|
+
|
|
34970
|
+
|
|
34817
34971
|
### 第 17 次发布
|
|
34818
34972
|
|
|
34819
34973
|
发布时间:2022-06-13 06:12:00
|
|
@@ -44722,6 +44876,36 @@
|
|
|
44722
44876
|
|
|
44723
44877
|
## 云直播(live) 版本:2018-08-01
|
|
44724
44878
|
|
|
44879
|
+
### 第 79 次发布
|
|
44880
|
+
|
|
44881
|
+
发布时间:2022-06-22 06:10:05
|
|
44882
|
+
|
|
44883
|
+
本次发布包含了以下内容:
|
|
44884
|
+
|
|
44885
|
+
改善已有的文档。
|
|
44886
|
+
|
|
44887
|
+
修改接口:
|
|
44888
|
+
|
|
44889
|
+
* [CreateLiveTranscodeTemplate](https://cloud.tencent.com/document/api/267/32646)
|
|
44890
|
+
|
|
44891
|
+
* 新增入参:DRMType, DRMTracks
|
|
44892
|
+
|
|
44893
|
+
* [ModifyLiveTranscodeTemplate](https://cloud.tencent.com/document/api/267/32640)
|
|
44894
|
+
|
|
44895
|
+
* 新增入参:DRMType, DRMTracks
|
|
44896
|
+
|
|
44897
|
+
|
|
44898
|
+
修改数据结构:
|
|
44899
|
+
|
|
44900
|
+
* [TemplateInfo](https://cloud.tencent.com/document/api/267/20474#TemplateInfo)
|
|
44901
|
+
|
|
44902
|
+
* 新增成员:DRMType, DRMTracks
|
|
44903
|
+
|
|
44904
|
+
* [TimeShiftBillData](https://cloud.tencent.com/document/api/267/20474#TimeShiftBillData)
|
|
44905
|
+
|
|
44906
|
+
* 新增成员:TotalDuration
|
|
44907
|
+
|
|
44908
|
+
|
|
44725
44909
|
### 第 78 次发布
|
|
44726
44910
|
|
|
44727
44911
|
发布时间:2022-06-14 06:13:41
|
|
@@ -47403,6 +47587,21 @@
|
|
|
47403
47587
|
|
|
47404
47588
|
## 小程序安全(mmps) 版本:2020-07-10
|
|
47405
47589
|
|
|
47590
|
+
### 第 4 次发布
|
|
47591
|
+
|
|
47592
|
+
发布时间:2022-06-24 06:14:40
|
|
47593
|
+
|
|
47594
|
+
本次发布包含了以下内容:
|
|
47595
|
+
|
|
47596
|
+
改善已有的文档。
|
|
47597
|
+
|
|
47598
|
+
修改数据结构:
|
|
47599
|
+
|
|
47600
|
+
* [AppInfoItem](https://cloud.tencent.com/document/api/1223/75143#AppInfoItem)
|
|
47601
|
+
|
|
47602
|
+
* 新增成员:HighRiskCount
|
|
47603
|
+
|
|
47604
|
+
|
|
47406
47605
|
### 第 3 次发布
|
|
47407
47606
|
|
|
47408
47607
|
发布时间:2022-06-14 11:16:30
|
|
@@ -48046,6 +48245,60 @@
|
|
|
48046
48245
|
|
|
48047
48246
|
## 云监控(monitor) 版本:2018-07-24
|
|
48048
48247
|
|
|
48248
|
+
### 第 48 次发布
|
|
48249
|
+
|
|
48250
|
+
发布时间:2022-06-24 06:14:48
|
|
48251
|
+
|
|
48252
|
+
本次发布包含了以下内容:
|
|
48253
|
+
|
|
48254
|
+
改善已有的文档。
|
|
48255
|
+
|
|
48256
|
+
新增接口:
|
|
48257
|
+
|
|
48258
|
+
* [[BindPrometheusManagedGrafana](https://cloud.tencent.com/document/api/248/76020)](https://cloud.tencent.com/document/api/#/#)
|
|
48259
|
+
* [[CreateExporterIntegration](https://cloud.tencent.com/document/api/248/76019)](https://cloud.tencent.com/document/api/#/#)
|
|
48260
|
+
* [[CreatePrometheusAgent](https://cloud.tencent.com/document/api/248/76018)](https://cloud.tencent.com/document/api/#/#)
|
|
48261
|
+
* [[CreatePrometheusScrapeJob](https://cloud.tencent.com/document/api/248/76017)](https://cloud.tencent.com/document/api/#/#)
|
|
48262
|
+
* [[DeleteExporterIntegration](https://cloud.tencent.com/document/api/248/76016)](https://cloud.tencent.com/document/api/#/#)
|
|
48263
|
+
* [[DeletePrometheusScrapeJobs](https://cloud.tencent.com/document/api/248/76015)](https://cloud.tencent.com/document/api/#/#)
|
|
48264
|
+
* [[DescribeExporterIntegrations](https://cloud.tencent.com/document/api/248/76014)](https://cloud.tencent.com/document/api/#/#)
|
|
48265
|
+
* [[DescribePrometheusAgents](https://cloud.tencent.com/document/api/248/76013)](https://cloud.tencent.com/document/api/#/#)
|
|
48266
|
+
* [[DescribePrometheusScrapeJobs](https://cloud.tencent.com/document/api/248/76012)](https://cloud.tencent.com/document/api/#/#)
|
|
48267
|
+
* [[DestroyPrometheusInstance](https://cloud.tencent.com/document/api/248/76011)](https://cloud.tencent.com/document/api/#/#)
|
|
48268
|
+
* [[GetPrometheusAgentManagementCommand](https://cloud.tencent.com/document/api/248/76010)](https://cloud.tencent.com/document/api/#/#)
|
|
48269
|
+
* [[ModifyPrometheusInstanceAttributes](https://cloud.tencent.com/document/api/248/76009)](https://cloud.tencent.com/document/api/#/#)
|
|
48270
|
+
* [[TerminatePrometheusInstances](https://cloud.tencent.com/document/api/248/76008)](https://cloud.tencent.com/document/api/#/#)
|
|
48271
|
+
* [[UnbindPrometheusManagedGrafana](https://cloud.tencent.com/document/api/248/76007)](https://cloud.tencent.com/document/api/#/#)
|
|
48272
|
+
* [[UninstallGrafanaDashboard](https://cloud.tencent.com/document/api/248/76006)](https://cloud.tencent.com/document/api/#/#)
|
|
48273
|
+
* [[UpdateExporterIntegration](https://cloud.tencent.com/document/api/248/76005)](https://cloud.tencent.com/document/api/#/#)
|
|
48274
|
+
* [[UpdatePrometheusAgentStatus](https://cloud.tencent.com/document/api/248/76004)](https://cloud.tencent.com/document/api/#/#)
|
|
48275
|
+
* [[UpdatePrometheusScrapeJob](https://cloud.tencent.com/document/api/248/76003)](https://cloud.tencent.com/document/api/#/#)
|
|
48276
|
+
* [[UpgradeGrafanaDashboard](https://cloud.tencent.com/document/api/248/76002)](https://cloud.tencent.com/document/api/#/#)
|
|
48277
|
+
|
|
48278
|
+
新增数据结构:
|
|
48279
|
+
|
|
48280
|
+
* [[IntegrationConfiguration](https://cloud.tencent.com/document/api/248/30354#IntegrationConfiguration)](https://cloud.tencent.com/document/api/248/30354#[IntegrationConfiguration](https://cloud.tencent.com/document/api/248/30354#IntegrationConfiguration))
|
|
48281
|
+
* [[ManagementCommand](https://cloud.tencent.com/document/api/248/30354#ManagementCommand)](https://cloud.tencent.com/document/api/248/30354#[ManagementCommand](https://cloud.tencent.com/document/api/248/30354#ManagementCommand))
|
|
48282
|
+
* [[PrometheusAgent](https://cloud.tencent.com/document/api/248/30354#PrometheusAgent)](https://cloud.tencent.com/document/api/248/30354#[PrometheusAgent](https://cloud.tencent.com/document/api/248/30354#PrometheusAgent))
|
|
48283
|
+
* [[PrometheusScrapeJob](https://cloud.tencent.com/document/api/248/30354#PrometheusScrapeJob)](https://cloud.tencent.com/document/api/248/30354#[PrometheusScrapeJob](https://cloud.tencent.com/document/api/248/30354#PrometheusScrapeJob))
|
|
48284
|
+
|
|
48285
|
+
### 第 47 次发布
|
|
48286
|
+
|
|
48287
|
+
发布时间:2022-06-23 06:15:13
|
|
48288
|
+
|
|
48289
|
+
本次发布包含了以下内容:
|
|
48290
|
+
|
|
48291
|
+
改善已有的文档。
|
|
48292
|
+
|
|
48293
|
+
修改接口:
|
|
48294
|
+
|
|
48295
|
+
* [BindingPolicyTag](https://cloud.tencent.com/document/api/248/67219)
|
|
48296
|
+
|
|
48297
|
+
* 新增入参:BatchTag
|
|
48298
|
+
|
|
48299
|
+
* <font color="#dd0000">**修改入参**:</font>Tag
|
|
48300
|
+
|
|
48301
|
+
|
|
48049
48302
|
### 第 46 次发布
|
|
48050
48303
|
|
|
48051
48304
|
发布时间:2022-05-25 06:12:07
|
|
@@ -50306,6 +50559,29 @@
|
|
|
50306
50559
|
|
|
50307
50560
|
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
50308
50561
|
|
|
50562
|
+
### 第 12 次发布
|
|
50563
|
+
|
|
50564
|
+
发布时间:2022-06-24 06:15:32
|
|
50565
|
+
|
|
50566
|
+
本次发布包含了以下内容:
|
|
50567
|
+
|
|
50568
|
+
改善已有的文档。
|
|
50569
|
+
|
|
50570
|
+
新增数据结构:
|
|
50571
|
+
|
|
50572
|
+
* [[Time](https://cloud.tencent.com/document/api/1314/56230#Time)](https://cloud.tencent.com/document/api/1314/56230#[Time](https://cloud.tencent.com/document/api/1314/56230#Time))
|
|
50573
|
+
|
|
50574
|
+
修改数据结构:
|
|
50575
|
+
|
|
50576
|
+
* [PatientInfo](https://cloud.tencent.com/document/api/1314/56230#PatientInfo)
|
|
50577
|
+
|
|
50578
|
+
* 新增成员:BedNo
|
|
50579
|
+
|
|
50580
|
+
* [ReportInfo](https://cloud.tencent.com/document/api/1314/56230#ReportInfo)
|
|
50581
|
+
|
|
50582
|
+
* 新增成员:CheckItem, CheckMethod, DiagnoseTime, HealthCheckupNum, OtherTime, PrintTime, Times
|
|
50583
|
+
|
|
50584
|
+
|
|
50309
50585
|
### 第 11 次发布
|
|
50310
50586
|
|
|
50311
50587
|
发布时间:2022-06-08 06:12:58
|
|
@@ -62795,6 +63071,41 @@
|
|
|
62795
63071
|
|
|
62796
63072
|
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
62797
63073
|
|
|
63074
|
+
### 第 3 次发布
|
|
63075
|
+
|
|
63076
|
+
发布时间:2022-06-24 06:17:45
|
|
63077
|
+
|
|
63078
|
+
本次发布包含了以下内容:
|
|
63079
|
+
|
|
63080
|
+
改善已有的文档。
|
|
63081
|
+
|
|
63082
|
+
新增接口:
|
|
63083
|
+
|
|
63084
|
+
* [[DescribeServerManageTask](https://cloud.tencent.com/document/api/1243/76021)](https://cloud.tencent.com/document/api/#/#)
|
|
63085
|
+
|
|
63086
|
+
新增数据结构:
|
|
63087
|
+
|
|
63088
|
+
* [[ServerManageTaskInfo](https://cloud.tencent.com/document/api/1243/75713#ServerManageTaskInfo)](https://cloud.tencent.com/document/api/1243/75713#[ServerManageTaskInfo](https://cloud.tencent.com/document/api/1243/75713#ServerManageTaskInfo))
|
|
63089
|
+
* [[TaskStepInfo](https://cloud.tencent.com/document/api/1243/75713#TaskStepInfo)](https://cloud.tencent.com/document/api/1243/75713#[TaskStepInfo](https://cloud.tencent.com/document/api/1243/75713#TaskStepInfo))
|
|
63090
|
+
|
|
63091
|
+
### 第 2 次发布
|
|
63092
|
+
|
|
63093
|
+
发布时间:2022-06-22 06:13:21
|
|
63094
|
+
|
|
63095
|
+
本次发布包含了以下内容:
|
|
63096
|
+
|
|
63097
|
+
改善已有的文档。
|
|
63098
|
+
|
|
63099
|
+
新增接口:
|
|
63100
|
+
|
|
63101
|
+
* [OperateServerManage](https://cloud.tencent.com/document/api/1243/75873)
|
|
63102
|
+
* [ReleaseGray](https://cloud.tencent.com/document/api/1243/75872)
|
|
63103
|
+
|
|
63104
|
+
新增数据结构:
|
|
63105
|
+
|
|
63106
|
+
* [ObjectKV](https://cloud.tencent.com/document/api/1243/75713#ObjectKV)
|
|
63107
|
+
* [VersionFlowInfo](https://cloud.tencent.com/document/api/1243/75713#VersionFlowInfo)
|
|
63108
|
+
|
|
62798
63109
|
### 第 1 次发布
|
|
62799
63110
|
|
|
62800
63111
|
发布时间:2022-06-16 14:56:04
|
|
@@ -72381,30 +72692,30 @@
|
|
|
72381
72692
|
|
|
72382
72693
|
新增接口:
|
|
72383
72694
|
|
|
72384
|
-
* [
|
|
72385
|
-
* [
|
|
72386
|
-
* [
|
|
72387
|
-
* [
|
|
72388
|
-
* [
|
|
72389
|
-
* [
|
|
72390
|
-
* [
|
|
72391
|
-
* [
|
|
72392
|
-
* [
|
|
72393
|
-
* [
|
|
72394
|
-
* [
|
|
72395
|
-
* [
|
|
72695
|
+
* [AssociateBusinessLogConfig](https://cloud.tencent.com/document/api/649/75781)
|
|
72696
|
+
* [AssociateConfigWithGroup](https://cloud.tencent.com/document/api/649/75780)
|
|
72697
|
+
* [DescribeApplicationBusinessLogConfig](https://cloud.tencent.com/document/api/649/75779)
|
|
72698
|
+
* [DescribeBusinessLogConfig](https://cloud.tencent.com/document/api/649/75778)
|
|
72699
|
+
* [DescribeBusinessLogConfigs](https://cloud.tencent.com/document/api/649/75777)
|
|
72700
|
+
* [DescribeDeliveryConfig](https://cloud.tencent.com/document/api/649/75776)
|
|
72701
|
+
* [DescribeDeliveryConfigByGroupId](https://cloud.tencent.com/document/api/649/75775)
|
|
72702
|
+
* [DescribeDeliveryConfigs](https://cloud.tencent.com/document/api/649/75774)
|
|
72703
|
+
* [DescribeGroupBusinessLogConfigs](https://cloud.tencent.com/document/api/649/75773)
|
|
72704
|
+
* [DisassociateBusinessLogConfig](https://cloud.tencent.com/document/api/649/75772)
|
|
72705
|
+
* [DisassociateKafkaConfig](https://cloud.tencent.com/document/api/649/75771)
|
|
72706
|
+
* [ReassociateBusinessLogConfig](https://cloud.tencent.com/document/api/649/75770)
|
|
72396
72707
|
|
|
72397
72708
|
新增数据结构:
|
|
72398
72709
|
|
|
72399
|
-
* [
|
|
72400
|
-
* [
|
|
72401
|
-
* [
|
|
72402
|
-
* [
|
|
72403
|
-
* [
|
|
72404
|
-
* [
|
|
72405
|
-
* [
|
|
72406
|
-
* [
|
|
72407
|
-
* [
|
|
72710
|
+
* [BusinesLogConfigAssociatedGroup](https://cloud.tencent.com/document/api/649/36099#BusinesLogConfigAssociatedGroup)
|
|
72711
|
+
* [BusinessLogConfig](https://cloud.tencent.com/document/api/649/36099#BusinessLogConfig)
|
|
72712
|
+
* [BusinessLogConfigSchema](https://cloud.tencent.com/document/api/649/36099#BusinessLogConfigSchema)
|
|
72713
|
+
* [DeliveryConfigBindGroup](https://cloud.tencent.com/document/api/649/36099#DeliveryConfigBindGroup)
|
|
72714
|
+
* [DeliveryConfigBindGroups](https://cloud.tencent.com/document/api/649/36099#DeliveryConfigBindGroups)
|
|
72715
|
+
* [GroupInfo](https://cloud.tencent.com/document/api/649/36099#GroupInfo)
|
|
72716
|
+
* [KafkaDeliveryConfig](https://cloud.tencent.com/document/api/649/36099#KafkaDeliveryConfig)
|
|
72717
|
+
* [SimpleKafkaDeliveryConfig](https://cloud.tencent.com/document/api/649/36099#SimpleKafkaDeliveryConfig)
|
|
72718
|
+
* [TsfPageBusinessLogConfig](https://cloud.tencent.com/document/api/649/36099#TsfPageBusinessLogConfig)
|
|
72408
72719
|
|
|
72409
72720
|
### 第 75 次发布
|
|
72410
72721
|
|
|
@@ -74894,7 +75205,7 @@
|
|
|
74894
75205
|
|
|
74895
75206
|
新增数据结构:
|
|
74896
75207
|
|
|
74897
|
-
* [
|
|
75208
|
+
* [TraceWatermarkInput](https://cloud.tencent.com/document/api/266/31773#TraceWatermarkInput)
|
|
74898
75209
|
|
|
74899
75210
|
修改数据结构:
|
|
74900
75211
|
|
|
@@ -77814,6 +78125,77 @@
|
|
|
77814
78125
|
|
|
77815
78126
|
## 私有网络(vpc) 版本:2017-03-12
|
|
77816
78127
|
|
|
78128
|
+
### 第 117 次发布
|
|
78129
|
+
|
|
78130
|
+
发布时间:2022-06-24 06:20:35
|
|
78131
|
+
|
|
78132
|
+
本次发布包含了以下内容:
|
|
78133
|
+
|
|
78134
|
+
改善已有的文档。
|
|
78135
|
+
|
|
78136
|
+
修改接口:
|
|
78137
|
+
|
|
78138
|
+
* [ModifyNetworkAclEntries](https://cloud.tencent.com/document/api/215/42107)
|
|
78139
|
+
|
|
78140
|
+
* <font color="#dd0000">**修改入参**:</font>NetworkAclEntrySet
|
|
78141
|
+
|
|
78142
|
+
|
|
78143
|
+
### 第 116 次发布
|
|
78144
|
+
|
|
78145
|
+
发布时间:2022-06-23 06:21:17
|
|
78146
|
+
|
|
78147
|
+
本次发布包含了以下内容:
|
|
78148
|
+
|
|
78149
|
+
改善已有的文档。
|
|
78150
|
+
|
|
78151
|
+
修改接口:
|
|
78152
|
+
|
|
78153
|
+
* [DescribeVpnGatewaySslClients](https://cloud.tencent.com/document/api/215/70286)
|
|
78154
|
+
|
|
78155
|
+
* 新增入参:IsVpnPortal
|
|
78156
|
+
|
|
78157
|
+
* [DescribeVpnGatewaySslServers](https://cloud.tencent.com/document/api/215/70285)
|
|
78158
|
+
|
|
78159
|
+
* 新增入参:IsVpnPortal
|
|
78160
|
+
|
|
78161
|
+
* [DownloadVpnGatewaySslClientCert](https://cloud.tencent.com/document/api/215/70283)
|
|
78162
|
+
|
|
78163
|
+
* 新增入参:SamlToken, IsVpnPortal
|
|
78164
|
+
|
|
78165
|
+
* 新增出参:SslClientConfig, Authenticated
|
|
78166
|
+
|
|
78167
|
+
|
|
78168
|
+
新增数据结构:
|
|
78169
|
+
|
|
78170
|
+
* [AccessPolicy](https://cloud.tencent.com/document/api/215/15824#AccessPolicy)
|
|
78171
|
+
* [SslClientConfig](https://cloud.tencent.com/document/api/215/15824#SslClientConfig)
|
|
78172
|
+
|
|
78173
|
+
修改数据结构:
|
|
78174
|
+
|
|
78175
|
+
* [SslVpnSever](https://cloud.tencent.com/document/api/215/15824#SslVpnSever)
|
|
78176
|
+
|
|
78177
|
+
* 新增成员:SsoEnabled, EiamApplicationId, AccessPolicyEnabled, AccessPolicy
|
|
78178
|
+
|
|
78179
|
+
|
|
78180
|
+
### 第 115 次发布
|
|
78181
|
+
|
|
78182
|
+
发布时间:2022-06-22 06:16:12
|
|
78183
|
+
|
|
78184
|
+
本次发布包含了以下内容:
|
|
78185
|
+
|
|
78186
|
+
改善已有的文档。
|
|
78187
|
+
|
|
78188
|
+
新增接口:
|
|
78189
|
+
|
|
78190
|
+
* [AdjustPublicAddress](https://cloud.tencent.com/document/api/215/75874)
|
|
78191
|
+
|
|
78192
|
+
修改接口:
|
|
78193
|
+
|
|
78194
|
+
* [CreateVpnGatewaySslServer](https://cloud.tencent.com/document/api/215/70289)
|
|
78195
|
+
|
|
78196
|
+
* 新增入参:SsoEnabled, AccessPolicyEnabled, SamlData
|
|
78197
|
+
|
|
78198
|
+
|
|
77817
78199
|
### 第 114 次发布
|
|
77818
78200
|
|
|
77819
78201
|
发布时间:2022-06-10 06:16:31
|
|
@@ -80559,6 +80941,26 @@
|
|
|
80559
80941
|
|
|
80560
80942
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
80561
80943
|
|
|
80944
|
+
### 第 9 次发布
|
|
80945
|
+
|
|
80946
|
+
发布时间:2022-06-23 06:22:00
|
|
80947
|
+
|
|
80948
|
+
本次发布包含了以下内容:
|
|
80949
|
+
|
|
80950
|
+
改善已有的文档。
|
|
80951
|
+
|
|
80952
|
+
新增接口:
|
|
80953
|
+
|
|
80954
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/627/75922)
|
|
80955
|
+
|
|
80956
|
+
新增数据结构:
|
|
80957
|
+
|
|
80958
|
+
* [BotPkg](https://cloud.tencent.com/document/api/627/53609#BotPkg)
|
|
80959
|
+
* [DomainPackageNew](https://cloud.tencent.com/document/api/627/53609#DomainPackageNew)
|
|
80960
|
+
* [FraudPkg](https://cloud.tencent.com/document/api/627/53609#FraudPkg)
|
|
80961
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/627/53609#InstanceInfo)
|
|
80962
|
+
* [QPSPackageNew](https://cloud.tencent.com/document/api/627/53609#QPSPackageNew)
|
|
80963
|
+
|
|
80562
80964
|
### 第 8 次发布
|
|
80563
80965
|
|
|
80564
80966
|
发布时间:2022-04-21 06:21:00
|