tencentcloud-sdk-python-emr 3.0.1465__tar.gz → 3.0.1482__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 (18) hide show
  1. tencentcloud_sdk_python_emr-3.0.1482/PKG-INFO +46 -0
  2. {tencentcloud-sdk-python-emr-3.0.1465 → tencentcloud_sdk_python_emr-3.0.1482}/setup.py +1 -1
  3. {tencentcloud-sdk-python-emr-3.0.1465 → tencentcloud_sdk_python_emr-3.0.1482}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-emr-3.0.1465 → tencentcloud_sdk_python_emr-3.0.1482}/tencentcloud/emr/v20190103/models.py +30 -0
  5. tencentcloud_sdk_python_emr-3.0.1482/tencentcloud_sdk_python_emr.egg-info/PKG-INFO +46 -0
  6. tencentcloud_sdk_python_emr-3.0.1482/tencentcloud_sdk_python_emr.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-emr-3.0.1465/PKG-INFO +0 -45
  8. tencentcloud-sdk-python-emr-3.0.1465/tencentcloud_sdk_python_emr.egg-info/PKG-INFO +0 -45
  9. tencentcloud-sdk-python-emr-3.0.1465/tencentcloud_sdk_python_emr.egg-info/requires.txt +0 -1
  10. {tencentcloud-sdk-python-emr-3.0.1465 → tencentcloud_sdk_python_emr-3.0.1482}/README.rst +0 -0
  11. {tencentcloud-sdk-python-emr-3.0.1465 → tencentcloud_sdk_python_emr-3.0.1482}/setup.cfg +0 -0
  12. {tencentcloud-sdk-python-emr-3.0.1465 → tencentcloud_sdk_python_emr-3.0.1482}/tencentcloud/emr/__init__.py +0 -0
  13. {tencentcloud-sdk-python-emr-3.0.1465 → tencentcloud_sdk_python_emr-3.0.1482}/tencentcloud/emr/v20190103/__init__.py +0 -0
  14. {tencentcloud-sdk-python-emr-3.0.1465 → tencentcloud_sdk_python_emr-3.0.1482}/tencentcloud/emr/v20190103/emr_client.py +0 -0
  15. {tencentcloud-sdk-python-emr-3.0.1465 → tencentcloud_sdk_python_emr-3.0.1482}/tencentcloud/emr/v20190103/errorcodes.py +0 -0
  16. {tencentcloud-sdk-python-emr-3.0.1465 → tencentcloud_sdk_python_emr-3.0.1482}/tencentcloud_sdk_python_emr.egg-info/SOURCES.txt +0 -0
  17. {tencentcloud-sdk-python-emr-3.0.1465 → tencentcloud_sdk_python_emr-3.0.1482}/tencentcloud_sdk_python_emr.egg-info/dependency_links.txt +0 -0
  18. {tencentcloud-sdk-python-emr-3.0.1465 → tencentcloud_sdk_python_emr-3.0.1482}/tencentcloud_sdk_python_emr.egg-info/top_level.txt +0 -0
