tencentcloud-sdk-python-dlc 3.0.1037__tar.gz → 3.0.1041__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.
- {tencentcloud-sdk-python-dlc-3.0.1037 → tencentcloud-sdk-python-dlc-3.0.1041}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-dlc-3.0.1037 → tencentcloud-sdk-python-dlc-3.0.1041}/setup.py +1 -1
- {tencentcloud-sdk-python-dlc-3.0.1037 → tencentcloud-sdk-python-dlc-3.0.1041}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-dlc-3.0.1037 → tencentcloud-sdk-python-dlc-3.0.1041}/tencentcloud/dlc/v20210125/errorcodes.py +3 -0
- {tencentcloud-sdk-python-dlc-3.0.1037 → tencentcloud-sdk-python-dlc-3.0.1041}/tencentcloud_sdk_python_dlc.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-dlc-3.0.1041/tencentcloud_sdk_python_dlc.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-dlc-3.0.1037/tencentcloud_sdk_python_dlc.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-dlc-3.0.1037 → tencentcloud-sdk-python-dlc-3.0.1041}/README.rst +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1037 → tencentcloud-sdk-python-dlc-3.0.1041}/setup.cfg +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1037 → tencentcloud-sdk-python-dlc-3.0.1041}/tencentcloud/dlc/__init__.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1037 → tencentcloud-sdk-python-dlc-3.0.1041}/tencentcloud/dlc/v20210125/__init__.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1037 → tencentcloud-sdk-python-dlc-3.0.1041}/tencentcloud/dlc/v20210125/dlc_client.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1037 → tencentcloud-sdk-python-dlc-3.0.1041}/tencentcloud/dlc/v20210125/models.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1037 → tencentcloud-sdk-python-dlc-3.0.1041}/tencentcloud_sdk_python_dlc.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1037 → tencentcloud-sdk-python-dlc-3.0.1041}/tencentcloud_sdk_python_dlc.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1037 → tencentcloud-sdk-python-dlc-3.0.1041}/tencentcloud_sdk_python_dlc.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-dlc',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1041"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Dlc SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -362,6 +362,9 @@ INVALIDPARAMETER_INVALIDSESSIONKINDTYPE = 'InvalidParameter.InvalidSessionKindTy
|
|
|
362
362
|
# 不支持的排序类型。
|
|
363
363
|
INVALIDPARAMETER_INVALIDSORTBYTYPE = 'InvalidParameter.InvalidSortByType'
|
|
364
364
|
|
|
365
|
+
# Invalid Sorting
|
|
366
|
+
INVALIDPARAMETER_INVALIDSORTING = 'InvalidParameter.InvalidSorting'
|
|
367
|
+
|
|
365
368
|
# SparkAppParam无效。
|
|
366
369
|
INVALIDPARAMETER_INVALIDSPARKAPPPARAM = 'InvalidParameter.InvalidSparkAppParam'
|
|
367
370
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1041
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1037
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|