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 +1 -1
- package/tencentcloud/as/v20180419/as_client.js +3 -3
- package/tencentcloud/as/v20180419/models.js +1 -1
- package/tencentcloud/ciam/index.js +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/cynosdb/v20190107/cynosdb_client.js +853 -131
- package/tencentcloud/cynosdb/v20190107/models.js +20644 -11194
- package/tencentcloud/dbbrain/index.js +1 -1
- package/tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.js +43 -26
- package/tencentcloud/intlpartnersmgt/v20220928/models.js +565 -128
- package/tencentcloud/mdl/v20200326/mdl_client.js +3 -0
- package/tencentcloud/mdl/v20200326/models.js +416 -262
- package/tencentcloud/monitor/v20180724/models.js +199 -86
- package/tencentcloud/monitor/v20180724/monitor_client.js +4 -2
- package/tencentcloud/ocr/v20181119/models.js +234 -69
- package/tencentcloud/ocr/v20181119/ocr_client.js +17 -3
- package/tencentcloud/organization/index.js +1 -1
- package/tencentcloud/sms/index.js +1 -1
- package/tencentcloud/ssl/v20191205/ssl_client.js +1 -1
- package/tencentcloud/tdmq/v20200217/models.js +650 -181
- package/tencentcloud/tdmq/v20200217/tdmq_client.js +25 -8
- package/tencentcloud/tke/index.js +1 -1
- package/tencentcloud/vm/index.js +1 -1
- package/tencentcloud/vod/index.js +1 -1
- package/tencentcloud/wedata/index.js +1 -1
- package/tencentcloud/wedata/v20210820/models.js +2 -2
package/package.json
CHANGED
|
@@ -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/
|
|
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
|
|
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
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1368";
|
|
2
2
|
module.exports = sdkVersion
|