tencentcloud-sdk-nodejs 4.0.635 → 4.0.636
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 +195 -0
- package/SERVICE_CHANGELOG.md +294 -236
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ciam/v20220331/ciam_models.ts +8 -0
- package/src/services/dlc/v20210125/dlc_models.ts +1 -1
- package/src/services/mongodb/v20190725/mongodb_models.ts +65 -41
- package/src/services/privatedns/v20201028/privatedns_models.ts +3 -3
- package/src/services/tcr/v20190924/tcr_models.ts +13 -2
- package/src/services/teo/v20220901/teo_client.ts +462 -790
- package/src/services/teo/v20220901/teo_models.ts +533 -2272
- package/src/services/wedata/v20210820/wedata_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +8 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +65 -41
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +3 -3
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +13 -2
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +121 -223
- package/tencentcloud/services/teo/v20220901/teo_client.js +179 -333
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +576 -2245
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +1 -1
- package/test/teo.v20220901.test.js +118 -378
|
@@ -18,19 +18,9 @@ const client = new tencentcloud.teo.v20220901.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("teo.v20220901.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("teo.v20220901.
|
|
22
|
-
try {
|
|
23
|
-
const data = await client.CreatePurgeTask({})
|
|
24
|
-
expect(data).to.be.ok
|
|
25
|
-
} catch(error) {
|
|
26
|
-
expect(error.requestId).to.be.ok
|
|
27
|
-
expect(error.code).to.be.ok
|
|
28
|
-
}
|
|
29
|
-
})
|
|
30
|
-
|
|
31
|
-
it("teo.v20220901.DownloadL4Logs", async function () {
|
|
21
|
+
it("teo.v20220901.ModifyApplicationProxyRule", async function () {
|
|
32
22
|
try {
|
|
33
|
-
const data = await client.
|
|
23
|
+
const data = await client.ModifyApplicationProxyRule({})
|
|
34
24
|
expect(data).to.be.ok
|
|
35
25
|
} catch(error) {
|
|
36
26
|
expect(error.requestId).to.be.ok
|
|
@@ -38,9 +28,9 @@ it("teo.v20220901.DownloadL4Logs", async function () {
|
|
|
38
28
|
}
|
|
39
29
|
})
|
|
40
30
|
|
|
41
|
-
it("teo.v20220901.
|
|
31
|
+
it("teo.v20220901.DeleteOriginGroup", async function () {
|
|
42
32
|
try {
|
|
43
|
-
const data = await client.
|
|
33
|
+
const data = await client.DeleteOriginGroup({})
|
|
44
34
|
expect(data).to.be.ok
|
|
45
35
|
} catch(error) {
|
|
46
36
|
expect(error.requestId).to.be.ok
|
|
@@ -48,9 +38,9 @@ it("teo.v20220901.CreatePlanForZone", async function () {
|
|
|
48
38
|
}
|
|
49
39
|
})
|
|
50
40
|
|
|
51
|
-
it("teo.v20220901.
|
|
41
|
+
it("teo.v20220901.DeleteZone", async function () {
|
|
52
42
|
try {
|
|
53
|
-
const data = await client.
|
|
43
|
+
const data = await client.DeleteZone({})
|
|
54
44
|
expect(data).to.be.ok
|
|
55
45
|
} catch(error) {
|
|
56
46
|
expect(error.requestId).to.be.ok
|
|
@@ -58,9 +48,9 @@ it("teo.v20220901.DescribeContentQuota", async function () {
|
|
|
58
48
|
}
|
|
59
49
|
})
|
|
60
50
|
|
|
61
|
-
it("teo.v20220901.
|
|
51
|
+
it("teo.v20220901.CreatePurgeTask", async function () {
|
|
62
52
|
try {
|
|
63
|
-
const data = await client.
|
|
53
|
+
const data = await client.CreatePurgeTask({})
|
|
64
54
|
expect(data).to.be.ok
|
|
65
55
|
} catch(error) {
|
|
66
56
|
expect(error.requestId).to.be.ok
|
|
@@ -68,9 +58,9 @@ it("teo.v20220901.DescribeIdentifications", async function () {
|
|
|
68
58
|
}
|
|
69
59
|
})
|
|
70
60
|
|
|
71
|
-
it("teo.v20220901.
|
|
61
|
+
it("teo.v20220901.CreateOriginGroup", async function () {
|
|
72
62
|
try {
|
|
73
|
-
const data = await client.
|
|
63
|
+
const data = await client.CreateOriginGroup({})
|
|
74
64
|
expect(data).to.be.ok
|
|
75
65
|
} catch(error) {
|
|
76
66
|
expect(error.requestId).to.be.ok
|
|
@@ -78,9 +68,9 @@ it("teo.v20220901.IdentifyZone", async function () {
|
|
|
78
68
|
}
|
|
79
69
|
})
|
|
80
70
|
|
|
81
|
-
it("teo.v20220901.
|
|
71
|
+
it("teo.v20220901.CreateSecurityIPGroup", async function () {
|
|
82
72
|
try {
|
|
83
|
-
const data = await client.
|
|
73
|
+
const data = await client.CreateSecurityIPGroup({})
|
|
84
74
|
expect(data).to.be.ok
|
|
85
75
|
} catch(error) {
|
|
86
76
|
expect(error.requestId).to.be.ok
|
|
@@ -88,9 +78,9 @@ it("teo.v20220901.DescribeDefaultCertificates", async function () {
|
|
|
88
78
|
}
|
|
89
79
|
})
|
|
90
80
|
|
|
91
|
-
it("teo.v20220901.
|
|
81
|
+
it("teo.v20220901.DescribePurgeTasks", async function () {
|
|
92
82
|
try {
|
|
93
|
-
const data = await client.
|
|
83
|
+
const data = await client.DescribePurgeTasks({})
|
|
94
84
|
expect(data).to.be.ok
|
|
95
85
|
} catch(error) {
|
|
96
86
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +88,9 @@ it("teo.v20220901.DescribeAccelerationDomains", async function () {
|
|
|
98
88
|
}
|
|
99
89
|
})
|
|
100
90
|
|
|
101
|
-
it("teo.v20220901.
|
|
91
|
+
it("teo.v20220901.ModifyZoneSetting", async function () {
|
|
102
92
|
try {
|
|
103
|
-
const data = await client.
|
|
93
|
+
const data = await client.ModifyZoneSetting({})
|
|
104
94
|
expect(data).to.be.ok
|
|
105
95
|
} catch(error) {
|
|
106
96
|
expect(error.requestId).to.be.ok
|
|
@@ -108,9 +98,9 @@ it("teo.v20220901.ModifyOriginGroup", async function () {
|
|
|
108
98
|
}
|
|
109
99
|
})
|
|
110
100
|
|
|
111
|
-
it("teo.v20220901.
|
|
101
|
+
it("teo.v20220901.DescribeTimingL7CacheData", async function () {
|
|
112
102
|
try {
|
|
113
|
-
const data = await client.
|
|
103
|
+
const data = await client.DescribeTimingL7CacheData({})
|
|
114
104
|
expect(data).to.be.ok
|
|
115
105
|
} catch(error) {
|
|
116
106
|
expect(error.requestId).to.be.ok
|
|
@@ -118,9 +108,9 @@ it("teo.v20220901.DeleteApplicationProxy", async function () {
|
|
|
118
108
|
}
|
|
119
109
|
})
|
|
120
110
|
|
|
121
|
-
it("teo.v20220901.
|
|
111
|
+
it("teo.v20220901.DeleteAccelerationDomains", async function () {
|
|
122
112
|
try {
|
|
123
|
-
const data = await client.
|
|
113
|
+
const data = await client.DeleteAccelerationDomains({})
|
|
124
114
|
expect(data).to.be.ok
|
|
125
115
|
} catch(error) {
|
|
126
116
|
expect(error.requestId).to.be.ok
|
|
@@ -128,9 +118,9 @@ it("teo.v20220901.DescribeWebManagedRulesLog", async function () {
|
|
|
128
118
|
}
|
|
129
119
|
})
|
|
130
120
|
|
|
131
|
-
it("teo.v20220901.
|
|
121
|
+
it("teo.v20220901.ModifyHostsCertificate", async function () {
|
|
132
122
|
try {
|
|
133
|
-
const data = await client.
|
|
123
|
+
const data = await client.ModifyHostsCertificate({})
|
|
134
124
|
expect(data).to.be.ok
|
|
135
125
|
} catch(error) {
|
|
136
126
|
expect(error.requestId).to.be.ok
|
|
@@ -138,9 +128,9 @@ it("teo.v20220901.CreateCredential", async function () {
|
|
|
138
128
|
}
|
|
139
129
|
})
|
|
140
130
|
|
|
141
|
-
it("teo.v20220901.
|
|
131
|
+
it("teo.v20220901.CreateRule", async function () {
|
|
142
132
|
try {
|
|
143
|
-
const data = await client.
|
|
133
|
+
const data = await client.CreateRule({})
|
|
144
134
|
expect(data).to.be.ok
|
|
145
135
|
} catch(error) {
|
|
146
136
|
expect(error.requestId).to.be.ok
|
|
@@ -148,9 +138,9 @@ it("teo.v20220901.DownloadL7Logs", async function () {
|
|
|
148
138
|
}
|
|
149
139
|
})
|
|
150
140
|
|
|
151
|
-
it("teo.v20220901.
|
|
141
|
+
it("teo.v20220901.CreatePlanForZone", async function () {
|
|
152
142
|
try {
|
|
153
|
-
const data = await client.
|
|
143
|
+
const data = await client.CreatePlanForZone({})
|
|
154
144
|
expect(data).to.be.ok
|
|
155
145
|
} catch(error) {
|
|
156
146
|
expect(error.requestId).to.be.ok
|
|
@@ -158,9 +148,9 @@ it("teo.v20220901.DeleteApplicationProxyRule", async function () {
|
|
|
158
148
|
}
|
|
159
149
|
})
|
|
160
150
|
|
|
161
|
-
it("teo.v20220901.
|
|
151
|
+
it("teo.v20220901.DescribeContentQuota", async function () {
|
|
162
152
|
try {
|
|
163
|
-
const data = await client.
|
|
153
|
+
const data = await client.DescribeContentQuota({})
|
|
164
154
|
expect(data).to.be.ok
|
|
165
155
|
} catch(error) {
|
|
166
156
|
expect(error.requestId).to.be.ok
|
|
@@ -168,9 +158,9 @@ it("teo.v20220901.DescribeWebProtectionData", async function () {
|
|
|
168
158
|
}
|
|
169
159
|
})
|
|
170
160
|
|
|
171
|
-
it("teo.v20220901.
|
|
161
|
+
it("teo.v20220901.ModifyApplicationProxy", async function () {
|
|
172
162
|
try {
|
|
173
|
-
const data = await client.
|
|
163
|
+
const data = await client.ModifyApplicationProxy({})
|
|
174
164
|
expect(data).to.be.ok
|
|
175
165
|
} catch(error) {
|
|
176
166
|
expect(error.requestId).to.be.ok
|
|
@@ -178,9 +168,9 @@ it("teo.v20220901.ModifyZone", async function () {
|
|
|
178
168
|
}
|
|
179
169
|
})
|
|
180
170
|
|
|
181
|
-
it("teo.v20220901.
|
|
171
|
+
it("teo.v20220901.DescribeIdentifications", async function () {
|
|
182
172
|
try {
|
|
183
|
-
const data = await client.
|
|
173
|
+
const data = await client.DescribeIdentifications({})
|
|
184
174
|
expect(data).to.be.ok
|
|
185
175
|
} catch(error) {
|
|
186
176
|
expect(error.requestId).to.be.ok
|
|
@@ -188,9 +178,9 @@ it("teo.v20220901.CreatePrefetchTask", async function () {
|
|
|
188
178
|
}
|
|
189
179
|
})
|
|
190
180
|
|
|
191
|
-
it("teo.v20220901.
|
|
181
|
+
it("teo.v20220901.CreateZone", async function () {
|
|
192
182
|
try {
|
|
193
|
-
const data = await client.
|
|
183
|
+
const data = await client.CreateZone({})
|
|
194
184
|
expect(data).to.be.ok
|
|
195
185
|
} catch(error) {
|
|
196
186
|
expect(error.requestId).to.be.ok
|
|
@@ -198,9 +188,9 @@ it("teo.v20220901.DeleteAliasDomain", async function () {
|
|
|
198
188
|
}
|
|
199
189
|
})
|
|
200
190
|
|
|
201
|
-
it("teo.v20220901.
|
|
191
|
+
it("teo.v20220901.ModifyZone", async function () {
|
|
202
192
|
try {
|
|
203
|
-
const data = await client.
|
|
193
|
+
const data = await client.ModifyZone({})
|
|
204
194
|
expect(data).to.be.ok
|
|
205
195
|
} catch(error) {
|
|
206
196
|
expect(error.requestId).to.be.ok
|
|
@@ -208,9 +198,9 @@ it("teo.v20220901.DescribeOverviewL7Data", async function () {
|
|
|
208
198
|
}
|
|
209
199
|
})
|
|
210
200
|
|
|
211
|
-
it("teo.v20220901.
|
|
201
|
+
it("teo.v20220901.DescribeHostsSetting", async function () {
|
|
212
202
|
try {
|
|
213
|
-
const data = await client.
|
|
203
|
+
const data = await client.DescribeHostsSetting({})
|
|
214
204
|
expect(data).to.be.ok
|
|
215
205
|
} catch(error) {
|
|
216
206
|
expect(error.requestId).to.be.ok
|
|
@@ -218,9 +208,9 @@ it("teo.v20220901.DescribeAddableEntityList", async function () {
|
|
|
218
208
|
}
|
|
219
209
|
})
|
|
220
210
|
|
|
221
|
-
it("teo.v20220901.
|
|
211
|
+
it("teo.v20220901.DescribeAvailablePlans", async function () {
|
|
222
212
|
try {
|
|
223
|
-
const data = await client.
|
|
213
|
+
const data = await client.DescribeAvailablePlans({})
|
|
224
214
|
expect(data).to.be.ok
|
|
225
215
|
} catch(error) {
|
|
226
216
|
expect(error.requestId).to.be.ok
|
|
@@ -228,9 +218,9 @@ it("teo.v20220901.CreateAccelerationDomain", async function () {
|
|
|
228
218
|
}
|
|
229
219
|
})
|
|
230
220
|
|
|
231
|
-
it("teo.v20220901.
|
|
221
|
+
it("teo.v20220901.IdentifyZone", async function () {
|
|
232
222
|
try {
|
|
233
|
-
const data = await client.
|
|
223
|
+
const data = await client.IdentifyZone({})
|
|
234
224
|
expect(data).to.be.ok
|
|
235
225
|
} catch(error) {
|
|
236
226
|
expect(error.requestId).to.be.ok
|
|
@@ -238,9 +228,9 @@ it("teo.v20220901.CheckCertificate", async function () {
|
|
|
238
228
|
}
|
|
239
229
|
})
|
|
240
230
|
|
|
241
|
-
it("teo.v20220901.
|
|
231
|
+
it("teo.v20220901.DescribeOriginProtection", async function () {
|
|
242
232
|
try {
|
|
243
|
-
const data = await client.
|
|
233
|
+
const data = await client.DescribeOriginProtection({})
|
|
244
234
|
expect(data).to.be.ok
|
|
245
235
|
} catch(error) {
|
|
246
236
|
expect(error.requestId).to.be.ok
|
|
@@ -248,9 +238,9 @@ it("teo.v20220901.CreateReplayTask", async function () {
|
|
|
248
238
|
}
|
|
249
239
|
})
|
|
250
240
|
|
|
251
|
-
it("teo.v20220901.
|
|
241
|
+
it("teo.v20220901.DescribeDefaultCertificates", async function () {
|
|
252
242
|
try {
|
|
253
|
-
const data = await client.
|
|
243
|
+
const data = await client.DescribeDefaultCertificates({})
|
|
254
244
|
expect(data).to.be.ok
|
|
255
245
|
} catch(error) {
|
|
256
246
|
expect(error.requestId).to.be.ok
|
|
@@ -258,9 +248,9 @@ it("teo.v20220901.DescribeSpeedTestingQuota", async function () {
|
|
|
258
248
|
}
|
|
259
249
|
})
|
|
260
250
|
|
|
261
|
-
it("teo.v20220901.
|
|
251
|
+
it("teo.v20220901.DescribeZoneSetting", async function () {
|
|
262
252
|
try {
|
|
263
|
-
const data = await client.
|
|
253
|
+
const data = await client.DescribeZoneSetting({})
|
|
264
254
|
expect(data).to.be.ok
|
|
265
255
|
} catch(error) {
|
|
266
256
|
expect(error.requestId).to.be.ok
|
|
@@ -268,9 +258,9 @@ it("teo.v20220901.CreateSpeedTesting", async function () {
|
|
|
268
258
|
}
|
|
269
259
|
})
|
|
270
260
|
|
|
271
|
-
it("teo.v20220901.
|
|
261
|
+
it("teo.v20220901.DescribeRulesSetting", async function () {
|
|
272
262
|
try {
|
|
273
|
-
const data = await client.
|
|
263
|
+
const data = await client.DescribeRulesSetting({})
|
|
274
264
|
expect(data).to.be.ok
|
|
275
265
|
} catch(error) {
|
|
276
266
|
expect(error.requestId).to.be.ok
|
|
@@ -278,9 +268,9 @@ it("teo.v20220901.DescribeSpeedTestingMetricData", async function () {
|
|
|
278
268
|
}
|
|
279
269
|
})
|
|
280
270
|
|
|
281
|
-
it("teo.v20220901.
|
|
271
|
+
it("teo.v20220901.DescribeAccelerationDomains", async function () {
|
|
282
272
|
try {
|
|
283
|
-
const data = await client.
|
|
273
|
+
const data = await client.DescribeAccelerationDomains({})
|
|
284
274
|
expect(data).to.be.ok
|
|
285
275
|
} catch(error) {
|
|
286
276
|
expect(error.requestId).to.be.ok
|
|
@@ -288,9 +278,9 @@ it("teo.v20220901.ModifyZoneSetting", async function () {
|
|
|
288
278
|
}
|
|
289
279
|
})
|
|
290
280
|
|
|
291
|
-
it("teo.v20220901.
|
|
281
|
+
it("teo.v20220901.ModifyOriginGroup", async function () {
|
|
292
282
|
try {
|
|
293
|
-
const data = await client.
|
|
283
|
+
const data = await client.ModifyOriginGroup({})
|
|
294
284
|
expect(data).to.be.ok
|
|
295
285
|
} catch(error) {
|
|
296
286
|
expect(error.requestId).to.be.ok
|
|
@@ -298,9 +288,9 @@ it("teo.v20220901.ModifyApplicationProxyRuleStatus", async function () {
|
|
|
298
288
|
}
|
|
299
289
|
})
|
|
300
290
|
|
|
301
|
-
it("teo.v20220901.
|
|
291
|
+
it("teo.v20220901.DeleteSecurityIPGroup", async function () {
|
|
302
292
|
try {
|
|
303
|
-
const data = await client.
|
|
293
|
+
const data = await client.DeleteSecurityIPGroup({})
|
|
304
294
|
expect(data).to.be.ok
|
|
305
295
|
} catch(error) {
|
|
306
296
|
expect(error.requestId).to.be.ok
|
|
@@ -308,9 +298,9 @@ it("teo.v20220901.DescribePrefetchTasks", async function () {
|
|
|
308
298
|
}
|
|
309
299
|
})
|
|
310
300
|
|
|
311
|
-
it("teo.v20220901.
|
|
301
|
+
it("teo.v20220901.CreateApplicationProxyRule", async function () {
|
|
312
302
|
try {
|
|
313
|
-
const data = await client.
|
|
303
|
+
const data = await client.CreateApplicationProxyRule({})
|
|
314
304
|
expect(data).to.be.ok
|
|
315
305
|
} catch(error) {
|
|
316
306
|
expect(error.requestId).to.be.ok
|
|
@@ -318,9 +308,9 @@ it("teo.v20220901.DeleteOriginGroup", async function () {
|
|
|
318
308
|
}
|
|
319
309
|
})
|
|
320
310
|
|
|
321
|
-
it("teo.v20220901.
|
|
311
|
+
it("teo.v20220901.DescribePrefetchTasks", async function () {
|
|
322
312
|
try {
|
|
323
|
-
const data = await client.
|
|
313
|
+
const data = await client.DescribePrefetchTasks({})
|
|
324
314
|
expect(data).to.be.ok
|
|
325
315
|
} catch(error) {
|
|
326
316
|
expect(error.requestId).to.be.ok
|
|
@@ -328,9 +318,9 @@ it("teo.v20220901.UpdateOriginProtectionIPWhitelist", async function () {
|
|
|
328
318
|
}
|
|
329
319
|
})
|
|
330
320
|
|
|
331
|
-
it("teo.v20220901.
|
|
321
|
+
it("teo.v20220901.DescribeZones", async function () {
|
|
332
322
|
try {
|
|
333
|
-
const data = await client.
|
|
323
|
+
const data = await client.DescribeZones({})
|
|
334
324
|
expect(data).to.be.ok
|
|
335
325
|
} catch(error) {
|
|
336
326
|
expect(error.requestId).to.be.ok
|
|
@@ -338,9 +328,9 @@ it("teo.v20220901.CreateSecurityIPGroup", async function () {
|
|
|
338
328
|
}
|
|
339
329
|
})
|
|
340
330
|
|
|
341
|
-
it("teo.v20220901.
|
|
331
|
+
it("teo.v20220901.DescribeDDoSAttackTopData", async function () {
|
|
342
332
|
try {
|
|
343
|
-
const data = await client.
|
|
333
|
+
const data = await client.DescribeDDoSAttackTopData({})
|
|
344
334
|
expect(data).to.be.ok
|
|
345
335
|
} catch(error) {
|
|
346
336
|
expect(error.requestId).to.be.ok
|
|
@@ -348,9 +338,9 @@ it("teo.v20220901.DescribePurgeTasks", async function () {
|
|
|
348
338
|
}
|
|
349
339
|
})
|
|
350
340
|
|
|
351
|
-
it("teo.v20220901.
|
|
341
|
+
it("teo.v20220901.DeleteApplicationProxy", async function () {
|
|
352
342
|
try {
|
|
353
|
-
const data = await client.
|
|
343
|
+
const data = await client.DeleteApplicationProxy({})
|
|
354
344
|
expect(data).to.be.ok
|
|
355
345
|
} catch(error) {
|
|
356
346
|
expect(error.requestId).to.be.ok
|
|
@@ -358,9 +348,9 @@ it("teo.v20220901.DeleteAccelerationDomains", async function () {
|
|
|
358
348
|
}
|
|
359
349
|
})
|
|
360
350
|
|
|
361
|
-
it("teo.v20220901.
|
|
351
|
+
it("teo.v20220901.DescribeTopL7CacheData", async function () {
|
|
362
352
|
try {
|
|
363
|
-
const data = await client.
|
|
353
|
+
const data = await client.DescribeTopL7CacheData({})
|
|
364
354
|
expect(data).to.be.ok
|
|
365
355
|
} catch(error) {
|
|
366
356
|
expect(error.requestId).to.be.ok
|
|
@@ -378,9 +368,9 @@ it("teo.v20220901.CreateAliasDomain", async function () {
|
|
|
378
368
|
}
|
|
379
369
|
})
|
|
380
370
|
|
|
381
|
-
it("teo.v20220901.
|
|
371
|
+
it("teo.v20220901.ModifyZoneStatus", async function () {
|
|
382
372
|
try {
|
|
383
|
-
const data = await client.
|
|
373
|
+
const data = await client.ModifyZoneStatus({})
|
|
384
374
|
expect(data).to.be.ok
|
|
385
375
|
} catch(error) {
|
|
386
376
|
expect(error.requestId).to.be.ok
|
|
@@ -398,59 +388,9 @@ it("teo.v20220901.ModifyAliasDomainStatus", async function () {
|
|
|
398
388
|
}
|
|
399
389
|
})
|
|
400
390
|
|
|
401
|
-
it("teo.v20220901.
|
|
402
|
-
try {
|
|
403
|
-
const data = await client.DescribeTopL7CacheData({})
|
|
404
|
-
expect(data).to.be.ok
|
|
405
|
-
} catch(error) {
|
|
406
|
-
expect(error.requestId).to.be.ok
|
|
407
|
-
expect(error.code).to.be.ok
|
|
408
|
-
}
|
|
409
|
-
})
|
|
410
|
-
|
|
411
|
-
it("teo.v20220901.DescribeTimingL4Data", async function () {
|
|
412
|
-
try {
|
|
413
|
-
const data = await client.DescribeTimingL4Data({})
|
|
414
|
-
expect(data).to.be.ok
|
|
415
|
-
} catch(error) {
|
|
416
|
-
expect(error.requestId).to.be.ok
|
|
417
|
-
expect(error.code).to.be.ok
|
|
418
|
-
}
|
|
419
|
-
})
|
|
420
|
-
|
|
421
|
-
it("teo.v20220901.ModifyRule", async function () {
|
|
422
|
-
try {
|
|
423
|
-
const data = await client.ModifyRule({})
|
|
424
|
-
expect(data).to.be.ok
|
|
425
|
-
} catch(error) {
|
|
426
|
-
expect(error.requestId).to.be.ok
|
|
427
|
-
expect(error.code).to.be.ok
|
|
428
|
-
}
|
|
429
|
-
})
|
|
430
|
-
|
|
431
|
-
it("teo.v20220901.DescribeTopL7AnalysisData", async function () {
|
|
432
|
-
try {
|
|
433
|
-
const data = await client.DescribeTopL7AnalysisData({})
|
|
434
|
-
expect(data).to.be.ok
|
|
435
|
-
} catch(error) {
|
|
436
|
-
expect(error.requestId).to.be.ok
|
|
437
|
-
expect(error.code).to.be.ok
|
|
438
|
-
}
|
|
439
|
-
})
|
|
440
|
-
|
|
441
|
-
it("teo.v20220901.ModifySecurityPolicy", async function () {
|
|
442
|
-
try {
|
|
443
|
-
const data = await client.ModifySecurityPolicy({})
|
|
444
|
-
expect(data).to.be.ok
|
|
445
|
-
} catch(error) {
|
|
446
|
-
expect(error.requestId).to.be.ok
|
|
447
|
-
expect(error.code).to.be.ok
|
|
448
|
-
}
|
|
449
|
-
})
|
|
450
|
-
|
|
451
|
-
it("teo.v20220901.ModifyRulePriority", async function () {
|
|
391
|
+
it("teo.v20220901.DownloadL7Logs", async function () {
|
|
452
392
|
try {
|
|
453
|
-
const data = await client.
|
|
393
|
+
const data = await client.DownloadL7Logs({})
|
|
454
394
|
expect(data).to.be.ok
|
|
455
395
|
} catch(error) {
|
|
456
396
|
expect(error.requestId).to.be.ok
|
|
@@ -458,9 +398,9 @@ it("teo.v20220901.ModifyRulePriority", async function () {
|
|
|
458
398
|
}
|
|
459
399
|
})
|
|
460
400
|
|
|
461
|
-
it("teo.v20220901.
|
|
401
|
+
it("teo.v20220901.DeleteApplicationProxyRule", async function () {
|
|
462
402
|
try {
|
|
463
|
-
const data = await client.
|
|
403
|
+
const data = await client.DeleteApplicationProxyRule({})
|
|
464
404
|
expect(data).to.be.ok
|
|
465
405
|
} catch(error) {
|
|
466
406
|
expect(error.requestId).to.be.ok
|
|
@@ -468,9 +408,9 @@ it("teo.v20220901.BindZoneToPlan", async function () {
|
|
|
468
408
|
}
|
|
469
409
|
})
|
|
470
410
|
|
|
471
|
-
it("teo.v20220901.
|
|
411
|
+
it("teo.v20220901.CheckCnameStatus", async function () {
|
|
472
412
|
try {
|
|
473
|
-
const data = await client.
|
|
413
|
+
const data = await client.CheckCnameStatus({})
|
|
474
414
|
expect(data).to.be.ok
|
|
475
415
|
} catch(error) {
|
|
476
416
|
expect(error.requestId).to.be.ok
|
|
@@ -478,9 +418,9 @@ it("teo.v20220901.DescribeDDoSAttackEvent", async function () {
|
|
|
478
418
|
}
|
|
479
419
|
})
|
|
480
420
|
|
|
481
|
-
it("teo.v20220901.
|
|
421
|
+
it("teo.v20220901.DeleteRules", async function () {
|
|
482
422
|
try {
|
|
483
|
-
const data = await client.
|
|
423
|
+
const data = await client.DeleteRules({})
|
|
484
424
|
expect(data).to.be.ok
|
|
485
425
|
} catch(error) {
|
|
486
426
|
expect(error.requestId).to.be.ok
|
|
@@ -488,9 +428,9 @@ it("teo.v20220901.ModifyAccelerationDomain", async function () {
|
|
|
488
428
|
}
|
|
489
429
|
})
|
|
490
430
|
|
|
491
|
-
it("teo.v20220901.
|
|
431
|
+
it("teo.v20220901.DescribeTimingL4Data", async function () {
|
|
492
432
|
try {
|
|
493
|
-
const data = await client.
|
|
433
|
+
const data = await client.DescribeTimingL4Data({})
|
|
494
434
|
expect(data).to.be.ok
|
|
495
435
|
} catch(error) {
|
|
496
436
|
expect(error.requestId).to.be.ok
|
|
@@ -498,9 +438,9 @@ it("teo.v20220901.ModifyApplicationProxyStatus", async function () {
|
|
|
498
438
|
}
|
|
499
439
|
})
|
|
500
440
|
|
|
501
|
-
it("teo.v20220901.
|
|
441
|
+
it("teo.v20220901.ModifyAccelerationDomainStatuses", async function () {
|
|
502
442
|
try {
|
|
503
|
-
const data = await client.
|
|
443
|
+
const data = await client.ModifyAccelerationDomainStatuses({})
|
|
504
444
|
expect(data).to.be.ok
|
|
505
445
|
} catch(error) {
|
|
506
446
|
expect(error.requestId).to.be.ok
|
|
@@ -508,9 +448,9 @@ it("teo.v20220901.DescribeTimingL7AnalysisData", async function () {
|
|
|
508
448
|
}
|
|
509
449
|
})
|
|
510
450
|
|
|
511
|
-
it("teo.v20220901.
|
|
451
|
+
it("teo.v20220901.ModifyRule", async function () {
|
|
512
452
|
try {
|
|
513
|
-
const data = await client.
|
|
453
|
+
const data = await client.ModifyRule({})
|
|
514
454
|
expect(data).to.be.ok
|
|
515
455
|
} catch(error) {
|
|
516
456
|
expect(error.requestId).to.be.ok
|
|
@@ -518,9 +458,9 @@ it("teo.v20220901.DescribeApplicationProxies", async function () {
|
|
|
518
458
|
}
|
|
519
459
|
})
|
|
520
460
|
|
|
521
|
-
it("teo.v20220901.
|
|
461
|
+
it("teo.v20220901.DescribeTopL7AnalysisData", async function () {
|
|
522
462
|
try {
|
|
523
|
-
const data = await client.
|
|
463
|
+
const data = await client.DescribeTopL7AnalysisData({})
|
|
524
464
|
expect(data).to.be.ok
|
|
525
465
|
} catch(error) {
|
|
526
466
|
expect(error.requestId).to.be.ok
|
|
@@ -528,9 +468,9 @@ it("teo.v20220901.DescribeTimingL7SourceData", async function () {
|
|
|
528
468
|
}
|
|
529
469
|
})
|
|
530
470
|
|
|
531
|
-
it("teo.v20220901.
|
|
471
|
+
it("teo.v20220901.DescribeDDoSAttackData", async function () {
|
|
532
472
|
try {
|
|
533
|
-
const data = await client.
|
|
473
|
+
const data = await client.DescribeDDoSAttackData({})
|
|
534
474
|
expect(data).to.be.ok
|
|
535
475
|
} catch(error) {
|
|
536
476
|
expect(error.requestId).to.be.ok
|
|
@@ -538,9 +478,9 @@ it("teo.v20220901.DescribeClientRuleList", async function () {
|
|
|
538
478
|
}
|
|
539
479
|
})
|
|
540
480
|
|
|
541
|
-
it("teo.v20220901.
|
|
481
|
+
it("teo.v20220901.DescribeDDoSAttackEvent", async function () {
|
|
542
482
|
try {
|
|
543
|
-
const data = await client.
|
|
483
|
+
const data = await client.DescribeDDoSAttackEvent({})
|
|
544
484
|
expect(data).to.be.ok
|
|
545
485
|
} catch(error) {
|
|
546
486
|
expect(error.requestId).to.be.ok
|
|
@@ -548,9 +488,9 @@ it("teo.v20220901.CreateRule", async function () {
|
|
|
548
488
|
}
|
|
549
489
|
})
|
|
550
490
|
|
|
551
|
-
it("teo.v20220901.
|
|
491
|
+
it("teo.v20220901.ModifySecurityPolicy", async function () {
|
|
552
492
|
try {
|
|
553
|
-
const data = await client.
|
|
493
|
+
const data = await client.ModifySecurityPolicy({})
|
|
554
494
|
expect(data).to.be.ok
|
|
555
495
|
} catch(error) {
|
|
556
496
|
expect(error.requestId).to.be.ok
|
|
@@ -558,9 +498,9 @@ it("teo.v20220901.ModifyApplicationProxy", async function () {
|
|
|
558
498
|
}
|
|
559
499
|
})
|
|
560
500
|
|
|
561
|
-
it("teo.v20220901.
|
|
501
|
+
it("teo.v20220901.DownloadL4Logs", async function () {
|
|
562
502
|
try {
|
|
563
|
-
const data = await client.
|
|
503
|
+
const data = await client.DownloadL4Logs({})
|
|
564
504
|
expect(data).to.be.ok
|
|
565
505
|
} catch(error) {
|
|
566
506
|
expect(error.requestId).to.be.ok
|
|
@@ -568,9 +508,9 @@ it("teo.v20220901.CreateZone", async function () {
|
|
|
568
508
|
}
|
|
569
509
|
})
|
|
570
510
|
|
|
571
|
-
it("teo.v20220901.
|
|
511
|
+
it("teo.v20220901.CreatePrefetchTask", async function () {
|
|
572
512
|
try {
|
|
573
|
-
const data = await client.
|
|
513
|
+
const data = await client.CreatePrefetchTask({})
|
|
574
514
|
expect(data).to.be.ok
|
|
575
515
|
} catch(error) {
|
|
576
516
|
expect(error.requestId).to.be.ok
|
|
@@ -578,9 +518,9 @@ it("teo.v20220901.DescribeWebProtectionClientIpList", async function () {
|
|
|
578
518
|
}
|
|
579
519
|
})
|
|
580
520
|
|
|
581
|
-
it("teo.v20220901.
|
|
521
|
+
it("teo.v20220901.DeleteAliasDomain", async function () {
|
|
582
522
|
try {
|
|
583
|
-
const data = await client.
|
|
523
|
+
const data = await client.DeleteAliasDomain({})
|
|
584
524
|
expect(data).to.be.ok
|
|
585
525
|
} catch(error) {
|
|
586
526
|
expect(error.requestId).to.be.ok
|
|
@@ -588,9 +528,9 @@ it("teo.v20220901.DescribeAvailablePlans", async function () {
|
|
|
588
528
|
}
|
|
589
529
|
})
|
|
590
530
|
|
|
591
|
-
it("teo.v20220901.
|
|
531
|
+
it("teo.v20220901.DescribeOverviewL7Data", async function () {
|
|
592
532
|
try {
|
|
593
|
-
const data = await client.
|
|
533
|
+
const data = await client.DescribeOverviewL7Data({})
|
|
594
534
|
expect(data).to.be.ok
|
|
595
535
|
} catch(error) {
|
|
596
536
|
expect(error.requestId).to.be.ok
|
|
@@ -598,9 +538,9 @@ it("teo.v20220901.ModifySecurityWafGroupPolicy", async function () {
|
|
|
598
538
|
}
|
|
599
539
|
})
|
|
600
540
|
|
|
601
|
-
it("teo.v20220901.
|
|
541
|
+
it("teo.v20220901.BindZoneToPlan", async function () {
|
|
602
542
|
try {
|
|
603
|
-
const data = await client.
|
|
543
|
+
const data = await client.BindZoneToPlan({})
|
|
604
544
|
expect(data).to.be.ok
|
|
605
545
|
} catch(error) {
|
|
606
546
|
expect(error.requestId).to.be.ok
|
|
@@ -608,9 +548,9 @@ it("teo.v20220901.DescribeDnsData", async function () {
|
|
|
608
548
|
}
|
|
609
549
|
})
|
|
610
550
|
|
|
611
|
-
it("teo.v20220901.
|
|
551
|
+
it("teo.v20220901.CreateAccelerationDomain", async function () {
|
|
612
552
|
try {
|
|
613
|
-
const data = await client.
|
|
553
|
+
const data = await client.CreateAccelerationDomain({})
|
|
614
554
|
expect(data).to.be.ok
|
|
615
555
|
} catch(error) {
|
|
616
556
|
expect(error.requestId).to.be.ok
|
|
@@ -618,9 +558,9 @@ it("teo.v20220901.DescribeRulesSetting", async function () {
|
|
|
618
558
|
}
|
|
619
559
|
})
|
|
620
560
|
|
|
621
|
-
it("teo.v20220901.
|
|
561
|
+
it("teo.v20220901.DescribeAliasDomains", async function () {
|
|
622
562
|
try {
|
|
623
|
-
const data = await client.
|
|
563
|
+
const data = await client.DescribeAliasDomains({})
|
|
624
564
|
expect(data).to.be.ok
|
|
625
565
|
} catch(error) {
|
|
626
566
|
expect(error.requestId).to.be.ok
|
|
@@ -628,9 +568,9 @@ it("teo.v20220901.DescribeLogTopicTasks", async function () {
|
|
|
628
568
|
}
|
|
629
569
|
})
|
|
630
570
|
|
|
631
|
-
it("teo.v20220901.
|
|
571
|
+
it("teo.v20220901.ModifyAccelerationDomain", async function () {
|
|
632
572
|
try {
|
|
633
|
-
const data = await client.
|
|
573
|
+
const data = await client.ModifyAccelerationDomain({})
|
|
634
574
|
expect(data).to.be.ok
|
|
635
575
|
} catch(error) {
|
|
636
576
|
expect(error.requestId).to.be.ok
|
|
@@ -648,66 +588,6 @@ it("teo.v20220901.ModifySecurityIPGroup", async function () {
|
|
|
648
588
|
}
|
|
649
589
|
})
|
|
650
590
|
|
|
651
|
-
it("teo.v20220901.DescribeDDoSAttackTopData", async function () {
|
|
652
|
-
try {
|
|
653
|
-
const data = await client.DescribeDDoSAttackTopData({})
|
|
654
|
-
expect(data).to.be.ok
|
|
655
|
-
} catch(error) {
|
|
656
|
-
expect(error.requestId).to.be.ok
|
|
657
|
-
expect(error.code).to.be.ok
|
|
658
|
-
}
|
|
659
|
-
})
|
|
660
|
-
|
|
661
|
-
it("teo.v20220901.ModifyZoneStatus", async function () {
|
|
662
|
-
try {
|
|
663
|
-
const data = await client.ModifyZoneStatus({})
|
|
664
|
-
expect(data).to.be.ok
|
|
665
|
-
} catch(error) {
|
|
666
|
-
expect(error.requestId).to.be.ok
|
|
667
|
-
expect(error.code).to.be.ok
|
|
668
|
-
}
|
|
669
|
-
})
|
|
670
|
-
|
|
671
|
-
it("teo.v20220901.DeleteRules", async function () {
|
|
672
|
-
try {
|
|
673
|
-
const data = await client.DeleteRules({})
|
|
674
|
-
expect(data).to.be.ok
|
|
675
|
-
} catch(error) {
|
|
676
|
-
expect(error.requestId).to.be.ok
|
|
677
|
-
expect(error.code).to.be.ok
|
|
678
|
-
}
|
|
679
|
-
})
|
|
680
|
-
|
|
681
|
-
it("teo.v20220901.DescribeSingleL7AnalysisData", async function () {
|
|
682
|
-
try {
|
|
683
|
-
const data = await client.DescribeSingleL7AnalysisData({})
|
|
684
|
-
expect(data).to.be.ok
|
|
685
|
-
} catch(error) {
|
|
686
|
-
expect(error.requestId).to.be.ok
|
|
687
|
-
expect(error.code).to.be.ok
|
|
688
|
-
}
|
|
689
|
-
})
|
|
690
|
-
|
|
691
|
-
it("teo.v20220901.ModifyDefaultCertificate", async function () {
|
|
692
|
-
try {
|
|
693
|
-
const data = await client.ModifyDefaultCertificate({})
|
|
694
|
-
expect(data).to.be.ok
|
|
695
|
-
} catch(error) {
|
|
696
|
-
expect(error.requestId).to.be.ok
|
|
697
|
-
expect(error.code).to.be.ok
|
|
698
|
-
}
|
|
699
|
-
})
|
|
700
|
-
|
|
701
|
-
it("teo.v20220901.DescribeWebManagedRulesHitRuleDetail", async function () {
|
|
702
|
-
try {
|
|
703
|
-
const data = await client.DescribeWebManagedRulesHitRuleDetail({})
|
|
704
|
-
expect(data).to.be.ok
|
|
705
|
-
} catch(error) {
|
|
706
|
-
expect(error.requestId).to.be.ok
|
|
707
|
-
expect(error.code).to.be.ok
|
|
708
|
-
}
|
|
709
|
-
})
|
|
710
|
-
|
|
711
591
|
it("teo.v20220901.DescribeRules", async function () {
|
|
712
592
|
try {
|
|
713
593
|
const data = await client.DescribeRules({})
|
|
@@ -738,149 +618,9 @@ it("teo.v20220901.DescribeOriginGroup", async function () {
|
|
|
738
618
|
}
|
|
739
619
|
})
|
|
740
620
|
|
|
741
|
-
it("teo.v20220901.
|
|
742
|
-
try {
|
|
743
|
-
const data = await client.ModifyAliasDomain({})
|
|
744
|
-
expect(data).to.be.ok
|
|
745
|
-
} catch(error) {
|
|
746
|
-
expect(error.requestId).to.be.ok
|
|
747
|
-
expect(error.code).to.be.ok
|
|
748
|
-
}
|
|
749
|
-
})
|
|
750
|
-
|
|
751
|
-
it("teo.v20220901.ModifyApplicationProxyRule", async function () {
|
|
752
|
-
try {
|
|
753
|
-
const data = await client.ModifyApplicationProxyRule({})
|
|
754
|
-
expect(data).to.be.ok
|
|
755
|
-
} catch(error) {
|
|
756
|
-
expect(error.requestId).to.be.ok
|
|
757
|
-
expect(error.code).to.be.ok
|
|
758
|
-
}
|
|
759
|
-
})
|
|
760
|
-
|
|
761
|
-
it("teo.v20220901.CreateOriginGroup", async function () {
|
|
762
|
-
try {
|
|
763
|
-
const data = await client.CreateOriginGroup({})
|
|
764
|
-
expect(data).to.be.ok
|
|
765
|
-
} catch(error) {
|
|
766
|
-
expect(error.requestId).to.be.ok
|
|
767
|
-
expect(error.code).to.be.ok
|
|
768
|
-
}
|
|
769
|
-
})
|
|
770
|
-
|
|
771
|
-
it("teo.v20220901.DescribeSpeedTestingDetails", async function () {
|
|
772
|
-
try {
|
|
773
|
-
const data = await client.DescribeSpeedTestingDetails({})
|
|
774
|
-
expect(data).to.be.ok
|
|
775
|
-
} catch(error) {
|
|
776
|
-
expect(error.requestId).to.be.ok
|
|
777
|
-
expect(error.code).to.be.ok
|
|
778
|
-
}
|
|
779
|
-
})
|
|
780
|
-
|
|
781
|
-
it("teo.v20220901.ModifyHostsCertificate", async function () {
|
|
782
|
-
try {
|
|
783
|
-
const data = await client.ModifyHostsCertificate({})
|
|
784
|
-
expect(data).to.be.ok
|
|
785
|
-
} catch(error) {
|
|
786
|
-
expect(error.requestId).to.be.ok
|
|
787
|
-
expect(error.code).to.be.ok
|
|
788
|
-
}
|
|
789
|
-
})
|
|
790
|
-
|
|
791
|
-
it("teo.v20220901.DescribeHostsSetting", async function () {
|
|
792
|
-
try {
|
|
793
|
-
const data = await client.DescribeHostsSetting({})
|
|
794
|
-
expect(data).to.be.ok
|
|
795
|
-
} catch(error) {
|
|
796
|
-
expect(error.requestId).to.be.ok
|
|
797
|
-
expect(error.code).to.be.ok
|
|
798
|
-
}
|
|
799
|
-
})
|
|
800
|
-
|
|
801
|
-
it("teo.v20220901.DescribeOriginProtection", async function () {
|
|
802
|
-
try {
|
|
803
|
-
const data = await client.DescribeOriginProtection({})
|
|
804
|
-
expect(data).to.be.ok
|
|
805
|
-
} catch(error) {
|
|
806
|
-
expect(error.requestId).to.be.ok
|
|
807
|
-
expect(error.code).to.be.ok
|
|
808
|
-
}
|
|
809
|
-
})
|
|
810
|
-
|
|
811
|
-
it("teo.v20220901.DescribeLogSets", async function () {
|
|
812
|
-
try {
|
|
813
|
-
const data = await client.DescribeLogSets({})
|
|
814
|
-
expect(data).to.be.ok
|
|
815
|
-
} catch(error) {
|
|
816
|
-
expect(error.requestId).to.be.ok
|
|
817
|
-
expect(error.code).to.be.ok
|
|
818
|
-
}
|
|
819
|
-
})
|
|
820
|
-
|
|
821
|
-
it("teo.v20220901.DescribeZoneSetting", async function () {
|
|
822
|
-
try {
|
|
823
|
-
const data = await client.DescribeZoneSetting({})
|
|
824
|
-
expect(data).to.be.ok
|
|
825
|
-
} catch(error) {
|
|
826
|
-
expect(error.requestId).to.be.ok
|
|
827
|
-
expect(error.code).to.be.ok
|
|
828
|
-
}
|
|
829
|
-
})
|
|
830
|
-
|
|
831
|
-
it("teo.v20220901.DeleteSecurityIPGroup", async function () {
|
|
832
|
-
try {
|
|
833
|
-
const data = await client.DeleteSecurityIPGroup({})
|
|
834
|
-
expect(data).to.be.ok
|
|
835
|
-
} catch(error) {
|
|
836
|
-
expect(error.requestId).to.be.ok
|
|
837
|
-
expect(error.code).to.be.ok
|
|
838
|
-
}
|
|
839
|
-
})
|
|
840
|
-
|
|
841
|
-
it("teo.v20220901.ReclaimAliasDomain", async function () {
|
|
842
|
-
try {
|
|
843
|
-
const data = await client.ReclaimAliasDomain({})
|
|
844
|
-
expect(data).to.be.ok
|
|
845
|
-
} catch(error) {
|
|
846
|
-
expect(error.requestId).to.be.ok
|
|
847
|
-
expect(error.code).to.be.ok
|
|
848
|
-
}
|
|
849
|
-
})
|
|
850
|
-
|
|
851
|
-
it("teo.v20220901.CreateApplicationProxyRule", async function () {
|
|
852
|
-
try {
|
|
853
|
-
const data = await client.CreateApplicationProxyRule({})
|
|
854
|
-
expect(data).to.be.ok
|
|
855
|
-
} catch(error) {
|
|
856
|
-
expect(error.requestId).to.be.ok
|
|
857
|
-
expect(error.code).to.be.ok
|
|
858
|
-
}
|
|
859
|
-
})
|
|
860
|
-
|
|
861
|
-
it("teo.v20220901.DescribeZones", async function () {
|
|
862
|
-
try {
|
|
863
|
-
const data = await client.DescribeZones({})
|
|
864
|
-
expect(data).to.be.ok
|
|
865
|
-
} catch(error) {
|
|
866
|
-
expect(error.requestId).to.be.ok
|
|
867
|
-
expect(error.code).to.be.ok
|
|
868
|
-
}
|
|
869
|
-
})
|
|
870
|
-
|
|
871
|
-
it("teo.v20220901.ReclaimZone", async function () {
|
|
872
|
-
try {
|
|
873
|
-
const data = await client.ReclaimZone({})
|
|
874
|
-
expect(data).to.be.ok
|
|
875
|
-
} catch(error) {
|
|
876
|
-
expect(error.requestId).to.be.ok
|
|
877
|
-
expect(error.code).to.be.ok
|
|
878
|
-
}
|
|
879
|
-
})
|
|
880
|
-
|
|
881
|
-
it("teo.v20220901.DeleteZone", async function () {
|
|
621
|
+
it("teo.v20220901.ModifyApplicationProxyStatus", async function () {
|
|
882
622
|
try {
|
|
883
|
-
const data = await client.
|
|
623
|
+
const data = await client.ModifyApplicationProxyStatus({})
|
|
884
624
|
expect(data).to.be.ok
|
|
885
625
|
} catch(error) {
|
|
886
626
|
expect(error.requestId).to.be.ok
|
|
@@ -888,9 +628,9 @@ it("teo.v20220901.DeleteZone", async function () {
|
|
|
888
628
|
}
|
|
889
629
|
})
|
|
890
630
|
|
|
891
|
-
it("teo.v20220901.
|
|
631
|
+
it("teo.v20220901.DescribeTimingL7AnalysisData", async function () {
|
|
892
632
|
try {
|
|
893
|
-
const data = await client.
|
|
633
|
+
const data = await client.DescribeTimingL7AnalysisData({})
|
|
894
634
|
expect(data).to.be.ok
|
|
895
635
|
} catch(error) {
|
|
896
636
|
expect(error.requestId).to.be.ok
|
|
@@ -898,9 +638,9 @@ it("teo.v20220901.DescribeDDoSAttackData", async function () {
|
|
|
898
638
|
}
|
|
899
639
|
})
|
|
900
640
|
|
|
901
|
-
it("teo.v20220901.
|
|
641
|
+
it("teo.v20220901.ModifyAliasDomain", async function () {
|
|
902
642
|
try {
|
|
903
|
-
const data = await client.
|
|
643
|
+
const data = await client.ModifyAliasDomain({})
|
|
904
644
|
expect(data).to.be.ok
|
|
905
645
|
} catch(error) {
|
|
906
646
|
expect(error.requestId).to.be.ok
|
|
@@ -908,9 +648,9 @@ it("teo.v20220901.DescribeWebProtectionTopData", async function () {
|
|
|
908
648
|
}
|
|
909
649
|
})
|
|
910
650
|
|
|
911
|
-
it("teo.v20220901.
|
|
651
|
+
it("teo.v20220901.ModifyApplicationProxyRuleStatus", async function () {
|
|
912
652
|
try {
|
|
913
|
-
const data = await client.
|
|
653
|
+
const data = await client.ModifyApplicationProxyRuleStatus({})
|
|
914
654
|
expect(data).to.be.ok
|
|
915
655
|
} catch(error) {
|
|
916
656
|
expect(error.requestId).to.be.ok
|
|
@@ -918,9 +658,9 @@ it("teo.v20220901.DescribeWebManagedRulesData", async function () {
|
|
|
918
658
|
}
|
|
919
659
|
})
|
|
920
660
|
|
|
921
|
-
it("teo.v20220901.
|
|
661
|
+
it("teo.v20220901.DescribeApplicationProxies", async function () {
|
|
922
662
|
try {
|
|
923
|
-
const data = await client.
|
|
663
|
+
const data = await client.DescribeApplicationProxies({})
|
|
924
664
|
expect(data).to.be.ok
|
|
925
665
|
} catch(error) {
|
|
926
666
|
expect(error.requestId).to.be.ok
|