tencentcloud-sdk-python 3.0.1338__py2.py3-none-any.whl → 3.0.1340__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.
Files changed (49) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/autoscaling/v20180419/models.py +64 -112
  3. tencentcloud/bh/v20230418/bh_client.py +23 -0
  4. tencentcloud/bh/v20230418/models.py +342 -0
  5. tencentcloud/cdwch/v20200915/models.py +15 -0
  6. tencentcloud/cfg/v20210820/models.py +30 -6
  7. tencentcloud/cmq/v20190304/models.py +0 -90
  8. tencentcloud/cvm/v20170312/errorcodes.py +3 -0
  9. tencentcloud/cynosdb/v20190107/models.py +2 -358
  10. tencentcloud/dlc/v20210125/dlc_client.py +23 -0
  11. tencentcloud/dlc/v20210125/models.py +452 -0
  12. tencentcloud/domain/v20180808/models.py +0 -124
  13. tencentcloud/dsgc/v20190723/models.py +8 -0
  14. tencentcloud/dts/v20180330/models.py +0 -2
  15. tencentcloud/dts/v20211206/models.py +0 -328
  16. tencentcloud/emr/v20190103/emr_client.py +23 -0
  17. tencentcloud/emr/v20190103/models.py +431 -0
  18. tencentcloud/es/v20180416/models.py +17 -0
  19. tencentcloud/fmu/v20191213/errorcodes.py +0 -21
  20. tencentcloud/fmu/v20191213/fmu_client.py +0 -75
  21. tencentcloud/fmu/v20191213/models.py +0 -527
  22. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +0 -50
  23. tencentcloud/iotexplorer/v20190423/models.py +0 -491
  24. tencentcloud/iss/v20230517/models.py +15 -534
  25. tencentcloud/kms/v20190118/models.py +30 -0
  26. tencentcloud/lcic/v20220817/lcic_client.py +46 -0
  27. tencentcloud/lcic/v20220817/models.py +188 -0
  28. tencentcloud/mongodb/v20190725/models.py +109 -0
  29. tencentcloud/mongodb/v20190725/mongodb_client.py +23 -0
  30. tencentcloud/rum/v20210622/models.py +0 -2
  31. tencentcloud/svp/v20240125/errorcodes.py +3 -0
  32. tencentcloud/svp/v20240125/models.py +506 -0
  33. tencentcloud/svp/v20240125/svp_client.py +23 -0
  34. tencentcloud/tiw/v20190919/errorcodes.py +3 -24
  35. tencentcloud/tiw/v20190919/models.py +3657 -8172
  36. tencentcloud/tiw/v20190919/tiw_client.py +1 -580
  37. tencentcloud/trtc/v20190722/models.py +39 -8
  38. tencentcloud/tsf/v20180326/errorcodes.py +6 -0
  39. tencentcloud/tsf/v20180326/models.py +85 -14
  40. tencentcloud/tsf/v20180326/tsf_client.py +23 -0
  41. tencentcloud/vpc/v20170312/models.py +100 -0
  42. tencentcloud/vpc/v20170312/vpc_client.py +23 -0
  43. tencentcloud/wedata/v20210820/models.py +654 -0
  44. tencentcloud/wedata/v20210820/wedata_client.py +23 -0
  45. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1340.dist-info}/METADATA +1 -1
  46. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1340.dist-info}/RECORD +49 -49
  47. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1340.dist-info}/LICENSE +0 -0
  48. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1340.dist-info}/WHEEL +0 -0
  49. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1340.dist-info}/top_level.txt +0 -0
@@ -8796,6 +8796,8 @@ class DescribeBindDBListRequest(AbstractModel):
8796
8796
 
8797
8797
  @property
8798
8798
  def DataSourceType(self):
8799
+ warnings.warn("parameter `DataSourceType` is deprecated", DeprecationWarning)
8800
+
8799
8801
  """数据源类型
8800
8802
  :rtype: str
8801
8803
  """
@@ -8803,10 +8805,14 @@ class DescribeBindDBListRequest(AbstractModel):
8803
8805
 
8804
8806
  @DataSourceType.setter
8805
8807
  def DataSourceType(self, DataSourceType):
8808
+ warnings.warn("parameter `DataSourceType` is deprecated", DeprecationWarning)
8809
+
8806
8810
  self._DataSourceType = DataSourceType
8807
8811
 
8808
8812
  @property
8809
8813
  def DataSourceId(self):
8814
+ warnings.warn("parameter `DataSourceId` is deprecated", DeprecationWarning)
8815
+
8810
8816
  """数据源ID
8811
8817
  :rtype: str
8812
8818
  """
@@ -8814,6 +8820,8 @@ class DescribeBindDBListRequest(AbstractModel):
8814
8820
 
8815
8821
  @DataSourceId.setter
8816
8822
  def DataSourceId(self, DataSourceId):
8823
+ warnings.warn("parameter `DataSourceId` is deprecated", DeprecationWarning)
8824
+
8817
8825
  self._DataSourceId = DataSourceId
8818
8826
 
8819
8827
 
@@ -790,7 +790,6 @@ class CreateSubscribeResponse(AbstractModel):
790
790
  def __init__(self):
791
791
  r"""
792
792
  :param _SubscribeIds: 数据订阅实例的ID数组
793
- 注意:此字段可能返回 null,表示取不到有效值。
794
793
  :type SubscribeIds: list of str
795
794
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
796
795
  :type RequestId: str
@@ -801,7 +800,6 @@ class CreateSubscribeResponse(AbstractModel):
801
800
  @property
802
801
  def SubscribeIds(self):
803
802
  """数据订阅实例的ID数组
804
- 注意:此字段可能返回 null,表示取不到有效值。
805
803
  :rtype: list of str
806
804
  """
807
805
  return self._SubscribeIds