tencentcloud-sdk-nodejs 4.0.359 → 4.0.362

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (116) hide show
  1. package/CHANGELOG.md +580 -0
  2. package/SERVICE_CHANGELOG.md +691 -50
  3. package/package.json +1 -1
  4. package/products.md +28 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/acp/v20220105/acp_client.ts +25 -12
  7. package/src/services/acp/v20220105/acp_models.ts +50 -0
  8. package/src/services/antiddos/v20200309/antiddos_client.ts +3 -1
  9. package/src/services/antiddos/v20200309/antiddos_models.ts +68 -2
  10. package/src/services/apigateway/v20180808/apigateway_client.ts +30 -17
  11. package/src/services/apigateway/v20180808/apigateway_models.ts +74 -22
  12. package/src/services/cat/v20180409/cat_client.ts +38 -377
  13. package/src/services/cat/v20180409/cat_models.ts +384 -2402
  14. package/src/services/cdb/v20170320/cdb_models.ts +2 -2
  15. package/src/services/ciam/index.ts +5 -0
  16. package/src/services/ciam/v20220331/ciam_client.ts +155 -0
  17. package/src/services/ciam/v20220331/ciam_models.ts +699 -0
  18. package/src/services/ciam/v20220331/index.ts +6 -0
  19. package/src/services/cii/v20210408/cii_client.ts +3 -0
  20. package/src/services/cii/v20210408/cii_models.ts +61 -0
  21. package/src/services/cvm/v20170312/cvm_models.ts +18 -8
  22. package/src/services/dlc/v20210125/dlc_client.ts +13 -0
  23. package/src/services/dlc/v20210125/dlc_models.ts +99 -6
  24. package/src/services/eis/v20210601/eis_models.ts +39 -0
  25. package/src/services/ess/v20201111/ess_client.ts +1 -1
  26. package/src/services/ess/v20201111/ess_models.ts +1 -1
  27. package/src/services/facefusion/v20181201/facefusion_models.ts +1 -1
  28. package/src/services/index.ts +1 -0
  29. package/src/services/live/v20180801/live_client.ts +16 -3
  30. package/src/services/live/v20180801/live_models.ts +105 -37
  31. package/src/services/mmps/v20200710/mmps_client.ts +30 -5
  32. package/src/services/mmps/v20200710/mmps_models.ts +193 -103
  33. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  34. package/src/services/oceanus/v20190422/oceanus_client.ts +22 -0
  35. package/src/services/oceanus/v20190422/oceanus_models.ts +40 -0
  36. package/src/services/ocr/v20181119/ocr_client.ts +2 -1
  37. package/src/services/ocr/v20181119/ocr_models.ts +28 -3
  38. package/src/services/postgres/v20170312/postgres_models.ts +53 -38
  39. package/src/services/redis/v20180412/redis_models.ts +10 -0
  40. package/src/services/ses/v20201002/ses_client.ts +1 -1
  41. package/src/services/tbaas/v20180416/tbaas_models.ts +1 -1
  42. package/src/services/teo/v20220106/teo_client.ts +653 -396
  43. package/src/services/teo/v20220106/teo_models.ts +2869 -567
  44. package/src/services/tiia/v20190529/tiia_client.ts +34 -11
  45. package/src/services/tiia/v20190529/tiia_models.ts +70 -14
  46. package/src/services/vpc/v20170312/vpc_models.ts +2 -2
  47. package/tencentcloud/common/sdk_version.d.ts +1 -1
  48. package/tencentcloud/common/sdk_version.js +1 -1
  49. package/tencentcloud/services/acp/v20220105/acp_client.d.ts +9 -5
  50. package/tencentcloud/services/acp/v20220105/acp_client.js +12 -6
  51. package/tencentcloud/services/acp/v20220105/acp_models.d.ts +43 -0
  52. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
  53. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +1 -1
  54. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +57 -2
  55. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +10 -6
  56. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +13 -7
  57. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +65 -20
  58. package/tencentcloud/services/cat/v20180409/cat_client.d.ts +9 -117
  59. package/tencentcloud/services/cat/v20180409/cat_client.js +12 -174
  60. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +348 -2028
  61. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
  62. package/tencentcloud/services/ciam/index.d.ts +6 -0
  63. package/tencentcloud/services/ciam/index.js +7 -0
  64. package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +50 -0
  65. package/tencentcloud/services/ciam/v20220331/ciam_client.js +91 -0
  66. package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +579 -0
  67. package/tencentcloud/services/ciam/v20220331/ciam_models.js +18 -0
  68. package/tencentcloud/services/ciam/v20220331/index.d.ts +6 -0
  69. package/tencentcloud/services/ciam/v20220331/index.js +9 -0
  70. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +52 -0
  71. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +17 -8
  72. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  73. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  74. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +85 -6
  75. package/tencentcloud/services/eis/v20210601/eis_models.d.ts +32 -0
  76. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  77. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  78. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
  79. package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +1 -1
  80. package/tencentcloud/services/index.d.ts +1 -0
  81. package/tencentcloud/services/index.js +2 -0
  82. package/tencentcloud/services/live/v20180801/live_client.d.ts +6 -2
  83. package/tencentcloud/services/live/v20180801/live_client.js +7 -1
  84. package/tencentcloud/services/live/v20180801/live_models.d.ts +91 -32
  85. package/tencentcloud/services/mmps/v20200710/mmps_client.d.ts +9 -1
  86. package/tencentcloud/services/mmps/v20200710/mmps_client.js +12 -0
  87. package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +164 -88
  88. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  89. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +15 -1
  90. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +16 -0
  91. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +34 -0
  92. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  93. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  94. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +24 -3
  95. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +50 -38
  96. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +8 -0
  97. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
  98. package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
  99. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +1 -1
  100. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +199 -123
  101. package/tencentcloud/services/teo/v20220106/teo_client.js +297 -183
  102. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +2528 -588
  103. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +25 -11
  104. package/tencentcloud/services/tiia/v20190529/tiia_client.js +26 -10
  105. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +61 -12
  106. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
  107. package/test/acp.v20220105.test.js +14 -4
  108. package/test/apigateway.v20180808.test.js +14 -4
  109. package/test/cat.v20180409.test.js +8 -278
  110. package/test/ciam.v20220331.test.js +121 -0
  111. package/test/dlc.v20210125.test.js +10 -0
  112. package/test/live.v20180801.test.js +10 -0
  113. package/test/mmps.v20200710.test.js +20 -0
  114. package/test/oceanus.v20190422.test.js +10 -0
  115. package/test/teo.v20220106.test.js +312 -122
  116. package/test/tiia.v20190529.test.js +10 -0
