tencentcloud-sdk-python-csip 3.1.67__tar.gz → 3.1.68__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_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.68}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.68}/setup.py +1 -1
- {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.68}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.68}/tencentcloud/csip/v20221121/models.py +0 -6
- {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.68}/tencentcloud_sdk_python_csip.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_csip-3.1.68/tencentcloud_sdk_python_csip.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_csip-3.1.67/tencentcloud_sdk_python_csip.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.68}/README.rst +0 -0
- {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.68}/setup.cfg +0 -0
- {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.68}/tencentcloud/csip/__init__.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.68}/tencentcloud/csip/v20221121/__init__.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.68}/tencentcloud/csip/v20221121/csip_client.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.68}/tencentcloud/csip/v20221121/csip_client_async.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.68}/tencentcloud/csip/v20221121/errorcodes.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.68}/tencentcloud_sdk_python_csip.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.68}/tencentcloud_sdk_python_csip.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_csip-3.1.67 → tencentcloud_sdk_python_csip-3.1.68}/tencentcloud_sdk_python_csip.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-csip
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.68
|
|
4
4
|
Summary: Tencent Cloud Csip 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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.68
|
|
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-csip',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.68,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Csip SDK for Python',
|
|
@@ -26952,13 +26952,10 @@ class Filters(AbstractModel):
|
|
|
26952
26952
|
def __init__(self):
|
|
26953
26953
|
r"""
|
|
26954
26954
|
:param _Name: 实例ID
|
|
26955
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
26956
26955
|
:type Name: str
|
|
26957
26956
|
:param _Values: 实例ID内容
|
|
26958
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
26959
26957
|
:type Values: list of str
|
|
26960
26958
|
:param _ExactMatch: 模糊匹配
|
|
26961
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
26962
26959
|
:type ExactMatch: str
|
|
26963
26960
|
"""
|
|
26964
26961
|
self._Name = None
|
|
@@ -26968,7 +26965,6 @@ class Filters(AbstractModel):
|
|
|
26968
26965
|
@property
|
|
26969
26966
|
def Name(self):
|
|
26970
26967
|
r"""实例ID
|
|
26971
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
26972
26968
|
:rtype: str
|
|
26973
26969
|
"""
|
|
26974
26970
|
return self._Name
|
|
@@ -26980,7 +26976,6 @@ class Filters(AbstractModel):
|
|
|
26980
26976
|
@property
|
|
26981
26977
|
def Values(self):
|
|
26982
26978
|
r"""实例ID内容
|
|
26983
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
26984
26979
|
:rtype: list of str
|
|
26985
26980
|
"""
|
|
26986
26981
|
return self._Values
|
|
@@ -26992,7 +26987,6 @@ class Filters(AbstractModel):
|
|
|
26992
26987
|
@property
|
|
26993
26988
|
def ExactMatch(self):
|
|
26994
26989
|
r"""模糊匹配
|
|
26995
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
26996
26990
|
:rtype: str
|
|
26997
26991
|
"""
|
|
26998
26992
|
return self._ExactMatch
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-csip
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.68
|
|
4
4
|
Summary: Tencent Cloud Csip 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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.68
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.68
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.67
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|