@@ -0,0 +1,46 @@
1
+ Metadata-Version: 2.1
2
+ Name: tencentcloud-sdk-python-emr
3
+ Version: 3.0.1482
4
+ Summary: Tencent Cloud Emr SDK for Python
5
+ Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
+ Author: Tencent Cloud
7
+ Maintainer-email: tencentcloudapi@tencent.com
8
+ License: Apache License 2.0
9
+ Platform: any
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: Apache Software License
13
+ Classifier: Programming Language :: Python
14
+ Classifier: Programming Language :: Python :: 2.7
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.6
17
+ Classifier: Programming Language :: Python :: 3.7
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1482
19
+
20
+ ============================
21
+ Tencent Cloud SDK for Python
22
+ ============================
23
+
24
+ Tencent Cloud Python Emr SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
25
+ The SDK works on Python versions:
26
+
27
+ * 2.7 and greater, including 3.x
28
+
29
+ Quick Start
30
+ -----------
31
+
32
+ First, install the library:
33
+
34
+ .. code-block:: sh
35
+
36
+ $ pip install tencentcloud-sdk-python-common
37
+ $ pip install tencentcloud-sdk-python-emr
38
+
39
+ or download source code from github and install:
40
+
41
+ .. code-block:: sh
42
+
43
+ $ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
44
+ $ cd tencentcloud-sdk-python
45
+ $ python package.py --components common emr
46
+
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-emr',
11
- install_requires=["tencentcloud-sdk-python-common>=3.0.1465,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1482,<4.0.0"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Emr 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.1465'
17
+ __version__ = '3.0.1482'
@@ -10836,6 +10836,8 @@ class DescribeInstancesListRequest(AbstractModel):
10836
10836
  :type Asc: int
10837
10837
  :param _Filters: 自定义查询过滤器。示例:<li>根据ClusterId过滤实例:[{"Name":"ClusterId","Values":["emr-xxxxxxxx"]}]</li><li>根据clusterName过滤实例:[{"Name": "ClusterName","Values": ["cluster_name"]}]</li><li>根据ClusterStatus过滤实例:[{"Name": "ClusterStatus","Values": ["2"]}]</li>
10838
10838
  :type Filters: list of Filters
10839
+ :param _ClusterType: 默认0为普通集群,2为tke集群
10840
+ :type ClusterType: int
10839
10841
  """
10840
10842
  self._DisplayStrategy = None
10841
10843
  self._Offset = None
@@ -10843,6 +10845,7 @@ class DescribeInstancesListRequest(AbstractModel):
10843
10845
  self._OrderField = None
10844
10846
  self._Asc = None
10845
10847
  self._Filters = None
10848
+ self._ClusterType = None
10846
10849
 
10847
10850
  @property
10848
10851
  def DisplayStrategy(self):
@@ -10911,6 +10914,17 @@ class DescribeInstancesListRequest(AbstractModel):
10911
10914
  def Filters(self, Filters):
10912
10915
  self._Filters = Filters
10913
10916
 
10917
+ @property
10918
+ def ClusterType(self):
10919
+ r"""默认0为普通集群,2为tke集群
10920
+ :rtype: int
10921
+ """
10922
+ return self._ClusterType
10923
+
10924
+ @ClusterType.setter
10925
+ def ClusterType(self, ClusterType):
10926
+ self._ClusterType = ClusterType
10927
+
10914
10928
 
10915
10929
  def _deserialize(self, params):
10916
10930
  self._DisplayStrategy = params.get("DisplayStrategy")
@@ -10924,6 +10938,7 @@ class DescribeInstancesListRequest(AbstractModel):
10924
10938
  obj = Filters()
10925
10939
  obj._deserialize(item)
10926
10940
  self._Filters.append(obj)
10941
+ self._ClusterType = params.get("ClusterType")
10927
10942
  memeber_set = set(params.keys())
10928
10943
  for name, value in vars(self).items():
10929
10944
  property_name = name[1:]
@@ -23954,10 +23969,13 @@ class ModifyUserManagerPwdRequest(AbstractModel):
23954
23969
  :type UserName: str
23955
23970
  :param _PassWord: 密码
23956
23971
  :type PassWord: str
23972
+ :param _SyncPwd: 是否同步密码
23973
+ :type SyncPwd: bool
23957
23974
  """
23958
23975
  self._InstanceId = None
23959
23976
  self._UserName = None
23960
23977
  self._PassWord = None
23978
+ self._SyncPwd = None
23961
23979
 
23962
23980
  @property
23963
23981
  def InstanceId(self):
@@ -23992,11 +24010,23 @@ class ModifyUserManagerPwdRequest(AbstractModel):
23992
24010
  def PassWord(self, PassWord):
23993
24011
  self._PassWord = PassWord
23994
24012
 
24013
+ @property
24014
+ def SyncPwd(self):
24015
+ r"""是否同步密码
24016
+ :rtype: bool
24017
+ """
24018
+ return self._SyncPwd
24019
+
24020
+ @SyncPwd.setter
24021
+ def SyncPwd(self, SyncPwd):
24022
+ self._SyncPwd = SyncPwd
24023
+
23995
24024
 
23996
24025
  def _deserialize(self, params):
23997
24026
  self._InstanceId = params.get("InstanceId")
23998
24027
  self._UserName = params.get("UserName")
23999
24028
  self._PassWord = params.get("PassWord")
24029
+ self._SyncPwd = params.get("SyncPwd")
24000
24030
  memeber_set = set(params.keys())
24001
24031
  for name, value in vars(self).items():
24002
24032
  property_name = name[1:]
@@ -0,0 +1,46 @@
1
+ Metadata-Version: 2.1
2
+ Name: tencentcloud-sdk-python-emr
3
+ Version: 3.0.1482
4
+ Summary: Tencent Cloud Emr SDK for Python
5
+ Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
+ Author: Tencent Cloud
7
+ Maintainer-email: tencentcloudapi@tencent.com
8
+ License: Apache License 2.0
9
+ Platform: any
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: Apache Software License
13
+ Classifier: Programming Language :: Python
14
+ Classifier: Programming Language :: Python :: 2.7
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.6
17
+ Classifier: Programming Language :: Python :: 3.7
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1482
19
+
20
+ ============================
21
+ Tencent Cloud SDK for Python
22
+ ============================
23
+
24
+ Tencent Cloud Python Emr SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
25
+ The SDK works on Python versions:
26
+
27
+ * 2.7 and greater, including 3.x
28
+
29
+ Quick Start
30
+ -----------
31
+
32
+ First, install the library:
33
+
34
+ .. code-block:: sh
35
+
36
+ $ pip install tencentcloud-sdk-python-common
37
+ $ pip install tencentcloud-sdk-python-emr
38
+
39
+ or download source code from github and install:
40
+
41
+ .. code-block:: sh
42
+
43
+ $ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
44
+ $ cd tencentcloud-sdk-python
45
+ $ python package.py --components common emr
46
+
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.0.1482
@@ -1,45 +0,0 @@
1
- Metadata-Version: 1.2
2
- Name: tencentcloud-sdk-python-emr
3
- Version: 3.0.1465
4
- Summary: Tencent Cloud Emr SDK for Python
5
- Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
- Author: Tencent Cloud
7
- Maintainer-email: tencentcloudapi@tencent.com
8
- License: Apache License 2.0
9
- Description: ============================
10
- Tencent Cloud SDK for Python
11
- ============================
12
-
13
- Tencent Cloud Python Emr SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
14
- The SDK works on Python versions:
15
-
16
- * 2.7 and greater, including 3.x
17
-
18
- Quick Start
19
- -----------
20
-
21
- First, install the library:
22
-
23
- .. code-block:: sh
24
-
25
- $ pip install tencentcloud-sdk-python-common
26
- $ pip install tencentcloud-sdk-python-emr
27
-
28
- or download source code from github and install:
29
-
30
- .. code-block:: sh
31
-
32
- $ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
33
- $ cd tencentcloud-sdk-python
34
- $ python package.py --components common emr
35
-
36
-
37
- Platform: any
38
- Classifier: Development Status :: 5 - Production/Stable
39
- Classifier: Intended Audience :: Developers
40
- Classifier: License :: OSI Approved :: Apache Software License
41
- Classifier: Programming Language :: Python
42
- Classifier: Programming Language :: Python :: 2.7
43
- Classifier: Programming Language :: Python :: 3
44
- Classifier: Programming Language :: Python :: 3.6
45
- Classifier: Programming Language :: Python :: 3.7
@@ -1,45 +0,0 @@
1
- Metadata-Version: 1.2
2
- Name: tencentcloud-sdk-python-emr
3
- Version: 3.0.1465
4
- Summary: Tencent Cloud Emr SDK for Python
5
- Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
- Author: Tencent Cloud
7
- Maintainer-email: tencentcloudapi@tencent.com
8
- License: Apache License 2.0
9
- Description: ============================
10
- Tencent Cloud SDK for Python
11
- ============================
12
-
13
- Tencent Cloud Python Emr SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
14
- The SDK works on Python versions:
15
-
16
- * 2.7 and greater, including 3.x
17
-
18
- Quick Start
19
- -----------
20
-
21
- First, install the library:
22
-
23
- .. code-block:: sh
24
-
25
- $ pip install tencentcloud-sdk-python-common
26
- $ pip install tencentcloud-sdk-python-emr
27
-
28
- or download source code from github and install:
29
-
30
- .. code-block:: sh
31
-
32
- $ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
33
- $ cd tencentcloud-sdk-python
34
- $ python package.py --components common emr
35
-
36
-
37
- Platform: any
38
- Classifier: Development Status :: 5 - Production/Stable
39
- Classifier: Intended Audience :: Developers
40
- Classifier: License :: OSI Approved :: Apache Software License
41
- Classifier: Programming Language :: Python
42
- Classifier: Programming Language :: Python :: 2.7
43
- Classifier: Programming Language :: Python :: 3
44
- Classifier: Programming Language :: Python :: 3.6
45
- Classifier: Programming Language :: Python :: 3.7
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1465