tencentcloud-sdk-nodejs 4.0.360 → 4.0.363
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 +663 -0
- package/SERVICE_CHANGELOG.md +685 -39
- package/package.json +1 -1
- package/products.md +29 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/acp/v20220105/acp_client.ts +25 -12
- package/src/services/acp/v20220105/acp_models.ts +50 -0
- package/src/services/ams/v20201229/ams_models.ts +7 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +3 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +68 -2
- package/src/services/cat/v20180409/cat_client.ts +38 -377
- package/src/services/cat/v20180409/cat_models.ts +385 -2403
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/ciam/index.ts +5 -0
- package/src/services/ciam/v20220331/ciam_client.ts +198 -0
- package/src/services/ciam/v20220331/ciam_models.ts +1087 -0
- package/src/services/ciam/v20220331/index.ts +6 -0
- package/src/services/cii/v20210408/cii_client.ts +3 -0
- package/src/services/cii/v20210408/cii_models.ts +61 -0
- package/src/services/cvm/v20170312/cvm_models.ts +18 -8
- package/src/services/dlc/v20210125/dlc_client.ts +13 -0
- package/src/services/dlc/v20210125/dlc_models.ts +94 -7
- package/src/services/eis/v20210601/eis_models.ts +39 -0
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/facefusion/v20181201/facefusion_models.ts +1 -1
- package/src/services/index.ts +2 -0
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/mmps/v20200710/mmps_client.ts +30 -5
- package/src/services/mmps/v20200710/mmps_models.ts +193 -103
- package/src/services/oceanus/v20190422/oceanus_client.ts +22 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +40 -0
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +5 -0
- package/src/services/postgres/v20170312/postgres_models.ts +53 -38
- package/src/services/redis/v20180412/redis_models.ts +10 -0
- package/src/services/ses/v20201002/ses_client.ts +1 -1
- package/src/services/tbaas/v20180416/tbaas_models.ts +1 -1
- package/src/services/tcbr/index.ts +5 -0
- package/src/services/tcbr/v20220217/index.ts +6 -0
- package/src/services/tcbr/v20220217/tcbr_client.ts +130 -0
- package/src/services/tcbr/v20220217/tcbr_models.ts +876 -0
- package/src/services/teo/v20220106/teo_client.ts +680 -412
- package/src/services/teo/v20220106/teo_models.ts +2927 -579
- package/src/services/tiia/v20190529/tiia_client.ts +17 -1
- package/src/services/tiia/v20190529/tiia_models.ts +70 -14
- package/src/services/vm/v20201229/vm_models.ts +7 -1
- package/src/services/vod/v20180717/vod_client.ts +27 -0
- package/src/services/vod/v20180717/vod_models.ts +232 -158
- package/src/services/vpc/v20170312/vpc_models.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/acp/v20220105/acp_client.d.ts +9 -5
- package/tencentcloud/services/acp/v20220105/acp_client.js +12 -6
- package/tencentcloud/services/acp/v20220105/acp_models.d.ts +43 -0
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +6 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +57 -2
- package/tencentcloud/services/cat/v20180409/cat_client.d.ts +9 -117
- package/tencentcloud/services/cat/v20180409/cat_client.js +12 -174
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +348 -2028
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/ciam/index.d.ts +6 -0
- package/tencentcloud/services/ciam/index.js +7 -0
- package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +62 -0
- package/tencentcloud/services/ciam/v20220331/ciam_client.js +109 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +910 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.js +18 -0
- package/tencentcloud/services/ciam/v20220331/index.d.ts +6 -0
- package/tencentcloud/services/ciam/v20220331/index.js +9 -0
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +52 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +17 -8
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +81 -7
- package/tencentcloud/services/eis/v20210601/eis_models.d.ts +32 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +2 -0
- package/tencentcloud/services/index.js +4 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/mmps/v20200710/mmps_client.d.ts +9 -1
- package/tencentcloud/services/mmps/v20200710/mmps_client.js +12 -0
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +164 -88
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +15 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +16 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +34 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +50 -38
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +8 -0
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +1 -1
- package/tencentcloud/services/tcbr/index.d.ts +6 -0
- package/tencentcloud/services/tcbr/index.js +7 -0
- package/tencentcloud/services/tcbr/v20220217/index.d.ts +6 -0
- package/tencentcloud/services/tcbr/v20220217/index.js +9 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_client.d.ts +38 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_client.js +73 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +723 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.js +18 -0
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +205 -125
- package/tencentcloud/services/teo/v20220106/teo_client.js +306 -186
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +2539 -562
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +8 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +9 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +61 -12
- package/tencentcloud/services/vm/v20201229/vm_models.d.ts +6 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +12 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +15 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +200 -136
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
- package/test/acp.v20220105.test.js +14 -4
- package/test/cat.v20180409.test.js +8 -278
- package/test/ciam.v20220331.test.js +151 -0
- package/test/dlc.v20210125.test.js +10 -0
- package/test/mmps.v20200710.test.js +20 -0
- package/test/oceanus.v20190422.test.js +10 -0
- package/test/tcbr.v20220217.test.js +91 -0
- package/test/teo.v20220106.test.js +324 -124
- package/test/tiia.v20190529.test.js +10 -0
- package/test/vod.v20180717.test.js +20 -0
|
@@ -28,9 +28,9 @@ it("teo.v20220106.CreateDnsRecord", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("teo.v20220106.
|
|
31
|
+
it("teo.v20220106.CreatePurgeTask", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
33
|
+
const data = await client.CreatePurgeTask({})
|
|
34
34
|
expect(data).to.be.ok
|
|
35
35
|
} catch(error) {
|
|
36
36
|
expect(error.requestId).to.be.ok
|
|
@@ -38,9 +38,9 @@ it("teo.v20220106.DescribeIdentification", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("teo.v20220106.
|
|
41
|
+
it("teo.v20220106.DescribePrefetchTasks", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
43
|
+
const data = await client.DescribePrefetchTasks({})
|
|
44
44
|
expect(data).to.be.ok
|
|
45
45
|
} catch(error) {
|
|
46
46
|
expect(error.requestId).to.be.ok
|
|
@@ -48,9 +48,9 @@ it("teo.v20220106.ModifyApplicationProxyRule", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
-
it("teo.v20220106.
|
|
51
|
+
it("teo.v20220106.DescribeWebProtectionAttackEvents", async function () {
|
|
52
52
|
try {
|
|
53
|
-
const data = await client.
|
|
53
|
+
const data = await client.DescribeWebProtectionAttackEvents({})
|
|
54
54
|
expect(data).to.be.ok
|
|
55
55
|
} catch(error) {
|
|
56
56
|
expect(error.requestId).to.be.ok
|
|
@@ -58,9 +58,9 @@ it("teo.v20220106.DeleteOriginGroup", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
-
it("teo.v20220106.
|
|
61
|
+
it("teo.v20220106.CreateLoadBalancing", async function () {
|
|
62
62
|
try {
|
|
63
|
-
const data = await client.
|
|
63
|
+
const data = await client.CreateLoadBalancing({})
|
|
64
64
|
expect(data).to.be.ok
|
|
65
65
|
} catch(error) {
|
|
66
66
|
expect(error.requestId).to.be.ok
|
|
@@ -68,9 +68,9 @@ it("teo.v20220106.DeleteApplicationProxy", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
-
it("teo.v20220106.
|
|
71
|
+
it("teo.v20220106.ModifyDDoSPolicyHost", async function () {
|
|
72
72
|
try {
|
|
73
|
-
const data = await client.
|
|
73
|
+
const data = await client.ModifyDDoSPolicyHost({})
|
|
74
74
|
expect(data).to.be.ok
|
|
75
75
|
} catch(error) {
|
|
76
76
|
expect(error.requestId).to.be.ok
|
|
@@ -78,9 +78,9 @@ it("teo.v20220106.CreateApplicationProxyRules", async function () {
|
|
|
78
78
|
}
|
|
79
79
|
})
|
|
80
80
|
|
|
81
|
-
it("teo.v20220106.
|
|
81
|
+
it("teo.v20220106.IdentifyZone", async function () {
|
|
82
82
|
try {
|
|
83
|
-
const data = await client.
|
|
83
|
+
const data = await client.IdentifyZone({})
|
|
84
84
|
expect(data).to.be.ok
|
|
85
85
|
} catch(error) {
|
|
86
86
|
expect(error.requestId).to.be.ok
|
|
@@ -88,9 +88,9 @@ it("teo.v20220106.CreatePurgeTask", async function () {
|
|
|
88
88
|
}
|
|
89
89
|
})
|
|
90
90
|
|
|
91
|
-
it("teo.v20220106.
|
|
91
|
+
it("teo.v20220106.DescribeDefaultCertificates", async function () {
|
|
92
92
|
try {
|
|
93
|
-
const data = await client.
|
|
93
|
+
const data = await client.DescribeDefaultCertificates({})
|
|
94
94
|
expect(data).to.be.ok
|
|
95
95
|
} catch(error) {
|
|
96
96
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +98,9 @@ it("teo.v20220106.CreateOriginGroup", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
-
it("teo.v20220106.
|
|
101
|
+
it("teo.v20220106.ModifyOriginGroup", async function () {
|
|
102
102
|
try {
|
|
103
|
-
const data = await client.
|
|
103
|
+
const data = await client.ModifyOriginGroup({})
|
|
104
104
|
expect(data).to.be.ok
|
|
105
105
|
} catch(error) {
|
|
106
106
|
expect(error.requestId).to.be.ok
|
|
@@ -108,9 +108,9 @@ it("teo.v20220106.DescribePurgeTasks", async function () {
|
|
|
108
108
|
}
|
|
109
109
|
})
|
|
110
110
|
|
|
111
|
-
it("teo.v20220106.
|
|
111
|
+
it("teo.v20220106.DescribeDDosAttackTopData", async function () {
|
|
112
112
|
try {
|
|
113
|
-
const data = await client.
|
|
113
|
+
const data = await client.DescribeDDosAttackTopData({})
|
|
114
114
|
expect(data).to.be.ok
|
|
115
115
|
} catch(error) {
|
|
116
116
|
expect(error.requestId).to.be.ok
|
|
@@ -118,9 +118,9 @@ it("teo.v20220106.DescribeSecurityPolicyManagedRules", async function () {
|
|
|
118
118
|
}
|
|
119
119
|
})
|
|
120
120
|
|
|
121
|
-
it("teo.v20220106.
|
|
121
|
+
it("teo.v20220106.DescribeSecurityPortraitRules", async function () {
|
|
122
122
|
try {
|
|
123
|
-
const data = await client.
|
|
123
|
+
const data = await client.DescribeSecurityPortraitRules({})
|
|
124
124
|
expect(data).to.be.ok
|
|
125
125
|
} catch(error) {
|
|
126
126
|
expect(error.requestId).to.be.ok
|
|
@@ -128,9 +128,9 @@ it("teo.v20220106.ReclaimZone", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
-
it("teo.v20220106.
|
|
131
|
+
it("teo.v20220106.DeleteApplicationProxy", async function () {
|
|
132
132
|
try {
|
|
133
|
-
const data = await client.
|
|
133
|
+
const data = await client.DeleteApplicationProxy({})
|
|
134
134
|
expect(data).to.be.ok
|
|
135
135
|
} catch(error) {
|
|
136
136
|
expect(error.requestId).to.be.ok
|
|
@@ -138,9 +138,9 @@ it("teo.v20220106.ModifyHostsCertificate", async function () {
|
|
|
138
138
|
}
|
|
139
139
|
})
|
|
140
140
|
|
|
141
|
-
it("teo.v20220106.
|
|
141
|
+
it("teo.v20220106.DescribeWebManagedRulesLog", async function () {
|
|
142
142
|
try {
|
|
143
|
-
const data = await client.
|
|
143
|
+
const data = await client.DescribeWebManagedRulesLog({})
|
|
144
144
|
expect(data).to.be.ok
|
|
145
145
|
} catch(error) {
|
|
146
146
|
expect(error.requestId).to.be.ok
|
|
@@ -148,9 +148,9 @@ it("teo.v20220106.DescribePrefetchTasks", async function () {
|
|
|
148
148
|
}
|
|
149
149
|
})
|
|
150
150
|
|
|
151
|
-
it("teo.v20220106.
|
|
151
|
+
it("teo.v20220106.DownloadL7Logs", async function () {
|
|
152
152
|
try {
|
|
153
|
-
const data = await client.
|
|
153
|
+
const data = await client.DownloadL7Logs({})
|
|
154
154
|
expect(data).to.be.ok
|
|
155
155
|
} catch(error) {
|
|
156
156
|
expect(error.requestId).to.be.ok
|
|
@@ -158,9 +158,9 @@ it("teo.v20220106.ModifyZoneCnameSpeedUp", async function () {
|
|
|
158
158
|
}
|
|
159
159
|
})
|
|
160
160
|
|
|
161
|
-
it("teo.v20220106.
|
|
161
|
+
it("teo.v20220106.DeleteApplicationProxyRule", async function () {
|
|
162
162
|
try {
|
|
163
|
-
const data = await client.
|
|
163
|
+
const data = await client.DeleteApplicationProxyRule({})
|
|
164
164
|
expect(data).to.be.ok
|
|
165
165
|
} catch(error) {
|
|
166
166
|
expect(error.requestId).to.be.ok
|
|
@@ -168,9 +168,9 @@ it("teo.v20220106.ModifyDnsRecord", async function () {
|
|
|
168
168
|
}
|
|
169
169
|
})
|
|
170
170
|
|
|
171
|
-
it("teo.v20220106.
|
|
171
|
+
it("teo.v20220106.ModifyLoadBalancingStatus", async function () {
|
|
172
172
|
try {
|
|
173
|
-
const data = await client.
|
|
173
|
+
const data = await client.ModifyLoadBalancingStatus({})
|
|
174
174
|
expect(data).to.be.ok
|
|
175
175
|
} catch(error) {
|
|
176
176
|
expect(error.requestId).to.be.ok
|
|
@@ -178,9 +178,19 @@ it("teo.v20220106.ModifyApplicationProxy", async function () {
|
|
|
178
178
|
}
|
|
179
179
|
})
|
|
180
180
|
|
|
181
|
-
it("teo.v20220106.
|
|
181
|
+
it("teo.v20220106.DescribeWebProtectionData", async function () {
|
|
182
182
|
try {
|
|
183
|
-
const data = await client.
|
|
183
|
+
const data = await client.DescribeWebProtectionData({})
|
|
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.v20220106.DescribeWebManagedRulesAttackEvents", async function () {
|
|
192
|
+
try {
|
|
193
|
+
const data = await client.DescribeWebManagedRulesAttackEvents({})
|
|
184
194
|
expect(data).to.be.ok
|
|
185
195
|
} catch(error) {
|
|
186
196
|
expect(error.requestId).to.be.ok
|
|
@@ -198,9 +208,9 @@ it("teo.v20220106.ModifyZone", async function () {
|
|
|
198
208
|
}
|
|
199
209
|
})
|
|
200
210
|
|
|
201
|
-
it("teo.v20220106.
|
|
211
|
+
it("teo.v20220106.CreatePrefetchTask", async function () {
|
|
202
212
|
try {
|
|
203
|
-
const data = await client.
|
|
213
|
+
const data = await client.CreatePrefetchTask({})
|
|
204
214
|
expect(data).to.be.ok
|
|
205
215
|
} catch(error) {
|
|
206
216
|
expect(error.requestId).to.be.ok
|
|
@@ -208,9 +218,9 @@ it("teo.v20220106.DescribeHostsSetting", async function () {
|
|
|
208
218
|
}
|
|
209
219
|
})
|
|
210
220
|
|
|
211
|
-
it("teo.v20220106.
|
|
221
|
+
it("teo.v20220106.DescribeOverviewL7Data", async function () {
|
|
212
222
|
try {
|
|
213
|
-
const data = await client.
|
|
223
|
+
const data = await client.DescribeOverviewL7Data({})
|
|
214
224
|
expect(data).to.be.ok
|
|
215
225
|
} catch(error) {
|
|
216
226
|
expect(error.requestId).to.be.ok
|
|
@@ -218,9 +228,9 @@ it("teo.v20220106.DescribeZoneDDoSPolicy", async function () {
|
|
|
218
228
|
}
|
|
219
229
|
})
|
|
220
230
|
|
|
221
|
-
it("teo.v20220106.
|
|
231
|
+
it("teo.v20220106.CheckCertificate", async function () {
|
|
222
232
|
try {
|
|
223
|
-
const data = await client.
|
|
233
|
+
const data = await client.CheckCertificate({})
|
|
224
234
|
expect(data).to.be.ok
|
|
225
235
|
} catch(error) {
|
|
226
236
|
expect(error.requestId).to.be.ok
|
|
@@ -228,9 +238,9 @@ it("teo.v20220106.ModifyLoadBalancing", async function () {
|
|
|
228
238
|
}
|
|
229
239
|
})
|
|
230
240
|
|
|
231
|
-
it("teo.v20220106.
|
|
241
|
+
it("teo.v20220106.DescribeSecurityPolicyManagedRules", async function () {
|
|
232
242
|
try {
|
|
233
|
-
const data = await client.
|
|
243
|
+
const data = await client.DescribeSecurityPolicyManagedRules({})
|
|
234
244
|
expect(data).to.be.ok
|
|
235
245
|
} catch(error) {
|
|
236
246
|
expect(error.requestId).to.be.ok
|
|
@@ -238,9 +248,9 @@ it("teo.v20220106.CreateLoadBalancing", async function () {
|
|
|
238
248
|
}
|
|
239
249
|
})
|
|
240
250
|
|
|
241
|
-
it("teo.v20220106.
|
|
251
|
+
it("teo.v20220106.DescribeCnameStatus", async function () {
|
|
242
252
|
try {
|
|
243
|
-
const data = await client.
|
|
253
|
+
const data = await client.DescribeCnameStatus({})
|
|
244
254
|
expect(data).to.be.ok
|
|
245
255
|
} catch(error) {
|
|
246
256
|
expect(error.requestId).to.be.ok
|
|
@@ -248,9 +258,9 @@ it("teo.v20220106.ModifyDDoSPolicyHost", async function () {
|
|
|
248
258
|
}
|
|
249
259
|
})
|
|
250
260
|
|
|
251
|
-
it("teo.v20220106.
|
|
261
|
+
it("teo.v20220106.DescribeSecurityPolicyRegions", async function () {
|
|
252
262
|
try {
|
|
253
|
-
const data = await client.
|
|
263
|
+
const data = await client.DescribeSecurityPolicyRegions({})
|
|
254
264
|
expect(data).to.be.ok
|
|
255
265
|
} catch(error) {
|
|
256
266
|
expect(error.requestId).to.be.ok
|
|
@@ -258,9 +268,9 @@ it("teo.v20220106.CreateCustomErrorPage", async function () {
|
|
|
258
268
|
}
|
|
259
269
|
})
|
|
260
270
|
|
|
261
|
-
it("teo.v20220106.
|
|
271
|
+
it("teo.v20220106.DescribeZoneDetails", async function () {
|
|
262
272
|
try {
|
|
263
|
-
const data = await client.
|
|
273
|
+
const data = await client.DescribeZoneDetails({})
|
|
264
274
|
expect(data).to.be.ok
|
|
265
275
|
} catch(error) {
|
|
266
276
|
expect(error.requestId).to.be.ok
|
|
@@ -268,9 +278,9 @@ it("teo.v20220106.IdentifyZone", async function () {
|
|
|
268
278
|
}
|
|
269
279
|
})
|
|
270
280
|
|
|
271
|
-
it("teo.v20220106.
|
|
281
|
+
it("teo.v20220106.ModifyZoneSetting", async function () {
|
|
272
282
|
try {
|
|
273
|
-
const data = await client.
|
|
283
|
+
const data = await client.ModifyZoneSetting({})
|
|
274
284
|
expect(data).to.be.ok
|
|
275
285
|
} catch(error) {
|
|
276
286
|
expect(error.requestId).to.be.ok
|
|
@@ -278,9 +288,9 @@ it("teo.v20220106.DescribeDefaultCertificates", async function () {
|
|
|
278
288
|
}
|
|
279
289
|
})
|
|
280
290
|
|
|
281
|
-
it("teo.v20220106.
|
|
291
|
+
it("teo.v20220106.ModifyApplicationProxyRuleStatus", async function () {
|
|
282
292
|
try {
|
|
283
|
-
const data = await client.
|
|
293
|
+
const data = await client.ModifyApplicationProxyRuleStatus({})
|
|
284
294
|
expect(data).to.be.ok
|
|
285
295
|
} catch(error) {
|
|
286
296
|
expect(error.requestId).to.be.ok
|
|
@@ -288,9 +298,9 @@ it("teo.v20220106.ModifyDDoSPolicy", async function () {
|
|
|
288
298
|
}
|
|
289
299
|
})
|
|
290
300
|
|
|
291
|
-
it("teo.v20220106.
|
|
301
|
+
it("teo.v20220106.DescribeSecurityPolicyList", async function () {
|
|
292
302
|
try {
|
|
293
|
-
const data = await client.
|
|
303
|
+
const data = await client.DescribeSecurityPolicyList({})
|
|
294
304
|
expect(data).to.be.ok
|
|
295
305
|
} catch(error) {
|
|
296
306
|
expect(error.requestId).to.be.ok
|
|
@@ -298,9 +308,9 @@ it("teo.v20220106.DescribeDnsData", async function () {
|
|
|
298
308
|
}
|
|
299
309
|
})
|
|
300
310
|
|
|
301
|
-
it("teo.v20220106.
|
|
311
|
+
it("teo.v20220106.DeleteOriginGroup", async function () {
|
|
302
312
|
try {
|
|
303
|
-
const data = await client.
|
|
313
|
+
const data = await client.DeleteOriginGroup({})
|
|
304
314
|
expect(data).to.be.ok
|
|
305
315
|
} catch(error) {
|
|
306
316
|
expect(error.requestId).to.be.ok
|
|
@@ -308,9 +318,9 @@ it("teo.v20220106.DescribeZoneSetting", async function () {
|
|
|
308
318
|
}
|
|
309
319
|
})
|
|
310
320
|
|
|
311
|
-
it("teo.v20220106.
|
|
321
|
+
it("teo.v20220106.DescribeWebManagedRulesTopData", async function () {
|
|
312
322
|
try {
|
|
313
|
-
const data = await client.
|
|
323
|
+
const data = await client.DescribeWebManagedRulesTopData({})
|
|
314
324
|
expect(data).to.be.ok
|
|
315
325
|
} catch(error) {
|
|
316
326
|
expect(error.requestId).to.be.ok
|
|
@@ -318,9 +328,9 @@ it("teo.v20220106.DescribeLoadBalancing", async function () {
|
|
|
318
328
|
}
|
|
319
329
|
})
|
|
320
330
|
|
|
321
|
-
it("teo.v20220106.
|
|
331
|
+
it("teo.v20220106.CreateApplicationProxyRules", async function () {
|
|
322
332
|
try {
|
|
323
|
-
const data = await client.
|
|
333
|
+
const data = await client.CreateApplicationProxyRules({})
|
|
324
334
|
expect(data).to.be.ok
|
|
325
335
|
} catch(error) {
|
|
326
336
|
expect(error.requestId).to.be.ok
|
|
@@ -328,9 +338,9 @@ it("teo.v20220106.DescribeHostsCertificate", async function () {
|
|
|
328
338
|
}
|
|
329
339
|
})
|
|
330
340
|
|
|
331
|
-
it("teo.v20220106.
|
|
341
|
+
it("teo.v20220106.DescribePurgeTasks", async function () {
|
|
332
342
|
try {
|
|
333
|
-
const data = await client.
|
|
343
|
+
const data = await client.DescribePurgeTasks({})
|
|
334
344
|
expect(data).to.be.ok
|
|
335
345
|
} catch(error) {
|
|
336
346
|
expect(error.requestId).to.be.ok
|
|
@@ -338,9 +348,9 @@ it("teo.v20220106.DescribeOriginGroupDetail", async function () {
|
|
|
338
348
|
}
|
|
339
349
|
})
|
|
340
350
|
|
|
341
|
-
it("teo.v20220106.
|
|
351
|
+
it("teo.v20220106.DescribeDDosAttackEventDetail", async function () {
|
|
342
352
|
try {
|
|
343
|
-
const data = await client.
|
|
353
|
+
const data = await client.DescribeDDosAttackEventDetail({})
|
|
344
354
|
expect(data).to.be.ok
|
|
345
355
|
} catch(error) {
|
|
346
356
|
expect(error.requestId).to.be.ok
|
|
@@ -348,9 +358,19 @@ it("teo.v20220106.CreateApplicationProxyRule", async function () {
|
|
|
348
358
|
}
|
|
349
359
|
})
|
|
350
360
|
|
|
351
|
-
it("teo.v20220106.
|
|
361
|
+
it("teo.v20220106.DescribeTimingL7CacheData", async function () {
|
|
352
362
|
try {
|
|
353
|
-
const data = await client.
|
|
363
|
+
const data = await client.DescribeTimingL7CacheData({})
|
|
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.v20220106.DescribeLoadBalancing", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.DescribeLoadBalancing({})
|
|
354
374
|
expect(data).to.be.ok
|
|
355
375
|
} catch(error) {
|
|
356
376
|
expect(error.requestId).to.be.ok
|
|
@@ -368,9 +388,9 @@ it("teo.v20220106.DeleteLoadBalancing", async function () {
|
|
|
368
388
|
}
|
|
369
389
|
})
|
|
370
390
|
|
|
371
|
-
it("teo.v20220106.
|
|
391
|
+
it("teo.v20220106.DescribeTimingL4Data", async function () {
|
|
372
392
|
try {
|
|
373
|
-
const data = await client.
|
|
393
|
+
const data = await client.DescribeTimingL4Data({})
|
|
374
394
|
expect(data).to.be.ok
|
|
375
395
|
} catch(error) {
|
|
376
396
|
expect(error.requestId).to.be.ok
|
|
@@ -378,9 +398,9 @@ it("teo.v20220106.ModifyZoneSetting", async function () {
|
|
|
378
398
|
}
|
|
379
399
|
})
|
|
380
400
|
|
|
381
|
-
it("teo.v20220106.
|
|
401
|
+
it("teo.v20220106.DescribeTopL7CacheData", async function () {
|
|
382
402
|
try {
|
|
383
|
-
const data = await client.
|
|
403
|
+
const data = await client.DescribeTopL7CacheData({})
|
|
384
404
|
expect(data).to.be.ok
|
|
385
405
|
} catch(error) {
|
|
386
406
|
expect(error.requestId).to.be.ok
|
|
@@ -388,9 +408,9 @@ it("teo.v20220106.DescribeSecurityPortraitRules", async function () {
|
|
|
388
408
|
}
|
|
389
409
|
})
|
|
390
410
|
|
|
391
|
-
it("teo.v20220106.
|
|
411
|
+
it("teo.v20220106.ScanDnsRecords", async function () {
|
|
392
412
|
try {
|
|
393
|
-
const data = await client.
|
|
413
|
+
const data = await client.ScanDnsRecords({})
|
|
394
414
|
expect(data).to.be.ok
|
|
395
415
|
} catch(error) {
|
|
396
416
|
expect(error.requestId).to.be.ok
|
|
@@ -398,9 +418,9 @@ it("teo.v20220106.DeleteZone", async function () {
|
|
|
398
418
|
}
|
|
399
419
|
})
|
|
400
420
|
|
|
401
|
-
it("teo.v20220106.
|
|
421
|
+
it("teo.v20220106.DescribeTopL7AnalysisData", async function () {
|
|
402
422
|
try {
|
|
403
|
-
const data = await client.
|
|
423
|
+
const data = await client.DescribeTopL7AnalysisData({})
|
|
404
424
|
expect(data).to.be.ok
|
|
405
425
|
} catch(error) {
|
|
406
426
|
expect(error.requestId).to.be.ok
|
|
@@ -408,9 +428,9 @@ it("teo.v20220106.ModifyZoneStatus", async function () {
|
|
|
408
428
|
}
|
|
409
429
|
})
|
|
410
430
|
|
|
411
|
-
it("teo.v20220106.
|
|
431
|
+
it("teo.v20220106.DeleteDnsRecords", async function () {
|
|
412
432
|
try {
|
|
413
|
-
const data = await client.
|
|
433
|
+
const data = await client.DeleteDnsRecords({})
|
|
414
434
|
expect(data).to.be.ok
|
|
415
435
|
} catch(error) {
|
|
416
436
|
expect(error.requestId).to.be.ok
|
|
@@ -418,9 +438,9 @@ it("teo.v20220106.DownloadL7Logs", async function () {
|
|
|
418
438
|
}
|
|
419
439
|
})
|
|
420
440
|
|
|
421
|
-
it("teo.v20220106.
|
|
441
|
+
it("teo.v20220106.ModifySecurityPolicy", async function () {
|
|
422
442
|
try {
|
|
423
|
-
const data = await client.
|
|
443
|
+
const data = await client.ModifySecurityPolicy({})
|
|
424
444
|
expect(data).to.be.ok
|
|
425
445
|
} catch(error) {
|
|
426
446
|
expect(error.requestId).to.be.ok
|
|
@@ -428,9 +448,9 @@ it("teo.v20220106.DescribeZones", async function () {
|
|
|
428
448
|
}
|
|
429
449
|
})
|
|
430
450
|
|
|
431
|
-
it("teo.v20220106.
|
|
451
|
+
it("teo.v20220106.DescribeBotManagedRules", async function () {
|
|
432
452
|
try {
|
|
433
|
-
const data = await client.
|
|
453
|
+
const data = await client.DescribeBotManagedRules({})
|
|
434
454
|
expect(data).to.be.ok
|
|
435
455
|
} catch(error) {
|
|
436
456
|
expect(error.requestId).to.be.ok
|
|
@@ -438,9 +458,9 @@ it("teo.v20220106.DeleteApplicationProxyRule", async function () {
|
|
|
438
458
|
}
|
|
439
459
|
})
|
|
440
460
|
|
|
441
|
-
it("teo.v20220106.
|
|
461
|
+
it("teo.v20220106.DescribeDDosAttackSourceEvent", async function () {
|
|
442
462
|
try {
|
|
443
|
-
const data = await client.
|
|
463
|
+
const data = await client.DescribeDDosAttackSourceEvent({})
|
|
444
464
|
expect(data).to.be.ok
|
|
445
465
|
} catch(error) {
|
|
446
466
|
expect(error.requestId).to.be.ok
|
|
@@ -448,9 +468,9 @@ it("teo.v20220106.DescribeDnsRecords", async function () {
|
|
|
448
468
|
}
|
|
449
469
|
})
|
|
450
470
|
|
|
451
|
-
it("teo.v20220106.
|
|
471
|
+
it("teo.v20220106.ModifyApplicationProxyStatus", async function () {
|
|
452
472
|
try {
|
|
453
|
-
const data = await client.
|
|
473
|
+
const data = await client.ModifyApplicationProxyStatus({})
|
|
454
474
|
expect(data).to.be.ok
|
|
455
475
|
} catch(error) {
|
|
456
476
|
expect(error.requestId).to.be.ok
|
|
@@ -458,9 +478,9 @@ it("teo.v20220106.ScanDnsRecords", async function () {
|
|
|
458
478
|
}
|
|
459
479
|
})
|
|
460
480
|
|
|
461
|
-
it("teo.v20220106.
|
|
481
|
+
it("teo.v20220106.DescribeTimingL7AnalysisData", async function () {
|
|
462
482
|
try {
|
|
463
|
-
const data = await client.
|
|
483
|
+
const data = await client.DescribeTimingL7AnalysisData({})
|
|
464
484
|
expect(data).to.be.ok
|
|
465
485
|
} catch(error) {
|
|
466
486
|
expect(error.requestId).to.be.ok
|
|
@@ -468,9 +488,9 @@ it("teo.v20220106.ModifyOriginGroup", async function () {
|
|
|
468
488
|
}
|
|
469
489
|
})
|
|
470
490
|
|
|
471
|
-
it("teo.v20220106.
|
|
491
|
+
it("teo.v20220106.DescribeIdentification", async function () {
|
|
472
492
|
try {
|
|
473
|
-
const data = await client.
|
|
493
|
+
const data = await client.DescribeIdentification({})
|
|
474
494
|
expect(data).to.be.ok
|
|
475
495
|
} catch(error) {
|
|
476
496
|
expect(error.requestId).to.be.ok
|
|
@@ -478,9 +498,9 @@ it("teo.v20220106.DescribeDDoSPolicy", async function () {
|
|
|
478
498
|
}
|
|
479
499
|
})
|
|
480
500
|
|
|
481
|
-
it("teo.v20220106.
|
|
501
|
+
it("teo.v20220106.ModifyApplicationProxy", async function () {
|
|
482
502
|
try {
|
|
483
|
-
const data = await client.
|
|
503
|
+
const data = await client.ModifyApplicationProxy({})
|
|
484
504
|
expect(data).to.be.ok
|
|
485
505
|
} catch(error) {
|
|
486
506
|
expect(error.requestId).to.be.ok
|
|
@@ -488,9 +508,9 @@ it("teo.v20220106.ModifyLoadBalancingStatus", async function () {
|
|
|
488
508
|
}
|
|
489
509
|
})
|
|
490
510
|
|
|
491
|
-
it("teo.v20220106.
|
|
511
|
+
it("teo.v20220106.CreateZone", async function () {
|
|
492
512
|
try {
|
|
493
|
-
const data = await client.
|
|
513
|
+
const data = await client.CreateZone({})
|
|
494
514
|
expect(data).to.be.ok
|
|
495
515
|
} catch(error) {
|
|
496
516
|
expect(error.requestId).to.be.ok
|
|
@@ -498,9 +518,9 @@ it("teo.v20220106.DeleteDnsRecords", async function () {
|
|
|
498
518
|
}
|
|
499
519
|
})
|
|
500
520
|
|
|
501
|
-
it("teo.v20220106.
|
|
521
|
+
it("teo.v20220106.DescribeZoneDDoSPolicy", async function () {
|
|
502
522
|
try {
|
|
503
|
-
const data = await client.
|
|
523
|
+
const data = await client.DescribeZoneDDoSPolicy({})
|
|
504
524
|
expect(data).to.be.ok
|
|
505
525
|
} catch(error) {
|
|
506
526
|
expect(error.requestId).to.be.ok
|
|
@@ -508,9 +528,9 @@ it("teo.v20220106.ModifySecurityPolicy", async function () {
|
|
|
508
528
|
}
|
|
509
529
|
})
|
|
510
530
|
|
|
511
|
-
it("teo.v20220106.
|
|
531
|
+
it("teo.v20220106.ModifyLoadBalancing", async function () {
|
|
512
532
|
try {
|
|
513
|
-
const data = await client.
|
|
533
|
+
const data = await client.ModifyLoadBalancing({})
|
|
514
534
|
expect(data).to.be.ok
|
|
515
535
|
} catch(error) {
|
|
516
536
|
expect(error.requestId).to.be.ok
|
|
@@ -518,9 +538,9 @@ it("teo.v20220106.CreatePrefetchTask", async function () {
|
|
|
518
538
|
}
|
|
519
539
|
})
|
|
520
540
|
|
|
521
|
-
it("teo.v20220106.
|
|
541
|
+
it("teo.v20220106.CreateCustomErrorPage", async function () {
|
|
522
542
|
try {
|
|
523
|
-
const data = await client.
|
|
543
|
+
const data = await client.CreateCustomErrorPage({})
|
|
524
544
|
expect(data).to.be.ok
|
|
525
545
|
} catch(error) {
|
|
526
546
|
expect(error.requestId).to.be.ok
|
|
@@ -528,9 +548,9 @@ it("teo.v20220106.ModifyDefaultCertificate", async function () {
|
|
|
528
548
|
}
|
|
529
549
|
})
|
|
530
550
|
|
|
531
|
-
it("teo.v20220106.
|
|
551
|
+
it("teo.v20220106.ModifyDDoSPolicy", async function () {
|
|
532
552
|
try {
|
|
533
|
-
const data = await client.
|
|
553
|
+
const data = await client.ModifyDDoSPolicy({})
|
|
534
554
|
expect(data).to.be.ok
|
|
535
555
|
} catch(error) {
|
|
536
556
|
expect(error.requestId).to.be.ok
|
|
@@ -538,9 +558,9 @@ it("teo.v20220106.DescribeSecurityPolicy", async function () {
|
|
|
538
558
|
}
|
|
539
559
|
})
|
|
540
560
|
|
|
541
|
-
it("teo.v20220106.
|
|
561
|
+
it("teo.v20220106.DescribeDnsData", async function () {
|
|
542
562
|
try {
|
|
543
|
-
const data = await client.
|
|
563
|
+
const data = await client.DescribeDnsData({})
|
|
544
564
|
expect(data).to.be.ok
|
|
545
565
|
} catch(error) {
|
|
546
566
|
expect(error.requestId).to.be.ok
|
|
@@ -548,9 +568,9 @@ it("teo.v20220106.ImportDnsRecords", async function () {
|
|
|
548
568
|
}
|
|
549
569
|
})
|
|
550
570
|
|
|
551
|
-
it("teo.v20220106.
|
|
571
|
+
it("teo.v20220106.DescribeHostsCertificate", async function () {
|
|
552
572
|
try {
|
|
553
|
-
const data = await client.
|
|
573
|
+
const data = await client.DescribeHostsCertificate({})
|
|
554
574
|
expect(data).to.be.ok
|
|
555
575
|
} catch(error) {
|
|
556
576
|
expect(error.requestId).to.be.ok
|
|
@@ -558,9 +578,9 @@ it("teo.v20220106.DescribeLoadBalancingDetail", async function () {
|
|
|
558
578
|
}
|
|
559
579
|
})
|
|
560
580
|
|
|
561
|
-
it("teo.v20220106.
|
|
581
|
+
it("teo.v20220106.DescribeDDosAttackData", async function () {
|
|
562
582
|
try {
|
|
563
|
-
const data = await client.
|
|
583
|
+
const data = await client.DescribeDDosAttackData({})
|
|
564
584
|
expect(data).to.be.ok
|
|
565
585
|
} catch(error) {
|
|
566
586
|
expect(error.requestId).to.be.ok
|
|
@@ -568,9 +588,9 @@ it("teo.v20220106.CheckCertificate", async function () {
|
|
|
568
588
|
}
|
|
569
589
|
})
|
|
570
590
|
|
|
571
|
-
it("teo.v20220106.
|
|
591
|
+
it("teo.v20220106.DescribeOriginGroupDetail", async function () {
|
|
572
592
|
try {
|
|
573
|
-
const data = await client.
|
|
593
|
+
const data = await client.DescribeOriginGroupDetail({})
|
|
574
594
|
expect(data).to.be.ok
|
|
575
595
|
} catch(error) {
|
|
576
596
|
expect(error.requestId).to.be.ok
|
|
@@ -578,9 +598,9 @@ it("teo.v20220106.DescribeSecurityPolicyManagedRulesId", async function () {
|
|
|
578
598
|
}
|
|
579
599
|
})
|
|
580
600
|
|
|
581
|
-
it("teo.v20220106.
|
|
601
|
+
it("teo.v20220106.DescribeApplicationProxyDetail", async function () {
|
|
582
602
|
try {
|
|
583
|
-
const data = await client.
|
|
603
|
+
const data = await client.DescribeApplicationProxyDetail({})
|
|
584
604
|
expect(data).to.be.ok
|
|
585
605
|
} catch(error) {
|
|
586
606
|
expect(error.requestId).to.be.ok
|
|
@@ -588,9 +608,9 @@ it("teo.v20220106.DescribeBotManagedRules", async function () {
|
|
|
588
608
|
}
|
|
589
609
|
})
|
|
590
610
|
|
|
591
|
-
it("teo.v20220106.
|
|
611
|
+
it("teo.v20220106.DescribeWebProtectionLog", async function () {
|
|
592
612
|
try {
|
|
593
|
-
const data = await client.
|
|
613
|
+
const data = await client.DescribeWebProtectionLog({})
|
|
594
614
|
expect(data).to.be.ok
|
|
595
615
|
} catch(error) {
|
|
596
616
|
expect(error.requestId).to.be.ok
|
|
@@ -598,9 +618,9 @@ it("teo.v20220106.DescribeCnameStatus", async function () {
|
|
|
598
618
|
}
|
|
599
619
|
})
|
|
600
620
|
|
|
601
|
-
it("teo.v20220106.
|
|
621
|
+
it("teo.v20220106.ModifyZoneStatus", async function () {
|
|
602
622
|
try {
|
|
603
|
-
const data = await client.
|
|
623
|
+
const data = await client.ModifyZoneStatus({})
|
|
604
624
|
expect(data).to.be.ok
|
|
605
625
|
} catch(error) {
|
|
606
626
|
expect(error.requestId).to.be.ok
|
|
@@ -608,9 +628,9 @@ it("teo.v20220106.DescribeSecurityPolicyRegions", async function () {
|
|
|
608
628
|
}
|
|
609
629
|
})
|
|
610
630
|
|
|
611
|
-
it("teo.v20220106.
|
|
631
|
+
it("teo.v20220106.DescribeDDoSPolicy", async function () {
|
|
612
632
|
try {
|
|
613
|
-
const data = await client.
|
|
633
|
+
const data = await client.DescribeDDoSPolicy({})
|
|
614
634
|
expect(data).to.be.ok
|
|
615
635
|
} catch(error) {
|
|
616
636
|
expect(error.requestId).to.be.ok
|
|
@@ -618,9 +638,29 @@ it("teo.v20220106.DescribeDnssec", async function () {
|
|
|
618
638
|
}
|
|
619
639
|
})
|
|
620
640
|
|
|
621
|
-
it("teo.v20220106.
|
|
641
|
+
it("teo.v20220106.ModifyDefaultCertificate", async function () {
|
|
622
642
|
try {
|
|
623
|
-
const data = await client.
|
|
643
|
+
const data = await client.ModifyDefaultCertificate({})
|
|
644
|
+
expect(data).to.be.ok
|
|
645
|
+
} catch(error) {
|
|
646
|
+
expect(error.requestId).to.be.ok
|
|
647
|
+
expect(error.code).to.be.ok
|
|
648
|
+
}
|
|
649
|
+
})
|
|
650
|
+
|
|
651
|
+
it("teo.v20220106.DescribeLoadBalancingDetail", async function () {
|
|
652
|
+
try {
|
|
653
|
+
const data = await client.DescribeLoadBalancingDetail({})
|
|
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.v20220106.DescribeSecurityPolicy", async function () {
|
|
662
|
+
try {
|
|
663
|
+
const data = await client.DescribeSecurityPolicy({})
|
|
624
664
|
expect(data).to.be.ok
|
|
625
665
|
} catch(error) {
|
|
626
666
|
expect(error.requestId).to.be.ok
|
|
@@ -648,9 +688,9 @@ it("teo.v20220106.DescribeOriginGroup", async function () {
|
|
|
648
688
|
}
|
|
649
689
|
})
|
|
650
690
|
|
|
651
|
-
it("teo.v20220106.
|
|
691
|
+
it("teo.v20220106.DescribeDnssec", async function () {
|
|
652
692
|
try {
|
|
653
|
-
const data = await client.
|
|
693
|
+
const data = await client.DescribeDnssec({})
|
|
654
694
|
expect(data).to.be.ok
|
|
655
695
|
} catch(error) {
|
|
656
696
|
expect(error.requestId).to.be.ok
|
|
@@ -658,9 +698,9 @@ it("teo.v20220106.ModifyApplicationProxyStatus", async function () {
|
|
|
658
698
|
}
|
|
659
699
|
})
|
|
660
700
|
|
|
661
|
-
it("teo.v20220106.
|
|
701
|
+
it("teo.v20220106.ModifyApplicationProxyRule", async function () {
|
|
662
702
|
try {
|
|
663
|
-
const data = await client.
|
|
703
|
+
const data = await client.ModifyApplicationProxyRule({})
|
|
664
704
|
expect(data).to.be.ok
|
|
665
705
|
} catch(error) {
|
|
666
706
|
expect(error.requestId).to.be.ok
|
|
@@ -668,9 +708,9 @@ it("teo.v20220106.ModifyApplicationProxyRuleStatus", async function () {
|
|
|
668
708
|
}
|
|
669
709
|
})
|
|
670
710
|
|
|
671
|
-
it("teo.v20220106.
|
|
711
|
+
it("teo.v20220106.CreateOriginGroup", async function () {
|
|
672
712
|
try {
|
|
673
|
-
const data = await client.
|
|
713
|
+
const data = await client.CreateOriginGroup({})
|
|
674
714
|
expect(data).to.be.ok
|
|
675
715
|
} catch(error) {
|
|
676
716
|
expect(error.requestId).to.be.ok
|
|
@@ -678,9 +718,129 @@ it("teo.v20220106.DescribeSecurityPolicyList", async function () {
|
|
|
678
718
|
}
|
|
679
719
|
})
|
|
680
720
|
|
|
681
|
-
it("teo.v20220106.
|
|
721
|
+
it("teo.v20220106.ModifyHostsCertificate", async function () {
|
|
682
722
|
try {
|
|
683
|
-
const data = await client.
|
|
723
|
+
const data = await client.ModifyHostsCertificate({})
|
|
724
|
+
expect(data).to.be.ok
|
|
725
|
+
} catch(error) {
|
|
726
|
+
expect(error.requestId).to.be.ok
|
|
727
|
+
expect(error.code).to.be.ok
|
|
728
|
+
}
|
|
729
|
+
})
|
|
730
|
+
|
|
731
|
+
it("teo.v20220106.ModifyZoneCnameSpeedUp", async function () {
|
|
732
|
+
try {
|
|
733
|
+
const data = await client.ModifyZoneCnameSpeedUp({})
|
|
734
|
+
expect(data).to.be.ok
|
|
735
|
+
} catch(error) {
|
|
736
|
+
expect(error.requestId).to.be.ok
|
|
737
|
+
expect(error.code).to.be.ok
|
|
738
|
+
}
|
|
739
|
+
})
|
|
740
|
+
|
|
741
|
+
it("teo.v20220106.ModifyDnsRecord", async function () {
|
|
742
|
+
try {
|
|
743
|
+
const data = await client.ModifyDnsRecord({})
|
|
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.v20220106.DescribeDDosMajorAttackEvent", async function () {
|
|
752
|
+
try {
|
|
753
|
+
const data = await client.DescribeDDosMajorAttackEvent({})
|
|
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.v20220106.DescribeHostsSetting", async function () {
|
|
762
|
+
try {
|
|
763
|
+
const data = await client.DescribeHostsSetting({})
|
|
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.v20220106.DescribeZoneSetting", async function () {
|
|
772
|
+
try {
|
|
773
|
+
const data = await client.DescribeZoneSetting({})
|
|
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.v20220106.CreateApplicationProxyRule", async function () {
|
|
782
|
+
try {
|
|
783
|
+
const data = await client.CreateApplicationProxyRule({})
|
|
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.v20220106.DescribeZones", async function () {
|
|
792
|
+
try {
|
|
793
|
+
const data = await client.DescribeZones({})
|
|
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.v20220106.ReclaimZone", async function () {
|
|
802
|
+
try {
|
|
803
|
+
const data = await client.ReclaimZone({})
|
|
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.v20220106.DeleteZone", async function () {
|
|
812
|
+
try {
|
|
813
|
+
const data = await client.DeleteZone({})
|
|
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.v20220106.DescribeDDosAttackEvent", async function () {
|
|
822
|
+
try {
|
|
823
|
+
const data = await client.DescribeDDosAttackEvent({})
|
|
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.v20220106.DescribeDnsRecords", async function () {
|
|
832
|
+
try {
|
|
833
|
+
const data = await client.DescribeDnsRecords({})
|
|
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.v20220106.DescribeBotLog", async function () {
|
|
842
|
+
try {
|
|
843
|
+
const data = await client.DescribeBotLog({})
|
|
684
844
|
expect(data).to.be.ok
|
|
685
845
|
} catch(error) {
|
|
686
846
|
expect(error.requestId).to.be.ok
|
|
@@ -698,4 +858,44 @@ it("teo.v20220106.DescribeApplicationProxy", async function () {
|
|
|
698
858
|
}
|
|
699
859
|
})
|
|
700
860
|
|
|
861
|
+
it("teo.v20220106.DescribeWebManagedRulesData", async function () {
|
|
862
|
+
try {
|
|
863
|
+
const data = await client.DescribeWebManagedRulesData({})
|
|
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.v20220106.ImportDnsRecords", async function () {
|
|
872
|
+
try {
|
|
873
|
+
const data = await client.ImportDnsRecords({})
|
|
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.v20220106.DescribeSecurityPolicyManagedRulesId", async function () {
|
|
882
|
+
try {
|
|
883
|
+
const data = await client.DescribeSecurityPolicyManagedRulesId({})
|
|
884
|
+
expect(data).to.be.ok
|
|
885
|
+
} catch(error) {
|
|
886
|
+
expect(error.requestId).to.be.ok
|
|
887
|
+
expect(error.code).to.be.ok
|
|
888
|
+
}
|
|
889
|
+
})
|
|
890
|
+
|
|
891
|
+
it("teo.v20220106.ModifyDnssec", async function () {
|
|
892
|
+
try {
|
|
893
|
+
const data = await client.ModifyDnssec({})
|
|
894
|
+
expect(data).to.be.ok
|
|
895
|
+
} catch(error) {
|
|
896
|
+
expect(error.requestId).to.be.ok
|
|
897
|
+
expect(error.code).to.be.ok
|
|
898
|
+
}
|
|
899
|
+
})
|
|
900
|
+
|
|
701
901
|
})
|