tencentcloud-sdk-python-intl-en 3.0.1090__py2.py3-none-any.whl → 3.0.1091__py2.py3-none-any.whl

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.
tencentcloud/__init__.py CHANGED
@@ -13,4 +13,4 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
 
16
- __version__ = '3.0.1090'
16
+ __version__ = '3.0.1091'
@@ -1468,9 +1468,9 @@ class AutoscalingClient(AbstractClient):
1468
1468
 
1469
1469
 
1470
1470
  def UpgradeLifecycleHook(self, request):
1471
- """This API (UpgradeLifecycleHook) is used to upgrade a lifecycle hook.
1471
+ """This API is used to upgrade the lifecycle hook.
1472
1472
 
1473
- * 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.
1473
+ * 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.
1474
1474
 
1475
1475
  :param request: Request instance for UpgradeLifecycleHook.
1476
1476
  :type request: :class:`tencentcloud.autoscaling.v20180419.models.UpgradeLifecycleHookRequest`