tencentcloud-sdk-python-scf 3.0.1063__py2.py3-none-any.whl → 3.0.1064__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 CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1063'
17
+ __version__ = '3.0.1064'
@@ -3761,7 +3761,7 @@ class GetFunctionRequest(AbstractModel):
3761
3761
 
3762
3762
  def __init__(self):
3763
3763
  r"""
3764
- :param _FunctionName: 需要获取详情的函数名称
3764
+ :param _FunctionName: 需要获取详情的函数名称,ResourceId和FunctionName只能传一个
3765
3765
  :type FunctionName: str
3766
3766
  :param _Qualifier: 函数的版本号
3767
3767
  默认值: $LATEST
@@ -9999,6 +9999,8 @@ class UpdateFunctionConfigurationRequest(AbstractModel):
9999
9999
  :type DnsCache: str
10000
10000
  :param _IntranetConfig: 内网访问配置
10001
10001
  :type IntranetConfig: :class:`tencentcloud.scf.v20180416.models.IntranetConfigIn`
10002
+ :param _IgnoreSysLog: 忽略系统日志上报
10003
+ :type IgnoreSysLog: bool
10002
10004
  """
10003
10005
  self._FunctionName = None
10004
10006
  self._Description = None
@@ -10023,6 +10025,7 @@ class UpdateFunctionConfigurationRequest(AbstractModel):
10023
10025
  self._InstanceConcurrencyConfig = None
10024
10026
  self._DnsCache = None
10025
10027
  self._IntranetConfig = None
10028
+ self._IgnoreSysLog = None
10026
10029
 
10027
10030
  @property
10028
10031
  def FunctionName(self):
@@ -10208,6 +10211,14 @@ class UpdateFunctionConfigurationRequest(AbstractModel):
10208
10211
  def IntranetConfig(self, IntranetConfig):
10209
10212
  self._IntranetConfig = IntranetConfig
10210
10213
 
10214
+ @property
10215
+ def IgnoreSysLog(self):
10216
+ return self._IgnoreSysLog
10217
+
10218
+ @IgnoreSysLog.setter
10219
+ def IgnoreSysLog(self, IgnoreSysLog):
10220
+ self._IgnoreSysLog = IgnoreSysLog
10221
+
10211
10222
 
10212
10223
  def _deserialize(self, params):
10213
10224
  self._FunctionName = params.get("FunctionName")
@@ -10254,6 +10265,7 @@ class UpdateFunctionConfigurationRequest(AbstractModel):
10254
10265
  if params.get("IntranetConfig") is not None:
10255
10266
  self._IntranetConfig = IntranetConfigIn()
10256
10267
  self._IntranetConfig._deserialize(params.get("IntranetConfig"))
10268
+ self._IgnoreSysLog = params.get("IgnoreSysLog")
10257
10269
  memeber_set = set(params.keys())
10258
10270
  for name, value in vars(self).items():
10259
10271
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-scf
3
- Version: 3.0.1063
3
+ Version: 3.0.1064
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.1063)
18
+ Requires-Dist: tencentcloud-sdk-python-common (==3.0.1064)
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1,10 @@
1
+ tencentcloud/__init__.py,sha256=bHBJHQAjVyplq9zhhugBaB8GNftP08OIhalHzIoVgbk,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=Y6Z1KdWkVA50gq0QPqs2gGmjFMYaozQDPFC6WnaF60c,32699
5
+ tencentcloud/scf/v20180416/models.py,sha256=fR4ZXB879PB9Q3KBVlBXVbt2CAvwX_Ucc-t1gMoQDmU,329497
6
+ tencentcloud/scf/v20180416/scf_client.py,sha256=q0pwZWJL_brwJue9kch_YFX-nTVzBGmg3w0t_oBn47s,44580
7
+ tencentcloud_sdk_python_scf-3.0.1064.dist-info/METADATA,sha256=2Aukarke1_OtBUlTelwfCmrecmARlIVhp0_U9liq1jU,1492
8
+ tencentcloud_sdk_python_scf-3.0.1064.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
+ tencentcloud_sdk_python_scf-3.0.1064.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
+ tencentcloud_sdk_python_scf-3.0.1064.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- tencentcloud/__init__.py,sha256=eX-9cimU5k5_yS7WpG_eaSAGl0Zo51Wnl0GO0EzNu-s,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=Y6Z1KdWkVA50gq0QPqs2gGmjFMYaozQDPFC6WnaF60c,32699
5
- tencentcloud/scf/v20180416/models.py,sha256=QPf4SYXYDo4YYnpC56I2tIZoyTLNzcukB9vg72Kza5E,329089
6
- tencentcloud/scf/v20180416/scf_client.py,sha256=q0pwZWJL_brwJue9kch_YFX-nTVzBGmg3w0t_oBn47s,44580
7
- tencentcloud_sdk_python_scf-3.0.1063.dist-info/METADATA,sha256=vgIsY1luSKhIGZroYnxtoLps3uMPLi2wMv0_g0PsZH4,1492
8
- tencentcloud_sdk_python_scf-3.0.1063.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
- tencentcloud_sdk_python_scf-3.0.1063.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
- tencentcloud_sdk_python_scf-3.0.1063.dist-info/RECORD,,