tencentcloud-sdk-nodejs-teo 4.1.90 → 4.1.92
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.
|
@@ -63,8 +63,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
63
63
|
async ModifyL7AccRule(req, cb) {
|
|
64
64
|
return this.request("ModifyL7AccRule", req, cb);
|
|
65
65
|
}
|
|
66
|
-
async
|
|
67
|
-
return this.request("
|
|
66
|
+
async CreateSecurityJSInjectionRule(req, cb) {
|
|
67
|
+
return this.request("CreateSecurityJSInjectionRule", req, cb);
|
|
68
68
|
}
|
|
69
69
|
async DescribeFunctionRuntimeEnvironment(req, cb) {
|
|
70
70
|
return this.request("DescribeFunctionRuntimeEnvironment", req, cb);
|
|
@@ -72,12 +72,18 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
72
72
|
async ModifyOriginGroup(req, cb) {
|
|
73
73
|
return this.request("ModifyOriginGroup", req, cb);
|
|
74
74
|
}
|
|
75
|
+
async DeleteSecurityAPIResource(req, cb) {
|
|
76
|
+
return this.request("DeleteSecurityAPIResource", req, cb);
|
|
77
|
+
}
|
|
75
78
|
async DeleteApplicationProxy(req, cb) {
|
|
76
79
|
return this.request("DeleteApplicationProxy", req, cb);
|
|
77
80
|
}
|
|
78
81
|
async ModifyL7AccSetting(req, cb) {
|
|
79
82
|
return this.request("ModifyL7AccSetting", req, cb);
|
|
80
83
|
}
|
|
84
|
+
async CreateSecurityAPIResource(req, cb) {
|
|
85
|
+
return this.request("CreateSecurityAPIResource", req, cb);
|
|
86
|
+
}
|
|
81
87
|
async ModifyMultiPathGatewayLine(req, cb) {
|
|
82
88
|
return this.request("ModifyMultiPathGatewayLine", req, cb);
|
|
83
89
|
}
|
|
@@ -117,6 +123,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
117
123
|
async CreateMultiPathGatewayLine(req, cb) {
|
|
118
124
|
return this.request("CreateMultiPathGatewayLine", req, cb);
|
|
119
125
|
}
|
|
126
|
+
async ModifyAliasDomain(req, cb) {
|
|
127
|
+
return this.request("ModifyAliasDomain", req, cb);
|
|
128
|
+
}
|
|
120
129
|
async DescribeZones(req, cb) {
|
|
121
130
|
return this.request("DescribeZones", req, cb);
|
|
122
131
|
}
|
|
@@ -153,9 +162,15 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
153
162
|
async ModifyLoadBalancer(req, cb) {
|
|
154
163
|
return this.request("ModifyLoadBalancer", req, cb);
|
|
155
164
|
}
|
|
165
|
+
async UpgradePlan(req, cb) {
|
|
166
|
+
return this.request("UpgradePlan", req, cb);
|
|
167
|
+
}
|
|
156
168
|
async DeleteAccelerationDomains(req, cb) {
|
|
157
169
|
return this.request("DeleteAccelerationDomains", req, cb);
|
|
158
170
|
}
|
|
171
|
+
async DeleteSecurityJSInjectionRule(req, cb) {
|
|
172
|
+
return this.request("DeleteSecurityJSInjectionRule", req, cb);
|
|
173
|
+
}
|
|
159
174
|
async RefreshMultiPathGatewaySecretKey(req, cb) {
|
|
160
175
|
return this.request("RefreshMultiPathGatewaySecretKey", req, cb);
|
|
161
176
|
}
|
|
@@ -189,6 +204,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
189
204
|
async ModifyWebSecurityTemplate(req, cb) {
|
|
190
205
|
return this.request("ModifyWebSecurityTemplate", req, cb);
|
|
191
206
|
}
|
|
207
|
+
async DescribeSecurityIPGroupContent(req, cb) {
|
|
208
|
+
return this.request("DescribeSecurityIPGroupContent", req, cb);
|
|
209
|
+
}
|
|
192
210
|
async ModifyL7AccRulePriority(req, cb) {
|
|
193
211
|
return this.request("ModifyL7AccRulePriority", req, cb);
|
|
194
212
|
}
|
|
@@ -225,6 +243,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
225
243
|
async DeleteDnsRecords(req, cb) {
|
|
226
244
|
return this.request("DeleteDnsRecords", req, cb);
|
|
227
245
|
}
|
|
246
|
+
async DescribeSecurityClientAttester(req, cb) {
|
|
247
|
+
return this.request("DescribeSecurityClientAttester", req, cb);
|
|
248
|
+
}
|
|
228
249
|
async ModifySecurityPolicy(req, cb) {
|
|
229
250
|
return this.request("ModifySecurityPolicy", req, cb);
|
|
230
251
|
}
|
|
@@ -255,11 +276,14 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
255
276
|
async IncreasePlanQuota(req, cb) {
|
|
256
277
|
return this.request("IncreasePlanQuota", req, cb);
|
|
257
278
|
}
|
|
279
|
+
async ModifySecurityAPIResource(req, cb) {
|
|
280
|
+
return this.request("ModifySecurityAPIResource", req, cb);
|
|
281
|
+
}
|
|
258
282
|
async ModifyApplicationProxyStatus(req, cb) {
|
|
259
283
|
return this.request("ModifyApplicationProxyStatus", req, cb);
|
|
260
284
|
}
|
|
261
|
-
async
|
|
262
|
-
return this.request("
|
|
285
|
+
async DeleteLoadBalancer(req, cb) {
|
|
286
|
+
return this.request("DeleteLoadBalancer", req, cb);
|
|
263
287
|
}
|
|
264
288
|
async DescribeTimingL7AnalysisData(req, cb) {
|
|
265
289
|
return this.request("DescribeTimingL7AnalysisData", req, cb);
|
|
@@ -276,6 +300,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
276
300
|
async CreateSharedCNAME(req, cb) {
|
|
277
301
|
return this.request("CreateSharedCNAME", req, cb);
|
|
278
302
|
}
|
|
303
|
+
async DescribeSecurityJSInjectionRule(req, cb) {
|
|
304
|
+
return this.request("DescribeSecurityJSInjectionRule", req, cb);
|
|
305
|
+
}
|
|
279
306
|
async CreateRule(req, cb) {
|
|
280
307
|
return this.request("CreateRule", req, cb);
|
|
281
308
|
}
|
|
@@ -306,8 +333,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
306
333
|
async DescribePlans(req, cb) {
|
|
307
334
|
return this.request("DescribePlans", req, cb);
|
|
308
335
|
}
|
|
309
|
-
async
|
|
310
|
-
return this.request("
|
|
336
|
+
async CreateSecurityClientAttester(req, cb) {
|
|
337
|
+
return this.request("CreateSecurityClientAttester", req, cb);
|
|
311
338
|
}
|
|
312
339
|
async DisableOriginACL(req, cb) {
|
|
313
340
|
return this.request("DisableOriginACL", req, cb);
|
|
@@ -324,14 +351,17 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
324
351
|
async ModifyAccelerationDomainStatuses(req, cb) {
|
|
325
352
|
return this.request("ModifyAccelerationDomainStatuses", req, cb);
|
|
326
353
|
}
|
|
354
|
+
async ModifySecurityAPIService(req, cb) {
|
|
355
|
+
return this.request("ModifySecurityAPIService", req, cb);
|
|
356
|
+
}
|
|
327
357
|
async DescribeFunctionRules(req, cb) {
|
|
328
358
|
return this.request("DescribeFunctionRules", req, cb);
|
|
329
359
|
}
|
|
330
360
|
async DeleteRealtimeLogDeliveryTask(req, cb) {
|
|
331
361
|
return this.request("DeleteRealtimeLogDeliveryTask", req, cb);
|
|
332
362
|
}
|
|
333
|
-
async
|
|
334
|
-
return this.request("
|
|
363
|
+
async DescribeAccelerationDomains(req, cb) {
|
|
364
|
+
return this.request("DescribeAccelerationDomains", req, cb);
|
|
335
365
|
}
|
|
336
366
|
async ModifyZoneStatus(req, cb) {
|
|
337
367
|
return this.request("ModifyZoneStatus", req, cb);
|
|
@@ -348,14 +378,14 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
348
378
|
async DeleteRules(req, cb) {
|
|
349
379
|
return this.request("DeleteRules", req, cb);
|
|
350
380
|
}
|
|
351
|
-
async
|
|
352
|
-
return this.request("
|
|
381
|
+
async DeleteSecurityAPIService(req, cb) {
|
|
382
|
+
return this.request("DeleteSecurityAPIService", req, cb);
|
|
353
383
|
}
|
|
354
384
|
async DeleteMultiPathGateway(req, cb) {
|
|
355
385
|
return this.request("DeleteMultiPathGateway", req, cb);
|
|
356
386
|
}
|
|
357
|
-
async
|
|
358
|
-
return this.request("
|
|
387
|
+
async DeleteCustomErrorPage(req, cb) {
|
|
388
|
+
return this.request("DeleteCustomErrorPage", req, cb);
|
|
359
389
|
}
|
|
360
390
|
async HandleFunctionRuntimeEnvironment(req, cb) {
|
|
361
391
|
return this.request("HandleFunctionRuntimeEnvironment", req, cb);
|
|
@@ -366,12 +396,18 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
366
396
|
async DeleteWebSecurityTemplate(req, cb) {
|
|
367
397
|
return this.request("DeleteWebSecurityTemplate", req, cb);
|
|
368
398
|
}
|
|
369
|
-
async
|
|
370
|
-
return this.request("
|
|
399
|
+
async ModifySecurityClientAttester(req, cb) {
|
|
400
|
+
return this.request("ModifySecurityClientAttester", req, cb);
|
|
371
401
|
}
|
|
372
402
|
async DescribeSecurityPolicy(req, cb) {
|
|
373
403
|
return this.request("DescribeSecurityPolicy", req, cb);
|
|
374
404
|
}
|
|
405
|
+
async DeleteSecurityClientAttester(req, cb) {
|
|
406
|
+
return this.request("DeleteSecurityClientAttester", req, cb);
|
|
407
|
+
}
|
|
408
|
+
async ModifyHostsCertificate(req, cb) {
|
|
409
|
+
return this.request("ModifyHostsCertificate", req, cb);
|
|
410
|
+
}
|
|
375
411
|
async ModifyFunctionRulePriority(req, cb) {
|
|
376
412
|
return this.request("ModifyFunctionRulePriority", req, cb);
|
|
377
413
|
}
|
|
@@ -399,12 +435,15 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
399
435
|
async EnableOriginACL(req, cb) {
|
|
400
436
|
return this.request("EnableOriginACL", req, cb);
|
|
401
437
|
}
|
|
402
|
-
async
|
|
403
|
-
return this.request("
|
|
438
|
+
async DescribeDDoSAttackTopData(req, cb) {
|
|
439
|
+
return this.request("DescribeDDoSAttackTopData", req, cb);
|
|
404
440
|
}
|
|
405
441
|
async CreateLoadBalancer(req, cb) {
|
|
406
442
|
return this.request("CreateLoadBalancer", req, cb);
|
|
407
443
|
}
|
|
444
|
+
async DescribeJustInTimeTranscodeTemplates(req, cb) {
|
|
445
|
+
return this.request("DescribeJustInTimeTranscodeTemplates", req, cb);
|
|
446
|
+
}
|
|
408
447
|
async ModifyApplicationProxyRule(req, cb) {
|
|
409
448
|
return this.request("ModifyApplicationProxyRule", req, cb);
|
|
410
449
|
}
|
|
@@ -414,8 +453,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
414
453
|
async CreateOriginGroup(req, cb) {
|
|
415
454
|
return this.request("CreateOriginGroup", req, cb);
|
|
416
455
|
}
|
|
417
|
-
async
|
|
418
|
-
return this.request("
|
|
456
|
+
async CreateJustInTimeTranscodeTemplate(req, cb) {
|
|
457
|
+
return this.request("CreateJustInTimeTranscodeTemplate", req, cb);
|
|
419
458
|
}
|
|
420
459
|
async DescribeDeployHistory(req, cb) {
|
|
421
460
|
return this.request("DescribeDeployHistory", req, cb);
|
|
@@ -423,6 +462,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
423
462
|
async DeployConfigGroupVersion(req, cb) {
|
|
424
463
|
return this.request("DeployConfigGroupVersion", req, cb);
|
|
425
464
|
}
|
|
465
|
+
async CreateContentIdentifier(req, cb) {
|
|
466
|
+
return this.request("CreateContentIdentifier", req, cb);
|
|
467
|
+
}
|
|
426
468
|
async DescribeHostsSetting(req, cb) {
|
|
427
469
|
return this.request("DescribeHostsSetting", req, cb);
|
|
428
470
|
}
|
|
@@ -450,11 +492,14 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
450
492
|
async DescribeZoneSetting(req, cb) {
|
|
451
493
|
return this.request("DescribeZoneSetting", req, cb);
|
|
452
494
|
}
|
|
495
|
+
async DescribeSecurityAPIResource(req, cb) {
|
|
496
|
+
return this.request("DescribeSecurityAPIResource", req, cb);
|
|
497
|
+
}
|
|
453
498
|
async DescribeZoneConfigImportResult(req, cb) {
|
|
454
499
|
return this.request("DescribeZoneConfigImportResult", req, cb);
|
|
455
500
|
}
|
|
456
|
-
async
|
|
457
|
-
return this.request("
|
|
501
|
+
async CreateSecurityAPIService(req, cb) {
|
|
502
|
+
return this.request("CreateSecurityAPIService", req, cb);
|
|
458
503
|
}
|
|
459
504
|
async DeleteSecurityIPGroup(req, cb) {
|
|
460
505
|
return this.request("DeleteSecurityIPGroup", req, cb);
|
|
@@ -462,6 +507,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
462
507
|
async CreateApplicationProxyRule(req, cb) {
|
|
463
508
|
return this.request("CreateApplicationProxyRule", req, cb);
|
|
464
509
|
}
|
|
510
|
+
async ModifySecurityJSInjectionRule(req, cb) {
|
|
511
|
+
return this.request("ModifySecurityJSInjectionRule", req, cb);
|
|
512
|
+
}
|
|
465
513
|
async DescribeMultiPathGatewaySecretKey(req, cb) {
|
|
466
514
|
return this.request("DescribeMultiPathGatewaySecretKey", req, cb);
|
|
467
515
|
}
|
|
@@ -474,12 +522,18 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
474
522
|
async DescribeSecurityIPGroupInfo(req, cb) {
|
|
475
523
|
return this.request("DescribeSecurityIPGroupInfo", req, cb);
|
|
476
524
|
}
|
|
525
|
+
async CreatePlan(req, cb) {
|
|
526
|
+
return this.request("CreatePlan", req, cb);
|
|
527
|
+
}
|
|
477
528
|
async DescribeDnsRecords(req, cb) {
|
|
478
529
|
return this.request("DescribeDnsRecords", req, cb);
|
|
479
530
|
}
|
|
480
531
|
async ModifyDDoSProtection(req, cb) {
|
|
481
532
|
return this.request("ModifyDDoSProtection", req, cb);
|
|
482
533
|
}
|
|
534
|
+
async DescribeSecurityAPIService(req, cb) {
|
|
535
|
+
return this.request("DescribeSecurityAPIService", req, cb);
|
|
536
|
+
}
|
|
483
537
|
async ImportZoneConfig(req, cb) {
|
|
484
538
|
return this.request("ImportZoneConfig", req, cb);
|
|
485
539
|
}
|
|
@@ -489,6 +543,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
489
543
|
async ModifyCustomErrorPage(req, cb) {
|
|
490
544
|
return this.request("ModifyCustomErrorPage", req, cb);
|
|
491
545
|
}
|
|
546
|
+
async DescribeL4ProxyRules(req, cb) {
|
|
547
|
+
return this.request("DescribeL4ProxyRules", req, cb);
|
|
548
|
+
}
|
|
492
549
|
async DescribeDDoSAttackData(req, cb) {
|
|
493
550
|
return this.request("DescribeDDoSAttackData", req, cb);
|
|
494
551
|
}
|
|
@@ -498,8 +555,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
498
555
|
async DescribeAliasDomains(req, cb) {
|
|
499
556
|
return this.request("DescribeAliasDomains", req, cb);
|
|
500
557
|
}
|
|
501
|
-
async
|
|
502
|
-
return this.request("
|
|
558
|
+
async DescribeL4Proxy(req, cb) {
|
|
559
|
+
return this.request("DescribeL4Proxy", req, cb);
|
|
503
560
|
}
|
|
504
561
|
async DeleteMultiPathGatewayLine(req, cb) {
|
|
505
562
|
return this.request("DeleteMultiPathGatewayLine", req, cb);
|
|
@@ -507,6 +564,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
507
564
|
async DescribeBillingData(req, cb) {
|
|
508
565
|
return this.request("DescribeBillingData", req, cb);
|
|
509
566
|
}
|
|
567
|
+
async DeleteJustInTimeTranscodeTemplates(req, cb) {
|
|
568
|
+
return this.request("DeleteJustInTimeTranscodeTemplates", req, cb);
|
|
569
|
+
}
|
|
510
570
|
async DescribeOriginGroupHealthStatus(req, cb) {
|
|
511
571
|
return this.request("DescribeOriginGroupHealthStatus", req, cb);
|
|
512
572
|
}
|