tencentcloud-sdk-nodejs-intl-en 3.0.1366 → 3.0.1368

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.1366",
3
+ "version": "3.0.1368",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -462,9 +462,9 @@ This API is used to ensure added CVM instances match the VPC network of the scal
462
462
  /**
463
463
  * This API is used to reduce the specified number of instances from the scaling group.
464
464
  * There is no on going scaling task.
465
- * This API is valid even when the scaling group is disabled. For more details, see [DisableAutoScalingGroup](https://intl.cloud.tencent.com/document/api/377/20435?from_cn_redirect=1).
466
- * You can specify the instances to remove in the scale-in activity by using `TerminationPolicies`. For more information, see [Scaling In Policies](https://intl.cloud.tencent.com/document/product/377/8563?from_cn_redirect=1).
467
- * Only the `IN_SERVICE` instances will be reduced. To reduce instances in other statues, use the [`DetachInstances`](https://intl.cloud.tencent.com/document/api/377/31011?from_cn_redirect=1) or [`RemoveInstances`](https://intl.cloud.tencent.com/document/api/377/31005?from_cn_redirect=1) API.
465
+ * This API is valid even when the scaling group is disabled. For more details, see [DisableAutoScalingGroup](https://intl.cloud.tencent.com/document/product/377/31010).
466
+ * You can specify the instances to remove in the scale-in activity by using `TerminationPolicies`. For more information, see [Scaling In Policies](https://intl.cloud.tencent.com/document/product/377/8563).
467
+ * Only the `IN_SERVICE` instances will be reduced. To reduce instances in other statues, use the [`DetachInstances`](https://intl.cloud.tencent.com/document/api/377/31011) or [`RemoveInstances`](https://intl.cloud.tencent.com/document/api/377/31005) API.
468
468
  * The desired capacity will be reduced accordingly. The new desired capacity should be no less than the minimum capacity.
469
469
  * If the scale-in activity failed or partially succeeded, the final desired capacity only deducts the instances that have been reduced successfully.
470
470
  * @param {ScaleInInstancesRequest} req
@@ -3799,7 +3799,7 @@ class ScaleInInstancesResponse extends AbstractModel {
3799
3799
  super();
3800
3800
 
3801
3801
  /**
3802
- * Scaling activity ID
3802
+ * Scaling activity ID.
3803
3803
  * @type {string || null}
3804
3804
  */
3805
3805
  this.ActivityId = null;
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20210420: require("./v20210420"), v20220331: require("./v20220331"),
2
+ v20220331: require("./v20220331"), v20210420: require("./v20210420"),
3
3
  };
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1366";
1
+ const sdkVersion = "3.0.1368";
2
2
  module.exports = sdkVersion