tencentcloud-sdk-nodejs 4.0.359 → 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 +580 -0
- package/SERVICE_CHANGELOG.md +691 -50
- package/package.json +1 -1
- package/products.md +28 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/acp/v20220105/acp_client.ts +25 -12
- package/src/services/acp/v20220105/acp_models.ts +50 -0
- package/src/services/antiddos/v20200309/antiddos_client.ts +3 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +68 -2
- package/src/services/apigateway/v20180808/apigateway_client.ts +30 -17
- package/src/services/apigateway/v20180808/apigateway_models.ts +74 -22
- package/src/services/cat/v20180409/cat_client.ts +38 -377
- package/src/services/cat/v20180409/cat_models.ts +384 -2402
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/ciam/index.ts +5 -0
- package/src/services/ciam/v20220331/ciam_client.ts +155 -0
- package/src/services/ciam/v20220331/ciam_models.ts +699 -0
- package/src/services/ciam/v20220331/index.ts +6 -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 +99 -6
- package/src/services/eis/v20210601/eis_models.ts +39 -0
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/facefusion/v20181201/facefusion_models.ts +1 -1
- package/src/services/index.ts +1 -0
- package/src/services/live/v20180801/live_client.ts +16 -3
- package/src/services/live/v20180801/live_models.ts +105 -37
- package/src/services/mmps/v20200710/mmps_client.ts +30 -5
- package/src/services/mmps/v20200710/mmps_models.ts +193 -103
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/oceanus/v20190422/oceanus_client.ts +22 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +40 -0
- package/src/services/ocr/v20181119/ocr_client.ts +2 -1
- package/src/services/ocr/v20181119/ocr_models.ts +28 -3
- package/src/services/postgres/v20170312/postgres_models.ts +53 -38
- package/src/services/redis/v20180412/redis_models.ts +10 -0
- package/src/services/ses/v20201002/ses_client.ts +1 -1
- package/src/services/tbaas/v20180416/tbaas_models.ts +1 -1
- package/src/services/teo/v20220106/teo_client.ts +653 -396
- package/src/services/teo/v20220106/teo_models.ts +2869 -567
- package/src/services/tiia/v20190529/tiia_client.ts +34 -11
- package/src/services/tiia/v20190529/tiia_models.ts +70 -14
- package/src/services/vpc/v20170312/vpc_models.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/acp/v20220105/acp_client.d.ts +9 -5
- package/tencentcloud/services/acp/v20220105/acp_client.js +12 -6
- package/tencentcloud/services/acp/v20220105/acp_models.d.ts +43 -0
- 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/apigateway/v20180808/apigateway_client.d.ts +10 -6
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +13 -7
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +65 -20
- package/tencentcloud/services/cat/v20180409/cat_client.d.ts +9 -117
- package/tencentcloud/services/cat/v20180409/cat_client.js +12 -174
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +348 -2028
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/ciam/index.d.ts +6 -0
- package/tencentcloud/services/ciam/index.js +7 -0
- package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +50 -0
- package/tencentcloud/services/ciam/v20220331/ciam_client.js +91 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +579 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.js +18 -0
- package/tencentcloud/services/ciam/v20220331/index.d.ts +6 -0
- package/tencentcloud/services/ciam/v20220331/index.js +9 -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 +85 -6
- package/tencentcloud/services/eis/v20210601/eis_models.d.ts +32 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +6 -2
- package/tencentcloud/services/live/v20180801/live_client.js +7 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +91 -32
- package/tencentcloud/services/mmps/v20200710/mmps_client.d.ts +9 -1
- package/tencentcloud/services/mmps/v20200710/mmps_client.js +12 -0
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +164 -88
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +15 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +16 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +34 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +24 -3
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +50 -38
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +8 -0
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +199 -123
- package/tencentcloud/services/teo/v20220106/teo_client.js +297 -183
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +2528 -588
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +25 -11
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +26 -10
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +61 -12
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
- package/test/acp.v20220105.test.js +14 -4
- package/test/apigateway.v20180808.test.js +14 -4
- package/test/cat.v20180409.test.js +8 -278
- package/test/ciam.v20220331.test.js +121 -0
- package/test/dlc.v20210125.test.js +10 -0
- package/test/live.v20180801.test.js +10 -0
- package/test/mmps.v20200710.test.js +20 -0
- package/test/oceanus.v20190422.test.js +10 -0
- package/test/teo.v20220106.test.js +312 -122
- package/test/tiia.v20190529.test.js +10 -0
|
@@ -34,94 +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
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* 查询web防护数据
|
|
128
|
+
*/
|
|
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);
|
|
125
137
|
}
|
|
126
138
|
/**
|
|
127
139
|
* 用该站点信息
|
|
@@ -130,100 +142,100 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
130
142
|
return this.request("ModifyZone", req, cb);
|
|
131
143
|
}
|
|
132
144
|
/**
|
|
133
|
-
*
|
|
145
|
+
* 创建预热任务
|
|
134
146
|
*/
|
|
135
|
-
async
|
|
136
|
-
return this.request("
|
|
147
|
+
async CreatePrefetchTask(req, cb) {
|
|
148
|
+
return this.request("CreatePrefetchTask", req, cb);
|
|
137
149
|
}
|
|
138
150
|
/**
|
|
139
|
-
*
|
|
151
|
+
* 查询七层监控类时序流量数据
|
|
140
152
|
*/
|
|
141
|
-
async
|
|
142
|
-
return this.request("
|
|
153
|
+
async DescribeOverviewL7Data(req, cb) {
|
|
154
|
+
return this.request("DescribeOverviewL7Data", req, cb);
|
|
143
155
|
}
|
|
144
156
|
/**
|
|
145
|
-
*
|
|
157
|
+
* 校验证书
|
|
146
158
|
*/
|
|
147
|
-
async
|
|
148
|
-
return this.request("
|
|
159
|
+
async CheckCertificate(req, cb) {
|
|
160
|
+
return this.request("CheckCertificate", req, cb);
|
|
149
161
|
}
|
|
150
162
|
/**
|
|
151
|
-
*
|
|
163
|
+
* 分页查询门神规则
|
|
152
164
|
*/
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
165
|
+
async DescribeSecurityPolicyManagedRules(req, cb) {
|
|
166
|
+
return this.request("DescribeSecurityPolicyManagedRules", req, cb);
|
|
155
167
|
}
|
|
156
168
|
/**
|
|
157
|
-
*
|
|
169
|
+
* 查询域名 CNAME 状态
|
|
158
170
|
*/
|
|
159
|
-
async
|
|
160
|
-
return this.request("
|
|
171
|
+
async DescribeCnameStatus(req, cb) {
|
|
172
|
+
return this.request("DescribeCnameStatus", req, cb);
|
|
161
173
|
}
|
|
162
174
|
/**
|
|
163
|
-
*
|
|
175
|
+
* 查询所有地域信息
|
|
164
176
|
*/
|
|
165
|
-
async
|
|
166
|
-
return this.request("
|
|
177
|
+
async DescribeSecurityPolicyRegions(req, cb) {
|
|
178
|
+
return this.request("DescribeSecurityPolicyRegions", req, cb);
|
|
167
179
|
}
|
|
168
180
|
/**
|
|
169
|
-
*
|
|
181
|
+
* 根据站点 ID 查询站点的详细信息
|
|
170
182
|
*/
|
|
171
|
-
async
|
|
172
|
-
return this.request("
|
|
183
|
+
async DescribeZoneDetails(req, cb) {
|
|
184
|
+
return this.request("DescribeZoneDetails", req, cb);
|
|
173
185
|
}
|
|
174
186
|
/**
|
|
175
|
-
*
|
|
187
|
+
* 用于修改站点配置
|
|
176
188
|
*/
|
|
177
|
-
async
|
|
178
|
-
return this.request("
|
|
189
|
+
async ModifyZoneSetting(req, cb) {
|
|
190
|
+
return this.request("ModifyZoneSetting", req, cb);
|
|
179
191
|
}
|
|
180
192
|
/**
|
|
181
|
-
*
|
|
193
|
+
* 修改应用代理规则的状态
|
|
182
194
|
*/
|
|
183
|
-
async
|
|
184
|
-
return this.request("
|
|
195
|
+
async ModifyApplicationProxyRuleStatus(req, cb) {
|
|
196
|
+
return this.request("ModifyApplicationProxyRuleStatus", req, cb);
|
|
185
197
|
}
|
|
186
198
|
/**
|
|
187
|
-
*
|
|
199
|
+
* 查询全部安全实例
|
|
188
200
|
*/
|
|
189
|
-
async
|
|
190
|
-
return this.request("
|
|
201
|
+
async DescribeSecurityPolicyList(req, cb) {
|
|
202
|
+
return this.request("DescribeSecurityPolicyList", req, cb);
|
|
191
203
|
}
|
|
192
204
|
/**
|
|
193
|
-
*
|
|
205
|
+
* 源站组删除
|
|
194
206
|
*/
|
|
195
|
-
async
|
|
196
|
-
return this.request("
|
|
207
|
+
async DeleteOriginGroup(req, cb) {
|
|
208
|
+
return this.request("DeleteOriginGroup", req, cb);
|
|
197
209
|
}
|
|
198
210
|
/**
|
|
199
|
-
*
|
|
211
|
+
* 查询Web托管规则Top数据
|
|
200
212
|
*/
|
|
201
|
-
async
|
|
202
|
-
return this.request("
|
|
213
|
+
async DescribeWebManagedRulesTopData(req, cb) {
|
|
214
|
+
return this.request("DescribeWebManagedRulesTopData", req, cb);
|
|
203
215
|
}
|
|
204
216
|
/**
|
|
205
|
-
*
|
|
217
|
+
* 批量创建应用代理规则
|
|
206
218
|
*/
|
|
207
|
-
async
|
|
208
|
-
return this.request("
|
|
219
|
+
async CreateApplicationProxyRules(req, cb) {
|
|
220
|
+
return this.request("CreateApplicationProxyRules", req, cb);
|
|
209
221
|
}
|
|
210
222
|
/**
|
|
211
|
-
*
|
|
223
|
+
* 查询清除缓存历史记录
|
|
212
224
|
*/
|
|
213
|
-
async
|
|
214
|
-
return this.request("
|
|
225
|
+
async DescribePurgeTasks(req, cb) {
|
|
226
|
+
return this.request("DescribePurgeTasks", req, cb);
|
|
215
227
|
}
|
|
216
228
|
/**
|
|
217
|
-
*
|
|
229
|
+
* 查询DDos攻击事件详情
|
|
218
230
|
*/
|
|
219
|
-
async
|
|
220
|
-
return this.request("
|
|
231
|
+
async DescribeDDosAttackEventDetail(req, cb) {
|
|
232
|
+
return this.request("DescribeDDosAttackEventDetail", req, cb);
|
|
221
233
|
}
|
|
222
234
|
/**
|
|
223
|
-
*
|
|
235
|
+
* 获取负载均衡列表
|
|
224
236
|
*/
|
|
225
|
-
async
|
|
226
|
-
return this.request("
|
|
237
|
+
async DescribeLoadBalancing(req, cb) {
|
|
238
|
+
return this.request("DescribeLoadBalancing", req, cb);
|
|
227
239
|
}
|
|
228
240
|
/**
|
|
229
241
|
* 删除负载均衡
|
|
@@ -232,160 +244,166 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
232
244
|
return this.request("DeleteLoadBalancing", req, cb);
|
|
233
245
|
}
|
|
234
246
|
/**
|
|
235
|
-
*
|
|
247
|
+
* 四层时序流量数据查询
|
|
236
248
|
*/
|
|
237
|
-
async
|
|
238
|
-
return this.request("
|
|
249
|
+
async DescribeTimingL4Data(req, cb) {
|
|
250
|
+
return this.request("DescribeTimingL4Data", req, cb);
|
|
239
251
|
}
|
|
240
252
|
/**
|
|
241
|
-
*
|
|
253
|
+
* 扫描站点历史解析记录
|
|
242
254
|
*/
|
|
243
|
-
async
|
|
244
|
-
return this.request("
|
|
255
|
+
async ScanDnsRecords(req, cb) {
|
|
256
|
+
return this.request("ScanDnsRecords", req, cb);
|
|
245
257
|
}
|
|
246
258
|
/**
|
|
247
|
-
*
|
|
259
|
+
* 查询top类流量数据
|
|
248
260
|
*/
|
|
249
|
-
async
|
|
250
|
-
return this.request("
|
|
261
|
+
async DescribeTopL7AnalysisData(req, cb) {
|
|
262
|
+
return this.request("DescribeTopL7AnalysisData", req, cb);
|
|
251
263
|
}
|
|
252
264
|
/**
|
|
253
|
-
*
|
|
265
|
+
* 批量删除 DNS 记录
|
|
254
266
|
*/
|
|
255
|
-
async
|
|
256
|
-
return this.request("
|
|
267
|
+
async DeleteDnsRecords(req, cb) {
|
|
268
|
+
return this.request("DeleteDnsRecords", req, cb);
|
|
257
269
|
}
|
|
258
270
|
/**
|
|
259
|
-
*
|
|
271
|
+
* 修改Web&Bot安全配置
|
|
260
272
|
*/
|
|
261
|
-
async
|
|
262
|
-
return this.request("
|
|
273
|
+
async ModifySecurityPolicy(req, cb) {
|
|
274
|
+
return this.request("ModifySecurityPolicy", req, cb);
|
|
263
275
|
}
|
|
264
276
|
/**
|
|
265
|
-
*
|
|
277
|
+
* 分页查询Bot托管规则
|
|
266
278
|
*/
|
|
267
|
-
async
|
|
268
|
-
return this.request("
|
|
279
|
+
async DescribeBotManagedRules(req, cb) {
|
|
280
|
+
return this.request("DescribeBotManagedRules", req, cb);
|
|
269
281
|
}
|
|
270
282
|
/**
|
|
271
|
-
*
|
|
283
|
+
* 查询DDos攻击源
|
|
272
284
|
*/
|
|
273
|
-
async
|
|
274
|
-
return this.request("
|
|
285
|
+
async DescribeDDosAttackSourceEvent(req, cb) {
|
|
286
|
+
return this.request("DescribeDDosAttackSourceEvent", req, cb);
|
|
275
287
|
}
|
|
276
288
|
/**
|
|
277
|
-
*
|
|
289
|
+
* 修改应用代理的状态
|
|
278
290
|
*/
|
|
279
|
-
async
|
|
280
|
-
return this.request("
|
|
291
|
+
async ModifyApplicationProxyStatus(req, cb) {
|
|
292
|
+
return this.request("ModifyApplicationProxyStatus", req, cb);
|
|
281
293
|
}
|
|
282
294
|
/**
|
|
283
|
-
*
|
|
295
|
+
* 查询七层数据分析类时序流量数据
|
|
284
296
|
*/
|
|
285
|
-
async
|
|
286
|
-
return this.request("
|
|
297
|
+
async DescribeTimingL7AnalysisData(req, cb) {
|
|
298
|
+
return this.request("DescribeTimingL7AnalysisData", req, cb);
|
|
287
299
|
}
|
|
288
300
|
/**
|
|
289
|
-
*
|
|
301
|
+
* 查询验证结果
|
|
290
302
|
*/
|
|
291
|
-
async
|
|
292
|
-
return this.request("
|
|
303
|
+
async DescribeIdentification(req, cb) {
|
|
304
|
+
return this.request("DescribeIdentification", req, cb);
|
|
293
305
|
}
|
|
294
306
|
/**
|
|
295
|
-
*
|
|
307
|
+
* 修改应用代理
|
|
296
308
|
*/
|
|
297
|
-
async
|
|
298
|
-
return this.request("
|
|
309
|
+
async ModifyApplicationProxy(req, cb) {
|
|
310
|
+
return this.request("ModifyApplicationProxy", req, cb);
|
|
299
311
|
}
|
|
300
312
|
/**
|
|
301
|
-
*
|
|
313
|
+
* 用于用户接入新的站点
|
|
302
314
|
*/
|
|
303
|
-
async
|
|
304
|
-
return this.request("
|
|
315
|
+
async CreateZone(req, cb) {
|
|
316
|
+
return this.request("CreateZone", req, cb);
|
|
305
317
|
}
|
|
306
318
|
/**
|
|
307
|
-
*
|
|
319
|
+
* 查询所有DDoS防护分区
|
|
308
320
|
*/
|
|
309
|
-
async
|
|
310
|
-
return this.request("
|
|
321
|
+
async DescribeZoneDDoSPolicy(req, cb) {
|
|
322
|
+
return this.request("DescribeZoneDDoSPolicy", req, cb);
|
|
311
323
|
}
|
|
312
324
|
/**
|
|
313
|
-
*
|
|
325
|
+
* 修改负载均衡
|
|
314
326
|
*/
|
|
315
|
-
async
|
|
316
|
-
return this.request("
|
|
327
|
+
async ModifyLoadBalancing(req, cb) {
|
|
328
|
+
return this.request("ModifyLoadBalancing", req, cb);
|
|
317
329
|
}
|
|
318
330
|
/**
|
|
319
|
-
*
|
|
331
|
+
* 创建自定义规则的自定义页
|
|
320
332
|
*/
|
|
321
|
-
async
|
|
322
|
-
return this.request("
|
|
333
|
+
async CreateCustomErrorPage(req, cb) {
|
|
334
|
+
return this.request("CreateCustomErrorPage", req, cb);
|
|
323
335
|
}
|
|
324
336
|
/**
|
|
325
|
-
*
|
|
337
|
+
* 修改DDoS防护分区配置
|
|
326
338
|
*/
|
|
327
|
-
async
|
|
328
|
-
return this.request("
|
|
339
|
+
async ModifyDDoSPolicy(req, cb) {
|
|
340
|
+
return this.request("ModifyDDoSPolicy", req, cb);
|
|
329
341
|
}
|
|
330
342
|
/**
|
|
331
|
-
*
|
|
343
|
+
* 获取DNS请求数统计曲线
|
|
332
344
|
*/
|
|
333
|
-
async
|
|
334
|
-
return this.request("
|
|
345
|
+
async DescribeDnsData(req, cb) {
|
|
346
|
+
return this.request("DescribeDnsData", req, cb);
|
|
335
347
|
}
|
|
336
348
|
/**
|
|
337
|
-
*
|
|
349
|
+
* 查询域名证书列表,支持搜索、分页、排序、过滤。
|
|
338
350
|
*/
|
|
339
|
-
async
|
|
340
|
-
return this.request("
|
|
351
|
+
async DescribeHostsCertificate(req, cb) {
|
|
352
|
+
return this.request("DescribeHostsCertificate", req, cb);
|
|
341
353
|
}
|
|
342
354
|
/**
|
|
343
|
-
*
|
|
355
|
+
* 查询DDos攻击数据
|
|
344
356
|
*/
|
|
345
|
-
async
|
|
346
|
-
return this.request("
|
|
357
|
+
async DescribeDDosAttackData(req, cb) {
|
|
358
|
+
return this.request("DescribeDDosAttackData", req, cb);
|
|
347
359
|
}
|
|
348
360
|
/**
|
|
349
|
-
*
|
|
361
|
+
* 获取源站组详细信息
|
|
350
362
|
*/
|
|
351
|
-
async
|
|
352
|
-
return this.request("
|
|
363
|
+
async DescribeOriginGroupDetail(req, cb) {
|
|
364
|
+
return this.request("DescribeOriginGroupDetail", req, cb);
|
|
353
365
|
}
|
|
354
366
|
/**
|
|
355
|
-
*
|
|
367
|
+
* 获取应用代理详细信息
|
|
356
368
|
*/
|
|
357
|
-
async
|
|
358
|
-
return this.request("
|
|
369
|
+
async DescribeApplicationProxyDetail(req, cb) {
|
|
370
|
+
return this.request("DescribeApplicationProxyDetail", req, cb);
|
|
359
371
|
}
|
|
360
372
|
/**
|
|
361
|
-
*
|
|
373
|
+
* 查询web防护日志
|
|
362
374
|
*/
|
|
363
|
-
async
|
|
364
|
-
return this.request("
|
|
375
|
+
async DescribeWebProtectionLog(req, cb) {
|
|
376
|
+
return this.request("DescribeWebProtectionLog", req, cb);
|
|
365
377
|
}
|
|
366
378
|
/**
|
|
367
|
-
*
|
|
379
|
+
* 用于开启,关闭站点
|
|
368
380
|
*/
|
|
369
|
-
async
|
|
370
|
-
return this.request("
|
|
381
|
+
async ModifyZoneStatus(req, cb) {
|
|
382
|
+
return this.request("ModifyZoneStatus", req, cb);
|
|
371
383
|
}
|
|
372
384
|
/**
|
|
373
|
-
*
|
|
385
|
+
* 查询DDoS防护配置详情
|
|
374
386
|
*/
|
|
375
|
-
async
|
|
376
|
-
return this.request("
|
|
387
|
+
async DescribeDDoSPolicy(req, cb) {
|
|
388
|
+
return this.request("DescribeDDoSPolicy", req, cb);
|
|
377
389
|
}
|
|
378
390
|
/**
|
|
379
|
-
*
|
|
391
|
+
* 修改默认证书状态
|
|
380
392
|
*/
|
|
381
|
-
async
|
|
382
|
-
return this.request("
|
|
393
|
+
async ModifyDefaultCertificate(req, cb) {
|
|
394
|
+
return this.request("ModifyDefaultCertificate", req, cb);
|
|
383
395
|
}
|
|
384
396
|
/**
|
|
385
|
-
*
|
|
397
|
+
* 获取负载均衡详细信息
|
|
386
398
|
*/
|
|
387
|
-
async
|
|
388
|
-
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);
|
|
389
407
|
}
|
|
390
408
|
/**
|
|
391
409
|
* 创建应用代理
|
|
@@ -400,28 +418,100 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
400
418
|
return this.request("DescribeOriginGroup", req, cb);
|
|
401
419
|
}
|
|
402
420
|
/**
|
|
403
|
-
*
|
|
421
|
+
* 用于查询 DNSSEC 相关信息
|
|
404
422
|
*/
|
|
405
|
-
async
|
|
406
|
-
return this.request("
|
|
423
|
+
async DescribeDnssec(req, cb) {
|
|
424
|
+
return this.request("DescribeDnssec", req, cb);
|
|
407
425
|
}
|
|
408
426
|
/**
|
|
409
|
-
*
|
|
427
|
+
* 修改应用代理规则
|
|
410
428
|
*/
|
|
411
|
-
async
|
|
412
|
-
return this.request("
|
|
429
|
+
async ModifyApplicationProxyRule(req, cb) {
|
|
430
|
+
return this.request("ModifyApplicationProxyRule", req, cb);
|
|
413
431
|
}
|
|
414
432
|
/**
|
|
415
|
-
*
|
|
433
|
+
* 源站组创建
|
|
416
434
|
*/
|
|
417
|
-
async
|
|
418
|
-
return this.request("
|
|
435
|
+
async CreateOriginGroup(req, cb) {
|
|
436
|
+
return this.request("CreateOriginGroup", req, cb);
|
|
419
437
|
}
|
|
420
438
|
/**
|
|
421
|
-
*
|
|
439
|
+
* 用于修改域名证书
|
|
422
440
|
*/
|
|
423
|
-
async
|
|
424
|
-
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);
|
|
425
515
|
}
|
|
426
516
|
/**
|
|
427
517
|
* 获取应用代理列表
|
|
@@ -429,5 +519,29 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
429
519
|
async DescribeApplicationProxy(req, cb) {
|
|
430
520
|
return this.request("DescribeApplicationProxy", req, cb);
|
|
431
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
|
+
}
|
|
432
546
|
}
|
|
433
547
|
exports.Client = Client;
|