tencentcloud-sdk-nodejs-intl-en 3.0.535 → 3.0.537
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/package.json +1 -1
- package/tencentcloud/antiddos/v20200309/antiddos_client.js +54 -13
- package/tencentcloud/antiddos/v20200309/models.js +764 -78
- package/tencentcloud/captcha/index.js +3 -0
- package/tencentcloud/captcha/v20190722/captcha_client.js +46 -0
- package/tencentcloud/captcha/v20190722/index.js +4 -0
- package/tencentcloud/captcha/v20190722/models.js +205 -0
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/cynosdb/v20190107/models.js +87 -8
- package/tencentcloud/emr/v20190103/models.js +46 -0
- package/tencentcloud/index.js +1 -0
- package/tencentcloud/ip/v20210409/models.js +1 -1
- package/tencentcloud/lighthouse/v20200324/lighthouse_client.js +4 -5
- package/tencentcloud/lighthouse/v20200324/models.js +228 -40
- package/tencentcloud/ssm/v20190923/models.js +9 -2
- package/tencentcloud/tem/v20210701/models.js +193 -27
- package/tencentcloud/tem/v20210701/tem_client.js +128 -114
package/package.json
CHANGED
|
@@ -49,13 +49,16 @@ const DescribeCcBlackWhiteIpListResponse = models.DescribeCcBlackWhiteIpListResp
|
|
|
49
49
|
const CreateIPAlarmThresholdConfigRequest = models.CreateIPAlarmThresholdConfigRequest;
|
|
50
50
|
const CreateCcBlackWhiteIpListResponse = models.CreateCcBlackWhiteIpListResponse;
|
|
51
51
|
const DescribeDefaultAlarmThresholdResponse = models.DescribeDefaultAlarmThresholdResponse;
|
|
52
|
+
const CreateNewL7RulesResponse = models.CreateNewL7RulesResponse;
|
|
52
53
|
const CreateDDoSAIRequest = models.CreateDDoSAIRequest;
|
|
53
54
|
const DescribeListProtectThresholdConfigRequest = models.DescribeListProtectThresholdConfigRequest;
|
|
54
55
|
const ModifyNewDomainRulesResponse = models.ModifyNewDomainRulesResponse;
|
|
55
56
|
const CcBlackWhiteIpPolicy = models.CcBlackWhiteIpPolicy;
|
|
57
|
+
const L7RuleHealth = models.L7RuleHealth;
|
|
56
58
|
const DescribeCCLevelPolicyRequest = models.DescribeCCLevelPolicyRequest;
|
|
57
59
|
const CreateWaterPrintConfigResponse = models.CreateWaterPrintConfigResponse;
|
|
58
60
|
const DescribeListBGPIPInstancesRequest = models.DescribeListBGPIPInstancesRequest;
|
|
61
|
+
const DescribeNewL7RulesResponse = models.DescribeNewL7RulesResponse;
|
|
59
62
|
const StaticPackRelation = models.StaticPackRelation;
|
|
60
63
|
const DescribeCCThresholdListResponse = models.DescribeCCThresholdListResponse;
|
|
61
64
|
const DescribeL7RulesBySSLCertIdRequest = models.DescribeL7RulesBySSLCertIdRequest;
|
|
@@ -63,6 +66,7 @@ const DescribeListPacketFilterConfigResponse = models.DescribeListPacketFilterCo
|
|
|
63
66
|
const CreateSchedulingDomainRequest = models.CreateSchedulingDomainRequest;
|
|
64
67
|
const BoundIpInfo = models.BoundIpInfo;
|
|
65
68
|
const DisassociateDDoSEipAddressResponse = models.DisassociateDDoSEipAddressResponse;
|
|
69
|
+
const DescribeBgpBizTrendRequest = models.DescribeBgpBizTrendRequest;
|
|
66
70
|
const DeleteCCThresholdPolicyResponse = models.DeleteCCThresholdPolicyResponse;
|
|
67
71
|
const SourceServer = models.SourceServer;
|
|
68
72
|
const ModifyDomainUsrNameResponse = models.ModifyDomainUsrNameResponse;
|
|
@@ -72,6 +76,7 @@ const SwitchWaterPrintConfigResponse = models.SwitchWaterPrintConfigResponse;
|
|
|
72
76
|
const BlackWhiteIpRelation = models.BlackWhiteIpRelation;
|
|
73
77
|
const DeleteWaterPrintKeyResponse = models.DeleteWaterPrintKeyResponse;
|
|
74
78
|
const EipAddressPackRelation = models.EipAddressPackRelation;
|
|
79
|
+
const DescribeNewL7RulesRequest = models.DescribeNewL7RulesRequest;
|
|
75
80
|
const ProtocolBlockRelation = models.ProtocolBlockRelation;
|
|
76
81
|
const DescribeListPacketFilterConfigRequest = models.DescribeListPacketFilterConfigRequest;
|
|
77
82
|
const BGPIPInstanceUsages = models.BGPIPInstanceUsages;
|
|
@@ -98,7 +103,7 @@ const CreateDDoSSpeedLimitConfigResponse = models.CreateDDoSSpeedLimitConfigResp
|
|
|
98
103
|
const DeletePacketFilterConfigRequest = models.DeletePacketFilterConfigRequest;
|
|
99
104
|
const DescribeListDDoSGeoIPBlockConfigResponse = models.DescribeListDDoSGeoIPBlockConfigResponse;
|
|
100
105
|
const DescribeBasicDeviceStatusResponse = models.DescribeBasicDeviceStatusResponse;
|
|
101
|
-
const
|
|
106
|
+
const DescribeBgpBizTrendResponse = models.DescribeBgpBizTrendResponse;
|
|
102
107
|
const ProtocolBlockConfig = models.ProtocolBlockConfig;
|
|
103
108
|
const DeleteCCPrecisionPolicyRequest = models.DeleteCCPrecisionPolicyRequest;
|
|
104
109
|
const BGPIPInstance = models.BGPIPInstance;
|
|
@@ -144,6 +149,7 @@ const DeleteCCPrecisionPolicyResponse = models.DeleteCCPrecisionPolicyResponse;
|
|
|
144
149
|
const DescribeListDDoSAIRequest = models.DescribeListDDoSAIRequest;
|
|
145
150
|
const DescribeListIPAlarmConfigRequest = models.DescribeListIPAlarmConfigRequest;
|
|
146
151
|
const PortSegment = models.PortSegment;
|
|
152
|
+
const CreateNewL7RulesRequest = models.CreateNewL7RulesRequest;
|
|
147
153
|
const PacketFilterConfig = models.PacketFilterConfig;
|
|
148
154
|
const DefaultAlarmThreshold = models.DefaultAlarmThreshold;
|
|
149
155
|
const ForwardListener = models.ForwardListener;
|
|
@@ -168,6 +174,7 @@ const SwitchWaterPrintConfigRequest = models.SwitchWaterPrintConfigRequest;
|
|
|
168
174
|
const AssociateDDoSEipLoadBalancerRequest = models.AssociateDDoSEipLoadBalancerRequest;
|
|
169
175
|
const ModifyCCPrecisionPolicyRequest = models.ModifyCCPrecisionPolicyRequest;
|
|
170
176
|
const CCThresholdPolicy = models.CCThresholdPolicy;
|
|
177
|
+
const WaterPrintConfig = models.WaterPrintConfig;
|
|
171
178
|
const DescribeCCTrendResponse = models.DescribeCCTrendResponse;
|
|
172
179
|
const CreateSchedulingDomainResponse = models.CreateSchedulingDomainResponse;
|
|
173
180
|
const EipProductInfo = models.EipProductInfo;
|
|
@@ -193,6 +200,7 @@ const BGPInstanceUsages = models.BGPInstanceUsages;
|
|
|
193
200
|
const DeleteDDoSSpeedLimitConfigResponse = models.DeleteDDoSSpeedLimitConfigResponse;
|
|
194
201
|
const DeleteCCThresholdPolicyRequest = models.DeleteCCThresholdPolicyRequest;
|
|
195
202
|
const DescribeListListenerRequest = models.DescribeListListenerRequest;
|
|
203
|
+
const L7RuleEntry = models.L7RuleEntry;
|
|
196
204
|
const CreateWaterPrintKeyResponse = models.CreateWaterPrintKeyResponse;
|
|
197
205
|
const DeleteDDoSGeoIPBlockConfigResponse = models.DeleteDDoSGeoIPBlockConfigResponse;
|
|
198
206
|
const DescribeDDoSTrendResponse = models.DescribeDDoSTrendResponse;
|
|
@@ -253,14 +261,14 @@ class AntiddosClient extends AbstractClient {
|
|
|
253
261
|
}
|
|
254
262
|
|
|
255
263
|
/**
|
|
256
|
-
* This API is used to
|
|
257
|
-
* @param {
|
|
258
|
-
* @param {function(string,
|
|
264
|
+
* This API is used to obtain layer-7 forwarding rules.
|
|
265
|
+
* @param {DescribeNewL7RulesRequest} req
|
|
266
|
+
* @param {function(string, DescribeNewL7RulesResponse):void} cb
|
|
259
267
|
* @public
|
|
260
268
|
*/
|
|
261
|
-
|
|
262
|
-
let resp = new
|
|
263
|
-
this.request("
|
|
269
|
+
DescribeNewL7Rules(req, cb) {
|
|
270
|
+
let resp = new DescribeNewL7RulesResponse();
|
|
271
|
+
this.request("DescribeNewL7Rules", req, resp, cb);
|
|
264
272
|
}
|
|
265
273
|
|
|
266
274
|
/**
|
|
@@ -473,6 +481,17 @@ class AntiddosClient extends AbstractClient {
|
|
|
473
481
|
this.request("DescribeCCLevelPolicy", req, resp, cb);
|
|
474
482
|
}
|
|
475
483
|
|
|
484
|
+
/**
|
|
485
|
+
* This API is used to modify layer-7 forwarding rules.
|
|
486
|
+
* @param {ModifyNewDomainRulesRequest} req
|
|
487
|
+
* @param {function(string, ModifyNewDomainRulesResponse):void} cb
|
|
488
|
+
* @public
|
|
489
|
+
*/
|
|
490
|
+
ModifyNewDomainRules(req, cb) {
|
|
491
|
+
let resp = new ModifyNewDomainRulesResponse();
|
|
492
|
+
this.request("ModifyNewDomainRules", req, resp, cb);
|
|
493
|
+
}
|
|
494
|
+
|
|
476
495
|
/**
|
|
477
496
|
* This API is used to bind an IP to an Anti-DDoS Pro instance Both single IP instances and multi-IP instances are available. Note that you should wait until the current binding or unbinding completes before using this async API for new operations.
|
|
478
497
|
* @param {CreateBoundIPRequest} req
|
|
@@ -551,14 +570,14 @@ class AntiddosClient extends AbstractClient {
|
|
|
551
570
|
}
|
|
552
571
|
|
|
553
572
|
/**
|
|
554
|
-
* This API is used to
|
|
555
|
-
* @param {
|
|
556
|
-
* @param {function(string,
|
|
573
|
+
* This API is used to obtain Anti-DDoS Pro traffic data.
|
|
574
|
+
* @param {DescribeBgpBizTrendRequest} req
|
|
575
|
+
* @param {function(string, DescribeBgpBizTrendResponse):void} cb
|
|
557
576
|
* @public
|
|
558
577
|
*/
|
|
559
|
-
|
|
560
|
-
let resp = new
|
|
561
|
-
this.request("
|
|
578
|
+
DescribeBgpBizTrend(req, cb) {
|
|
579
|
+
let resp = new DescribeBgpBizTrendResponse();
|
|
580
|
+
this.request("DescribeBgpBizTrend", req, resp, cb);
|
|
562
581
|
}
|
|
563
582
|
|
|
564
583
|
/**
|
|
@@ -705,6 +724,17 @@ class AntiddosClient extends AbstractClient {
|
|
|
705
724
|
this.request("DescribeListBGPInstances", req, resp, cb);
|
|
706
725
|
}
|
|
707
726
|
|
|
727
|
+
/**
|
|
728
|
+
* This API is used to get a list of Anti-DDoS AI protection switches.
|
|
729
|
+
* @param {DescribeListDDoSAIRequest} req
|
|
730
|
+
* @param {function(string, DescribeListDDoSAIResponse):void} cb
|
|
731
|
+
* @public
|
|
732
|
+
*/
|
|
733
|
+
DescribeListDDoSAI(req, cb) {
|
|
734
|
+
let resp = new DescribeListDDoSAIResponse();
|
|
735
|
+
this.request("DescribeListDDoSAI", req, resp, cb);
|
|
736
|
+
}
|
|
737
|
+
|
|
708
738
|
/**
|
|
709
739
|
* This API is used to bind an Anti-DDoS EIP to the specified private IP of a CLB instance.
|
|
710
740
|
* @param {AssociateDDoSEipLoadBalancerRequest} req
|
|
@@ -727,6 +757,17 @@ class AntiddosClient extends AbstractClient {
|
|
|
727
757
|
this.request("CreateBlackWhiteIpList", req, resp, cb);
|
|
728
758
|
}
|
|
729
759
|
|
|
760
|
+
/**
|
|
761
|
+
* This API is used to add layer-7 forwarding rules.
|
|
762
|
+
* @param {CreateNewL7RulesRequest} req
|
|
763
|
+
* @param {function(string, CreateNewL7RulesResponse):void} cb
|
|
764
|
+
* @public
|
|
765
|
+
*/
|
|
766
|
+
CreateNewL7Rules(req, cb) {
|
|
767
|
+
let resp = new CreateNewL7RulesResponse();
|
|
768
|
+
this.request("CreateNewL7Rules", req, resp, cb);
|
|
769
|
+
}
|
|
770
|
+
|
|
730
771
|
/**
|
|
731
772
|
* This API is used to get a list of Anti-DDoS region blocking configurations.
|
|
732
773
|
* @param {DescribeListDDoSGeoIPBlockConfigRequest} req
|