tencentcloud-sdk-nodejs-intl-en 3.0.1066 → 3.0.1067
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 +2 -3
- package/tencentcloud/as/v20180419/models.js +173 -104
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/dts/v20211206/dts_client.js +370 -30
- package/tencentcloud/dts/v20211206/models.js +7051 -3672
- package/tencentcloud/intlpartnersmgt/v20220928/models.js +1 -0
- package/tencentcloud/redis/v20180412/models.js +2156 -621
- package/tencentcloud/redis/v20180412/redis_client.js +201 -67
- package/tencentcloud/teo/v20220901/models.js +4 -2
package/package.json
CHANGED
|
@@ -737,10 +737,9 @@ If you configured a notification, Auto Scaling will notify the TDMQ queue of the
|
|
|
737
737
|
}
|
|
738
738
|
|
|
739
739
|
/**
|
|
740
|
-
* This API
|
|
741
|
-
|
|
742
|
-
* This API is used to upgrade a lifecycle hook in a "completely overriding" manner, i.e., it uniformly sets a new configuration according to the API parameters regardless of the original parameters. If optional fields are left empty, their default values will be used.
|
|
740
|
+
* This API is used to upgrade the lifecycle hook.
|
|
743
741
|
|
|
742
|
+
* This API is used to upgrade the lifecycle hook, adopting a "comprehensive overwrite" style. Regardless of how the previous parameters were set, it uniformly uses the new configurations for API parameters. For optional fields, if they are not filled in, default values will be used.
|
|
744
743
|
* @param {UpgradeLifecycleHookRequest} req
|
|
745
744
|
* @param {function(string, UpgradeLifecycleHookResponse):void} cb
|
|
746
745
|
* @public
|