tencentcloud-sdk-python-cbs 3.0.1394__tar.gz → 3.0.1396__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.
- {tencentcloud-sdk-python-cbs-3.0.1394 → tencentcloud-sdk-python-cbs-3.0.1396}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cbs-3.0.1394 → tencentcloud-sdk-python-cbs-3.0.1396}/setup.py +1 -1
- {tencentcloud-sdk-python-cbs-3.0.1394 → tencentcloud-sdk-python-cbs-3.0.1396}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cbs-3.0.1394 → tencentcloud-sdk-python-cbs-3.0.1396}/tencentcloud/cbs/v20170312/cbs_client.py +3 -1
- {tencentcloud-sdk-python-cbs-3.0.1394 → tencentcloud-sdk-python-cbs-3.0.1396}/tencentcloud_sdk_python_cbs.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cbs-3.0.1396/tencentcloud_sdk_python_cbs.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cbs-3.0.1394/tencentcloud_sdk_python_cbs.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cbs-3.0.1394 → tencentcloud-sdk-python-cbs-3.0.1396}/README.rst +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1394 → tencentcloud-sdk-python-cbs-3.0.1396}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1394 → tencentcloud-sdk-python-cbs-3.0.1396}/tencentcloud/cbs/__init__.py +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1394 → tencentcloud-sdk-python-cbs-3.0.1396}/tencentcloud/cbs/v20170312/__init__.py +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1394 → tencentcloud-sdk-python-cbs-3.0.1396}/tencentcloud/cbs/v20170312/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1394 → tencentcloud-sdk-python-cbs-3.0.1396}/tencentcloud/cbs/v20170312/models.py +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1394 → tencentcloud-sdk-python-cbs-3.0.1396}/tencentcloud_sdk_python_cbs.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1394 → tencentcloud-sdk-python-cbs-3.0.1396}/tencentcloud_sdk_python_cbs.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1394 → tencentcloud-sdk-python-cbs-3.0.1396}/tencentcloud_sdk_python_cbs.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-cbs',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1396"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cbs SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -710,7 +710,9 @@ class CbsClient(AbstractClient):
|
|
|
710
710
|
|
|
711
711
|
|
|
712
712
|
def GetSnapOverview(self, request):
|
|
713
|
-
"""
|
|
713
|
+
"""为进一步规范化API命名,该接口决定预下线,新接口命名为:DescribeSnapshotOverview
|
|
714
|
+
|
|
715
|
+
获取快照概览信息
|
|
714
716
|
|
|
715
717
|
:param request: Request instance for GetSnapOverview.
|
|
716
718
|
:type request: :class:`tencentcloud.cbs.v20170312.models.GetSnapOverviewRequest`
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1396
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1394
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|