tencentcloud-sdk-nodejs 4.0.516 → 4.0.518
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 +488 -0
- package/SERVICE_CHANGELOG.md +549 -302
- package/package.json +1 -1
- package/products.md +20 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +18 -0
- package/src/services/api/v20201106/api_models.ts +63 -3
- package/src/services/billing/v20180709/billing_models.ts +1 -1
- package/src/services/ccc/v20200210/ccc_client.ts +5 -3
- package/src/services/ccc/v20200210/ccc_models.ts +12 -12
- package/src/services/cdn/v20180606/cdn_models.ts +12 -2
- package/src/services/ckafka/v20190819/ckafka_client.ts +13 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +53 -0
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +1 -1
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +2 -2
- package/src/services/dts/v20211206/dts_client.ts +71 -34
- package/src/services/dts/v20211206/dts_models.ts +285 -116
- package/src/services/faceid/v20180301/faceid_client.ts +1 -26
- package/src/services/faceid/v20180301/faceid_models.ts +25 -98
- package/src/services/hasim/index.ts +5 -0
- package/src/services/hasim/v20210716/hasim_client.ts +309 -0
- package/src/services/hasim/v20210716/hasim_models.ts +1833 -0
- package/src/services/hasim/v20210716/index.ts +6 -0
- package/src/services/index.ts +1 -0
- package/src/services/mongodb/v20190725/mongodb_client.ts +3 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +3 -3
- package/src/services/rum/v20210622/rum_client.ts +19 -7
- package/src/services/rum/v20210622/rum_models.ts +64 -4
- package/src/services/ssa/v20180608/ssa_client.ts +106 -94
- package/src/services/ssa/v20180608/ssa_models.ts +188 -130
- package/src/services/sts/v20180813/sts_models.ts +3 -3
- package/src/services/teo/v20220901/teo_client.ts +708 -1219
- package/src/services/teo/v20220901/teo_models.ts +4787 -8094
- package/src/services/tione/v20211111/tione_models.ts +11 -1
- package/src/services/trtc/v20190722/trtc_models.ts +5 -0
- package/src/services/tts/v20190823/tts_client.ts +1 -0
- package/src/services/vod/v20180717/vod_models.ts +6 -0
- package/src/services/vpc/v20170312/vpc_client.ts +238 -77
- package/src/services/vpc/v20170312/vpc_models.ts +840 -228
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +15 -0
- package/tencentcloud/services/api/v20201106/api_models.d.ts +53 -3
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +4 -2
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +4 -2
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +12 -12
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +46 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +1 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +1 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -2
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +25 -13
- package/tencentcloud/services/dts/v20211206/dts_client.js +36 -18
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +248 -103
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -10
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +0 -13
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +22 -86
- package/tencentcloud/services/hasim/index.d.ts +6 -0
- package/tencentcloud/services/hasim/index.js +7 -0
- package/tencentcloud/services/hasim/v20210716/hasim_client.d.ts +98 -0
- package/tencentcloud/services/hasim/v20210716/hasim_client.js +163 -0
- package/tencentcloud/services/hasim/v20210716/hasim_models.d.ts +1536 -0
- package/tencentcloud/services/hasim/v20210716/hasim_models.js +18 -0
- package/tencentcloud/services/hasim/v20210716/index.d.ts +6 -0
- package/tencentcloud/services/hasim/v20210716/index.js +9 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +3 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +3 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +3 -3
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +7 -3
- package/tencentcloud/services/rum/v20210622/rum_client.js +9 -3
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +54 -4
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +37 -33
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +54 -48
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +158 -109
- package/tencentcloud/services/sts/v20180813/sts_models.d.ts +3 -3
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +149 -309
- package/tencentcloud/services/teo/v20220901/teo_client.js +243 -483
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4305 -7117
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +9 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -0
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +1 -0
- package/tencentcloud/services/tts/v20190823/tts_client.js +1 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +5 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +86 -34
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +119 -41
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +674 -149
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/dts.v20211206.test.js +46 -16
- package/test/faceid.v20180301.test.js +0 -20
- package/test/hasim.v20210716.test.js +241 -0
- package/test/rum.v20210622.test.js +12 -2
- package/test/ssa.v20180608.test.js +44 -34
- package/test/teo.v20220901.test.js +158 -558
- package/test/vpc.v20170312.test.js +146 -16
|
@@ -18,409 +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.DescribeBotClientIpList", async function () {
|
|
32
|
-
try {
|
|
33
|
-
const data = await client.DescribeBotClientIpList({})
|
|
34
|
-
expect(data).to.be.ok
|
|
35
|
-
} catch(error) {
|
|
36
|
-
expect(error.requestId).to.be.ok
|
|
37
|
-
expect(error.code).to.be.ok
|
|
38
|
-
}
|
|
39
|
-
})
|
|
40
|
-
|
|
41
|
-
it("teo.v20220901.CreatePlanForZone", async function () {
|
|
42
|
-
try {
|
|
43
|
-
const data = await client.CreatePlanForZone({})
|
|
44
|
-
expect(data).to.be.ok
|
|
45
|
-
} catch(error) {
|
|
46
|
-
expect(error.requestId).to.be.ok
|
|
47
|
-
expect(error.code).to.be.ok
|
|
48
|
-
}
|
|
49
|
-
})
|
|
50
|
-
|
|
51
|
-
it("teo.v20220901.DescribeContentQuota", async function () {
|
|
52
|
-
try {
|
|
53
|
-
const data = await client.DescribeContentQuota({})
|
|
54
|
-
expect(data).to.be.ok
|
|
55
|
-
} catch(error) {
|
|
56
|
-
expect(error.requestId).to.be.ok
|
|
57
|
-
expect(error.code).to.be.ok
|
|
58
|
-
}
|
|
59
|
-
})
|
|
60
|
-
|
|
61
|
-
it("teo.v20220901.DescribeSecurityGroupManagedRules", async function () {
|
|
62
|
-
try {
|
|
63
|
-
const data = await client.DescribeSecurityGroupManagedRules({})
|
|
64
|
-
expect(data).to.be.ok
|
|
65
|
-
} catch(error) {
|
|
66
|
-
expect(error.requestId).to.be.ok
|
|
67
|
-
expect(error.code).to.be.ok
|
|
68
|
-
}
|
|
69
|
-
})
|
|
70
|
-
|
|
71
|
-
it("teo.v20220901.DescribeWebProtectionAttackEvents", async function () {
|
|
72
|
-
try {
|
|
73
|
-
const data = await client.DescribeWebProtectionAttackEvents({})
|
|
74
|
-
expect(data).to.be.ok
|
|
75
|
-
} catch(error) {
|
|
76
|
-
expect(error.requestId).to.be.ok
|
|
77
|
-
expect(error.code).to.be.ok
|
|
78
|
-
}
|
|
79
|
-
})
|
|
80
|
-
|
|
81
|
-
it("teo.v20220901.DescribeIdentifications", async function () {
|
|
82
|
-
try {
|
|
83
|
-
const data = await client.DescribeIdentifications({})
|
|
84
|
-
expect(data).to.be.ok
|
|
85
|
-
} catch(error) {
|
|
86
|
-
expect(error.requestId).to.be.ok
|
|
87
|
-
expect(error.code).to.be.ok
|
|
88
|
-
}
|
|
89
|
-
})
|
|
90
|
-
|
|
91
|
-
it("teo.v20220901.ModifyZone", async function () {
|
|
92
|
-
try {
|
|
93
|
-
const data = await client.ModifyZone({})
|
|
94
|
-
expect(data).to.be.ok
|
|
95
|
-
} catch(error) {
|
|
96
|
-
expect(error.requestId).to.be.ok
|
|
97
|
-
expect(error.code).to.be.ok
|
|
98
|
-
}
|
|
99
|
-
})
|
|
100
|
-
|
|
101
|
-
it("teo.v20220901.ModifyDDoSPolicyHost", async function () {
|
|
102
|
-
try {
|
|
103
|
-
const data = await client.ModifyDDoSPolicyHost({})
|
|
104
|
-
expect(data).to.be.ok
|
|
105
|
-
} catch(error) {
|
|
106
|
-
expect(error.requestId).to.be.ok
|
|
107
|
-
expect(error.code).to.be.ok
|
|
108
|
-
}
|
|
109
|
-
})
|
|
110
|
-
|
|
111
|
-
it("teo.v20220901.DescribeTimingL4AccessData", async function () {
|
|
112
|
-
try {
|
|
113
|
-
const data = await client.DescribeTimingL4AccessData({})
|
|
114
|
-
expect(data).to.be.ok
|
|
115
|
-
} catch(error) {
|
|
116
|
-
expect(error.requestId).to.be.ok
|
|
117
|
-
expect(error.code).to.be.ok
|
|
118
|
-
}
|
|
119
|
-
})
|
|
120
|
-
|
|
121
|
-
it("teo.v20220901.IdentifyZone", async function () {
|
|
122
|
-
try {
|
|
123
|
-
const data = await client.IdentifyZone({})
|
|
124
|
-
expect(data).to.be.ok
|
|
125
|
-
} catch(error) {
|
|
126
|
-
expect(error.requestId).to.be.ok
|
|
127
|
-
expect(error.code).to.be.ok
|
|
128
|
-
}
|
|
129
|
-
})
|
|
130
|
-
|
|
131
|
-
it("teo.v20220901.DescribeDefaultCertificates", async function () {
|
|
132
|
-
try {
|
|
133
|
-
const data = await client.DescribeDefaultCertificates({})
|
|
134
|
-
expect(data).to.be.ok
|
|
135
|
-
} catch(error) {
|
|
136
|
-
expect(error.requestId).to.be.ok
|
|
137
|
-
expect(error.code).to.be.ok
|
|
138
|
-
}
|
|
139
|
-
})
|
|
140
|
-
|
|
141
|
-
it("teo.v20220901.ModifyOriginGroup", async function () {
|
|
142
|
-
try {
|
|
143
|
-
const data = await client.ModifyOriginGroup({})
|
|
144
|
-
expect(data).to.be.ok
|
|
145
|
-
} catch(error) {
|
|
146
|
-
expect(error.requestId).to.be.ok
|
|
147
|
-
expect(error.code).to.be.ok
|
|
148
|
-
}
|
|
149
|
-
})
|
|
150
|
-
|
|
151
|
-
it("teo.v20220901.ModifyRule", async function () {
|
|
152
|
-
try {
|
|
153
|
-
const data = await client.ModifyRule({})
|
|
154
|
-
expect(data).to.be.ok
|
|
155
|
-
} catch(error) {
|
|
156
|
-
expect(error.requestId).to.be.ok
|
|
157
|
-
expect(error.code).to.be.ok
|
|
158
|
-
}
|
|
159
|
-
})
|
|
160
|
-
|
|
161
|
-
it("teo.v20220901.ModifyLogTopicTask", async function () {
|
|
162
|
-
try {
|
|
163
|
-
const data = await client.ModifyLogTopicTask({})
|
|
164
|
-
expect(data).to.be.ok
|
|
165
|
-
} catch(error) {
|
|
166
|
-
expect(error.requestId).to.be.ok
|
|
167
|
-
expect(error.code).to.be.ok
|
|
168
|
-
}
|
|
169
|
-
})
|
|
170
|
-
|
|
171
|
-
it("teo.v20220901.DescribeSecurityPortraitRules", async function () {
|
|
172
|
-
try {
|
|
173
|
-
const data = await client.DescribeSecurityPortraitRules({})
|
|
174
|
-
expect(data).to.be.ok
|
|
175
|
-
} catch(error) {
|
|
176
|
-
expect(error.requestId).to.be.ok
|
|
177
|
-
expect(error.code).to.be.ok
|
|
178
|
-
}
|
|
179
|
-
})
|
|
180
|
-
|
|
181
|
-
it("teo.v20220901.DeleteApplicationProxy", async function () {
|
|
182
|
-
try {
|
|
183
|
-
const data = await client.DeleteApplicationProxy({})
|
|
184
|
-
expect(data).to.be.ok
|
|
185
|
-
} catch(error) {
|
|
186
|
-
expect(error.requestId).to.be.ok
|
|
187
|
-
expect(error.code).to.be.ok
|
|
188
|
-
}
|
|
189
|
-
})
|
|
190
|
-
|
|
191
|
-
it("teo.v20220901.DescribeWebManagedRulesLog", async function () {
|
|
192
|
-
try {
|
|
193
|
-
const data = await client.DescribeWebManagedRulesLog({})
|
|
194
|
-
expect(data).to.be.ok
|
|
195
|
-
} catch(error) {
|
|
196
|
-
expect(error.requestId).to.be.ok
|
|
197
|
-
expect(error.code).to.be.ok
|
|
198
|
-
}
|
|
199
|
-
})
|
|
200
|
-
|
|
201
|
-
it("teo.v20220901.CreateCredential", async function () {
|
|
202
|
-
try {
|
|
203
|
-
const data = await client.CreateCredential({})
|
|
204
|
-
expect(data).to.be.ok
|
|
205
|
-
} catch(error) {
|
|
206
|
-
expect(error.requestId).to.be.ok
|
|
207
|
-
expect(error.code).to.be.ok
|
|
208
|
-
}
|
|
209
|
-
})
|
|
210
|
-
|
|
211
|
-
it("teo.v20220901.DownloadL7Logs", async function () {
|
|
212
|
-
try {
|
|
213
|
-
const data = await client.DownloadL7Logs({})
|
|
214
|
-
expect(data).to.be.ok
|
|
215
|
-
} catch(error) {
|
|
216
|
-
expect(error.requestId).to.be.ok
|
|
217
|
-
expect(error.code).to.be.ok
|
|
218
|
-
}
|
|
219
|
-
})
|
|
220
|
-
|
|
221
|
-
it("teo.v20220901.DeleteApplicationProxyRule", async function () {
|
|
222
|
-
try {
|
|
223
|
-
const data = await client.DeleteApplicationProxyRule({})
|
|
224
|
-
expect(data).to.be.ok
|
|
225
|
-
} catch(error) {
|
|
226
|
-
expect(error.requestId).to.be.ok
|
|
227
|
-
expect(error.code).to.be.ok
|
|
228
|
-
}
|
|
229
|
-
})
|
|
230
|
-
|
|
231
|
-
it("teo.v20220901.DescribeWebProtectionData", async function () {
|
|
232
|
-
try {
|
|
233
|
-
const data = await client.DescribeWebProtectionData({})
|
|
234
|
-
expect(data).to.be.ok
|
|
235
|
-
} catch(error) {
|
|
236
|
-
expect(error.requestId).to.be.ok
|
|
237
|
-
expect(error.code).to.be.ok
|
|
238
|
-
}
|
|
239
|
-
})
|
|
240
|
-
|
|
241
|
-
it("teo.v20220901.DescribeDDoSAttackSourceEvent", async function () {
|
|
242
|
-
try {
|
|
243
|
-
const data = await client.DescribeDDoSAttackSourceEvent({})
|
|
244
|
-
expect(data).to.be.ok
|
|
245
|
-
} catch(error) {
|
|
246
|
-
expect(error.requestId).to.be.ok
|
|
247
|
-
expect(error.code).to.be.ok
|
|
248
|
-
}
|
|
249
|
-
})
|
|
250
|
-
|
|
251
|
-
it("teo.v20220901.CreateLogSet", async function () {
|
|
252
|
-
try {
|
|
253
|
-
const data = await client.CreateLogSet({})
|
|
254
|
-
expect(data).to.be.ok
|
|
255
|
-
} catch(error) {
|
|
256
|
-
expect(error.requestId).to.be.ok
|
|
257
|
-
expect(error.code).to.be.ok
|
|
258
|
-
}
|
|
259
|
-
})
|
|
260
|
-
|
|
261
|
-
it("teo.v20220901.ReclaimAliasDomain", async function () {
|
|
262
|
-
try {
|
|
263
|
-
const data = await client.ReclaimAliasDomain({})
|
|
264
|
-
expect(data).to.be.ok
|
|
265
|
-
} catch(error) {
|
|
266
|
-
expect(error.requestId).to.be.ok
|
|
267
|
-
expect(error.code).to.be.ok
|
|
268
|
-
}
|
|
269
|
-
})
|
|
270
|
-
|
|
271
|
-
it("teo.v20220901.ModifyAlarmConfig", async function () {
|
|
272
|
-
try {
|
|
273
|
-
const data = await client.ModifyAlarmConfig({})
|
|
274
|
-
expect(data).to.be.ok
|
|
275
|
-
} catch(error) {
|
|
276
|
-
expect(error.requestId).to.be.ok
|
|
277
|
-
expect(error.code).to.be.ok
|
|
278
|
-
}
|
|
279
|
-
})
|
|
280
|
-
|
|
281
|
-
it("teo.v20220901.DeleteLogTopicTask", async function () {
|
|
282
|
-
try {
|
|
283
|
-
const data = await client.DeleteLogTopicTask({})
|
|
284
|
-
expect(data).to.be.ok
|
|
285
|
-
} catch(error) {
|
|
286
|
-
expect(error.requestId).to.be.ok
|
|
287
|
-
expect(error.code).to.be.ok
|
|
288
|
-
}
|
|
289
|
-
})
|
|
290
|
-
|
|
291
|
-
it("teo.v20220901.CreatePrefetchTask", async function () {
|
|
292
|
-
try {
|
|
293
|
-
const data = await client.CreatePrefetchTask({})
|
|
294
|
-
expect(data).to.be.ok
|
|
295
|
-
} catch(error) {
|
|
296
|
-
expect(error.requestId).to.be.ok
|
|
297
|
-
expect(error.code).to.be.ok
|
|
298
|
-
}
|
|
299
|
-
})
|
|
300
|
-
|
|
301
|
-
it("teo.v20220901.DeleteAliasDomain", async function () {
|
|
302
|
-
try {
|
|
303
|
-
const data = await client.DeleteAliasDomain({})
|
|
304
|
-
expect(data).to.be.ok
|
|
305
|
-
} catch(error) {
|
|
306
|
-
expect(error.requestId).to.be.ok
|
|
307
|
-
expect(error.code).to.be.ok
|
|
308
|
-
}
|
|
309
|
-
})
|
|
310
|
-
|
|
311
|
-
it("teo.v20220901.DescribeOverviewL7Data", async function () {
|
|
312
|
-
try {
|
|
313
|
-
const data = await client.DescribeOverviewL7Data({})
|
|
314
|
-
expect(data).to.be.ok
|
|
315
|
-
} catch(error) {
|
|
316
|
-
expect(error.requestId).to.be.ok
|
|
317
|
-
expect(error.code).to.be.ok
|
|
318
|
-
}
|
|
319
|
-
})
|
|
320
|
-
|
|
321
|
-
it("teo.v20220901.DescribeAddableEntityList", async function () {
|
|
322
|
-
try {
|
|
323
|
-
const data = await client.DescribeAddableEntityList({})
|
|
324
|
-
expect(data).to.be.ok
|
|
325
|
-
} catch(error) {
|
|
326
|
-
expect(error.requestId).to.be.ok
|
|
327
|
-
expect(error.code).to.be.ok
|
|
328
|
-
}
|
|
329
|
-
})
|
|
330
|
-
|
|
331
|
-
it("teo.v20220901.CheckCertificate", async function () {
|
|
332
|
-
try {
|
|
333
|
-
const data = await client.CheckCertificate({})
|
|
334
|
-
expect(data).to.be.ok
|
|
335
|
-
} catch(error) {
|
|
336
|
-
expect(error.requestId).to.be.ok
|
|
337
|
-
expect(error.code).to.be.ok
|
|
338
|
-
}
|
|
339
|
-
})
|
|
340
|
-
|
|
341
|
-
it("teo.v20220901.CreateReplayTask", async function () {
|
|
342
|
-
try {
|
|
343
|
-
const data = await client.CreateReplayTask({})
|
|
344
|
-
expect(data).to.be.ok
|
|
345
|
-
} catch(error) {
|
|
346
|
-
expect(error.requestId).to.be.ok
|
|
347
|
-
expect(error.code).to.be.ok
|
|
348
|
-
}
|
|
349
|
-
})
|
|
350
|
-
|
|
351
|
-
it("teo.v20220901.DescribeSpeedTestingQuota", async function () {
|
|
352
|
-
try {
|
|
353
|
-
const data = await client.DescribeSpeedTestingQuota({})
|
|
354
|
-
expect(data).to.be.ok
|
|
355
|
-
} catch(error) {
|
|
356
|
-
expect(error.requestId).to.be.ok
|
|
357
|
-
expect(error.code).to.be.ok
|
|
358
|
-
}
|
|
359
|
-
})
|
|
360
|
-
|
|
361
|
-
it("teo.v20220901.CreateSpeedTesting", async function () {
|
|
362
|
-
try {
|
|
363
|
-
const data = await client.CreateSpeedTesting({})
|
|
364
|
-
expect(data).to.be.ok
|
|
365
|
-
} catch(error) {
|
|
366
|
-
expect(error.requestId).to.be.ok
|
|
367
|
-
expect(error.code).to.be.ok
|
|
368
|
-
}
|
|
369
|
-
})
|
|
370
|
-
|
|
371
|
-
it("teo.v20220901.DescribeSecurityPolicyRegions", async function () {
|
|
372
|
-
try {
|
|
373
|
-
const data = await client.DescribeSecurityPolicyRegions({})
|
|
374
|
-
expect(data).to.be.ok
|
|
375
|
-
} catch(error) {
|
|
376
|
-
expect(error.requestId).to.be.ok
|
|
377
|
-
expect(error.code).to.be.ok
|
|
378
|
-
}
|
|
379
|
-
})
|
|
380
|
-
|
|
381
|
-
it("teo.v20220901.DescribeSpeedTestingMetricData", async function () {
|
|
382
|
-
try {
|
|
383
|
-
const data = await client.DescribeSpeedTestingMetricData({})
|
|
384
|
-
expect(data).to.be.ok
|
|
385
|
-
} catch(error) {
|
|
386
|
-
expect(error.requestId).to.be.ok
|
|
387
|
-
expect(error.code).to.be.ok
|
|
388
|
-
}
|
|
389
|
-
})
|
|
390
|
-
|
|
391
|
-
it("teo.v20220901.ModifyZoneSetting", async function () {
|
|
392
|
-
try {
|
|
393
|
-
const data = await client.ModifyZoneSetting({})
|
|
394
|
-
expect(data).to.be.ok
|
|
395
|
-
} catch(error) {
|
|
396
|
-
expect(error.requestId).to.be.ok
|
|
397
|
-
expect(error.code).to.be.ok
|
|
398
|
-
}
|
|
399
|
-
})
|
|
400
|
-
|
|
401
|
-
it("teo.v20220901.DescribeDDoSMajorAttackEvent", async function () {
|
|
402
|
-
try {
|
|
403
|
-
const data = await client.DescribeDDoSMajorAttackEvent({})
|
|
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.ModifyApplicationProxyRuleStatus", async function () {
|
|
412
|
-
try {
|
|
413
|
-
const data = await client.ModifyApplicationProxyRuleStatus({})
|
|
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.DescribeSecurityPolicyList", async function () {
|
|
21
|
+
it("teo.v20220901.ModifyApplicationProxyRule", async function () {
|
|
422
22
|
try {
|
|
423
|
-
const data = await client.
|
|
23
|
+
const data = await client.ModifyApplicationProxyRule({})
|
|
424
24
|
expect(data).to.be.ok
|
|
425
25
|
} catch(error) {
|
|
426
26
|
expect(error.requestId).to.be.ok
|
|
@@ -428,9 +28,9 @@ it("teo.v20220901.DescribeSecurityPolicyList", async function () {
|
|
|
428
28
|
}
|
|
429
29
|
})
|
|
430
30
|
|
|
431
|
-
it("teo.v20220901.
|
|
31
|
+
it("teo.v20220901.DeleteOriginGroup", async function () {
|
|
432
32
|
try {
|
|
433
|
-
const data = await client.
|
|
33
|
+
const data = await client.DeleteOriginGroup({})
|
|
434
34
|
expect(data).to.be.ok
|
|
435
35
|
} catch(error) {
|
|
436
36
|
expect(error.requestId).to.be.ok
|
|
@@ -438,9 +38,9 @@ it("teo.v20220901.DescribePrefetchTasks", async function () {
|
|
|
438
38
|
}
|
|
439
39
|
})
|
|
440
40
|
|
|
441
|
-
it("teo.v20220901.
|
|
41
|
+
it("teo.v20220901.DeleteZone", async function () {
|
|
442
42
|
try {
|
|
443
|
-
const data = await client.
|
|
43
|
+
const data = await client.DeleteZone({})
|
|
444
44
|
expect(data).to.be.ok
|
|
445
45
|
} catch(error) {
|
|
446
46
|
expect(error.requestId).to.be.ok
|
|
@@ -448,9 +48,9 @@ it("teo.v20220901.CreateSecurityDropPage", async function () {
|
|
|
448
48
|
}
|
|
449
49
|
})
|
|
450
50
|
|
|
451
|
-
it("teo.v20220901.
|
|
51
|
+
it("teo.v20220901.CreatePurgeTask", async function () {
|
|
452
52
|
try {
|
|
453
|
-
const data = await client.
|
|
53
|
+
const data = await client.CreatePurgeTask({})
|
|
454
54
|
expect(data).to.be.ok
|
|
455
55
|
} catch(error) {
|
|
456
56
|
expect(error.requestId).to.be.ok
|
|
@@ -458,9 +58,9 @@ it("teo.v20220901.DeleteOriginGroup", async function () {
|
|
|
458
58
|
}
|
|
459
59
|
})
|
|
460
60
|
|
|
461
|
-
it("teo.v20220901.
|
|
61
|
+
it("teo.v20220901.CreateOriginGroup", async function () {
|
|
462
62
|
try {
|
|
463
|
-
const data = await client.
|
|
63
|
+
const data = await client.CreateOriginGroup({})
|
|
464
64
|
expect(data).to.be.ok
|
|
465
65
|
} catch(error) {
|
|
466
66
|
expect(error.requestId).to.be.ok
|
|
@@ -468,9 +68,9 @@ it("teo.v20220901.UpdateOriginProtectionIPWhitelist", async function () {
|
|
|
468
68
|
}
|
|
469
69
|
})
|
|
470
70
|
|
|
471
|
-
it("teo.v20220901.
|
|
71
|
+
it("teo.v20220901.DescribePurgeTasks", async function () {
|
|
472
72
|
try {
|
|
473
|
-
const data = await client.
|
|
73
|
+
const data = await client.DescribePurgeTasks({})
|
|
474
74
|
expect(data).to.be.ok
|
|
475
75
|
} catch(error) {
|
|
476
76
|
expect(error.requestId).to.be.ok
|
|
@@ -478,9 +78,9 @@ it("teo.v20220901.DownloadL4Logs", async function () {
|
|
|
478
78
|
}
|
|
479
79
|
})
|
|
480
80
|
|
|
481
|
-
it("teo.v20220901.
|
|
81
|
+
it("teo.v20220901.ModifyZoneSetting", async function () {
|
|
482
82
|
try {
|
|
483
|
-
const data = await client.
|
|
83
|
+
const data = await client.ModifyZoneSetting({})
|
|
484
84
|
expect(data).to.be.ok
|
|
485
85
|
} catch(error) {
|
|
486
86
|
expect(error.requestId).to.be.ok
|
|
@@ -488,9 +88,9 @@ it("teo.v20220901.DescribePurgeTasks", async function () {
|
|
|
488
88
|
}
|
|
489
89
|
})
|
|
490
90
|
|
|
491
|
-
it("teo.v20220901.
|
|
91
|
+
it("teo.v20220901.DescribeTimingL7CacheData", async function () {
|
|
492
92
|
try {
|
|
493
|
-
const data = await client.
|
|
93
|
+
const data = await client.DescribeTimingL7CacheData({})
|
|
494
94
|
expect(data).to.be.ok
|
|
495
95
|
} catch(error) {
|
|
496
96
|
expect(error.requestId).to.be.ok
|
|
@@ -498,9 +98,9 @@ it("teo.v20220901.CreateLogTopicTask", async function () {
|
|
|
498
98
|
}
|
|
499
99
|
})
|
|
500
100
|
|
|
501
|
-
it("teo.v20220901.
|
|
101
|
+
it("teo.v20220901.DescribeSpeedTestingDetails", async function () {
|
|
502
102
|
try {
|
|
503
|
-
const data = await client.
|
|
103
|
+
const data = await client.DescribeSpeedTestingDetails({})
|
|
504
104
|
expect(data).to.be.ok
|
|
505
105
|
} catch(error) {
|
|
506
106
|
expect(error.requestId).to.be.ok
|
|
@@ -508,9 +108,9 @@ it("teo.v20220901.DescribeTimingL7CacheData", async function () {
|
|
|
508
108
|
}
|
|
509
109
|
})
|
|
510
110
|
|
|
511
|
-
it("teo.v20220901.
|
|
111
|
+
it("teo.v20220901.DescribeClientRuleList", async function () {
|
|
512
112
|
try {
|
|
513
|
-
const data = await client.
|
|
113
|
+
const data = await client.DescribeClientRuleList({})
|
|
514
114
|
expect(data).to.be.ok
|
|
515
115
|
} catch(error) {
|
|
516
116
|
expect(error.requestId).to.be.ok
|
|
@@ -518,9 +118,9 @@ it("teo.v20220901.DescribeBotData", async function () {
|
|
|
518
118
|
}
|
|
519
119
|
})
|
|
520
120
|
|
|
521
|
-
it("teo.v20220901.
|
|
121
|
+
it("teo.v20220901.CreateRule", async function () {
|
|
522
122
|
try {
|
|
523
|
-
const data = await client.
|
|
123
|
+
const data = await client.CreateRule({})
|
|
524
124
|
expect(data).to.be.ok
|
|
525
125
|
} catch(error) {
|
|
526
126
|
expect(error.requestId).to.be.ok
|
|
@@ -528,9 +128,9 @@ it("teo.v20220901.CreateAliasDomain", async function () {
|
|
|
528
128
|
}
|
|
529
129
|
})
|
|
530
130
|
|
|
531
|
-
it("teo.v20220901.
|
|
131
|
+
it("teo.v20220901.CreatePlanForZone", async function () {
|
|
532
132
|
try {
|
|
533
|
-
const data = await client.
|
|
133
|
+
const data = await client.CreatePlanForZone({})
|
|
534
134
|
expect(data).to.be.ok
|
|
535
135
|
} catch(error) {
|
|
536
136
|
expect(error.requestId).to.be.ok
|
|
@@ -538,9 +138,9 @@ it("teo.v20220901.DescribeWebProtectionHitRuleDetail", async function () {
|
|
|
538
138
|
}
|
|
539
139
|
})
|
|
540
140
|
|
|
541
|
-
it("teo.v20220901.
|
|
141
|
+
it("teo.v20220901.DescribeContentQuota", async function () {
|
|
542
142
|
try {
|
|
543
|
-
const data = await client.
|
|
143
|
+
const data = await client.DescribeContentQuota({})
|
|
544
144
|
expect(data).to.be.ok
|
|
545
145
|
} catch(error) {
|
|
546
146
|
expect(error.requestId).to.be.ok
|
|
@@ -548,9 +148,9 @@ it("teo.v20220901.ModifyAliasDomainStatus", async function () {
|
|
|
548
148
|
}
|
|
549
149
|
})
|
|
550
150
|
|
|
551
|
-
it("teo.v20220901.
|
|
151
|
+
it("teo.v20220901.DownloadL4Logs", async function () {
|
|
552
152
|
try {
|
|
553
|
-
const data = await client.
|
|
153
|
+
const data = await client.DownloadL4Logs({})
|
|
554
154
|
expect(data).to.be.ok
|
|
555
155
|
} catch(error) {
|
|
556
156
|
expect(error.requestId).to.be.ok
|
|
@@ -558,9 +158,9 @@ it("teo.v20220901.DescribeTopL7CacheData", async function () {
|
|
|
558
158
|
}
|
|
559
159
|
})
|
|
560
160
|
|
|
561
|
-
it("teo.v20220901.
|
|
161
|
+
it("teo.v20220901.ModifyApplicationProxy", async function () {
|
|
562
162
|
try {
|
|
563
|
-
const data = await client.
|
|
163
|
+
const data = await client.ModifyApplicationProxy({})
|
|
564
164
|
expect(data).to.be.ok
|
|
565
165
|
} catch(error) {
|
|
566
166
|
expect(error.requestId).to.be.ok
|
|
@@ -568,9 +168,9 @@ it("teo.v20220901.DescribeTimingL4Data", async function () {
|
|
|
568
168
|
}
|
|
569
169
|
})
|
|
570
170
|
|
|
571
|
-
it("teo.v20220901.
|
|
171
|
+
it("teo.v20220901.DescribeIdentifications", async function () {
|
|
572
172
|
try {
|
|
573
|
-
const data = await client.
|
|
173
|
+
const data = await client.DescribeIdentifications({})
|
|
574
174
|
expect(data).to.be.ok
|
|
575
175
|
} catch(error) {
|
|
576
176
|
expect(error.requestId).to.be.ok
|
|
@@ -578,9 +178,9 @@ it("teo.v20220901.DescribeSecurityRuleId", async function () {
|
|
|
578
178
|
}
|
|
579
179
|
})
|
|
580
180
|
|
|
581
|
-
it("teo.v20220901.
|
|
181
|
+
it("teo.v20220901.CreateZone", async function () {
|
|
582
182
|
try {
|
|
583
|
-
const data = await client.
|
|
183
|
+
const data = await client.CreateZone({})
|
|
584
184
|
expect(data).to.be.ok
|
|
585
185
|
} catch(error) {
|
|
586
186
|
expect(error.requestId).to.be.ok
|
|
@@ -588,9 +188,9 @@ it("teo.v20220901.DescribeTopL7AnalysisData", async function () {
|
|
|
588
188
|
}
|
|
589
189
|
})
|
|
590
190
|
|
|
591
|
-
it("teo.v20220901.
|
|
191
|
+
it("teo.v20220901.ModifyZone", async function () {
|
|
592
192
|
try {
|
|
593
|
-
const data = await client.
|
|
193
|
+
const data = await client.ModifyZone({})
|
|
594
194
|
expect(data).to.be.ok
|
|
595
195
|
} catch(error) {
|
|
596
196
|
expect(error.requestId).to.be.ok
|
|
@@ -598,9 +198,9 @@ it("teo.v20220901.ModifySecurityPolicy", async function () {
|
|
|
598
198
|
}
|
|
599
199
|
})
|
|
600
200
|
|
|
601
|
-
it("teo.v20220901.
|
|
201
|
+
it("teo.v20220901.DescribeWebManagedRulesLog", async function () {
|
|
602
202
|
try {
|
|
603
|
-
const data = await client.
|
|
203
|
+
const data = await client.DescribeWebManagedRulesLog({})
|
|
604
204
|
expect(data).to.be.ok
|
|
605
205
|
} catch(error) {
|
|
606
206
|
expect(error.requestId).to.be.ok
|
|
@@ -608,9 +208,9 @@ it("teo.v20220901.DescribeLogTopicTaskDetail", async function () {
|
|
|
608
208
|
}
|
|
609
209
|
})
|
|
610
210
|
|
|
611
|
-
it("teo.v20220901.
|
|
211
|
+
it("teo.v20220901.DescribeHostsSetting", async function () {
|
|
612
212
|
try {
|
|
613
|
-
const data = await client.
|
|
213
|
+
const data = await client.DescribeHostsSetting({})
|
|
614
214
|
expect(data).to.be.ok
|
|
615
215
|
} catch(error) {
|
|
616
216
|
expect(error.requestId).to.be.ok
|
|
@@ -618,9 +218,9 @@ it("teo.v20220901.ModifyRulePriority", async function () {
|
|
|
618
218
|
}
|
|
619
219
|
})
|
|
620
220
|
|
|
621
|
-
it("teo.v20220901.
|
|
221
|
+
it("teo.v20220901.DescribeWebProtectionClientIpList", async function () {
|
|
622
222
|
try {
|
|
623
|
-
const data = await client.
|
|
223
|
+
const data = await client.DescribeWebProtectionClientIpList({})
|
|
624
224
|
expect(data).to.be.ok
|
|
625
225
|
} catch(error) {
|
|
626
226
|
expect(error.requestId).to.be.ok
|
|
@@ -628,9 +228,9 @@ it("teo.v20220901.BindZoneToPlan", async function () {
|
|
|
628
228
|
}
|
|
629
229
|
})
|
|
630
230
|
|
|
631
|
-
it("teo.v20220901.
|
|
231
|
+
it("teo.v20220901.DescribeAvailablePlans", async function () {
|
|
632
232
|
try {
|
|
633
|
-
const data = await client.
|
|
233
|
+
const data = await client.DescribeAvailablePlans({})
|
|
634
234
|
expect(data).to.be.ok
|
|
635
235
|
} catch(error) {
|
|
636
236
|
expect(error.requestId).to.be.ok
|
|
@@ -638,9 +238,9 @@ it("teo.v20220901.DescribeDDoSAttackEvent", async function () {
|
|
|
638
238
|
}
|
|
639
239
|
})
|
|
640
240
|
|
|
641
|
-
it("teo.v20220901.
|
|
241
|
+
it("teo.v20220901.DescribeWebProtectionTopData", async function () {
|
|
642
242
|
try {
|
|
643
|
-
const data = await client.
|
|
243
|
+
const data = await client.DescribeWebProtectionTopData({})
|
|
644
244
|
expect(data).to.be.ok
|
|
645
245
|
} catch(error) {
|
|
646
246
|
expect(error.requestId).to.be.ok
|
|
@@ -648,9 +248,9 @@ it("teo.v20220901.DescribeBotManagedRules", async function () {
|
|
|
648
248
|
}
|
|
649
249
|
})
|
|
650
250
|
|
|
651
|
-
it("teo.v20220901.
|
|
251
|
+
it("teo.v20220901.ModifySecurityWafGroupPolicy", async function () {
|
|
652
252
|
try {
|
|
653
|
-
const data = await client.
|
|
253
|
+
const data = await client.ModifySecurityWafGroupPolicy({})
|
|
654
254
|
expect(data).to.be.ok
|
|
655
255
|
} catch(error) {
|
|
656
256
|
expect(error.requestId).to.be.ok
|
|
@@ -658,9 +258,9 @@ it("teo.v20220901.ModifyApplicationProxyStatus", async function () {
|
|
|
658
258
|
}
|
|
659
259
|
})
|
|
660
260
|
|
|
661
|
-
it("teo.v20220901.
|
|
261
|
+
it("teo.v20220901.IdentifyZone", async function () {
|
|
662
262
|
try {
|
|
663
|
-
const data = await client.
|
|
263
|
+
const data = await client.IdentifyZone({})
|
|
664
264
|
expect(data).to.be.ok
|
|
665
265
|
} catch(error) {
|
|
666
266
|
expect(error.requestId).to.be.ok
|
|
@@ -668,9 +268,9 @@ it("teo.v20220901.DescribeTimingL7AnalysisData", async function () {
|
|
|
668
268
|
}
|
|
669
269
|
})
|
|
670
270
|
|
|
671
|
-
it("teo.v20220901.
|
|
271
|
+
it("teo.v20220901.ModifyAliasDomainStatus", async function () {
|
|
672
272
|
try {
|
|
673
|
-
const data = await client.
|
|
273
|
+
const data = await client.ModifyAliasDomainStatus({})
|
|
674
274
|
expect(data).to.be.ok
|
|
675
275
|
} catch(error) {
|
|
676
276
|
expect(error.requestId).to.be.ok
|
|
@@ -678,9 +278,9 @@ it("teo.v20220901.DescribeApplicationProxies", async function () {
|
|
|
678
278
|
}
|
|
679
279
|
})
|
|
680
280
|
|
|
681
|
-
it("teo.v20220901.
|
|
281
|
+
it("teo.v20220901.DescribeOriginProtection", async function () {
|
|
682
282
|
try {
|
|
683
|
-
const data = await client.
|
|
283
|
+
const data = await client.DescribeOriginProtection({})
|
|
684
284
|
expect(data).to.be.ok
|
|
685
285
|
} catch(error) {
|
|
686
286
|
expect(error.requestId).to.be.ok
|
|
@@ -688,9 +288,9 @@ it("teo.v20220901.DescribeClientRuleList", async function () {
|
|
|
688
288
|
}
|
|
689
289
|
})
|
|
690
290
|
|
|
691
|
-
it("teo.v20220901.
|
|
291
|
+
it("teo.v20220901.DescribeDefaultCertificates", async function () {
|
|
692
292
|
try {
|
|
693
|
-
const data = await client.
|
|
293
|
+
const data = await client.DescribeDefaultCertificates({})
|
|
694
294
|
expect(data).to.be.ok
|
|
695
295
|
} catch(error) {
|
|
696
296
|
expect(error.requestId).to.be.ok
|
|
@@ -698,9 +298,9 @@ it("teo.v20220901.CreateRule", async function () {
|
|
|
698
298
|
}
|
|
699
299
|
})
|
|
700
300
|
|
|
701
|
-
it("teo.v20220901.
|
|
301
|
+
it("teo.v20220901.ModifyHostsCertificate", async function () {
|
|
702
302
|
try {
|
|
703
|
-
const data = await client.
|
|
303
|
+
const data = await client.ModifyHostsCertificate({})
|
|
704
304
|
expect(data).to.be.ok
|
|
705
305
|
} catch(error) {
|
|
706
306
|
expect(error.requestId).to.be.ok
|
|
@@ -708,9 +308,9 @@ it("teo.v20220901.ModifyApplicationProxy", async function () {
|
|
|
708
308
|
}
|
|
709
309
|
})
|
|
710
310
|
|
|
711
|
-
it("teo.v20220901.
|
|
311
|
+
it("teo.v20220901.DescribeDnsData", async function () {
|
|
712
312
|
try {
|
|
713
|
-
const data = await client.
|
|
313
|
+
const data = await client.DescribeDnsData({})
|
|
714
314
|
expect(data).to.be.ok
|
|
715
315
|
} catch(error) {
|
|
716
316
|
expect(error.requestId).to.be.ok
|
|
@@ -718,9 +318,9 @@ it("teo.v20220901.CreateZone", async function () {
|
|
|
718
318
|
}
|
|
719
319
|
})
|
|
720
320
|
|
|
721
|
-
it("teo.v20220901.
|
|
321
|
+
it("teo.v20220901.DescribeZoneSetting", async function () {
|
|
722
322
|
try {
|
|
723
|
-
const data = await client.
|
|
323
|
+
const data = await client.DescribeZoneSetting({})
|
|
724
324
|
expect(data).to.be.ok
|
|
725
325
|
} catch(error) {
|
|
726
326
|
expect(error.requestId).to.be.ok
|
|
@@ -728,9 +328,9 @@ it("teo.v20220901.DescribeDDoSAttackEventDetail", async function () {
|
|
|
728
328
|
}
|
|
729
329
|
})
|
|
730
330
|
|
|
731
|
-
it("teo.v20220901.
|
|
331
|
+
it("teo.v20220901.DescribeRulesSetting", async function () {
|
|
732
332
|
try {
|
|
733
|
-
const data = await client.
|
|
333
|
+
const data = await client.DescribeRulesSetting({})
|
|
734
334
|
expect(data).to.be.ok
|
|
735
335
|
} catch(error) {
|
|
736
336
|
expect(error.requestId).to.be.ok
|
|
@@ -738,9 +338,9 @@ it("teo.v20220901.DescribeWebProtectionClientIpList", async function () {
|
|
|
738
338
|
}
|
|
739
339
|
})
|
|
740
340
|
|
|
741
|
-
it("teo.v20220901.
|
|
341
|
+
it("teo.v20220901.DescribeLogTopicTasks", async function () {
|
|
742
342
|
try {
|
|
743
|
-
const data = await client.
|
|
343
|
+
const data = await client.DescribeLogTopicTasks({})
|
|
744
344
|
expect(data).to.be.ok
|
|
745
345
|
} catch(error) {
|
|
746
346
|
expect(error.requestId).to.be.ok
|
|
@@ -748,9 +348,9 @@ it("teo.v20220901.DescribeAvailablePlans", async function () {
|
|
|
748
348
|
}
|
|
749
349
|
})
|
|
750
350
|
|
|
751
|
-
it("teo.v20220901.
|
|
351
|
+
it("teo.v20220901.ModifyOriginGroup", async function () {
|
|
752
352
|
try {
|
|
753
|
-
const data = await client.
|
|
353
|
+
const data = await client.ModifyOriginGroup({})
|
|
754
354
|
expect(data).to.be.ok
|
|
755
355
|
} catch(error) {
|
|
756
356
|
expect(error.requestId).to.be.ok
|
|
@@ -758,9 +358,9 @@ it("teo.v20220901.DescribeZoneDDoSPolicy", async function () {
|
|
|
758
358
|
}
|
|
759
359
|
})
|
|
760
360
|
|
|
761
|
-
it("teo.v20220901.
|
|
361
|
+
it("teo.v20220901.ReclaimAliasDomain", async function () {
|
|
762
362
|
try {
|
|
763
|
-
const data = await client.
|
|
363
|
+
const data = await client.ReclaimAliasDomain({})
|
|
764
364
|
expect(data).to.be.ok
|
|
765
365
|
} catch(error) {
|
|
766
366
|
expect(error.requestId).to.be.ok
|
|
@@ -768,9 +368,9 @@ it("teo.v20220901.ModifySecurityWafGroupPolicy", async function () {
|
|
|
768
368
|
}
|
|
769
369
|
})
|
|
770
370
|
|
|
771
|
-
it("teo.v20220901.
|
|
371
|
+
it("teo.v20220901.CreateApplicationProxyRule", async function () {
|
|
772
372
|
try {
|
|
773
|
-
const data = await client.
|
|
373
|
+
const data = await client.CreateApplicationProxyRule({})
|
|
774
374
|
expect(data).to.be.ok
|
|
775
375
|
} catch(error) {
|
|
776
376
|
expect(error.requestId).to.be.ok
|
|
@@ -778,9 +378,9 @@ it("teo.v20220901.DescribeDistributionL4AccessData", async function () {
|
|
|
778
378
|
}
|
|
779
379
|
})
|
|
780
380
|
|
|
781
|
-
it("teo.v20220901.
|
|
381
|
+
it("teo.v20220901.DescribePrefetchTasks", async function () {
|
|
782
382
|
try {
|
|
783
|
-
const data = await client.
|
|
383
|
+
const data = await client.DescribePrefetchTasks({})
|
|
784
384
|
expect(data).to.be.ok
|
|
785
385
|
} catch(error) {
|
|
786
386
|
expect(error.requestId).to.be.ok
|
|
@@ -788,9 +388,9 @@ it("teo.v20220901.CreateCustomErrorPage", async function () {
|
|
|
788
388
|
}
|
|
789
389
|
})
|
|
790
390
|
|
|
791
|
-
it("teo.v20220901.
|
|
391
|
+
it("teo.v20220901.DescribeZones", async function () {
|
|
792
392
|
try {
|
|
793
|
-
const data = await client.
|
|
393
|
+
const data = await client.DescribeZones({})
|
|
794
394
|
expect(data).to.be.ok
|
|
795
395
|
} catch(error) {
|
|
796
396
|
expect(error.requestId).to.be.ok
|
|
@@ -798,9 +398,9 @@ it("teo.v20220901.ModifyDDoSPolicy", async function () {
|
|
|
798
398
|
}
|
|
799
399
|
})
|
|
800
400
|
|
|
801
|
-
it("teo.v20220901.
|
|
401
|
+
it("teo.v20220901.DescribeDDoSAttackTopData", async function () {
|
|
802
402
|
try {
|
|
803
|
-
const data = await client.
|
|
403
|
+
const data = await client.DescribeDDoSAttackTopData({})
|
|
804
404
|
expect(data).to.be.ok
|
|
805
405
|
} catch(error) {
|
|
806
406
|
expect(error.requestId).to.be.ok
|
|
@@ -808,9 +408,9 @@ it("teo.v20220901.DescribeDnsData", async function () {
|
|
|
808
408
|
}
|
|
809
409
|
})
|
|
810
410
|
|
|
811
|
-
it("teo.v20220901.
|
|
411
|
+
it("teo.v20220901.ReclaimZone", async function () {
|
|
812
412
|
try {
|
|
813
|
-
const data = await client.
|
|
413
|
+
const data = await client.ReclaimZone({})
|
|
814
414
|
expect(data).to.be.ok
|
|
815
415
|
} catch(error) {
|
|
816
416
|
expect(error.requestId).to.be.ok
|
|
@@ -818,9 +418,9 @@ it("teo.v20220901.DescribeRulesSetting", async function () {
|
|
|
818
418
|
}
|
|
819
419
|
})
|
|
820
420
|
|
|
821
|
-
it("teo.v20220901.
|
|
421
|
+
it("teo.v20220901.DeleteApplicationProxy", async function () {
|
|
822
422
|
try {
|
|
823
|
-
const data = await client.
|
|
423
|
+
const data = await client.DeleteApplicationProxy({})
|
|
824
424
|
expect(data).to.be.ok
|
|
825
425
|
} catch(error) {
|
|
826
426
|
expect(error.requestId).to.be.ok
|
|
@@ -828,9 +428,9 @@ it("teo.v20220901.DescribeLogTopicTasks", async function () {
|
|
|
828
428
|
}
|
|
829
429
|
})
|
|
830
430
|
|
|
831
|
-
it("teo.v20220901.
|
|
431
|
+
it("teo.v20220901.DescribeTopL7CacheData", async function () {
|
|
832
432
|
try {
|
|
833
|
-
const data = await client.
|
|
433
|
+
const data = await client.DescribeTopL7CacheData({})
|
|
834
434
|
expect(data).to.be.ok
|
|
835
435
|
} catch(error) {
|
|
836
436
|
expect(error.requestId).to.be.ok
|
|
@@ -848,9 +448,9 @@ it("teo.v20220901.ModifyZoneStatus", async function () {
|
|
|
848
448
|
}
|
|
849
449
|
})
|
|
850
450
|
|
|
851
|
-
it("teo.v20220901.
|
|
451
|
+
it("teo.v20220901.CreateAliasDomain", async function () {
|
|
852
452
|
try {
|
|
853
|
-
const data = await client.
|
|
453
|
+
const data = await client.CreateAliasDomain({})
|
|
854
454
|
expect(data).to.be.ok
|
|
855
455
|
} catch(error) {
|
|
856
456
|
expect(error.requestId).to.be.ok
|
|
@@ -858,9 +458,9 @@ it("teo.v20220901.DeleteRules", async function () {
|
|
|
858
458
|
}
|
|
859
459
|
})
|
|
860
460
|
|
|
861
|
-
it("teo.v20220901.
|
|
461
|
+
it("teo.v20220901.DescribeWebProtectionHitRuleDetail", async function () {
|
|
862
462
|
try {
|
|
863
|
-
const data = await client.
|
|
463
|
+
const data = await client.DescribeWebProtectionHitRuleDetail({})
|
|
864
464
|
expect(data).to.be.ok
|
|
865
465
|
} catch(error) {
|
|
866
466
|
expect(error.requestId).to.be.ok
|
|
@@ -868,9 +468,9 @@ it("teo.v20220901.DescribeDDoSPolicy", async function () {
|
|
|
868
468
|
}
|
|
869
469
|
})
|
|
870
470
|
|
|
871
|
-
it("teo.v20220901.
|
|
471
|
+
it("teo.v20220901.CreateCredential", async function () {
|
|
872
472
|
try {
|
|
873
|
-
const data = await client.
|
|
473
|
+
const data = await client.CreateCredential({})
|
|
874
474
|
expect(data).to.be.ok
|
|
875
475
|
} catch(error) {
|
|
876
476
|
expect(error.requestId).to.be.ok
|
|
@@ -878,9 +478,9 @@ it("teo.v20220901.DescribeSingleL7AnalysisData", async function () {
|
|
|
878
478
|
}
|
|
879
479
|
})
|
|
880
480
|
|
|
881
|
-
it("teo.v20220901.
|
|
481
|
+
it("teo.v20220901.DownloadL7Logs", async function () {
|
|
882
482
|
try {
|
|
883
|
-
const data = await client.
|
|
483
|
+
const data = await client.DownloadL7Logs({})
|
|
884
484
|
expect(data).to.be.ok
|
|
885
485
|
} catch(error) {
|
|
886
486
|
expect(error.requestId).to.be.ok
|
|
@@ -888,9 +488,9 @@ it("teo.v20220901.DescribeBotHitRuleDetail", async function () {
|
|
|
888
488
|
}
|
|
889
489
|
})
|
|
890
490
|
|
|
891
|
-
it("teo.v20220901.
|
|
491
|
+
it("teo.v20220901.DeleteApplicationProxyRule", async function () {
|
|
892
492
|
try {
|
|
893
|
-
const data = await client.
|
|
493
|
+
const data = await client.DeleteApplicationProxyRule({})
|
|
894
494
|
expect(data).to.be.ok
|
|
895
495
|
} catch(error) {
|
|
896
496
|
expect(error.requestId).to.be.ok
|
|
@@ -898,9 +498,9 @@ it("teo.v20220901.ModifyDefaultCertificate", async function () {
|
|
|
898
498
|
}
|
|
899
499
|
})
|
|
900
500
|
|
|
901
|
-
it("teo.v20220901.
|
|
501
|
+
it("teo.v20220901.DeleteRules", async function () {
|
|
902
502
|
try {
|
|
903
|
-
const data = await client.
|
|
503
|
+
const data = await client.DeleteRules({})
|
|
904
504
|
expect(data).to.be.ok
|
|
905
505
|
} catch(error) {
|
|
906
506
|
expect(error.requestId).to.be.ok
|
|
@@ -908,9 +508,9 @@ it("teo.v20220901.DescribeSecurityPolicy", async function () {
|
|
|
908
508
|
}
|
|
909
509
|
})
|
|
910
510
|
|
|
911
|
-
it("teo.v20220901.
|
|
511
|
+
it("teo.v20220901.DescribeTimingL4Data", async function () {
|
|
912
512
|
try {
|
|
913
|
-
const data = await client.
|
|
513
|
+
const data = await client.DescribeTimingL4Data({})
|
|
914
514
|
expect(data).to.be.ok
|
|
915
515
|
} catch(error) {
|
|
916
516
|
expect(error.requestId).to.be.ok
|
|
@@ -918,9 +518,9 @@ it("teo.v20220901.CreateIpTableList", async function () {
|
|
|
918
518
|
}
|
|
919
519
|
})
|
|
920
520
|
|
|
921
|
-
it("teo.v20220901.
|
|
521
|
+
it("teo.v20220901.ModifyRule", async function () {
|
|
922
522
|
try {
|
|
923
|
-
const data = await client.
|
|
523
|
+
const data = await client.ModifyRule({})
|
|
924
524
|
expect(data).to.be.ok
|
|
925
525
|
} catch(error) {
|
|
926
526
|
expect(error.requestId).to.be.ok
|
|
@@ -928,9 +528,9 @@ it("teo.v20220901.DescribeWebManagedRulesHitRuleDetail", async function () {
|
|
|
928
528
|
}
|
|
929
529
|
})
|
|
930
530
|
|
|
931
|
-
it("teo.v20220901.
|
|
531
|
+
it("teo.v20220901.DescribeTopL7AnalysisData", async function () {
|
|
932
532
|
try {
|
|
933
|
-
const data = await client.
|
|
533
|
+
const data = await client.DescribeTopL7AnalysisData({})
|
|
934
534
|
expect(data).to.be.ok
|
|
935
535
|
} catch(error) {
|
|
936
536
|
expect(error.requestId).to.be.ok
|
|
@@ -938,9 +538,9 @@ it("teo.v20220901.DescribeRules", async function () {
|
|
|
938
538
|
}
|
|
939
539
|
})
|
|
940
540
|
|
|
941
|
-
it("teo.v20220901.
|
|
541
|
+
it("teo.v20220901.DescribeLogSets", async function () {
|
|
942
542
|
try {
|
|
943
|
-
const data = await client.
|
|
543
|
+
const data = await client.DescribeLogSets({})
|
|
944
544
|
expect(data).to.be.ok
|
|
945
545
|
} catch(error) {
|
|
946
546
|
expect(error.requestId).to.be.ok
|
|
@@ -948,9 +548,9 @@ it("teo.v20220901.CreateApplicationProxy", async function () {
|
|
|
948
548
|
}
|
|
949
549
|
})
|
|
950
550
|
|
|
951
|
-
it("teo.v20220901.
|
|
551
|
+
it("teo.v20220901.DescribeSingleL7AnalysisData", async function () {
|
|
952
552
|
try {
|
|
953
|
-
const data = await client.
|
|
553
|
+
const data = await client.DescribeSingleL7AnalysisData({})
|
|
954
554
|
expect(data).to.be.ok
|
|
955
555
|
} catch(error) {
|
|
956
556
|
expect(error.requestId).to.be.ok
|
|
@@ -958,9 +558,9 @@ it("teo.v20220901.DescribeOriginGroup", async function () {
|
|
|
958
558
|
}
|
|
959
559
|
})
|
|
960
560
|
|
|
961
|
-
it("teo.v20220901.
|
|
561
|
+
it("teo.v20220901.ModifySecurityPolicy", async function () {
|
|
962
562
|
try {
|
|
963
|
-
const data = await client.
|
|
563
|
+
const data = await client.ModifySecurityPolicy({})
|
|
964
564
|
expect(data).to.be.ok
|
|
965
565
|
} catch(error) {
|
|
966
566
|
expect(error.requestId).to.be.ok
|
|
@@ -968,9 +568,9 @@ it("teo.v20220901.SwitchLogTopicTask", async function () {
|
|
|
968
568
|
}
|
|
969
569
|
})
|
|
970
570
|
|
|
971
|
-
it("teo.v20220901.
|
|
571
|
+
it("teo.v20220901.DescribeWebProtectionData", async function () {
|
|
972
572
|
try {
|
|
973
|
-
const data = await client.
|
|
573
|
+
const data = await client.DescribeWebProtectionData({})
|
|
974
574
|
expect(data).to.be.ok
|
|
975
575
|
} catch(error) {
|
|
976
576
|
expect(error.requestId).to.be.ok
|
|
@@ -978,9 +578,9 @@ it("teo.v20220901.ModifyAliasDomain", async function () {
|
|
|
978
578
|
}
|
|
979
579
|
})
|
|
980
580
|
|
|
981
|
-
it("teo.v20220901.
|
|
581
|
+
it("teo.v20220901.CreatePrefetchTask", async function () {
|
|
982
582
|
try {
|
|
983
|
-
const data = await client.
|
|
583
|
+
const data = await client.CreatePrefetchTask({})
|
|
984
584
|
expect(data).to.be.ok
|
|
985
585
|
} catch(error) {
|
|
986
586
|
expect(error.requestId).to.be.ok
|
|
@@ -988,9 +588,9 @@ it("teo.v20220901.DescribeDnssec", async function () {
|
|
|
988
588
|
}
|
|
989
589
|
})
|
|
990
590
|
|
|
991
|
-
it("teo.v20220901.
|
|
591
|
+
it("teo.v20220901.DeleteAliasDomain", async function () {
|
|
992
592
|
try {
|
|
993
|
-
const data = await client.
|
|
593
|
+
const data = await client.DeleteAliasDomain({})
|
|
994
594
|
expect(data).to.be.ok
|
|
995
595
|
} catch(error) {
|
|
996
596
|
expect(error.requestId).to.be.ok
|
|
@@ -998,9 +598,9 @@ it("teo.v20220901.ModifyApplicationProxyRule", async function () {
|
|
|
998
598
|
}
|
|
999
599
|
})
|
|
1000
600
|
|
|
1001
|
-
it("teo.v20220901.
|
|
601
|
+
it("teo.v20220901.ModifyDefaultCertificate", async function () {
|
|
1002
602
|
try {
|
|
1003
|
-
const data = await client.
|
|
603
|
+
const data = await client.ModifyDefaultCertificate({})
|
|
1004
604
|
expect(data).to.be.ok
|
|
1005
605
|
} catch(error) {
|
|
1006
606
|
expect(error.requestId).to.be.ok
|
|
@@ -1008,9 +608,9 @@ it("teo.v20220901.CreateOriginGroup", async function () {
|
|
|
1008
608
|
}
|
|
1009
609
|
})
|
|
1010
610
|
|
|
1011
|
-
it("teo.v20220901.
|
|
611
|
+
it("teo.v20220901.DescribeOverviewL7Data", async function () {
|
|
1012
612
|
try {
|
|
1013
|
-
const data = await client.
|
|
613
|
+
const data = await client.DescribeOverviewL7Data({})
|
|
1014
614
|
expect(data).to.be.ok
|
|
1015
615
|
} catch(error) {
|
|
1016
616
|
expect(error.requestId).to.be.ok
|
|
@@ -1018,9 +618,9 @@ it("teo.v20220901.DescribeBotTopData", async function () {
|
|
|
1018
618
|
}
|
|
1019
619
|
})
|
|
1020
620
|
|
|
1021
|
-
it("teo.v20220901.
|
|
621
|
+
it("teo.v20220901.DescribeAddableEntityList", async function () {
|
|
1022
622
|
try {
|
|
1023
|
-
const data = await client.
|
|
623
|
+
const data = await client.DescribeAddableEntityList({})
|
|
1024
624
|
expect(data).to.be.ok
|
|
1025
625
|
} catch(error) {
|
|
1026
626
|
expect(error.requestId).to.be.ok
|
|
@@ -1028,9 +628,9 @@ it("teo.v20220901.DescribeSpeedTestingDetails", async function () {
|
|
|
1028
628
|
}
|
|
1029
629
|
})
|
|
1030
630
|
|
|
1031
|
-
it("teo.v20220901.
|
|
631
|
+
it("teo.v20220901.ModifyRulePriority", async function () {
|
|
1032
632
|
try {
|
|
1033
|
-
const data = await client.
|
|
633
|
+
const data = await client.ModifyRulePriority({})
|
|
1034
634
|
expect(data).to.be.ok
|
|
1035
635
|
} catch(error) {
|
|
1036
636
|
expect(error.requestId).to.be.ok
|
|
@@ -1038,9 +638,9 @@ it("teo.v20220901.ModifyHostsCertificate", async function () {
|
|
|
1038
638
|
}
|
|
1039
639
|
})
|
|
1040
640
|
|
|
1041
|
-
it("teo.v20220901.
|
|
641
|
+
it("teo.v20220901.BindZoneToPlan", async function () {
|
|
1042
642
|
try {
|
|
1043
|
-
const data = await client.
|
|
643
|
+
const data = await client.BindZoneToPlan({})
|
|
1044
644
|
expect(data).to.be.ok
|
|
1045
645
|
} catch(error) {
|
|
1046
646
|
expect(error.requestId).to.be.ok
|
|
@@ -1048,9 +648,9 @@ it("teo.v20220901.ModifyZoneCnameSpeedUp", async function () {
|
|
|
1048
648
|
}
|
|
1049
649
|
})
|
|
1050
650
|
|
|
1051
|
-
it("teo.v20220901.
|
|
651
|
+
it("teo.v20220901.CheckCertificate", async function () {
|
|
1052
652
|
try {
|
|
1053
|
-
const data = await client.
|
|
653
|
+
const data = await client.CheckCertificate({})
|
|
1054
654
|
expect(data).to.be.ok
|
|
1055
655
|
} catch(error) {
|
|
1056
656
|
expect(error.requestId).to.be.ok
|
|
@@ -1058,9 +658,9 @@ it("teo.v20220901.DescribeHostsSetting", async function () {
|
|
|
1058
658
|
}
|
|
1059
659
|
})
|
|
1060
660
|
|
|
1061
|
-
it("teo.v20220901.
|
|
661
|
+
it("teo.v20220901.CreateReplayTask", async function () {
|
|
1062
662
|
try {
|
|
1063
|
-
const data = await client.
|
|
663
|
+
const data = await client.CreateReplayTask({})
|
|
1064
664
|
expect(data).to.be.ok
|
|
1065
665
|
} catch(error) {
|
|
1066
666
|
expect(error.requestId).to.be.ok
|
|
@@ -1068,9 +668,9 @@ it("teo.v20220901.DescribeOriginProtection", async function () {
|
|
|
1068
668
|
}
|
|
1069
669
|
})
|
|
1070
670
|
|
|
1071
|
-
it("teo.v20220901.
|
|
671
|
+
it("teo.v20220901.DescribeAliasDomains", async function () {
|
|
1072
672
|
try {
|
|
1073
|
-
const data = await client.
|
|
673
|
+
const data = await client.DescribeAliasDomains({})
|
|
1074
674
|
expect(data).to.be.ok
|
|
1075
675
|
} catch(error) {
|
|
1076
676
|
expect(error.requestId).to.be.ok
|
|
@@ -1078,9 +678,9 @@ it("teo.v20220901.DescribeLogSets", async function () {
|
|
|
1078
678
|
}
|
|
1079
679
|
})
|
|
1080
680
|
|
|
1081
|
-
it("teo.v20220901.
|
|
681
|
+
it("teo.v20220901.DescribeSpeedTestingQuota", async function () {
|
|
1082
682
|
try {
|
|
1083
|
-
const data = await client.
|
|
683
|
+
const data = await client.DescribeSpeedTestingQuota({})
|
|
1084
684
|
expect(data).to.be.ok
|
|
1085
685
|
} catch(error) {
|
|
1086
686
|
expect(error.requestId).to.be.ok
|
|
@@ -1088,9 +688,9 @@ it("teo.v20220901.DescribeZoneSetting", async function () {
|
|
|
1088
688
|
}
|
|
1089
689
|
})
|
|
1090
690
|
|
|
1091
|
-
it("teo.v20220901.
|
|
691
|
+
it("teo.v20220901.CreateSpeedTesting", async function () {
|
|
1092
692
|
try {
|
|
1093
|
-
const data = await client.
|
|
693
|
+
const data = await client.CreateSpeedTesting({})
|
|
1094
694
|
expect(data).to.be.ok
|
|
1095
695
|
} catch(error) {
|
|
1096
696
|
expect(error.requestId).to.be.ok
|
|
@@ -1098,9 +698,9 @@ it("teo.v20220901.ModifyAlarmDefaultThreshold", async function () {
|
|
|
1098
698
|
}
|
|
1099
699
|
})
|
|
1100
700
|
|
|
1101
|
-
it("teo.v20220901.
|
|
701
|
+
it("teo.v20220901.UpdateOriginProtectionIPWhitelist", async function () {
|
|
1102
702
|
try {
|
|
1103
|
-
const data = await client.
|
|
703
|
+
const data = await client.UpdateOriginProtectionIPWhitelist({})
|
|
1104
704
|
expect(data).to.be.ok
|
|
1105
705
|
} catch(error) {
|
|
1106
706
|
expect(error.requestId).to.be.ok
|
|
@@ -1108,9 +708,9 @@ it("teo.v20220901.DescribeDDoSBlockList", async function () {
|
|
|
1108
708
|
}
|
|
1109
709
|
})
|
|
1110
710
|
|
|
1111
|
-
it("teo.v20220901.
|
|
711
|
+
it("teo.v20220901.DescribeWebManagedRulesHitRuleDetail", async function () {
|
|
1112
712
|
try {
|
|
1113
|
-
const data = await client.
|
|
713
|
+
const data = await client.DescribeWebManagedRulesHitRuleDetail({})
|
|
1114
714
|
expect(data).to.be.ok
|
|
1115
715
|
} catch(error) {
|
|
1116
716
|
expect(error.requestId).to.be.ok
|
|
@@ -1118,9 +718,9 @@ it("teo.v20220901.CreateApplicationProxyRule", async function () {
|
|
|
1118
718
|
}
|
|
1119
719
|
})
|
|
1120
720
|
|
|
1121
|
-
it("teo.v20220901.
|
|
721
|
+
it("teo.v20220901.DescribeRules", async function () {
|
|
1122
722
|
try {
|
|
1123
|
-
const data = await client.
|
|
723
|
+
const data = await client.DescribeRules({})
|
|
1124
724
|
expect(data).to.be.ok
|
|
1125
725
|
} catch(error) {
|
|
1126
726
|
expect(error.requestId).to.be.ok
|
|
@@ -1128,9 +728,9 @@ it("teo.v20220901.DescribeZones", async function () {
|
|
|
1128
728
|
}
|
|
1129
729
|
})
|
|
1130
730
|
|
|
1131
|
-
it("teo.v20220901.
|
|
731
|
+
it("teo.v20220901.DescribeSpeedTestingMetricData", async function () {
|
|
1132
732
|
try {
|
|
1133
|
-
const data = await client.
|
|
733
|
+
const data = await client.DescribeSpeedTestingMetricData({})
|
|
1134
734
|
expect(data).to.be.ok
|
|
1135
735
|
} catch(error) {
|
|
1136
736
|
expect(error.requestId).to.be.ok
|
|
@@ -1138,9 +738,9 @@ it("teo.v20220901.ReclaimZone", async function () {
|
|
|
1138
738
|
}
|
|
1139
739
|
})
|
|
1140
740
|
|
|
1141
|
-
it("teo.v20220901.
|
|
741
|
+
it("teo.v20220901.CreateApplicationProxy", async function () {
|
|
1142
742
|
try {
|
|
1143
|
-
const data = await client.
|
|
743
|
+
const data = await client.CreateApplicationProxy({})
|
|
1144
744
|
expect(data).to.be.ok
|
|
1145
745
|
} catch(error) {
|
|
1146
746
|
expect(error.requestId).to.be.ok
|
|
@@ -1148,9 +748,9 @@ it("teo.v20220901.DeleteZone", async function () {
|
|
|
1148
748
|
}
|
|
1149
749
|
})
|
|
1150
750
|
|
|
1151
|
-
it("teo.v20220901.
|
|
751
|
+
it("teo.v20220901.DescribeOriginGroup", async function () {
|
|
1152
752
|
try {
|
|
1153
|
-
const data = await client.
|
|
753
|
+
const data = await client.DescribeOriginGroup({})
|
|
1154
754
|
expect(data).to.be.ok
|
|
1155
755
|
} catch(error) {
|
|
1156
756
|
expect(error.requestId).to.be.ok
|
|
@@ -1158,9 +758,9 @@ it("teo.v20220901.DescribeRateLimitIntelligenceRule", async function () {
|
|
|
1158
758
|
}
|
|
1159
759
|
})
|
|
1160
760
|
|
|
1161
|
-
it("teo.v20220901.
|
|
761
|
+
it("teo.v20220901.ModifyApplicationProxyStatus", async function () {
|
|
1162
762
|
try {
|
|
1163
|
-
const data = await client.
|
|
763
|
+
const data = await client.ModifyApplicationProxyStatus({})
|
|
1164
764
|
expect(data).to.be.ok
|
|
1165
765
|
} catch(error) {
|
|
1166
766
|
expect(error.requestId).to.be.ok
|
|
@@ -1168,9 +768,9 @@ it("teo.v20220901.DescribeBotLog", async function () {
|
|
|
1168
768
|
}
|
|
1169
769
|
})
|
|
1170
770
|
|
|
1171
|
-
it("teo.v20220901.
|
|
771
|
+
it("teo.v20220901.DescribeWebManagedRulesData", async function () {
|
|
1172
772
|
try {
|
|
1173
|
-
const data = await client.
|
|
773
|
+
const data = await client.DescribeWebManagedRulesData({})
|
|
1174
774
|
expect(data).to.be.ok
|
|
1175
775
|
} catch(error) {
|
|
1176
776
|
expect(error.requestId).to.be.ok
|
|
@@ -1178,9 +778,9 @@ it("teo.v20220901.DescribeDDoSAttackData", async function () {
|
|
|
1178
778
|
}
|
|
1179
779
|
})
|
|
1180
780
|
|
|
1181
|
-
it("teo.v20220901.
|
|
781
|
+
it("teo.v20220901.DescribeTimingL7AnalysisData", async function () {
|
|
1182
782
|
try {
|
|
1183
|
-
const data = await client.
|
|
783
|
+
const data = await client.DescribeTimingL7AnalysisData({})
|
|
1184
784
|
expect(data).to.be.ok
|
|
1185
785
|
} catch(error) {
|
|
1186
786
|
expect(error.requestId).to.be.ok
|
|
@@ -1188,9 +788,9 @@ it("teo.v20220901.DescribeWebProtectionTopData", async function () {
|
|
|
1188
788
|
}
|
|
1189
789
|
})
|
|
1190
790
|
|
|
1191
|
-
it("teo.v20220901.
|
|
791
|
+
it("teo.v20220901.ModifyAliasDomain", async function () {
|
|
1192
792
|
try {
|
|
1193
|
-
const data = await client.
|
|
793
|
+
const data = await client.ModifyAliasDomain({})
|
|
1194
794
|
expect(data).to.be.ok
|
|
1195
795
|
} catch(error) {
|
|
1196
796
|
expect(error.requestId).to.be.ok
|
|
@@ -1198,9 +798,9 @@ it("teo.v20220901.DescribeWebManagedRulesData", async function () {
|
|
|
1198
798
|
}
|
|
1199
799
|
})
|
|
1200
800
|
|
|
1201
|
-
it("teo.v20220901.
|
|
801
|
+
it("teo.v20220901.ModifyApplicationProxyRuleStatus", async function () {
|
|
1202
802
|
try {
|
|
1203
|
-
const data = await client.
|
|
803
|
+
const data = await client.ModifyApplicationProxyRuleStatus({})
|
|
1204
804
|
expect(data).to.be.ok
|
|
1205
805
|
} catch(error) {
|
|
1206
806
|
expect(error.requestId).to.be.ok
|
|
@@ -1208,9 +808,9 @@ it("teo.v20220901.DescribeAliasDomains", async function () {
|
|
|
1208
808
|
}
|
|
1209
809
|
})
|
|
1210
810
|
|
|
1211
|
-
it("teo.v20220901.
|
|
811
|
+
it("teo.v20220901.DescribeApplicationProxies", async function () {
|
|
1212
812
|
try {
|
|
1213
|
-
const data = await client.
|
|
813
|
+
const data = await client.DescribeApplicationProxies({})
|
|
1214
814
|
expect(data).to.be.ok
|
|
1215
815
|
} catch(error) {
|
|
1216
816
|
expect(error.requestId).to.be.ok
|