tencentcloud-sdk-python-intl-en 3.0.1223__py2.py3-none-any.whl → 3.0.1225__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/billing/v20180709/models.py +32 -46
- tencentcloud/emr/v20190103/models.py +392 -35
- tencentcloud/iai/v20200303/iai_client.py +0 -1
- tencentcloud/iai/v20200303/models.py +2 -2
- tencentcloud/intlpartnersmgt/v20220928/models.py +19 -6
- tencentcloud/iotcloud/v20210408/models.py +2 -2
- tencentcloud/mps/v20190612/models.py +254 -194
- tencentcloud/redis/v20180412/models.py +50 -2
- tencentcloud/ssl/v20191205/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +4724 -3397
- tencentcloud/ssl/v20191205/ssl_client.py +138 -0
- {tencentcloud_sdk_python_intl_en-3.0.1223.dist-info → tencentcloud_sdk_python_intl_en-3.0.1225.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1223.dist-info → tencentcloud_sdk_python_intl_en-3.0.1225.dist-info}/RECORD +16 -16
- {tencentcloud_sdk_python_intl_en-3.0.1223.dist-info → tencentcloud_sdk_python_intl_en-3.0.1225.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1223.dist-info → tencentcloud_sdk_python_intl_en-3.0.1225.dist-info}/top_level.txt +0 -0
|
@@ -3740,7 +3740,7 @@ class UpdateProductDynamicRegisterResponse(AbstractModel):
|
|
|
3740
3740
|
:type ProductSecret: str
|
|
3741
3741
|
:param _RegisterLimit: Maximum dynamically registered devices
|
|
3742
3742
|
:type RegisterLimit: int
|
|
3743
|
-
:param _RequestId: The unique request ID,
|
|
3743
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3744
3744
|
:type RequestId: str
|
|
3745
3745
|
"""
|
|
3746
3746
|
self._RegisterType = None
|
|
@@ -3783,7 +3783,7 @@ class UpdateProductDynamicRegisterResponse(AbstractModel):
|
|
|
3783
3783
|
|
|
3784
3784
|
@property
|
|
3785
3785
|
def RequestId(self):
|
|
3786
|
-
"""The unique request ID,
|
|
3786
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3787
3787
|
:rtype: str
|
|
3788
3788
|
"""
|
|
3789
3789
|
return self._RequestId
|