@@ -28,9 +28,9 @@ it("teo.v20220106.CreateDnsRecord", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("teo.v20220106.DescribeIdentification", async function () {
31
+ it("teo.v20220106.CreatePurgeTask", async function () {
32
32
  try {
33
- const data = await client.DescribeIdentification({})
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.ModifyApplicationProxyRule", async function () {
41
+ it("teo.v20220106.DescribePrefetchTasks", async function () {
42
42
  try {
43
- const data = await client.ModifyApplicationProxyRule({})
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.DeleteOriginGroup", async function () {
51
+ it("teo.v20220106.DescribeWebProtectionAttackEvents", async function () {
52
52
  try {
53
- const data = await client.DeleteOriginGroup({})
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.DeleteApplicationProxy", async function () {
61
+ it("teo.v20220106.CreateLoadBalancing", async function () {
62
62
  try {
63
- const data = await client.DeleteApplicationProxy({})
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.CreateApplicationProxyRules", async function () {
71
+ it("teo.v20220106.ModifyDDoSPolicyHost", async function () {
72
72
  try {
73
- const data = await client.CreateApplicationProxyRules({})
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.CreatePurgeTask", async function () {
81
+ it("teo.v20220106.IdentifyZone", async function () {
82
82
  try {
83
- const data = await client.CreatePurgeTask({})
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.CreateOriginGroup", async function () {
91
+ it("teo.v20220106.DescribeDefaultCertificates", async function () {
92
92
  try {
93
- const data = await client.CreateOriginGroup({})
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.DescribePurgeTasks", async function () {
101
+ it("teo.v20220106.ModifyOriginGroup", async function () {
102
102
  try {
103
- const data = await client.DescribePurgeTasks({})
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.DescribeSecurityPolicyManagedRules", async function () {
111
+ it("teo.v20220106.DescribeDDosAttackTopData", async function () {
112
112
  try {
113
- const data = await client.DescribeSecurityPolicyManagedRules({})
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.ModifyHostsCertificate", async function () {
121
+ it("teo.v20220106.DescribeSecurityPortraitRules", async function () {
122
122
  try {
123
- const data = await client.ModifyHostsCertificate({})
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.ModifyHostsCertificate", async function () {
128
128
  }
129
129
  })
130
130
 
131
- it("teo.v20220106.DescribePrefetchTasks", async function () {
131
+ it("teo.v20220106.DeleteApplicationProxy", async function () {
132
132
  try {
133
- const data = await client.DescribePrefetchTasks({})
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.DescribePrefetchTasks", async function () {
138
138
  }
139
139
  })
140
140
 
141
- it("teo.v20220106.ModifyZoneCnameSpeedUp", async function () {
141
+ it("teo.v20220106.DescribeWebManagedRulesLog", async function () {
142
142
  try {
143
- const data = await client.ModifyZoneCnameSpeedUp({})
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.ModifyZoneCnameSpeedUp", async function () {
148
148
  }
149
149
  })
150
150
 
151
- it("teo.v20220106.ModifyDnsRecord", async function () {
151
+ it("teo.v20220106.DownloadL7Logs", async function () {
152
152
  try {
153
- const data = await client.ModifyDnsRecord({})
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.ModifyDnsRecord", async function () {
158
158
  }
159
159
  })
160
160
 
161
- it("teo.v20220106.ModifyApplicationProxy", async function () {
161
+ it("teo.v20220106.DeleteApplicationProxyRule", async function () {
162
162
  try {
163
- const data = await client.ModifyApplicationProxy({})
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,29 @@ it("teo.v20220106.ModifyApplicationProxy", async function () {
168
168
  }
169
169
  })
170
170
 
171
- it("teo.v20220106.CreateZone", async function () {
171
+ it("teo.v20220106.ModifyLoadBalancingStatus", async function () {
172
172
  try {
173
- const data = await client.CreateZone({})
173
+ const data = await client.ModifyLoadBalancingStatus({})
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.v20220106.DescribeWebProtectionData", async function () {
182
+ try {
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({})
174
194
  expect(data).to.be.ok
175
195
  } catch(error) {
176
196
  expect(error.requestId).to.be.ok
@@ -188,9 +208,9 @@ it("teo.v20220106.ModifyZone", async function () {
188
208
  }
189
209
  })
190
210
 
191
- it("teo.v20220106.DescribeHostsSetting", async function () {
211
+ it("teo.v20220106.CreatePrefetchTask", async function () {
192
212
  try {
193
- const data = await client.DescribeHostsSetting({})
213
+ const data = await client.CreatePrefetchTask({})
194
214
  expect(data).to.be.ok
195
215
  } catch(error) {
196
216
  expect(error.requestId).to.be.ok
@@ -198,9 +218,9 @@ it("teo.v20220106.DescribeHostsSetting", async function () {
198
218
  }
199
219
  })
200
220
 
201
- it("teo.v20220106.DescribeZoneDDoSPolicy", async function () {
221
+ it("teo.v20220106.DescribeOverviewL7Data", async function () {
202
222
  try {
203
- const data = await client.DescribeZoneDDoSPolicy({})
223
+ const data = await client.DescribeOverviewL7Data({})
204
224
  expect(data).to.be.ok
205
225
  } catch(error) {
206
226
  expect(error.requestId).to.be.ok
@@ -208,9 +228,9 @@ it("teo.v20220106.DescribeZoneDDoSPolicy", async function () {
208
228
  }
209
229
  })
210
230
 
211
- it("teo.v20220106.ModifyLoadBalancing", async function () {
231
+ it("teo.v20220106.CheckCertificate", async function () {
212
232
  try {
213
- const data = await client.ModifyLoadBalancing({})
233
+ const data = await client.CheckCertificate({})
214
234
  expect(data).to.be.ok
215
235
  } catch(error) {
216
236
  expect(error.requestId).to.be.ok
@@ -218,9 +238,9 @@ it("teo.v20220106.ModifyLoadBalancing", async function () {
218
238
  }
219
239
  })
220
240
 
221
- it("teo.v20220106.CreateLoadBalancing", async function () {
241
+ it("teo.v20220106.DescribeSecurityPolicyManagedRules", async function () {
222
242
  try {
223
- const data = await client.CreateLoadBalancing({})
243
+ const data = await client.DescribeSecurityPolicyManagedRules({})
224
244
  expect(data).to.be.ok
225
245
  } catch(error) {
226
246
  expect(error.requestId).to.be.ok
@@ -228,9 +248,9 @@ it("teo.v20220106.CreateLoadBalancing", async function () {
228
248
  }
229
249
  })
230
250
 
231
- it("teo.v20220106.ModifyDDoSPolicyHost", async function () {
251
+ it("teo.v20220106.DescribeCnameStatus", async function () {
232
252
  try {
233
- const data = await client.ModifyDDoSPolicyHost({})
253
+ const data = await client.DescribeCnameStatus({})
234
254
  expect(data).to.be.ok
235
255
  } catch(error) {
236
256
  expect(error.requestId).to.be.ok
@@ -238,9 +258,9 @@ it("teo.v20220106.ModifyDDoSPolicyHost", async function () {
238
258
  }
239
259
  })
240
260
 
241
- it("teo.v20220106.CreateCustomErrorPage", async function () {
261
+ it("teo.v20220106.DescribeSecurityPolicyRegions", async function () {
242
262
  try {
243
- const data = await client.CreateCustomErrorPage({})
263
+ const data = await client.DescribeSecurityPolicyRegions({})
244
264
  expect(data).to.be.ok
245
265
  } catch(error) {
246
266
  expect(error.requestId).to.be.ok
@@ -248,9 +268,9 @@ it("teo.v20220106.CreateCustomErrorPage", async function () {
248
268
  }
249
269
  })
250
270
 
251
- it("teo.v20220106.IdentifyZone", async function () {
271
+ it("teo.v20220106.DescribeZoneDetails", async function () {
252
272
  try {
253
- const data = await client.IdentifyZone({})
273
+ const data = await client.DescribeZoneDetails({})
254
274
  expect(data).to.be.ok
255
275
  } catch(error) {
256
276
  expect(error.requestId).to.be.ok
@@ -258,9 +278,9 @@ it("teo.v20220106.IdentifyZone", async function () {
258
278
  }
259
279
  })
260
280
 
261
- it("teo.v20220106.DescribeDefaultCertificates", async function () {
281
+ it("teo.v20220106.ModifyZoneSetting", async function () {
262
282
  try {
263
- const data = await client.DescribeDefaultCertificates({})
283
+ const data = await client.ModifyZoneSetting({})
264
284
  expect(data).to.be.ok
265
285
  } catch(error) {
266
286
  expect(error.requestId).to.be.ok
@@ -268,9 +288,9 @@ it("teo.v20220106.DescribeDefaultCertificates", async function () {
268
288
  }
269
289
  })
270
290
 
271
- it("teo.v20220106.ModifyDDoSPolicy", async function () {
291
+ it("teo.v20220106.ModifyApplicationProxyRuleStatus", async function () {
272
292
  try {
273
- const data = await client.ModifyDDoSPolicy({})
293
+ const data = await client.ModifyApplicationProxyRuleStatus({})
274
294
  expect(data).to.be.ok
275
295
  } catch(error) {
276
296
  expect(error.requestId).to.be.ok
@@ -278,9 +298,9 @@ it("teo.v20220106.ModifyDDoSPolicy", async function () {
278
298
  }
279
299
  })
280
300
 
281
- it("teo.v20220106.DescribeDnsData", async function () {
301
+ it("teo.v20220106.DescribeSecurityPolicyList", async function () {
282
302
  try {
283
- const data = await client.DescribeDnsData({})
303
+ const data = await client.DescribeSecurityPolicyList({})
284
304
  expect(data).to.be.ok
285
305
  } catch(error) {
286
306
  expect(error.requestId).to.be.ok
@@ -288,9 +308,9 @@ it("teo.v20220106.DescribeDnsData", async function () {
288
308
  }
289
309
  })
290
310
 
291
- it("teo.v20220106.DescribeZoneSetting", async function () {
311
+ it("teo.v20220106.DeleteOriginGroup", async function () {
292
312
  try {
293
- const data = await client.DescribeZoneSetting({})
313
+ const data = await client.DeleteOriginGroup({})
294
314
  expect(data).to.be.ok
295
315
  } catch(error) {
296
316
  expect(error.requestId).to.be.ok
@@ -298,9 +318,9 @@ it("teo.v20220106.DescribeZoneSetting", async function () {
298
318
  }
299
319
  })
300
320
 
301
- it("teo.v20220106.DescribeLoadBalancing", async function () {
321
+ it("teo.v20220106.DescribeWebManagedRulesTopData", async function () {
302
322
  try {
303
- const data = await client.DescribeLoadBalancing({})
323
+ const data = await client.DescribeWebManagedRulesTopData({})
304
324
  expect(data).to.be.ok
305
325
  } catch(error) {
306
326
  expect(error.requestId).to.be.ok
@@ -308,9 +328,9 @@ it("teo.v20220106.DescribeLoadBalancing", async function () {
308
328
  }
309
329
  })
310
330
 
311
- it("teo.v20220106.DescribeHostsCertificate", async function () {
331
+ it("teo.v20220106.CreateApplicationProxyRules", async function () {
312
332
  try {
313
- const data = await client.DescribeHostsCertificate({})
333
+ const data = await client.CreateApplicationProxyRules({})
314
334
  expect(data).to.be.ok
315
335
  } catch(error) {
316
336
  expect(error.requestId).to.be.ok
@@ -318,9 +338,9 @@ it("teo.v20220106.DescribeHostsCertificate", async function () {
318
338
  }
319
339
  })
320
340
 
321
- it("teo.v20220106.DescribeOriginGroupDetail", async function () {
341
+ it("teo.v20220106.DescribePurgeTasks", async function () {
322
342
  try {
323
- const data = await client.DescribeOriginGroupDetail({})
343
+ const data = await client.DescribePurgeTasks({})
324
344
  expect(data).to.be.ok
325
345
  } catch(error) {
326
346
  expect(error.requestId).to.be.ok
@@ -328,9 +348,9 @@ it("teo.v20220106.DescribeOriginGroupDetail", async function () {
328
348
  }
329
349
  })
330
350
 
331
- it("teo.v20220106.CreateApplicationProxyRule", async function () {
351
+ it("teo.v20220106.DescribeDDosAttackEventDetail", async function () {
332
352
  try {
333
- const data = await client.CreateApplicationProxyRule({})
353
+ const data = await client.DescribeDDosAttackEventDetail({})
334
354
  expect(data).to.be.ok
335
355
  } catch(error) {
336
356
  expect(error.requestId).to.be.ok
@@ -338,9 +358,9 @@ it("teo.v20220106.CreateApplicationProxyRule", async function () {
338
358
  }
339
359
  })
340
360
 
341
- it("teo.v20220106.DescribeApplicationProxyDetail", async function () {
361
+ it("teo.v20220106.DescribeLoadBalancing", async function () {
342
362
  try {
343
- const data = await client.DescribeApplicationProxyDetail({})
363
+ const data = await client.DescribeLoadBalancing({})
344
364
  expect(data).to.be.ok
345
365
  } catch(error) {
346
366
  expect(error.requestId).to.be.ok
@@ -358,9 +378,9 @@ it("teo.v20220106.DeleteLoadBalancing", async function () {
358
378
  }
359
379
  })
360
380
 
361
- it("teo.v20220106.ModifyZoneSetting", async function () {
381
+ it("teo.v20220106.DescribeTimingL4Data", async function () {
362
382
  try {
363
- const data = await client.ModifyZoneSetting({})
383
+ const data = await client.DescribeTimingL4Data({})
364
384
  expect(data).to.be.ok
365
385
  } catch(error) {
366
386
  expect(error.requestId).to.be.ok
@@ -368,9 +388,9 @@ it("teo.v20220106.ModifyZoneSetting", async function () {
368
388
  }
369
389
  })
370
390
 
371
- it("teo.v20220106.ReclaimZone", async function () {
391
+ it("teo.v20220106.ScanDnsRecords", async function () {
372
392
  try {
373
- const data = await client.ReclaimZone({})
393
+ const data = await client.ScanDnsRecords({})
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.ReclaimZone", async function () {
378
398
  }
379
399
  })
380
400
 
381
- it("teo.v20220106.DeleteZone", async function () {
401
+ it("teo.v20220106.DescribeTopL7AnalysisData", async function () {
382
402
  try {
383
- const data = await client.DeleteZone({})
403
+ const data = await client.DescribeTopL7AnalysisData({})
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.DeleteZone", async function () {
388
408
  }
389
409
  })
390
410
 
391
- it("teo.v20220106.ModifyZoneStatus", async function () {
411
+ it("teo.v20220106.DeleteDnsRecords", async function () {
392
412
  try {
393
- const data = await client.ModifyZoneStatus({})
413
+ const data = await client.DeleteDnsRecords({})
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.ModifyZoneStatus", async function () {
398
418
  }
399
419
  })
400
420
 
401
- it("teo.v20220106.DownloadL7Logs", async function () {
421
+ it("teo.v20220106.ModifySecurityPolicy", async function () {
402
422
  try {
403
- const data = await client.DownloadL7Logs({})
423
+ const data = await client.ModifySecurityPolicy({})
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.DownloadL7Logs", async function () {
408
428
  }
409
429
  })
410
430
 
411
- it("teo.v20220106.DescribeZones", async function () {
431
+ it("teo.v20220106.DescribeBotManagedRules", async function () {
412
432
  try {
413
- const data = await client.DescribeZones({})
433
+ const data = await client.DescribeBotManagedRules({})
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.DescribeZones", async function () {
418
438
  }
419
439
  })
420
440
 
421
- it("teo.v20220106.DeleteApplicationProxyRule", async function () {
441
+ it("teo.v20220106.DescribeDDosAttackSourceEvent", async function () {
422
442
  try {
423
- const data = await client.DeleteApplicationProxyRule({})
443
+ const data = await client.DescribeDDosAttackSourceEvent({})
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.DeleteApplicationProxyRule", async function () {
428
448
  }
429
449
  })
430
450
 
431
- it("teo.v20220106.DescribeDnsRecords", async function () {
451
+ it("teo.v20220106.ModifyApplicationProxyStatus", async function () {
432
452
  try {
433
- const data = await client.DescribeDnsRecords({})
453
+ const data = await client.ModifyApplicationProxyStatus({})
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.DescribeDnsRecords", async function () {
438
458
  }
439
459
  })
440
460
 
441
- it("teo.v20220106.ScanDnsRecords", async function () {
461
+ it("teo.v20220106.DescribeTimingL7AnalysisData", async function () {
442
462
  try {
443
- const data = await client.ScanDnsRecords({})
463
+ const data = await client.DescribeTimingL7AnalysisData({})
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.ScanDnsRecords", async function () {
448
468
  }
449
469
  })
450
470
 
451
- it("teo.v20220106.ModifyOriginGroup", async function () {
471
+ it("teo.v20220106.DescribeIdentification", async function () {
452
472
  try {
453
- const data = await client.ModifyOriginGroup({})
473
+ const data = await client.DescribeIdentification({})
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.ModifyOriginGroup", async function () {
458
478
  }
459
479
  })
460
480
 
461
- it("teo.v20220106.DescribeDDoSPolicy", async function () {
481
+ it("teo.v20220106.ModifyApplicationProxy", async function () {
462
482
  try {
463
- const data = await client.DescribeDDoSPolicy({})
483
+ const data = await client.ModifyApplicationProxy({})
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.DescribeDDoSPolicy", async function () {
468
488
  }
469
489
  })
470
490
 
471
- it("teo.v20220106.ModifyLoadBalancingStatus", async function () {
491
+ it("teo.v20220106.CreateZone", async function () {
472
492
  try {
473
- const data = await client.ModifyLoadBalancingStatus({})
493
+ const data = await client.CreateZone({})
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.ModifyLoadBalancingStatus", async function () {
478
498
  }
479
499
  })
480
500
 
481
- it("teo.v20220106.DeleteDnsRecords", async function () {
501
+ it("teo.v20220106.DescribeZoneDDoSPolicy", async function () {
482
502
  try {
483
- const data = await client.DeleteDnsRecords({})
503
+ const data = await client.DescribeZoneDDoSPolicy({})
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.DeleteDnsRecords", async function () {
488
508
  }
489
509
  })
490
510
 
491
- it("teo.v20220106.ModifySecurityPolicy", async function () {
511
+ it("teo.v20220106.ModifyLoadBalancing", async function () {
492
512
  try {
493
- const data = await client.ModifySecurityPolicy({})
513
+ const data = await client.ModifyLoadBalancing({})
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.ModifySecurityPolicy", async function () {
498
518
  }
499
519
  })
500
520
 
501
- it("teo.v20220106.CreatePrefetchTask", async function () {
521
+ it("teo.v20220106.CreateCustomErrorPage", async function () {
502
522
  try {
503
- const data = await client.CreatePrefetchTask({})
523
+ const data = await client.CreateCustomErrorPage({})
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.CreatePrefetchTask", async function () {
508
528
  }
509
529
  })
510
530
 
511
- it("teo.v20220106.ModifyDefaultCertificate", async function () {
531
+ it("teo.v20220106.ModifyDDoSPolicy", async function () {
512
532
  try {
513
- const data = await client.ModifyDefaultCertificate({})
533
+ const data = await client.ModifyDDoSPolicy({})
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.ModifyDefaultCertificate", async function () {
518
538
  }
519
539
  })
520
540
 
521
- it("teo.v20220106.DescribeSecurityPolicy", async function () {
541
+ it("teo.v20220106.DescribeDnsData", async function () {
522
542
  try {
523
- const data = await client.DescribeSecurityPolicy({})
543
+ const data = await client.DescribeDnsData({})
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.DescribeSecurityPolicy", async function () {
528
548
  }
529
549
  })
530
550
 
531
- it("teo.v20220106.ImportDnsRecords", async function () {
551
+ it("teo.v20220106.DescribeHostsCertificate", async function () {
532
552
  try {
533
- const data = await client.ImportDnsRecords({})
553
+ const data = await client.DescribeHostsCertificate({})
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.ImportDnsRecords", async function () {
538
558
  }
539
559
  })
540
560
 
541
- it("teo.v20220106.DescribeLoadBalancingDetail", async function () {
561
+ it("teo.v20220106.DescribeDDosAttackData", async function () {
542
562
  try {
543
- const data = await client.DescribeLoadBalancingDetail({})
563
+ const data = await client.DescribeDDosAttackData({})
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.DescribeLoadBalancingDetail", async function () {
548
568
  }
549
569
  })
550
570
 
551
- it("teo.v20220106.CheckCertificate", async function () {
571
+ it("teo.v20220106.DescribeOriginGroupDetail", async function () {
552
572
  try {
553
- const data = await client.CheckCertificate({})
573
+ const data = await client.DescribeOriginGroupDetail({})
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.CheckCertificate", async function () {
558
578
  }
559
579
  })
560
580
 
561
- it("teo.v20220106.DescribeSecurityPolicyManagedRulesId", async function () {
581
+ it("teo.v20220106.DescribeApplicationProxyDetail", async function () {
562
582
  try {
563
- const data = await client.DescribeSecurityPolicyManagedRulesId({})
583
+ const data = await client.DescribeApplicationProxyDetail({})
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.DescribeSecurityPolicyManagedRulesId", async function () {
568
588
  }
569
589
  })
570
590
 
571
- it("teo.v20220106.DescribeBotManagedRules", async function () {
591
+ it("teo.v20220106.DescribeWebProtectionLog", async function () {
572
592
  try {
573
- const data = await client.DescribeBotManagedRules({})
593
+ const data = await client.DescribeWebProtectionLog({})
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.DescribeBotManagedRules", async function () {
578
598
  }
579
599
  })
580
600
 
581
- it("teo.v20220106.DescribeCnameStatus", async function () {
601
+ it("teo.v20220106.ModifyZoneStatus", async function () {
582
602
  try {
583
- const data = await client.DescribeCnameStatus({})
603
+ const data = await client.ModifyZoneStatus({})
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.DescribeCnameStatus", async function () {
588
608
  }
589
609
  })
590
610
 
591
- it("teo.v20220106.DescribeSecurityPolicyRegions", async function () {
611
+ it("teo.v20220106.DescribeDDoSPolicy", async function () {
592
612
  try {
593
- const data = await client.DescribeSecurityPolicyRegions({})
613
+ const data = await client.DescribeDDoSPolicy({})
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.DescribeSecurityPolicyRegions", async function () {
598
618
  }
599
619
  })
600
620
 
601
- it("teo.v20220106.DescribeDnssec", async function () {
621
+ it("teo.v20220106.ModifyDefaultCertificate", async function () {
602
622
  try {
603
- const data = await client.DescribeDnssec({})
623
+ const data = await client.ModifyDefaultCertificate({})
604
624
  expect(data).to.be.ok
605
625
  } catch(error) {
606
626
  expect(error.requestId).to.be.ok
@@ -608,9 +628,19 @@ it("teo.v20220106.DescribeDnssec", async function () {
608
628
  }
609
629
  })
610
630
 
611
- it("teo.v20220106.DescribeZoneDetails", async function () {
631
+ it("teo.v20220106.DescribeLoadBalancingDetail", async function () {
612
632
  try {
613
- const data = await client.DescribeZoneDetails({})
633
+ const data = await client.DescribeLoadBalancingDetail({})
634
+ expect(data).to.be.ok
635
+ } catch(error) {
636
+ expect(error.requestId).to.be.ok
637
+ expect(error.code).to.be.ok
638
+ }
639
+ })
640
+
641
+ it("teo.v20220106.DescribeSecurityPolicy", async function () {
642
+ try {
643
+ const data = await client.DescribeSecurityPolicy({})
614
644
  expect(data).to.be.ok
615
645
  } catch(error) {
616
646
  expect(error.requestId).to.be.ok
@@ -638,9 +668,9 @@ it("teo.v20220106.DescribeOriginGroup", async function () {
638
668
  }
639
669
  })
640
670
 
641
- it("teo.v20220106.ModifyApplicationProxyStatus", async function () {
671
+ it("teo.v20220106.DescribeDnssec", async function () {
642
672
  try {
643
- const data = await client.ModifyApplicationProxyStatus({})
673
+ const data = await client.DescribeDnssec({})
644
674
  expect(data).to.be.ok
645
675
  } catch(error) {
646
676
  expect(error.requestId).to.be.ok
@@ -648,9 +678,9 @@ it("teo.v20220106.ModifyApplicationProxyStatus", async function () {
648
678
  }
649
679
  })
650
680
 
651
- it("teo.v20220106.ModifyApplicationProxyRuleStatus", async function () {
681
+ it("teo.v20220106.ModifyApplicationProxyRule", async function () {
652
682
  try {
653
- const data = await client.ModifyApplicationProxyRuleStatus({})
683
+ const data = await client.ModifyApplicationProxyRule({})
654
684
  expect(data).to.be.ok
655
685
  } catch(error) {
656
686
  expect(error.requestId).to.be.ok
@@ -658,9 +688,9 @@ it("teo.v20220106.ModifyApplicationProxyRuleStatus", async function () {
658
688
  }
659
689
  })
660
690
 
661
- it("teo.v20220106.DescribeSecurityPolicyList", async function () {
691
+ it("teo.v20220106.CreateOriginGroup", async function () {
662
692
  try {
663
- const data = await client.DescribeSecurityPolicyList({})
693
+ const data = await client.CreateOriginGroup({})
664
694
  expect(data).to.be.ok
665
695
  } catch(error) {
666
696
  expect(error.requestId).to.be.ok
@@ -668,9 +698,129 @@ it("teo.v20220106.DescribeSecurityPolicyList", async function () {
668
698
  }
669
699
  })
670
700
 
671
- it("teo.v20220106.ModifyDnssec", async function () {
701
+ it("teo.v20220106.ModifyHostsCertificate", async function () {
672
702
  try {
673
- const data = await client.ModifyDnssec({})
703
+ const data = await client.ModifyHostsCertificate({})
704
+ expect(data).to.be.ok
705
+ } catch(error) {
706
+ expect(error.requestId).to.be.ok
707
+ expect(error.code).to.be.ok
708
+ }
709
+ })
710
+
711
+ it("teo.v20220106.ModifyZoneCnameSpeedUp", async function () {
712
+ try {
713
+ const data = await client.ModifyZoneCnameSpeedUp({})
714
+ expect(data).to.be.ok
715
+ } catch(error) {
716
+ expect(error.requestId).to.be.ok
717
+ expect(error.code).to.be.ok
718
+ }
719
+ })
720
+
721
+ it("teo.v20220106.ModifyDnsRecord", async function () {
722
+ try {
723
+ const data = await client.ModifyDnsRecord({})
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.DescribeDDosMajorAttackEvent", async function () {
732
+ try {
733
+ const data = await client.DescribeDDosMajorAttackEvent({})
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.DescribeHostsSetting", async function () {
742
+ try {
743
+ const data = await client.DescribeHostsSetting({})
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.DescribeZoneSetting", async function () {
752
+ try {
753
+ const data = await client.DescribeZoneSetting({})
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.CreateApplicationProxyRule", async function () {
762
+ try {
763
+ const data = await client.CreateApplicationProxyRule({})
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.DescribeZones", async function () {
772
+ try {
773
+ const data = await client.DescribeZones({})
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.ReclaimZone", async function () {
782
+ try {
783
+ const data = await client.ReclaimZone({})
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.DeleteZone", async function () {
792
+ try {
793
+ const data = await client.DeleteZone({})
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.DescribeDDosAttackEvent", async function () {
802
+ try {
803
+ const data = await client.DescribeDDosAttackEvent({})
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.DescribeDnsRecords", async function () {
812
+ try {
813
+ const data = await client.DescribeDnsRecords({})
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.DescribeBotLog", async function () {
822
+ try {
823
+ const data = await client.DescribeBotLog({})
674
824
  expect(data).to.be.ok
675
825
  } catch(error) {
676
826
  expect(error.requestId).to.be.ok
@@ -688,4 +838,44 @@ it("teo.v20220106.DescribeApplicationProxy", async function () {
688
838
  }
689
839
  })
690
840
 
841
+ it("teo.v20220106.DescribeWebManagedRulesData", async function () {
842
+ try {
843
+ const data = await client.DescribeWebManagedRulesData({})
844
+ expect(data).to.be.ok
845
+ } catch(error) {
846
+ expect(error.requestId).to.be.ok
847
+ expect(error.code).to.be.ok
848
+ }
849
+ })
850
+
851
+ it("teo.v20220106.ImportDnsRecords", async function () {
852
+ try {
853
+ const data = await client.ImportDnsRecords({})
854
+ expect(data).to.be.ok
855
+ } catch(error) {
856
+ expect(error.requestId).to.be.ok
857
+ expect(error.code).to.be.ok
858
+ }
859
+ })
860
+
861
+ it("teo.v20220106.DescribeSecurityPolicyManagedRulesId", async function () {
862
+ try {
863
+ const data = await client.DescribeSecurityPolicyManagedRulesId({})
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.ModifyDnssec", async function () {
872
+ try {
873
+ const data = await client.ModifyDnssec({})
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
+
691
881
  })