tencentcloud-sdk-python-scf 3.0.1307__tar.gz → 3.0.1308__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-scf might be problematic. Click here for more details.
- {tencentcloud-sdk-python-scf-3.0.1307 → tencentcloud-sdk-python-scf-3.0.1308}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-scf-3.0.1307 → tencentcloud-sdk-python-scf-3.0.1308}/setup.py +1 -1
- {tencentcloud-sdk-python-scf-3.0.1307 → tencentcloud-sdk-python-scf-3.0.1308}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-scf-3.0.1307 → tencentcloud-sdk-python-scf-3.0.1308}/tencentcloud/scf/v20180416/models.py +4 -4
- {tencentcloud-sdk-python-scf-3.0.1307 → tencentcloud-sdk-python-scf-3.0.1308}/tencentcloud_sdk_python_scf.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-scf-3.0.1308/tencentcloud_sdk_python_scf.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-scf-3.0.1307/tencentcloud_sdk_python_scf.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-scf-3.0.1307 → tencentcloud-sdk-python-scf-3.0.1308}/README.rst +0 -0
- {tencentcloud-sdk-python-scf-3.0.1307 → tencentcloud-sdk-python-scf-3.0.1308}/setup.cfg +0 -0
- {tencentcloud-sdk-python-scf-3.0.1307 → tencentcloud-sdk-python-scf-3.0.1308}/tencentcloud/scf/__init__.py +0 -0
- {tencentcloud-sdk-python-scf-3.0.1307 → tencentcloud-sdk-python-scf-3.0.1308}/tencentcloud/scf/v20180416/__init__.py +0 -0
- {tencentcloud-sdk-python-scf-3.0.1307 → tencentcloud-sdk-python-scf-3.0.1308}/tencentcloud/scf/v20180416/errorcodes.py +0 -0
- {tencentcloud-sdk-python-scf-3.0.1307 → tencentcloud-sdk-python-scf-3.0.1308}/tencentcloud/scf/v20180416/scf_client.py +0 -0
- {tencentcloud-sdk-python-scf-3.0.1307 → tencentcloud-sdk-python-scf-3.0.1308}/tencentcloud_sdk_python_scf.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-scf-3.0.1307 → tencentcloud-sdk-python-scf-3.0.1308}/tencentcloud_sdk_python_scf.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-scf-3.0.1307 → tencentcloud-sdk-python-scf-3.0.1308}/tencentcloud_sdk_python_scf.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-scf',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1308"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Scf SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -5313,7 +5313,7 @@ class GetFunctionResponse(AbstractModel):
|
|
|
5313
5313
|
:type Role: str
|
|
5314
5314
|
:param _InstallDependency: 是否自动安装依赖
|
|
5315
5315
|
:type InstallDependency: str
|
|
5316
|
-
:param _Status: 函数状态,状态值及流转[参考说明](https://cloud.tencent.com/document/product/583/
|
|
5316
|
+
:param _Status: 函数状态,状态值及流转[参考说明](https://cloud.tencent.com/document/product/583/115197)
|
|
5317
5317
|
:type Status: str
|
|
5318
5318
|
:param _StatusDesc: 状态描述
|
|
5319
5319
|
:type StatusDesc: str
|
|
@@ -5648,7 +5648,7 @@ class GetFunctionResponse(AbstractModel):
|
|
|
5648
5648
|
|
|
5649
5649
|
@property
|
|
5650
5650
|
def Status(self):
|
|
5651
|
-
"""函数状态,状态值及流转[参考说明](https://cloud.tencent.com/document/product/583/
|
|
5651
|
+
"""函数状态,状态值及流转[参考说明](https://cloud.tencent.com/document/product/583/115197)
|
|
5652
5652
|
:rtype: str
|
|
5653
5653
|
"""
|
|
5654
5654
|
return self._Status
|
|
@@ -6126,7 +6126,7 @@ class GetLayerVersionResponse(AbstractModel):
|
|
|
6126
6126
|
:type LayerVersion: int
|
|
6127
6127
|
:param _LayerName: 层名称
|
|
6128
6128
|
:type LayerName: str
|
|
6129
|
-
:param _Status: 层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/
|
|
6129
|
+
:param _Status: 层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/115197#.E5.B1.82.EF.BC.88layer.EF.BC.89.E7.8A.B6.E6.80.81)
|
|
6130
6130
|
:type Status: str
|
|
6131
6131
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6132
6132
|
:type RequestId: str
|
|
@@ -6232,7 +6232,7 @@ class GetLayerVersionResponse(AbstractModel):
|
|
|
6232
6232
|
|
|
6233
6233
|
@property
|
|
6234
6234
|
def Status(self):
|
|
6235
|
-
"""层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/
|
|
6235
|
+
"""层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/115197#.E5.B1.82.EF.BC.88layer.EF.BC.89.E7.8A.B6.E6.80.81)
|
|
6236
6236
|
:rtype: str
|
|
6237
6237
|
"""
|
|
6238
6238
|
return self._Status
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1308
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1307
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|