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.
- package/CHANGELOG.md +287 -0
- package/SERVICE_CHANGELOG.md +445 -95
- package/package.json +1 -1
- package/products.md +10 -10
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +3 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +68 -2
- package/src/services/ciam/v20220331/ciam_client.ts +116 -1
- package/src/services/ciam/v20220331/ciam_models.ts +653 -0
- package/src/services/cii/v20210408/cii_client.ts +3 -0
- package/src/services/cii/v20210408/cii_models.ts +61 -0
- package/src/services/cvm/v20170312/cvm_models.ts +18 -8
- package/src/services/dlc/v20210125/dlc_client.ts +13 -0
- package/src/services/dlc/v20210125/dlc_models.ts +93 -6
- package/src/services/eis/v20210601/eis_models.ts +39 -0
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +10 -0
- package/src/services/teo/v20220106/teo_client.ts +642 -398
- package/src/services/teo/v20220106/teo_models.ts +2970 -749
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +57 -2
- package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +37 -1
- package/tencentcloud/services/ciam/v20220331/ciam_client.js +54 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +553 -0
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +52 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +17 -8
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +80 -6
- package/tencentcloud/services/eis/v20210601/eis_models.d.ts +32 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +8 -0
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +197 -125
- package/tencentcloud/services/teo/v20220106/teo_client.js +294 -186
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +2446 -575
- package/test/ciam.v20220331.test.js +90 -0
- package/test/dlc.v20210125.test.js +10 -0
- 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
|
|
40
|
-
return this.request("
|
|
39
|
+
async CreatePurgeTask(req, cb) {
|
|
40
|
+
return this.request("CreatePurgeTask", req, cb);
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* 查询预热任务状态
|
|
44
44
|
*/
|
|
45
|
-
async
|
|
46
|
-
return this.request("
|
|
45
|
+
async DescribePrefetchTasks(req, cb) {
|
|
46
|
+
return this.request("DescribePrefetchTasks", req, cb);
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* 查询web防护攻击事件
|
|
50
50
|
*/
|
|
51
|
-
async
|
|
52
|
-
return this.request("
|
|
51
|
+
async DescribeWebProtectionAttackEvents(req, cb) {
|
|
52
|
+
return this.request("DescribeWebProtectionAttackEvents", req, cb);
|
|
53
53
|
}
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* 创建负载均衡
|
|
56
56
|
*/
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
57
|
+
async CreateLoadBalancing(req, cb) {
|
|
58
|
+
return this.request("CreateLoadBalancing", req, cb);
|
|
59
59
|
}
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* 域名DDoS高可用开关
|
|
62
62
|
*/
|
|
63
|
-
async
|
|
64
|
-
return this.request("
|
|
63
|
+
async ModifyDDoSPolicyHost(req, cb) {
|
|
64
|
+
return this.request("ModifyDDoSPolicyHost", req, cb);
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* 用于验证站点所有权
|
|
68
68
|
*/
|
|
69
|
-
async
|
|
70
|
-
return this.request("
|
|
69
|
+
async IdentifyZone(req, cb) {
|
|
70
|
+
return this.request("IdentifyZone", req, cb);
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* 查询默认证书列表
|
|
74
74
|
*/
|
|
75
|
-
async
|
|
76
|
-
return this.request("
|
|
75
|
+
async DescribeDefaultCertificates(req, cb) {
|
|
76
|
+
return this.request("DescribeDefaultCertificates", req, cb);
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
79
|
+
* 源站组修改
|
|
80
80
|
*/
|
|
81
|
-
async
|
|
82
|
-
return this.request("
|
|
81
|
+
async ModifyOriginGroup(req, cb) {
|
|
82
|
+
return this.request("ModifyOriginGroup", req, cb);
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
|
-
*
|
|
85
|
+
* 查询DDos攻击Top数据
|
|
86
86
|
*/
|
|
87
|
-
async
|
|
88
|
-
return this.request("
|
|
87
|
+
async DescribeDDosAttackTopData(req, cb) {
|
|
88
|
+
return this.request("DescribeDDosAttackTopData", req, cb);
|
|
89
89
|
}
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* 查询Bot用户画像规则
|
|
92
92
|
*/
|
|
93
|
-
async
|
|
94
|
-
return this.request("
|
|
93
|
+
async DescribeSecurityPortraitRules(req, cb) {
|
|
94
|
+
return this.request("DescribeSecurityPortraitRules", req, cb);
|
|
95
95
|
}
|
|
96
96
|
/**
|
|
97
|
-
*
|
|
97
|
+
* 删除应用代理
|
|
98
98
|
*/
|
|
99
|
-
async
|
|
100
|
-
return this.request("
|
|
99
|
+
async DeleteApplicationProxy(req, cb) {
|
|
100
|
+
return this.request("DeleteApplicationProxy", req, cb);
|
|
101
101
|
}
|
|
102
102
|
/**
|
|
103
|
-
*
|
|
103
|
+
* 查询Web托管日志
|
|
104
104
|
*/
|
|
105
|
-
async
|
|
106
|
-
return this.request("
|
|
105
|
+
async DescribeWebManagedRulesLog(req, cb) {
|
|
106
|
+
return this.request("DescribeWebManagedRulesLog", req, cb);
|
|
107
107
|
}
|
|
108
108
|
/**
|
|
109
|
-
*
|
|
109
|
+
* 查询七层离线日志
|
|
110
110
|
*/
|
|
111
|
-
async
|
|
112
|
-
return this.request("
|
|
111
|
+
async DownloadL7Logs(req, cb) {
|
|
112
|
+
return this.request("DownloadL7Logs", req, cb);
|
|
113
113
|
}
|
|
114
114
|
/**
|
|
115
|
-
*
|
|
115
|
+
* 删除应用代理规则
|
|
116
116
|
*/
|
|
117
|
-
async
|
|
118
|
-
return this.request("
|
|
117
|
+
async DeleteApplicationProxyRule(req, cb) {
|
|
118
|
+
return this.request("DeleteApplicationProxyRule", req, cb);
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
|
-
*
|
|
121
|
+
* 修改负载均衡状态
|
|
122
122
|
*/
|
|
123
|
-
async
|
|
124
|
-
return this.request("
|
|
123
|
+
async ModifyLoadBalancingStatus(req, cb) {
|
|
124
|
+
return this.request("ModifyLoadBalancingStatus", req, cb);
|
|
125
125
|
}
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
127
|
+
* 查询web防护数据
|
|
128
128
|
*/
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
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
|
|
142
|
-
return this.request("
|
|
147
|
+
async CreatePrefetchTask(req, cb) {
|
|
148
|
+
return this.request("CreatePrefetchTask", req, cb);
|
|
143
149
|
}
|
|
144
150
|
/**
|
|
145
|
-
*
|
|
151
|
+
* 查询七层监控类时序流量数据
|
|
146
152
|
*/
|
|
147
|
-
async
|
|
148
|
-
return this.request("
|
|
153
|
+
async DescribeOverviewL7Data(req, cb) {
|
|
154
|
+
return this.request("DescribeOverviewL7Data", req, cb);
|
|
149
155
|
}
|
|
150
156
|
/**
|
|
151
|
-
*
|
|
157
|
+
* 校验证书
|
|
152
158
|
*/
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
159
|
+
async CheckCertificate(req, cb) {
|
|
160
|
+
return this.request("CheckCertificate", req, cb);
|
|
155
161
|
}
|
|
156
162
|
/**
|
|
157
|
-
*
|
|
163
|
+
* 分页查询门神规则
|
|
158
164
|
*/
|
|
159
|
-
async
|
|
160
|
-
return this.request("
|
|
165
|
+
async DescribeSecurityPolicyManagedRules(req, cb) {
|
|
166
|
+
return this.request("DescribeSecurityPolicyManagedRules", req, cb);
|
|
161
167
|
}
|
|
162
168
|
/**
|
|
163
|
-
*
|
|
169
|
+
* 查询域名 CNAME 状态
|
|
164
170
|
*/
|
|
165
|
-
async
|
|
166
|
-
return this.request("
|
|
171
|
+
async DescribeCnameStatus(req, cb) {
|
|
172
|
+
return this.request("DescribeCnameStatus", req, cb);
|
|
167
173
|
}
|
|
168
174
|
/**
|
|
169
|
-
*
|
|
175
|
+
* 查询所有地域信息
|
|
170
176
|
*/
|
|
171
|
-
async
|
|
172
|
-
return this.request("
|
|
177
|
+
async DescribeSecurityPolicyRegions(req, cb) {
|
|
178
|
+
return this.request("DescribeSecurityPolicyRegions", req, cb);
|
|
173
179
|
}
|
|
174
180
|
/**
|
|
175
|
-
*
|
|
181
|
+
* 根据站点 ID 查询站点的详细信息
|
|
176
182
|
*/
|
|
177
|
-
async
|
|
178
|
-
return this.request("
|
|
183
|
+
async DescribeZoneDetails(req, cb) {
|
|
184
|
+
return this.request("DescribeZoneDetails", req, cb);
|
|
179
185
|
}
|
|
180
186
|
/**
|
|
181
|
-
*
|
|
187
|
+
* 用于修改站点配置
|
|
182
188
|
*/
|
|
183
|
-
async
|
|
184
|
-
return this.request("
|
|
189
|
+
async ModifyZoneSetting(req, cb) {
|
|
190
|
+
return this.request("ModifyZoneSetting", req, cb);
|
|
185
191
|
}
|
|
186
192
|
/**
|
|
187
|
-
*
|
|
193
|
+
* 修改应用代理规则的状态
|
|
188
194
|
*/
|
|
189
|
-
async
|
|
190
|
-
return this.request("
|
|
195
|
+
async ModifyApplicationProxyRuleStatus(req, cb) {
|
|
196
|
+
return this.request("ModifyApplicationProxyRuleStatus", req, cb);
|
|
191
197
|
}
|
|
192
198
|
/**
|
|
193
|
-
*
|
|
199
|
+
* 查询全部安全实例
|
|
194
200
|
*/
|
|
195
|
-
async
|
|
196
|
-
return this.request("
|
|
201
|
+
async DescribeSecurityPolicyList(req, cb) {
|
|
202
|
+
return this.request("DescribeSecurityPolicyList", req, cb);
|
|
197
203
|
}
|
|
198
204
|
/**
|
|
199
|
-
*
|
|
205
|
+
* 源站组删除
|
|
200
206
|
*/
|
|
201
|
-
async
|
|
202
|
-
return this.request("
|
|
207
|
+
async DeleteOriginGroup(req, cb) {
|
|
208
|
+
return this.request("DeleteOriginGroup", req, cb);
|
|
203
209
|
}
|
|
204
210
|
/**
|
|
205
|
-
*
|
|
211
|
+
* 查询Web托管规则Top数据
|
|
206
212
|
*/
|
|
207
|
-
async
|
|
208
|
-
return this.request("
|
|
213
|
+
async DescribeWebManagedRulesTopData(req, cb) {
|
|
214
|
+
return this.request("DescribeWebManagedRulesTopData", req, cb);
|
|
209
215
|
}
|
|
210
216
|
/**
|
|
211
|
-
*
|
|
217
|
+
* 批量创建应用代理规则
|
|
212
218
|
*/
|
|
213
|
-
async
|
|
214
|
-
return this.request("
|
|
219
|
+
async CreateApplicationProxyRules(req, cb) {
|
|
220
|
+
return this.request("CreateApplicationProxyRules", req, cb);
|
|
215
221
|
}
|
|
216
222
|
/**
|
|
217
|
-
*
|
|
223
|
+
* 查询清除缓存历史记录
|
|
218
224
|
*/
|
|
219
|
-
async
|
|
220
|
-
return this.request("
|
|
225
|
+
async DescribePurgeTasks(req, cb) {
|
|
226
|
+
return this.request("DescribePurgeTasks", req, cb);
|
|
221
227
|
}
|
|
222
228
|
/**
|
|
223
|
-
*
|
|
229
|
+
* 查询DDos攻击事件详情
|
|
224
230
|
*/
|
|
225
|
-
async
|
|
226
|
-
return this.request("
|
|
231
|
+
async DescribeDDosAttackEventDetail(req, cb) {
|
|
232
|
+
return this.request("DescribeDDosAttackEventDetail", req, cb);
|
|
227
233
|
}
|
|
228
234
|
/**
|
|
229
|
-
*
|
|
235
|
+
* 获取负载均衡列表
|
|
230
236
|
*/
|
|
231
|
-
async
|
|
232
|
-
return this.request("
|
|
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
|
|
244
|
-
return this.request("
|
|
249
|
+
async DescribeTimingL4Data(req, cb) {
|
|
250
|
+
return this.request("DescribeTimingL4Data", req, cb);
|
|
245
251
|
}
|
|
246
252
|
/**
|
|
247
|
-
*
|
|
253
|
+
* 扫描站点历史解析记录
|
|
248
254
|
*/
|
|
249
|
-
async
|
|
250
|
-
return this.request("
|
|
255
|
+
async ScanDnsRecords(req, cb) {
|
|
256
|
+
return this.request("ScanDnsRecords", req, cb);
|
|
251
257
|
}
|
|
252
258
|
/**
|
|
253
|
-
*
|
|
259
|
+
* 查询top类流量数据
|
|
254
260
|
*/
|
|
255
|
-
async
|
|
256
|
-
return this.request("
|
|
261
|
+
async DescribeTopL7AnalysisData(req, cb) {
|
|
262
|
+
return this.request("DescribeTopL7AnalysisData", req, cb);
|
|
257
263
|
}
|
|
258
264
|
/**
|
|
259
|
-
*
|
|
265
|
+
* 批量删除 DNS 记录
|
|
260
266
|
*/
|
|
261
|
-
async
|
|
262
|
-
return this.request("
|
|
267
|
+
async DeleteDnsRecords(req, cb) {
|
|
268
|
+
return this.request("DeleteDnsRecords", req, cb);
|
|
263
269
|
}
|
|
264
270
|
/**
|
|
265
|
-
*
|
|
271
|
+
* 修改Web&Bot安全配置
|
|
266
272
|
*/
|
|
267
|
-
async
|
|
268
|
-
return this.request("
|
|
273
|
+
async ModifySecurityPolicy(req, cb) {
|
|
274
|
+
return this.request("ModifySecurityPolicy", req, cb);
|
|
269
275
|
}
|
|
270
276
|
/**
|
|
271
|
-
*
|
|
277
|
+
* 分页查询Bot托管规则
|
|
272
278
|
*/
|
|
273
|
-
async
|
|
274
|
-
return this.request("
|
|
279
|
+
async DescribeBotManagedRules(req, cb) {
|
|
280
|
+
return this.request("DescribeBotManagedRules", req, cb);
|
|
275
281
|
}
|
|
276
282
|
/**
|
|
277
|
-
*
|
|
283
|
+
* 查询DDos攻击源
|
|
278
284
|
*/
|
|
279
|
-
async
|
|
280
|
-
return this.request("
|
|
285
|
+
async DescribeDDosAttackSourceEvent(req, cb) {
|
|
286
|
+
return this.request("DescribeDDosAttackSourceEvent", req, cb);
|
|
281
287
|
}
|
|
282
288
|
/**
|
|
283
|
-
*
|
|
289
|
+
* 修改应用代理的状态
|
|
284
290
|
*/
|
|
285
|
-
async
|
|
286
|
-
return this.request("
|
|
291
|
+
async ModifyApplicationProxyStatus(req, cb) {
|
|
292
|
+
return this.request("ModifyApplicationProxyStatus", req, cb);
|
|
287
293
|
}
|
|
288
294
|
/**
|
|
289
|
-
*
|
|
295
|
+
* 查询七层数据分析类时序流量数据
|
|
290
296
|
*/
|
|
291
|
-
async
|
|
292
|
-
return this.request("
|
|
297
|
+
async DescribeTimingL7AnalysisData(req, cb) {
|
|
298
|
+
return this.request("DescribeTimingL7AnalysisData", req, cb);
|
|
293
299
|
}
|
|
294
300
|
/**
|
|
295
|
-
*
|
|
301
|
+
* 查询验证结果
|
|
296
302
|
*/
|
|
297
|
-
async
|
|
298
|
-
return this.request("
|
|
303
|
+
async DescribeIdentification(req, cb) {
|
|
304
|
+
return this.request("DescribeIdentification", req, cb);
|
|
299
305
|
}
|
|
300
306
|
/**
|
|
301
|
-
*
|
|
307
|
+
* 修改应用代理
|
|
302
308
|
*/
|
|
303
|
-
async
|
|
304
|
-
return this.request("
|
|
309
|
+
async ModifyApplicationProxy(req, cb) {
|
|
310
|
+
return this.request("ModifyApplicationProxy", req, cb);
|
|
305
311
|
}
|
|
306
312
|
/**
|
|
307
|
-
*
|
|
313
|
+
* 用于用户接入新的站点
|
|
308
314
|
*/
|
|
309
|
-
async
|
|
310
|
-
return this.request("
|
|
315
|
+
async CreateZone(req, cb) {
|
|
316
|
+
return this.request("CreateZone", req, cb);
|
|
311
317
|
}
|
|
312
318
|
/**
|
|
313
|
-
*
|
|
319
|
+
* 查询所有DDoS防护分区
|
|
314
320
|
*/
|
|
315
|
-
async
|
|
316
|
-
return this.request("
|
|
321
|
+
async DescribeZoneDDoSPolicy(req, cb) {
|
|
322
|
+
return this.request("DescribeZoneDDoSPolicy", req, cb);
|
|
317
323
|
}
|
|
318
324
|
/**
|
|
319
|
-
*
|
|
325
|
+
* 修改负载均衡
|
|
320
326
|
*/
|
|
321
|
-
async
|
|
322
|
-
return this.request("
|
|
327
|
+
async ModifyLoadBalancing(req, cb) {
|
|
328
|
+
return this.request("ModifyLoadBalancing", req, cb);
|
|
323
329
|
}
|
|
324
330
|
/**
|
|
325
|
-
*
|
|
331
|
+
* 创建自定义规则的自定义页
|
|
326
332
|
*/
|
|
327
|
-
async
|
|
328
|
-
return this.request("
|
|
333
|
+
async CreateCustomErrorPage(req, cb) {
|
|
334
|
+
return this.request("CreateCustomErrorPage", req, cb);
|
|
329
335
|
}
|
|
330
336
|
/**
|
|
331
|
-
*
|
|
337
|
+
* 修改DDoS防护分区配置
|
|
332
338
|
*/
|
|
333
|
-
async
|
|
334
|
-
return this.request("
|
|
339
|
+
async ModifyDDoSPolicy(req, cb) {
|
|
340
|
+
return this.request("ModifyDDoSPolicy", req, cb);
|
|
335
341
|
}
|
|
336
342
|
/**
|
|
337
|
-
*
|
|
343
|
+
* 获取DNS请求数统计曲线
|
|
338
344
|
*/
|
|
339
|
-
async
|
|
340
|
-
return this.request("
|
|
345
|
+
async DescribeDnsData(req, cb) {
|
|
346
|
+
return this.request("DescribeDnsData", req, cb);
|
|
341
347
|
}
|
|
342
348
|
/**
|
|
343
|
-
*
|
|
349
|
+
* 查询域名证书列表,支持搜索、分页、排序、过滤。
|
|
344
350
|
*/
|
|
345
|
-
async
|
|
346
|
-
return this.request("
|
|
351
|
+
async DescribeHostsCertificate(req, cb) {
|
|
352
|
+
return this.request("DescribeHostsCertificate", req, cb);
|
|
347
353
|
}
|
|
348
354
|
/**
|
|
349
|
-
*
|
|
355
|
+
* 查询DDos攻击数据
|
|
350
356
|
*/
|
|
351
|
-
async
|
|
352
|
-
return this.request("
|
|
357
|
+
async DescribeDDosAttackData(req, cb) {
|
|
358
|
+
return this.request("DescribeDDosAttackData", req, cb);
|
|
353
359
|
}
|
|
354
360
|
/**
|
|
355
|
-
*
|
|
361
|
+
* 获取源站组详细信息
|
|
356
362
|
*/
|
|
357
|
-
async
|
|
358
|
-
return this.request("
|
|
363
|
+
async DescribeOriginGroupDetail(req, cb) {
|
|
364
|
+
return this.request("DescribeOriginGroupDetail", req, cb);
|
|
359
365
|
}
|
|
360
366
|
/**
|
|
361
|
-
*
|
|
367
|
+
* 获取应用代理详细信息
|
|
362
368
|
*/
|
|
363
|
-
async
|
|
364
|
-
return this.request("
|
|
369
|
+
async DescribeApplicationProxyDetail(req, cb) {
|
|
370
|
+
return this.request("DescribeApplicationProxyDetail", req, cb);
|
|
365
371
|
}
|
|
366
372
|
/**
|
|
367
|
-
*
|
|
373
|
+
* 查询web防护日志
|
|
368
374
|
*/
|
|
369
|
-
async
|
|
370
|
-
return this.request("
|
|
375
|
+
async DescribeWebProtectionLog(req, cb) {
|
|
376
|
+
return this.request("DescribeWebProtectionLog", req, cb);
|
|
371
377
|
}
|
|
372
378
|
/**
|
|
373
|
-
*
|
|
379
|
+
* 用于开启,关闭站点
|
|
374
380
|
*/
|
|
375
|
-
async
|
|
376
|
-
return this.request("
|
|
381
|
+
async ModifyZoneStatus(req, cb) {
|
|
382
|
+
return this.request("ModifyZoneStatus", req, cb);
|
|
377
383
|
}
|
|
378
384
|
/**
|
|
379
|
-
*
|
|
385
|
+
* 查询DDoS防护配置详情
|
|
380
386
|
*/
|
|
381
|
-
async
|
|
382
|
-
return this.request("
|
|
387
|
+
async DescribeDDoSPolicy(req, cb) {
|
|
388
|
+
return this.request("DescribeDDoSPolicy", req, cb);
|
|
383
389
|
}
|
|
384
390
|
/**
|
|
385
|
-
*
|
|
391
|
+
* 修改默认证书状态
|
|
386
392
|
*/
|
|
387
|
-
async
|
|
388
|
-
return this.request("
|
|
393
|
+
async ModifyDefaultCertificate(req, cb) {
|
|
394
|
+
return this.request("ModifyDefaultCertificate", req, cb);
|
|
389
395
|
}
|
|
390
396
|
/**
|
|
391
|
-
*
|
|
397
|
+
* 获取负载均衡详细信息
|
|
392
398
|
*/
|
|
393
|
-
async
|
|
394
|
-
return this.request("
|
|
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
|
|
412
|
-
return this.request("
|
|
423
|
+
async DescribeDnssec(req, cb) {
|
|
424
|
+
return this.request("DescribeDnssec", req, cb);
|
|
413
425
|
}
|
|
414
426
|
/**
|
|
415
|
-
*
|
|
427
|
+
* 修改应用代理规则
|
|
416
428
|
*/
|
|
417
|
-
async
|
|
418
|
-
return this.request("
|
|
429
|
+
async ModifyApplicationProxyRule(req, cb) {
|
|
430
|
+
return this.request("ModifyApplicationProxyRule", req, cb);
|
|
419
431
|
}
|
|
420
432
|
/**
|
|
421
|
-
*
|
|
433
|
+
* 源站组创建
|
|
422
434
|
*/
|
|
423
|
-
async
|
|
424
|
-
return this.request("
|
|
435
|
+
async CreateOriginGroup(req, cb) {
|
|
436
|
+
return this.request("CreateOriginGroup", req, cb);
|
|
425
437
|
}
|
|
426
438
|
/**
|
|
427
|
-
*
|
|
439
|
+
* 用于修改域名证书
|
|
428
440
|
*/
|
|
429
|
-
async
|
|
430
|
-
return this.request("
|
|
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;
|