tencentcloud-sdk-python-scf 3.0.1301__py2.py3-none-any.whl → 3.0.1308__py2.py3-none-any.whl
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/__init__.py +1 -1
- tencentcloud/scf/v20180416/models.py +8 -8
- {tencentcloud_sdk_python_scf-3.0.1301.dist-info → tencentcloud_sdk_python_scf-3.0.1308.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_scf-3.0.1308.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_scf-3.0.1301.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_scf-3.0.1301.dist-info → tencentcloud_sdk_python_scf-3.0.1308.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_scf-3.0.1301.dist-info → tencentcloud_sdk_python_scf-3.0.1308.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -3588,7 +3588,7 @@ class Function(AbstractModel):
|
|
|
3588
3588
|
:type FunctionId: str
|
|
3589
3589
|
:param _Namespace: 命名空间
|
|
3590
3590
|
:type Namespace: str
|
|
3591
|
-
:param _Status: 函数状态,状态值及流转[参考此处](https://cloud.tencent.com/document/product/583/
|
|
3591
|
+
:param _Status: 函数状态,状态值及流转[参考此处](https://cloud.tencent.com/document/product/583/17244)
|
|
3592
3592
|
:type Status: str
|
|
3593
3593
|
:param _StatusDesc: 函数状态详情
|
|
3594
3594
|
:type StatusDesc: str
|
|
@@ -3697,7 +3697,7 @@ class Function(AbstractModel):
|
|
|
3697
3697
|
|
|
3698
3698
|
@property
|
|
3699
3699
|
def Status(self):
|
|
3700
|
-
"""函数状态,状态值及流转[参考此处](https://cloud.tencent.com/document/product/583/
|
|
3700
|
+
"""函数状态,状态值及流转[参考此处](https://cloud.tencent.com/document/product/583/17244)
|
|
3701
3701
|
:rtype: str
|
|
3702
3702
|
"""
|
|
3703
3703
|
return self._Status
|
|
@@ -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
|
|
@@ -7474,7 +7474,7 @@ class LayerVersionInfo(AbstractModel):
|
|
|
7474
7474
|
:type LayerVersion: int
|
|
7475
7475
|
:param _LayerName: 层名称
|
|
7476
7476
|
:type LayerName: str
|
|
7477
|
-
:param _Status: 层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/
|
|
7477
|
+
: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)
|
|
7478
7478
|
:type Status: str
|
|
7479
7479
|
:param _Stamp: Stamp
|
|
7480
7480
|
:type Stamp: str
|
|
@@ -7561,7 +7561,7 @@ class LayerVersionInfo(AbstractModel):
|
|
|
7561
7561
|
|
|
7562
7562
|
@property
|
|
7563
7563
|
def Status(self):
|
|
7564
|
-
"""层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/
|
|
7564
|
+
"""层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/115197#.E5.B1.82.EF.BC.88Layer.EF.BC.89.E7.8A.B6.E6.80.81)
|
|
7565
7565
|
:rtype: str
|
|
7566
7566
|
"""
|
|
7567
7567
|
return self._Status
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-scf
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1308
|
|
4
4
|
Summary: Tencent Cloud Scf 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 (==3.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (==3.0.1308)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=gjbatA3FLwwWeoY0ANQMAFFLqR5h6ymQlzDZqdiX4jg,631
|
|
2
|
+
tencentcloud/scf/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
tencentcloud/scf/v20180416/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
tencentcloud/scf/v20180416/errorcodes.py,sha256=YSBsylZTxgH42Pz6b2bMTiBmO3klp4PJmi_yAvToF8Q,33310
|
|
5
|
+
tencentcloud/scf/v20180416/models.py,sha256=j-dDWLint3IfpAKfSErorqQ7IV2Q3VyXRSrIkWqcixE,444961
|
|
6
|
+
tencentcloud/scf/v20180416/scf_client.py,sha256=Cc69LRYHDNpChq1pwQfMQ_dF3u8HKn6O5hEkZjxXEtE,49911
|
|
7
|
+
tencentcloud_sdk_python_scf-3.0.1308.dist-info/METADATA,sha256=RoAX74-0X_vbFq0zhGxy6J44jKkWf2YPWfgDodhWmwk,1496
|
|
8
|
+
tencentcloud_sdk_python_scf-3.0.1308.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_scf-3.0.1308.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_scf-3.0.1308.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=aOLY-V2BFOfUsawq_m7VI5k58aq8wIRUth2t4ZlILOw,631
|
|
2
|
-
tencentcloud/scf/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
tencentcloud/scf/v20180416/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
tencentcloud/scf/v20180416/errorcodes.py,sha256=YSBsylZTxgH42Pz6b2bMTiBmO3klp4PJmi_yAvToF8Q,33310
|
|
5
|
-
tencentcloud/scf/v20180416/models.py,sha256=gt_cGM2wxrCNW60JwkHcwBZdruZ7w1F41uhdRc6m2TQ,444955
|
|
6
|
-
tencentcloud/scf/v20180416/scf_client.py,sha256=Cc69LRYHDNpChq1pwQfMQ_dF3u8HKn6O5hEkZjxXEtE,49911
|
|
7
|
-
tencentcloud_sdk_python_scf-3.0.1301.dist-info/METADATA,sha256=8tB6eQPCbDhPM8uf9WhcCC7L46S1Df618j7vkKdBTGY,1496
|
|
8
|
-
tencentcloud_sdk_python_scf-3.0.1301.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_scf-3.0.1301.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_scf-3.0.1301.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|