tencentcloud-sdk-python-scf 3.0.1296__py2.py3-none-any.whl → 3.0.1304__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 +44 -4
- {tencentcloud_sdk_python_scf-3.0.1296.dist-info → tencentcloud_sdk_python_scf-3.0.1304.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_scf-3.0.1304.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_scf-3.0.1296.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_scf-3.0.1296.dist-info → tencentcloud_sdk_python_scf-3.0.1304.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_scf-3.0.1296.dist-info → tencentcloud_sdk_python_scf-3.0.1304.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -1382,7 +1382,27 @@ class CreateFunctionRequest(AbstractModel):
|
|
|
1382
1382
|
:type Timeout: int
|
|
1383
1383
|
:param _Environment: 函数的环境变量
|
|
1384
1384
|
:type Environment: :class:`tencentcloud.scf.v20180416.models.Environment`
|
|
1385
|
-
:param _Runtime:
|
|
1385
|
+
:param _Runtime: 函数运行环境,默认Python2.7
|
|
1386
|
+
目前支持的运行环境:
|
|
1387
|
+
- Python2.7
|
|
1388
|
+
- Python3.6
|
|
1389
|
+
- Python3.7
|
|
1390
|
+
- Python3.9
|
|
1391
|
+
- Python3.10
|
|
1392
|
+
- Nodejs6.10
|
|
1393
|
+
- Nodejs8.9
|
|
1394
|
+
- Nodejs10.15
|
|
1395
|
+
- Nodejs12.16
|
|
1396
|
+
- Nodejs14.18
|
|
1397
|
+
- Nodejs16.13
|
|
1398
|
+
- Nodejs18.15
|
|
1399
|
+
- Php5.6
|
|
1400
|
+
- Php7(7.2版本)
|
|
1401
|
+
- Php7.4
|
|
1402
|
+
- Php8.0
|
|
1403
|
+
- Go1
|
|
1404
|
+
- Java8
|
|
1405
|
+
- CustomRuntime
|
|
1386
1406
|
:type Runtime: str
|
|
1387
1407
|
:param _VpcConfig: 函数的私有网络配置
|
|
1388
1408
|
:type VpcConfig: :class:`tencentcloud.scf.v20180416.models.VpcConfig`
|
|
@@ -1542,7 +1562,27 @@ class CreateFunctionRequest(AbstractModel):
|
|
|
1542
1562
|
|
|
1543
1563
|
@property
|
|
1544
1564
|
def Runtime(self):
|
|
1545
|
-
"""
|
|
1565
|
+
"""函数运行环境,默认Python2.7
|
|
1566
|
+
目前支持的运行环境:
|
|
1567
|
+
- Python2.7
|
|
1568
|
+
- Python3.6
|
|
1569
|
+
- Python3.7
|
|
1570
|
+
- Python3.9
|
|
1571
|
+
- Python3.10
|
|
1572
|
+
- Nodejs6.10
|
|
1573
|
+
- Nodejs8.9
|
|
1574
|
+
- Nodejs10.15
|
|
1575
|
+
- Nodejs12.16
|
|
1576
|
+
- Nodejs14.18
|
|
1577
|
+
- Nodejs16.13
|
|
1578
|
+
- Nodejs18.15
|
|
1579
|
+
- Php5.6
|
|
1580
|
+
- Php7(7.2版本)
|
|
1581
|
+
- Php7.4
|
|
1582
|
+
- Php8.0
|
|
1583
|
+
- Go1
|
|
1584
|
+
- Java8
|
|
1585
|
+
- CustomRuntime
|
|
1546
1586
|
:rtype: str
|
|
1547
1587
|
"""
|
|
1548
1588
|
return self._Runtime
|
|
@@ -12933,7 +12973,7 @@ class UpdateFunctionConfigurationRequest(AbstractModel):
|
|
|
12933
12973
|
:type MemorySize: int
|
|
12934
12974
|
:param _Timeout: 函数最长执行时间,单位为秒,可选值范 1-900 秒,默认为 3 秒
|
|
12935
12975
|
:type Timeout: int
|
|
12936
|
-
:param _Runtime:
|
|
12976
|
+
:param _Runtime: 函数运行环境,创建时指定,目前不支持修改。
|
|
12937
12977
|
:type Runtime: str
|
|
12938
12978
|
:param _Environment: 函数的环境变量
|
|
12939
12979
|
:type Environment: :class:`tencentcloud.scf.v20180416.models.Environment`
|
|
@@ -13046,7 +13086,7 @@ class UpdateFunctionConfigurationRequest(AbstractModel):
|
|
|
13046
13086
|
|
|
13047
13087
|
@property
|
|
13048
13088
|
def Runtime(self):
|
|
13049
|
-
"""
|
|
13089
|
+
"""函数运行环境,创建时指定,目前不支持修改。
|
|
13050
13090
|
:rtype: str
|
|
13051
13091
|
"""
|
|
13052
13092
|
return self._Runtime
|
|
@@ -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.1304
|
|
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.1304)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=hLpndqqq64w7W4Nu57s-XCFWI1VmsfYkfZtTdjzz-Dg,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.1304.dist-info/METADATA,sha256=2aKtHkYF2PGVDiyf6NCCdp5sh2mCxIHbulL-E9dIaQU,1496
|
|
8
|
+
tencentcloud_sdk_python_scf-3.0.1304.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_scf-3.0.1304.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_scf-3.0.1304.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=XFhdk7AK_ipZK-fLl0KrQsTx-cVJ5t9siwY7O86olWg,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=wLM0_9AX3NBBsocWquixhvxB4pyv-wtS3w27fDxrItE,444913
|
|
6
|
-
tencentcloud/scf/v20180416/scf_client.py,sha256=Cc69LRYHDNpChq1pwQfMQ_dF3u8HKn6O5hEkZjxXEtE,49911
|
|
7
|
-
tencentcloud_sdk_python_scf-3.0.1296.dist-info/METADATA,sha256=YlxUa-CdAZT1mQOskt-EVaVyMhbA6hX3L8-NTjkS5Zc,1496
|
|
8
|
-
tencentcloud_sdk_python_scf-3.0.1296.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_scf-3.0.1296.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_scf-3.0.1296.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|