tencentcloud-sdk-nodejs-intl-en 3.0.1305 → 3.0.1307

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 (32) hide show
  1. package/package.json +1 -1
  2. package/tencentcloud/cdb/v20170320/cdb_client.js +1 -1
  3. package/tencentcloud/ckafka/v20190819/models.js +69 -69
  4. package/tencentcloud/clb/v20180317/clb_client.js +20 -20
  5. package/tencentcloud/clb/v20180317/models.js +74 -74
  6. package/tencentcloud/common/sdk_version.js +1 -1
  7. package/tencentcloud/cvm/v20170312/cvm_client.js +1 -1
  8. package/tencentcloud/cvm/v20170312/models.js +3 -3
  9. package/tencentcloud/dbbrain/index.js +1 -1
  10. package/tencentcloud/emr/v20190103/models.js +6 -6
  11. package/tencentcloud/faceid/v20180301/models.js +103 -22
  12. package/tencentcloud/lighthouse/v20200324/lighthouse_client.js +1 -1
  13. package/tencentcloud/lighthouse/v20200324/models.js +9 -9
  14. package/tencentcloud/mongodb/v20190725/models.js +40 -40
  15. package/tencentcloud/mongodb/v20190725/mongodb_client.js +2 -2
  16. package/tencentcloud/monitor/v20180724/models.js +1 -1
  17. package/tencentcloud/mps/v20190612/models.js +16 -16
  18. package/tencentcloud/mqtt/v20240516/models.js +41 -41
  19. package/tencentcloud/mqtt/v20240516/mqtt_client.js +1 -1
  20. package/tencentcloud/redis/v20180412/models.js +12 -12
  21. package/tencentcloud/sms/index.js +1 -1
  22. package/tencentcloud/tdmq/v20200217/models.js +4 -4
  23. package/tencentcloud/teo/v20220901/models.js +9 -9
  24. package/tencentcloud/teo/v20220901/teo_client.js +3 -3
  25. package/tencentcloud/trocket/v20230308/models.js +89 -89
  26. package/tencentcloud/trocket/v20230308/trocket_client.js +11 -11
  27. package/tencentcloud/vm/index.js +1 -1
  28. package/tencentcloud/vod/index.js +1 -1
  29. package/tencentcloud/vod/v20180717/models.js +847 -161
  30. package/tencentcloud/vod/v20180717/vod_client.js +16 -6
  31. package/tencentcloud/vpc/v20170312/models.js +109 -0
  32. package/tencentcloud/vpc/v20170312/vpc_client.js +14 -0
@@ -368,7 +368,7 @@ This is an async API. After it is returned successfully, you can call the `Descr
368
368
 
369
369
  /**
370
370
  * This API is used to bind target groups to Cloud Load Balancer listeners (Layer-4 protocol) or forwarding rules (L7 protocol).
371
- This API is asynchronous. After it returns a successful result, you need to call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as input parameter to check whether this task is successful.
371
+ 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.
372
372
  This API is used to describe restrictions.
373
373
  -Binding a legacy version target group to a Layer-4 listener requires the listener to have backend target groups enabled.
374
374
  -Layer-7 bind target group. LocationId is a required item in the data structure TargetGroupAssociation.
@@ -384,7 +384,7 @@ This API is used to describe restrictions.
384
384
 
385
385
  /**
386
386
  * This API is used to unbind a server from a target group.
387
- This API is used to perform asynchronous operations. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.
387
+ 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.
388
388
  * @param {DeregisterTargetGroupInstancesRequest} req
389
389
  * @param {function(string, DeregisterTargetGroupInstancesResponse):void} cb
390
390
  * @public
@@ -464,7 +464,7 @@ This is an async API. After it is returned successfully, you can call the Descri
464
464
  /**
465
465
  * This API is used to modify the attributes of a CLB instance, such as name and cross-region attributes.
466
466
  Non-bandwidth-upshift users must add their CLB instance to a bandwidth package to configure cross-domain attributes. To modify the network billing mode, go to the console.
467
- This API is used to perform asynchronous operations. After returning a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.
467
+ This API is used to perform asynchronous operations. After returning 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.
468
468
  * @param {ModifyLoadBalancerAttributesRequest} req
469
469
  * @param {function(string, ModifyLoadBalancerAttributesResponse):void} cb
470
470
  * @public
@@ -520,7 +520,7 @@ This is an async API. After it is returned successfully, you can call the `Descr
520
520
  }
521
521
 
