tencentcloud-sdk-python-intl-en 3.0.1090__py2.py3-none-any.whl → 3.0.1092__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-intl-en might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +2 -2
- tencentcloud/autoscaling/v20180419/models.py +350 -209
- tencentcloud/dts/v20211206/dts_client.py +575 -0
- tencentcloud/dts/v20211206/errorcodes.py +9 -0
- tencentcloud/dts/v20211206/models.py +8552 -3594
- tencentcloud/intlpartnersmgt/v20220928/models.py +2 -0
- tencentcloud/redis/v20180412/errorcodes.py +3 -0
- tencentcloud/redis/v20180412/models.py +3150 -701
- tencentcloud/redis/v20180412/redis_client.py +273 -43
- tencentcloud/teo/v20220901/models.py +8 -4
- {tencentcloud_sdk_python_intl_en-3.0.1090.dist-info → tencentcloud_sdk_python_intl_en-3.0.1092.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1090.dist-info → tencentcloud_sdk_python_intl_en-3.0.1092.dist-info}/RECORD +15 -15
- {tencentcloud_sdk_python_intl_en-3.0.1090.dist-info → tencentcloud_sdk_python_intl_en-3.0.1092.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1090.dist-info → tencentcloud_sdk_python_intl_en-3.0.1092.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -1468,9 +1468,9 @@ class AutoscalingClient(AbstractClient):
|
|
|
1468
1468
|
|
|
1469
1469
|
|
|
1470
1470
|
def UpgradeLifecycleHook(self, request):
|
|
1471
|
-
"""This API
|
|
1471
|
+
"""This API is used to upgrade the lifecycle hook.
|
|
1472
1472
|
|
|
1473
|
-
* This API is used to upgrade
|
|
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`
|