tencentcloud-sdk-nodejs-teo 4.0.361 → 4.0.364

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.
@@ -34,100 +34,106 @@ class Client extends TencentCloudCommon.AbstractClient {
34
34
  return this.request("CreateDnsRecord", req, cb);
35
35
  }
36
36
  /**
37
- * 查询验证结果
37
+ * 创建清除缓存任务
38
38
  */
39
- async DescribeIdentification(req, cb) {
40
- return this.request("DescribeIdentification", req, cb);
39
+ async CreatePurgeTask(req, cb) {
40
+ return this.request("CreatePurgeTask", req, cb);
41
41
  }
42
42
  /**
43
- * 修改应用代理规则
43
+ * 查询预热任务状态
44
44
  */
45
- async ModifyApplicationProxyRule(req, cb) {
46
- return this.request("ModifyApplicationProxyRule", req, cb);
45
+ async DescribePrefetchTasks(req, cb) {
46
+ return this.request("DescribePrefetchTasks", req, cb);
47
47
  }
48
48
  /**
49
- * 源站组删除
49
+ * 查询web防护攻击事件
50
50
  */
51
- async DeleteOriginGroup(req, cb) {
52
- return this.request("DeleteOriginGroup", req, cb);
51
+ async DescribeWebProtectionAttackEvents(req, cb) {
52
+ return this.request("DescribeWebProtectionAttackEvents", req, cb);
53
53
  }
54
54
  /**
55
- * 删除应用代理
55
+ * 创建负载均衡
56
56
  */
57
- async DeleteApplicationProxy(req, cb) {
58
- return this.request("DeleteApplicationProxy", req, cb);
57
+ async CreateLoadBalancing(req, cb) {
58
+ return this.request("CreateLoadBalancing", req, cb);
59
59
  }
60
60
  /**
61
- * 批量创建应用代理规则
61
+ * 域名DDoS高可用开关
62
62
  */
63
- async CreateApplicationProxyRules(req, cb) {
64
- return this.request("CreateApplicationProxyRules", req, cb);
63
+ async ModifyDDoSPolicyHost(req, cb) {
64
+ return this.request("ModifyDDoSPolicyHost", req, cb);
65
65
  }
66
66
  /**
67
- * 创建清除缓存任务
67
+ * 用于验证站点所有权
68
68
  */
69
- async CreatePurgeTask(req, cb) {
70
- return this.request("CreatePurgeTask", req, cb);
69
+ async IdentifyZone(req, cb) {
70
+ return this.request("IdentifyZone", req, cb);
71
71
  }
72
72
  /**
73
- * 源站组创建
73
+ * 查询默认证书列表
74
74
  */
75
- async CreateOriginGroup(req, cb) {
76
- return this.request("CreateOriginGroup", req, cb);
75
+ async DescribeDefaultCertificates(req, cb) {
76
+ return this.request("DescribeDefaultCertificates", req, cb);
77
77
  }
78
78
  /**
79
- * 查询清除缓存历史记录
79
+ * 源站组修改
80
80
  */
81
- async DescribePurgeTasks(req, cb) {
82
- return this.request("DescribePurgeTasks", req, cb);
81
+ async ModifyOriginGroup(req, cb) {
82
+ return this.request("ModifyOriginGroup", req, cb);
83
83
  }
84
84
  /**
85
- * 分页查询门神规则
85
+ * 查询DDos攻击Top数据
86
86
  */
87
- async DescribeSecurityPolicyManagedRules(req, cb) {
88
- return this.request("DescribeSecurityPolicyManagedRules", req, cb);
87
+ async DescribeDDosAttackTopData(req, cb) {
88
+ return this.request("DescribeDDosAttackTopData", req, cb);
89
89
  }
90
90
  /**
91
- * 站点被其他用户接入后,验证了站点所有权之后,可以找回该站点
91
+ * 查询Bot用户画像规则
92
92
  */
93
- async ReclaimZone(req, cb) {
94
- return this.request("ReclaimZone", req, cb);
93
+ async DescribeSecurityPortraitRules(req, cb) {
94
+ return this.request("DescribeSecurityPortraitRules", req, cb);
95
95
  }
96
96
  /**
97
- * 用于修改域名证书
97
+ * 删除应用代理
98
98
  */
99
- async ModifyHostsCertificate(req, cb) {
100
- return this.request("ModifyHostsCertificate", req, cb);
99
+ async DeleteApplicationProxy(req, cb) {
100
+ return this.request("DeleteApplicationProxy", req, cb);
101
101
  }
102
102
  /**
103
- * 查询预热任务状态
103
+ * 查询Web托管日志
104
104
  */
105
- async DescribePrefetchTasks(req, cb) {
106
- return this.request("DescribePrefetchTasks", req, cb);
105
+ async DescribeWebManagedRulesLog(req, cb) {
106
+ return this.request("DescribeWebManagedRulesLog", req, cb);
107
107
  }
108
108
  /**
109
- * 开启,关闭 CNAME 加速
109
+ * 查询七层离线日志
110
110
  */
111
- async ModifyZoneCnameSpeedUp(req, cb) {
112
- return this.request("ModifyZoneCnameSpeedUp", req, cb);
111
+ async DownloadL7Logs(req, cb) {
112
+ return this.request("DownloadL7Logs", req, cb);
113
113
  }
114
114
  /**
115
- * 修改 DNS 记录
115
+ * 删除应用代理规则
116
116
  */
117
- async ModifyDnsRecord(req, cb) {
118
- return this.request("ModifyDnsRecord", req, cb);
117
+ async DeleteApplicationProxyRule(req, cb) {
118
+ return this.request("DeleteApplicationProxyRule", req, cb);
119
119
  }
120
120
  /**
121
- * 修改应用代理
121
+ * 修改负载均衡状态
122
122
  */
123
- async ModifyApplicationProxy(req, cb) {
124
- return this.request("ModifyApplicationProxy", req, cb);
123
+ async ModifyLoadBalancingStatus(req, cb) {
124
+ return this.request("ModifyLoadBalancingStatus", req, cb);
125
125
  }
126
126
  /**
127
- * 用于用户接入新的站点
127
+ * 查询web防护数据
128
128
  */
129
- async CreateZone(req, cb) {
130
- return this.request("CreateZone", req, cb);
129
+ async DescribeWebProtectionData(req, cb) {
130
+ return this.request("DescribeWebProtectionData", req, cb);
131
+ }
132
+ /**
133
+ * 查询Web托管攻击事件
134
+ */
135
+ async DescribeWebManagedRulesAttackEvents(req, cb) {
136
+ return this.request("DescribeWebManagedRulesAttackEvents", req, cb);
131
137
  }
132
138
  /**
133
139
  * 用该站点信息
@@ -136,100 +142,106 @@ class Client extends TencentCloudCommon.AbstractClient {
136
142
  return this.request("ModifyZone", req, cb);
137
143
  }
138
144
  /**
139
- * 用于查询域名配置信息
145
+ * 创建预热任务
140
146
  */
141
- async DescribeHostsSetting(req, cb) {
142
- return this.request("DescribeHostsSetting", req, cb);
147
+ async CreatePrefetchTask(req, cb) {
148
+ return this.request("CreatePrefetchTask", req, cb);
143
149
  }
144
150
  /**
145
- * 查询所有DDoS防护分区
151
+ * 查询七层监控类时序流量数据
146
152
  */
147
- async DescribeZoneDDoSPolicy(req, cb) {
148
- return this.request("DescribeZoneDDoSPolicy", req, cb);
153
+ async DescribeOverviewL7Data(req, cb) {
154
+ return this.request("DescribeOverviewL7Data", req, cb);
149
155
  }
150
156
  /**
151
- * 修改负载均衡
157
+ * 校验证书
152
158
  */
153
- async ModifyLoadBalancing(req, cb) {
154
- return this.request("ModifyLoadBalancing", req, cb);
159
+ async CheckCertificate(req, cb) {
160
+ return this.request("CheckCertificate", req, cb);
155
161
  }
156
162
  /**
157
- * 创建负载均衡
163
+ * 分页查询门神规则
158
164
  */
159
- async CreateLoadBalancing(req, cb) {
160
- return this.request("CreateLoadBalancing", req, cb);
165
+ async DescribeSecurityPolicyManagedRules(req, cb) {
166
+ return this.request("DescribeSecurityPolicyManagedRules", req, cb);
161
167
  }
162
168
  /**
163
- * 域名DDoS高可用开关
169
+ * 查询域名 CNAME 状态
164
170
  */
165
- async ModifyDDoSPolicyHost(req, cb) {
166
- return this.request("ModifyDDoSPolicyHost", req, cb);
171
+ async DescribeCnameStatus(req, cb) {
172
+ return this.request("DescribeCnameStatus", req, cb);
167
173
  }
168
174
  /**
169
- * 创建自定义规则的自定义页
175
+ * 查询所有地域信息
170
176
  */
171
- async CreateCustomErrorPage(req, cb) {
172
- return this.request("CreateCustomErrorPage", req, cb);
177
+ async DescribeSecurityPolicyRegions(req, cb) {
178
+ return this.request("DescribeSecurityPolicyRegions", req, cb);
173
179
  }
174
180
  /**
175
- * 用于验证站点所有权
181
+ * 根据站点 ID 查询站点的详细信息
176
182
  */
177
- async IdentifyZone(req, cb) {
178
- return this.request("IdentifyZone", req, cb);
183
+ async DescribeZoneDetails(req, cb) {
184
+ return this.request("DescribeZoneDetails", req, cb);
179
185
  }
180
186
  /**
181
- * 查询默认证书列表
187
+ * 用于修改站点配置
182
188
  */
183
- async DescribeDefaultCertificates(req, cb) {
184
- return this.request("DescribeDefaultCertificates", req, cb);
189
+ async ModifyZoneSetting(req, cb) {
190
+ return this.request("ModifyZoneSetting", req, cb);
185
191
  }
186
192
  /**
187
- * 修改DDoS防护分区配置
193
+ * 修改应用代理规则的状态
188
194
  */
189
- async ModifyDDoSPolicy(req, cb) {
190
- return this.request("ModifyDDoSPolicy", req, cb);
195
+ async ModifyApplicationProxyRuleStatus(req, cb) {
196
+ return this.request("ModifyApplicationProxyRuleStatus", req, cb);
191
197
  }
192
198
  /**
193
- * 获取DNS请求数统计曲线
199
+ * 查询全部安全实例
194
200
  */
195
- async DescribeDnsData(req, cb) {
196
- return this.request("DescribeDnsData", req, cb);
201
+ async DescribeSecurityPolicyList(req, cb) {
202
+ return this.request("DescribeSecurityPolicyList", req, cb);
197
203
  }
198
204
  /**
199
- * 用于查询站点的所有配置信息。
205
+ * 源站组删除
200
206
  */
201
- async DescribeZoneSetting(req, cb) {
202
- return this.request("DescribeZoneSetting", req, cb);
207
+ async DeleteOriginGroup(req, cb) {
208
+ return this.request("DeleteOriginGroup", req, cb);
203
209
  }
204
210
  /**
205
- * 获取负载均衡列表
211
+ * 查询Web托管规则Top数据
206
212
  */
207
- async DescribeLoadBalancing(req, cb) {
208
- return this.request("DescribeLoadBalancing", req, cb);
213
+ async DescribeWebManagedRulesTopData(req, cb) {
214
+ return this.request("DescribeWebManagedRulesTopData", req, cb);
209
215
  }
210
216
  /**
211
- * 查询域名证书列表,支持搜索、分页、排序、过滤。
217
+ * 批量创建应用代理规则
212
218
  */
213
- async DescribeHostsCertificate(req, cb) {
214
- return this.request("DescribeHostsCertificate", req, cb);
219
+ async CreateApplicationProxyRules(req, cb) {
220
+ return this.request("CreateApplicationProxyRules", req, cb);
215
221
  }
216
222
  /**
217
- * 获取源站组详细信息
223
+ * 查询清除缓存历史记录
218
224
  */
219
- async DescribeOriginGroupDetail(req, cb) {
220
- return this.request("DescribeOriginGroupDetail", req, cb);
225
+ async DescribePurgeTasks(req, cb) {
226
+ return this.request("DescribePurgeTasks", req, cb);
221
227
  }
222
228
  /**
223
- * 创建应用代理规则
229
+ * 查询DDos攻击事件详情
224
230
  */
225
- async CreateApplicationProxyRule(req, cb) {
226
- return this.request("CreateApplicationProxyRule", req, cb);
231
+ async DescribeDDosAttackEventDetail(req, cb) {
232
+ return this.request("DescribeDDosAttackEventDetail", req, cb);
227
233
  }
228
234
  /**
229
- * 获取应用代理详细信息
235
+ * 七层查询缓存分析时序类流量数据
230
236
  */
231
- async DescribeApplicationProxyDetail(req, cb) {
232
- return this.request("DescribeApplicationProxyDetail", req, cb);
237
+ async DescribeTimingL7CacheData(req, cb) {
238
+ return this.request("DescribeTimingL7CacheData", req, cb);
239
+ }
240
+ /**
241
+ * 获取负载均衡列表
242
+ */
243
+ async DescribeLoadBalancing(req, cb) {
244
+ return this.request("DescribeLoadBalancing", req, cb);
233
245
  }
234
246
  /**
235
247
  * 删除负载均衡
@@ -238,160 +250,172 @@ class Client extends TencentCloudCommon.AbstractClient {
238
250
  return this.request("DeleteLoadBalancing", req, cb);
239
251
  }
240
252
  /**
241
- * 用于修改站点配置
253
+ * 四层时序流量数据查询
242
254
  */
243
- async ModifyZoneSetting(req, cb) {
244
- return this.request("ModifyZoneSetting", req, cb);
255
+ async DescribeTimingL4Data(req, cb) {
256
+ return this.request("DescribeTimingL4Data", req, cb);
245
257
  }
246
258
  /**
247
- * 查询Bot用户画像规则
259
+ * 七层查询缓存分析top类流量数据
248
260
  */
249
- async DescribeSecurityPortraitRules(req, cb) {
250
- return this.request("DescribeSecurityPortraitRules", req, cb);
261
+ async DescribeTopL7CacheData(req, cb) {
262
+ return this.request("DescribeTopL7CacheData", req, cb);
251
263
  }
252
264
  /**
253
- * 删除站点
265
+ * 扫描站点历史解析记录
254
266
  */
255
- async DeleteZone(req, cb) {
256
- return this.request("DeleteZone", req, cb);
267
+ async ScanDnsRecords(req, cb) {
268
+ return this.request("ScanDnsRecords", req, cb);
257
269
  }
258
270
  /**
259
- * 用于开启,关闭站点
271
+ * 查询top类流量数据
260
272
  */
261
- async ModifyZoneStatus(req, cb) {
262
- return this.request("ModifyZoneStatus", req, cb);
273
+ async DescribeTopL7AnalysisData(req, cb) {
274
+ return this.request("DescribeTopL7AnalysisData", req, cb);
263
275
  }
264
276
  /**
265
- * 查询七层离线日志
277
+ * 批量删除 DNS 记录
266
278
  */
267
- async DownloadL7Logs(req, cb) {
268
- return this.request("DownloadL7Logs", req, cb);
279
+ async DeleteDnsRecords(req, cb) {
280
+ return this.request("DeleteDnsRecords", req, cb);
269
281
  }
270
282
  /**
271
- * 用户查询用户站点信息列表,支持分页
283
+ * 修改Web&Bot安全配置
272
284
  */
273
- async DescribeZones(req, cb) {
274
- return this.request("DescribeZones", req, cb);
285
+ async ModifySecurityPolicy(req, cb) {
286
+ return this.request("ModifySecurityPolicy", req, cb);
275
287
  }
276
288
  /**
277
- * 删除应用代理规则
289
+ * 分页查询Bot托管规则
278
290
  */
279
- async DeleteApplicationProxyRule(req, cb) {
280
- return this.request("DeleteApplicationProxyRule", req, cb);
291
+ async DescribeBotManagedRules(req, cb) {
292
+ return this.request("DescribeBotManagedRules", req, cb);
281
293
  }
282
294
  /**
283
- * 查询 DNS 记录列表,支持搜索、分页、排序、过滤。
295
+ * 查询DDos攻击源
284
296
  */
285
- async DescribeDnsRecords(req, cb) {
286
- return this.request("DescribeDnsRecords", req, cb);
297
+ async DescribeDDosAttackSourceEvent(req, cb) {
298
+ return this.request("DescribeDDosAttackSourceEvent", req, cb);
287
299
  }
288
300
  /**
289
- * 扫描站点历史解析记录
301
+ * 修改应用代理的状态
290
302
  */
291
- async ScanDnsRecords(req, cb) {
292
- return this.request("ScanDnsRecords", req, cb);
303
+ async ModifyApplicationProxyStatus(req, cb) {
304
+ return this.request("ModifyApplicationProxyStatus", req, cb);
293
305
  }
294
306
  /**
295
- * 源站组修改
307
+ * 查询七层数据分析类时序流量数据
296
308
  */
297
- async ModifyOriginGroup(req, cb) {
298
- return this.request("ModifyOriginGroup", req, cb);
309
+ async DescribeTimingL7AnalysisData(req, cb) {
310
+ return this.request("DescribeTimingL7AnalysisData", req, cb);
299
311
  }
300
312
  /**
301
- * 查询DDoS防护配置详情
313
+ * 查询验证结果
302
314
  */
303
- async DescribeDDoSPolicy(req, cb) {
304
- return this.request("DescribeDDoSPolicy", req, cb);
315
+ async DescribeIdentification(req, cb) {
316
+ return this.request("DescribeIdentification", req, cb);
305
317
  }
306
318
  /**
307
- * 修改负载均衡状态
319
+ * 修改应用代理
308
320
  */
309
- async ModifyLoadBalancingStatus(req, cb) {
310
- return this.request("ModifyLoadBalancingStatus", req, cb);
321
+ async ModifyApplicationProxy(req, cb) {
322
+ return this.request("ModifyApplicationProxy", req, cb);
311
323
  }
312
324
  /**
313
- * 批量删除 DNS 记录
325
+ * 用于用户接入新的站点
314
326
  */
315
- async DeleteDnsRecords(req, cb) {
316
- return this.request("DeleteDnsRecords", req, cb);
327
+ async CreateZone(req, cb) {
328
+ return this.request("CreateZone", req, cb);
317
329
  }
318
330
  /**
319
- * 修改Web&Bot安全配置
331
+ * 查询所有DDoS防护分区
320
332
  */
321
- async ModifySecurityPolicy(req, cb) {
322
- return this.request("ModifySecurityPolicy", req, cb);
333
+ async DescribeZoneDDoSPolicy(req, cb) {
334
+ return this.request("DescribeZoneDDoSPolicy", req, cb);
323
335
  }
324
336
  /**
325
- * 创建预热任务
337
+ * 修改负载均衡
326
338
  */
327
- async CreatePrefetchTask(req, cb) {
328
- return this.request("CreatePrefetchTask", req, cb);
339
+ async ModifyLoadBalancing(req, cb) {
340
+ return this.request("ModifyLoadBalancing", req, cb);
329
341
  }
330
342
  /**
331
- * 修改默认证书状态
343
+ * 创建自定义规则的自定义页
332
344
  */
333
- async ModifyDefaultCertificate(req, cb) {
334
- return this.request("ModifyDefaultCertificate", req, cb);
345
+ async CreateCustomErrorPage(req, cb) {
346
+ return this.request("CreateCustomErrorPage", req, cb);
335
347
  }
336
348
  /**
337
- * 查询安全防护配置详情
349
+ * 修改DDoS防护分区配置
338
350
  */
339
- async DescribeSecurityPolicy(req, cb) {
340
- return this.request("DescribeSecurityPolicy", req, cb);
351
+ async ModifyDDoSPolicy(req, cb) {
352
+ return this.request("ModifyDDoSPolicy", req, cb);
341
353
  }
342
354
  /**
343
- * 导入 DNS 记录
355
+ * 获取DNS请求数统计曲线
344
356
  */
345
- async ImportDnsRecords(req, cb) {
346
- return this.request("ImportDnsRecords", req, cb);
357
+ async DescribeDnsData(req, cb) {
358
+ return this.request("DescribeDnsData", req, cb);
347
359
  }
348
360
  /**
349
- * 获取负载均衡详细信息
361
+ * 查询域名证书列表,支持搜索、分页、排序、过滤。
350
362
  */
351
- async DescribeLoadBalancingDetail(req, cb) {
352
- return this.request("DescribeLoadBalancingDetail", req, cb);
363
+ async DescribeHostsCertificate(req, cb) {
364
+ return this.request("DescribeHostsCertificate", req, cb);
353
365
  }
354
366
  /**
355
- * 校验证书
367
+ * 查询DDos攻击数据
356
368
  */
357
- async CheckCertificate(req, cb) {
358
- return this.request("CheckCertificate", req, cb);
369
+ async DescribeDDosAttackData(req, cb) {
370
+ return this.request("DescribeDDosAttackData", req, cb);
359
371
  }
360
372
  /**
361
- * 规则id查询门神规则详情
373
+ * 获取源站组详细信息
362
374
  */
363
- async DescribeSecurityPolicyManagedRulesId(req, cb) {
364
- return this.request("DescribeSecurityPolicyManagedRulesId", req, cb);
375
+ async DescribeOriginGroupDetail(req, cb) {
376
+ return this.request("DescribeOriginGroupDetail", req, cb);
365
377
  }
366
378
  /**
367
- * 分页查询Bot托管规则
379
+ * 获取应用代理详细信息
368
380
  */
369
- async DescribeBotManagedRules(req, cb) {
370
- return this.request("DescribeBotManagedRules", req, cb);
381
+ async DescribeApplicationProxyDetail(req, cb) {
382
+ return this.request("DescribeApplicationProxyDetail", req, cb);
371
383
  }
372
384
  /**
373
- * 查询域名 CNAME 状态
385
+ * 查询web防护日志
374
386
  */
375
- async DescribeCnameStatus(req, cb) {
376
- return this.request("DescribeCnameStatus", req, cb);
387
+ async DescribeWebProtectionLog(req, cb) {
388
+ return this.request("DescribeWebProtectionLog", req, cb);
377
389
  }
378
390
  /**
379
- * 查询所有地域信息
391
+ * 用于开启,关闭站点
380
392
  */
381
- async DescribeSecurityPolicyRegions(req, cb) {
382
- return this.request("DescribeSecurityPolicyRegions", req, cb);
393
+ async ModifyZoneStatus(req, cb) {
394
+ return this.request("ModifyZoneStatus", req, cb);
383
395
  }
384
396
  /**
385
- * 用于查询 DNSSEC 相关信息
397
+ * 查询DDoS防护配置详情
386
398
  */
387
- async DescribeDnssec(req, cb) {
388
- return this.request("DescribeDnssec", req, cb);
399
+ async DescribeDDoSPolicy(req, cb) {
400
+ return this.request("DescribeDDoSPolicy", req, cb);
389
401
  }
390
402
  /**
391
- * 根据站点 ID 查询站点的详细信息
403
+ * 修改默认证书状态
392
404
  */
393
- async DescribeZoneDetails(req, cb) {
394
- return this.request("DescribeZoneDetails", req, cb);
405
+ async ModifyDefaultCertificate(req, cb) {
406
+ return this.request("ModifyDefaultCertificate", req, cb);
407
+ }
408
+ /**
409
+ * 获取负载均衡详细信息
410
+ */
411
+ async DescribeLoadBalancingDetail(req, cb) {
412
+ return this.request("DescribeLoadBalancingDetail", req, cb);
413
+ }
414
+ /**
415
+ * 查询安全防护配置详情
416
+ */
417
+ async DescribeSecurityPolicy(req, cb) {
418
+ return this.request("DescribeSecurityPolicy", req, cb);
395
419
  }
396
420
  /**
397
421
  * 创建应用代理
@@ -406,28 +430,100 @@ class Client extends TencentCloudCommon.AbstractClient {
406
430
  return this.request("DescribeOriginGroup", req, cb);
407
431
  }
408
432
  /**
409
- * 修改应用代理的状态
433
+ * 用于查询 DNSSEC 相关信息
410
434
  */
411
- async ModifyApplicationProxyStatus(req, cb) {
412
- return this.request("ModifyApplicationProxyStatus", req, cb);
435
+ async DescribeDnssec(req, cb) {
436
+ return this.request("DescribeDnssec", req, cb);
413
437
  }
414
438
  /**
415
- * 修改应用代理规则的状态
439
+ * 修改应用代理规则
416
440
  */
417
- async ModifyApplicationProxyRuleStatus(req, cb) {
418
- return this.request("ModifyApplicationProxyRuleStatus", req, cb);
441
+ async ModifyApplicationProxyRule(req, cb) {
442
+ return this.request("ModifyApplicationProxyRule", req, cb);
419
443
  }
420
444
  /**
421
- * 查询全部安全实例
445
+ * 源站组创建
422
446
  */
423
- async DescribeSecurityPolicyList(req, cb) {
424
- return this.request("DescribeSecurityPolicyList", req, cb);
447
+ async CreateOriginGroup(req, cb) {
448
+ return this.request("CreateOriginGroup", req, cb);
425
449
  }
426
450
  /**
427
- * 修改 DNSSEC 状态
451
+ * 用于修改域名证书
428
452
  */
429
- async ModifyDnssec(req, cb) {
430
- return this.request("ModifyDnssec", req, cb);
453
+ async ModifyHostsCertificate(req, cb) {
454
+ return this.request("ModifyHostsCertificate", req, cb);
455
+ }
456
+ /**
457
+ * 开启,关闭 CNAME 加速
458
+ */
459
+ async ModifyZoneCnameSpeedUp(req, cb) {
460
+ return this.request("ModifyZoneCnameSpeedUp", req, cb);
461
+ }
462
+ /**
463
+ * 修改 DNS 记录
464
+ */
465
+ async ModifyDnsRecord(req, cb) {
466
+ return this.request("ModifyDnsRecord", req, cb);
467
+ }
468
+ /**
469
+ * 查询DDos主攻击事件
470
+ */
471
+ async DescribeDDosMajorAttackEvent(req, cb) {
472
+ return this.request("DescribeDDosMajorAttackEvent", req, cb);
473
+ }
474
+ /**
475
+ * 用于查询域名配置信息
476
+ */
477
+ async DescribeHostsSetting(req, cb) {
478
+ return this.request("DescribeHostsSetting", req, cb);
479
+ }
480
+ /**
481
+ * 用于查询站点的所有配置信息。
482
+ */
483
+ async DescribeZoneSetting(req, cb) {
484
+ return this.request("DescribeZoneSetting", req, cb);
485
+ }
486
+ /**
487
+ * 创建应用代理规则
488
+ */
489
+ async CreateApplicationProxyRule(req, cb) {
490
+ return this.request("CreateApplicationProxyRule", req, cb);
491
+ }
492
+ /**
493
+ * 用户查询用户站点信息列表,支持分页
494
+ */
495
+ async DescribeZones(req, cb) {
496
+ return this.request("DescribeZones", req, cb);
497
+ }
498
+ /**
499
+ * 站点被其他用户接入后,验证了站点所有权之后,可以找回该站点
500
+ */
501
+ async ReclaimZone(req, cb) {
502
+ return this.request("ReclaimZone", req, cb);
503
+ }
504
+ /**
505
+ * 删除站点
506
+ */
507
+ async DeleteZone(req, cb) {
508
+ return this.request("DeleteZone", req, cb);
509
+ }
510
+ /**
511
+ * 查询DDos攻击事件
512
+ */
513
+ async DescribeDDosAttackEvent(req, cb) {
514
+ return this.request("DescribeDDosAttackEvent", req, cb);
515
+ }
516
+ /**
517
+ * 查询 DNS 记录列表,支持搜索、分页、排序、过滤。
518
+ */
519
+ async DescribeDnsRecords(req, cb) {
520
+ return this.request("DescribeDnsRecords", req, cb);
521
+ }
522
+ /**
523
+ * 查询Bot攻击日志
524
+ */
525
+ async DescribeBotLog(req, cb) {
526
+ return this.request("DescribeBotLog", req, cb);
431
527
  }
432
528
  /**
433
529
  * 获取应用代理列表
@@ -435,5 +531,29 @@ class Client extends TencentCloudCommon.AbstractClient {
435
531
  async DescribeApplicationProxy(req, cb) {
436
532
  return this.request("DescribeApplicationProxy", req, cb);
437
533
  }
534
+ /**
535
+ * 查询Web托管规则数据
536
+ */
537
+ async DescribeWebManagedRulesData(req, cb) {
538
+ return this.request("DescribeWebManagedRulesData", req, cb);
539
+ }
540
+ /**
541
+ * 导入 DNS 记录
542
+ */
543
+ async ImportDnsRecords(req, cb) {
544
+ return this.request("ImportDnsRecords", req, cb);
545
+ }
546
+ /**
547
+ * 规则id查询门神规则详情
548
+ */
549
+ async DescribeSecurityPolicyManagedRulesId(req, cb) {
550
+ return this.request("DescribeSecurityPolicyManagedRulesId", req, cb);
551
+ }
552
+ /**
553
+ * 修改 DNSSEC 状态
554
+ */
555
+ async ModifyDnssec(req, cb) {
556
+ return this.request("ModifyDnssec", req, cb);
557
+ }
438
558
  }
439
559
  exports.Client = Client;