tencentcloud-sdk-python-chdfs 3.0.1352__tar.gz → 3.0.1353__tar.gz

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.
Files changed (20) hide show
  1. {tencentcloud-sdk-python-chdfs-3.0.1352 → tencentcloud-sdk-python-chdfs-3.0.1353}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-chdfs-3.0.1352 → tencentcloud-sdk-python-chdfs-3.0.1353}/setup.py +1 -1
  3. {tencentcloud-sdk-python-chdfs-3.0.1352 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-chdfs-3.0.1352 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud/chdfs/v20201112/models.py +2 -2
  5. {tencentcloud-sdk-python-chdfs-3.0.1352 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud_sdk_python_chdfs.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-chdfs-3.0.1353/tencentcloud_sdk_python_chdfs.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-chdfs-3.0.1352/tencentcloud_sdk_python_chdfs.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-chdfs-3.0.1352 → tencentcloud-sdk-python-chdfs-3.0.1353}/README.rst +0 -0
  9. {tencentcloud-sdk-python-chdfs-3.0.1352 → tencentcloud-sdk-python-chdfs-3.0.1353}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-chdfs-3.0.1352 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud/chdfs/__init__.py +0 -0
  11. {tencentcloud-sdk-python-chdfs-3.0.1352 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud/chdfs/v20190718/__init__.py +0 -0
  12. {tencentcloud-sdk-python-chdfs-3.0.1352 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud/chdfs/v20190718/chdfs_client.py +0 -0
  13. {tencentcloud-sdk-python-chdfs-3.0.1352 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud/chdfs/v20190718/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-chdfs-3.0.1352 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud/chdfs/v20190718/models.py +0 -0
  15. {tencentcloud-sdk-python-chdfs-3.0.1352 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud/chdfs/v20201112/__init__.py +0 -0
  16. {tencentcloud-sdk-python-chdfs-3.0.1352 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud/chdfs/v20201112/chdfs_client.py +0 -0
  17. {tencentcloud-sdk-python-chdfs-3.0.1352 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud/chdfs/v20201112/errorcodes.py +0 -0
  18. {tencentcloud-sdk-python-chdfs-3.0.1352 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud_sdk_python_chdfs.egg-info/SOURCES.txt +0 -0
  19. {tencentcloud-sdk-python-chdfs-3.0.1352 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud_sdk_python_chdfs.egg-info/dependency_links.txt +0 -0
  20. {tencentcloud-sdk-python-chdfs-3.0.1352 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud_sdk_python_chdfs.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-chdfs
3
- Version: 3.0.1352
3
+ Version: 3.0.1353
4
4
  Summary: Tencent Cloud Chdfs SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-chdfs',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1352"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1353"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Chdfs SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1352'
17
+ __version__ = '3.0.1353'
@@ -3440,7 +3440,7 @@ class RestoreTask(AbstractModel):
3440
3440
  :type RestoreTaskId: int
3441
3441
  :param _FilePath: 回热任务文件路径
3442
3442
  :type FilePath: str
3443
- :param _Type: 回热任务类型(1:标准;2:极速;3:批量,暂时仅支持极速)
3443
+ :param _Type: 回热任务类型(1:标准;2:极速;3:批量,暂时仅支持标准)
3444
3444
  :type Type: int
3445
3445
  :param _Days: 指定恢复出的临时副本的有效时长(单位天)
3446
3446
  :type Days: int
@@ -3480,7 +3480,7 @@ class RestoreTask(AbstractModel):
3480
3480
 
3481
3481
  @property
3482
3482
  def Type(self):
3483
- """回热任务类型(1:标准;2:极速;3:批量,暂时仅支持极速)
3483
+ """回热任务类型(1:标准;2:极速;3:批量,暂时仅支持标准)
3484
3484
  :rtype: int
3485
3485
  """
3486
3486
  return self._Type
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-chdfs
3
- Version: 3.0.1352
3
+ Version: 3.0.1353
4
4
  Summary: Tencent Cloud Chdfs SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1353
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1352