tencentcloud-sdk-python-cdc 3.1.23__tar.gz → 3.1.127__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 (17) hide show
  1. {tencentcloud_sdk_python_cdc-3.1.23 → tencentcloud_sdk_python_cdc-3.1.127}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cdc-3.1.23 → tencentcloud_sdk_python_cdc-3.1.127}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cdc-3.1.23 → tencentcloud_sdk_python_cdc-3.1.127}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cdc-3.1.23 → tencentcloud_sdk_python_cdc-3.1.127}/tencentcloud/cdc/v20201214/models.py +8 -8
  5. {tencentcloud_sdk_python_cdc-3.1.23 → tencentcloud_sdk_python_cdc-3.1.127}/tencentcloud_sdk_python_cdc.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_cdc-3.1.127/tencentcloud_sdk_python_cdc.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_cdc-3.1.23/tencentcloud_sdk_python_cdc.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cdc-3.1.23 → tencentcloud_sdk_python_cdc-3.1.127}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cdc-3.1.23 → tencentcloud_sdk_python_cdc-3.1.127}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cdc-3.1.23 → tencentcloud_sdk_python_cdc-3.1.127}/tencentcloud/cdc/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cdc-3.1.23 → tencentcloud_sdk_python_cdc-3.1.127}/tencentcloud/cdc/v20201214/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cdc-3.1.23 → tencentcloud_sdk_python_cdc-3.1.127}/tencentcloud/cdc/v20201214/cdc_client.py +0 -0
  13. {tencentcloud_sdk_python_cdc-3.1.23 → tencentcloud_sdk_python_cdc-3.1.127}/tencentcloud/cdc/v20201214/cdc_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cdc-3.1.23 → tencentcloud_sdk_python_cdc-3.1.127}/tencentcloud/cdc/v20201214/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cdc-3.1.23 → tencentcloud_sdk_python_cdc-3.1.127}/tencentcloud_sdk_python_cdc.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cdc-3.1.23 → tencentcloud_sdk_python_cdc-3.1.127}/tencentcloud_sdk_python_cdc.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_cdc-3.1.23 → tencentcloud_sdk_python_cdc-3.1.127}/tencentcloud_sdk_python_cdc.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cdc
3
- Version: 3.1.23
3
+ Version: 3.1.127
4
4
  Summary: Tencent Cloud Cdc SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.23
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.127
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-cdc',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.23,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.127,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Cdc SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.23'
17
+ __version__ = '3.1.127'
@@ -2359,9 +2359,9 @@ class DeleteDedicatedClusterImageCacheRequest(AbstractModel):
2359
2359
 
2360
2360
  def __init__(self):
2361
2361
  r"""
2362
- :param _DedicatedClusterId: 集群id
2362
+ :param _DedicatedClusterId: <p>集群id</p>
2363
2363
  :type DedicatedClusterId: str
2364
- :param _ImageId: 镜像id
2364
+ :param _ImageId: <p>镜像id</p>
2365
2365
  :type ImageId: str
2366
2366
  """
2367
2367
  self._DedicatedClusterId = None
@@ -2369,7 +2369,7 @@ class DeleteDedicatedClusterImageCacheRequest(AbstractModel):
2369
2369
 
2370
2370
  @property
2371
2371
  def DedicatedClusterId(self):
2372
- r"""集群id
2372
+ r"""<p>集群id</p>
2373
2373
  :rtype: str
2374
2374
  """
2375
2375
  return self._DedicatedClusterId
@@ -2380,7 +2380,7 @@ class DeleteDedicatedClusterImageCacheRequest(AbstractModel):
2380
2380
 
2381
2381
  @property
2382
2382
  def ImageId(self):
2383
- r"""镜像id
2383
+ r"""<p>镜像id</p>
2384
2384
  :rtype: str
2385
2385
  """
2386
2386
  return self._ImageId
@@ -3958,14 +3958,14 @@ class DescribeDedicatedSupportedZonesRequest(AbstractModel):
3958
3958
 
3959
3959
  def __init__(self):
3960
3960
  r"""
3961
- :param _Regions: 传入region列表
3961
+ :param _Regions: <p>传入region列表</p>
3962
3962
  :type Regions: list of int
3963
3963
  """
3964
3964
  self._Regions = None
3965
3965
 
3966
3966
  @property
3967
3967
  def Regions(self):
3968
- r"""传入region列表
3968
+ r"""<p>传入region列表</p>
3969
3969
  :rtype: list of int
3970
3970
  """
3971
3971
  return self._Regions
@@ -3994,7 +3994,7 @@ class DescribeDedicatedSupportedZonesResponse(AbstractModel):
3994
3994
 
3995
3995
  def __init__(self):
3996
3996
  r"""
3997
- :param _ZoneSet: 支持的可用区列表
3997
+ :param _ZoneSet: <p>支持的可用区列表</p>
3998
3998
  :type ZoneSet: list of RegionZoneInfo
3999
3999
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4000
4000
  :type RequestId: str
@@ -4004,7 +4004,7 @@ class DescribeDedicatedSupportedZonesResponse(AbstractModel):
4004
4004
 
4005
4005
  @property
4006
4006
  def ZoneSet(self):
4007
- r"""支持的可用区列表
4007
+ r"""<p>支持的可用区列表</p>
4008
4008
  :rtype: list of RegionZoneInfo
4009
4009
  """
4010
4010
  return self._ZoneSet
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cdc
3
- Version: 3.1.23
3
+ Version: 3.1.127
4
4
  Summary: Tencent Cloud Cdc SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.23
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.127
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.127
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.23