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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-intl-en",
3
- "version": "3.0.1066",
3
+ "version": "3.0.1067",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -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 (UpgradeLifecycleHook) is used to upgrade a lifecycle hook.
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