tencentcloud-sdk-nodejs 4.0.361 → 4.0.362

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.
Files changed (44) hide show
  1. package/CHANGELOG.md +287 -0
  2. package/SERVICE_CHANGELOG.md +445 -95
  3. package/package.json +1 -1
  4. package/products.md +10 -10
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +3 -1
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +68 -2
  8. package/src/services/ciam/v20220331/ciam_client.ts +116 -1
  9. package/src/services/ciam/v20220331/ciam_models.ts +653 -0
  10. package/src/services/cii/v20210408/cii_client.ts +3 -0
  11. package/src/services/cii/v20210408/cii_models.ts +61 -0
  12. package/src/services/cvm/v20170312/cvm_models.ts +18 -8
  13. package/src/services/dlc/v20210125/dlc_client.ts +13 -0
  14. package/src/services/dlc/v20210125/dlc_models.ts +93 -6
  15. package/src/services/eis/v20210601/eis_models.ts +39 -0
  16. package/src/services/live/v20180801/live_client.ts +1 -1
  17. package/src/services/live/v20180801/live_models.ts +1 -1
  18. package/src/services/redis/v20180412/redis_models.ts +10 -0
  19. package/src/services/teo/v20220106/teo_client.ts +642 -398
  20. package/src/services/teo/v20220106/teo_models.ts +2970 -749
  21. package/tencentcloud/common/sdk_version.d.ts +1 -1
  22. package/tencentcloud/common/sdk_version.js +1 -1
  23. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
  24. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +1 -1
  25. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +57 -2
  26. package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +37 -1
  27. package/tencentcloud/services/ciam/v20220331/ciam_client.js +54 -0
  28. package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +553 -0
  29. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +52 -0
  30. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +17 -8
  31. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  32. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  33. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +80 -6
  34. package/tencentcloud/services/eis/v20210601/eis_models.d.ts +32 -0
  35. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  36. package/tencentcloud/services/live/v20180801/live_client.js +1 -1
  37. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  38. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +8 -0
  39. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +197 -125
  40. package/tencentcloud/services/teo/v20220106/teo_client.js +294 -186
  41. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +2446 -575
  42. package/test/ciam.v20220331.test.js +90 -0
  43. package/test/dlc.v20210125.test.js +10 -0
  44. package/test/teo.v20220106.test.js +304 -124
@@ -34,100 +34,106 @@ class Client extends abstract_client_1.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,100 @@ class Client extends abstract_client_1.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 DescribeLoadBalancing(req, cb) {
238
+ return this.request("DescribeLoadBalancing", req, cb);
233
239
  }
234
240
  /**
235
241
  * 删除负载均衡
@@ -238,160 +244,166 @@ class Client extends abstract_client_1.AbstractClient {
238
244
  return this.request("DeleteLoadBalancing", req, cb);
239
245
  }
240
246
  /**
241
- * 用于修改站点配置
247
+ * 四层时序流量数据查询
242
248
  */
