tencentcloud-sdk-python-emr 3.0.1459__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.1459 → tencentcloud_sdk_python_emr-3.0.1482}/setup.py +1 -1
  3. {tencentcloud-sdk-python-emr-3.0.1459 → tencentcloud_sdk_python_emr-3.0.1482}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-emr-3.0.1459 → tencentcloud_sdk_python_emr-3.0.1482}/tencentcloud/emr/v20190103/models.py +79 -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.1459/PKG-INFO +0 -45
  8. tencentcloud-sdk-python-emr-3.0.1459/tencentcloud_sdk_python_emr.egg-info/PKG-INFO +0 -45
  9. tencentcloud-sdk-python-emr-3.0.1459/tencentcloud_sdk_python_emr.egg-info/requires.txt +0 -1
  10. {tencentcloud-sdk-python-emr-3.0.1459 → tencentcloud_sdk_python_emr-3.0.1482}/README.rst +0 -0
  11. {tencentcloud-sdk-python-emr-3.0.1459 → tencentcloud_sdk_python_emr-3.0.1482}/setup.cfg +0 -0
  12. {tencentcloud-sdk-python-emr-3.0.1459 → tencentcloud_sdk_python_emr-3.0.1482}/tencentcloud/emr/__init__.py +0 -0
  13. {tencentcloud-sdk-python-emr-3.0.1459 → tencentcloud_sdk_python_emr-3.0.1482}/tencentcloud/emr/v20190103/__init__.py +0 -0
  14. {tencentcloud-sdk-python-emr-3.0.1459 → tencentcloud_sdk_python_emr-3.0.1482}/tencentcloud/emr/v20190103/emr_client.py +0 -0
  15. {tencentcloud-sdk-python-emr-3.0.1459 → tencentcloud_sdk_python_emr-3.0.1482}/tencentcloud/emr/v20190103/errorcodes.py +0 -0
  16. {tencentcloud-sdk-python-emr-3.0.1459 → tencentcloud_sdk_python_emr-3.0.1482}/tencentcloud_sdk_python_emr.egg-info/SOURCES.txt +0 -0
  17. {tencentcloud-sdk-python-emr-3.0.1459 → 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.1459 → 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.1459,<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.1459'
17
+ __version__ = '3.0.1482'
@@ -1049,6 +1049,7 @@ class AutoScaleGroupAdvanceAttrs(AbstractModel):
1049
1049
  def __init__(self):
1050
1050
  r"""
1051
1051
  :param _ComputeResourceAdvanceParams: 计算资源高级设置
1052
+ 注意:此字段可能返回 null,表示取不到有效值。
1052
1053
  :type ComputeResourceAdvanceParams: :class:`tencentcloud.emr.v20190103.models.ComputeResourceAdvanceParams`
1053
1054
  """
1054
1055
  self._ComputeResourceAdvanceParams = None
@@ -1056,6 +1057,7 @@ class AutoScaleGroupAdvanceAttrs(AbstractModel):
1056
1057
  @property
1057
1058
  def ComputeResourceAdvanceParams(self):
1058
1059
  r"""计算资源高级设置
1060
+ 注意:此字段可能返回 null,表示取不到有效值。
1059
1061
  :rtype: :class:`tencentcloud.emr.v20190103.models.ComputeResourceAdvanceParams`
1060
1062
  """
1061
1063
  return self._ComputeResourceAdvanceParams
@@ -1358,6 +1360,8 @@ class AutoScaleResourceConf(AbstractModel):
1358
1360
  :type GroupName: str
1359
1361
  :param _YarnNodeLabel: 标签
1360
1362
  :type YarnNodeLabel: str
1363
+ :param _WarehouseName: 对应的计算组
1364
+ :type WarehouseName: str
1361
1365
  :param _GroupStatus: 伸缩组状态
1362
1366
  :type GroupStatus: int
1363
1367
  :param _Parallel: 并行伸缩 0关闭;1开启
@@ -1365,6 +1369,7 @@ class AutoScaleResourceConf(AbstractModel):
1365
1369
  :param _EnableMNode: 是否支持MNode
1366
1370
  :type EnableMNode: int
1367
1371
  :param _ExtraAdvanceAttrs: 伸缩组更多设置
1372
+ 注意:此字段可能返回 null,表示取不到有效值。
1368
1373
  :type ExtraAdvanceAttrs: :class:`tencentcloud.emr.v20190103.models.AutoScaleGroupAdvanceAttrs`
1369
1374
  """
1370
1375
  self._Id = None
@@ -1380,6 +1385,7 @@ class AutoScaleResourceConf(AbstractModel):
1380
1385
  self._ChangeToPod = None
1381
1386
  self._GroupName = None
1382
1387
  self._YarnNodeLabel = None
1388
+ self._WarehouseName = None
1383
1389
  self._GroupStatus = None
1384
1390
  self._Parallel = None
1385
1391
  self._EnableMNode = None
@@ -1528,6 +1534,17 @@ class AutoScaleResourceConf(AbstractModel):
1528
1534
  def YarnNodeLabel(self, YarnNodeLabel):
1529
1535
  self._YarnNodeLabel = YarnNodeLabel
1530
1536
 
1537
+ @property
1538
+ def WarehouseName(self):
1539
+ r"""对应的计算组
1540
+ :rtype: str
1541
+ """
1542
+ return self._WarehouseName
1543
+
1544
+ @WarehouseName.setter
1545
+ def WarehouseName(self, WarehouseName):
1546
+ self._WarehouseName = WarehouseName
1547
+
1531
1548
  @property
1532
1549
  def GroupStatus(self):
1533
1550
  r"""伸缩组状态
@@ -1564,6 +1581,7 @@ class AutoScaleResourceConf(AbstractModel):
1564
1581
  @property
1565
1582
  def ExtraAdvanceAttrs(self):
1566
1583
  r"""伸缩组更多设置
1584
+ 注意:此字段可能返回 null,表示取不到有效值。
1567
1585
  :rtype: :class:`tencentcloud.emr.v20190103.models.AutoScaleGroupAdvanceAttrs`
1568
1586
  """
1569
1587
  return self._ExtraAdvanceAttrs
@@ -1587,6 +1605,7 @@ class AutoScaleResourceConf(AbstractModel):
1587
1605
  self._ChangeToPod = params.get("ChangeToPod")
1588
1606
  self._GroupName = params.get("GroupName")
1589
1607
  self._YarnNodeLabel = params.get("YarnNodeLabel")
1608
+ self._WarehouseName = params.get("WarehouseName")
1590
1609
  self._GroupStatus = params.get("GroupStatus")
1591
1610
  self._Parallel = params.get("Parallel")
1592
1611
  self._EnableMNode = params.get("EnableMNode")
@@ -10817,6 +10836,8 @@ class DescribeInstancesListRequest(AbstractModel):
10817
10836
  :type Asc: int
10818
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>
10819
10838
  :type Filters: list of Filters
10839
+ :param _ClusterType: 默认0为普通集群,2为tke集群
10840
+ :type ClusterType: int
10820
10841
  """
10821
10842
  self._DisplayStrategy = None
10822
10843
  self._Offset = None
@@ -10824,6 +10845,7 @@ class DescribeInstancesListRequest(AbstractModel):
10824
10845
  self._OrderField = None
10825
10846
  self._Asc = None
10826
10847
  self._Filters = None
10848
+ self._ClusterType = None
10827
10849
 
10828
10850
  @property
10829
10851
  def DisplayStrategy(self):
@@ -10892,6 +10914,17 @@ class DescribeInstancesListRequest(AbstractModel):
10892
10914
  def Filters(self, Filters):
10893
10915
  self._Filters = Filters
10894
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
+
10895
10928
 
10896
10929
  def _deserialize(self, params):
10897
10930
  self._DisplayStrategy = params.get("DisplayStrategy")
@@ -10905,6 +10938,7 @@ class DescribeInstancesListRequest(AbstractModel):
10905
10938
  obj = Filters()
10906
10939
  obj._deserialize(item)
10907
10940
  self._Filters.append(obj)
10941
+ self._ClusterType = params.get("ClusterType")
10908
10942
  memeber_set = set(params.keys())
10909
10943
  for name, value in vars(self).items():
10910
10944
  property_name = name[1:]
@@ -23935,10 +23969,13 @@ class ModifyUserManagerPwdRequest(AbstractModel):
23935
23969
  :type UserName: str
23936
23970
  :param _PassWord: 密码
23937
23971
  :type PassWord: str
23972
+ :param _SyncPwd: 是否同步密码
23973
+ :type SyncPwd: bool
23938
23974
  """
23939
23975
  self._InstanceId = None
23940
23976
  self._UserName = None
23941
23977
  self._PassWord = None
23978
+ self._SyncPwd = None
23942
23979
 
23943
23980
  @property
23944
23981
  def InstanceId(self):
@@ -23973,11 +24010,23 @@ class ModifyUserManagerPwdRequest(AbstractModel):
23973
24010
  def PassWord(self, PassWord):
23974
24011
  self._PassWord = PassWord
23975
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
+
23976
24024
 
23977
24025
  def _deserialize(self, params):
23978
24026
  self._InstanceId = params.get("InstanceId")
23979
24027
  self._UserName = params.get("UserName")
23980
24028
  self._PassWord = params.get("PassWord")
24029
+ self._SyncPwd = params.get("SyncPwd")
23981
24030
  memeber_set = set(params.keys())
23982
24031
  for name, value in vars(self).items():
23983
24032
  property_name = name[1:]
@@ -32487,6 +32536,8 @@ class ScaleOutClusterRequest(AbstractModel):
32487
32536
  :type ScaleOutServiceConfGroupsInfo: list of ScaleOutServiceConfGroupsInfo
32488
32537
  :param _NodeMarks: 节点标记信息,当前只提供给tf平台使用
32489
32538
  :type NodeMarks: :class:`tencentcloud.emr.v20190103.models.NodeMark`
32539
+ :param _WarehouseName: 扩容指定计算组名称
32540
+ :type WarehouseName: str
32490
32541
  """
32491
32542
  self._InstanceChargeType = None
32492
32543
  self._InstanceId = None
@@ -32509,6 +32560,7 @@ class ScaleOutClusterRequest(AbstractModel):
32509
32560
  self._SubnetId = None
32510
32561
  self._ScaleOutServiceConfGroupsInfo = None
32511
32562
  self._NodeMarks = None
32563
+ self._WarehouseName = None
32512
32564
 
32513
32565
  @property
32514
32566
  def InstanceChargeType(self):
@@ -32747,6 +32799,17 @@ class ScaleOutClusterRequest(AbstractModel):
32747
32799
  def NodeMarks(self, NodeMarks):
32748
32800
  self._NodeMarks = NodeMarks
32749
32801
 
32802
+ @property
32803
+ def WarehouseName(self):
32804
+ r"""扩容指定计算组名称
32805
+ :rtype: str
32806
+ """
32807
+ return self._WarehouseName
32808
+
32809
+ @WarehouseName.setter
32810
+ def WarehouseName(self, WarehouseName):
32811
+ self._WarehouseName = WarehouseName
32812
+
32750
32813
 
32751
32814
  def _deserialize(self, params):
32752
32815
  self._InstanceChargeType = params.get("InstanceChargeType")
@@ -32795,6 +32858,7 @@ class ScaleOutClusterRequest(AbstractModel):
32795
32858
  if params.get("NodeMarks") is not None:
32796
32859
  self._NodeMarks = NodeMark()
32797
32860
  self._NodeMarks._deserialize(params.get("NodeMarks"))
32861
+ self._WarehouseName = params.get("WarehouseName")
32798
32862
  memeber_set = set(params.keys())
32799
32863
  for name, value in vars(self).items():
32800
32864
  property_name = name[1:]
@@ -33003,6 +33067,8 @@ class ScaleOutInstanceRequest(AbstractModel):
33003
33067
  :type ComputeResourceAdvanceParams: :class:`tencentcloud.emr.v20190103.models.ComputeResourceAdvanceParams`
33004
33068
  :param _NodeMarks: 节点标记信息,目前只提供tf平台使用
33005
33069
  :type NodeMarks: :class:`tencentcloud.emr.v20190103.models.NodeMark`
33070
+ :param _WarehouseName: 扩容指定计算组
33071
+ :type WarehouseName: str
33006
33072
  """
33007
33073
  self._TimeUnit = None
33008
33074
  self._TimeSpan = None
@@ -33034,6 +33100,7 @@ class ScaleOutInstanceRequest(AbstractModel):
33034
33100
  self._ComputeResourceId = None
33035
33101
  self._ComputeResourceAdvanceParams = None
33036
33102
  self._NodeMarks = None
33103
+ self._WarehouseName = None
33037
33104
 
33038
33105
  @property
33039
33106
  def TimeUnit(self):
@@ -33376,6 +33443,17 @@ class ScaleOutInstanceRequest(AbstractModel):
33376
33443
  def NodeMarks(self, NodeMarks):
33377
33444
  self._NodeMarks = NodeMarks
33378
33445
 
33446
+ @property
33447
+ def WarehouseName(self):
33448
+ r"""扩容指定计算组
33449
+ :rtype: str
33450
+ """
33451
+ return self._WarehouseName
33452
+
33453
+ @WarehouseName.setter
33454
+ def WarehouseName(self, WarehouseName):
33455
+ self._WarehouseName = WarehouseName
33456
+
33379
33457
 
33380
33458
  def _deserialize(self, params):
33381
33459
  self._TimeUnit = params.get("TimeUnit")
@@ -33426,6 +33504,7 @@ class ScaleOutInstanceRequest(AbstractModel):
33426
33504
  if params.get("NodeMarks") is not None:
33427
33505
  self._NodeMarks = NodeMark()
33428
33506
  self._NodeMarks._deserialize(params.get("NodeMarks"))
33507
+ self._WarehouseName = params.get("WarehouseName")
33429
33508
  memeber_set = set(params.keys())
33430
33509
  for name, value in vars(self).items():
33431
33510
  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.1459
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.1459
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.1459