tencentcloud-sdk-nodejs-intl-en 3.0.1379 → 3.0.1380

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-intl-en",
3
- "version": "3.0.1379",
3
+ "version": "3.0.1380",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20180317: require("./v20180317"),
2
+ v20230417: require("./v20230417"), v20180317: require("./v20180317"),
3
3
  };
@@ -34,6 +34,7 @@ const CloneLoadBalancerRequest = models.CloneLoadBalancerRequest;
34
34
  const DisassociateTargetGroupsResponse = models.DisassociateTargetGroupsResponse;
35
35
  const ListenerBackend = models.ListenerBackend;
36
36
  const SetLoadBalancerClsLogResponse = models.SetLoadBalancerClsLogResponse;
37
+ const TargetGroupInstance = models.TargetGroupInstance;
37
38
  const DescribeLoadBalancerTrafficResponse = models.DescribeLoadBalancerTrafficResponse;
38
39
  const MultiCertInfo = models.MultiCertInfo;
39
40
  const RsTagRule = models.RsTagRule;
@@ -58,7 +59,7 @@ const BasicTargetGroupInfo = models.BasicTargetGroupInfo;
58
59
  const ModifyTargetWeightResponse = models.ModifyTargetWeightResponse;
59
60
  const ZoneResource = models.ZoneResource;
60
61
  const DescribeTaskStatusRequest = models.DescribeTaskStatusRequest;
61
- const TargetGroupInstance = models.TargetGroupInstance;
62
+ const DescribeTargetGroupInstanceStatusResponse = models.DescribeTargetGroupInstanceStatusResponse;
62
63
  const DescribeClassicalLBByInstanceIdResponse = models.DescribeClassicalLBByInstanceIdResponse;
63
64
  const CreateRuleResponse = models.CreateRuleResponse;
64
65
  const CrossTargets = models.CrossTargets;
@@ -123,6 +124,7 @@ const CreateTopicRequest = models.CreateTopicRequest;
123
124
  const DeleteListenerRequest = models.DeleteListenerRequest;
124
125
  const ClassicalHealth = models.ClassicalHealth;
125
126
  const DescribeCustomizedConfigAssociateListRequest = models.DescribeCustomizedConfigAssociateListRequest;
127
+ const RenewLoadBalancersResponse = models.RenewLoadBalancersResponse;
126
128
  const ModifyTargetPortResponse = models.ModifyTargetPortResponse;
127
129
  const MigrateClassicalLoadBalancersRequest = models.MigrateClassicalLoadBalancersRequest;
128
130
  const DescribeLoadBalancersDetailRequest = models.DescribeLoadBalancersDetailRequest;
@@ -134,6 +136,7 @@ const InquiryPriceRefundLoadBalancerResponse = models.InquiryPriceRefundLoadBala
134
136
  const DescribeResourcesResponse = models.DescribeResourcesResponse;
135
137
  const ModifyTargetGroupInstancesWeightRequest = models.ModifyTargetGroupInstancesWeightRequest;
136
138
  const ManualRewriteResponse = models.ManualRewriteResponse;
139
+ const TargetGroupInstanceStatus = models.TargetGroupInstanceStatus;
137
140
  const ModifyBlockIPListRequest = models.ModifyBlockIPListRequest;
138
141
  const RuleOutput = models.RuleOutput;
139
142
  const ModifyBlockIPListResponse = models.ModifyBlockIPListResponse;
@@ -151,6 +154,7 @@ const CertificateInput = models.CertificateInput;
151
154
  const ResourceAvailability = models.ResourceAvailability;
152
155
  const SetLoadBalancerSecurityGroupsRequest = models.SetLoadBalancerSecurityGroupsRequest;
153
156
  const DescribeCustomizedConfigAssociateListResponse = models.DescribeCustomizedConfigAssociateListResponse;
157
+ const RenewLoadBalancersRequest = models.RenewLoadBalancersRequest;
154
158
  const SetCustomizedConfigForLoadBalancerRequest = models.SetCustomizedConfigForLoadBalancerRequest;
155
159
  const CreateListenerResponse = models.CreateListenerResponse;
156
160
  const CreateTargetGroupResponse = models.CreateTargetGroupResponse;