243
- async ModifyZoneSetting(req, cb) {
244
- return this.request("ModifyZoneSetting", req, cb);
249
+ async DescribeTimingL4Data(req, cb) {
250
+ return this.request("DescribeTimingL4Data", req, cb);
245
251
  }
246
252
  /**
247
- * 查询Bot用户画像规则
253
+ * 扫描站点历史解析记录
248
254
  */
249
- async DescribeSecurityPortraitRules(req, cb) {
250
- return this.request("DescribeSecurityPortraitRules", req, cb);
255
+ async ScanDnsRecords(req, cb) {
256
+ return this.request("ScanDnsRecords", req, cb);
251
257
  }
252
258
  /**
253
- * 删除站点
259
+ * 查询top类流量数据
254
260
  */
255
- async DeleteZone(req, cb) {
256
- return this.request("DeleteZone", req, cb);
261
+ async DescribeTopL7AnalysisData(req, cb) {
262
+ return this.request("DescribeTopL7AnalysisData", req, cb);
257
263
  }
258
264
  /**
259
- * 用于开启,关闭站点
265
+ * 批量删除 DNS 记录
260
266
  */
261
- async ModifyZoneStatus(req, cb) {
262
- return this.request("ModifyZoneStatus", req, cb);
267
+ async DeleteDnsRecords(req, cb) {
268
+ return this.request("DeleteDnsRecords", req, cb);
263
269
  }
264
270
  /**
265
- * 查询七层离线日志
271
+ * 修改Web&Bot安全配置
266
272
  */
267
- async DownloadL7Logs(req, cb) {
268
- return this.request("DownloadL7Logs", req, cb);
273
+ async ModifySecurityPolicy(req, cb) {
274
+ return this.request("ModifySecurityPolicy", req, cb);
269
275
  }
270
276
  /**
271
- * 用户查询用户站点信息列表,支持分页
277
+ * 分页查询Bot托管规则
272
278
  */
273
- async DescribeZones(req, cb) {
274
- return this.request("DescribeZones", req, cb);
279
+ async DescribeBotManagedRules(req, cb) {
280
+ return this.request("DescribeBotManagedRules", req, cb);
275
281
  }
276
282
  /**
277
- * 删除应用代理规则
283
+ * 查询DDos攻击源
278
284
  */
279
- async DeleteApplicationProxyRule(req, cb) {
280
- return this.request("DeleteApplicationProxyRule", req, cb);
285
+ async DescribeDDosAttackSourceEvent(req, cb) {
286
+ return this.request("DescribeDDosAttackSourceEvent", req, cb);
281
287
  }
282
288
  /**
283
- * 查询 DNS 记录列表,支持搜索、分页、排序、过滤。
289
+ * 修改应用代理的状态
284
290
  */
285
- async DescribeDnsRecords(req, cb) {
286
- return this.request("DescribeDnsRecords", req, cb);
291
+ async ModifyApplicationProxyStatus(req, cb) {
292
+ return this.request("ModifyApplicationProxyStatus", req, cb);
287
293
  }
288
294
  /**
289
- * 扫描站点历史解析记录
295
+ * 查询七层数据分析类时序流量数据
290
296
  */
291
- async ScanDnsRecords(req, cb) {
292
- return this.request("ScanDnsRecords", req, cb);
297
+ async DescribeTimingL7AnalysisData(req, cb) {
298
+ return this.request("DescribeTimingL7AnalysisData", req, cb);
293
299
  }
294
300
  /**
295
- * 源站组修改
301
+ * 查询验证结果
296
302
  */
297
- async ModifyOriginGroup(req, cb) {
298
- return this.request("ModifyOriginGroup", req, cb);
303
+ async DescribeIdentification(req, cb) {
304
+ return this.request("DescribeIdentification", req, cb);
299
305
  }
300
306
  /**
301
- * 查询DDoS防护配置详情
307
+ * 修改应用代理
302
308
  */
303
- async DescribeDDoSPolicy(req, cb) {
304
- return this.request("DescribeDDoSPolicy", req, cb);
309
+ async ModifyApplicationProxy(req, cb) {
310
+ return this.request("ModifyApplicationProxy", req, cb);
305
311
  }
306
312
  /**
307
- * 修改负载均衡状态
313
+ * 用于用户接入新的站点
308
314
  */
309
- async ModifyLoadBalancingStatus(req, cb) {
310
- return this.request("ModifyLoadBalancingStatus", req, cb);
315
+ async CreateZone(req, cb) {
316
+ return this.request("CreateZone", req, cb);
311
317
  }
312
318
  /**
313
- * 批量删除 DNS 记录
319
+ * 查询所有DDoS防护分区
314
320
  */
315
- async DeleteDnsRecords(req, cb) {
316
- return this.request("DeleteDnsRecords", req, cb);
321
+ async DescribeZoneDDoSPolicy(req, cb) {
322
+ return this.request("DescribeZoneDDoSPolicy", req, cb);
317
323
  }
318
324
  /**
319
- * 修改Web&Bot安全配置
325
+ * 修改负载均衡
320
326
  */
321
- async ModifySecurityPolicy(req, cb) {
322
- return this.request("ModifySecurityPolicy", req, cb);
327
+ async ModifyLoadBalancing(req, cb) {
328
+ return this.request("ModifyLoadBalancing", req, cb);
323
329
  }
324
330
  /**
325
- * 创建预热任务
331
+ * 创建自定义规则的自定义页
326
332
  */
327
- async CreatePrefetchTask(req, cb) {
328
- return this.request("CreatePrefetchTask", req, cb);
333
+ async CreateCustomErrorPage(req, cb) {
334
+ return this.request("CreateCustomErrorPage", req, cb);
329
335
  }
330
336
  /**
331
- * 修改默认证书状态
337
+ * 修改DDoS防护分区配置
332
338
  */
333
- async ModifyDefaultCertificate(req, cb) {
334
- return this.request("ModifyDefaultCertificate", req, cb);
339
+ async ModifyDDoSPolicy(req, cb) {
340
+ return this.request("ModifyDDoSPolicy", req, cb);
335
341
  }
336
342
  /**
337
- * 查询安全防护配置详情
343
+ * 获取DNS请求数统计曲线
338
344
  */
339
- async DescribeSecurityPolicy(req, cb) {
340
- return this.request("DescribeSecurityPolicy", req, cb);
345
+ async DescribeDnsData(req, cb) {
346
+ return this.request("DescribeDnsData", req, cb);
341
347
  }
342
348
  /**
343
- * 导入 DNS 记录
349
+ * 查询域名证书列表,支持搜索、分页、排序、过滤。
344
350
  */
345
- async ImportDnsRecords(req, cb) {
346
- return this.request("ImportDnsRecords", req, cb);
351
+ async DescribeHostsCertificate(req, cb) {
352
+ return this.request("DescribeHostsCertificate", req, cb);
347
353
  }
348
354
  /**
349
- * 获取负载均衡详细信息
355
+ * 查询DDos攻击数据
350
356
  */
351
- async DescribeLoadBalancingDetail(req, cb) {
352
- return this.request("DescribeLoadBalancingDetail", req, cb);
357
+ async DescribeDDosAttackData(req, cb) {
358
+ return this.request("DescribeDDosAttackData", req, cb);
353
359
  }
354
360
  /**
355
- * 校验证书
361
+ * 获取源站组详细信息
356
362
  */
357
- async CheckCertificate(req, cb) {
358
- return this.request("CheckCertificate", req, cb);
363
+ async DescribeOriginGroupDetail(req, cb) {
364
+ return this.request("DescribeOriginGroupDetail", req, cb);
359
365
  }
360
366
  /**
361
- * 规则id查询门神规则详情
367
+ * 获取应用代理详细信息
362
368
  */
363
- async DescribeSecurityPolicyManagedRulesId(req, cb) {
364
- return this.request("DescribeSecurityPolicyManagedRulesId", req, cb);
369
+ async DescribeApplicationProxyDetail(req, cb) {
370
+ return this.request("DescribeApplicationProxyDetail", req, cb);
365
371
  }
366
372
  /**
367
- * 分页查询Bot托管规则
373
+ * 查询web防护日志
368
374
  */
369
- async DescribeBotManagedRules(req, cb) {
370
- return this.request("DescribeBotManagedRules", req, cb);
375
+ async DescribeWebProtectionLog(req, cb) {
376
+ return this.request("DescribeWebProtectionLog", req, cb);
371
377
  }
372
378
  /**
373
- * 查询域名 CNAME 状态
379
+ * 用于开启,关闭站点
374
380
  */
375
- async DescribeCnameStatus(req, cb) {
376
- return this.request("DescribeCnameStatus", req, cb);
381
+ async ModifyZoneStatus(req, cb) {
382
+ return this.request("ModifyZoneStatus", req, cb);
377
383
  }
378
384
  /**
379
- * 查询所有地域信息
385
+ * 查询DDoS防护配置详情
380
386
  */
381
- async DescribeSecurityPolicyRegions(req, cb) {
382
- return this.request("DescribeSecurityPolicyRegions", req, cb);
387
+ async DescribeDDoSPolicy(req, cb) {
388
+ return this.request("DescribeDDoSPolicy", req, cb);
383
389
  }
384
390
  /**
385
- * 用于查询 DNSSEC 相关信息
391
+ * 修改默认证书状态
386
392
  */
387
- async DescribeDnssec(req, cb) {
388
- return this.request("DescribeDnssec", req, cb);
393
+ async ModifyDefaultCertificate(req, cb) {
394
+ return this.request("ModifyDefaultCertificate", req, cb);
389
395
  }
390
396
  /**
391
- * 根据站点 ID 查询站点的详细信息
397
+ * 获取负载均衡详细信息
392
398
  */
393
- async DescribeZoneDetails(req, cb) {
394
- return this.request("DescribeZoneDetails", req, cb);
399
+ async DescribeLoadBalancingDetail(req, cb) {
400
+ return this.request("DescribeLoadBalancingDetail", req, cb);
401
+ }
402
+ /**
403
+ * 查询安全防护配置详情
404
+ */
405
+ async DescribeSecurityPolicy(req, cb) {
406
+ return this.request("DescribeSecurityPolicy", req, cb);
395
407
  }
396
408
  /**
397
409
  * 创建应用代理
@@ -406,28 +418,100 @@ class Client extends abstract_client_1.AbstractClient {
406
418
  return this.request("DescribeOriginGroup", req, cb);
407
419
  }
408
420
  /**
409
- * 修改应用代理的状态
421
+ * 用于查询 DNSSEC 相关信息
410
422
  */
411
- async ModifyApplicationProxyStatus(req, cb) {
412
- return this.request("ModifyApplicationProxyStatus", req, cb);
423
+ async DescribeDnssec(req, cb) {
424
+ return this.request("DescribeDnssec", req, cb);
413
425
  }
414
426
  /**
415
- * 修改应用代理规则的状态
427
+ * 修改应用代理规则
416
428
  */
417
- async ModifyApplicationProxyRuleStatus(req, cb) {
418
- return this.request("ModifyApplicationProxyRuleStatus", req, cb);
429
+ async ModifyApplicationProxyRule(req, cb) {
430
+ return this.request("ModifyApplicationProxyRule", req, cb);
419
431
  }
420
432
  /**
421
- * 查询全部安全实例
433
+ * 源站组创建
422
434
  */
423
- async DescribeSecurityPolicyList(req, cb) {
424
- return this.request("DescribeSecurityPolicyList", req, cb);
435
+ async CreateOriginGroup(req, cb) {
436
+ return this.request("CreateOriginGroup", req, cb);
425
437
  }
426
438
  /**
427
- * 修改 DNSSEC 状态
439
+ * 用于修改域名证书
428
440
  */
429
- async ModifyDnssec(req, cb) {
430
- return this.request("ModifyDnssec", req, cb);
441
+ async ModifyHostsCertificate(req, cb) {
442
+ return this.request("ModifyHostsCertificate", req, cb);
443
+ }
444
+ /**
445
+ * 开启,关闭 CNAME 加速
446
+ */
447
+ async ModifyZoneCnameSpeedUp(req, cb) {
448
+ return this.request("ModifyZoneCnameSpeedUp", req, cb);
449
+ }
450
+ /**
451
+ * 修改 DNS 记录
452
+ */
453
+ async ModifyDnsRecord(req, cb) {
454
+ return this.request("ModifyDnsRecord", req, cb);
455
+ }
456
+ /**
457
+ * 查询DDos主攻击事件
458
+ */
459
+ async DescribeDDosMajorAttackEvent(req, cb) {
460
+ return this.request("DescribeDDosMajorAttackEvent", req, cb);
461
+ }
462
+ /**
463
+ * 用于查询域名配置信息
464
+ */
465
+ async DescribeHostsSetting(req, cb) {
466
+ return this.request("DescribeHostsSetting", req, cb);
467
+ }
468
+ /**
469
+ * 用于查询站点的所有配置信息。
470
+ */
471
+ async DescribeZoneSetting(req, cb) {
472
+ return this.request("DescribeZoneSetting", req, cb);
473
+ }
474
+ /**
475
+ * 创建应用代理规则
476
+ */
477
+ async CreateApplicationProxyRule(req, cb) {
478
+ return this.request("CreateApplicationProxyRule", req, cb);
479
+ }
480
+ /**
481
+ * 用户查询用户站点信息列表,支持分页
482
+ */
483
+ async DescribeZones(req, cb) {
484
+ return this.request("DescribeZones", req, cb);
485
+ }
486
+ /**
487
+ * 站点被其他用户接入后,验证了站点所有权之后,可以找回该站点
488
+ */
489
+ async ReclaimZone(req, cb) {
490
+ return this.request("ReclaimZone", req, cb);
491
+ }
492
+ /**
493
+ * 删除站点
494
+ */
495
+ async DeleteZone(req, cb) {
496
+ return this.request("DeleteZone", req, cb);
497
+ }
498
+ /**
499
+ * 查询DDos攻击事件
500
+ */
501
+ async DescribeDDosAttackEvent(req, cb) {
502
+ return this.request("DescribeDDosAttackEvent", req, cb);
503
+ }
504
+ /**
505
+ * 查询 DNS 记录列表,支持搜索、分页、排序、过滤。
506
+ */
507
+ async DescribeDnsRecords(req, cb) {
508
+ return this.request("DescribeDnsRecords", req, cb);
509
+ }
510
+ /**
511
+ * 查询Bot攻击日志
512
+ */
513
+ async DescribeBotLog(req, cb) {
514
+ return this.request("DescribeBotLog", req, cb);
431
515
  }
432
516
  /**
433
517
  * 获取应用代理列表
@@ -435,5 +519,29 @@ class Client extends abstract_client_1.AbstractClient {
435
519
  async DescribeApplicationProxy(req, cb) {
436
520
  return this.request("DescribeApplicationProxy", req, cb);
437
521
  }
522
+ /**
523
+ * 查询Web托管规则数据
524
+ */
525
+ async DescribeWebManagedRulesData(req, cb) {
526
+ return this.request("DescribeWebManagedRulesData", req, cb);
527
+ }
528
+ /**
529
+ * 导入 DNS 记录
530
+ */
531
+ async ImportDnsRecords(req, cb) {
532
+ return this.request("ImportDnsRecords", req, cb);
533
+ }
534
+ /**
535
+ * 规则id查询门神规则详情
536
+ */
537
+ async DescribeSecurityPolicyManagedRulesId(req, cb) {
538
+ return this.request("DescribeSecurityPolicyManagedRulesId", req, cb);
539
+ }
540
+ /**
541
+ * 修改 DNSSEC 状态
542
+ */
543
+ async ModifyDnssec(req, cb) {
544
+ return this.request("ModifyDnssec", req, cb);
545
+ }
438
546
  }
439
547
  exports.Client = Client;