522
522
  /**
523
- * 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.comom/document/product/1108/48459?from_cn_redirect=1). This API follows set semantics.
523
+ * 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.
524
524
  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).
525
525
  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.
526
526
  * @param {SetLoadBalancerSecurityGroupsRequest} req
@@ -545,7 +545,7 @@ For unbinding operations, the input parameters should specify all security group
545
545
 
546
546
  /**
547
547
  * This API is used to delete listeners (layer-4 and layer-7) under a Cloud Load Balancer instance.
548
- This API is used to perform asynchronous operations. After returning a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.
548
+ This API is used to perform asynchronous operations. After returning 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.
549
549
  * @param {DeleteListenerRequest} req
550
550
  * @param {function(string, DeleteListenerResponse):void} cb
551
551
  * @public
@@ -580,7 +580,7 @@ This is an async API. After it is returned successfully, you can call the `Descr
580
580
 
581
581
  /**
582
582
  * This API is used to start or stop a load balancing instance or listener.
583
- This API is used to perform asynchronous operations. After returning a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.
583
+ This API is used to perform asynchronous operations. After returning 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.
584
584
  This feature is currently in beta test. To use it, submit a [ticket](https://console.cloud.tencent.com/workorder/category?level1_id=6&level2_id=163&source=0&data_title=%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1%20LB&step=1) for application.
585
585
  * @param {SetLoadBalancerStartStatusRequest} req
586
586
  * @param {function(string, SetLoadBalancerStartStatusResponse):void} cb
@@ -652,7 +652,7 @@ This is an asynchronous API. After it returns the result successfully, you can c
652
652
  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.
653
653
  This API is used to describe restrictions.
654
654
  -SCF binding is supported only in Guangzhou, Shenzhen Finance, Shanghai, Shanghai Finance, Beijing, Chengdu, Hong Kong (China), Singapore, Tokyo, and Silicon Valley.
655
- -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 type upgrade instructions](https://www.tencentcloud.comom/document/product/1199/49090?from_cn_redirect=1).
655
+ -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 type upgrade instructions](https://www.tencentcloud.com/document/product/1199/49090?from_cn_redirect=1).
656
656
  -Classic CLB does not support binding SCF.
657
657
  -Basic Network Type does not support binding SCF.
658
658
  -CLB supports binding ALL SCFs in the same region by default, supports cross-VPC binding, but cross-region selection is not supported.
@@ -682,7 +682,7 @@ This API is used to describe restrictions.
682
682
 
683
683
  /**
684
684
  * This API is used to modify the properties of forwarding rules under a layer-7 (HTTP/HTTPS) listener in Cloud Load Balancer, including forwarding path, health check attributes and forwarding policy.
685
- This is an asynchronous API. After it returns the result successfully, you can call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestId as an input parameter to query whether the task is successful.
685
+ This is an asynchronous API. After it returns the result successfully, you can 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 query whether the task is successful.
686
686
  * @param {ModifyRuleRequest} req
687
687
  * @param {function(string, ModifyRuleResponse):void} cb
688
688
  * @public
@@ -740,11 +740,11 @@ This is an async API. After it is returned successfully, you can call the Descri
740
740
 
741
741
  /**
742
742
  * This API is used to unbind a cloud function from the forwarding rule of a Cloud Load Balancer. For a layer-7 (HTTP/HTTPS) listener, the forwarding rule must be specified by LocationId or Domain+Url.
743
- This API is used to perform asynchronous operations. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.
743
+ 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.
744
744
  This API is used to describe restrictions.
745
745
 
746
746
  -SCF binding is supported only in Guangzhou, Shenzhen Finance, Shanghai, Shanghai Finance, Beijing, Chengdu, Hong Kong (China), Singapore, Tokyo, and Silicon Valley.
747
- -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 type upgrade instructions](https://www.tencentcloud.comom/document/product/1199/49090?from_cn_redirect=1).
747
+ -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 type upgrade instructions](https://www.tencentcloud.com/document/product/1199/49090?from_cn_redirect=1).
748
748
  -Classic CLB does not support binding SCF.
749
749
  -Basic Network Type does not support binding SCF.
750
750
  -CLB supports binding ALL SCFs in the same region by default, supports cross-VPC binding, but cross-region selection is not supported.
@@ -856,7 +856,7 @@ This API is used to describe restrictions.
856
856
 
857
857
  /**
858
858
  * This API is used to delete the SnatIp of the SnatPro load balancing.
859
- This API is used to perform asynchronous operations. After returning a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.
859
+ This API is used to perform asynchronous operations. After returning 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.
860
860
  * @param {DeleteLoadBalancerSnatIpsRequest} req
861
861
  * @param {function(string, DeleteLoadBalancerSnatIpsResponse):void} cb
862
862
  * @public
@@ -868,7 +868,7 @@ This API is used to perform asynchronous operations. After returning a successfu
868
868
 
869
869
  /**
870
870
  * This API is used to create forwarding rules under an existing layer-7 CLB listener. In layer-7 CLB listeners, backend services must be bound to rules instead of the listener.
871
- This is an asynchronous API. After it returns the result successfully, you can call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestId as an input parameter to query whether the task is successful.
871
+ This is an asynchronous API. After it returns the result successfully, you can 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 query whether the task is successful.
872
872
  * @param {CreateRuleRequest} req
873
873
  * @param {function(string, CreateRuleResponse):void} cb
874
874
  * @public
@@ -891,7 +891,7 @@ This is an asynchronous API. After it returns the result successfully, you can c
891
891
 
892
892
  /**
893
893
  * This API is used to modify the domain name under a layer-7 (HTTP/HTTPS) listener of Cloud Load Balancer.
894
- This is an asynchronous API. After it returns the result successfully, you can call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestId as an input parameter to query whether the task is successful.
894
+ This is an asynchronous API. After it returns the result successfully, you can 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 query whether the task is successful.
895
895
  * @param {ModifyDomainRequest} req
896
896
  * @param {function(string, ModifyDomainResponse):void} cb
897
897
  * @public
@@ -948,7 +948,7 @@ This API is asynchronous. After it returns the result successfully, you can call
948
948
 
949
949
  /**
950
950
  * This API is used to delete forwarding rules under a layer-7 listener of a load balancing instance.
951
- This API is used to perform asynchronous operations. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.
951
+ 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.
952
952
  * @param {DeleteRuleRequest} req
953
953
  * @param {function(string, DeleteRuleResponse):void} cb
954
954
  * @public
@@ -1061,7 +1061,7 @@ This is an async API. After it is returned successfully, you can call the Descri
1061
1061
 
1062
1062
  /**
1063
1063
  * This API is used to bind one or more backend services to a Cloud Load Balancer listener or layer-7 forwarding rule. Before that, you need to create a related CLB layer-4 listener or layer-7 forwarding rule. For Layer-4 listeners (TCP/UDP), only specify the listener ID. For layer-7 (HTTP/HTTPS) listeners, forwarding rules must be specified through LocationId or Domain+Url.
1064
- This API is used to perform asynchronous operations. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.
1064
+ 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.
1065
1065
  * @param {RegisterTargetsRequest} req
1066
1066
  * @param {function(string, RegisterTargetsResponse):void} cb
1067
1067
  * @public
@@ -1098,7 +1098,7 @@ Note: This API can only be called in the Guangzhou region; for other regions, an
1098
1098
 
1099
1099
  /**
1100
1100
  * This API is used to delete multiple listeners of Cloud Load Balancer.
1101
- This API is used to perform asynchronous operations. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.
1101
+ 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.
1102
1102
  * @param {DeleteLoadBalancerListenersRequest} req
1103
1103
  * @param {function(string, DeleteLoadBalancerListenersResponse):void} cb
1104
1104
  * @public
@@ -1132,7 +1132,7 @@ This API is used to perform asynchronous operations. After it returns a successf
1132
1132
 
1133
1133
  /**
1134
1134
  * This API is used to modify domain-level attributes of Cloud Load Balancer layer-7 listener forwarding rules, such as modifying domain name, changing DefaultServer, enabling/disabling Http/2, and modifying certificates.
1135
- This is an async API. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestId as an input parameter to check whether this task is successful.
1135
+ This is an async API. 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.
1136
1136
  * @param {ModifyDomainAttributesRequest} req
1137
1137
  * @param {function(string, ModifyDomainAttributesResponse):void} cb
1138
1138
  * @public
@@ -1224,7 +1224,7 @@ This is an asynchronous API. After it returns the result successfully, you can c
1224
1224
 
1225
1225
  /**
1226
1226
  * This API is used to modify the forwarding weight of backend service bound to Cloud Load Balancer.
1227
- This is an asynchronous API. After it returns the result successfully, you can call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestId as an input parameter to query whether the task is successful.
1227
+ This is an asynchronous API. After it returns the result successfully, you can 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 query whether the task is successful.
1228
1228
  * @param {ModifyTargetWeightRequest} req
1229
1229
  * @param {function(string, ModifyTargetWeightResponse):void} cb
1230
1230
  * @public
@@ -1281,7 +1281,7 @@ This is an async API. After it is returned successfully, you can check the actio
1281
1281
 
1282
1282
  /**
1283
1283
  * This API is used to add SnatIp for SnatPro Cloud Load Balancer. If SnatPro is not enabled, it will be auto on after adding SnatIp.
1284
- This API is used to perform asynchronous operations. After returning a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.
1284
+ This API is used to perform asynchronous operations. After returning 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.
1285
1285
  * @param {CreateLoadBalancerSnatIpsRequest} req
1286
1286
  * @param {function(string, CreateLoadBalancerSnatIpsResponse):void} cb
1287
1287
  * @public
@@ -1305,7 +1305,7 @@ This API is used to perform asynchronous operations. After returning a successfu
1305
1305
  /**
1306
1306
  * 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.
1307
1307
 
1308
- Note: The instance creation status can be queried based on the returned requestId by accessing the DescribeTaskStatus API (https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1).
1308
+ 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).
1309
1309
 
1310
1310
  This API is used to describe restriction descriptions.
1311
1311
  This API is used to set instance attribute restrictions.