@@ -198,6 +202,7 @@ const TargetHealth = models.TargetHealth;
198
202
  const LoadBalancerDetail = models.LoadBalancerDetail;
199
203
  const LbRsTargets = models.LbRsTargets;
200
204
  const BatchModifyTargetWeightRequest = models.BatchModifyTargetWeightRequest;
205
+ const DescribeTargetGroupInstanceStatusRequest = models.DescribeTargetGroupInstanceStatusRequest;
201
206
  const BatchModifyTargetTagResponse = models.BatchModifyTargetTagResponse;
202
207
  const DeleteRewriteResponse = models.DeleteRewriteResponse;
203
208
  const BatchTarget = models.BatchTarget;
@@ -371,9 +376,9 @@ This is an async API. After it is returned successfully, you can call the `Descr
371
376
  * This API is used to bind target groups to Cloud Load Balancer listeners (Layer-4 protocol) or forwarding rules (L7 protocol).
372
377
  This API is asynchronous. After it returns a successful result, you need to call the [DescribeTaskStatus](https://www.tencentcloud.com/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as input parameter to check whether this task is successful.
373
378
  This API is used to describe restrictions.
374
- -Binding a legacy version target group to a Layer-4 listener requires the listener to have backend target groups enabled.
375
- -Layer-7 bind target group. LocationId is a required item in the data structure TargetGroupAssociation.
376
- -The VPC of the Cloud Load Balancer must match the VPC of the target group.
379
+ - Binding a legacy version target group to a Layer-4 listener requires the listener to have backend target groups enabled.
380
+ - Layer-7 bind target group. LocationId is a required item in the data structure TargetGroupAssociation.
381
+ - The VPC of the Cloud Load Balancer must match the VPC of the target group.
377
382
  * @param {AssociateTargetGroupsRequest} req
378
383
  * @param {function(string, AssociateTargetGroupsResponse):void} cb
379
384
  * @public
@@ -439,6 +444,17 @@ This API is used to perform asynchronous operations. After it returns a successf
439
444
  this.request("SetCustomizedConfigForLoadBalancer", req, resp, cb);
440
445
  }
441
446
 
447
+ /**
448
+ * This API is used to query the backend service status of a target group. Currently, only GWLB type target groups support querying backend service status.
449
+ * @param {DescribeTargetGroupInstanceStatusRequest} req
450
+ * @param {function(string, DescribeTargetGroupInstanceStatusResponse):void} cb
451
+ * @public
452
+ */
453
+ DescribeTargetGroupInstanceStatus(req, cb) {
454
+ let resp = new DescribeTargetGroupInstanceStatusResponse();
455
+ this.request("DescribeTargetGroupInstanceStatus", req, resp, cb);
456
+ }
457
+
442
458
  /**
443
459
  * This API is used to bind a real server with a classic CLB instance. This is an async API. After it is returned successfully, you can call the API `DescribeTaskStatus` with the returned RequestId as an input parameter to check whether this task is successful.
444
460
  * @param {RegisterTargetsWithClassicalLBRequest} req
@@ -521,7 +537,7 @@ This is an async API. After it is returned successfully, you can call the `Descr
521
537
  }
522
538
 
