tencentcloud-sdk-python-cam 3.0.1287__tar.gz → 3.0.1305__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-cam-3.0.1287 → tencentcloud-sdk-python-cam-3.0.1305}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cam-3.0.1287 → tencentcloud-sdk-python-cam-3.0.1305}/setup.py +1 -1
- {tencentcloud-sdk-python-cam-3.0.1287 → tencentcloud-sdk-python-cam-3.0.1305}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cam-3.0.1287 → tencentcloud-sdk-python-cam-3.0.1305}/tencentcloud/cam/v20190116/models.py +2 -2
- {tencentcloud-sdk-python-cam-3.0.1287 → tencentcloud-sdk-python-cam-3.0.1305}/tencentcloud_sdk_python_cam.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cam-3.0.1305/tencentcloud_sdk_python_cam.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cam-3.0.1287/tencentcloud_sdk_python_cam.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cam-3.0.1287 → tencentcloud-sdk-python-cam-3.0.1305}/README.rst +0 -0
- {tencentcloud-sdk-python-cam-3.0.1287 → tencentcloud-sdk-python-cam-3.0.1305}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cam-3.0.1287 → tencentcloud-sdk-python-cam-3.0.1305}/tencentcloud/cam/__init__.py +0 -0
- {tencentcloud-sdk-python-cam-3.0.1287 → tencentcloud-sdk-python-cam-3.0.1305}/tencentcloud/cam/v20190116/__init__.py +0 -0
- {tencentcloud-sdk-python-cam-3.0.1287 → tencentcloud-sdk-python-cam-3.0.1305}/tencentcloud/cam/v20190116/cam_client.py +0 -0
- {tencentcloud-sdk-python-cam-3.0.1287 → tencentcloud-sdk-python-cam-3.0.1305}/tencentcloud/cam/v20190116/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cam-3.0.1287 → tencentcloud-sdk-python-cam-3.0.1305}/tencentcloud_sdk_python_cam.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cam-3.0.1287 → tencentcloud-sdk-python-cam-3.0.1305}/tencentcloud_sdk_python_cam.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cam-3.0.1287 → tencentcloud-sdk-python-cam-3.0.1305}/tencentcloud_sdk_python_cam.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-cam',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1305"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cam SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -4890,7 +4890,7 @@ class DescribeUserSAMLConfigResponse(AbstractModel):
|
|
|
4890
4890
|
r"""
|
|
4891
4891
|
:param _SAMLMetadata: SAML元数据文档
|
|
4892
4892
|
:type SAMLMetadata: str
|
|
4893
|
-
:param _Status: 状态:0:未设置,
|
|
4893
|
+
:param _Status: 状态:0:未设置,11:已开启,2:已禁用
|
|
4894
4894
|
:type Status: int
|
|
4895
4895
|
:param _AuxiliaryDomain: 辅助域名
|
|
4896
4896
|
:type AuxiliaryDomain: str
|
|
@@ -4915,7 +4915,7 @@ class DescribeUserSAMLConfigResponse(AbstractModel):
|
|
|
4915
4915
|
|
|
4916
4916
|
@property
|
|
4917
4917
|
def Status(self):
|
|
4918
|
-
"""状态:0:未设置,
|
|
4918
|
+
"""状态:0:未设置,11:已开启,2:已禁用
|
|
4919
4919
|
:rtype: int
|
|
4920
4920
|
"""
|
|
4921
4921
|
return self._Status
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1305
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1287
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|