tencentcloud-sdk-nodejs-teo 4.0.369 → 4.0.370
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 +91 -0
- package/SERVICE_CHANGELOG.md +124 -135
- package/package.json +1 -1
- package/products.md +8 -8
- package/src/services/teo/v20220106/teo_client.ts +4 -3
- package/src/services/teo/v20220106/teo_models.ts +132 -105
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +1 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +111 -88
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,94 @@
|
|
|
1
|
+
# Release 4.0.370
|
|
2
|
+
|
|
3
|
+
## 智能保险助手(cii) 版本:2021-04-08
|
|
4
|
+
|
|
5
|
+
### 第 14 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-06-27 06:06:02
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [OcrRecognise](https://cloud.tencent.com/document/api/1368/56853#OcrRecognise)
|
|
16
|
+
|
|
17
|
+
* 新增成员:Field
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 智能保险助手(cii) 版本:2020-12-10
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
27
|
+
|
|
28
|
+
### 第 49 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2022-06-27 06:12:15
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
新增接口:
|
|
37
|
+
|
|
38
|
+
* [CreateRecordingRule](https://cloud.tencent.com/document/api/248/76041)
|
|
39
|
+
* [DeleteRecordingRules](https://cloud.tencent.com/document/api/248/76040)
|
|
40
|
+
* [DescribeRecordingRules](https://cloud.tencent.com/document/api/248/76039)
|
|
41
|
+
* [UpdateRecordingRule](https://cloud.tencent.com/document/api/248/76038)
|
|
42
|
+
|
|
43
|
+
新增数据结构:
|
|
44
|
+
|
|
45
|
+
* [RecordingRuleSet](https://cloud.tencent.com/document/api/248/30354#RecordingRuleSet)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
50
|
+
|
|
51
|
+
### 第 10 次发布
|
|
52
|
+
|
|
53
|
+
发布时间:2022-06-27 06:15:53
|
|
54
|
+
|
|
55
|
+
本次发布包含了以下内容:
|
|
56
|
+
|
|
57
|
+
改善已有的文档。
|
|
58
|
+
|
|
59
|
+
修改接口:
|
|
60
|
+
|
|
61
|
+
* [DescribeZoneSetting](https://cloud.tencent.com/document/api/1552/74820)
|
|
62
|
+
|
|
63
|
+
* 新增出参:CachePrefresh
|
|
64
|
+
|
|
65
|
+
* [ModifyZoneSetting](https://cloud.tencent.com/document/api/1552/74819)
|
|
66
|
+
|
|
67
|
+
* 新增入参:CachePrefresh
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
新增数据结构:
|
|
71
|
+
|
|
72
|
+
* [CachePrefresh](https://cloud.tencent.com/document/api/1552/73155#CachePrefresh)
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
77
|
+
|
|
78
|
+
### 第 105 次发布
|
|
79
|
+
|
|
80
|
+
发布时间:2022-06-27 06:16:26
|
|
81
|
+
|
|
82
|
+
本次发布包含了以下内容:
|
|
83
|
+
|
|
84
|
+
改善已有的文档。
|
|
85
|
+
|
|
86
|
+
新增接口:
|
|
87
|
+
|
|
88
|
+
* [ForwardTKEEdgeApplicationRequestV3](https://cloud.tencent.com/document/api/457/76042)
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
1
92
|
# Release 4.0.369
|
|
2
93
|
|
|
3
94
|
## 多媒体创作引擎(cme) 版本:2019-10-29
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,33 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 50 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-06-24 06:09:00
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [HandleStreamConnectProject](https://cloud.tencent.com/document/api/1156/54998)
|
|
16
|
-
|
|
17
|
-
* 新增出参:VodPullInputPlayInfo
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
新增数据结构:
|
|
21
|
-
|
|
22
|
-
* [VodPullInputPlayInfo](https://cloud.tencent.com/document/api/1156/40360#VodPullInputPlayInfo)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
3
|
+
## 智能保险助手(cii) 版本:2021-04-08
|
|
27
4
|
|
|
28
|
-
### 第
|
|
5
|
+
### 第 14 次发布
|
|
29
6
|
|
|
30
|
-
发布时间:2022-06-
|
|
7
|
+
发布时间:2022-06-27 06:06:02
|
|
31
8
|
|
|
32
9
|
本次发布包含了以下内容:
|
|
33
10
|
|
|
@@ -35,37 +12,22 @@
|
|
|
35
12
|
|
|
36
13
|
修改数据结构:
|
|
37
14
|
|
|
38
|
-
* [
|
|
39
|
-
|
|
40
|
-
* 新增成员:FeeAmount, FeeRate
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
## 小程序安全(mmps) 版本:2020-07-10
|
|
46
|
-
|
|
47
|
-
### 第 4 次发布
|
|
48
|
-
|
|
49
|
-
发布时间:2022-06-24 06:14:40
|
|
50
|
-
|
|
51
|
-
本次发布包含了以下内容:
|
|
15
|
+
* [OcrRecognise](https://cloud.tencent.com/document/api/1368/56853#OcrRecognise)
|
|
52
16
|
|
|
53
|
-
|
|
17
|
+
* 新增成员:Field
|
|
54
18
|
|
|
55
|
-
修改数据结构:
|
|
56
19
|
|
|
57
|
-
* [AppInfoItem](https://cloud.tencent.com/document/api/1223/75143#AppInfoItem)
|
|
58
20
|
|
|
59
|
-
* 新增成员:HighRiskCount
|
|
60
21
|
|
|
22
|
+
## 智能保险助手(cii) 版本:2020-12-10
|
|
61
23
|
|
|
62
24
|
|
|
63
25
|
|
|
64
26
|
## 云监控(monitor) 版本:2018-07-24
|
|
65
27
|
|
|
66
|
-
### 第
|
|
28
|
+
### 第 49 次发布
|
|
67
29
|
|
|
68
|
-
发布时间:2022-06-
|
|
30
|
+
发布时间:2022-06-27 06:12:15
|
|
69
31
|
|
|
70
32
|
本次发布包含了以下内容:
|
|
71
33
|
|
|
@@ -73,99 +35,57 @@
|
|
|
73
35
|
|
|
74
36
|
新增接口:
|
|
75
37
|
|
|
76
|
-
* [
|
|
77
|
-
* [
|
|
78
|
-
* [
|
|
79
|
-
* [
|
|
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)
|
|
38
|
+
* [CreateRecordingRule](https://cloud.tencent.com/document/api/248/76041)
|
|
39
|
+
* [DeleteRecordingRules](https://cloud.tencent.com/document/api/248/76040)
|
|
40
|
+
* [DescribeRecordingRules](https://cloud.tencent.com/document/api/248/76039)
|
|
41
|
+
* [UpdateRecordingRule](https://cloud.tencent.com/document/api/248/76038)
|
|
95
42
|
|
|
96
43
|
新增数据结构:
|
|
97
44
|
|
|
98
|
-
* [
|
|
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)
|
|
45
|
+
* [RecordingRuleSet](https://cloud.tencent.com/document/api/248/30354#RecordingRuleSet)
|
|
102
46
|
|
|
103
47
|
|
|
104
48
|
|
|
105
|
-
##
|
|
49
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
106
50
|
|
|
107
|
-
### 第
|
|
51
|
+
### 第 10 次发布
|
|
108
52
|
|
|
109
|
-
发布时间:2022-06-
|
|
53
|
+
发布时间:2022-06-27 06:15:53
|
|
110
54
|
|
|
111
55
|
本次发布包含了以下内容:
|
|
112
56
|
|
|
113
57
|
改善已有的文档。
|
|
114
58
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
* [Time](https://cloud.tencent.com/document/api/1314/56230#Time)
|
|
118
|
-
|
|
119
|
-
修改数据结构:
|
|
120
|
-
|
|
121
|
-
* [PatientInfo](https://cloud.tencent.com/document/api/1314/56230#PatientInfo)
|
|
122
|
-
|
|
123
|
-
* 新增成员:BedNo
|
|
124
|
-
|
|
125
|
-
* [ReportInfo](https://cloud.tencent.com/document/api/1314/56230#ReportInfo)
|
|
126
|
-
|
|
127
|
-
* 新增成员:CheckItem, CheckMethod, DiagnoseTime, HealthCheckupNum, OtherTime, PrintTime, Times
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
59
|
+
修改接口:
|
|
133
60
|
|
|
134
|
-
|
|
61
|
+
* [DescribeZoneSetting](https://cloud.tencent.com/document/api/1552/74820)
|
|
135
62
|
|
|
136
|
-
|
|
63
|
+
* 新增出参:CachePrefresh
|
|
137
64
|
|
|
138
|
-
|
|
65
|
+
* [ModifyZoneSetting](https://cloud.tencent.com/document/api/1552/74819)
|
|
139
66
|
|
|
140
|
-
|
|
67
|
+
* 新增入参:CachePrefresh
|
|
141
68
|
|
|
142
|
-
新增接口:
|
|
143
|
-
|
|
144
|
-
* [DescribeServerManageTask](https://cloud.tencent.com/document/api/1243/76021)
|
|
145
69
|
|
|
146
70
|
新增数据结构:
|
|
147
71
|
|
|
148
|
-
* [
|
|
149
|
-
* [TaskStepInfo](https://cloud.tencent.com/document/api/1243/75713#TaskStepInfo)
|
|
72
|
+
* [CachePrefresh](https://cloud.tencent.com/document/api/1552/73155#CachePrefresh)
|
|
150
73
|
|
|
151
74
|
|
|
152
75
|
|
|
153
|
-
##
|
|
76
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
154
77
|
|
|
155
|
-
### 第
|
|
78
|
+
### 第 105 次发布
|
|
156
79
|
|
|
157
|
-
发布时间:2022-06-
|
|
80
|
+
发布时间:2022-06-27 06:16:26
|
|
158
81
|
|
|
159
82
|
本次发布包含了以下内容:
|
|
160
83
|
|
|
161
84
|
改善已有的文档。
|
|
162
85
|
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
* [ModifyNetworkAclEntries](https://cloud.tencent.com/document/api/215/42107)
|
|
166
|
-
|
|
167
|
-
* <font color="#dd0000">**修改入参**:</font>NetworkAclEntrySet
|
|
86
|
+
新增接口:
|
|
168
87
|
|
|
88
|
+
* [ForwardTKEEdgeApplicationRequestV3](https://cloud.tencent.com/document/api/457/76042)
|
|
169
89
|
|
|
170
90
|
|
|
171
91
|
|
|
@@ -16260,6 +16180,21 @@
|
|
|
16260
16180
|
|
|
16261
16181
|
## 智能保险助手(cii) 版本:2021-04-08
|
|
16262
16182
|
|
|
16183
|
+
### 第 14 次发布
|
|
16184
|
+
|
|
16185
|
+
发布时间:2022-06-27 06:06:02
|
|
16186
|
+
|
|
16187
|
+
本次发布包含了以下内容:
|
|
16188
|
+
|
|
16189
|
+
改善已有的文档。
|
|
16190
|
+
|
|
16191
|
+
修改数据结构:
|
|
16192
|
+
|
|
16193
|
+
* [OcrRecognise](https://cloud.tencent.com/document/api/1368/56853#OcrRecognise)
|
|
16194
|
+
|
|
16195
|
+
* 新增成员:Field
|
|
16196
|
+
|
|
16197
|
+
|
|
16263
16198
|
### 第 13 次发布
|
|
16264
16199
|
|
|
16265
16200
|
发布时间:2022-06-16 06:03:27
|
|
@@ -19741,7 +19676,7 @@
|
|
|
19741
19676
|
|
|
19742
19677
|
新增数据结构:
|
|
19743
19678
|
|
|
19744
|
-
* [
|
|
19679
|
+
* [VodPullInputPlayInfo](https://cloud.tencent.com/document/api/1156/40360#VodPullInputPlayInfo)
|
|
19745
19680
|
|
|
19746
19681
|
### 第 49 次发布
|
|
19747
19682
|
|
|
@@ -48245,6 +48180,25 @@
|
|
|
48245
48180
|
|
|
48246
48181
|
## 云监控(monitor) 版本:2018-07-24
|
|
48247
48182
|
|
|
48183
|
+
### 第 49 次发布
|
|
48184
|
+
|
|
48185
|
+
发布时间:2022-06-27 06:12:15
|
|
48186
|
+
|
|
48187
|
+
本次发布包含了以下内容:
|
|
48188
|
+
|
|
48189
|
+
改善已有的文档。
|
|
48190
|
+
|
|
48191
|
+
新增接口:
|
|
48192
|
+
|
|
48193
|
+
* [[CreateRecordingRule](https://cloud.tencent.com/document/api/248/76041)](https://cloud.tencent.com/document/api/#/#)
|
|
48194
|
+
* [[DeleteRecordingRules](https://cloud.tencent.com/document/api/248/76040)](https://cloud.tencent.com/document/api/#/#)
|
|
48195
|
+
* [[DescribeRecordingRules](https://cloud.tencent.com/document/api/248/76039)](https://cloud.tencent.com/document/api/#/#)
|
|
48196
|
+
* [[UpdateRecordingRule](https://cloud.tencent.com/document/api/248/76038)](https://cloud.tencent.com/document/api/#/#)
|
|
48197
|
+
|
|
48198
|
+
新增数据结构:
|
|
48199
|
+
|
|
48200
|
+
* [[RecordingRuleSet](https://cloud.tencent.com/document/api/248/30354#RecordingRuleSet)](https://cloud.tencent.com/document/api/248/30354#[RecordingRuleSet](https://cloud.tencent.com/document/api/248/30354#RecordingRuleSet))
|
|
48201
|
+
|
|
48248
48202
|
### 第 48 次发布
|
|
48249
48203
|
|
|
48250
48204
|
发布时间:2022-06-24 06:14:48
|
|
@@ -48255,32 +48209,32 @@
|
|
|
48255
48209
|
|
|
48256
48210
|
新增接口:
|
|
48257
48211
|
|
|
48258
|
-
* [
|
|
48259
|
-
* [
|
|
48260
|
-
* [
|
|
48261
|
-
* [
|
|
48262
|
-
* [
|
|
48263
|
-
* [
|
|
48264
|
-
* [
|
|
48265
|
-
* [
|
|
48266
|
-
* [
|
|
48267
|
-
* [
|
|
48268
|
-
* [
|
|
48269
|
-
* [
|
|
48270
|
-
* [
|
|
48271
|
-
* [
|
|
48272
|
-
* [
|
|
48273
|
-
* [
|
|
48274
|
-
* [
|
|
48275
|
-
* [
|
|
48276
|
-
* [
|
|
48212
|
+
* [BindPrometheusManagedGrafana](https://cloud.tencent.com/document/api/248/76020)
|
|
48213
|
+
* [CreateExporterIntegration](https://cloud.tencent.com/document/api/248/76019)
|
|
48214
|
+
* [CreatePrometheusAgent](https://cloud.tencent.com/document/api/248/76018)
|
|
48215
|
+
* [CreatePrometheusScrapeJob](https://cloud.tencent.com/document/api/248/76017)
|
|
48216
|
+
* [DeleteExporterIntegration](https://cloud.tencent.com/document/api/248/76016)
|
|
48217
|
+
* [DeletePrometheusScrapeJobs](https://cloud.tencent.com/document/api/248/76015)
|
|
48218
|
+
* [DescribeExporterIntegrations](https://cloud.tencent.com/document/api/248/76014)
|
|
48219
|
+
* [DescribePrometheusAgents](https://cloud.tencent.com/document/api/248/76013)
|
|
48220
|
+
* [DescribePrometheusScrapeJobs](https://cloud.tencent.com/document/api/248/76012)
|
|
48221
|
+
* [DestroyPrometheusInstance](https://cloud.tencent.com/document/api/248/76011)
|
|
48222
|
+
* [GetPrometheusAgentManagementCommand](https://cloud.tencent.com/document/api/248/76010)
|
|
48223
|
+
* [ModifyPrometheusInstanceAttributes](https://cloud.tencent.com/document/api/248/76009)
|
|
48224
|
+
* [TerminatePrometheusInstances](https://cloud.tencent.com/document/api/248/76008)
|
|
48225
|
+
* [UnbindPrometheusManagedGrafana](https://cloud.tencent.com/document/api/248/76007)
|
|
48226
|
+
* [UninstallGrafanaDashboard](https://cloud.tencent.com/document/api/248/76006)
|
|
48227
|
+
* [UpdateExporterIntegration](https://cloud.tencent.com/document/api/248/76005)
|
|
48228
|
+
* [UpdatePrometheusAgentStatus](https://cloud.tencent.com/document/api/248/76004)
|
|
48229
|
+
* [UpdatePrometheusScrapeJob](https://cloud.tencent.com/document/api/248/76003)
|
|
48230
|
+
* [UpgradeGrafanaDashboard](https://cloud.tencent.com/document/api/248/76002)
|
|
48277
48231
|
|
|
48278
48232
|
新增数据结构:
|
|
48279
48233
|
|
|
48280
|
-
* [
|
|
48281
|
-
* [
|
|
48282
|
-
* [
|
|
48283
|
-
* [
|
|
48234
|
+
* [IntegrationConfiguration](https://cloud.tencent.com/document/api/248/30354#IntegrationConfiguration)
|
|
48235
|
+
* [ManagementCommand](https://cloud.tencent.com/document/api/248/30354#ManagementCommand)
|
|
48236
|
+
* [PrometheusAgent](https://cloud.tencent.com/document/api/248/30354#PrometheusAgent)
|
|
48237
|
+
* [PrometheusScrapeJob](https://cloud.tencent.com/document/api/248/30354#PrometheusScrapeJob)
|
|
48284
48238
|
|
|
48285
48239
|
### 第 47 次发布
|
|
48286
48240
|
|
|
@@ -50569,7 +50523,7 @@
|
|
|
50569
50523
|
|
|
50570
50524
|
新增数据结构:
|
|
50571
50525
|
|
|
50572
|
-
* [
|
|
50526
|
+
* [Time](https://cloud.tencent.com/document/api/1314/56230#Time)
|
|
50573
50527
|
|
|
50574
50528
|
修改数据结构:
|
|
50575
50529
|
|
|
@@ -63081,12 +63035,12 @@
|
|
|
63081
63035
|
|
|
63082
63036
|
新增接口:
|
|
63083
63037
|
|
|
63084
|
-
* [
|
|
63038
|
+
* [DescribeServerManageTask](https://cloud.tencent.com/document/api/1243/76021)
|
|
63085
63039
|
|
|
63086
63040
|
新增数据结构:
|
|
63087
63041
|
|
|
63088
|
-
* [
|
|
63089
|
-
* [
|
|
63042
|
+
* [ServerManageTaskInfo](https://cloud.tencent.com/document/api/1243/75713#ServerManageTaskInfo)
|
|
63043
|
+
* [TaskStepInfo](https://cloud.tencent.com/document/api/1243/75713#TaskStepInfo)
|
|
63090
63044
|
|
|
63091
63045
|
### 第 2 次发布
|
|
63092
63046
|
|
|
@@ -66835,6 +66789,29 @@
|
|
|
66835
66789
|
|
|
66836
66790
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
66837
66791
|
|
|
66792
|
+
### 第 10 次发布
|
|
66793
|
+
|
|
66794
|
+
发布时间:2022-06-27 06:15:53
|
|
66795
|
+
|
|
66796
|
+
本次发布包含了以下内容:
|
|
66797
|
+
|
|
66798
|
+
改善已有的文档。
|
|
66799
|
+
|
|
66800
|
+
修改接口:
|
|
66801
|
+
|
|
66802
|
+
* [DescribeZoneSetting](https://cloud.tencent.com/document/api/1552/74820)
|
|
66803
|
+
|
|
66804
|
+
* 新增出参:CachePrefresh
|
|
66805
|
+
|
|
66806
|
+
* [ModifyZoneSetting](https://cloud.tencent.com/document/api/1552/74819)
|
|
66807
|
+
|
|
66808
|
+
* 新增入参:CachePrefresh
|
|
66809
|
+
|
|
66810
|
+
|
|
66811
|
+
新增数据结构:
|
|
66812
|
+
|
|
66813
|
+
* [[CachePrefresh](https://cloud.tencent.com/document/api/1552/73155#CachePrefresh)](https://cloud.tencent.com/document/api/1552/73155#[CachePrefresh](https://cloud.tencent.com/document/api/1552/73155#CachePrefresh))
|
|
66814
|
+
|
|
66838
66815
|
### 第 9 次发布
|
|
66839
66816
|
|
|
66840
66817
|
发布时间:2022-06-17 06:14:37
|
|
@@ -69227,6 +69204,18 @@
|
|
|
69227
69204
|
|
|
69228
69205
|
## 容器服务(tke) 版本:2018-05-25
|
|
69229
69206
|
|
|
69207
|
+
### 第 105 次发布
|
|
69208
|
+
|
|
69209
|
+
发布时间:2022-06-27 06:16:26
|
|
69210
|
+
|
|
69211
|
+
本次发布包含了以下内容:
|
|
69212
|
+
|
|
69213
|
+
改善已有的文档。
|
|
69214
|
+
|
|
69215
|
+
新增接口:
|
|
69216
|
+
|
|
69217
|
+
* [[ForwardTKEEdgeApplicationRequestV3](https://cloud.tencent.com/document/api/457/76042)](https://cloud.tencent.com/document/api/#/#)
|
|
69218
|
+
|
|
69230
69219
|
### 第 104 次发布
|
|
69231
69220
|
|
|
69232
69221
|
发布时间:2022-06-09 06:18:50
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-06-17 06:03:48 |
|
|
38
38
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-05-31 06:05:45 |
|
|
39
39
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-06-20 06:03:42 |
|
|
40
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-06-
|
|
40
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-06-27 06:05:09 |
|
|
41
41
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-05-16 17:18:07 |
|
|
42
42
|
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-06-23 06:08:11 |
|
|
43
43
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-05-31 06:06:47 |
|
|
47
47
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-05-26 06:08:04 |
|
|
48
48
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-06-17 10:12:20 |
|
|
49
|
-
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-
|
|
49
|
+
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
50
50
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
51
51
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
52
52
|
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-05-31 06:07:03 |
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-06-24 06:14:40 |
|
|
124
124
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
|
|
125
125
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-06-07 06:10:21 |
|
|
126
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-06-
|
|
126
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-06-27 06:12:15 |
|
|
127
127
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-25 06:12:20 |
|
|
128
128
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-24 06:15:32 |
|
|
129
129
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
@@ -132,11 +132,11 @@
|
|
|
132
132
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
133
133
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
134
134
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-06-15 06:12:20 |
|
|
135
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-06-
|
|
135
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-06-27 06:12:56 |
|
|
136
136
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-06-10 06:11:43 |
|
|
137
137
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-06-13 06:15:36 |
|
|
138
138
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
139
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-06-
|
|
139
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-06-27 06:13:12 |
|
|
140
140
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-04-04 07:02:49 |
|
|
141
141
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-04-21 06:16:10 |
|
|
142
142
|
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-06-16 06:10:57 |
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
177
177
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-06-24 06:18:25 |
|
|
178
178
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-06-20 06:14:36 |
|
|
179
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-
|
|
179
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-27 06:15:53 |
|
|
180
180
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
|
|
181
181
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
182
182
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-06-15 06:15:49 |
|
|
187
187
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-06-07 22:05:59 |
|
|
188
188
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
|
|
189
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-06-
|
|
189
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-06-27 06:16:26 |
|
|
190
190
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
191
191
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
192
192
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-06-23 06:20:49 |
|
|
201
201
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
202
202
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-06-23 06:20:52 |
|
|
203
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-06-
|
|
203
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-06-27 06:17:51 |
|
|
204
204
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-06-23 06:22:00 |
|
|
205
205
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
206
206
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
@@ -97,7 +97,6 @@ import {
|
|
|
97
97
|
ModifyLoadBalancingStatusRequest,
|
|
98
98
|
DescribeDDosAttackTopDataResponse,
|
|
99
99
|
DescribeCnameStatusResponse,
|
|
100
|
-
DeleteDnsRecordsResponse,
|
|
101
100
|
DescribeLoadBalancingRequest,
|
|
102
101
|
CCInterceptEvent,
|
|
103
102
|
DDoSStatusInfo,
|
|
@@ -173,6 +172,7 @@ import {
|
|
|
173
172
|
DetailHost,
|
|
174
173
|
DescribeDnsRecordsResponse,
|
|
175
174
|
DescribeDefaultCertificatesResponse,
|
|
175
|
+
CachePrefresh,
|
|
176
176
|
DescribeTimingL7AnalysisDataResponse,
|
|
177
177
|
BotPortraitRule,
|
|
178
178
|
DescribeWebProtectionAttackEventsRequest,
|
|
@@ -184,6 +184,7 @@ import {
|
|
|
184
184
|
TopNEntryValue,
|
|
185
185
|
ModifyDDoSPolicyHostResponse,
|
|
186
186
|
ModifyApplicationProxyRuleStatusRequest,
|
|
187
|
+
ModifyLoadBalancingResponse,
|
|
187
188
|
WebAttackEvent,
|
|
188
189
|
DescribeDDosAttackTopDataRequest,
|
|
189
190
|
CreateApplicationProxyRuleResponse,
|
|
@@ -263,7 +264,7 @@ import {
|
|
|
263
264
|
DDoSFeaturesFilter,
|
|
264
265
|
DescribeWebProtectionAttackEventsResponse,
|
|
265
266
|
CreatePurgeTaskRequest,
|
|
266
|
-
|
|
267
|
+
DeleteDnsRecordsResponse,
|
|
267
268
|
DescribeBotLogRequest,
|
|
268
269
|
DownloadL7LogsResponse,
|
|
269
270
|
DDosAttackEventDetailData,
|
|
@@ -278,7 +279,7 @@ import {
|
|
|
278
279
|
DescribeIdentificationResponse,
|
|
279
280
|
DDosMajorAttackEvent,
|
|
280
281
|
ModifyZoneCnameSpeedUpRequest,
|
|
281
|
-
|
|
282
|
+
DescribeApplicationProxyDetailResponse,
|
|
282
283
|
DDoSUserAllowBlockIP,
|
|
283
284
|
DescribeBotLogResponse,
|
|
284
285
|
DescribeLoadBalancingResponse,
|
|
@@ -964,6 +964,11 @@ export interface ModifyZoneSettingRequest {
|
|
|
964
964
|
* 客户端IP回源请求头配置
|
|
965
965
|
*/
|
|
966
966
|
ClientIpHeader?: ClientIp
|
|
967
|
+
|
|
968
|
+
/**
|
|
969
|
+
* 缓存预刷新配置
|
|
970
|
+
*/
|
|
971
|
+
CachePrefresh?: CachePrefresh
|
|
967
972
|
}
|
|
968
973
|
|
|
969
974
|
/**
|
|
@@ -2234,21 +2239,6 @@ export interface DescribeCnameStatusResponse {
|
|
|
2234
2239
|
RequestId?: string
|
|
2235
2240
|
}
|
|
2236
2241
|
|
|
2237
|
-
/**
|
|
2238
|
-
* DeleteDnsRecords返回参数结构体
|
|
2239
|
-
*/
|
|
2240
|
-
export interface DeleteDnsRecordsResponse {
|
|
2241
|
-
/**
|
|
2242
|
-
* 记录 ID
|
|
2243
|
-
*/
|
|
2244
|
-
Ids: Array<string>
|
|
2245
|
-
|
|
2246
|
-
/**
|
|
2247
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2248
|
-
*/
|
|
2249
|
-
RequestId?: string
|
|
2250
|
-
}
|
|
2251
|
-
|
|
2252
2242
|
/**
|
|
2253
2243
|
* DescribeLoadBalancing请求参数结构体
|
|
2254
2244
|
*/
|
|
@@ -4431,6 +4421,22 @@ export interface DescribeDefaultCertificatesResponse {
|
|
|
4431
4421
|
RequestId?: string
|
|
4432
4422
|
}
|
|
4433
4423
|
|
|
4424
|
+
/**
|
|
4425
|
+
* 缓存预刷新
|
|
4426
|
+
*/
|
|
4427
|
+
export interface CachePrefresh {
|
|
4428
|
+
/**
|
|
4429
|
+
* 缓存预刷新配置开关
|
|
4430
|
+
*/
|
|
4431
|
+
Switch: string
|
|
4432
|
+
|
|
4433
|
+
/**
|
|
4434
|
+
* 缓存预刷新百分比:1-99
|
|
4435
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4436
|
+
*/
|
|
4437
|
+
Percent?: number
|
|
4438
|
+
}
|
|
4439
|
+
|
|
4434
4440
|
/**
|
|
4435
4441
|
* DescribeTimingL7AnalysisData返回参数结构体
|
|
4436
4442
|
*/
|
|
@@ -4748,6 +4754,21 @@ online: 启用
|
|
|
4748
4754
|
Status: string
|
|
4749
4755
|
}
|
|
4750
4756
|
|
|
4757
|
+
/**
|
|
4758
|
+
* ModifyLoadBalancing返回参数结构体
|
|
4759
|
+
*/
|
|
4760
|
+
export interface ModifyLoadBalancingResponse {
|
|
4761
|
+
/**
|
|
4762
|
+
* 负载均衡ID
|
|
4763
|
+
*/
|
|
4764
|
+
LoadBalancingId: string
|
|
4765
|
+
|
|
4766
|
+
/**
|
|
4767
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4768
|
+
*/
|
|
4769
|
+
RequestId?: string
|
|
4770
|
+
}
|
|
4771
|
+
|
|
4751
4772
|
/**
|
|
4752
4773
|
* Web拦截事件
|
|
4753
4774
|
*/
|
|
@@ -6555,6 +6576,12 @@ export interface DescribeZoneSettingResponse {
|
|
|
6555
6576
|
*/
|
|
6556
6577
|
ClientIpHeader: ClientIp
|
|
6557
6578
|
|
|
6579
|
+
/**
|
|
6580
|
+
* 缓存预刷新配置
|
|
6581
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6582
|
+
*/
|
|
6583
|
+
CachePrefresh: CachePrefresh
|
|
6584
|
+
|
|
6558
6585
|
/**
|
|
6559
6586
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6560
6587
|
*/
|
|
@@ -7321,95 +7348,13 @@ Targets可为空,不需要填写
|
|
|
7321
7348
|
}
|
|
7322
7349
|
|
|
7323
7350
|
/**
|
|
7324
|
-
*
|
|
7351
|
+
* DeleteDnsRecords返回参数结构体
|
|
7325
7352
|
*/
|
|
7326
|
-
export interface
|
|
7327
|
-
/**
|
|
7328
|
-
* 实例ID
|
|
7329
|
-
*/
|
|
7330
|
-
ProxyId: string
|
|
7331
|
-
|
|
7332
|
-
/**
|
|
7333
|
-
* 实例名称
|
|
7334
|
-
*/
|
|
7335
|
-
ProxyName: string
|
|
7336
|
-
|
|
7337
|
-
/**
|
|
7338
|
-
* 调度模式:
|
|
7339
|
-
ip表示Anycast IP
|
|
7340
|
-
domain表示CNAME
|
|
7341
|
-
*/
|
|
7342
|
-
PlatType: string
|
|
7343
|
-
|
|
7344
|
-
/**
|
|
7345
|
-
* 0关闭安全,1开启安全
|
|
7346
|
-
*/
|
|
7347
|
-
SecurityType: number
|
|
7348
|
-
|
|
7349
|
-
/**
|
|
7350
|
-
* 0关闭加速,1开启加速
|
|
7351
|
-
*/
|
|
7352
|
-
AccelerateType: number
|
|
7353
|
-
|
|
7354
|
-
/**
|
|
7355
|
-
* 字段已经移至Rule.ForwardClientIp
|
|
7356
|
-
*/
|
|
7357
|
-
ForwardClientIp: string
|
|
7358
|
-
|
|
7359
|
-
/**
|
|
7360
|
-
* 字段已经移至Rule.SessionPersist
|
|
7361
|
-
*/
|
|
7362
|
-
SessionPersist: boolean
|
|
7363
|
-
|
|
7364
|
-
/**
|
|
7365
|
-
* 规则列表
|
|
7366
|
-
*/
|
|
7367
|
-
Rule: Array<ApplicationProxyRule>
|
|
7368
|
-
|
|
7369
|
-
/**
|
|
7370
|
-
* 状态:
|
|
7371
|
-
online:启用
|
|
7372
|
-
offline:停用
|
|
7373
|
-
progress:部署中
|
|
7374
|
-
*/
|
|
7375
|
-
Status: string
|
|
7376
|
-
|
|
7377
|
-
/**
|
|
7378
|
-
* 调度信息
|
|
7379
|
-
*/
|
|
7380
|
-
ScheduleValue: Array<string>
|
|
7381
|
-
|
|
7382
|
-
/**
|
|
7383
|
-
* 更新时间
|
|
7384
|
-
*/
|
|
7385
|
-
UpdateTime: string
|
|
7386
|
-
|
|
7387
|
-
/**
|
|
7388
|
-
* 站点ID
|
|
7389
|
-
*/
|
|
7390
|
-
ZoneId: string
|
|
7391
|
-
|
|
7392
|
-
/**
|
|
7393
|
-
* 站点名称
|
|
7394
|
-
*/
|
|
7395
|
-
ZoneName: string
|
|
7396
|
-
|
|
7397
|
-
/**
|
|
7398
|
-
* 会话保持时间
|
|
7399
|
-
*/
|
|
7400
|
-
SessionPersistTime: number
|
|
7401
|
-
|
|
7402
|
-
/**
|
|
7403
|
-
* 服务类型
|
|
7404
|
-
hostname:子域名
|
|
7405
|
-
instance:实例
|
|
7406
|
-
*/
|
|
7407
|
-
ProxyType: string
|
|
7408
|
-
|
|
7353
|
+
export interface DeleteDnsRecordsResponse {
|
|
7409
7354
|
/**
|
|
7410
|
-
*
|
|
7355
|
+
* 记录 ID
|
|
7411
7356
|
*/
|
|
7412
|
-
|
|
7357
|
+
Ids: Array<string>
|
|
7413
7358
|
|
|
7414
7359
|
/**
|
|
7415
7360
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -7879,13 +7824,95 @@ export interface ModifyZoneCnameSpeedUpRequest {
|
|
|
7879
7824
|
}
|
|
7880
7825
|
|
|
7881
7826
|
/**
|
|
7882
|
-
*
|
|
7827
|
+
* DescribeApplicationProxyDetail返回参数结构体
|
|
7883
7828
|
*/
|
|
7884
|
-
export interface
|
|
7829
|
+
export interface DescribeApplicationProxyDetailResponse {
|
|
7885
7830
|
/**
|
|
7886
|
-
*
|
|
7831
|
+
* 实例ID
|
|
7887
7832
|
*/
|
|
7888
|
-
|
|
7833
|
+
ProxyId: string
|
|
7834
|
+
|
|
7835
|
+
/**
|
|
7836
|
+
* 实例名称
|
|
7837
|
+
*/
|
|
7838
|
+
ProxyName: string
|
|
7839
|
+
|
|
7840
|
+
/**
|
|
7841
|
+
* 调度模式:
|
|
7842
|
+
ip表示Anycast IP
|
|
7843
|
+
domain表示CNAME
|
|
7844
|
+
*/
|
|
7845
|
+
PlatType: string
|
|
7846
|
+
|
|
7847
|
+
/**
|
|
7848
|
+
* 0关闭安全,1开启安全
|
|
7849
|
+
*/
|
|
7850
|
+
SecurityType: number
|
|
7851
|
+
|
|
7852
|
+
/**
|
|
7853
|
+
* 0关闭加速,1开启加速
|
|
7854
|
+
*/
|
|
7855
|
+
AccelerateType: number
|
|
7856
|
+
|
|
7857
|
+
/**
|
|
7858
|
+
* 字段已经移至Rule.ForwardClientIp
|
|
7859
|
+
*/
|
|
7860
|
+
ForwardClientIp: string
|
|
7861
|
+
|
|
7862
|
+
/**
|
|
7863
|
+
* 字段已经移至Rule.SessionPersist
|
|
7864
|
+
*/
|
|
7865
|
+
SessionPersist: boolean
|
|
7866
|
+
|
|
7867
|
+
/**
|
|
7868
|
+
* 规则列表
|
|
7869
|
+
*/
|
|
7870
|
+
Rule: Array<ApplicationProxyRule>
|
|
7871
|
+
|
|
7872
|
+
/**
|
|
7873
|
+
* 状态:
|
|
7874
|
+
online:启用
|
|
7875
|
+
offline:停用
|
|
7876
|
+
progress:部署中
|
|
7877
|
+
*/
|
|
7878
|
+
Status: string
|
|
7879
|
+
|
|
7880
|
+
/**
|
|
7881
|
+
* 调度信息
|
|
7882
|
+
*/
|
|
7883
|
+
ScheduleValue: Array<string>
|
|
7884
|
+
|
|
7885
|
+
/**
|
|
7886
|
+
* 更新时间
|
|
7887
|
+
*/
|
|
7888
|
+
UpdateTime: string
|
|
7889
|
+
|
|
7890
|
+
/**
|
|
7891
|
+
* 站点ID
|
|
7892
|
+
*/
|
|
7893
|
+
ZoneId: string
|
|
7894
|
+
|
|
7895
|
+
/**
|
|
7896
|
+
* 站点名称
|
|
7897
|
+
*/
|
|
7898
|
+
ZoneName: string
|
|
7899
|
+
|
|
7900
|
+
/**
|
|
7901
|
+
* 会话保持时间
|
|
7902
|
+
*/
|
|
7903
|
+
SessionPersistTime: number
|
|
7904
|
+
|
|
7905
|
+
/**
|
|
7906
|
+
* 服务类型
|
|
7907
|
+
hostname:子域名
|
|
7908
|
+
instance:实例
|
|
7909
|
+
*/
|
|
7910
|
+
ProxyType: string
|
|
7911
|
+
|
|
7912
|
+
/**
|
|
7913
|
+
* 七层实例ID
|
|
7914
|
+
*/
|
|
7915
|
+
HostId: string
|
|
7889
7916
|
|
|
7890
7917
|
/**
|
|
7891
7918
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { ModifyDefaultCertificateRequest, DescribeWebManagedRulesTopDataResponse, DescribeOriginGroupResponse, DescribeWebManagedRulesAttackEventsResponse, DescribeTopL7CacheDataRequest, DeleteApplicationProxyResponse, DescribeZonesRequest, ModifyLoadBalancingStatusResponse, DescribePrefetchTasksResponse, DescribeDDosAttackEventResponse, DeleteApplicationProxyRequest, CreateCustomErrorPageResponse, ReclaimZoneResponse, DescribeZoneSettingRequest, ModifyZoneStatusRequest, ModifyDnsRecordRequest, ModifySecurityPolicyRequest, CreateApplicationProxyRulesRequest, ModifyDnssecRequest, ModifyZoneSettingRequest, CreateApplicationProxyResponse, ImportDnsRecordsRequest, ModifyOriginGroupResponse, DescribeZoneDetailsResponse, ModifyZoneStatusResponse, DescribeSecurityPolicyManagedRulesRequest, DescribeSecurityPortraitRulesRequest, ModifySecurityPolicyResponse, ModifyDDoSPolicyHostRequest, DescribeHostsSettingResponse, DescribeSecurityPolicyRegionsResponse, ModifyZoneResponse, DescribeDDosAttackSourceEventRequest, ModifyZoneRequest, DeleteZoneResponse, CreatePurgeTaskResponse, DeleteApplicationProxyRuleResponse, DeleteOriginGroupRequest, ModifyHostsCertificateResponse, CreateDnsRecordRequest, ModifyHostsCertificateRequest, DescribeDnsDataResponse, DescribeSecurityPolicyManagedRulesIdRequest, ModifyApplicationProxyStatusRequest, DescribeIdentificationRequest, ModifyLoadBalancingStatusRequest, DescribeDDosAttackTopDataResponse, DescribeCnameStatusResponse,
|
|
2
|
+
import { ModifyDefaultCertificateRequest, DescribeWebManagedRulesTopDataResponse, DescribeOriginGroupResponse, DescribeWebManagedRulesAttackEventsResponse, DescribeTopL7CacheDataRequest, DeleteApplicationProxyResponse, DescribeZonesRequest, ModifyLoadBalancingStatusResponse, DescribePrefetchTasksResponse, DescribeDDosAttackEventResponse, DeleteApplicationProxyRequest, CreateCustomErrorPageResponse, ReclaimZoneResponse, DescribeZoneSettingRequest, ModifyZoneStatusRequest, ModifyDnsRecordRequest, ModifySecurityPolicyRequest, CreateApplicationProxyRulesRequest, ModifyDnssecRequest, ModifyZoneSettingRequest, CreateApplicationProxyResponse, ImportDnsRecordsRequest, ModifyOriginGroupResponse, DescribeZoneDetailsResponse, ModifyZoneStatusResponse, DescribeSecurityPolicyManagedRulesRequest, DescribeSecurityPortraitRulesRequest, ModifySecurityPolicyResponse, ModifyDDoSPolicyHostRequest, DescribeHostsSettingResponse, DescribeSecurityPolicyRegionsResponse, ModifyZoneResponse, DescribeDDosAttackSourceEventRequest, ModifyZoneRequest, DeleteZoneResponse, CreatePurgeTaskResponse, DeleteApplicationProxyRuleResponse, DeleteOriginGroupRequest, ModifyHostsCertificateResponse, CreateDnsRecordRequest, ModifyHostsCertificateRequest, DescribeDnsDataResponse, DescribeSecurityPolicyManagedRulesIdRequest, ModifyApplicationProxyStatusRequest, DescribeIdentificationRequest, ModifyLoadBalancingStatusRequest, DescribeDDosAttackTopDataResponse, DescribeCnameStatusResponse, DescribeLoadBalancingRequest, ModifyZoneSettingResponse, DescribeZonesResponse, ScanDnsRecordsResponse, CreateDnsRecordResponse, DescribeWebManagedRulesDataResponse, DescribeWebManagedRulesLogResponse, CreatePrefetchTaskRequest, DeleteApplicationProxyRuleRequest, DescribeTopL7AnalysisDataRequest, DescribeApplicationProxyResponse, CreateLoadBalancingResponse, DescribeTopL7CacheDataResponse, DescribeOverviewL7DataRequest, IdentifyZoneResponse, ModifyLoadBalancingRequest, CreateLoadBalancingRequest, DescribeDnssecRequest, DescribeWebProtectionLogResponse, DescribeLoadBalancingDetailResponse, DescribeBotManagedRulesResponse, DescribeWebManagedRulesDataRequest, ModifyDDoSPolicyResponse, DescribeDnsRecordsRequest, CreatePrefetchTaskResponse, DescribeDefaultCertificatesRequest, DescribeSecurityPolicyRequest, ModifyApplicationProxyRuleResponse, CreateZoneRequest, DescribeTimingL7CacheDataRequest, DescribeSecurityPolicyListResponse, DescribePurgeTasksResponse, CheckCertificateResponse, DownloadL7LogsRequest, DeleteLoadBalancingResponse, DescribeWebProtectionDataRequest, CheckCertificateRequest, DescribeSecurityPortraitRulesResponse, CreateApplicationProxyRuleRequest, ModifyApplicationProxyRequest, ModifyApplicationProxyStatusResponse, IdentifyZoneRequest, DescribeDnsRecordsResponse, DescribeDefaultCertificatesResponse, DescribeTimingL7AnalysisDataResponse, DescribeWebProtectionAttackEventsRequest, DescribeOverviewL7DataResponse, DescribeHostsCertificateRequest, DescribeSecurityPolicyManagedRulesResponse, DescribeApplicationProxyRequest, ModifyDDoSPolicyHostResponse, ModifyApplicationProxyRuleStatusRequest, ModifyLoadBalancingResponse, DescribeDDosAttackTopDataRequest, CreateApplicationProxyRuleResponse, DescribeDDosAttackDataRequest, ModifyDnsRecordResponse, CreateApplicationProxyRequest, DescribeTopL7AnalysisDataResponse, DescribeWebManagedRulesAttackEventsRequest, DescribeCnameStatusRequest, CreateCustomErrorPageRequest, DescribeDnssecResponse, CreateZoneResponse, DeleteLoadBalancingRequest, DescribeTimingL7AnalysisDataRequest, DescribeSecurityPolicyManagedRulesIdResponse, ModifyApplicationProxyResponse, DescribeDDoSPolicyResponse, ModifyOriginGroupRequest, ModifyApplicationProxyRuleStatusResponse, DescribeSecurityPolicyListRequest, DescribeTimingL7CacheDataResponse, DescribeApplicationProxyDetailRequest, DeleteOriginGroupResponse, DescribeDDosAttackSourceEventResponse, DescribeZoneDetailsRequest, DescribeDDoSPolicyRequest, DescribeDDosMajorAttackEventRequest, CreateOriginGroupResponse, DescribeSecurityPolicyResponse, DescribeSecurityPolicyRegionsRequest, ReclaimZoneRequest, DeleteZoneRequest, ModifyDefaultCertificateResponse, DescribeDDosAttackEventRequest, DescribeHostsCertificateResponse, DescribeZoneSettingResponse, DescribePurgeTasksRequest, DescribeDnsDataRequest, DescribeDDosAttackEventDetailResponse, ModifyApplicationProxyRuleRequest, ModifyDDoSPolicyRequest, ModifyZoneCnameSpeedUpResponse, DescribeWebProtectionLogRequest, DescribePrefetchTasksRequest, DeleteDnsRecordsRequest, DescribeZoneDDoSPolicyResponse, DescribeDDosMajorAttackEventResponse, DescribeWebProtectionAttackEventsResponse, CreatePurgeTaskRequest, DeleteDnsRecordsResponse, DescribeBotLogRequest, DownloadL7LogsResponse, CreateOriginGroupRequest, DescribeTimingL4DataRequest, DescribeHostsSettingRequest, DescribeZoneDDoSPolicyRequest, DescribeDDosAttackDataResponse, DescribeWebManagedRulesLogRequest, CreateApplicationProxyRulesResponse, DescribeWebManagedRulesTopDataRequest, DescribeIdentificationResponse, ModifyZoneCnameSpeedUpRequest, DescribeApplicationProxyDetailResponse, DescribeBotLogResponse, DescribeLoadBalancingResponse, DescribeWebProtectionDataResponse, ModifyDnssecResponse, ScanDnsRecordsRequest, ImportDnsRecordsResponse, DescribeLoadBalancingDetailRequest, DescribeOriginGroupRequest, DescribeOriginGroupDetailResponse, DescribeOriginGroupDetailRequest, DescribeDDosAttackEventDetailRequest, DescribeTimingL4DataResponse, DescribeBotManagedRulesRequest } from "./teo_models";
|
|
3
3
|
/**
|
|
4
4
|
* teo client
|
|
5
5
|
* @class
|
|
@@ -802,6 +802,10 @@ export interface ModifyZoneSettingRequest {
|
|
|
802
802
|
* 客户端IP回源请求头配置
|
|
803
803
|
*/
|
|
804
804
|
ClientIpHeader?: ClientIp;
|
|
805
|
+
/**
|
|
806
|
+
* 缓存预刷新配置
|
|
807
|
+
*/
|
|
808
|
+
CachePrefresh?: CachePrefresh;
|
|
805
809
|
}
|
|
806
810
|
/**
|
|
807
811
|
* ddos特征过滤
|
|
@@ -1891,19 +1895,6 @@ export interface DescribeCnameStatusResponse {
|
|
|
1891
1895
|
*/
|
|
1892
1896
|
RequestId?: string;
|
|
1893
1897
|
}
|
|
1894
|
-
/**
|
|
1895
|
-
* DeleteDnsRecords返回参数结构体
|
|
1896
|
-
*/
|
|
1897
|
-
export interface DeleteDnsRecordsResponse {
|
|
1898
|
-
/**
|
|
1899
|
-
* 记录 ID
|
|
1900
|
-
*/
|
|
1901
|
-
Ids: Array<string>;
|
|
1902
|
-
/**
|
|
1903
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1904
|
-
*/
|
|
1905
|
-
RequestId?: string;
|
|
1906
|
-
}
|
|
1907
1898
|
/**
|
|
1908
1899
|
* DescribeLoadBalancing请求参数结构体
|
|
1909
1900
|
*/
|
|
@@ -3758,6 +3749,20 @@ export interface DescribeDefaultCertificatesResponse {
|
|
|
3758
3749
|
*/
|
|
3759
3750
|
RequestId?: string;
|
|
3760
3751
|
}
|
|
3752
|
+
/**
|
|
3753
|
+
* 缓存预刷新
|
|
3754
|
+
*/
|
|
3755
|
+
export interface CachePrefresh {
|
|
3756
|
+
/**
|
|
3757
|
+
* 缓存预刷新配置开关
|
|
3758
|
+
*/
|
|
3759
|
+
Switch: string;
|
|
3760
|
+
/**
|
|
3761
|
+
* 缓存预刷新百分比:1-99
|
|
3762
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3763
|
+
*/
|
|
3764
|
+
Percent?: number;
|
|
3765
|
+
}
|
|
3761
3766
|
/**
|
|
3762
3767
|
* DescribeTimingL7AnalysisData返回参数结构体
|
|
3763
3768
|
*/
|
|
@@ -4025,6 +4030,19 @@ export interface ModifyApplicationProxyRuleStatusRequest {
|
|
|
4025
4030
|
*/
|
|
4026
4031
|
Status: string;
|
|
4027
4032
|
}
|
|
4033
|
+
/**
|
|
4034
|
+
* ModifyLoadBalancing返回参数结构体
|
|
4035
|
+
*/
|
|
4036
|
+
export interface ModifyLoadBalancingResponse {
|
|
4037
|
+
/**
|
|
4038
|
+
* 负载均衡ID
|
|
4039
|
+
*/
|
|
4040
|
+
LoadBalancingId: string;
|
|
4041
|
+
/**
|
|
4042
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4043
|
+
*/
|
|
4044
|
+
RequestId?: string;
|
|
4045
|
+
}
|
|
4028
4046
|
/**
|
|
4029
4047
|
* Web拦截事件
|
|
4030
4048
|
*/
|
|
@@ -5556,6 +5574,11 @@ export interface DescribeZoneSettingResponse {
|
|
|
5556
5574
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5557
5575
|
*/
|
|
5558
5576
|
ClientIpHeader: ClientIp;
|
|
5577
|
+
/**
|
|
5578
|
+
* 缓存预刷新配置
|
|
5579
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5580
|
+
*/
|
|
5581
|
+
CachePrefresh: CachePrefresh;
|
|
5559
5582
|
/**
|
|
5560
5583
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5561
5584
|
*/
|
|
@@ -6204,80 +6227,13 @@ export interface CreatePurgeTaskRequest {
|
|
|
6204
6227
|
EncodeUrl?: boolean;
|
|
6205
6228
|
}
|
|
6206
6229
|
/**
|
|
6207
|
-
*
|
|
6230
|
+
* DeleteDnsRecords返回参数结构体
|
|
6208
6231
|
*/
|
|
6209
|
-
export interface
|
|
6210
|
-
/**
|
|
6211
|
-
* 实例ID
|
|
6212
|
-
*/
|
|
6213
|
-
ProxyId: string;
|
|
6214
|
-
/**
|
|
6215
|
-
* 实例名称
|
|
6216
|
-
*/
|
|
6217
|
-
ProxyName: string;
|
|
6218
|
-
/**
|
|
6219
|
-
* 调度模式:
|
|
6220
|
-
ip表示Anycast IP
|
|
6221
|
-
domain表示CNAME
|
|
6222
|
-
*/
|
|
6223
|
-
PlatType: string;
|
|
6224
|
-
/**
|
|
6225
|
-
* 0关闭安全,1开启安全
|
|
6226
|
-
*/
|
|
6227
|
-
SecurityType: number;
|
|
6228
|
-
/**
|
|
6229
|
-
* 0关闭加速,1开启加速
|
|
6230
|
-
*/
|
|
6231
|
-
AccelerateType: number;
|
|
6232
|
-
/**
|
|
6233
|
-
* 字段已经移至Rule.ForwardClientIp
|
|
6234
|
-
*/
|
|
6235
|
-
ForwardClientIp: string;
|
|
6236
|
-
/**
|
|
6237
|
-
* 字段已经移至Rule.SessionPersist
|
|
6238
|
-
*/
|
|
6239
|
-
SessionPersist: boolean;
|
|
6240
|
-
/**
|
|
6241
|
-
* 规则列表
|
|
6242
|
-
*/
|
|
6243
|
-
Rule: Array<ApplicationProxyRule>;
|
|
6244
|
-
/**
|
|
6245
|
-
* 状态:
|
|
6246
|
-
online:启用
|
|
6247
|
-
offline:停用
|
|
6248
|
-
progress:部署中
|
|
6249
|
-
*/
|
|
6250
|
-
Status: string;
|
|
6251
|
-
/**
|
|
6252
|
-
* 调度信息
|
|
6253
|
-
*/
|
|
6254
|
-
ScheduleValue: Array<string>;
|
|
6255
|
-
/**
|
|
6256
|
-
* 更新时间
|
|
6257
|
-
*/
|
|
6258
|
-
UpdateTime: string;
|
|
6259
|
-
/**
|
|
6260
|
-
* 站点ID
|
|
6261
|
-
*/
|
|
6262
|
-
ZoneId: string;
|
|
6263
|
-
/**
|
|
6264
|
-
* 站点名称
|
|
6265
|
-
*/
|
|
6266
|
-
ZoneName: string;
|
|
6267
|
-
/**
|
|
6268
|
-
* 会话保持时间
|
|
6269
|
-
*/
|
|
6270
|
-
SessionPersistTime: number;
|
|
6271
|
-
/**
|
|
6272
|
-
* 服务类型
|
|
6273
|
-
hostname:子域名
|
|
6274
|
-
instance:实例
|
|
6275
|
-
*/
|
|
6276
|
-
ProxyType: string;
|
|
6232
|
+
export interface DeleteDnsRecordsResponse {
|
|
6277
6233
|
/**
|
|
6278
|
-
*
|
|
6234
|
+
* 记录 ID
|
|
6279
6235
|
*/
|
|
6280
|
-
|
|
6236
|
+
Ids: Array<string>;
|
|
6281
6237
|
/**
|
|
6282
6238
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6283
6239
|
*/
|
|
@@ -6670,13 +6626,80 @@ export interface ModifyZoneCnameSpeedUpRequest {
|
|
|
6670
6626
|
Status: string;
|
|
6671
6627
|
}
|
|
6672
6628
|
/**
|
|
6673
|
-
*
|
|
6629
|
+
* DescribeApplicationProxyDetail返回参数结构体
|
|
6674
6630
|
*/
|
|
6675
|
-
export interface
|
|
6631
|
+
export interface DescribeApplicationProxyDetailResponse {
|
|
6676
6632
|
/**
|
|
6677
|
-
*
|
|
6633
|
+
* 实例ID
|
|
6678
6634
|
*/
|
|
6679
|
-
|
|
6635
|
+
ProxyId: string;
|
|
6636
|
+
/**
|
|
6637
|
+
* 实例名称
|
|
6638
|
+
*/
|
|
6639
|
+
ProxyName: string;
|
|
6640
|
+
/**
|
|
6641
|
+
* 调度模式:
|
|
6642
|
+
ip表示Anycast IP
|
|
6643
|
+
domain表示CNAME
|
|
6644
|
+
*/
|
|
6645
|
+
PlatType: string;
|
|
6646
|
+
/**
|
|
6647
|
+
* 0关闭安全,1开启安全
|
|
6648
|
+
*/
|
|
6649
|
+
SecurityType: number;
|
|
6650
|
+
/**
|
|
6651
|
+
* 0关闭加速,1开启加速
|
|
6652
|
+
*/
|
|
6653
|
+
AccelerateType: number;
|
|
6654
|
+
/**
|
|
6655
|
+
* 字段已经移至Rule.ForwardClientIp
|
|
6656
|
+
*/
|
|
6657
|
+
ForwardClientIp: string;
|
|
6658
|
+
/**
|
|
6659
|
+
* 字段已经移至Rule.SessionPersist
|
|
6660
|
+
*/
|
|
6661
|
+
SessionPersist: boolean;
|
|
6662
|
+
/**
|
|
6663
|
+
* 规则列表
|
|
6664
|
+
*/
|
|
6665
|
+
Rule: Array<ApplicationProxyRule>;
|
|
6666
|
+
/**
|
|
6667
|
+
* 状态:
|
|
6668
|
+
online:启用
|
|
6669
|
+
offline:停用
|
|
6670
|
+
progress:部署中
|
|
6671
|
+
*/
|
|
6672
|
+
Status: string;
|
|
6673
|
+
/**
|
|
6674
|
+
* 调度信息
|
|
6675
|
+
*/
|
|
6676
|
+
ScheduleValue: Array<string>;
|
|
6677
|
+
/**
|
|
6678
|
+
* 更新时间
|
|
6679
|
+
*/
|
|
6680
|
+
UpdateTime: string;
|
|
6681
|
+
/**
|
|
6682
|
+
* 站点ID
|
|
6683
|
+
*/
|
|
6684
|
+
ZoneId: string;
|
|
6685
|
+
/**
|
|
6686
|
+
* 站点名称
|
|
6687
|
+
*/
|
|
6688
|
+
ZoneName: string;
|
|
6689
|
+
/**
|
|
6690
|
+
* 会话保持时间
|
|
6691
|
+
*/
|
|
6692
|
+
SessionPersistTime: number;
|
|
6693
|
+
/**
|
|
6694
|
+
* 服务类型
|
|
6695
|
+
hostname:子域名
|
|
6696
|
+
instance:实例
|
|
6697
|
+
*/
|
|
6698
|
+
ProxyType: string;
|
|
6699
|
+
/**
|
|
6700
|
+
* 七层实例ID
|
|
6701
|
+
*/
|
|
6702
|
+
HostId: string;
|
|
6680
6703
|
/**
|
|
6681
6704
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6682
6705
|
*/
|