523
539
  /**
524
- * This API is used to bind or unbind security groups for a public network load balancing instance. To query currently bound security groups of a load balancing instance, use the DescribeLoadBalancers API (https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1). This API follows set semantics.
540
+ * This API is used to bind or unbind security groups for a public network load balancing instance. To query currently bound security groups of a load balancing instance, use the [DescribeLoadBalancers]((https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1)) API. This API follows set semantics.
525
541
  This API is used to pass in all security groups that should be bound to the Cloud Load Balancer instance during the binding operation (bound + new binding).
526
542
  For unbinding operations, the input parameters should specify all security groups bound to a CLB instance after unbinding. If you want to unbind all security groups, you can omit this parameter or input an empty array. Note: After a private network CLB is bound to an EIP, the security groups on the CLB do not take effect for the traffic from the EIP, but take effect for the traffic from the private network CLB.
527
543
  * @param {SetLoadBalancerSecurityGroupsRequest} req
@@ -652,15 +668,15 @@ This is an asynchronous API. After it returns the result successfully, you can c
652
668
  * This API is used to bind a cloud function to the forwarding rule of a Cloud Load Balancer. Before that, you need to create a related HTTP or HTTPS listener and forwarding rule.
653
669
  This API is used to perform asynchronous operations. After returning a successful result, call the DescribeTaskStatus API with the returned RequestID as an input parameter to check whether this task is successful.
654
670
  This API is used to describe restrictions.
655
- -SCF binding is supported only in Guangzhou, Shenzhen Finance, Shanghai, Shanghai Finance, Beijing, Chengdu, Hong Kong (China), Singapore, Tokyo, and Silicon Valley.
656
- -Only the standard account type supports binding SCF. The classic account type is unsupported. We recommend upgrading to the standard account type. For more information, see [Checking Account Type](https://www.tencentcloud.com/document/product/684/15246).
657
- -Classic CLB does not support binding SCF.
658
- -Basic Network Type does not support binding SCF.
659
- -CLB supports binding ALL SCFs in the same region by default, supports cross-VPC binding, but cross-region selection is not supported.
660
- -Currently, only IPv4 and IPv6 NAT64 versions of Cloud Load Balancer support binding SCF. IPv6 version is not currently supported.
661
- -Only layer-7 (HTTP, HTTPS) listeners support binding SCF. Layer-4 (TCP, UDP, TCP SSL) listeners and layer-7 QUIC listeners are unsupported.
671
+ - SCF binding is supported only in Guangzhou, Shenzhen Finance, Shanghai, Shanghai Finance, Beijing, Chengdu, Hong Kong (China), Singapore, Tokyo, and Silicon Valley.
672
+ - Only the standard account type supports binding SCF. The classic account type is unsupported. We recommend upgrading to the standard account type. For more information, see [Checking Account Type](https://www.tencentcloud.com/document/product/684/15246).
673
+ - Classic CLB does not support binding SCF.
674
+ - Basic Network Type does not support binding SCF.
675
+ - CLB supports binding ALL SCFs in the same region by default, supports cross-VPC binding, but cross-region selection is not supported.
676
+ - Currently, only IPv4 and IPv6 NAT64 versions of Cloud Load Balancer support binding SCF. IPv6 version is not currently supported.
677
+ - Only layer-7 (HTTP, HTTPS) listeners support binding SCF. Layer-4 (TCP, UDP, TCP SSL) listeners and layer-7 QUIC listeners are unsupported.
662
678
  - CLB binding SCF only supports binding SCF of the "Event function" type.
663
- -A forwarding rule supports binding only one SCF.
679
+ - A forwarding rule supports binding only one SCF.
664
680
  * @param {RegisterFunctionTargetsRequest} req
665
681
  * @param {function(string, RegisterFunctionTargetsResponse):void} cb
666
682
  * @public
@@ -717,14 +733,14 @@ This is an asynchronous API. After it returns the result successfully, you can c
717
733
  }
718
734
 
719
735
  /**
720
- * This API (DescribeRewrite) is used to query the redirection relationship between the forwarding rules of a CLB instance by instance ID. If no listener ID or forwarding rule ID is specified, all redirection relationships in the instance will be returned.
721
- * @param {DescribeRewriteRequest} req
722
- * @param {function(string, DescribeRewriteResponse):void} cb
736
+ * This API is used to renew annual and monthly subscription instances.
737
+ * @param {RenewLoadBalancersRequest} req
738
+ * @param {function(string, RenewLoadBalancersResponse):void} cb
723
739
  * @public
724
740
  */
