tencentcloud-sdk-python 3.0.1338__py2.py3-none-any.whl → 3.0.1339__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +64 -112
- tencentcloud/bh/v20230418/bh_client.py +23 -0
- tencentcloud/bh/v20230418/models.py +342 -0
- tencentcloud/cdwch/v20200915/models.py +15 -0
- tencentcloud/cfg/v20210820/models.py +30 -6
- tencentcloud/cmq/v20190304/models.py +0 -90
- tencentcloud/cvm/v20170312/errorcodes.py +3 -0
- tencentcloud/cynosdb/v20190107/models.py +2 -358
- tencentcloud/domain/v20180808/models.py +0 -124
- tencentcloud/dsgc/v20190723/models.py +8 -0
- tencentcloud/dts/v20180330/models.py +0 -2
- tencentcloud/dts/v20211206/models.py +0 -328
- tencentcloud/emr/v20190103/emr_client.py +23 -0
- tencentcloud/emr/v20190103/models.py +431 -0
- tencentcloud/es/v20180416/models.py +17 -0
- tencentcloud/fmu/v20191213/errorcodes.py +0 -21
- tencentcloud/fmu/v20191213/fmu_client.py +0 -75
- tencentcloud/fmu/v20191213/models.py +0 -527
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +0 -50
- tencentcloud/iotexplorer/v20190423/models.py +0 -491
- tencentcloud/iss/v20230517/models.py +15 -534
- tencentcloud/kms/v20190118/models.py +30 -0
- tencentcloud/lcic/v20220817/lcic_client.py +46 -0
- tencentcloud/lcic/v20220817/models.py +188 -0
- tencentcloud/mongodb/v20190725/models.py +109 -0
- tencentcloud/mongodb/v20190725/mongodb_client.py +23 -0
- tencentcloud/rum/v20210622/models.py +0 -2
- tencentcloud/svp/v20240125/errorcodes.py +3 -0
- tencentcloud/svp/v20240125/models.py +506 -0
- tencentcloud/svp/v20240125/svp_client.py +23 -0
- tencentcloud/trtc/v20190722/models.py +39 -8
- tencentcloud/tsf/v20180326/errorcodes.py +6 -0
- tencentcloud/tsf/v20180326/models.py +85 -14
- tencentcloud/tsf/v20180326/tsf_client.py +23 -0
- tencentcloud/vpc/v20170312/models.py +100 -0
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/wedata/v20210820/models.py +654 -0
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/RECORD +44 -44
- {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1339.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
|