725
- DescribeRewrite(req, cb) {
726
- let resp = new DescribeRewriteResponse();
727
- this.request("DescribeRewrite", req, resp, cb);
741
+ RenewLoadBalancers(req, cb) {
742
+ let resp = new RenewLoadBalancersResponse();
743
+ this.request("RenewLoadBalancers", req, resp, cb);
728
744
  }
729
745
 
730
746
  /**
@@ -744,14 +760,14 @@ This is an async API. After it is returned successfully, you can call the Descri
744
760
  This API is used to perform asynchronous operations. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.com/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.
745
761
  This API is used to describe restrictions.
746
762
 
747
- -SCF binding is supported only in Guangzhou, Shenzhen Finance, Shanghai, Shanghai Finance, Beijing, Chengdu, Hong Kong (China), Singapore, Tokyo, and Silicon Valley.
748
- -Only the standard account type supports binding SCF. The classic account type is unsupported. We recommend upgrading to the standard account type. For more information, see [Account Types](https://www.tencentcloud.com/document/product/684/15246).
749
- -Classic CLB does not support binding SCF.
750
- -Basic Network Type does not support binding SCF.
751
- -CLB supports binding ALL SCFs in the same region by default, supports cross-VPC binding, but cross-region selection is not supported.
752
- -Currently, only IPv4 and IPv6 NAT64 versions of Cloud Load Balancer support binding SCF. IPv6 version is not currently supported.
753
- -Only layer-7 (HTTP, HTTPS) listeners support binding SCF. Layer-4 (TCP, UDP, TCP SSL) listeners and layer-7 QUIC listeners are unsupported.
754
- -CLB binding SCF only supports binding cloud functions of the "Event function" type.
763
+ - SCF binding is supported only in Guangzhou, Shenzhen Finance, Shanghai, Shanghai Finance, Beijing, Chengdu, Hong Kong (China), Singapore, Tokyo, and Silicon Valley.
764
+ - Only the standard account type supports binding SCF. The classic account type is unsupported. We recommend upgrading to the standard account type. For more information, see [Account Types](https://www.tencentcloud.com/document/product/684/15246).
765
+ - Classic CLB does not support binding SCF.
766
+ - Basic Network Type does not support binding SCF.
767
+ - CLB supports binding ALL SCFs in the same region by default, supports cross-VPC binding, but cross-region selection is not supported.
768
+ - Currently, only IPv4 and IPv6 NAT64 versions of Cloud Load Balancer support binding SCF. IPv6 version is not currently supported.
769
+ - Only layer-7 (HTTP, HTTPS) listeners support binding SCF. Layer-4 (TCP, UDP, TCP SSL) listeners and layer-7 QUIC listeners are unsupported.
770
+ - CLB binding SCF only supports binding cloud functions of the "Event function" type.
755
771
  * @param {DeregisterFunctionTargetsRequest} req
756
772
  * @param {function(string, DeregisterFunctionTargetsResponse):void} cb
757
773
  * @public
@@ -762,10 +778,9 @@ This API is used to describe restrictions.
762
778
  }
763
779
 
764
780
  /**
765
- * This API is used to adjust the performance capacity specification of usage-based billing mode instances, for example upgrading from shared type to performance capacity type or modifying the specification of LCU-supported instances.
766
- This API is used to set use limits.
767
- -This API only supports adjustments for pay-as-you-go CLB instances. For CLB instance upgrades with annual/monthly subscription, make adjustments through the console.
768
- -After upgrading from a shared instance to a performance and capacity instance, reverting to a shared instance is not supported.
781
+ * This API is used to adjust the performance capacity specification of usage-based billing mode instances, for example, upgrading from shared type to performance capacity type, or adjusting the specification of performance and capacity instances.
782
+ limit:
783
+ -After upgrading from a shared instance to a performance and capacity instance, you cannot revert to a shared instance.
769
784
  -A classic CLB instance does not support upgrading to a performance and capacity instance.
770
785
  * @param {ModifyLoadBalancerSlaRequest} req
771
786
  * @param {function(string, ModifyLoadBalancerSlaResponse):void} cb
@@ -845,7 +860,7 @@ This API is used to set use limits.
845
860
  /**
846
861
  * This API is used to modify the SCF bound to a Cloud Load Balancer forwarding rule.
847
862
  This API is used to describe restrictions.
848
- -Only supports binding SCF of the "Event function" type.
863
+ - Only supports binding SCF of the "Event function" type.
849
864
  * @param {ModifyFunctionTargetsRequest} req
850
865
  * @param {function(string, ModifyFunctionTargetsResponse):void} cb
851
866
  * @public
@@ -992,6 +1007,17 @@ This API is used to perform asynchronous operations. After it returns a successf
992
1007
  this.request("DescribeTargetGroupList", req, resp, cb);
993
1008
  }
994
1009
 
1010
+ /**
1011
+ * This API (DescribeRewrite) is used to query the redirection relationship between the forwarding rules of a CLB instance by instance ID. If no listener ID or forwarding rule ID is specified, all redirection relationships in the instance will be returned.
1012
+ * @param {DescribeRewriteRequest} req
1013
+ * @param {function(string, DescribeRewriteResponse):void} cb
1014
+ * @public
1015
+ */
1016
+ DescribeRewrite(req, cb) {
1017
+ let resp = new DescribeRewriteResponse();
1018
+ this.request("DescribeRewrite", req, resp, cb);
1019
+ }
1020
+
995
1021
  /**
996
1022
  * This API is used to query the target group information.
997
1023
  * @param {DescribeTargetGroupsRequest} req
@@ -1050,7 +1076,7 @@ This is an async API. After it is returned successfully, you can call the Descri
1050
1076
  }
1051
1077
 
1052
1078
  /**
1053
- * Idle CLB instances are pay-as-you-go load balancers that, within seven days after the creation, do not have rules configured or the configured rules are not associated with any servers.
1079
+ * Idle CLB instances are pay-as-you-go load balancers that, within seven days after the creation, do not have rules configured or the configured rules are not associated with any servers.
1054
1080
  * @param {DescribeIdleLoadBalancersRequest} req
1055
1081
  * @param {function(string, DescribeIdleLoadBalancersResponse):void} cb
1056
1082
  * @public
@@ -1306,21 +1332,22 @@ This API is used to perform asynchronous operations. After returning a successfu
1306
1332
  /**
1307
1333
  * This API is used to clone a load balancing instance with identical rules and binding relationships based on the designated Cloud Load Balancer. The cloning process is an asynchronous operation. The cloned data is based on the status when calling CloneLoadBalancer. If the source CLB changes after calling CloneLoadBalancer, the change rules will not be cloned.
1308
1334
 
1309
- Note: The instance creation status can be queried based on the returned requestId by accessing the DescribeTaskStatus API (https://www.tencentcloud.com/document/product/214/30683?from_cn_redirect=1).
1335
+ Note: The instance creation status can be queried based on the returned requestId by accessing the [DescribeTaskStatus](https://www.tencentcloud.com/document/product/214/30683?from_cn_redirect=1) API.
1310
1336
 
1311
1337
  This API is used to describe restriction descriptions.
1312
1338
  This API is used to set instance attribute restrictions.
1313
- -The cloning feature supports both pay-as-you-go and yearly/monthly subscription instances. For cloned yearly/monthly subscription instances, the new instance's network billing mode switches to billing by hourly bandwidth, with its bandwidth and specifications remaining consistent with the settings of the original instance.
1314
- -CLB instances not associated with billable items cannot be cloned (historic free activity creation).
1315
- -Classic CLB instances and Anti-DDoS CLBs cannot be cloned.
1316
- -Cloning of classic network-based instances is not supported.
1317
- -Anycast instances cannot be cloned.
1318
- -IPv6 NAT64 edition instances cannot be cloned.
1319
- -Blocked or frozen instances cannot be cloned.
1320
- -Before performing the cloning operation, make sure that all certificates used on the instance have not expired, otherwise cloning will fail.
1339
+ - The cloning feature supports both pay-as-you-go and yearly/monthly subscription instances. For cloned yearly/monthly subscription instances, the new instance's network billing mode switches to billing by hourly bandwidth, with its bandwidth and specifications remaining consistent with the settings of the original instance.
1340
+ - CLB instances not associated with billable items cannot be cloned (historic free activity creation).
1341
+ - Classic CLB instances and Anti-DDoS CLBs cannot be cloned.
1342
+ - Cloning of classic network-based instances is not supported.
1343
+ - Anycast instances cannot be cloned.
1344
+ - IPv6 NAT64 edition instances cannot be cloned.
1345
+ - Blocked or frozen instances cannot be cloned.
1346
+ - Before performing the cloning operation, make sure that all certificates used on the instance have not expired, otherwise cloning will fail.
1347
+
1321
1348
  This API is used to set quota dimension restrictions.
1322
- -Cloning is not supported when the number of instance listeners exceeds 50.
1323
- -Cloning is not supported when the public network bandwidth cap of a shared instance exceeds 2G.
1349
+ - Cloning is not supported when the number of instance listeners exceeds 50.
1350
+ - Cloning is not supported when the public network bandwidth cap of a shared instance exceeds 2G.
1324
1351
 
1325
1352
  This API is used to call APIs.
1326
1353
  This API is used to specify the BGP bandwidth package ID.